@charset "utf-8";
body{
	font-family: Noto Sans CJK JP,
				sans-serif;
	overflow-x: hidden;
}


.body-top {
    background: none;
}

.spbr,
.spbr_335{display: none;}

@media screen and (max-width: 767px) {
	#header .head-nav .head-form a {
		background: url("../img/mail1_white.svg") no-repeat #426d9d left 15px top 4px/18px;
	}
}

@media screen and (max-width:767px){
	.spbr{display: block;}
	.spbr_none{display: none;}

}

#header .head-nav,
#main-nav ul {
    max-width: 1100px;
	width: 100%;
}

.eyecatch-img2{
	background-image: url(../img/seoTop.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
	position: relative;
}

.eyecatch-img2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.65);
	display: block;
	height: 100%;
	width: 100%;
}

.eyecatch-img2In{
	text-align:center;
	padding-bottom:40px;
	max-width: 1000px;
}

.eyecatch-img2In .eyecatch_mainP{
	margin:0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.eyecatch-img2In h2{
	color:#fff;
	font-size:46px;
	line-height:78px;
	margin-top:0;
	padding-top:98px;
	margin-bottom: 16px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.eyecatch-img2In li p{font-size: 20px;line-height: 48px;position: inherit;color: #fff;font-weight: bold;margin: 0;}
.eyecatch-img2In .eyecatch_span{font-size: 28px;}

.eyecatch-img2In h3{font-size: 42px; line-height: 48px; color: #fff838; margin: 0; padding-top: 20px;position: inherit;}
.eyecatch-img2In  li:nth-of-type(2) h3{padding: 0;}
/**/

.eyecatch-img2In li{position: relative;height: 320px;width: 28%;}

.eyecatch-img2In li::before{
	content: "";
	background: linear-gradient(90deg, #005ac0, #009334);
    border-radius: 200px;
    width: 110%;
    display: block;
    /* height: 320px; */
    position: absolute;
    top: 0;
    left: -15px;
	bottom: 0;
	right: 0;
}
.eyecatch-img2In ul{
	display:flex;
	width:100%;
	/* table-layout:fixed; */
	padding:40px 0 0;
	overflow:hidden;
	justify-content: center;
	align-items: center;
}

.eyecatch-img2In ul li{
	/* display:table-cell; */
	/* padding:0 10px; */
	position:relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* .eyecatch-img2In ul li+li{
	border-left:1px dotted #ccc;
} */

@media screen and (max-width:767px){
	.eyecatch-img2In{width: 100%;}
	.eyecatch-img2In h2{
		font-size: 24px;
    	padding-top: 50px;
    	line-height: normal;
	}
	.eyecatch-img2In .eyecatch_mainP{font-size: 16px; padding-inline: 20px;}

	/* .eyecatch-img2In{
	padding:0;
}
.eyecatch-img2In h2{
	padding:20px 65px 0;
	font-size:18px;
}
.eyecatch-img2In h2 br{
	display:none;
}
.eyecatch-img2In p{
	padding:10px 20px 0;
} */
}

@media screen and (max-width:335px){
	.spbr_335{display: block;}
}

/**/

/* .eyecatch-img2In ul li{
	padding:55px 0 0;
	margin-bottom:15px;
} */

.eyecatch-img2In ul li .ico{
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.eyecatch-img2In ul li .ico img{
	height:50px;
	width:auto;
}

.eyecatch-img2In ul li .ico span{
	display:inline-block;
	color:#298983;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 5px;
	line-height:100%;
	background:url(../../controller/img/ico/ico-arrow1.svg) no-repeat center top;
	background-size:33px;
	padding:43px 0 0;
}

.eyecatch-img2In ul li .text{
	text-align:left;
	font-size:14px;
	line-height:140%;
}

/* .eyecatch-img2In .illust1,
.eyecatch-img2In .illust2{
	position:absolute;
	bottom:0;
	width:174px;
} */

.eyecatch-img2In .illust1{
	position: absolute;
	left:0;
	bottom: -7%;
	width: 117px;
	transform: scaleX(-1);
}
.eyecatch-img2In .illust2{
	position: absolute;
	bottom: -7%;
	width: 170px;
	right:-2%;
}

@media screen and (max-width:1050px){
	.eyecatch-img2In .illust1{
		position: absolute;
		left:10px;
		bottom: -6%;
		width: 97px;
		transform: scaleX(-1);
	}
	.eyecatch-img2In .illust2{
		position: absolute;
		bottom: -6%;
		width: 150px;
		right:0%;
	}
}

@media screen and (max-width:767px){
/* .eyecatch-img2In ul{
	display:block;
	padding:10px;
}
.eyecatch-img2In ul li{
	display:block;
	width:50%;
	float: left;
	margin:0;
	padding:10px;
}
.eyecatch-img2In ul li:nth-child(3){
	border-left:none;
}
.eyecatch-img2In ul li:nth-child(3),
.eyecatch-img2In ul li:nth-child(4){
	border-top:1px dotted #ccc;
}

.eyecatch-img2In ul li h3{
	font-size:13px;
	margin:0;
}
.eyecatch-img2In ul li .text{
	padding:10px 0 0;
	font-size:11px;
}

.eyecatch-img2In .illust1,
.eyecatch-img2In .illust2{
	width:50px;
	height:auto;
	top:10px;
}
.eyecatch-img2In .illust1{
	left:10px;
}
.eyecatch-img2In .illust2{
	right:10px;
} */

.eyecatch-img2In li p {font-size: 14px; line-height: normal;}

.eyecatch-img2In .eyecatch_span {font-size: 18px;}

.eyecatch-img2In h3{font-size: 22px; line-height: normal;padding-top: 10px;}

.eyecatch-img2In ul {
    table-layout: none;
    flex-wrap: wrap;
    padding: 60px 10px 20px;
	gap: 5px 20px;
}

.eyecatch-img2In li {
    height: 160px;
    width: 140px;
}

.eyecatch-img2In li::before {
    height: none;
    left: -10px;
    transform: scale(1.2);
}

.eyecatch-img2In .illust1{
    left: 20px;
    bottom: 0%;
    width: 72px;
}
.eyecatch-img2In .illust2{
    bottom: 0%;
    width: 113px;
    right: 2%;
}



}


/*==============================*/
/*content1*/
/*==============================*/

.content1{
	margin:40px auto;
	/* overflow:hidden; */
	/* width: max(100vw, 1000px); */
}

.ttl4{
	font-size: 32px;
	line-height: 52px;
	color: #333333;
	text-align: center;
}

.content1 p{
	line-height:180%;
}

.content1_p{
	color: #fff;
	background-color: #0a316a;
	border-radius: 35px;
	text-align: center;	
	max-width: 1000px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	padding-block: 10px;
	padding-inline: 10px;
}

.content1Main{width: 1000px;margin: 0 auto;}

.content1Main_txt{
	margin: 50px 20px;
}

.content1Main_txt h3{
	font-size: 28px;
}

.content1Main_txt p{
	font-size: 16px;
	color: #333333;
}


@media screen and (max-width:767px){
	.content1{
		width:100%;
		margin:0;
	}
	
	.content1_p{font-size: 16px !important;}

.content1 p{
	padding:20px;
	font-size:14px;
	margin:20px 0 0;
	text-align: start;
	border-radius: 0;
}

.ttl4 {
    font-size: 20px;
    line-height: normal;
	text-align: start;
}

.content1Main {
    width: 100%;
    margin: 0px auto;
}

.content1Main_txt h3{
	font-size: 20px;
}

.content1Main_txt p{padding: 0;}

}

/*seoBox1*/

.seoBox1{
	clear:both;
	background:#fff;
	padding:20px;
	font-size:20px;
}

.seoBox1 h3{
	margin:0 0 40px;
	color: #003077;
	text-align: center;
	font-size: 24px;
}

.seoBox1_content {
    display: flex;
	flex-direction: column;
	max-width: 1000px;
	margin: 0 auto;
	gap: 20px;
}

.seoBox1_list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 10px;
	align-items: stretch;
}

.seoBox1_left{
	/* background-image: url(../img/googleTop.jpg); */
	/* background-repeat: no-repeat; */
	/* background-size: contain; */
	width: 509px;
	position: relative;
}

.seoBox1_left .seo_hp{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	/* height: 100%; */
	object-fit: cover;
	pointer-events: none;
	width: 509px;
}



.seoBox1_left p{
	margin: 0;
	font-size: 16px;
	color: #fff;
	background-color: #003077;
	border-radius: 20px;
	width: 120px !important;
	padding-block: 6px;
	text-align: center;
	position: absolute;
}

.seoBox1_txt1{
	top: 112px;
	right: 50px;
}

.seoBox1_left::after{
	position: absolute;
	content: "";
	border: solid #003077;
	border-radius: 10px;
	width: 98%;
	height: 75%;
	top: 50px;
	left: 0px;
}

.seoBox1_list:nth-child(2) .seoBox1_left::after{
	position: absolute;
	content: "";
	border: solid #003077;
	border-radius: 10px;
	width: 98%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.seoBox1_list:nth-child(3) .seoBox1_left::after{
	position: absolute;
	content: "";
	border: solid #003077;
	border-radius: 10px;
	width: 98%;
	height: 100%;
	top: 0;
	left: 0;
}

.seoBox1_list:nth-child(4) .seoBox1_left::after{
	position: absolute;
	content: "";
	border: solid #003077;
	border-radius: 10px;
	width: 98%;
	height: 100%;
	top: 0;
	left: 0;
}

.seoBox1_txt2{
	top: 90px;
	right: 50px;
}

.seoBox1_txt3{
	top: 90px;
	right: 50px;
}

.seoBox1_txt4{
	top: 60px;
	right: 50px;
}


.seoBox1_right{
	width: 45%;
	margin: 0
}

.seoBox1_right h4{
	font-size: 20px;
	color: #003077;
	font-weight: bold;
	margin-top: 10px;
}

.seoBox1_list:nth-child(1) .seoBox1_right h4{
	margin-top: 45px;
}

.seoBox1_right p{
	font-size: 16px;
	color: #333333;
	margin: 10px 0 0;
}

.seoBox1_right a{
	background-color: #0a316a;
	border-radius: 18px;
	padding: 5px 20px;
	width: 267px;
	margin: 10px 0 0 auto;
	position: relative;
	display: flex;
}

.seoBox1_right a::after{
	content: "";
	position: absolute;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
	top: 14px;
	right: 20px;
	transition: ease 0.3s;
}

.seoBox1_right a{
	color: #fff;
	text-decoration: none;
}

.seoBox1_right a:hover::after{
	transform: translateX(6px);
}
/* 
.seoBox1 ul{
	overflow:hidden;
}

.seoBox1 ul > li{
	clear:both;
	margin:0 0 30px;
}
.seoBox1 ul > li a{
	display:block;
	position:relative;
	padding:0 0 0 25px;
	vertical-align:middle;
	color:#333;
	text-decoration:none;
}
.seoBox1 ul > li a:hover{
	text-decoration:underline;
}

.seoBox1 ul > li a:before,
.seoBox1 ul > li a:after{
	position:absolute;
	bottom:2px;
	left:0;
	margin:auto;
	content:"";
	vertical-align:middle;
}
.seoBox1 ul > li a:before{
	width:15px;
	height:15px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#111;
	top:0;
}
.seoBox1 ul > li a:after{
	left:3px;
	top:-1px;
	width:4px;
	height:4px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.seoBox1 ul li ul{
	padding:20px 0 0 30px;
}

.seoBox1 ul li li{
	list-style:disc;
	margin:0 0 10px 30px;
}
.seoBox1 ul > li li a{
	padding-left:0;
	font-size:18px;
}
.seoBox1 ul > li li a:before,
.seoBox1 ul > li li a:after{
	display:none;
} */

@media screen and (max-width:767px){
.seoBox1{
	margin:0;
	padding:20px;
	font-size:14px;
	/* overflow-x: auto; */
}
.seoBox1 h3{
	margin:0;
}

.seoBox1_content{
	gap: 30px;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.seoBox1_list{
	flex-wrap: wrap;
}

.seoBox1_left{
	width: 100%;
}

.seoBox1_left img{
	width: 100%;
}
.seoBox1_left p {
    font-size: 14px;
    width: 80px !important;
}

.seoBox1_txt1 {
    top: 50%;
    right: 5%;
}

.seoBox1_txt2,
.seoBox1_txt3,
.seoBox1_txt4 {
    top: 40%;
    right: 5%;
}

.seoBox1_right{
	width: 100%;
	margin-top: 10px;
	padding-inline: 10px;
}

.seoBox1_right h4,
.seoBox1_list:nth-child(1) .seoBox1_right h4 {
	font-size: 18px;
	margin: 0;
}


.seoBox1_right p{
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
}

.seoBox1_right a{
	width: 220px;
}

.seoBox1_left::after{
	position: absolute;
	content: "";
	border: solid #003077;
	border-radius: 10px;
	width: 98%;
	height: 80%;
	top: 20%;
	left: 0px;
}

.seoBox1_list:nth-child(2) .seoBox1_left::after{
	width: 98%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.seoBox1_list:nth-child(3) .seoBox1_left::after{
	width: 98%;
	height: 100%;
	top: 0;
	left: 0;
}

.seoBox1_list:nth-child(4) .seoBox1_left::after{
	width: 98%;
	height: 100%;
	top: 0;
	left: 0;
}

.seoBox1_right a::after{
	top: 12px;
}

/* .seoBox1 ul > li{
	margin:10px 0 0;
}
.seoBox1 ul li ul{
	padding:10px 0 0 10px;
	font-size:13px;
	line-height:120%;
}
.seoBox1 ul > li li a{
	font-size:13px;
} */
}


/**/

/* .seoTable1 +.seoTable1{
	margin-left:30px;
}

.seoTable1{
	border-spacing:0;
	border-collapse:collapse;
	width:310px;
	float:left;
	font-size:14px;
	margin-top:30px;
}

.seoTable1 caption{
	text-align:left;
	background:#1878e3;
	color:#fff;
	padding:10px;
}

.seoTable1 th,
.seoTable1 td{
	border:1px solid #ddd;
	padding:10px 5px 10px 10px;
}

.seoTable1 th{
	background:#18b6e3;
	color:#fff;
	font-weight:normal;
}

@media screen and (max-width:767px){
.seoTable1 +.seoTable1{
	margin-left: auto;
}
.seoTable1{
	width:90%;
	margin:20px auto 0;
	float:none;
}

} */


/* content1_new */

.content1_new{
	color: #fff;
	background-color: #0a316a;
	margin: 0 auto ;
	max-width: 1000px;
	border-radius: 10px;
}

.content1_new p{line-height: 26px;}

.new1_ttl h2{
	margin: 0;
	font-size: 28px;
	line-height: 42px;
}

.new1_ttl {
    margin-inline: 130px 30px;
    padding-block: 30px 10px;
	border-bottom: dashed 1px #fff;
	position: relative;
}

.new1_ttl img{
	position: absolute;
	bottom: -14px;
	left: -100px;
	width: 95px;
	transform: scaleX(-1);
}

.new1_list{
	margin-inline: 130px 30px;
    padding-block: 30px;
	border-bottom: dashed 1px #fff;
}

.new1_list h3{
	font-size: 22px;
	margin: 0;
}

.new1_list h4{
	font-size: 20px;
	margin: 2rem 0 0;
}

.new1_list span{
	font-size: 30px;
	font-family: Roboto;
	font-style: italic;
	margin-right: 10px;
}

.new1_list p{
	padding-left: 30px;
	margin: 1rem 0 0;
}
.new1_list li{
	list-style-type: none;
}

.new1_txt{
	margin-inline: 130px 30px;
    padding-block: 30px 50px;
}

.new1_txt p{margin: 0;}

.new1_txt span{font-size: 20px;font-weight: bold;}

.new1_p{padding-top: 1rem;}

@media screen and (max-width:767px){
	.content1_new{border-radius: 0;}

	.new1_ttl img{
		display: none;
	}

	.new1_ttl,
	.new1_list,
	.new1_txt{
		margin-inline: 30px;
	}

	.new1_ttl h2{font-size: 24px;line-height: normal;}
	.new1_ttl p{font-size: 14px;}

	.new1_list h3{font-size: 20px;}
	.new1_list h4{font-size: 18px; line-height: 26px;}
	.new1_list h4 span{font-size: 24px;}
	.new1_list p{font-size: 14px; padding-left: 0px;}
	.new1_txt p{font-size: 14px;}
}

@media screen and (max-width:325px){
	.spbr_325{display: none;}
}
/* .contentNew{
	position: relative;
	padding-block: 70px;
}

.contentNew::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
	background: rgba(238,238,238);
	z-index: -1;
}

.new1_other {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 30px;
	margin: 0 20px;
}

.other_txt{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
}

.new1_other ul{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 3rem;
}

.new1_other li{
	list-style-type: none;
}

.other_box{
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	width: 210px;
	height: 149px;
	justify-content: center;
	padding: 40px 40px 60px;
}

.other_box span{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.other_img{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.other_box img{
	margin-bottom: 40px;
}

.other_box p{
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.arrow {
    background-color: #0a316a;
	padding: 40px;
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: center;
}

.arrow img{
	width: 14px;
	transition:transform 0.3s ease;
}

.arrow:hover img{
	transform: translateY(6px);
}

@media screen and (max-width:767px){
	.new1_other ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}

	.other_box {
		width: 260px;
		height: 179px;
		justify-content: center;
		padding: 60px 10px 60px;
	}

	.other_txt{font-size: 20px;}

	.other_box span {
		font-size: 18px;
	}

	.other_box img {
    margin-bottom: 20px;
}

	.other_box p {
	font-size: 14px;
	}

	.arrow {
		padding: 20px;
	}


} */


/* contact btn */

.contact_btn{display: flex;	justify-content: space-around;max-width: 1000px;margin: 0 auto;}
.contact_btn li{position: relative;list-style-type: none;}
.contact_btn .mail a{
	background-color:#ffffff; 
	padding: 1rem;
	width: 380px;
	height:45px;
	border-radius:38px;
	display: flex;
	align-items: center;
	text-align: center;
}
.contact_btn .tel a{
	background-color:#ffffff; 
	padding: 1rem;
	width: 380px;
	height:45px;
	border-radius:38px;
	display: flex;
	align-items: center;
	text-align: center;
}

.contact_btn li a span{flex: 1; padding-top: 5px; margin-left: 2rem;}
.contact_btn li a,
.contact_btn li a:link,
.contact_btn li a:visited{
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}

.contact_btn li a{
	display: flex;
	flex-direction: column;
}
.contact_btn li a::before{
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height:30px;
	position: absolute;
	bottom: 0;
	margin: auto;
	top: 6px;
	left: 4rem;
	}
.contact_btn .mail a::before{
	background-image: url(../img/ico_mail_bl.png);
}
.contact_btn .tel a::before{
	background-image: url(../img/ico_tel_bl.png);
	left: 6rem;
    top: 3px;
}

.contact_btn .tel span{
	padding: 0;
}

.contact_btn .tel_small{
	font-size: 14px;
}

.contact_btn a:hover,
.contact_btn a:link:hover,
.contact_btn a:visited:hover{
	opacity: 0.8;
	transition: 0.3s;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.contact_btn {display: block;}
	.contact_btn li{position: static; margin: auto;}
	.contact_btn li a,
	.contact_btn li a:link,
	.contact_btn li a:visited{
		width: 80%;
		font-size: 18px;
		margin: 0 auto;
		margin-bottom: 1.5rem;
		position: relative;
		height:68px;
	}


	.contact_btn .tel a {
		padding: 0.7rem 1rem 1.3rem 1rem;
	}

	.contact_btn li a span{padding: 0 0 0 2rem; margin: 0;}
	.contact_btn li a::before{
		left: 1rem;
    top: 0.2rem;
	}
	.contact_btn .tel a::before{left:1rem;}
}

@media screen and (max-width: 640px){
	.tel{display: block;}
}


.contact_area{
	position: relative;
	background-color:#002a4d;
	text-align: center;
	padding: 30px 5px 50px;
}

.contact_area02{
	position: relative;
	background-color:#002a4d;
	text-align: center;
	padding: 30px 5px 50px;
}

.contact_area h2,
.contact_area02 h2{font-size: 25px; font-weight: bold; color: #ffffff; margin-bottom: 30px;}
.contact_area h2 span,
.contact_area02 h2 span{font-size: 25px;line-height: 32px; font-weight: bold; color: #ffffff; margin-bottom: 20px;}
.contact_area h2 .big
.contact_area02 h2 .big{font-size: 45px;}

.contact_area .contact_illust01 img,
.contact_area02 .contact_illust01 img{
	position: absolute;
	top: -17px;
	left: 12%;
	width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	.contact_area02 {width: max(100vw, 1000px); margin: 0;}
}

@media screen and (max-width: 767px) {
	.contact_area02{width: 100vw;}
	.contact_area h2,
	.contact_area02 h2{font-size:22px ; padding-inline: 10px;}
	.contact_area h2 span .big,
	.contact_area02 h2 span .big{font-size: 26px;}
	.contact_area .contact_illust01 img,
	.contact_area02 .contact_illust01 img{display: none;}
}

/* faq */
#faq{  max-width: 1000px;margin: 90px auto 0;}

#faq h2{
	text-align: center;
	font-weight: bold;
	font-size: 100px;
	color: #002a4d;
	font-style: italic;
	font-family: "Roboto", sans-serif;
	line-height: 180px;
	margin: 0;
}

#faq .faq_txt{
	color: #333333; 
	font-size: 16px; 
	text-align: center; 
	line-height: 42px;
	margin-top: 30px;
	font-weight: 500;
}

#faq .faq_list{
	margin-top:1rem;
}
#faq .faq_list .wrap{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom: 3px solid;
    border-image: linear-gradient(to right, black 0 18%, #eeeeee 18% 100%) 1;
    border-image-slice: 1;
	padding: 2rem 3rem 2.5rem 3rem;
	gap: 40px;
}

#faq .faq_list .wrap:last-child {
    border-bottom: none;
}

#faq .wrap span{
	text-align: center;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    place-content: center;
    font-family: "Roboto",sans-serif;
    font-size: 60px;
    color: #cccccc;
}

.question_box {
    display: flex;
	flex-direction: column;
	align-items: flex-start;
    width: 84%;
	margin-top: 1rem;
}

#faq .question{
	color: #002a4d;
	font-size: 22px;
	font-weight: bold;
	margin-block: 0;
}

#faq .question_plus {
    position: relative;
    width: 40px;
    height: 40px;
    transform-origin: center;
    transition: transform 0.2s ease;
    background-color: #003077;
    border-radius: 20px;
    cursor: pointer;
	margin-top: 1rem;
}

#faq .question_plus::before, #faq .question_plus::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transition: transform 0.2s ease;
}

#faq .question_plus::before {
    width: 3px;
    height: 16px;
}

#faq .question_plus::after {
    width: 16px;
    height: 3px;
}

#faq .question_plus.open_faq {
    transform: rotate(90deg);
}

