@charset "utf-8";
/* CSS Document */

/* ---------------
.contents
--------------- */
main .contents {
	padding: 80px 3vw;
}

main .contents.bg {
	background: #e5e5e5;
}

main .contents .inner {
	width: 100%;
	max-width: 1283px;
	margin: auto;
}

main .contents .inner_02 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

main .contents .inner .inbox {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 60px;
}

main .contents .inner .inbox .img_01 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
	text-align: center;
}

main .contents .inner .inbox .img_01 img,
main .contents .inner .inbox .img_01 iframe {
	width: 100%;
	max-width: 640px;
}

main .contents .inner .inbox .img_02 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 60px 35px 0 0;
}

main .contents .inner .inbox .img_02 img {
	width: 100%;
	max-width: 648px;
}

main .contents .inner .inbox .logo {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
}

main .contents .inner .inbox .logo img {
	width: 100%;
	max-width: 311px;
}

main .contents .inner .inbox .textbox_01 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

main .contents .text_center {
	text-align: center;
	line-height: 2.5;
}

main .contents .text_red {
	color: #e60012;
}

main .contents .text_req {
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

main .contents .inner .list_01 {
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 40px 10%;
	background: #ffffff;
	border-radius: 20px;
}

main .contents .inner .list_01 li {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 45px;
	font-size: 18px;
	background: url("../images/common/arrow_04.png") no-repeat left 8px;
}

main .contents .inner .list_01 li:last-child {
	margin-bottom: 0;
}

main .contents .inner .list_02 {
	width: 100%;
	margin-top: 100px;
	padding: 40px 5%;
	background: #ffffff;
	border: 2px solid #e5e5e5;
	border-radius: 20px;
}

main .contents .inner .list_02 li {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	background: url("../images/common/mark_01.png") no-repeat left top;
}

main .contents .inner .list_02 li:last-child {
	margin-bottom: 0;
}

main .contents .inner .list_02 li span {
	color: #e60012;
	font-size: 24px;
}

main .contents .inner .btnbox {
	text-align: center;
}

main .contents .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
main .contents .ggmap iframe,
main .contents .ggmap object,
main .contents .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

main .contents .signature p {
	margin-bottom: 0;
	padding-right: 3em;
	font-size: 24px;
	text-align: right;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

main .contents .signature .name {
	padding-right: 0;
	font-size: 22px;
	font-weight: bold;
}

main .contents .signature .name span {
	margin-left: 1em;
	font-size: 40px;
}

main .contents .press {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

main .contents .press dt {
	width: 15%;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px dashed #888888;
}

main .contents .press dd {
	width: 85%;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px dashed #888888;
}

main .contents .tel_nomber {
	margin-bottom: 0;
	color: #e60012;
	font-size: 40px;
	line-height: 1;
}

main .contents .tel_nomber a {
	color: #e60012;
	text-decoration: none;
}

main .contents input{
	line-height: normal;
}

main .contents input[type="text"],
main .contents input[type="email"],
main .contents textarea {
	width: 80%;
	margin: 0 5px 10px;
	padding: 10px;
	box-sizing: border-box;
    border: 1px solid #cccccc;
	border-radius: 3px;
}

main .contents select {
	padding: 5px;
	box-sizing: border-box;
    border: 1px solid #cccccc;
	border-radius: 3px;
}

main .contents .tel_field input[type="text"]{
	width: 80px;
}

main .contents .postal input[type="text"]{
	width: 80px;
}

main .contents .btn_submit{
	display: inline-block;
	padding: 20px 80px;
	color: #000000;
	font-size: 18px;
	background: url("../images/common/arrow_02.png") no-repeat right 20px center ,#ffffff;
	border: 2px solid #d2dff1;
	border-radius: 40px;
}

main .contents .btn_submit:hover {
	color: #ffffff;
	text-decoration: none;
	background: url("../images/common/arrow_02_on.png") no-repeat right 20px center ,#ee741b;
}

@media screen and (max-width:768px) {

/* ---------------
.contents
--------------- */
main .contents {
	padding: 8vw 3vw;
}

main .contents .inner .inbox {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

main .contents .inner .inbox .img_01 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	-webkit-order: 2;
	order: 2;
}

main .contents .inner .inbox .logo {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	-webkit-order: 1;
	order: 1;
	margin-bottom: 5vw;
}

main .contents .inner .inbox .img_02 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin-top: 5vw;
	padding: 0;
	text-align: center;
}

main .contents .inner .inbox .textbox_01 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 5vw;
}

main .contents .inner .list_01 {
	padding: 5vw;
}

main .contents .inner .list_02 {
	margin: 10vw 0 0 0;
	padding: 40px 5%;
}

main .contents .inner .list_02 li {
	font-size: 4vw;
	background: url("../images/common/mark_01.png") no-repeat left top 5px;
}

main .contents .inner .list_02 li span {
	font-size: 6vw;
}

main .contents .press {
	display: block;
}

main .contents .press dt {
	width: 100%;
	margin-bottom: 0;
	padding: 3vw 3vw 0;
	border-bottom: none;
}

main .contents .press dd {
	width: 100%;
	margin-bottom: 3vw;
	padding: 0 3vw 3vw;
	border-bottom: 1px dashed #888888;
}

main .contents input[type="text"],
main .contents input[type="email"],
main .contents textarea {
	width: 100%;
}



}
body{
font-family: ‘Noto Sans JP’, sans-serif;
}