@charset "utf-8";

/*
Site Name: 
Description: parts style
*/

/* header
----------------------------------------- */
#header #header-contents{
	width: 100%;
	height: 230px;
	position: absolute;
	bottom: -60px;
	z-index: 10;
	background: url("../img/header_content_bg.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#header #logo{
	float: left;
	clear: left;
	margin: 110px 0px 0px 0px;
	padding: 0px;
}
#header #logo .fixedlogo{
	display: none;
}
#header section,
#nav#global-nav{
	float: right;
	width: calc(100% - 315px);
	text-align: right;
}
#header section{
	margin-bottom: 20px;
	padding: 60px 0px 15px;
	border-bottom: #9B98A3 solid 1px;
}
#header section ul.sns-list{
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	display: table;
}
#header section ul.sns-list li{
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#header section #header-catch{
	width: 100%;
	display: table;
}
#header section #header-catch #header-tel{
	width: 232px;
	display: table-cell;
}
#header section #header-catch #header-tel span.tel{
	display: none;
}
#header section #header-catch #header-tel a.header-map{
	font-size: 16px;
	color: #FFF;
	margin-left: 20px;
	padding: 0px 0px 5px 25px;
	background-image: url(../img/nav_icon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	position: relative;
	top: -5px;
}
#header section #header-catch #header-tel a.header-map:before{
	content: url(../img/map_icon.png);
	margin-right: 8px;
	position: relative;
	top: 5px;
}
#header section #header-catch #catchcopy{
	width: calc(100% - 247px);
	height: 33px;
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: bottom;
}

#header.fixed #header-contents{
	width: 100%;
	height: 82px;
	background: url("../img/headerfixed_content_bg.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: fixed;
	top: 0;
	z-index: 200;
}
#header.fixed #header-contents .inner{
	width: 1280px;
}
#header.fixed #logo{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#header.fixed #logo img{
	display: none;
}
#header.fixed #logo .fixedlogo{
	display: block;
}
#header.fixed section{
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
#header.fixed section ul.sns-list{
	width: auto;
	margin: 0px;
	position: absolute;
	left: 395px;
	top: 21px;
}
#header.fixed section #header-catch{
	float: none;
	width: auto;
	position: absolute;
	left: 250px;
	top: 20px;
}
#header.fixed section #header-catch #catchcopy{
	display: none;
}
#header.fixed section #header-catch #header-tel{
	width: 146px;
	display: table-cell;
}


#pc-slide{
	display: block!important;
}
#sp-slide{
	display: none!important;
}
.slide img{
	width: 100%;
	
}
#spheader{
	display: none;
}

@media all and (max-width: 1060px){
#header #header-contents{
	width: 100%;
	height: 230px;
	position: absolute;
	bottom: -60px;
	z-index: 10;
	background: url("../img/header_content_bg.svg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% contain;
}
#header #logo{
	float: none;
	margin: 0px;
	text-align: center;
}
#header section ul.sns-list{
	position: absolute;
    right:20px;
    top:20px;
}
#header section,
#nav#global-nav,
#header section #header-catch #catchcopy{
	float: none;
	width: 100%;
}
#header section{
	padding: 0px 0px 15px;
	border: none;
}
#header section #header-catch,
#header section #header-catch #header-tel{
	width: 100%;
	display: block;
	text-align: center;
}
#header section #header-catch #header-tel a{
	text-align: center;
	display: inline;
}
#header section #header-catch #catchcopy{
	height: auto;
	padding: 10px 0px 15px;
	border-bottom: #9B98A3 solid 1px;
	text-align: center;
	display: block;
	clear: both;
}
#header #header-copy{
	float: none;
	margin: 0px;
}
#pc-slide{
	display: none!important;
}
#sp-slide{
	display: block!important;
}
#spheader{
	display: block;
}
	

