@import url('https://fonts.googleapis.com/css2?family=Carlito&display=swap');

body{
	color: #696969;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.4;
}

.inner{
	width: 1200px;
	margin: 0 auto;
}

a,
a:visited{
	text-decoration: none;
	color: #76838c;
}

/*
header
*/
#header.fixed{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}

#header{
	z-index: 1;
	position: relative;
}
#header .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 35px 10px 10px;
	background: #fff;
}
#header #header_h1{
	width: 46%;
}
#header #header_tel{
	width: 23%;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 10px;
}
#nav_btn{
	display: none;
}
#header #header_nav{
	width: 620px;
	margin: 30px auto 0;
}
#header #header_nav a,
#header #header_nav a:visited{
	color: #01b3ef;
}
#header #header_nav a.current{
	background: #011753;
	color: #fff;
	border-radius: 20px;
	padding: 2px 10px;
}
#header #header_nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}



/*
footer
*/
#footer_tel{
	text-align: center;
}
#footer_tel .tel{
	width: 25%;
	margin: 10px auto 0;
}
#footer_tel .tel img{
	width: 300px;
}

#footer_content1{
	background: #fff;
	padding: 40px 0;
}
#footer_logo{
	width: 45%;
	margin-bottom: 30px;
}
.footer_address{
	color: #001850;
}
#footer_content2{
	background: #00b2ee;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
#footer_content2 a,
#footer_content2 a:visited{
	color: #fff;
}
#footer_nav{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	max-width: 650px;
}

#footer_copyright{
	padding-top: 30px;
}

/*
bread crumb
*/
.breadcrumb {
	padding: 0 .5rem;
	margin: 50px 0;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb ul li{
	font-size: 14px;
	padding: 0 20px 0 0;
}
.breadcrumb ul li:not(:first-child)::before {
	content: "＞";
	padding: 0 20px 0 0;
}
.breadcrumb ul li a,
.breadcrumb ul li a:visited{
	color: #696969;
}


/*
font
*/
.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*
top
*/
#main_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/top_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 600px;
	border-top: 20px solid #0dbfff;
	
}
#main_banner .inner{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
#main_banner h2{
	align-self: center;
	font-size: 32px;
	text-shadow: 2px 2px 5px #4194d6;
	color: #fff;
	background-color: rgba(65, 148, 214, 0.2);
	padding: 0;
	margin: 20px 0;
	line-height: 1.2;
	border-radius: 5px;
}
#main_banner .btn{
	margin: 0 0 0 40px;
}


#top_news{
	background: url("/assets/img/newsbackground.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	min-height: 210px;
}
#top_news .inner{
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	position: relative;
}
#top-ns-right{
	background-color: #fff;
	width: 72.5%;
	height: 100%;
	min-height: 224px;
	flex: none;
	position: absolute;
	right: 0;
	top: -20px;
	z-index: -1;
}
#top-ns-left{
	background-color: #fff;
	width: 72.5%;
	height: 100%;
	min-height: 224px;
	flex: none;
	position: absolute;
	left: 0;
	top: 3px;
	z-index: -1;
}
#top-ns-list{
	width: 600px;
	background-color: #fff;
	align-self: center;
	margin-top: 3px;
	padding: 15px 0;
}
.news-list{
	margin-top: 20px;
}
.news-list li{
	border-bottom: 2px solid #e5f3fc;
	padding: 10px 0;
	font-size: 16px;
}
.news-list li a{
	display: flex;
}
.news-list li span{
	width: auto;
	text-align: left;
	display: block;
}
.news-list li span.news-list-date{
	width: 174px;
	text-align: left;
}

/*
news detail
*/
#news_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/news_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 300px;
	border-top: 20px solid #0dbfff;	
}
#news_wrapper{
	background: #fff;
	padding: 50px 145px 200px;
	border: 2px solid #86dfff;
	margin: 50px auto;
}
#news_date{
	text-align: right;
	border-bottom: 2px solid #e5f3fc;
	margin: 10px 0 50px;
	padding: 10px 0;
}
#news_title{
	font-size: 23px;
	font-weight: normal;
	margin: 50px 0 30px;
}
#news_body{
	font-size: 16px;
	line-height: 2.5em;
}


/*
greeting
*/
#greeting{
	background: url("/assets/img/greetingbackground.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 30px auto;
	padding-bottom: 10px;
}
#greeting h2{
	padding: 70px 30px 10px;
}

#greeting .greeting_wrapper{
	display: flex;
}
.greeting_content{
	background: #fff;
	line-height: 1.7;
	padding: 30px;
	font-size: 15px;
	color: #021653;
}


/*
philosophy
*/
#philosophy{
	background: url("/assets/img/philosophybackground.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#philosophy .inner{
	background-color: #fff;
}
.philosophy_wrapper{
	display: flex;
	justify-content: space-between;
}

#philosophy h2{
	padding: 50px 30px;
}
#philosophy .philosophy{
	margin: 0 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.5em;
	color: #060606;
}


/*
management philosophy
*/
#management_philosophy{
	margin: 30px auto;
}
#management_philosophy .inner{
	background: #f1f8fe;
	padding: 0 0 45px 0;
}
#management_philosophy h2{
	padding: 55px 120px;
	text-align: right;
}


/*
movie
*/
#movie{
	background: url("/assets/img/managementbackground.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

#movie_content{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 27px;
}
#movie_content p{
	color: #034194;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}
