@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
*{
 box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}


/************** layout base ********************/

.clearfix{
overflow:hidden;
}
.clear:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


a{color:#333333;
	text-decoration:none;
}
a:hover{
}
a:visited{color:#333333;}

/*ボタンrollover*/
a:hover{
-moz-opacity:0.60;
opacity:0.60;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#a60000;}
.note{ color:#666666; font-size:12px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}




@media screen and (min-width: 769px) {
.spOnly{ display:none;}
	.pcFlex{		
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
	}
}/*-PC only-*/
/************** layout base ********************/
body{
 position: relative;
background:#ffffff;
text-align:center;
		font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 font-weight: 400;
line-height:1.2;
}
@media screen and (min-width: 768px) {
 body{
  overflow-x: hidden;
 }
}/*-PC only-*/
.fontMin{font-family:Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
.fontJ{font-family: 'Josefin Sans', sans-serif;}

div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#333333;
font-size:14px;
line-height:1.5;
}
h1,h2,h3,h4,h5,h6{
color:#333333;
font-size:12px;
 font-weight: 700;
}

.inner{
	max-width: 1080px;
margin: 0 auto;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
@media screen and (max-width: 768px) {/*-- SP body ---*/
body{
		font-family: Arial, Roboto, “Droid Sans”, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
	}
img{
	height: auto;}
.pcOnly{ display:none;}
}/*-SP only-*/
/*------------------ list style----------------*/
.numberList{
	padding:0 0 0 18px;	
}
.numberList li{
	list-style:decimal outside;
	padding:0 0 5px 0;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 2px 0;
}

.indentList li{
	padding-left:1em;
	text-indent:-1em;
}
.indentList li + li{
	margin-top: 5px;
}
.indentTxt{
	padding-left:1em;
	text-indent:-1em;
}

/*****************  head ***********************/
header{
	position: relative;
 z-index: 100;
}
header div.inner{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 17px 0 16px;
}
#logo{
 max-width: 115px;
}
 .headMail {
  width: 180px;
 }
.headMail a{
 display: block;
 border-radius: 3px;
 border: 1px #127dcd solid;
 padding: 13px;
 color: #127dcd;
 font-weight: 700;
 line-height: 1;
  text-align: center;
}
.headMail a::before{
 content: "";
 display: inline-block;
 background: url("images22/ic_mail.png") no-repeat left top /cover;
 width: 21px;
 height: 14px;
 margin-right: 8px;
 vertical-align: -0.1em;
}
@media screen and (min-width: 769px) {
}/*-PC only-*/
@media screen and (max-width: 768px) {/********SP  head *********/
header div.inner{
 padding: 5px 3% 5px;
}
#logo{
	width: 40%;
}
 .headMail{
  display: none;
  width: auto;
  margin-left: auto;
 }
 .headMail a{
  font-size: 12px;
 }
	#spMenu{
		position: relative;
		width: 37px;
		height: 26px;
		margin:5px;
		box-sizing: border-box;
		cursor: pointer;
	}
	#spMenu span{
		display: block;
		background:#127dcd ;
		width: 100%;
		height: 2px;
		font-size: 0;
	}
	#spMenu span::before,
		#spMenu span::after{
		content: "";
		display: block;
		background:#127dcd ;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 49%;
		left: 0;
	}
	#spMenu span::after{
		top: auto;
		bottom: 0;
	}
}/*-SP only-*/