#header.fixed #header-contents{
	width: 100%;
	height: 60px;
	background-image: url(../img/sp_headerfixed_content_bg.svg), url(../img/sp_headerfixed_content_bg.png);
	background-position: left top, left top;
	background-repeat: no-repeat, repeat-x;
	background-size: auto, auto;
	position: fixed;
	top: 0;
	z-index: 200;
}
#header.fixed #logo{
	display: none;
}
#header.fixed section #header-catch{
	left: 40px;
	top: 13px;
}	
#header.fixed section ul.sns-list{
	left: auto;
	right: 15px;
	top: 10px;
}
#header.fixed section #header-catch #header-tel{
	width: auto;
}
#header.fixed section #header-catch #header-tel a{
	float: left;
	text-decoration: none;
}
#header.fixed section #header-catch #header-tel a.header-map,
#header.fixed section #header-catch #header-tel span.tel{
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin-left: 0px;
	padding: 0px 10px 10px 10px;
	border-right: #FFF solid 1px;
	background-image: none;
	position: relative;
	top: -5px;
	display: block;
}
#header.fixed section #header-catch #header-tel a.header-map{
	margin-top: -2px;
}
#header.fixed section #header-catch #header-tel span.tel:before{
	content: url(../img/tel_icon.png);
	margin-right: 8px;
	position: relative;
	top: 5px;
}
#header.fixed section #header-catch #header-tel a.header-map:before{
	content: url(../img/map_icon.png);
	margin-right: 8px;
	position: relative;
	top: 3px;
}
#header.fixed section #header-catch #header-tel img{
	display: none;
}		
}
@media all and (max-width: 1250px){
#header.fixed section ul.sns-list{
	display: none;
}	
}


/* nav
----------------------------------------- */
nav#global-nav ul{
	float: right;
	margin: 0px;
	padding: 0px;
}
nav#global-nav ul li{
	float: left;
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background-image: url(../img/nav_icon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.4;
}
nav#global-nav ul li.home{
	background-image: none;
}
nav#global-nav ul li a{
	color: #FFF;
	text-decoration: none;
}
nav#global-nav ul li.active a,
nav#global-nav ul li:hover a{
	color: #EAB012;
}
nav#global-nav ul li a:after{
    display: block;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #519455;
    margin: 10px auto 0;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}
nav#global-nav ul li.active a:after {
    width: 100%;
	background-color: #EAB012;
}

#header.fixed nav#global-nav{
	position: absolute;
	top: 20px;
	right: 0;
}
@media all and (max-width: 1300px){
#header.fixed nav#global-nav{
	margin-right: 20px;
}	
}


@media all and (max-width: 1060px){
/*#header nav#global-nav{
	display: none;
}
.nav-open #header nav#global-nav{
	display: block;
}
nav#gloval-nav{
	float: none;
	width: 100%;
	margin: 0px;
	position: fixed;
	top: 50px;
	z-index: 6000;
	display: none;
}
nav#gloval-nav ul{
	display: block;
}
nav#gloval-nav ul li{
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	display: block;
}
nav#gloval-nav ul li a{
	width: 100%;
	height: auto;
	padding: 10px;
	background-image: none!important;
	background-color:rgba(0,156,225,0.8);
	display: block;
}
nav#gloval-nav ul li.active a,
nav#gloval-nav ul li a:hover{
	background-color:rgba(0,131,197,0.8);
}
nav#gloval-nav ul li.active a:before{
	content: none;
}*/

#header nav#global-nav,
#header.fixed nav#global-nav{
	position: fixed;
	z-index: 100000;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	transform: translateX(-100%);
	transition: all .3s;
}
.nav-open #header nav#global-nav{
	transform: translateX(0);
}
#header nav#global-nav ul{
	float: none;
	text-align: center;
}
#header nav#global-nav ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	background: none;
}
#header nav#global-nav ul li:first-child {

}
#header nav#global-nav ul li a {
	font-weight: normal;
	padding: 0px;
	
	line-height: 50px;
	position: relative;
}
/*nav#global-nav ul li a::after{
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	border-right: 1px solid #0c89c3;
	border-bottom: 1px solid #0c89c3;
	transform: rotate(-45deg);
	content: "";
}*/
	
/*nav{
	display: none;
	background: rgba(0,157,183,0.8);
	-webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
	transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.nav-open nav{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1000;
	display: block;
	position: fixed;
	top: 0;
}
	
nav ul{
	margin: 60px 0px 0px;
	padding: 0px;

}
nav ul li{
	float: none;
	width: 100%;
	margin: 0px 0px 5px;
	padding: 0px;
	background-image: none;
	display: block;
}
nav ul li a{
	padding: 5px;
	border: #FFF solid 1px;
	display: block;
}*/
}