#movie_content iframe{
	max-width: 100%;
}
#movie_btn{
	padding: 30px 0;
}
#movie_btn .btn{
	width: 460px;
	margin: 0 auto;
}

/*
poster
*/
#poster{
	position: relative;
	margin: 30px auto 0;
	padding: 30px 0;
	background-color: #f1f8fe;
	z-index: -1;
}
#poster .inner{
	background-color: #fff;
	padding: 50px;
}
#poster::before{
	content: "";
    display: inline-block;
    background-image: url("/assets/img/brochurebackgroundhead.svg");
    background-color: #f1f8fe;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
#poster::after{
	content: "";
    display: inline-block;
    background-image: url("/assets/img/brochurebackgroundfoot.svg");
    background-color: #f1f8fe;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

#poster img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

#poster #special_come{
	margin-top: -67px;
	margin-bottom: -60px;
	position: relative;
	z-index: 2;
	width: 95%;
}
#poster #poster_address{
	width: 625px;
}
#poster p{
	text-align: right;
	font-size: 14px;
}

.rectangle-blue{
	background: #0dbfff;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 7px 10px;
}


.radius40{
	margin: 0 95px 0;
	background: #fff;
	border-radius: 40px;
	padding: 50px;
}

.dl_cp{
	position: relative;
	overflow: hidden;
}
.dl_cp_top::before,
.dl_cp_top::after{
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
}
.dl_cp_top:before{
	border-top: 2px solid #00b2ee;
}
.dl_cp_top:after{
	border-top: 2px solid #e7e9e8;
}
.dl_cp_top_o{
	border-top: 2px solid #e7e9e8;
}

.dl_cp_under::before,
.dl_cp_under::after{
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
}
.dl_cp_under:before{
	border-bottom: 2px solid #00b2ee;
}
.dl_cp_under:after{
	border-bottom: 2px solid #e7e9e8;
}


dl.dl1{
	color: #060606;
	line-height: 1;
}
dl.dl1 dt{
	font-size: 19px;
	position: relative;
	padding: 9px 0 20px;
}

dl.dl1 dd{
	font-size: 16px;
	padding: 0 0 35px 0;
	line-height: 1.5;
}
dl.dl1 dd span{
	font-size: 21px;
	display: block;
	margin-bottom: 20px;
}


dl.dl2{
	color: #060606;
	line-height: 1;
}
dl.dl2 dt{
	font-size: 19px;
	position: relative;
	padding: 9px 0 20px;
}

dl.dl2 dd{
	font-size: 16px;
	padding: 0 0 35px 0;
}
dl.dl2 dd span{
	font-size: 23px;
	display: block;
	margin-bottom: 10px;
}
dl.dl2 dd:not(:last-child)::after{
	content: "↓";
	color: #0dbcff;
	font-size: 29px;
	display: block;
	font-weight: bold;
	padding: 20px 20px 0 20px;
}


dl.dl3{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: #000;
}
dl.dl3 dt{
	font-size: 16px;
	padding: 19px 0 19px 0;
	position: relative;
}
dl.dl3 dd{
	font-size: 18px;
	padding: 19px 0 19px 15px;
	position: relative;
}

dl.dl3 dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 2px solid #00b2ee;
}
dl.dl3 dd span{
	font-size: 23px;
	margin-top: -1px;
}
dl.dl3 dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 2px solid #e7e9e8;
}

dl.dl4{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: #000;
}
dl.dl4 dt{
	font-size: 16px;
	padding: 0 0 5px 0;
	width: 24%;
}
dl.dl4 dd{
	font-size: 18px;
	padding: 0 0 5px 15px;
	width: 76%;
}
dl.dl4 dd span{
	font-size: 23px;
}


dl.dl5{
	color: #060606;
	line-height: 1;
}
dl.dl5 dt{
	font-size: 30px;
	position: relative;
	padding: 9px 0 20px;
}
dl.dl5 dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-top: 2px solid #00b2ee;
}

dl.dl5 dt::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 0;
    width: calc(100% - 60px);
    border-top: 2px solid #e7e9e8;
}

dl.dl5 dd{
	padding: 0 0 35px 0;
	line-height: 1.5;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}


dl.dl6{
	width: 100%;
	color: #000;
}
dl.dl6 dt{
	font-size: 22px;
	padding: 19px 0 10px 0;
	width: 100%;
}
dl.dl6 dd{
	font-size: 20px;
	padding: 19px 0 19px 0;
	width: 100%;
}
dl.dl6 .border-none{
	border-bottom: none;
}

.sub_banner .inner{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

/*
service
*/
#service_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/service_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 300px;
	border-top: 20px solid #0dbfff;	
}
.survering_wrapper{
	display: flex;
	justify-content: space-between;
}

#survering{
	position: relative;
	margin: 95px auto 0;
}
#survering_left{
	background-color: #f1f8fe;
	width: 72.5%;
	height: calc(100% + 45px);
	flex: none;
	position: absolute;
	left: 0;
	top: -45px;
	z-index: -1;
}
#survering .survering_wrapper{
	background-color: #fff;
}
#survering .survering_content{
	padding: 50px 30px;
}

.survering_txt{
	color: #000;
	line-height: 1.7;
}
#survering .survering_content .ttl3{
	margin: 85px 0 40px;
}