/*****************  navi ***********************/
#gNavi{
 background: #33b0de;
}
#gNavi >ul{
}
#gNavi >ul >li{
 position: relative;
 font-weight: 700;
}
#gNavi >ul >li >a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 padding: 0 5px;
	color: #ffffff;
 font-size: 14px;
}
@media screen and (max-width: 768px) {	/*--- SP  navi *********/
#gNavi{
	display: none;
 position: absolute;
 top: 99.9%;
 left: 0;
 width: 100%;
}
#gNavi ul{	
 padding: 0;
}
#gNavi >ul li + li{
	border-top: 1px #fff solid;
}
#gNavi >ul >li > a{
	padding: 16px 3%;
}
 #gNavi >ul ul a{
  padding: 10px 3%;
  text-align: center;
 }

}/*-SP only-*/
/*****************  foot ***********************/
.footLinks{
 background: url("images22/top_movie_bg.png") repeat left top;
 padding: 60px 0;
}
.footLinks ul {
 justify-content: space-between;
}
.footLinks ul li{
 background: #fff;
}
.footLinks ul li a{
 display: block;
}
.footLinks ul li figure img{
 max-width: none;
 width: 100%;
}
.footLinks ul li p{
 position: relative;
 display: flex;
 align-items: center;
 height: 70px;
 padding: 15px 38px 15px 18px;
 font-size: 16px;
 font-weight: 700;
}
.footLinks ul li p::after{
 content: "";
 display: block;
	width: 0;
	height: 0;
 border-width: 4px 0 4px 7px;
 border-color: transparent transparent transparent #222222;
	border-style: solid;
 position: absolute;
 right: 17px;
 top: 50%;
 margin-top: -4px;

 
}
@media screen and (min-width: 769px) {
.footLinks ul li{
 width: 23.5%;
 max-width: 250px;
 }
}/*-PC only-*/
/**/
footer{
 padding: 0 0 20px;
}
#footNavi{
 background: #33b0de;
 margin-bottom: 64px;
}
#footNavi >ul{
 justify-content: flex-start;
}
#top #footNavi >ul{
 justify-content: space-between;
}
#footNavi >ul >li{
 position: relative;
 font-weight: 700;
}
@media screen and (min-width: 769px) {
#footNavi >ul >li{
 margin-right: 65px;
}
#top #footNavi >ul >li{
 margin-right: 0;
}
}/*-PC only-*/
#footNavi >ul >li >a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
 align-items: center;
 justify-content: center;
 height: 82px;
 padding: 0 5px;
	color: #ffffff;
 font-size: 14px;
}
footer .footLogo span{
 display: inline-block;
 margin-left: 27px;
}
footer small{
	display: block;
 margin: 40px 0 0;
 color: #333333;
	font-size: 10px;
 text-align: center;
}
/*--*/
#pageTop{
	position: fixed;
	right: 40px;
	bottom: 80px;
	cursor: pointer;
}
@media screen and (max-width: 768px) {/**---- SP foot -----******/
.footLinks{
 padding: 40px 0 20px;
}
 .footLinks ul{
  flex-flow: row wrap;
 }
.footLinks ul li{
 width: 48%;
 margin-bottom: 20px;
 }
.footLinks ul li p{
 height: auto;
 padding: 15px 30px 15px 15px;
 font-size: 15px;
}
.footLinks ul li p::after{
 right: 12px;
}
 /**/
footer{
 padding: 0 0 30px;
}
 #footNavi{
  margin-bottom: 40px;
 }
 #footNavi >ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
 }
#footNavi >ul >li{
 border-bottom: 1px #fff solid;
 width: 50%;
}
 #footNavi >ul >li:nth-of-type(even){
  border-left: 1px #fff solid;
 }
 #footNavi >ul >li a{
  height: auto;
  padding: 15px 20px;
 }
 footer .footLogo{
  text-align: center;
 }
footer .footLogo span{
 display: block;
 margin-top: 30px;
 margin-left: 0;
}
footer small{
 position: relative;
 margin-top: 5vw;
 padding-bottom: 15px;
 text-align: center;
}
#pageTop{
	right: 5px;
	bottom: 10px;
 width: 60px;
}

}/*-SP only-*/
/*****************  contents ***********************/
.pageTitle{
 background: url("images22/company_bg_pagetitle.jpg") no-repeat left center /cover;
 border-bottom: 3px #008ec2 solid;
 margin-bottom: 70px;
}
.pageTitle >span{
 display: flex;
 justify-content: flex-start;
 align-items: center;
	height: 150px;
	font-size: 40px;
 font-weight: 700;
 color: #fff;
}
/*bg*/
.bgGray{
 background-color: #f9f9f9;
}

