 @CHARSET "UTF-8";

/*
=======================================================
共通部分
=======================================================
*/
@media (max-width:767px){.hidden-xs{display:none!important}}
@media (min-width:768px){.visible-xs{display:none!important}}

.container{
    position: relative;
}

/* --contBox共通-- */
.contBox01_1 , .contBox02_1 , .contBox03_1 , .contBox04_1 , .contBox05_1 , .contBox06_1 , .contBox07_1 , .titleBox01_1 , .pan1 , .menuBox01 , .whatBox01_1 , .whatBox02_1 , .whatBox03_1 , .whatBox04_1 , .underLinkbox_1{
	width: 100%;
	float: left;
    min-width: 1200px;
}

.contBox01_2 , .contBox02_2 , .contBox03_2 , .contBox04_2 , .contBox05_2 , .contBox06_2 , .contBox07_2, .titleBox01_2 , .pan2 , .menuBox02 , .whatBox01_2 , .whatBox02_2 , .whatBox03_2 , , .whatBox04_2 .underLinkbox_2 , .icons2{
	width: 100%;
	margin: auto;
}

.contBox01_3 , .contBox02_3 , .contBox03_3 , .contBox04_3 , .contBox05_3 , .contBox06_3 , .contBox07_3, .titleBox01_3 , .pan3 , .menuBox03 , .whatBox01_3 , .whatBox02_3 , .whatBox03_3 , .whatBox04_3 , .underLinkbox_3 , .icons3{
	width: 100%;
	float: left;
}

.contBox01 , .contBox02 , .contBox03 , .contBox04 , .contBox05 , .contBox06 , .contBox07, .titleBox01, .pan , .menuBox , .whatBox01 , .whatBox02 , .whatBox03 , .whatBox04 , .geneBox , .underMenubox{
	width: 100%;
	margin: 0px auto;
}

.h2Area {
    width: 100%;
    margin: 40px 0px;
}

.titleH2 {
    text-align: center;
}
.titleH2 h2{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.5em;
}

.titleH2und {
	font-size: 26px;
	letter-spacing: 0.1em;
}

.titleBox01_1 {
	border-top: solid 5px #030303;
	border-bottom: solid 2px #030303;
	max-width: 100%;
}

.top_boder {
	width: 30px;
	border-bottom: #000000 solid 3px;
}

.text1{
	font-size: 12px;
	letter-spacing: 0.2em;
}

.top_title02 {
	font-size: 18px;
	letter-spacing: 0.4em;
	text-align: center;
}

.backColor {
	background: #f8f8f8;
    width: 100%;
    height: 100%;
    float: left;
}

.bk_c{
	margin-bottom: 80px;
}