#survering2{
	position: relative;
}
#survering2 .survering_wrapper{
	background-color: #f1f8fe;
}
#survering2_left{
	background-color: #0dbfff;
	width: 50%;
	height: 100%;/*400px;*/
	flex: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#survering2_right{
	background-color: #011751;
	width: 50%;
	height: 100%;/*400px;*/
	flex: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

#survering2 .survering_content {
	padding: 50px 30px;
}
#survering2 .survering_content .ttl3{
	margin: 95px 0 40px;
}

#survering_flow .inner{
	background-color: #f1f8fe;
	padding: 50px 0;
}

#touki {
	position: relative;
	margin: 95px auto 0;
}
#touki .inner{
	display: flex;
	justify-content: space-between;
	background: #fff;
}
#touki #touki_wrapper{
	width: 58%;
	padding: 50px 30px 0;
}
#touki #touki_wrapper .ttl3{
	margin: 50px 0 40px;
}
#touki #touki_img{
	width: 42%;
}

#building{
	position: relative;
}
#building #building_frame{
	display: flex;
	justify-content: space-between;
	background: #f1f8fe;
}
#building #building_wrapper{
	width: 58%;
	padding: 50px 30px 0;
}
#building #building_wrapper .ttl3{
	margin: 50px 0 40px;
}
#building #building_img{
	width: 42%;
}

#building #building_banner{
	display: grid;
	grid-template-rows: auto 1fr;
	background: #f1f8fe;
	padding: 25px 5px 70px;
}
#building #building_banner #build-img1{
	width: 80%;
}
#building #building_banner #build-img1{
	grid-row: 1 / 2;
    grid-column: 1 / 3;
    margin: 0 auto -30px;
	z-index: 1;
}
#building #building_banner #build-img2{
	grid-row: 2 / 3;
    grid-column: 1 / 2;
}
#building #building_banner #build-img3{
	grid-row: 2 / 3;
    grid-column: 2 / 3;
}


/*
overview
*/
#overview_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/overview_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 300px;
	border-top: 20px solid #0dbfff;	
}
.overview_greeting_wrapper{
	display: flex;
	justify-content: space-between;
}

#overview_greeting{
	position: relative;
	margin: 95px auto 0;
}
#overview_greeting .overview_greeting_wrapper{
	background-color: #fff;
}
#overview_greeting .overview_greeting_wrapper img{
	max-height: 400px;
	align-self: end;
}
#overview_greeting .overview_greeting_content{
	padding: 40px 30px 0;
}

.overview_greeting_txt{
	color: #000;
	line-height: 1.7;
	font-size: 15px;
	padding-bottom: 20px;
}
#overview_greeting .overview_greeting_content .ttl5{
	margin: 0 0 20px;
}

#overview_greeting2{
	position: relative;
}
#overview_greeting2_top{
	height: 40px;
	width: 100%;
	background: #0dbfff;
}
#overview_greeting2 .ttl2{
	margin-bottom: 95px;
}
#overview_greeting2 .overview_greeting_wrapper{
	background-color: #f1f8fe;
}

#overview_greeting2 .overview_greeting_content {
	padding: 50px 30px;
}
#overview_greeting2 .overview_greeting_content .ttl3{
	margin: 95px 0 40px;
}

#overview_greeting2 #overview_greeting2_frame{
	background-color: #fff;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#overview_greeting2 #overview_greeting2_wrapper {
	width: 58%;
	padding: 50px 30px 0;
}
#overview_greeting2 #overview_greeting2_img{
	width: 42%;
}

#overview_greeting2 #survering2_left,
#overview_greeting2 #survering2_right{
	height: 400px;
}

#access{
	
}
#access .ttl2{
	padding: 55px 50px 40px;
	background: #fff;
	text-align: right;
}
#access iframe{
	width: 100%;
	height: 600px;
}
#access_left{
	background-color: #f1f8fe;
	width: 50%;
	height: 360px;
	flex: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#access_right{
	background-color: #011751;
	width: 50%;
	height: 360px;
	flex: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

#staff .ttl2{
	padding: 50px 30px 0;
}
#staff .inner{
	background: #f1f8fe;
	padding-bottom: 10px;
}
.staff_content{
	margin: 40px 95px;
	background: #fff;
	border-radius: 40px;
}
.staff_content dl.dl3{
	padding: 30px 95px;
	
}
.staff_face{
	display: flex;
	justify-content: space-between;
}
.staff_content .staff_face dl.dl3{
	padding: 30px 20px 0 95px;
}
.staff_face img{
	margin: 30px 95px 0 0;
	height: 100%;
}

.staff_content dl.dl3 dt{
	width: 180px;
}
.staff_content dl.dl3 dd{
	width: calc(100% - 180px);
}

.staff_content dl.dl4 {
	padding: 30px 95px;
}
.staff_content dl.dl4 dt{
	width: 180px;
}
.staff_content dl.dl4 dd{
	width: calc(100% - 180px);
}

#staff #survering2_left,
#staff #survering2_right{
	height: 425px;
	top: unset;
	bottom: 0;
}

/*
qa
*/
.ttl6{
	font-size: 35px;
	text-align: center;
	color: #023f98;
	padding: 0 0 40px 0;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
}
.ttl6 span{
	font-size: 20px;
	padding-left: 20px;
}