/*-title-*/
.ttlLine{
 border-bottom: 2px #62ad00 solid;
 padding: 0 0 8px;
 margin: 0 0 25px;
 font-size: 30px;
 text-align: left;
}
.ttlSquare{
 position: relative;
 padding: 0 0 0 25px;
 margin-bottom: 20px;
 font-size: 24px;
 text-align: left;
}
.ttlSquare::before{
 content: "";
 display: block;
 background: #62ad00;
 width: 10px;
 height: 10px;
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -5px;
}
/*-btn--*/
.btn a{
 position: relative;
 display:block;
 border-radius: 22px;
 background: #fff;
 max-width: 190px;
 padding: 14px 7px 14px 0;
 margin: 0;
 font-size: 15px;
 font-weight: 700;
 letter-spacing: 0.05em;
 text-align: center;
 line-height: 1;
}
.btn a::after{
 content: "";
 display: block;
	width: 0;
	height: 0;
 border-width: 4px 0 4px 7px;
 border-color: transparent transparent transparent #333;
	border-style: solid;
 position: absolute;
 right: 20px;
 top: 50%;
 margin-top: -4px;
}
@media screen and (max-width: 768px) {
.btn a{
 padding: 12px 5px 12px 0;
 font-size: 14px;
}
.btn a::after{
 right: 15px;
}

}/*-SP only-*/
/*-table-*/
table{
	width: 100%;
	border: 1px #cccccc solid;
	box-sizing: border-box;
}
th,td{
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 8px 10px;
}
th{
	background: #f3f3f3;
	text-align: center;
	vertical-align: middle;
}
tbody th{
	text-align: left;
}
td{
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {/*---SP contents---------*/
.inner{
 padding-left: 3%;
 padding-right: 3%;
}
 /*-SP title-*/
.pageTitle{
 border-bottom: 3px #008ec2 solid;
	padding: 0 3%;
}
.pageTitle >span{
 display: flex;
 justify-content: flex-start;
 align-items: center;
	height: 150px;
	font-size: 40px;
} 
/*-SP h2 title-*/
.ttlLine{}

}/*-SP END-*/


/*----------------------------------------------
              top
---------------------------------------------*/
#topMv{
	position: relative;
	overflow: hidden;
 height: calc(100vh - 130px);
}
#topMv .scroll{
 position: absolute;
 left: 68px;
 bottom: 8px;
 border-bottom: 1px #e9e9e9 solid;
 width: 122px;
 color: #eaeaea;
 font-size: 13px;
 letter-spacing: 0.2em;
 text-align: right;
 -webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
 transform-origin: left bottom;
}
#topMv .scroll::after{
 content: "";
 display: block;
 width: 20px;
 height: 1px;
 background: #e9e9e9;
 position: absolute;
 left: 0;
 bottom: 0;
 -webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
 transform-origin: left bottom;
}
#topMv .mainSlider{
	margin: 0 !important;
 height: 100%;
}
#topMv .slick-list,
#topMv .slick-track{
 height: 100% !important;
}
#topMv .mainSlider .slick-slide{
 width: 100%;
 height: 100% !important;
}
#topMv .mainSlider .slick-slide img{
	width: 100%;
 height: 100%;
 object-fit: cover;
}
#topMv .mainThumb{
 position: absolute;
 bottom: 10px;
 left: 0;
 right: 0;
 margin: 0 auto;
}
#topMv .mainThumb .slick-track,
#topMv .mainThumb .draggable > div{
  transform: unset !important;/*サムネイルが固定*/
 display: flex;
 justify-content: center;
}
#topMv .mainThumb .slick-slide{
 position: relative;
 float: none;
 width: auto !important;
 margin: 0 3px;
}
#topMv .mainThumb .slick-current::after{
 content: "";
 display: block; 
 width: calc(100% - 6px);
 height:calc(100% - 6px);
 position: absolute;
 top: 0;
 left: 0;
 border: 3px #fff solid;
}
@media screen and (max-width: 768px) {
#topMv{
 height: /*calc(100vh - 57px);*/auto;
}
#topMv .scroll{
 left: 10vw;
 bottom: 5px;
}
#topMv .mainThumb{
 margin: 0 10vw;
}

}/*-SP only-*/
/*--*/
.box{
 width: 44%;
 max-width: 617px;
}
.box h2{
 background: url("images22/top_title_bg.png") no-repeat left top / cover;
 padding: 15px 60px 14px;
 text-align: left;
}
.box h2 span{
 display: block;
 margin: 8px 0 0;
 font-size: 16px;
 line-height: 1;
}
.box div{
 background: rgba(122,32,0,0.95);
 padding: 42px 55px 44px;
}
.box div p{
 color: #fff;
 font-size: 22px;
}
.box .btn{
 margin-top: 10px;
}
@media screen and (max-width: 768px) {
.box{
 width: auto;
}
.box h2{
 padding: 15px 5% 14px;
}
.box h2 span{
 font-size: 15px;
 line-height: 1.5;
}
.box div{
 padding: 20px 5% 20px;
}
.box div p{
 color: #fff;
 font-size: 18px;
}

}/*-SP only-*/
/*--*/
#topWoodgarage{
 background: url("images22/top_wood_mv.jpg") no-repeat center center /cover;
 padding: 75px 4.6%;
}
#topWoodgarage .box{
 margin: 0 0 0 auto;
}
#topWoodgarage .btn a{
 margin-left: auto;
}
@media screen and (min-width: 769px) {
 #topWoodgarage{
 height: 100vh;
 min-height: 395px;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {
#topWoodgarage{
 background: url("images22/top_wood_mv.jpg") no-repeat center center /cover;
 padding: 50px 4.6% 50px;
}
}/*-SP only-*/
/*--*/
#topWoodylife{
 background: url("images22/top_woodylife_mv.jpg") no-repeat center center /cover;
 padding: 75px 4.6% 75px;
}
#topWoodylife .box div{
 background: rgba(116,53,2,0.95);
}
#topWoodylife .box p{
 line-height: 2;
}
#topWoodylife .btn a{
 margin-top: 25px;
 margin-left: auto;
}
@media screen and (min-width: 769px) {
#topWoodylife{
 display: flex;
 align-items: flex-end;
 height: 100vh;
 min-height: 359px;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {
#topWoodylife{
 padding: 50px 4.6%;
}
#topWoodylife .box p{
 line-height: 1.5;
}
#topWoodylife .btn a{
 margin-top: 10px;
}
}/*-SP only-*/
/**/
.wrap{}
.wrap section .inner{
 width: 77.5%;
}
.wrap section h2{
 position: relative;
 margin-bottom: 30px;
 color: #fff;
 font-size: 35px;
 line-height: 1.4;
 text-align: left;
}
.wrap section h2::before{
 content: "";
 display: block;
 margin: 0 0 5px;
}
#topCarport{
 background: url("images22/top_carport_mv.jpg") no-repeat center center #284771;
}
#topCarport h2::before{
 background: url("images22/ic_home.png") no-repeat left top/100% auto;
 width: 55px;
 height: 53px;
}
#topExterior{
 background: url("images22/top_extrior_mv.jpg") no-repeat center center #0d7281;
}
#topExterior h2::before{
 background: url("images22/ic_crown.png") no-repeat left top/100% auto;
 width: 54px;
 height: 47px;
}
@media screen and (min-width: 769px) {
.wrap section{
 display: flex;
 align-items: center;
 justify-content: center;
 height: 350px;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {
.wrap section .inner{
 display: flex;
 flex-flow: column;
 align-items: center;
 width: auto;
 padding: 20px ;
}
.wrap section h2{
 margin-bottom: 20px;
 font-size: 25px;
}
 .wrap section .btn{
  width: 100%;
 }
 .wrap section .btn a{
  margin: 0 auto;
 }
#topCarport .inner{
 background: #284771;
}
#topExterior .inner{
 background:  #0d7281;
}

}/*-SP only-*/
/**/
#topContact{
 background: #33b0de;
 padding: 70px 0;
}
#topContact h2{
 margin-bottom: 40px;
 color: #fff;
 font-size: 30px;
}
#topContact ul{}
#topContact ul li a{
 display: flex;
 justify-content: flex-start;
 align-items: center;
 border: 3px #fff solid;
 background: #fff;
}
#topContact ul li p{
 padding: 0 0 0 26px;
 font-size: 20px;
 font-weight: 700;
}
#topContact ul li p::after{
 content: "";
 display: inline-block;
	width: 0;
	height: 0;
 border-width: 4px 0 4px 7px;
 border-color: transparent transparent transparent #222222;
	border-style: solid;
 vertical-align: 0.1em;
 margin-left: 14px;
}
@media screen and (min-width: 769px) {
#topContact ul li{
 width: 47.7%;
 max-width: 515px;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {/**TOP contact--*/
#topContact{
 padding: 50px 0;
}
#topContact h2{
 margin-bottom: 20px;
 font-size: 25px;
}
#topContact ul li + li{
 margin-top: 20px;
}
 #topContact ul li figure{
  width: 50%;
 }