#faq .question_plus.open_faq::after {
    opacity: 0;
}

#faq .answer {
	padding-top: 2rem;
	display: none;
}

#faq .answer p{color: #333333;margin-block: 0;}

#faq .faq_list dd{
	display: none;
	padding: 1.5rem 1.5rem 2.5rem;
	background-color: #eaf6f0;
}

@media screen and (max-width: 767px) {
	#flow_irai .flow_step_txt .step_txt_li dt{font-size: 20px; padding: 0.8rem 0;}
	/* #flow_irai .flow_step_txt .step_txt_li dd{padding: 1rem 1rem 3rem;} */

	#faq{margin-top: 2rem;}
	#faq h2{font-size: 56px;line-height: normal;}
	#faq .faq_txt{font-size: 16px; padding: 0 2rem;line-height: 32px;}
	#faq .faq_list .wrap{ align-items: start;gap: 12px;padding: 1rem 10px 1.5rem 14px;}
	#faq .question_box{margin-top: 1rem; width: 76%;}
	#faq .question{font-size: 14px; padding-left: 5px;}
	#faq .answer{padding-top: 1rem; padding-left: 5px;}
	#faq .wrap span{font-size: 30px; margin-top: 12px;}

	#faq .faq_list dt,#faq .faq_list dd{padding:0.8rem 2.3rem 0.8rem 0.8rem;}
	#faq .faq_list dt{font-size: 16px;}
	#faq .faq_list dt::after{right:1rem; }
	#faq .faq_list{padding: 0 10px;}
	#faq .answer p{font-size: 14px;} 
	#faq .question_plus {width: 25px;height: 25px;}
	#faq .question_plus::before{height: 11px;}
	#faq .question_plus::after{width: 11px;}
}