.ttl7{
	font-size: 35px;
	font-weight: bold;
	color: #009333;
	letter-spacing: 0.5em;
}
.ttl7:after {
	content: "";
	height: 2px;
	width: 50px;
	display: inline-block;
	margin-left: .4em;
	background: #4aceff;
}

.ttl8{
	font-size: 42px;
	color: #00b2ea;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.ttl8 span{
	display: block;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.ttl9{
	font-size: 35px;
	font-weight: bold;
	color: #004098;
	letter-spacing: 0.5em;
}
.ttl9:after {
	content: "";
	height: 2px;
	width: 50px;
	display: inline-block;
	margin-left: .4em;
	background: #4aceff;
}

dt.dl-g{
	color: #0e7a2e;
}
dt.dl-g::before{
	border-top: 2px solid #b4d553 !important;
}
dd.dl-g{
	color: #0e7a2e;
}

.dl-g a,
.dl-g a:visited{
	color: #0e7a2e;
}

dt.dl-r{
	color: #d70010;
}
dt.dl-r::before{
	border-top: 2px solid #d70010 !important;
}
dd.dl-r{
	color: #d70010;
}

.dl-r a,
.dl-r a:visited{
	color: #d70010;
}

dt.dl-b{
	color: #0cbefe;
}
dt.dl-b::before{
	border-top: 2px solid #ffe03f !important;
}
dd.dl-b{
	color: #0cbefe;
}

span.dl-b{
	color: #0cbefe;
}


#qa_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/qa_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 300px;
	border-top: 20px solid #0dbfff;	
}
.qa_bar{
	background: #0dbfff;
	height: 60px;
	width: 100%;
}
#qa_right{
	background-color: #0dbfff;
	width: 50%;
	height: 60%;/*400px;*/
	flex: none;
	position: absolute;
	right: 0;
	top: 185px;
	z-index: -1;
}
#qa_index{
	position: relative;
	margin: 95px auto 0;
}
#qa_index #survering_left{
	height: calc(100% - 255px);
}
#qa_index #survering2_left,
#qa_index #survering2_right{
	height: 300px;
	top: unset;
	bottom: -125px;
	z-index: -2;
}
#qa_index .qa_wrapper{
	background: #fff;
	padding: 60px 145px;
	box-shadow: 2px -1px 5px 0px #aaa;
}



#qa_land{
	position: relative;
}
#qa_land .qa_wrapper{
	background: #fff;
	padding: 0;
	box-shadow: 2px -1px 5px 0px #aaa;
}
.qa_title{
	display: flex;
	justify-content: space-between;
}
.qa_title > div{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 40px 0 10px 145px;
}
.qa_title .ttl7,
.qa_title .ttl8{
	width: 100%;
}
.qa_wrapper .dl5{
	padding: 20px 145px;
}

#qa_building{
	position: relative;
}

#qa_land #survering2_left,
#qa_land #survering2_right{
	height: 300px;
	top: unset;
	bottom: -125px;
}

.qa_left{
	background-color: #f1f8fe;
	width: 50%;
	height: calc(100% - 260px);
	position: absolute;
	left: 0;
	top: 260px;
	z-index: -1;
}


#qa_building .qa_wrapper{
	background: #fff;
	padding: 0;
	box-shadow: 2px -1px 5px 0px #aaa;
}

#qa_building #survering2_left,
#qa_building #survering2_right{
	height: 300px;
	top: unset;
	bottom: 0;
}


/*
privacy policy
*/
#privacy_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/policy_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 300px;
	border-top: 20px solid #0dbfff;	
}
#privacy {
	position: relative;
	margin: 95px auto 0;
}
#privacy #survering2_left,
#privacy #survering2_right{
	top: unset;
	bottom: 0;
	height: 270px;
}
#privacy_bar{
	height: 30px;
	width: 100%;
	background: #0dbfff;
}
#privacy_wrapper{
	background: #fff;
	padding: 60px 145px;
	box-shadow: 4px -4px 4px -3px #aaa;
}
#privacy_wrapper h2{
	text-align: left;
}
#privacy_right{
	background-color: #0dbfff;
	width: 50%;
	height: 60%;/*400px;*/
	flex: none;
	position: absolute;
	right: 0;
	top: 185px;
	z-index: -1;
}


/*
contact
*/
#contact_banner{
	margin: -20px auto 20px;
	text-align: center;
	background-image: url("/assets/img/contact_main_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 300px;
	border-top: 20px solid #0dbfff;	
}
#contact {
	position: relative;
	margin: 95px auto 0;
}
#contact #survering2_left,
#contact #survering2_right{
	top: unset;
	bottom: 0;
	height: 400px;
}
#contact_bar{
	height: 30px;
	width: 100%;
	background: #0dbfff;
}
#contact_wrapper{
	background: #fff;
	padding: 40px 70px;
}



.frm-ttl{
	font-size: 18px;
	font-weight: bold;
	padding: 45px 0 5px;
}
#contact{
	display: block;
	font-size: 18px;
}
.frm-row{
	display: table-row;
	border-top: 2px solid #ccc;
}
.frm-row > div,
.frm-cell{
	display: table-cell;
	padding: 18px 10px;
	vertical-align: middle;
	color: #003f96;
}
.frm-row > div,
.frm-cell.v-top{
	vertical-align: top;
}
.frm-row > div:nth-child(2){
	text-align: left;
}