#topContact ul li p{
 padding: 0 0 0 10px;
 font-size: 16px;
}
}/*-SP only-*/
/**/
#topMovie{
 background: url("images22/top_movie_bg.png") no-repeat center/ cover;
 padding: 70px 3% 80px;
 text-align: center;
}
#topMovie iframe{
 max-width: 915px;
}
@media screen and (max-width: 768px) {
#topMovie iframe{
 max-width: none;
  height: 56vw;
}
}/*-SP only-*/

/*--------------------------------------------
      company
---------------------------------------------*/
#company{}
.outline{
 flex-flow: row wrap;
 justify-content: space-around;
 max-width: 960px;
 margin:0 auto 100px;
}
.outline dt{
 display: flex;
 justify-content: center;
 align-items: center;
 border-bottom: 1px #333333 solid;
 padding: 15px 0 15px;
 width: 182px;
 font-weight: 500;
 text-align: center;
}
.outline dd{
 border-bottom: 1px #999999 dotted;
 width: calc(100% - 182px);
 padding: 15px 0 15px 35px;
}
.outline dd.history{
 line-height: 2.1;
}
.outline a{
 color: #127dcd !important;
 text-decoration: underline;
}

#location{
 padding: 0 0 100px;
}
#location .bgGray{
 max-width: 960px;
 padding: 38px;
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
.outline{
 margin:0 auto 50px;
}
.outline dt{
 display: flex;
 border-bottom: 1px #333333 solid;
 padding: 10px 10px 10px;
 width: auto;
}
.outline dd{
 border-bottom:none;
 width: auto;
 padding: 10px 10px 20px;
}

}/*-SP only-*/