/*=========会社案内==========*/

/* #company{max-width: 1500px; margin: 50px auto 0;}

.company_author{
	max-width: 1200px;
	border: solid #dddddd 3px;
	border-radius: 10px;
	padding: 10px 100px 30px 50px;
	}

.company_author h4{
	font-size: 16px;
	font-weight: bold;
}

.company_author p{
	margin: 0;
}

.author{margin-bottom: 10px !important;}

.company_inner {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 90%;
}

#company h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: start;
    color: #002a4d;
}

#company h3{
	font-size: 30px;
	color: #002a4d;
	font-weight: bold;
	margin-block: 20px;
	line-height: 32px;
}

#company .txt p{line-height: 32px;}

#company table {
    margin-top: 56px;
    margin: 56px auto;
    width: 80%;
}

#company table tr {
    display: flex;
    flex-direction: row;
}

#company table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#company table th {
    padding-block: 25px;
    display: inline-block;
    width: 18%;
    font-weight: 400;
	text-align: center;
}

#company table td {
    padding: 25px 0 25px 2em;
    display: inline-block;
    width: 80%;
}

#company .vat {
    vertical-align: top;
}

#company .map {
    position: relative;
    display: block;
    margin-top: 1em;
    padding: 5px 1em;
    width: 223px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid #ccc;
}

#company .map+p {
    margin-top: 2em;
}

#company table p {
    margin: 0;
}

#company .map::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 20px;
    background: url("../img/google-maps.svg") no-repeat center/contain;
}


#company .tel_pc_cancel {
    text-decoration: none;
    color: #333;
}


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

	#company {margin: 40px auto 0;}
	#company .sub_ttl{font-size: 16px; text-align: left; padding: 0 10px;}
	#company .company_ttl{font-size: 20px;}
	#company .address_wrap .content{margin-right: 0; padding: 0 10px;}
	#company .txt h2{font-size: 24px;}
	#company .txt h3{font-size: 20px;}
	#company .company_inner {
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: flex-start;
    width: 100%;
	padding-inline: 20px;
}

	#company picture{width: 50%;}
	#company table{width: 100%;}
	#company table th ,#company table td {font-size: 14px;text-align: start;}
	#company table tr{padding-inline: 20px;}
	#company table th{width: 23%;}
	#company .map{width: 195px;}
} */