/* footer
----------------------------------------- */
footer .sdgs{
	float: left;
	margin: 35px 0px;
}
footer .sdgs p{
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
footer p#copyright{
	float: right;
	font-size: 90%;
	font-family: Verdana;
	padding: 55px 0px 80px;
	margin: 0px;
}
@media all and (max-width: 1060px){
footer .sdgs{
	float: none;
	margin: 35px 0px 25px;
	text-align: center;
}
footer p#copyright{
	float: none;
	padding: 0px 0px 100px;
	text-align: center;
}
}

/* topicpath
----------------------------------------- */
#contents ol#topicpath{
	font-size: 90%;
	margin: 20px 0px;
	padding: 0px;
	overflow: hidden;
}
#contents ol#topicpath li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#contents ol#topicpath li a{
	padding-right: 15px;
	margin: 0px 3px 0px 0px;
	background: url(../img/topicpath.png) no-repeat right center;
	color: #333;
}

/* content
----------------------------------------- */
#information{
	padding-bottom: 75px;
	background-image: url(../img/information_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	position: relative;
}
#information::before{
    content: "";
    width: 100%;
    height: 150px;
    background-image: url("../img/footer_information_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#information #line{
	float: left;
	width: 42.372%;
	margin: 0px 3.814%;
}
#information #line h3{
	color: #3B3B5A;
	font-size: 150%;
	margin: 0px 0px 15px;
	padding: 0px 0px 25px;
	background-image: url(../img/facebook_headline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-spacing: 0.15em;
    
}
/*#information #line article{
	border:solid 2px #666666;
    padding:20px 20px 0px 20px;
    border-radius: 20px;
}*/
#information #line img{
    margin-bottom:20px;
}

#information dl#address{
	float: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
#information dl#address dt{
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#information dl#address dt strong{
	font-size: 135%;
}
#information dl#address dt a.btn01{
	margin: 5px 10px 0px;
	padding: 5px 15px;
}
#information dl#address dd{
	margin: 0px 0px 0px 120px;
	padding: 5px 20px;
	border-left: #9C9CAC solid 1px;
	text-align: left;
}
/*
#contents #information{
    padding-top: 120px;
	padding-bottom: 75px;
	background-image: url(../img/contents_information_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	position: relative;
}
#contents #information::before{
    content: "";
    width: 100%;
    height: 100px;
    background-image: url("../img/footer_information_bg_contents.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#contents #information #line{
    width:30%;
    margin:0px;
}
#contents #information dl#address{
	width:40%;
    margin-right:25%;
}
#contents #information #line .fb-page{
	height: 110px;
}*/

@media all and (max-width: 1060px){
#information{
	background-image: url(../img/information_bg_tb.jpg);
	background-size: cover cover;
}
#information::before{
    height: 300px;
    background-image: url("../img/footer_information_bg_tb.png");
    background-size: cover;
    background-position: center bottom;
}


#information dl#address{
	margin-top: 70px;

}
/*#contents #information{
    padding-top: 0px;
	padding-bottom: 30px;
    background-image: url(../img/contents_information_bg_tb.jpg);
    background-size: cover;
    overflow:static;
    }
#contents #information .inner{
    padding-top:0px;
    margin-top:-50px;
    }
#contents #information #line{
    width:50%;
    margin:0px 0px 30px 0px;
    clear:both;
}
#contents #information dl#address{
	width:65%;
    float: left;
    margin-right:0%;
}*/

}

@media all and (max-width: 640px){

#home #information,
#contents #information{
	padding-bottom: 0px;
	background-image: url(../img/sp_information_bg.jpg);
	background-position: center bottom;
	background-size: 100%;
	overflow: hidden;
	position: relative;
}
#information::before{
    top:0;
    content: "";
    background-image: url("../img/footer_information_bg_sp.png");
    background-size: cover;
    background-position: center top;
    position: absolute;
}
#information::after{
    content: "";
	width: 100%;
	height: 210px;
	background-image: url("../img/sp_information_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
#information dl#address{
	margin-top: 30px;

}
#information #line,
#information dl#address{
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#information #line{
	margin-bottom: 30px;
}
#information dl#address{
	padding-bottom: 180px;
}
/*#contents #information #line,
#contents #information dl#address{
    float: none;
	width: 100%;
}*/
}