.InTitle {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

/* --ぱんくず-- */
.pan ul {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 20px;
}
.pan li{
	display:inline-block;
	line-height: 3;
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.pan a{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.pan li a:hover {
	color: #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/* underLink */
.underLinkbox_1 {
	margin: 50px 0 170px;
}
.whatBtmlink ul {
    min-width: 1100px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.uLinkBtn li{
	position:relative;
	width: 350px;
	height: 57px;
	float: left;
	margin: 0 25px 0 0;
}

.uLinkBtn li:last-child {
	margin: 0px;
}

.uLinkBtn a{
	width: 100%;
	height: calc(100% - 34px);
	position:absolute;
	display: block;
	top:0;
	left:0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url("../../img/btn_btm_bk.png");
	text-align: center;
	padding: 17px 0;
}

.uLinkBtn a:HOVER{
	color: #ffffff;
	background: url("../../img/btn_btm_bk_on.png");
}


.whatBoxIn {
	width: calc(1100px - 40px);
	margin: 0 auto;
	background: #ffffff;
	padding: 20px;
}
.menuArea {
	overflow: hidden;
	margin: 20px auto;
}

.menuArea ul{
	min-width: 1100px;
    margin: 0 auto;
	display: table;
	table-layout: fixed;
}

li.menuBtn{
	position:relative;
	width: 348px;
	height: 78px;
	float: left;
	border: #000000 1px solid;
 	margin: 0 25px 0 0;
	display: table;
	padding: 1px;
	box-sizing: border-box;
}

li.menuBtn:last-child {
	margin: 0px;
}

.btnInner {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;}


li.menuBtn a:HOVER{
	color: #ffffff;
	background: #000000;
}

li.menuBtn2{
	position:relative;
	width: 258px;
	height: 78px;
	float: left;
	border: #000000 1px solid;
 	margin: 0 20px 0 0;
	display: table;
}

li.menuBtn2:last-child {
	margin: 0px;
}

li.menuBtn2 a:HOVER{
	color: #ffffff;
	background: #000000;
}


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

	/* --contBox共通-- */

	.contBox01_1 , .contBox02_1 , .contBox03_1 , .contBox04_1 , .contBox05_1 , .contBox06_1 , .contBox07_1 , .titleBox01_1 , .pan1 , .menuBox01 , .whatBox01_1 , .whatBox02_1 , .whatBox03_1 , .whatBox04_1 , .underLinkbox_1 , .icons1{
		min-width: inherit;
	}
	.contBox01_2 , .contBox02_2 , .contBox03_2 , .contBox04_2 , .contBox05_2 , .contBox06_2 , .contBox07_2 , .pan2 , .menuBox02 , .whatBox01_2 , .whatBox02_2 , .whatBox03_2 , .whatBox04_2 , .titleBox01_2 , .underLinkbox_2{
		width: 100%;
	}

 	.contBox01_3, .contBox02_3, .contBox03_3, .contBox04_3, .contBox05_3, .contBox06_3, .contBox07_3 , .pan3 , .menuBox03 , .whatBox01_3 , .whatBox02_3 , .whatBox03_3 , .titleBox01_3 , .underLinkbox_3{
		width: 100%;
		float: left;
		margin: 0px;
	}

	.contBox01 , .contBox02 , .contBox03 , .contBox04 , .contBox05 , .contBox06 , .contBox07, .pan , .menuBox , .whatBox01 , .whatBox02 , .whatBox03 , .titleBox01 , .underMenubox{
		width: 90%;
	}

	.pan ul  {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.menuArea ul {
	min-width: inherit;
	}

	li.menuBtn {
    	width: 31%;
    	height: 60px;
    	margin: 0 10px 0 0;
	}

	li.menuBtn a  {
		height: calc(100% - 20px);
		font-size: 3vw;
	}

	li.menuBtn2  {
		width: 23%;
		height: 40px;
		margin: 0 5px 0 0;
	}

	li.menuBtn2 a  {
		height: calc(100% - 20px);
		font-size: 2vw;
	}

	.whatBoxIn{
		width: calc(90% - 20px);
	}

	.whatBtmlink ul {
	min-width: 70%
	}

	.uLinkBtn li {
     	float: none;
    	margin: 15px auto;
    	width: 90%;
	}

	.uLinkBtn li:last-child {
		margin: 15px auto;
	}

	.titleH2 h2 {
    	font-size: 20px;
 	}

	.titleH2und {
    	font-size: 16px;
	}

	.underLinkbox_1 {
    	margin: 30px 0 40px;
	}

	.uLinkBtn a {
		background-size: 100% 100%;
		font-size: 16px;
	}

	.uLinkBtn a:hover {
		background-size: 100% 100%;
	}

	.menuArea ul {
		margin: 0 auto;
		width: 80%;
	}

	li.menuBtn {
		float: none;
		width: 100%;
		margin: 10px 0;
	}

	li.menuBtn2 {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
}
/*
=======================================================
header
=======================================================
*/
.header1 {
	width: 100%;
	float: left;
	min-width: 1200px;
}

.header2 {
	width: 100%;
	margin: auto;
}

.header3 {
	width: 100%;
	float: left;
}

.headerIn {
	overflow: hidden;
}

.header_logo {
	width: 10%;
	float: left;
	margin: 20px 4% 0;
}

.header_right {
	width: 82%;
	float: right;
}

.header_link_area {
	width: 432px;
	height: 30px;
	float: right;
	overflow: hidden;
}

.header_link_area a {
	color: #ffffff;
}

.header_link_area a:hover {
	color: #c0c0c0;
	cursor: pointer;
}

.header_link01 , .header_link02 {
	width: 201px;
	height: 25px;
	background: url("../../img/icon_headerbk.png") no-repeat;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0 0 15px;
}

.header_link01 {
	float: left;
}

.header_link02 {
	float: right;
}

.header_nav {
	width: 100%;
	float: left;
	margin: 80px 0px 0px;
}

ul.header_navIn {
	padding: 0 2% 0 0;
	float: right;
}

ul.header_navIn li{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px 40px;
	float: left;
}

ul.header_navIn li a{
	font-weight: bold;
}

.header_navIn li a:hover{
	color: #c0c0c0;
	cursor: pointer;
}


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

	.header1 {
		height: auto;
		min-width: inherit;
	}

	.header2 {
		width: 100%;
	}

	.header3 {
		width: 100%;
		margin: 0px;
	}

	h1 {
		max-width: 60%;
		height: auto;
	}

	h1 img {
		width: 100%;
	}

	#menu-box {
		width: 100%;
		float: left;
	}

	#menu {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#menu li {
		display: block;
		float: left;
		width: 12.5%;
		margin: 0;
		padding: 0;
	}
	#menu li a {
		display: block;
		padding: 12px 0 10px;
		background: rgba(246, 246, 246, 0.9);
		color: #030303;
		text-align: center;
		text-decoration: none;
	}
	#menu li a:hover {
		background: #c0c0c0;
		color: #202020;
	}

	#menu{
    	display: none;
  	}

  	#menu li{
 	   width: 100%;
	  }

 	 #toggle{
	    display: block;
	    position: relative;
 	   	width: calc(100% - 20px);
 		background: #ffffff;
	    padding: 10px 10px;
 	 }

	  #toggle img{
	   max-width: 9.2%;
	  }

	 #toggle a{
 	   display: block;
	    position: relative;
	    text-align: center;
 	   text-decoration: none;
 	 }

 	 #toggle a:before{
 	   margin-top: -6px;
 	 }

 	 #toggle a:after{
  	  margin-top: 2px;
 	 }

 	 .header_logo {
		width: 50%;
		float: left;
		margin: 10px 4% 0;
	 }

	 .header_logo img {
	 	max-width: 68px;
	 }
}
/*
=======================================================
footer
=======================================================
*/
.footer1 {
	width: 100%;
	min-width: 1200px;
	height: 150px;
	float: left;
	border-top: 5px solid #030303;
}

.footer2 {
	width: 100%;
	margin: auto;
}

.footer3 {
	width: 100%;
	float: left;
	margin: 0px;
}
.footerIn {
	overflow: hidden;
}

.footer_logo {
	width: 10%;
	float: left;
	margin: 20px 2% 0;
}

.footer_right {
	width: 86%;
	float: right;
}

.footer_link_area {
	width: 432px;
	height: 30px;
	float: right;
	overflow: hidden;
}

.footer_link_area a {
	color: #ffffff;
}

.footer_link_area a:hover {
	color: #c0c0c0;
	cursor: pointer;
}

.footer_link01 , .footer_link02 {
	width: 201px;
	height: 25px;
	background: url("../../img/icon_headerbk.png") no-repeat;
	background-size: contain;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0 0 15px;
}

.footer_link01 {
	float: left;
}

.footer_link02 {
	float: right;
}

.footer_nav {
	width: 100%;
	min-width: 1200px;
	float: left;
	margin: 20px 0px 0px;
}

ul.footer_navIn {
	margin: 0 40px 0 0;
	padding: 0;
	float: right;
}

ul.footer_navIn li{
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px 60px;
	float: left;
	list-style-type: disc;
}

.footer_navIn li a {
	font-weight: bold;
}

.footer_navIn li a:hover{
	color: #c0c0c0;
	cursor: pointer;
}

/* ページトップへ戻る */

.pageTop {
	width: 77px;
	position: relative;
	text-align: center;
}


.pageTop a{
	width: 154px;
	height: 77px;
	display: block;
	position: relative;
    text-indent: -9999px;
	z-index: 9999;
	background: url("../../img/icon_gotop.png") no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
	.footer1 {
		height: auto;
		float: left;
		border-top: 2px solid #030303;
		min-width: inherit;
	}

	.footer2 {
		width: 100%;
		margin: auto;
	}

	.footer3 {
		width: 100%;
		float: left;
		margin: 0px;
	}

	.footer_logo {
		width: 100%;
		float: none;
		margin: 20px 2% 0;
	}

	.footer_logo img {
	    max-width: 68px;
	}


	.footer_right {
		width: 90%;
		float: none;
		overflow: hidden;
		padding: 0 5%;
	}

	ul.navInLeft {
		width: calc(50% - 5px);
		min-width: inherit;
    	margin: 0 5px 0 0;
    	padding: 0;
    	float: left;
	}

	ul.navInRight {
		width: 50%;
    	margin: 0;
    	padding: 0;
    	float: left;
	}

	ul.footer_navIn li {
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 2;
    	margin: 0px 5px;
    	float: none;
	}

/* 	p.pageTop a {
   		width: 60px;
    	height: 60px;
    	display: block;
	}

	P.pageTop {
 	   right: 1%;
	} */
}
@media screen and (max-width: 640px) {
}
/*
=======================================================
top
=======================================================
*/