.content1_new p{line-height: 26px;}

.new1_ttl h2{
	margin: 0;
	font-size: 28px;
	line-height: 42px;
}

.new1_ttl {
    margin-inline: 130px 30px;
    padding-block: 30px 10px;
	border-bottom: dashed 1px #fff;
	position: relative;
}

.new1_ttl img{
	position: absolute;
	bottom: -14px;
	left: -100px;
	width: 95px;
	transform: scaleX(-1);
}

.new1_list{
	margin-inline: 130px 30px;
    padding-block: 30px;
	border-bottom: dashed 1px #fff;
}

.new1_list h3{
	font-size: 22px;
	margin: 0;
}

.new1_list h4{
	font-size: 20px;
	margin: 2rem 0 0;
}

.new1_list span{
	font-size: 30px;
	font-family: Roboto;
	font-style: italic;
	margin-right: 10px;
}

.new1_list p{
	padding-left: 30px;
	margin: 1rem 0 0;
}
.new1_list li{
	list-style-type: none;
}

.new1_txt{
	margin-inline: 130px 30px;
    padding-block: 30px 50px;
}

.new1_txt p{margin: 0;}

.new1_txt span{font-size: 20px;font-weight: bold;}

.new1_p{padding-top: 1rem;}

@media screen and (max-width:767px){
	.content1_new{border-radius: 0;}

	.new1_ttl img{
		display: block;
		transform: translateX(-50%) scaleX(-1);
		top: 20px;
		left: 50%;
		width: 60px;
	}

	.new1_ttl,
	.new1_list,
	.new1_txt{
		margin-inline: 30px;
	}

	.new1_ttl{padding-block: 160px 10px;}
	.new1_ttl h2{font-size: 24px;line-height: normal;}
	.new1_ttl p{font-size: 14px;}

	.new1_list h3{font-size: 20px;}
	.new1_list h4{font-size: 18px; line-height: 26px;}
	.new1_list h4 span{font-size: 24px;}
	.new1_list p{font-size: 14px; padding-left: 0px;}
	.new1_txt p{font-size: 14px;}
}