#contact input[type="text"],
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact textarea{
	width: 100%;
	
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-radius: 5px;
	padding: 10px 18px;
}

.frm-cell span{
	color: #fff;
	background: #ff5c77;
	margin-left: 20px;
	padding: 3px 5px;
}

.btn-normal.btn-entry{
	margin: 0 auto;
}
.btn-entry .btn{
	width: 100%;
}

.btn-contact input[type="submit"]{
	background: linear-gradient(0deg, rgb(230, 243, 251) 10%, rgb(255, 255, 255) 100%);
	box-shadow: -1px -1px #0cbefe;
	width: 200px;
	font-size: 18px;
	color: #004193;
	padding: 13px;
	border-radius: 5px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
.btn-contact input[type="submit"]:hover{
	background: linear-gradient(0deg, rgb(230, 243, 251) 100%, rgb(255, 255, 255) 10%);
}


input[type="radio"] {
	-webkit-appearance: none;
	height: 18px;
	width: 18px;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
	position: relative;
}

input[type="radio"]::before {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
input[type="radio"]:checked::before {
	background: #25b0ef;
}

.wpcf7-list-item.first{
	margin: 0;
}
.wpcf7-spinner{
	margin: 10px auto !important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 1em 0.5em 2em !important;
}

.select{
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select::after {
    position: absolute;
    right: 25px;
    width: 16px;
    height: 10px;
    background-color: #9e9e9e;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.select select {
    appearance: none;
    min-width: 250px;
    height: 2.5em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    background-color: #fff;
    color: #696969;
    font-size: 1em;
    cursor: pointer;
}

#contact #agree{
	text-align: center;
	margin: 54px auto 20px;
}
#contact #agree .wpcf7-list-item-label span {
	color: #fff;
	background: #ff5c77;
	margin-left: 20px;
	padding: 3px 5px;
}

/*
ttl
*/
.news_ttl{
	font-size: 16px;
	padding-bottom: 10px;
	text-align: center;
	color: #00164f;
	position: relative;
}
.news_ttl::after{
	content: '';
	width: 30px;
	height: 2px;
	display: inline-block;
	background-color: #40c5f2;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 15px);
}

.ttl{
	color: #00b1ed;
	font-size: 50px;
	font-weight: normal;
}
.ttl span{
	padding-left: 35px;
	color: #014198;
	font-size: 15px;
	font-weight: bold;
}

.ttl2{
	color: #043f99;
	font-size: 24px;
	font-weight: normal;
}
.ttl2 .ttl_under{
	display: inline-block;
	border-bottom: 2px solid #0fbeff;
	width: 50px;
	margin: 0 10px;
}
.ttl2 .ttl_span{
	letter-spacing: 0.4em;
}

.sub_ttl{
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	margin-left: 30px;
	margin-top: 30px;
	font-family: "Carlito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.sub_ttl span{
	font-size: 16px;
	display: block;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo;
}

.ttl3{
	font-size: 35px;
	display: flex;
	align-items: center;
	font-weight: normal;
	color: #000;
}
.ttl3:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	display: block;
	margin-left: .4em;
	background: #4aceff;
}

.ttl4{
	color: #3cccff;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding-bottom: 28px;
	line-height: 1;
	margin-bottom: 20px;
}
.ttl4::after{
	content: '';
	width: 46px;
	height: 2px;
	display: inline-block;
	background-color: #3cccff;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 23px);
}

.ttl5{
	color: #00b1ed;
	font-size: 40px;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.ttl5 span{
	padding-left: 35px;
	color: #014198;
	font-size: 15px;
	font-weight: bold;
}


/*
flex
*/
.d-flex{
	display: flex;
}
.d-around{
	justify-content: space-around;
}
.d-between{
	justify-content: space-between;
}

/*
align
*/
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}


/*
btn
*/
.btn-normal{
	width: 300px;
	margin: 0 auto;
}
.btn-large{
	width: 500px;
	margin: 0 auto;
}
.btn{
	display: block;
	max-width: 100%;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	padding: 15px 20px;
	border: none;
	cursor: pointer;
	box-shadow: 1px 2px 4px #555;
}
.btn:after{
	content: "▶︎";
	padding-left: 10px;
}
.btn-pink{
	background: #ff84b2;
	color: #fff !important;
}
.btn-blue{
	background: #011751;
	color: #fff !important;
}
.btn-dark{
	background: #ccc;
	color: #000 !important;
}

.btn-large .btn{
	border-radius: 40px;
	font-size: 24px;
	padding: 20px 25px;
}

.more_wrapper::before{
	content: "▶︎";
	color: #3ca8ea;
	padding-right: 8px;
	font-size: 14px;
}
.more_wrapper2::before{
	content: "▼︎";
	color: #3ca8ea;
	padding-right: 8px;
	font-size: 20px;
	line-height: 1;
}
.more{
	border-bottom: 2px solid #ff84b2;
	color: #ff84b2;
	padding: 0 10px 4px 4px;
	font-size: 18px;
	cursor: pointer;
}


#page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background: #011751;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 5px;
}
#page-top a,
#page-top a:visited{
	color: #fff;
}

ol,
ol li{
	list-style: decimal;
	margin-left: 24px;
	text-align: left;
}