/* main css
----------------------------------------- */
#main ul,
#main ol,
#main p{
	padding: 0px 0px 0.5em;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p{
	margin: 0 0px 15px;
	padding-bottom: 0;
}

#headline{
	padding: 100px 0px 100px;
	background-image: url(../img/headline_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
    position: relative;
    background-size: cover;
}
#headline::after {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/headline_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
#headline h1{
	font-size: 150%;
	color: #3B3B5A;
	margin: 0px;
	padding: 0px 0px 0px 60px;
	letter-spacing: 0.2em;
	background-image: url(../img/headline01_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}
#headline h1 span{
	font-size: 70%;
	margin-left: 10px;
	letter-spacing: 0.05em;
}

#main h2{
	font-size: 150%;
	color: #3B3B5A;
	margin-bottom: 20px;
	padding: 0px 10px 40px;
	background-image: url(../img/headline02_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-spacing: 0.2em;
	text-align: center;

}
#main h2 span{
	font-size: 120%;
	color: #D38639;
}

#main h3{
	font-size: 135%;
	color: #D38639;
	margin: 20px 0px;
}

#main h4{
	font-size: 115%;
	color: #3B3B5A;
	padding: 5px;
	border: 2px solid #3B3B5A;
	margin-top: 25px;
	margin-bottom: 15px;
    display:inline-block;
}

#main ul li{
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(../img/list4.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
}
#main ul li ul,
#main ul li ol{
	padding: 5px 0px;
	margin-bottom: 0px;
}
#main li ul li{
	background-image: url(../img/list5.gif);
}


#main ol li{
	margin-left: 25px;
	list-style-type: decimal;
}
#main ol li ol,
#main ol li ul{
	padding: 5px 0px;
	margin-bottom: 0px;
}
#main ol li ul li{
	list-style-type: none;
}

#main table{
	width: 100%;
	font-size: 100%;
	margin: 0px 0px 30px 0px;
	border-bottom: #9C9CAC solid 1px;
}
#main table p{
	padding-left: 0px;
}
#main table th,
#main table td{
	padding: 15px;
	border-top: #9C9CAC solid 1px;
}
#main table th{
	font-weight: bold;
	color: #3B3B5A;
}
@media all and (max-width: 1060px){
#headline{
	padding: 50px 0px 50px;
    background-image: url(../img/sp_headline_bg.jpg);
}
}


/* home css
----------------------------------------- */
#home #main #trouble-section{
	padding: 100px 0px 120px;
	background-image: url(../img/trouble_section_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 10;
}
#home #main #trouble-section ul{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#home #main #trouble-section ul li{
	width: calc((100% / 5) - 1px);
	margin: 0px 0px 45px;
	padding: 0px;
	border-left: #9C9CAC solid 1px;
	background: none;
	text-align: center;
}
#home #main #trouble-section ul li:nth-child(5n+1){
	border-left: none;
}
#home #main #trouble-section ul li span{
	font-size: 120%;
	color: #3B3B5A;
	padding: 10px 0px 5px;
	display: block;
}
#home #main #trouble-section ul li a{
    text-decoration: none;
    display: block;
    margin: 0px 10px;
    padding:10px 0px;
    border-radius: 10px;
    transition: .2s;
}
#home #main #trouble-section ul li a:hover{
    background-color:#EAEAED;
}
@media all and (max-width: 1060px){
#home #main #trouble-section{
	padding: 100px 0px 180px;
}
#home #main #trouble-section ul li{
	width: calc((100% / 4) - 1px);
	margin: 0px 0px 20px;
	padding: 0px 10px;
}
#home #main #trouble-section ul li:nth-child(5n+1){
	border-left: #9C9CAC solid 1px;
}
#home #main #trouble-section ul li:nth-child(4n+1){
	border-left: none;
}
#home #main #trouble-section ul li span{
	font-size: 90%;
}
}