@media screen and (max-width:325px){
	.spbr_325{display: none;}
}
.contentNew{
	position: relative;
	padding-block: 40px 70px;
}

.contentNew::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
	background: rgba(238,238,238);
	z-index: -1;
}

.new1_other {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 30px;
	margin: 0 20px;
}

.other_txt{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
}

.new1_other ul{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 3rem;
}

.new1_other li{
	list-style-type: none;
}

.other_box{
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	width: 210px;
	height: 149px;
	justify-content: center;
	padding: 40px 40px 60px;
}

.other_box span{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.other_img{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.other_box img{
	margin-bottom: 40px;
}

.other_box p{
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.arrow {
    background-color: #0a316a;
	padding: 40px;
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.arrow img{
	width: 14px;
	transition:transform 0.3s ease;
}

.arrow:hover img{
	transform: translateY(6px);
}

@media screen and (max-width:767px){
	.new1_other ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.other_box {
		width: 260px;
		height: 179px;
		justify-content: center;
		padding: 60px 10px 60px;
	}

	.other_txt{font-size: 20px;}

	.other_box span {
		font-size: 18px;
	}

	.other_box img {
    margin-bottom: 20px;
}

	.other_box p {
	font-size: 14px;
	}

	.arrow {
		padding: 20px;
	}


}

/*=========会社案内==========*/

#company{max-width: 1500px; margin: 50px auto 0;}

.company_author{
	max-width: 1000px;
	border: solid #dddddd 3px;
	border-radius: 10px;
	padding: 10px 100px 30px 50px;
	margin: 0 auto;
	}

.company_author h4{
	font-size: 16px;
	font-weight: bold;
}

.company_author p{
	margin: 0;
}

.author{margin-bottom: 10px !important;}

.company_inner {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 90%;
}

#company h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: start;
    color: #002a4d;
}

#company h3{
	font-size: 30px;
	color: #002a4d;
	font-weight: bold;
	margin-block: 20px;
	line-height: 32px;
}

#company .txt p{line-height: 32px;}

#company table {
    margin-top: 56px;
    margin: 56px auto;
    width: 80%;
}

#company table tr {
    display: flex;
    flex-direction: row;
}