.table{
	width: 100%;
	border-top: 1px solid #ccc;
}
.table th{
	text-align: left;
	background: #89828f;
	color: #fff;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}
.table td{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.fade {
	opacity: 0;
	transform: translatey(95px);
	transition: 2s;
}
.fade.is-show {
	transform: translatey(0);
	opacity: 1;
	z-index: 1;
	position: relative;
}

.pagination {
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.pagination span{
	width: 48%;
	display: block;
}
.pagination span a{
	display: block;
	padding: 20px;
	border: 1px solid #04b4ef;
	border-radius: 10px;
	color: #04b4ef;
	text-align: center;
}
.pagination span a:hover{
	background: #04b4ef;
	color: #fff;
}
.pagination .page_left{
	order: 1;
}
.pagination .page_right{
	order: 2;
}

.sp{
	display: none;
}

@media(min-width: 1200px){
	.btn:hover{
		opacity: 0.8;
	}
}

@media(max-width: 1199px){
	.inner{
		max-width: 100%;
	}
	#header{
		max-width: 100%;
	}
	img{
		max-width: 100%;
	}
	
}


@media (min-width: 769px) and (max-width: 1199px){
	#greeting .greeting_wrapper{
		background: #fff;
	}
	#greeting .greeting_wrapper img{
		height: 100%;
	}
	#overview_greeting .overview_greeting_wrapper img{
		height: 100%;
	}
}