#home #main #policy-section{
	width: 100%;
	margin-bottom: -50px;
	background-image: url(../img/policy_section_bg.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	overflow: hidden;
	position: relative;
	top: -50px;
	z-index: 20;
}
#home #main #policy-section img{
	float: left;
	width: 48.437%;
}
#home #main #policy-section .inner{
	float: right;
	width: 51.562%;
	margin: 0px;
	/*padding: 0px 30px 0px 90px;*/
	text-align: left;
	position: relative;
	top: 50%;

}
#home #main #policy-section .inner h2{
	color: #FFF;
	margin-top: 120px;
	padding: 0px;
	background: none;
	text-align: left;
}
#home #main #policy-section .inner p{
	color: #FFF;
	margin-bottom: 30px;
}
@media all and (max-width: 1060px){
#home #main #policy-section{
	margin-bottom: -50px;
	background-size: cover;
	overflow: visible;
	top: -50px;
}
#home #main #policy-section img{
	float: none;
	width: 91.733%;
	margin-bottom: -130px;
	position: relative;
	top: -130px;
}
#home #main #policy-section .inner{
	float: none;
	width: 100%;
	padding-bottom: 50px;
}
#home #main #policy-section .inner h2{
	font-size: 135%;
	margin-top: 20px;
}
}


/* contents css
----------------------------------------- */
#contents #main #main-top{
	margin-bottom: 60px;
	padding: 140px 0px;
	
	overflow: hidden;
	clear: both;
	
}
#contents #main #main-top{
	padding: 100px 0px 100px;
	background-color: #EEEEEE;
    position: relative;
    background-size: cover;
}
#contents #main #main-top::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../img/contents_maintop_bg01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#contents #main #main-top::after {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("../img/contents_maintop_bg02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents #main #main-top .inner{
	padding: 0px 20px;
}
#contents #main #main-top .inner h3{
	margin-top: 30px;
}

#contents #main #main-top .inner a.tel{
	display: block;
    font-size:250%;
    font-weight: normal;
    color: #3B3B5A;
    text-decoration: none;
}
#contents #main #main-top .inner a.tel::before{
    font-family: 'Material Icons';
     content: '\e0cd';     
    padding-right:5px;
}
#contents #main #main-contents{
	overflow: hidden;
	clear: both;
}

@media all and (max-width: 1060px){
#contents #main #main-top{
	margin: 0px;
    

	
}
}

@media all and (max-width: 640px){

}


/* Gallery list*/

#contents #main .gallery-list2,
#contents #main .gallery-list3,
#contents #main .gallery-list4{
	margin: 30px -15px;
	padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	clear: both;
}
#contents #main .gallery-list2{
	margin: 0px -25px 10px;
}
#contents #main .gallery-list2 article,
#contents #main .gallery-list3 article,
#contents #main .gallery-list4 article{
	float: left;
	margin: 0px 0px 25px;
	padding: 0px;
	background: none;
}
#contents #main .gallery-list2 article{
	width: 50%;
}
#contents #main .gallery-list3 article{
	width: 33.333%;
}
#contents #main .gallery-list4 article{
	width: 25%;
}
#contents #main .gallery-list2 article .gallery-inner{
	margin: 0px 15px;
}
#contents #main .gallery-list3 article .gallery-inner,
#contents #main .gallery-list4 article .gallery-inner{
	margin: 0px 15px;
}
#contents #main .gallery-list3.icon{
    display: inline-block;
}
#contents #main .gallery-list2 table{
    width:calc(100% - 50px);
    margin:0 25px ;
}
#contents #main .gallery-list2 h3,
#contents #main .gallery-list2 p{
    margin:20px 25px ;
}

#contents #main .photo-list2,
#contents #main .photo-list3,
#contents #main .photo-list4{
	margin: 30px -15px;
	padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	clear: both;
}
#contents #main .photo-list2{
	margin: 0px -25px 10px;
}
#contents #main .photo-list2 li,
#contents #main .photo-list3 li,
#contents #main .photo-list4 li{
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
}
#contents #main .photo-list2 li{
	width: 50%;
}
#contents #main .photo-list3 li{
	width: 33.333%;
}
#contents #main .photo-list4 li{
	width: 25%;
}
#contents #main .photo-list2 li img{
	padding: 0px 15px;
}
#contents #main .photo-list3 li img,
#contents #main .photo-list4 li img{
	padding: 0px 15px;
}