#company table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#company table th {
    padding-block: 25px;
    display: inline-block;
    width: 18%;
    font-weight: 400;
	text-align: center;
	font-weight: bold
}

#company table td {
    padding: 25px 0 25px 2em;
    display: inline-block;
    width: 80%;
}

#company .vat {
    vertical-align: top;
}

#company .map {
    position: relative;
    display: block;
    margin-top: 1em;
    padding: 5px 1em;
    width: 223px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid #ccc;
}

#company .map+p {
    margin-top: 2em;
}

#company table p {
    margin: 0;
}

#company .map::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 20px;
    background: url("../img/google-maps.svg") no-repeat center/contain;
}


#company .tel_pc_cancel {
    text-decoration: none;
    color: #333;
}


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

	.company_author {padding: 0px 20px 20px 20px; margin: 0 10px;}
	#company {margin: 40px auto 0;}
	#company .sub_ttl{font-size: 16px; text-align: left; padding: 0 10px;}
	#company .company_ttl{font-size: 20px;}
	#company .address_wrap .content{margin-right: 0; padding: 0 10px;}
	#company .txt h2{font-size: 24px;}
	#company .txt h3{font-size: 20px;}
	#company .company_inner {
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: flex-start;
    width: 100%;
	padding-inline: 20px;
	margin-top: 20px;
}

	#company picture{width: 50vw;}
	#company picture img{max-width: 100%; height: auto;}
	#company table{width: 100%;}
	#company table th ,#company table td {font-size: 14px;text-align: start;}
	#company table tr{padding-inline: 20px;}
	#company table th{width: 23%;}
	#company .map{width: 195px;}
	#company table {
    margin-top: 56px;
    margin: 20px auto 50px;
}
}


/*==============================*/
/*content2*/
/*==============================*/

.content2{
	background:#ff7200;
	color:#fff;
	clear:both;
	margin:40px 0;
}
.content2In{
	width:1000px;
	margin:0 auto;
	padding:40px 0;
	background:url(../../controller/img/takeuchi2.svg) no-repeat right top 40px;
	background-size:137px;
}

.content2In p{
	line-height:180%;
}

@media screen and (max-width:767px){
.content2{
	margin:30px 0 0;
}
.content2In{
	width:100%;
	padding:20px;
	background-size:50px;
	background-position:20px 10px;
}
.content2In .ttl5{
	margin:0 0 40px 60px;
	padding-top:20px;
}
.content2In p{
	font-size:14px;
}
}

/**/

.seoList1{
	clear:both;
	margin:0 0 40px;
}

.seoList1 li{
	clear:both;
	font-size:24px;
	margin:0 0 20px 30px;
	font-weight:bold;
}