@media(max-width: 768px){
	.sp{
		display: block;
	}

	.table th,
	.table td{
		display: block;
	}
	.table th{
		padding: 10px;
	}
	.table td{
		padding-bottom: 20px;
	}
	
	.inner{
		padding: 0 10px;
	}
	
	.pagination{
		width: 100%;
		margin: 20px auto;
	}
	
	/*
	header
	*/
	#header.fixed{
		position: static;
	}
	#header{
		position: relative;
		padding: 0 0 20px 0;
	}
	#header .inner{
		padding: 20px 10px;
	}
	#header #header_tel{
		display: none;
	}
	#header #header_h1{
		width: 70%;
	}
	#header #header_h1 h1{
		padding-left: 10px;
	}
	#header #header_nav{
		width: 40%;
		margin: 0;
	}
	#header #header_list{
		display: none !important;
	}
	#nav_btn{
		display: block;
		width: 45px;
		height: 45px;
		position: relative;
		position: fixed;
		right: 10px;
		top: 10px;
		background: #0dbfff;
		border: 1px solid #fff;
		border-radius: 3px;
		cursor: pointer;
		z-index: 4;
	}
	#nav_btn span{
		position: absolute;
		width: 28px;
		height: 3px;
		background-color: #fff;
		
		left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    border-radius: 2px;
	}
	#nav_btn span:first-of-type{
		top: 25%;
	}
	#nav_btn span:nth-of-type(2){
		top: 50%;
	}
	#nav_btn span:last-of-type{
		top: 75%;
	}
	
	#nav_btn.active span{
		left: 19%;
	}
	
	#nav_btn.active span:first-of-type{
		top: 50%;
		transform: rotate(45deg);
	}
	#nav_btn.active span:nth-of-type(2){
		opacity: 0;
	}
	#nav_btn.active span:last-of-type{
		top: 50%;
		transform: rotate(-45deg);
	}
	
	#header #header_tel.nav_open{
		display: block;
	    width: 100%;
		z-index: 3;
	    position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	#header #header_tel.nav_open img{
		max-width: 300px;
	}
	#header #header_tel.nav_open a{
		display: block;
		padding: 0;
	}
	#header #header_h1.nav_open{
		display: block;
		z-index: 3;
		text-align: center;
		padding-top: 3px;
		position: relative;
		margin: 35px auto 0;
		width: 100%;
	}
	#header #header_h1.nav_open h1{
		padding-left: 0;
		text-align: center;
		margin: 0 auto;
		
	}
	#header #header_h1.nav_open img{
		padding: 10px;
		width: 300px;
	}
	#header #header_nav.nav_open{
		width: 100%;
		height: 100vh;
		margin-left: 0;
		position: absolute;
	    left: 0;
	    top: 0;
	    background: #fff;
	    z-index: 2;
	}
	#header #header_list.nav_open{
		display: block !important;
		width: 100%;
		padding-top: 180px;
	}
	#header #header_list.nav_open li:first-child{
		border-top: 2px solid #eee;
	}
	#header #header_list.nav_open li{
		font-size: 18px;
		border-bottom: 2px solid #eee;
		text-align: center;
	}
	#header #header_list.nav_open li a:not(.contact_btn){
		display: block;
		padding: 20px;
		color: #000;
		text-align: center;
	}
	#header #header_list.nav_open li a.contact_btn{
		margin: 20px auto;
		font-size: 18px;
	}
	#header #header_nav a.current{
		border-radius: 0;
		color: #fff !important;
	}
	
	/*
	footer
	*/
	#footer_content1{
		padding: 40px 0;
	}
	#footer_btn{
		max-width: 100%;
		flex-wrap: wrap;
	}
	#footer_nav{
		max-width: calc(100% - 10px);
		flex-wrap: wrap;
		justify-content: space-around;
		font-size: 14px;
	}
	#footer_nav li{
		width: 50%;
	}
	#footer_nav li a{
		display: block;
		padding: 5px;
	}
	#footer_logo {
		width: 90%;
		margin-bottom: 20px;
	}
	#footer_tel .tel{
		width: 70%;
	}
	
	#footer_copyright {
		padding-top: 15px;
		font-size: 14px;
	}
	
	.sub_banner{
		height: 150px !important;
	}
	
	/*
	btn
	*/
	.btn-normal{
		margin-bottom: 20px;
	}
	.btn-large{
		margin-bottom: 20px;
		max-width: 100%;
	}
	.btn-large .btn{
		font-size: 20px;
	}
	
	/*
	title
	*/
	.ttl{
		font-size: 28px;
	}
	.ttl span{
		padding-left: 0;
		display: block;
	}
	
	.ttl2{
		font-size: 20px;
		text-align: center;
	}
	.ttl2 .ttl_under{
		display: block;
		margin: 5px auto;
	}
	.ttl2 .ttl_span{
		display: block;
		
	}
	
	.ttl3{
		font-size: 28px;
	}
	
	.sub_ttl{
		font-size: 28px;
		margin-bottom: 35px;
		text-shadow: 1px 1px 1px #000;
	}
	.ttl_black{
		font-size: 20px;
	}
	.ttl_blue{
		font-size: 20px;
	}
	.ttl_pink{
		font-size: 20px;
	}
	
	.ttl4{
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.sub_banner .inner{
		justify-content: end;
	}
	
	
	.ttl5{
		font-size: 28px;
	}
	.ttl5 span{
		padding-left: 15px;
		display: block;
	}
	
	.ttl6{
		font-size: 20px;
		padding: 0 0 20px 0;
		flex-wrap: wrap;
	}
	.ttl6 span{
		font-size: 16px;
		padding-left: 0;
	}
	
	.ttl7{
		font-size: 20px;
	}
	.ttl8{
		font-size: 24px;
	}
	.ttl9{
		font-size: 20px;
	}
	
	/*
	top
	*/
	#top-ns-list{
		width: 100%;
	}
	.news-list li{
		padding: 0;
	}
	.news-list li a{
		padding: 20px 0;
	}
	.news-list li span{
		width: 75%;
	}
	.news-list li span.news-list-date{
		width: 25%;
	}
	#main_banner{
		height: 400px;
		background-position: center bottom;
	}
	#main_banner .btn{
		margin: 0 auto;
	}
	#main_banner h2{
		font-size: 25px;
		padding-bottom: 35px;
	}
	#main_banner h2 span{
		display: block;
	}
	
	#poster{
		padding: 30px 0 0;
	}
	#poster::before{
		background-color: #fff;
	}
	
	iframe{
		max-width: 100%;
	}
	#movie_content iframe{
		height: 276px;
	}
	body.nav_open #top_news,
	body.nav_open #greeting,
	body.nav_open #survering,
	body.nav_open #overview_greeting{
		z-index: -1;
	}
	
	/*
	news detail
	*/
	#news_wrapper{
		padding: 20px;
		margin: 40px auto 0;
	}
	#news_date{
		margin: 10px 0;
	}
	#news_title{
		font-size: 20px;
		margin: 20px 0;
	}
	#news_body{
		line-height: 1.8em;
	}
	
	/*
	greeting
	*/
	#greeting{
		margin-top: 0;
	}
	
	
	#greeting .greeting_wrapper{
		background: #fff;
		flex-wrap: wrap;
	}
	#greeting .greeting_wrapper img{
		display: block;
		margin: 0 auto 30px;
    	width: 60% !important;
	}
	
	#greeting h2{
		padding: 20px 30px 10px;
	}

	/*
	philosophy
	*/
	#philosophy h2{
		text-align: center;
		padding: 20px;
	}
	.philosophy_wrapper{
		flex-wrap: wrap;
	}
	.philosophy_wrapper img{
		display: block;
		margin: 0 auto;
	}
	#philosophy .philosophy{
		font-size: 20px;
		padding-bottom: 40px;
	}
	.philosophy_content{
		width: 100%;
	}
	
	/*
	management philosophy
	*/
	#management_philosophy h2{
		padding: 20px;
		text-align: center;
	}
	#management_philosophy dl{
		margin: 0 20px 0;
		border-radius: 20px;
		padding: 40px;
	}
	#management_philosophy dl dd {
		font-size: 20px;
		padding: 0 0 20px 0;
	}

	/*
	movie
	*/
	#movie_content{
		grid-template-columns: 1fr;
		justify-items: center;
		align-items: center;
	}
	#movie_btn .btn{
		font-size: 16px;
	}

	/*
	poster
	*/
	#poster #special_come {
		margin-top: -13px;
		margin-bottom: -16px;
	}
	#poster #poster_address{
		width: 100%;
	}
	
	.radius40 {
		margin: 0 30px 0;
		border-radius: 20px;
		padding: 20px;
	}
	
	/*
	service
	*/
	#survering{
		margin: 0 auto;
	}
	#survering_left{
		display: none;
	}
	.survering_wrapper{
		flex-wrap: wrap;
	}
	#survering .survering_content .ttl3{
		margin: 30px 0;
	}
	#survering .survering_content {
		padding: 30px 20px;
	}
	#survering .survering_wrapper img{
		display: block;
		margin: 0 auto;
	}
	#survering2 .survering_content .ttl3{
		margin: 30px 0;
	}
	#survering2 .survering_content {
		padding: 30px 20px;
	}
	#survering2 .survering_wrapper img{
		display: block;
		margin: 0 auto;
		order: 1;
	}
	
	#touki #touki_wrapper{
		padding: 20px 20px 0;
	}
	#touki {
		margin: 30px auto 0;
		padding: 20px 0 0;
	}
	#touki #touki_wrapper .ttl3{
		margin: 20px 0;
	}
	#touki .inner{
		flex-wrap: wrap;
	}
	#touki #touki_wrapper,
	#touki #touki_img{
		width: 100%;
	}
	#touki #touki_img{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	
	#building #building_frame{
		flex-wrap: wrap;
	}
	#building #building_img,
	#building #building_wrapper{
		width: 100%;
	}
	#building #building_wrapper{
		padding: 20px 20px 0;
	}
	#building #building_banner{
		grid-template-columns: 1fr;
		padding: 40px 5px;
	}
	#building #building_banner #build-img1{
		grid-row: 1 / 2;
  		grid-column: 1;
  		margin: 0 auto;
	}
	#building #building_banner #build-img2{
		grid-row: 2 / 3;
  		grid-column: 1;
	}
	#building #building_banner #build-img3{
		grid-row: 3 / 4;
  		grid-column: 1;
	}
	
	#building #building_img{
		order: 1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	#building #building_wrapper .ttl3{
		margin: 20px 0;
	}
	
	/*
	overview
	*/
	#overview_greeting2 .ttl2{
		margin-bottom: 20px;
	}
	#overview_greeting{
		margin: 0 auto;
	}
	.overview_greeting_wrapper{
		flex-wrap: wrap;
	}
	#overview_greeting .overview_greeting_wrapper img{
		width: auto;
		height: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	#overview_greeting .overview_greeting_content{
		padding: 20px;
	}
	#overview_greeting .overview_greeting_txt{
		padding-bottom: 0;	
	}
	#overview_greeting2 #overview_greeting2_frame{
		flex-wrap: wrap;
	}
	
	#overview_greeting #overview_greeting2_frame{
		flex-wrap: wrap;
	}
	#overview_greeting2 #overview_greeting2_wrapper,
	#overview_greeting2 #overview_greeting2_img{
		width: 100%;
	}
	#overview_greeting2 #overview_greeting2_wrapper{
		padding: 20px 20px 0;
	}
	#overview_greeting2 #overview_greeting2_img{
		order: 1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	#overview_greeting2 #overview_greeting2_wrapper .ttl3{
		margin: 20px 0;
	}
	
	#access .ttl2{
		text-align: center;
	}
	#access iframe{
		height: 350px;
	}
	
	.staff_content {
		margin: 20px 10px;
		border-radius: 20px;
	}
	.staff_face{
		flex-wrap: wrap;
	}
	.staff_content .staff_face dl.dl3{
		order: 1;
		padding: 30px 20px 0;
	}
	.staff_content .staff_face img{
		display: block;
		margin: 20px auto 0;
	}
	.staff_content dl.dl3{
		padding: 30px 20px 0;
	}
	.staff_content dl.dl4{
		padding: 30px 20px 0;
	}
	.staff_content dl.dl3 dt,
	.staff_content dl.dl4 dt{
		width: 100%;
	}
	.staff_content dl.dl3 dd,
	.staff_content dl.dl4 dd{
		width: 100%;
		padding: 0 0 19px 15px;
		border-top: none;
	}
	
	
	.dl3 dt{
		overflow: hidden;
	}
	.dl3 dt::before,
	.dl3 dt::after{
		position: absolute;
		content: "";
		top: 0;
		width: 100%;
	}
	.dl3 dt::before{
		border-top: 2px solid #00b2ee !important;
	}
	.dl3 dt::after{
		border-top: 2px solid #e7e9e8 !important;
	}
	.dl3 dd::before{
		border-top: none !important;
		position: static !important;
	}
	
	
	dl.dl1 dd span{
		font-size: 20px;
	}
	dl.dl2 dd span{
		font-size: 20px;
	}
	
	dl.dl1 dd{
		padding: 0 0 10px 0;
	}

	/*
	qa
	*/
	#qa_index{
		margin: 40px auto 0;
	}
	#qa_index .qa_wrapper{
		padding: 20px;
	}
	.qa_bar{
		height: 30px;
	}
	.qa_title > div{
		padding: 10px;
		width: 50%;
	    text-align: center;
	}
	.qa_title img{
		width: 50%;
		height: 100%;
	}
	.qa_wrapper .dl5 {
		padding: 20px;
	}
	
	
	dl.dl5 dt{
		font-size: 20px;
	}
	dl.dl5 dd{
		font-size: 18px;
		padding: 0 0 10px 0;
	}
	
	dl.dl6 dt{
		font-size: 20px;
	}
	dl.dl6 dd{
		font-size: 18px;
	}
	
	/*
	contact
	*/
	#contact{
		margin: 20px 0;
	}
	#contact_wrapper{
		padding: 20px;
	}
	.frm-row,
	.frm-row > div, .frm-cell{
		display: block;
		padding: 10px 0;
	}
	
	/*
	privacy
	*/
	#privacy {
		margin: 20px 0;
	}
	#privacy_wrapper{
		padding: 20px;
	}
	
	#main_banner,
	#service_banner,
	#overview_banner,
	#qa_banner,
	#contact_banner,
	#privacy_banner{
		margin: -10px auto 20px;
		border-top: 10px solid #0dbfff;
	}
}