/*--------------------------------------------
      privacy
---------------------------------------------*/
.pbox{
 padding: 70px 0;
}
.pbox dl dt{
	margin:0 0 5px 0;
	font-weight:500;
}
.pbox dl dd{
	padding:0 0 20px;
	line-height:1.6em;
}
/*--------------------------------------------
      contact
---------------------------------------------*/

.formArea{
 max-width: 960px;
 padding: 0 0 100px;
 margin: 0 auto;
}

.formTable{
 border: none;
 border-top: 1px #999999 dotted;
 margin: 0 auto 64px;
}
.formTable th,
.formTable td{
 border: none;
 border-bottom: 1px #999999 dotted;
}
.formTable th{
 position: relative;
 background: #f6f6f6;
 width: 27.6%;
 padding: 20px 20px 20px 35px;
 font-weight: 500;
}
.formTable th p{
 font-size: 12px;
 font-weight: 400;
}
.formTable th span{
 position: absolute;
 top: 50%;
 right: 38px;
 display: inline-block;
 border-radius: 2px;
 background: #e34242;
 width: 38px;
 margin-top: -11px;
 color: #fff;
 font-size: 12px;
 line-height: 22px;
 text-align: center;
}
.formTable td{
 padding: 20px 35px 20px 40px;
}
.formTable label{
 display: block;
}
@media screen and (min-width: 769px) {
.formTable label{
 display: inline-block;
}
.formTable label + label{
 margin-left:45px ;
}
}/*-PC only-*/
.formTable input[type=checkbox]{
 border-radius: 0;
 border: 1px #666666 solid;
 width: 16px;
 height: 16px;
 margin-right: 9px;
}
.formTable select{
 border: 1px #666666 solid;
 padding: 8px 16px;
}
.formTable input[type=text],
.formTable input[type=tel],
.formTable input[type=email],
.formTable textarea{
 border: 1px #666666 solid;
 width: 100%;
 padding: 6px 16px;
 box-sizing: border-box;
}
.formTable .short{
 max-width: 90px;
}
.formTable .short2{
 max-width: 70px;
}
.formTable .middle{
 max-width:405px; 
}
.formTable textarea{
 height: 200px;
}

.formTable .reply ul{
 padding:10px 0 0 16px;
}
.formTable .reply ul li{
 padding-left: 2.1em;
 text-indent: -2.1em;
 margin-bottom: 10px;
}
.formTable .reply ul li label,
.formTable .reply ul li p{
 text-indent: 0;
}
.formTable .reply ul + .fw{
 margin-top: 40px;
}
.formTable .reply ul li .indentTxt{
 text-indent: -1em;
}
.formTable .indent{
 padding-left: 3em;
 text-indent: -3em;
}

.formArea form >.indentTxt{
 margin-top: 20px;
}
.formBtn{
 padding: 30px 0 0;
 text-align: center;
}
.formBtn input,
.formBtn button{
 border-radius: 3px;
 width: 250px;
 border: 1px #127dcd solid;
 background: #127dcd;
padding: 16px 20px;
 margin: 0 32px;
color: #FFFFFF;
 font-size: 18px;
 font-weight: 700;
text-align: center;
 cursor: pointer;
}
.formBtn .btnReset{
 border-radius: 3px;
 border: 1px #999999 solid;
 background: #fff;
 color: #999999;
}

@media screen and (max-width: 768px) {
.formArea{
 padding: 0 0 50px;
}
.formTable{
 margin: 0 auto 64px;
}
.formTable tbody,
 .formTable thead,
 .formTable tr,
 .formTable th,
 .formTable td{
  display: block;
 }
 .formTable th{
  width: auto;
 }
 .formTable th{
  padding:10px; 
 }
 .formTable td{
  padding:15px 10px; 
 }
 .formBtn input{
  margin-bottom: 10px;
 }
}/*-SP only-*/



	#contact main p a{
		color: #127dcd;
		text-decoration: underline;
	}
	#contact main p a:visited{
		color: #127dcd;
	}
	.formTable th.vtop{
		vertical-align: top;
	}
	.formTable input[type="radio"]{
		margin-top: -3px;
		margin-right: 9px;
		transform:scale(1.4);
	}
	.formTable .middleHeight{
		height: 73px;
	}