@media all and (max-width: 640px){

#contents #main .gallery-list2,
#contents #main .gallery-list3{
	margin: 0px;
}
#contents #main .gallery-list4{
	margin: 0px -10px;
}
#contents #main .gallery-list2 article .gallery-inner,
#contents #main .gallery-list3 article .gallery-inner{
	margin: 0px;
}
#contents #main .gallery-list4 article .gallery-inner{
	margin: 0px 10px;
}
#contents #main .gallery-list2 article,
#contents #main .gallery-list3 article{
	float: none;
	width: 100%;
}
#contents #main .gallery-list4 article{
	width: 50%;
}
#contents #main .gallery-list3.icon article{
	float: left;
	width: 33%;
}
#contents #main .gallery-list3.icon article img{
	margin: 0px 15px;
}
}





/* repair */

#contents #main .price{
    color:#D33957;
    font-size:200%;
    border-top:1px solid #666666;
    padding-top:20px;
}
#contents #main .example-area{
    overflow:hidden;
    margin:40px 0px;
}

/* vehicle */

#contents #main .textbox{
    border: 2px solid #3B3B5A;
padding: 30px;
position: relative;
    margin:30px 0;
    color: #3B3B5A;
    font-weight: bold;
}
#contents #main .textbox::before {
background-color: #EEE;
content: "ご持参いただく必要書類";
left: 30px;
padding: 3px 10px;
position: absolute;
top: -15px;
    font-size:120%;
}
#contents .vehicle #main table td{
    text-align:right;
}
#contents .vehicle #main table td strong{
    color:#D33957;
    font-size:125%;
}


/* mainte */

#contents #main .mainte-type-area{
    overflow:hidden;
    margin:0px 0px 20px 0px;
}
#contents #main .mainte-type-area h3{
    color:#3B3B5A;
}
#contents #main .mainte-type-area h3::before{
	margin-right: 12px;
	position: relative;
	top: 7px;
}
#contents #main .mainte-type-area h3 a{
    color:#3B3B5A;
}
#contents #main .mainte-type-area#mainte01 h3::before{
    content: url(../img/icon-trouble01.png);
}
#contents #main .mainte-type-area#mainte02 h3::before{
    content: url(../img/icon-trouble02.png);
}
#contents #main .mainte-type-area#mainte03 h3::before{
    content: url(../img/icon-trouble03.png);
}
#contents #main .mainte-type-area#mainte04 h3::before{
    content: url(../img/icon-trouble04.png);
}
#contents #main .mainte-type-area#mainte05 h3::before{
    content: url(../img/icon-trouble05.png);
}
#contents #main .mainte-type-area#mainte06 h3::before{
    content: url(../img/icon-trouble06.png);
}
#contents #main .mainte-type-area#mainte07 h3::before{
    content: url(../img/icon-trouble07.png);
}
#contents #main .mainte-type-area#mainte08 h3::before{
    content: url(../img/icon-trouble08.png);
}
#contents #main .mainte-type-area#mainte09 h3::before{
    content: url(../img/icon-trouble09.png);
}
#contents #main .mainte-type-area#mainte10 h3::before{
    content: url(../img/icon-trouble10.png);
}

#contents #main ul.mainte-list{
    color:#3B3B5A;
    font-weight: bold;
    border-top:#3B3B5A 1px solid;
    padding-top:20px;
}
#contents #main ul.mainte-list li{
    border-bottom:#3B3B5A 1px solid;
    padding-bottom:20px;
    margin-bottom:20px;
    
}
#contents .repair #main table td,
#contents .mainte #main table td{
    text-align:right;
}
#contents .repair #main .bodycoat-list  td,
#contents .mainte #main .bodycoat-list  td{
    text-align:left;
}
#contents .repair #main table td strong,
#contents .mainte #main table td strong{
    color:#D33957;
    font-size:125%;
}

#contents .mainte #main .corce-area{
    overflow: hidden;
    clear: both;
}
#contents .mainte #main .back-article a{
    margin:20px;
    color:#3B3B5A;
    font-weight: bold;
    text-decoration: none;
}
#contents .mainte #main .back-article a:hover{
    text-decoration: underline;
}
#contents .mainte #main .back-article a span,
#contents .mainte #main .back span{

  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 24;

padding-right: 5px;
    padding-bottom:5px;
display: inline-block;
  vertical-align: middle;
}