@media screen and (max-width:767px){
.seoList1{
	margin:0;
	padding:0 20px 20px;
}
.seoList1 li{
	font-size:14px;
	margin:0;
}
}

/**/

.seoBox2{
	clear:both;
	background:url(../../controller/img/takeuchi1.svg) no-repeat 0 0;
	background-size:124px;
	padding:0 0 0 150px;
}

.seoBox2 p{
	line-height:180%;
}

@media screen and (max-width:767px){
.seoBox2{
	background-size:50px;
	background-position:10px 0;
	padding:0;
	margin-top:20px;
}
.seoBox2 h2{
	padding:0 10px 0 70px;
	margin-bottom:0;
}
}


/*==============================*/
/*content3*/
/*==============================*/

.content3{
	clear:both;
	background-image:url(../img/img1.jpg);
	background-position:center top !important;
	background-size:100% !important;
	background-repeat:no-repeat !important;
	padding:260px 0 0;
}

.content3 h2{
	background:#109a5e;
	color:#fff;
	text-align:center;
	padding:40px 0;
	font-size:36px;
	-webkit-border-radius:10px;border-radius:10px;
	width:1000px;
	margin:0 auto 70px;
}

.content3In{
	width:1000px;
	margin:0 auto;
	background:#fff;
	padding:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content3In p{
	line-height:180%;
}

.content3In h3{
	font-size:32px;
	line-height:130%;
	margin:60px 0 30px;
	color:#12a154;
}

.content3In h3 div{
	width:73px;
	float:left;
	font-size:14px;
	text-align:center;
	background:#12a154;
	color:#fff;
	margin:0 20px 0 0;
	line-height:100%;
	padding:10px;
	font-weight:normal;

	-webkit-border-radius:5px;border-radius:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content3In h3 div span{
	display:block;
	font-size:36px;
	line-height:100%;
	font-weight:bold;
	margin:5px 0 0;
}
@media screen and (max-width:1100px){
.content3{
	background-size:1100px !important;
}
}

@media screen and (max-width:767px){
.content3{
	padding:20px;
	background-size:100%!important;
}
.content3In p{
	font-size:14px;
}
.content3In p img{
	max-width:100%;
}
.content3In p.ttl4{
	padding:20px 0 0;
}

.content3 h2{
	width:100%;
	font-size:17px;
	margin:0 0 20px;
	padding:20px;
	text-align:left;
}

.content3In{
	width:100%;
	padding:10px;
}

.content3In h3{
	font-size:17px;
	margin:20px 0 20px;
}
.content3In h3 br{
	display:none;
}

.content3In ul{
	padding:10px 20px 20px;
}

}



/**/

.seoDl1{
	clear:both;
}

.seoDl1 dt:before{
	content:"▼";
}
.seoDl1 dd{
	margin:5px 0 0;
}
.seoDl1 dd:before{
	content:"・";
}

/**/

.seoImg1{
	float:left;
	margin:0 20px 0 0;
}

@media screen and (max-width:767px){
.seoImg1{
	max-width:50%;
}

}


/**/

.content3In .seoTtl1{
	clear:both;
	color:#21538a;
	margin:60px 0 30px;
}

@media screen and (max-width:767px){
.content3In .seoTtl1{
	margin:40px 0 0;
}
}

/**/

.seoBtn1{
	clear:both;
	margin:30px 0 0;
}

.seoBtn1 a{
	display:inline-block;
	background:#21538a;
	color:#fff;
	font-size:26px;
	text-decoration:none;
	padding:30px 90px 30px 30px;
	position:relative;
	vertical-align:middle;
    -webkit-transition:all .3s;transition:all .3s;
}
.seoBtn1 a:hover{
	background:#327ed2;
}

.seoBtn1 a:before,
.seoBtn1 a:after{
	position:absolute;
	top:0;
	bottom:2px;
	margin:auto;
	content:"";
	vertical-align:middle;
}
.seoBtn1 a:before{
	width:23px;
	height:23px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#fff;
	right:30px;
}
.seoBtn1 a:after{
	right:40px;
	width:6px;
	height:6px;
	border-top:1px solid #21538a;
	border-right:1px solid #21538a;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

@media screen and (max-width:767px){
.seoBtn1 a{
	font-size:14px;
	padding:20px;
	line-height:120%;
	display:block;
}
}



/*==============================*/
/*content4*/
/*==============================*/

.content4{
	clear:both;
	background-image:url(../img/img3.jpg);
	background-size:100% !important;
	background-position:center top !important;
	background-repeat:no-repeat !important;
	padding:260px 0 0;
}

.content4 h2{
	width:1000px;
	margin:0 auto 70px;
	padding:0 0 0 160px;
	position:relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content4 h2 div{
	background:#109a5e;
	color:#fff;
	-webkit-border-radius:10px;border-radius:10px;
	padding:30px 30px 30px 80px;
	font-size:36px;
	line-height:120%;
	text-align:left;
}
.content4 h2 i{
	position:absolute;
	left:0;
	top:-20px;
	display:inline-block;
	width:209px;
	height:183px;
	background:url(../../controller/renewal/img1.png) no-repeat;
	background-size:100%;
}

.content4In{
	width:1000px;
	margin:0 auto;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content4In p{
	line-height:180%;
	padding:30px;
}

@media screen and (max-width:1100px){
.content4{
	background-size:1100px !important;
}
}
@media screen and (max-width:767px){
.content4{
	background-size:100% !important;
	padding:60px 20px 20px;
	margin-top:30px;
}
.content4In{
	width:100%;
}
.content4 h2{
	width:100%;
	margin:0;
	padding:0;
}
.content4 h2 div{
	font-size:17px;
	padding:20px 10px 20px 100px;
}
.content4 h2 i{
	width:80px;
	top:10px;
	left:10px;
}

.content4In p{
	font-size:14px;
	padding:0;
}

}

/*===========================================*/
/* flow.html */
/*===========================================*/

.seoText1{
	font-size:30px;
}






.content3.seoFlow{
	background-image:url(../img/img4.jpg);
}
.content3.seoFlow.seoFlow2{
	background-image:url(../img/img7.gif);
}
.content3.seoFlow.seoFlow3{
	background-image:url(../img/img9.jpg);
}
.content3.seoFlow.seoFlow4{
	background-image:url(../img/img13.jpg);
}
.content3.seoFlow.seoFlow5{
	background-image:url(../img/img14.jpg);
}
.content3.seoFlow.seoFlow6{
	background-image:url(../img/img3.jpg);
	padding-top:100px;
}
.content3.seoFlow.seoFlow7{
	background-image:url(../img/img22.jpg);
}

.content3.seoFlow h2{
	background:#ff6600;
	color:#fff;
	text-align:left;
	padding:40px 0 40px 120px;
	font-size:36px;
	-webkit-border-radius:10px;border-radius:10px;
	width:1000px;
	margin:0 auto 70px;
	position:relative;
	line-height:120%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content3.seoFlow.seoFlow5 h2{
	padding-left:40px;
}

.content3.seoFlow h2 div{
	float:left;
	font-size:14px;
	line-height:100%;
	position:absolute;
	left:20px;
	top:20px;
	text-align:center;
}
.content3.seoFlow h2 div span{
	display:block;
	font-size:42px;
	line-height:100%;
	margin:10px 0 0;
}

.content3.seoFlow h3{
	margin-top:0;
	color:#ff6600;
}

@media screen and (max-width:767px){
.content3.seoFlow h2{
	width:100%;
	font-size:17px;
	padding:20px 10px 20px 60px;
	margin:0 0 20px;
}
.content3.seoFlow.seoFlow5 h2{
	padding-left:10px;
}
.content3.seoFlow h2 div{
	font-size:11px;
	top:22px;
	left:15px;
}
.content3.seoFlow h2 div span{
	font-size:20px;
}
.content3.seoFlow h3{
	padding:10px;
	margin-bottom:10px;
}
}

/**/

.seoBox3{
	background:#f2f2f2;
	padding:30px 30px 10px;
	margin:30px 0 0;
}
.seoBox3 h6{
	font-size:24px;
	margin:0 0 20px;
	font-weight:normal;
}

.seoBox3 h4{
	color:#ff6600;
	margin-top:0;

}
.seoBox3 ul{
	margin:0 0 10px 20px;
	padding-top:0;
	padding-bottom:10px;
}
.seoBox3 ul li{
	margin:10px 0 0;
}

@media screen and (max-width:767px){
.seoBox3{
	padding:20px 20px 10px;
	margin:20px 0 0;
}

.seoBox3 h6{
	font-size:17px;
}
.seoBox3 h4{
	margin:0 0 10px;
}
.seoBox3 ul{
	margin:0;
}

}

/**/

.seoText2{
	clear:both;
	background:url(../../controller/img/takeuchi1.svg) no-repeat 0 0;
	background-size:174px;
	min-height:246px;
	font-size:24px;
	padding:10px 0 0 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:40px;
}

@media screen and (max-width:767px){
.seoText2{
	background-size:70px;
	background-position:0 5px;
	padding:0 0 0 90px;
	min-height:inherit;
	margin-top:30px;
}
}

/**/

.content3.seoFlow4{
	background:url(../img/img12.gif) no-repeat center top;
}

.content3.seoFlow4 h3{
	color:#ff6600;
	margin-top:0;
}
.content3.seoFlow5 h3{
	color: inherit;
	margin-top:70px;
}
.content3.seoFlow4 h3.ttl8:first-child{
	margin-top:0;
}
@media screen and (max-width:767px){
.content3.seoFlow4 h3,
.content3.seoFlow5 h3{
	padding:10px;
	margin-bottom:10px;
	margin-top:30px;
}
}

.content3.seoFlow5 p:first-child,
.content3.seoFlow6 p:first-child{
	margin-top:0;
}

/**/

.seoImg2{
	clear:both;
	overflow:hidden;
	margin:40px 0 0;
}

.seoImg2 figure{
	float:right;
	margin:0;
	max-width:46%;
}
.seoImg2 figure:first-child{
	float:left;
}

.seoImg2 figcaption{
	margin:0 0 10px;
}
.seoImg2 figcaption:before{
	content:"▼"
}

@media screen and (max-width:767px){
.seoImg2 figure{
	float:none;
	max-width:inherit;
	clear:both;
}
.seoImg2 figure+figure{
	padding-top:20px;
}
}

/**/

.seoContact1{
	clear:both;
	border:1px solid #ddd;
	padding:30px;
	display:inline-block;
}

.seoContact1 li{
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.seoContact1 li+li{
	padding-left:30px;
}

.seoContact1 li a,
.seoContact1 li div{
	display:block;
	text-decoration:none;
	font-size:30px;
	line-height:120%;
	color:#333;
}
.seoContact1 li a:hover{
	text-decoration:underline;
}

.seoContact1 li img{
	vertical-align:middle;
	margin:0 10px 0 0;
}

.seoContact1 li p{
	margin:0;
	font-size:14px;
}

@media screen and (max-width:767px){
.seoContact1{
	padding:0;
	display:block;
}
.seoContact1 li{
	display:block;
	margin:10px 0 0;
}
.seoContact1 li+li{
	padding:10px 0 0;
	border-top:1px dotted #ddd;
}
.seoContact1 li a,
.seoContact1 li div{
	font-size:17px;
}
.seoContact1 li img{
	width:20px;
	height:20px;
}
.seoContact1 li p{
	font-size:11px;
	margin:10px 0 0;
}

}