/* --top main-- */
.topmain1 {
	width: 100%;
	float: left;
	min-width: 1200px;
}

.topmain2 {
    width: 100%;
    margin: auto;
 }

.topmain3 {
	width: 100%;
	float: left;
	margin: 0px;
}

.topmain {
	width: 100%;
    height: auto;
	position: relative;
}

.topmain img {
    width: 100%;
    height: auto;
}



p.gotop{
    position: fixed;
    right: 5%;
    bottom: 0;
    z-index: 9999;
}
p.gotop a{
    width: 125px;
    height: 94px;
    display: block;
}

.icons1{
	position: fixed;
	width: auto;
	height: auto;
	right:4%;
	bottom:0px;
}

.pageTopArea{
	height: 77px;
	width: 77px;
	text-align: center;
}

.icons3 {
	width: 154px;
	margin: 0 auto;
	position: fixed;
    z-index: 9999;
}


.topmain_icon01 a{
	width: 154px;
	height: 157px;
	display: block;
	position: relative;
    bottom: 33%;
    /* right: 4%; */
    text-indent: -9999px;
	z-index: 9999;
	background: url("../../img/icon_main_on01.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.topmain_icon02 a{
	width: 154px;
	height: 157px;
	display: block;
	position: relative;
	bottom: 15%;
	/*right: 4%; */
	text-indent: -9999px;
	z-index: 9999;
	background: url("../../img/icon_main_on02.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}


.topmain_icon01 a:hover {
	background: url("../../img/icon_main_on01_on.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
	}

.topmain_icon02 a:hover {
	background: url("../../img/icon_main_on02_on.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.top_title01 {
	margin: 0 auto;
}


/* --contBox01-- */

.contBox01_3 {
	background: #f8f8f8;
	padding: 23px 0px 110px;
}

.contBox01 .top_title01 {
	width: 480px;
	height: 81px;
	background: url("../../img/icon_top01.png") no-repeat left bottom;
	position: relative ;
	background-size: contain;
}

.contBox01 h3.top_title02{
 	position: absolute;
	bottom: 0;
	right: 0px;
}

.top_arrow {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 13px solid #030303;
	margin: 20px auto;
}

.contBox01In {
	overflow: hidden;
	margin: 0 auto;
    width: 1100px;}

.icon_cont {
	float: left;
	padding: 0 45px 0px 0px;
}

.icon_cont:last-child{
	padding: 0px;
}


/* --contBox01btm-- */
.contBox01btm1 {
	width: 100%;
	padding: 10px 0 0 0;
}

.contBox01btm2 {
	width: 100%;
	margin: auto;
	float: left;
}

.contBox01btm3 {
	width: 100%;
	float: left;
	margin: 0px;
}

.contBox01btm {
	width: 1100px;
	margin: 0px auto;

}

.contBox01btmIn {
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top: 70px solid #f8f8f8;
	margin: 0px auto;
}


/* --contBox02-- */
.contBox02 .top_title01 {
	width: 750px;
	position: relative;
	overflow: hidden;
}


.top_title01 img.iconleft {
	float: left;
}

.contBox02 .top_title02 {
	float: left;
}

.top_title01 img.iconright {
	float: right;
}

.contBox02 h3.top_title02{
	bottom: 0;
	right: 0px;
}

.contBoxIn02 {
	width: 1100px;
	margin: 60px auto 0;
}

.box02_guide {
	width: 340px;
}

.guide_img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.guide_title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 20px 0px;
}

.guide_text {
	padding: 20px 0 0;
}


.top_readmore a{
    width: 98%;
    display: inline-block;
   	text-align: right;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

 .top_readmore2 {
	height: 20px;
    margin: 20px 2% 0;
    display: inline-block;
	line-height: 2;
}

.top_readmore .fa {
	margin: 0 5px 0 0;
	line-height: 2;
	font-size: 18px;
}

.top_readmore a:hover {
	color: #c0c0c0;
	}

.top_readmore2 a:hover{
	color: #c0c0c0;
}


.box02_guide {
	float: left;
	margin: 0 40px 0 0;
}

.box02_guide:last-child {
	margin: 0px;
}

/* --contBox03-- */

.contBox03 {
    margin: 5% 0;
    width: 100%;
    height: auto;
    background: url("../../img/photo_topbox03bk.jpg") no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.topBox03In {
	margin: 0 auto;
	padding: 93px 0px;
}

.topBox03In a{
	width: 423px;
	height: 380px;
	display: block;
	text-indent: -9999px;
	background: url("../../img/btn_topbox03dwn.png") no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.topBox03In a:HOVER {
	background: url("../../img/btn_topbox03dwn_on.png") no-repeat;
	background-size: 100% 100%;
}

/* --contBox04-- */
.contBox04 .top_title01 {
	width: 550px;
	position: relative;
	overflow: hidden;
	padding: 100px 0 0;
}

.contBox04 .top_title02 {
	float: left;
}


.contBox04 h3.top_title02 {
	bottom: 0;
	right: 0px;
}

.contBoxIn04 {
	width: 1100px;
	margin: 70px auto 0;
	overflow: hidden;
}

.box04Insp01 {
	float: left;
}

.box04Insp02 {
	float: right;
}
/* --contBox05-- */
.contBox05 {
	padding: 100px 0 0;
}
.contBox05 .top_title01 {
	text-align: center;
}

.box05_textarea {
	margin: 20px 10px 0;
}

.box05_text {
	margin: 20px 0 0;
	text-align: center;
}
/* --contBox06-- */
.contBox06 {
	padding-bottom: 50px;
	margin: 100px 0;
	height: auto;
	background: url("../../img/photo_topbox06bk.jpg") no-repeat;
}

.contBox06 .top_title02 {
	padding: 50px 0 0;
}

.box06_text {
	width: 1100px;
	margin: 20px auto;
	text-align: center;
}

.box06_qa a{
	margin: 60px auto 0;
	display: block;
	width: 324px;
	height: 57px;
	background: url("../../img/btn_topbox06qa.png") no-repeat;
	text-indent: -9999px;
	background-size: contain;
}

.box06_qa a:HOVER{
	background: url("../../img/btn_topbox06qa_on.png") no-repeat;
}
/* --contBox07-- */
.contBox07 {
	width: 1098px;
	overflow: hidden;
	border: #000 1px solid;
	box-sizing: border-box;
	margin: 0 auto 50px;
}

.box07_img {
	width: 580px;
	float: left;
	padding: 1px; /* edge用*/
}

.box07_right {
	width: 500px;
	float: right;
	margin: 20px 0px;
}

.contBox07 .top_title02 {
	text-align: left;
}

.contBox07 .top_boder {
	margin: 10px 0px;
}

.box07_text {
	margin: 20px 0;
}


@media screen and (max-width: 767px) {
	.topmain1 {
		width: 100%;
		float: left;
		min-width: inherit;
	}
	.topmain2 {
		width: 100%;
		float: left;
		height: auto;
	}

	.topmain3 {
	    width: 100%;
	}

	.topmain_icon01 a{
		width: 80px;
		height: 80px;
	   	bottom: 18%;
	}

	.topmain_icon02 a{
		width: 80px;
		height: 80px;
	   	bottom: 9%;
  	}

	.pageTop a {
	    width: 80px;
	    height: 80px;
	    bottom: 0%;
	}

	.contBox01_3 {
    	padding: 20px 0px;
	}

	.contBox01In {
		width: 90%;
    	margin: 0 auto;
	}

	.contBox01 .top_title01 {
		width: 100%;
		height: auto;
		background: none;
	}

	.contBox01 h3.top_title02 {
		position: static;
		bottom: auto;
		right: auto;
	}

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

	.contBox01btm2 {
		width: 100%;
	}

	.icon_cont {
		padding: 10px 0px;
		width: 40%;
		margin: 0 30%;
	}

	.icon_cont:last-child {
		padding: 10px 0px;
	}

	.icon_cont img {
		width: 100%;
		display: inline-block;
	}

	.contBox02 .top_title02 {
    	float: none;
	}

	.contBox02 .top_title01 {
    	width: 80%;
   	 	position: relative;
   	 	overflow: hidden;
	}
	.contBox01btmIn {
     	border: 20px solid transparent;
    	border-top: 30px solid #f8f8f8;
	}

	.box02_guide {
	   width: 100%;
   	   float: none;
   	   margin: 20px auto 0px;
	}

	.box02_guide:last-child {
   	   float: none;
   	   margin: 20px auto 0px;
	}

	.contBoxIn02 {
	    width: 80%;
	    margin: 0 auto;
	}

	.contBox03_3  {
		width: 100%;
		height: auto;
		background-size: 100% 100%;
	}

	.contBox03 {
		margin: 50px auto 0px;
	}
	.topBox03In {
		width: 100%;
		height: auto;
	    padding: 10px 0px;
	    margin-bottom: 30px;
	}

	.topBox03In a{
		width: 211.5px;
   		height: 190px;
		display: block;
		margin: 5% auto;
	}

	.contBox04 .top_title01  {
		width: 90%;
 		position: relative;
 		overflow: hidden;
		padding: 50px 0 0;
	}

	.contBoxIn04 {
		width: 100%;
		margin: 30px 0 0;
		overflow: hidden;
	}

	.box04Insp01 , .box04Insp02{
		float: none;
	    width: 60%;
    	margin: 10px auto 0px;
	}

	.contBox06 .top_title02 {
    	padding: 10px 10px 0;
	}

	.box06_text {
   		width: calc(100% - 20px);
    	margin: 1% auto;
    	text-align: center;
    	padding: 0px 10px;
	}

	.box07_img {
    	width: 100%;
    	float: none;
	}

	.box07_right {
	    width: 100%;
	    float: none;
	    margin: 20px 0px;
	}

	.contBox06 {
	    margin: 10% 0;
	    width: 100%;
	    height: auto;
	    background: url("../../img/photo_topbox06bk.jpg") no-repeat;
	    -moz-background-size:cover;
		background-size:cover;
		padding: 2% 0;
	}

	.box06_qa a {
		margin: 30px auto 0;
	}

	.contBox07 {
		max-width: 580px;
		width: calc(90% - 2px);
	}

	.box07_textarea {
		margin: 0 5%;
	}
	.contBox04 .top_title02 {
    float: none;
	}
}

@media screen and (max-width: 640px) {
	.topmain_icon01 a{
		width: 50px;
		height: 50px;
	   	bottom: 35px;
	    right: -50%;
	}

	.topmain_icon02 a{
		width: 50px;
		height: 50px;
    	bottom: 15px;
	    right: -50%;
	}

	.pageTop a{
		width: 50px;
		height: 50px;
		bottom: 1%;
		right: -50%;
		background-size: contain;
	}
}
/*
=======================================================
qa
=======================================================
*/
.clear{
	clear: both;
}

.contTitle{
	width:100%;
	height: 140px;

}

.contTitleCenter{
	width: 100%;
	height: auto;
	margin: 30px auto 0 auto;
	text-align: center;
}
.contTitleCenter h2{
	font-size: 39.5px;
	letter-spacing: 0.5em;
	font-weight: bold;
}
.contTitleCenter span{
	font-size: 26.3px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.bottom{
	padding-bottom: 50px;
	background-color: #f8f8f8;
}
/*　アコーディオン　*/

.ac-container{
	width: 1050px;
	margin: 0 auto;

}
.ac-1st{
	border-top: solid 1px #c9c9c9;
	clear: both;"

	padding: 25px;
	background-color: #fff

}
.ac-1st{
	border-top: solid 1px #c9c9c9;
	clear: both;"

}
.ac-container label{
	position: relative;
	display: block;
	height: 70px;
	cursor: pointer;
	background-color: #fff;
	border-right: solid 1px #c9c9c9;
}

.listQ{
	display: inline-block;
	float: left;
	margin-right: 25px;
	width: 70px;
	line-height: 70px;
	background-color: #000;
	color: #fff;
	font-size: 28px;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.listA{
	display: inline-block;
	float: left;
	margin-right: 25px;
	width: 70px;
	line-height: 70px;
	background-color: #fff;
	color: #000;
	font-size: 28px;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

label p{
	display: table-cell;
	vertical-align: middle;
	color: #030303;
	font-weight: bold;
	line-height: 24px;
	font-size: 16px;
	height:70px;
}


.ac-container label:after,
.ac-container input:checked + label:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 22px;
	background: transparent url(../../../qa/img/arrow_doen.png) no-repeat center center;
}

.ac-container input:checked + label:after{
	background-image: url(../../../qa/img/arrow_up.png);
}

.ac-container input{
	display: none;
}
.ac-container article{
	clear: both;
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	max-height: 0px;
	position: relative;
	transition:
		0.3s ease-in-out;
	border: solid 1px #c9c9c9;
	border-top: none;
	border-bottom: none

}
.ac-container input:checked ~ article{
	transition:
		0.5s ease-in-out;
}

.ac-container article p{
	color: #666666;
	line-height: 24px;
	min-height: 31px;
	height: auto;
	font-size: 12px;
	padding: 20px 25px 20px 0;
	margin-left: 70px;
	/*border-bottom: solid 1px #c9c9c9;*/
}
.bor_none{
	border: none;
}

.ac-container input:checked ~ article.ac-medium{
    height: auto;
    max-height: 20em;
    border-bottom: solid 1px #c9c9c9;
}}


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

	/*　アコーディオン　*/

	.ac-container{
		width: calc(100% - 30px);
		padding: 15px

	}
	.ac-1st{
		border-top: solid 1px #c9c9c9;
		clear: both;"

	}
	.ac-container label{
		position: relative;
		display: block;
		height: 60px;
		cursor: pointer;
		background-color: #fff;
		border-right: solid 1px #c9c9c9;
		padding-right: 29px
	}

	.listQ{
		display: inline-block;
		float: left;
		margin-right: 25px;
		width: 60px;
		line-height: 60px;
		background-color: #000;
		color: #fff;
		font-size: 28px;
		font-weight:bold;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.listA{
		display: inline-block;
		float: left;
		margin-right: 25px;
		width: 60px;
		line-height: 60px;
		background-color: #fff;
		color: #000;
		font-size: 28px;
		font-weight:bold;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
	}

	label p{
		display: table-cell;
		vertical-align: middle;
		color: #030303;
		font-weight: bold;
		line-height: 24px;
		font-size: 12px;
		height:60px;
	}


	.ac-container label:after,
	.ac-container input:checked + label:after{
		content: '';
		position: absolute;
		width: 24px;
		height: 24px;
		right: 5px;
		top: 22px;
		background: transparent url(../../../qa/img/arrow_doen.png) no-repeat center center;
	}

	.ac-container input:checked + label:after{
		background-image: url(../../../qa/img/arrow_up.png);
	}

	.ac-container input{
		display: none;
	}
	.ac-container article{
		clear: both;
		background: rgba(255, 255, 255, 0.5);
		overflow: hidden;
		max-height: 0;
		position: relative;
		transition:
			0.3s ease-in-out;
		border: solid 1px #c9c9c9;
		border-top: none;
		border-bottom: none;

	}
	.ac-container input:checked ~ article{
		transition:
			 0.5s ease-in-out;
	}

	.ac-container article p{
		color: #666666;
		line-height: 20px;
		font-size: 12px;
		height: auto;
		padding: 20px 25px 25px 20px;
		margin-left: 60px;
		border-bottom: solid 1px #c9c9c9;
	}
	.bor_none{
		border: none;
}
.ac-container input:checked ~ article.ac-medium{
		height: auto;
	    max-height : 20em;
}


}

/*
=======================================================
what
=======================================================
*/
.whatBoxIn .top_boder{
	margin: 10px 0px;
}

.whatTitle02 {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-left: 28px !important;
	background: url("../../img/icon_title02.png") left top no-repeat;
	margin: 30px 0px 10px;
}

.whatBoxIn .top_readmore {
	margin: 30px 0 0px;
}

.whatBoxIn .text1 {
	line-height: 1.8;
}

 .whatBox02_1 , .whatBox03_1 , .whatBox04_1{
 	margin: 50px 0 0;
 }

.whatText ul {
	margin: 10px 0px 0px 50px;
}

.whatText li {
	list-style-image: url("../../img/icon_disc.png");
	line-height: 2.1;
}

.whatBox02_3 .whatBoxIn , .whatBox03_3 .whatBoxIn{
	overflow: hidden;
}

.whatBox02Left , .whatBox02Right{
	width: 50%;
	float: left;
}

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

	.contBox01In {
		width: 90%;
    	margin: 0 auto;
	}


	.whatBox02Left , .whatBox02Right {
		width: 100%;
		float: none;
	}

	.whatBox02Right {
		margin: 30px 0 0;
	}
}

/*
=======================================================
diagnostic
=======================================================
*/
.diaBoxIn {
	margin: 20px 0 0;
	overflow: hidden;
}

.diaBox01col1 {
	height: 127px;
}

.diaBox01col4{
	height: 293px;
}

.diaBox01col6{
	height: 80px;
}
.colLeft {
	float: left;
	background: url("../../img/line_sidebk.png") repeat-y;
	background-size: 100% 100%;
}

.diaBox01col6 .colLeft {
    float: left;
    background: none;
}

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

.colPhotoBox {
	overflow: hidden;
	margin: 20px 0 0;
}

.colPhoto {
	float: left;
	margin: 0 30px 0 0;
}

.colPhoto:last-child {
	margin: 0;
}

.diacol01 {
	width: calc(100% - 2px);
	border-top: #030303 1px solid;
	border-right: #030303 1px solid;
	border-left: #030303 1px solid;
	margin: 38px auto;
}

.diacolIn {
	position: relative;
	overflow: hidden;
	border-bottom: #030303 1px solid;
}
.diacolTitle {
	position: absolute;
	width: calc(20% - 1px);
	float: left;
	background: #cccccc;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: #030303 1px solid;
}

.diacolTitle2 {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: table-cell;
	text-align: center;
	top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.diacolText {
	width: calc(80% - 40px);
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1.7;
	float: right;
	padding: 20px;
}

.diaPhotoBox {
	margin: 60px auto 0px;
}

.diaPhotoBoxIn {
	width: 333px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.2em;
	float: left;
	text-align: center;
	margin: 0 26px 0px 0px;
}

.diaPhotoBoxIn:last-child {
	margin: 0px;
}

.diaPhotoBoxIn2 {
	width: 333px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.2em;
	float: left;
	text-align: center;
	margin: 0px;
}



.diaPhoto {
	height: 236px;
	position: relative;
	width: 333px;
}

.diaPhoto .caption {
	font-size:	12px;
	text-align: left;
	color:		#fff;
    width: calc(100% - 20px);
    padding: 0 10px;
}

.diaPhoto .mask {
	width:	100%;
	height:	95%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}

.diaPhoto:hover .mask {
	opacity:	1;	/* マスクを表示する */
	padding-top:	10px;	/* ホバーで下にずらす */
}

.diaVoiceBox {
	width: calc(100% - 40px);
	margin: 30px 0 0;
	background: #cccccc;
	overflow: hidden;
	padding: 20px;
}

.diaVoiceBox2 {
	width: calc(100% - 40px);
	margin: 30px 0 0;
	background: #cccccc;
	overflow: hidden;
	padding: 20px;
}

.voiceLeft {
	width: 30%;
	letter-spacing: 0.2em;
	float: left;
	overflow: hidden;
}

.voiceLIn {
	font-size: 12px;
    font-weight: bold;
    width: 90px;
    text-align: center;
}

.voiceLInPhoto {
	width: 90px;
	height: 90px;
	float: left;
}

.voiceLInText {
	width: calc(100% - 100px);
	float: right;
}

.sankaku{
	width: 0;
	height: 0;
	float: left;
	border-top: 15px solid #cccccc;
    border-left: 21px solid #cccccc;
    border-bottom: 15px solid #cccccc;
    border-right: 30px solid #ffffff;
    margin: 40px 0px 0px;
}

.voiceRight {
	width: 65%;
	float: right;
	background: #ffffff;
}

.voiceRIn {
	padding: 0px 15px 15px;
	margin-top: 10px;
}

.RInTitle {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-top: 20px;
}

.RInText {
	margin-top: 10px;
}

.diaVoiceBox2 .voiceLeft {
	width: 30%;
	letter-spacing: 0.2em;
	float: right;
	overflow: hidden;
}

.diaVoiceBox2 .voiceLIn {
	font-size: 12px;
    font-weight: bold;
    width: 90px;
    text-align: center;
}

.diaVoiceBox2 .voiceLInPhoto {
	width: 90px;
	height: 90px;
	float: left;
}

.diaVoiceBox2 .voiceLInText {
	width: calc(100% - 100px);
	float: left;
	margin-left: 10px;
}

.diaVoiceBox2 .sankaku{
	width: 0;
	height: 0;
	border-top: 15px solid #cccccc;
    border-right: 21px solid #cccccc;
    border-bottom: 15px solid #cccccc;
    border-left: 30px solid #ffffff;
    margin: 40px 0px 0px;
}

.diaVoiceBox2 .voiceRight {
	width: 65%;
	float: left;
	background: #ffffff;
}


@media screen and (max-width: 767px) {
    .diaBox01col1{
    	height: 100%;
    	width: 100%;
    	float: left;
    	display: flex;
	}

	.diaBox01col4 {
   		height: 100%;
    	width: 100%;
    	float: left;
    	display: flex;
	}

	.diaBox01col6 {
   		height: 100%;
    	width: 100%;
    	float: left;
    	display: flex;
	}

	.colLeft  {
		width: 20%;
		max-width: 80px;
	}

	.colRight {
		width: 100%;
		margin: 2% 0 0 2%;
	}

	.colPhotoBox {
    	margin: 20px auto 0;
	}

	.colPhoto {
		display: block;
    	float: none;
    	margin: 20px auto 0;
	}

	.colPhoto:last-child {
    	margin: 20px auto 0;
	}

	.diacolTitle {
		position: static;
		width: calc(100% - 10px);
		float: none;
		padding: 5px;
		border-right: 0;
		border-bottom: #030303 1px solid;
	}
	.diacolTitle2  {
		position: static;
	}

	.diacolText  {
		width: calc(100% - 40px);
		float: none;
	}

	.diaPhotoBox {
    	margin: 30px auto 0px;
	}

	.diaPhotoBoxIn  {
		width: 100%;
		float: none;
		margin: 0px auto 20px;
		font-size: 14px;
		overflow: auto;
	}

	.diaPhotoBoxIn:last-child {
		margin: 0px auto 0px;
	}

	.diaPhotoBoxIn2  {
		width: 100%;
		float: none;
		margin: 0px auto 20px;
		font-size: 14px;
		overflow: auto;
	}

	.diaPhoto  {
		height: auto;
		width: 100%;
		margin: 0 auto;
	}

	.diaPhoto img {
		margin: 0 auto;
	}

	.diaPhoto .mask {
		display: none;
	}

	.captionSp {
	    width: calc(100% - 5px);
		float: right;
		padding: 5px 0 5px 5px;
		font-size: 12px;
		text-align: left;
	}

	.voiceLeft {
    	width: 100%;
		float: none;
	}

	.voiceLIn {
		width: 100%;
		text-align: left;
		padding-left: 1%;
	}

	.voiceLInPhoto {
	    width: 30%;
 	}

	.voiceLInText {
	    width: 65%;
	    padding-top: 1%;
	}
	.sankaku {
		float: none;
		border-top: 15px solid #ccc;
		border-left: 15px solid #cccccc;
		border-bottom: 15px solid #fff;
		border-right: 15px solid #cccccc;
		margin: 0px auto 0px;
	}

	.voiceRight {
		width: 100%;
		float: none;
		background: #ffffff;
	}

	.voiceRIn  {
		margin-top: 0px;
	}

	.diaVoiceBox2 .voiceLeft {
    	width: 100%;
		float: none;
	}

	.diaVoiceBox2 .voiceLIn {
		width: 100%;
		text-align: left;
		padding-left: 1%;
	}

	.diaVoiceBox2 .voiceLInPhoto {
	    width: 30%;
	}

	.diaVoiceBox2 .voiceLInText {
	    width: 65%;
    	padding-top: 1%;
    	float: right;
	}

	.diaVoiceBox2 .sankaku {
		float: none;
		border-top: 15px solid #ccc;
		border-left: 15px solid #cccccc;
		border-bottom: 15px solid #fff;
		border-right: 15px solid #cccccc;
		margin: 0px auto 0px;
	}

	.diaVoiceBox2 .voiceRight {
		width: 100%;
		float: none;
		background: #ffffff;
	}

}

/*
=======================================================
company
=======================================================
*/
#company {
	margin: 20px 0 50px;
}

.signArea {
	width: 98%;
}

.sign {
	margin-left: auto;
    margin-right: 0px;
}

.conmp {
	margin-top: 50px;
}

.compInner {
	margin-top: 30px;
	overflow: hidden;
}

.compTitle {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	float: left;
}

.compText {
	width: calc(80% - 21px);
	float: left;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 2;
	padding-left: 20px;
	border-left: 1px #030303 solid;
}

.mapArea {
	margin-top: 50px;
}

.compText li{
	list-style-type: disc;
	list-style-position: inside;
}

@media screen and (max-width: 767px) {
	.compTitle {
		width: 100%;
		float: none;
	}

	.compText {
		width: 100%;
		float: none;
		padding: 10px 0px 0px 8px;
		border-left: 0px;
		border-top: 1px #030303 solid;
	}
	.compText li{
		font-size: 14px;
	}
}
/*
=======================================================
contact
=======================================================
*/
.contactBox{
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #f8f8f8;
	padding-bottom: 30px;
}
.contact_titleS{
	width: 100%;
	text-align: center;
}
.contact_title {
	margin-bottom: 20px
	}
.contact_title h3{
	font-size: 24px;
	letter-spacing: 0.4em;
	font-weight: bold;
}

.contact_text {
    width: 100%;
    text-align: center;
}

.contact_text p{
	color: #616161;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 2;
}
.contact_text .phone{
	color: #030303;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: bold;
}
.contact_text .attent{
	color: #b91717;
}

/* .contact .whatBoxIn {
	width: calc(1100px - 40px);
	margin: 0 auto;
	background: #ffffff;
	padding: 30px 25px;
} */
.contact .shubetsu{
	margin: 29px auto 50px;
    width: 100%;
}
.shubetsu span{
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 2;
	font-weight: bold;
	margin-right: 50px
}
.comp .whatBoxIn {
	width: calc(1100px - 40px);
	margin: 0 auto;
	background: #ffffff;
	padding: 30px 25px;
}
.owner_name img{
	margin: 20px 15px 70px auto;
}

.compInfo{
	margin: 50px 0;
}
.compInfo dl{
	display: table;
	width: 100%;
	height: 82px;
}
.vamiddle dt{
	display: table-cell;
	width: 23%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-right: 2px solid #030303;
	vertical-align: middle;
}

.vatop dt{
	display: table-cell;
	width: 23%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-right: 2px solid #030303;
	vertical-align: top;
	padding-top: 20px;
}

.compInfo dd{
	display: table-cell;
	width: 100%;
	padding-left: 20px;
	vertical-align: middle;
}

span.dash {
    width: 19px;
    margin-left: 2px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

input.size1 {
	width: 340px;
	height: 50px;
	padding-left: 10px;
}

.compInfo textarea{
	border: 1px solid #030303;
}

textarea.size2 {
	width: 780px;
	height: 70px;
	padding: 10px 0px 0px 10px;
	resize: none;
	overflow: hidden;
}

input.size2 {
	width: 780px;
	height: 50px;
	padding-left: 10px;
}

input.size3 {
	width: 65px;
	height: 50px;
	text-align: center;
}

input.size4 {
	width: 80px;
	height: 50px;
	text-align: center;
}

input.submit_buttonZip {
    padding: 19px 15px;
    font-size: 14px;
    background-color: #030303;
    color: #ffffff;
    border: 0;
    font-weight: bold;
    margin-left: 10px;
}

textarea.size5 {
	width: 780px;
	height: 230px;
	padding: 10px 0px 0px 10px;
	resize:none;
}


textarea.praivacyporlicyScroll {
    width: 95%;
    height: 160px;
    resize: none;
    font-size: 12px;
    line-height: 1.6;
    padding: 10px;
    border: 0;
    overflow: scroll;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.consent {
	width: 30%;
	overflow: hidden;
}

.no , .yes {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.yes {
	float: left;
}

.no {
	float: right;
}

.mainform-submit {
	margin-top: 85px;
}

.submitText {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.2em;
}

.input{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.submit, .reset{
	display:inline-block;
    width: 30%;
    margin-top: 50px;
    text-align: center;
}

.compInfo input {
    vertical-align: middle;
    border: 1px solid #030303;
}

.conf_btn_area{
	text-align: center;
}
input.input_button{
    padding: 10px 100px;
    font-size: 22px;
    background-color: #fff;
    color: #030303;
    border: double #030303;
    font-weight: bold;
}
input.submit_button {
    padding: 10px 100px;
    font-size: 22px;
    background-color: #fff;
    color: #030303;
    border: double #030303;
    font-weight: bold;
}
input.reset_button{
    padding: 10px 100px;
    font-size: 22px;
    background-color: #fff;
    color: #030303;
    border: double #030303;
    font-weight: bold;
}

input.submit_button:hover{
	background-color:#030303 !important;
	color:#fff;
	border: double #ffffff;
}
input.input_button:hover{
	background-color:#030303 !important;
	color:#fff;
	border: double #ffffff;
}
input.reset_button:hover{
	background-color:#030303 !important;
	color:#fff;
	border: double #ffffff;
}



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

	.contBox01In {
		width: 90%;
    	margin: 0 auto;
	}
	.comp .whatBoxIn{
		width: calc(100% - 40px);
	}
	.compInfo{
		margin: 30px 0;
	}

	.contact_title h3 {
    	font-size: 22px;
 	}

	.contact_text  {
		text-align: left;
	}

	.InTitle  {
		font-size: 16px;
	}
	.compInfo dl{
		margin-top: 10px;
		display: table;
	}
	.compInfo dt{
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}

	.compInfo dd{
		display: block;
	}

	.compInfo p{
		border-left: none;
		padding-left: 15px;
		line-height: 2;
	}

	.vamiddle dt {
		border-right: 0;
	}

	.vatop dt {
		border-right: 0;
	}

	input.size1 {
		width: 90%;
		height: 30px;
	}

	input.size2 {
		width: 90%;
		height: 30px;
	}
	textarea.size2 {
		width: 90%;
		height: 60px;
		padding: 10px 0px 0px 10px;
	}

	input.size3 {
		width: 15%;
		height: 30px;
	}

	input.size4 {
		width: 20%;
		height: 30px;
	}

	input.submit_buttonZip  {
		padding: 15px 5px;
		font-size: 10px;
	    margin: 15px 0 0;
	}

	input.size5 {
		width: 90%;
		height: 230px;
		padding: 10px 0px 0px 10px;
		resize: none;
	}

	textarea.size5 {
		width: 90%;
		height: 230px;
		padding: 10px 0px 0px 10px;
		resize: none;
	}

	.consent  {
		width: 90%;
		margin: 15px auto 0;
	}

	.submitText  {
		font-size: 15px;
		letter-spacing: 0.1em;
		text-align: left;
	}

	input.input_button {
   		padding: 10px 30px;
   		font-size: 14px;
	}
	input.submit_button {
	    margin-left: 15px;
   		padding: 10px 30px;
   		font-size: 14px;
	}
	input.reset_button {
	    margin-left: -54px;
   		padding: 10px 30px;
   		font-size: 14px;
	}

	.shubetsu span {
		margin-right: 0px;
	}

	iframe{
		width: 100%;
		height: 200px;
	}

}

/*
=======================================================
Fee
=======================================================
*/
.feeBoxIn {
	width: 1050px;
	margin: 0px auto 95px;
	background: #ffffff;
	padding: 25px;
}
.feeBox01col1{
	overflow: hidden;
	margin-bottom: 70px;
}
.feecolLeft{
	width: 262px;
	margin: 0 auto;
	float: left;
}
.feecolRight{
	width: 788px;
	float: right;
}
.feetextArea{
	text-align: center;
}
.feetext01 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.feetext03 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.feeTitle01 , .feeTitle02 ,.feeTitle03{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.feeTitle02 {
	padding: 0 10px 0 20px;
}
.feeTitle03 {
	color: #676767;
}
.feePhoto02{
	padding-left: 33px;
}
.feeBox02{
	margin-top: 30px;
}
.space1{
	margin-right: 1em;
}
.space3{
	margin-right: 3em;
}
.feeBox02{
	overflow: hidden;
}
.feeBox02 .top_boder{
	margin-top: 20px;
}
.feeBox02TextArea{
	width: 50%;
	margin-top: 40px;
	float: left;
}
.feePrice{
	font-weight: bold;
	background-color: #dfdfdf;
	padding: 8px;
	margin-bottom: 5px;
}
.feeText04{
	margin:25px 0px 35px;
}
.feeBox02PhotoArea{
	margin-top: 40px;
	float: right;
}

@media screen and (max-width: 767px) {
	.feeBoxIn  {
		width: calc(90% - 20px);
		margin: 0px auto 20px;
	}
	.feecolLeft {
    	width: 100%;
    	float: none;
	}
	.feecolRight  {
		width: 100%;
		float: none;
		text-align: center;
	}
	.feePhoto01 img {
		margin: 0 auto;
	}
	.feeTitle01, .feeTitle02, .feeTitle03 {
		font-size: 20px;
	}
	.feeTitleArea {
		text-align: center;
		margin-bottom: 30px;
	}
	.feeBox02TextArea  {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.feeText04 {
		margin: 25px 10px 35px;
	}
	.feeBox02PhotoArea {
    	margin: 20px auto;
    	float: none;
	}
	.feeBox02PhotoArea img{
    	margin: 0px auto;
	}
	.feeBoxIn .text1  {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.feePrice  {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.fee{
		margin-bottom: 50px;
	}
}

/*
=======================================================
general
=======================================================
*/
.geneTxt01{
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.geneTxt02{
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family:'小塚ゴシック Pro R','Kozuka Gothic Pro Light',sans-serif;
}
.geneTxt03{
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family:'小塚ゴシック Pro R','Kozuka Gothic Pro Light',sans-serif;
}
.geneBoxIn > .geneTxt02{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.geneTxt04{
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.geneBoxIn{
	width: 1050px;
	margin: 0px auto 50px;
	background: #ffffff;
	padding: 25px;
}
.geneBoxIn ul {
  padding-left: 45px;
  text-indent: -1em;
}
.geneBoxIn li{
	padding-left: 20px;
}
.geneBox .top_boder{
	margin: 20px 0px 35px;
}
.geneTxtbk {
	background-color: #d5f6d8;
}
.geneIcon img{
	margin: 0 auto;
}
.geneBox01{
	text-align: center;
}
.geneTitle{
	margin: 40px auto 50px;
}
.genePhoto{
	margin: 40px auto 55px;
}
.geneBox02 {
    background-color: #dfdfdf;
    margin: 30px auto 60px;
    padding: 20px 10px;
    width: calc(100% - 20px);
}
.geneBox02 ul li{
	padding-left: 65px;
    background: url("../../img/icon_disc.png") no-repeat 15px 11px;
    list-style: none;
}
.geneBox03{
	margin-top: 65px;
}
.geneBox04{
	margin: 60px auto 0px;
}
.gene04colArea{
	overflow: hidden;
	margin: 0 auto;
}
.gene04col{
	width: 246px;
	height: 246px;
	border: solid 2px #e6e6e6;
	float: left;
}
.col01{
	margin-right: 16px;
}
.gene04photo02 img{
	margin: 27px auto 15px;
}
.gene04Txt{
	text-align: center;
}
.geneBoxIn ol{
	padding-left: 82px;
	text-indent: -1em;
}
.geneBox02 ol li{
	list-style-type: decimal;
}
.geneBox07Title{
	padding: 0px 20px;
}
.geneBox07Title .fa{
	padding-right: 17px;
	font-size: 20px;
	position:relative;
	top: 2px;
}
.geneBox10{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.geneBoxIn {
		width: calc(90% - 20px);
	}
	.geneTitle {
	    margin: 20px auto 20px;
	}
	.geneTxt01 {
	    font-size: 18px;
 	    line-height: 1;
	    letter-spacing: 0em;
	    font-weight: bold;
	}
	.geneTxt02 {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.genePhoto {
    	margin: 20px auto 20px;
	}
	.geneBoxIn ul {
	    padding-left: 0px;
	    text-indent: -1em;
	}
	.geneBox02 {
    	margin: 20px auto 30px;
 	}
	.geneBox02 ul li {
	    padding-left: 25px;
    	background: url("../../img/icon_disc.png") no-repeat 5px 8px;
    	list-style: none;
    	text-indent: 0em;
	}
	.geneBox03 {
    	margin-top: 35px;
	}
	.geneBox04 {
    	margin: 35px auto 0px;
	}
	.gene04col  {
		width: 80%;
		height: auto;
		float: none;
		margin: 0 auto 20px;
		padding-bottom: 20px;
	}
	.geneBox07Title {
 	   padding: 0px;
	}
	.geneBox07Title .fa {
    	padding-right: 5px;
	}
	.geneBoxIn ol {
    	padding-left: 25px;
    	text-indent: -1em;
	}
	.geneBox02 ol li {
    	text-indent: 0em;
    	padding-left: 0px;
	}
}
/*
=======================================================
officials
=======================================================
*/
.offBox04col{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.offBox4Icon{
	float: left;
}
.offBox04Txt{
	float: right;
    position: absolute;
    display: table-cell;
    top: 33%;
    right: 0;
    bottom: 0;
    left: 80px;
}
@media screen and (max-width: 767px) {
	.offBox4Icon{
		float: none;
	}
	.offBox04Txt  {
		float: none;
		position: static;
		display: block;
	}
}

/*
=======================================================
introduction
=======================================================
*/
.introBox01{
	margin-bottom: 75px;
}
.introBox0203{
	margin-bottom: 50px;
}
.introBox02ImagArea{
	margin-bottom: 70px;
}
.inspname{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.inspnameal{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}
.introBox0203 .diaTextarea{
	margin-bottom: 40px;
}
/*
=======================================================
FireFox用
=======================================================
*/
@
-moz-document url-prefix() {
	.topmain_icon01 a {
		bottom: 40%;
	}

}