@media all and (max-width: 640px){

#contents #main .mainte-type-area .gallery-list2,
#contents #main .corce-area .gallery-list2{
	margin: 0px -10px 0px;
}
#contents #main .mainte-type-area .gallery-list2 article .gallery-inner,
#contents #main .corce-area .gallery-list2 article .gallery-inner{
	margin: 0px 10px;
}
#contents #main .mainte-type-area .gallery-list2 article,
#contents #main .corce-area .gallery-list2 article{
	float: left;
	width: 50%;
}
}

/* contact */
#contents #main .contact-tel strong{
    font-size:300%;
    color:#00489D;
}
#contents #main .contact-tel strong a{
    color:#00489D;
}
#contents #main .contact-tel strong::before{
    font-family: 'Material Icons';
     content: '\e0cd';     
    padding-right:5px;
}
#contents #main section.form form span.supplement{
	font-size: 80%;
	font-weight: normal;
	margin-top: 5px;
	display: block;
}
#contents #main section.form form label#privacy-check{
	color: #111111;
	font-weight: bold;
	margin: 15px 0px 25px;
	padding: 5px 10px;
	background-color: #F3F3F3;
	display: block;
	position: relative;
}
#contents #main section.form form label#privacy-check label.error{
	width: 100%;
	margin-bottom: 35px;
	position: absolute;
	left: 0;
	top: 35px;
}

#contents #main section.form form input[type="text"],
#contents #main section.form form textarea{
	width: calc(100% - 12px);
	max-width: 360px;
	padding: 5px;
	/*border-radius: 5px;*/
	border: 1px solid #CCC;
	background-color: #F3F3F3;
}
#contents #main section.form form input[type="text"]:focus,
#contents #main section.form form textarea:focus{
	background-color: #FFF;
}
#contents #main form input[type="checkbox"]{
	border: 1px solid #CCC;
}
#contents #main .form-select-wrap{
  display: flex;
  
  align-items: center;
}
#contents #main select{
  padding: 8px 10px;
  margin-left: 10px;
  margin-right: 10px;
   border: 1px solid #CCC;

    background-color: #F3F3F3;
}
#contents #main select:first-child{
    margin-left: 0px;
}
#contents #main form .radio-list li{
    background-image:none;
    padding-left:0;
    padding-right:10px;
    display: inline-block;
    width:calc(33.3% - 10px);
    
}
#contents #main #privacy-area{
	height: 160px;
	margin: 0px;
	padding: 10px;
	border: #CCCCCC solid 1px;
	overflow: auto;
}
#contents #main form p.button{
	text-align: center;
}
#contents #main form p.button button,
#contents #main #formWrap form input[type="submit"]{
	color: #3B3B5A;
	font-weight: bold;
	width: 280px;
	padding: 15px 10px;
	background-color: #ffffff;
	border: #3B3B5A solid 2px;
	cursor: pointer;
    transition: .2s;
    border-radius: 40px;
}
#contents #main form p.button button:hover,
#contents #main #formWrap form input[type="submit"]:hover{
    color: #FFFFFF;
    background-color: #3B3B5A;
}
#contents #main ul.btn-list{
	margin: 30px auto;
	text-align: center;
	display: table;
	overflow: hidden;
}
#contents #main ul.btn-list li{
	float: left;
	margin: 0 10px;
	padding: 0;
	background-image: none;
}
@media all and (max-width: 810px){
#contents #main form .radio-list li{
    display:block;
    width:100%;
    
}
#contents #main ul.btn-list{
	width: 100%;
	margin: 30px auto 15px;
}
#contents #main ul.btn-list li{
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 15px;
}
#contents #main ul.btn-list li a{
	display: block;
}
}


/* slick */

ul.slick-dots{
	width: auto!important;
	margin: 20px auto 0px!important;
	padding: 0px!important;
	display: table;
}
ul.slick-dots li{
	width: auto!important;
	margin: 0px!important;
	padding: 0px!important;
	background-image: none!important;
	display: inline-block;
}
ul.slick-dots li button{
	width: 10px;
	height: 10px;
	margin: 0px 10px;
	padding: 0px;
	border-radius: 10px;
	background-color:#CCCCCC;
	text-indent: -99999px;
    
}
ul.slick-dots li.slick-active button{
	background-color:#3B3B5A;
}
