@charset "utf-8";

/* Common
-----------------------------------*/
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 180%;
	color: #000;
	font-size: 1.4rem;
}
a{
	color: inherit;
	text-decoration: none;
}
img,svg{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
input,select,textarea,label,button{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
.pc{display: block;}
.sp{display: none;}

.inner{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.inner1000{
	max-width: 1000px;
	margin: 0 auto;
}
section .image{
	text-align: center;
}


/* popup
-----------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
	height: 80%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
  max-width: 800px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

/* topics
-----------------------------------*/
.topics {
  padding: 80px 0 88px 0;
  border-bottom: 1px solid #C51111;
}

.topics h3 {
  border: 1px solid #C51111;
  padding: 20px;
  font-weight: bold;
  color: #C51111;
  margin-bottom: 44px;
  background-color: #F5F5F5;
}

.topics p {
  text-align: left;
}

.topics a {
  text-decoration: underline;
	color: #C51111;
}

.topics a:hover {
	opacity: 0.8;
}


/* Common
-----------------------------------*/
.header__inner{
	padding: 28px 0;
  width: 1152px;
  margin: 0 auto;
}
.header__logo{
	text-align: center;
}
.header__logo img{
	width: 114px;
}
#mainVisual{
	background: url(../images/bg_mainvisual.jpg) no-repeat center center;
	padding: 70px 0 70px 0;
	text-align: center;
}
#mainVisual2{
	background: url(../images/bg_mainvisual2.jpg) no-repeat center center;
	padding: 100px 0 70px 0;
}
#mainVisual .cb_btn{
	position: absolute;
  bottom: -2.5%;
  left: 10%;
  width: 55.6%;
  display: block;
  z-index: 1;
}
#mainVisual a:hover{
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
.cv{
	padding: 66px 0 80px;
}
.title{
	display: flex;
}
.title p{
	font-weight: bold;
	font-size: 1.6rem;
	padding: 5px 0 0 25px;
}
.cvbox{
	background-color: #F3F3F3;
	box-shadow: 2px 4px 6px #dddddd;
	padding: 40px 20px;
	display: flex;
}
.cvbox ul{
	margin-left: 24px;
}
.cvbox li.web{
	width: 351px;
	background-color: #356BB1;
	text-align: center;
	box-shadow: 2px 4px 6px #dddddd;
	border: 5px solid #ffffff;
  box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 15px;
}
.cvbox li.web a{
	display: block;
	padding: 22px 0;
	transition: 0.4s;
}
.cvbox li.web a:hover{
	background-color: #ffffff;
	color: #356BB1;
}
.cvbox li.tel{
	width: 351px;
	background-color: #FF6F00;
	text-align: center;
	box-shadow: 2px 4px 6px #dddddd;
	border: 5px solid #ffffff;
  box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
}
.cvbox li.tel a{
	display: block;
	padding: 22px 0;
	transition: 0.4s;
}
.cvbox li.tel a:hover{
	background-color: #ffffff;
	color: #FF6F00;
}

/* Section01
-----------------------------------*/
#section01{
	padding: 100px 0 5px 0;
	text-align: center;
	background: url(../images/bg_section01.jpg) center top;
}
#section01 h2{
	border: 1px solid #C51111;
  padding: 20px;
  font-size: 3rem;
  font-weight: bold;
  color: #C51111;
	margin-bottom: 44px;
}
#section01 p{
	font-size: 1.6rem;
  font-weight: bold;
	margin-bottom: 70px;
}
.section02{
	text-align: center;
	padding: 80px 0 88px 0;
	border-bottom: 1px solid #C51111;
}
.section02 h3{
	border: 1px solid #C51111;
	padding: 20px;
	font-size: 3rem;
	font-weight: bold;
	color: #C51111;
	margin-bottom: 44px;
	background-color: #F5F5F5;
}
.section02 p{
	font-size: 1.6rem;
  font-weight: bold;
}
.part2{
	padding: 40px 0 0 0;
	border-bottom: none;
}
.section03{
	padding: 88px 0;
	border-bottom: 1px solid #C51111;
}
.tbl-r03{
	width: 100%;
	margin-bottom: 20px;
}
.tbl-r03 th{
  background: #EE5465;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
	font-weight: bold;
}
.tbl-r03 td{
  border: solid 1px #ccc;
  padding: 10px;
	font-weight: bold;
}
.tbl-r03 .txt07{
  color: #C51111;
}
.section02 .fee{
	text-align: left;
	font-weight: normal;
}
.section03 .plan{
	display: flex;
}
.section03 h3{
	padding-right: 74px;
}
.section03 p{
	/*padding-top: 10px;*/
	line-height: 2.5;
}
.section04{
	padding: 30px 0 30px 0;
}
.part3{
	padding-bottom: 90px;
}
.section04 dl{
	font-size: 1.2rem;
	line-height: 1.8;
}
.section04 dl dt{
	font-weight: bold;
}
.section04 .indent dd{
	padding-left:1em;
  text-indent:-1em;
}
#section05{
	text-align: center;
	padding: 40px 0 88px 0;
	border-bottom: 1px solid #C51111;
}
#section05 h3{
	border: 1px solid #C51111;
	padding: 20px;
	font-size: 3rem;
	font-weight: bold;
	color: #C51111;
	margin-bottom: 44px;
	background-color: #F5F5F5;
}
#section05 p{
	font-size: 1.6rem;
  font-weight: bold;
	margin-bottom: 60px;
}
.margin-t{
	margin-top: 60px;
	text-align: left;
}
#section05 .txt04{
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}
.section04 .option{
	font-size: 1.2rem;
  line-height: 1.8;
	text-align: left;
	font-weight: normal;
	margin: 30px 0;
}
#section06{
  background-color: #F5F5F5;
}
#section06 h3{
	background-color: #C51111;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
	margin-top: 90px;
}
#section06 .box{
	display: flex;
	justify-content: space-between;
}
#section06 .box .image{
  width: 50%;
}
#section06 .box .txt{
}
#section06 .box:nth-child(odd) .image{
  order: 2;
  width: 50%;
	background-color: #ffffff;
}
#section06 .box:nth-child(odd) .txt{
  order: 1;
  margin-left: auto;
  margin-right: 40px;
	margin-top:30px;
	margin-bottom: 30px;
}
#section06 .box:nth-child(even) .image{
  order: 1;
  width: 50%;
	background-color: #ffffff;
}
#section06 .box:nth-child(even) .txt{
  order: 1;
  margin-left: 40px;
  margin-right: auto;
	margin-top:30px;
	margin-bottom: 30px;
}
#section06 .spec{
	font-size: 1.8rem;
  font-weight: bold;
	color: #444444;
	margin-bottom: 30px;
}
#section06 h4{
	border: 1px solid #C51111;
  padding: 25px 60px;
  font-size: 3rem;
  font-weight: bold;
  color: #C51111;
  margin-bottom: 30px;
	text-align: center;
}
#section06 .txt01{
	font-weight: bold;
	font-size: 1.6rem;
	color: #212121;
	line-height: 1.8;
}
/* tab
-----------------------------------*/
/*tabの全体枠*/
.tab{
  display: flex;
  flex-wrap: wrap;
  /*max-width: 700px;
  background: #efefef;*/
  border: 1px solid #ccc;
}
/*inputを非表示にする*/
.input{
  position: absolute;
  opacity: 0;
}
/*tabボタン部分*/
.tab-label{
  width: 100%;
  padding: 20px 40px;
  background: #F5F5F5;
  cursor: pointer;
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 0;
  transition: 0.4s;
}
.tab-label:hover{
  background: #313131;
	color: #ffffff;
}
.tab-label:active{
  background: #ccc;
}
.input:checked + .tab-label{
  background: #C51111;
  color: #ffffff;
}
.section02 .tab-panel p{
  text-align: left;
	line-height: 1.8;
	font-size: 100%;
}
.section02 .tab-panel .flow{
	display: block;
	font-size: 1.2rem;
	line-height: 1.8;
	text-indent: -1em;
	margin-left: 1em;
	font-weight: normal;
}
@media (min-width: 600px)
{
  .tab-label{
  width: auto;
  }
}
/*tabの本文エリア*/
 .tab-panel{
  display: none;
  padding: 30px 30px 30px;
  background: #fff;
}

@media (min-width: 600px){
  .tab-panel{
    order: 99;
  }
}
.input:checked + .tab-label + .tab-panel{
  display: block;
}

.u-mb-20{
  margin: 0 0 20px 0;
}

.content{
  /*max-width: 800px;*/
  margin: 40px auto;
  /*padding: 10px;*/
}
/* Prepare
-----------------------------------*/
.prepare{
	display: flex;
}
.credit p img{
	text-align: center;
	margin-bottom: 30px;
}
.credit h4{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.credit .txt02{
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	padding: 0 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.credit .txt03{
	font-weight: normal;
	text-indent: -1em;
	margin-left: 1em;
}
.license p img{
	text-align: center;
	margin-bottom: 30px;
}
.license h4{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.license .txt02{
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	padding: 0 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.license .txt03{
	font-weight: normal;
	text-indent: -1em;
	margin-left: 1em;
}

/* QA
-----------------------------------*/
.acd-check{
  display: none;
}
.acd-label{
  background: #f5f5f5;
  color: #000000;
  display: block;
  margin-bottom: 1px;
  padding: 15px;
  position: relative;
	cursor: pointer;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
}
.acd-label:after{
  background: #C51111;
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 55px;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 0px;
	color: #ffffff;
}
.acd-label:hover{
	background: #313131;
	color: #ffffff;
	transition: 0.4s;
}
.acd-content{
  /*border: 1px solid #333;*/
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.4s;
  visibility: hidden;
	text-align: left;
}
.acd-content p{
	font-weight: normal;
	line-height: 1.8;
}
.acd-content a{
	color: #C51111;
	text-decoration: underline;
	font-weight: bold;
}
.acd-content a:hover{
	opacity: 0.8;
	transition: 0.4s;
}
.txt08{
	color: #C51111;
	font-weight: bold;
}
.acd-check:checked + .acd-label:after{
  content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 25px 10px;
  visibility: visible;
}

/* Contact
-----------------------------------*/
#contact{
	padding: 95px 0 150px 0;
	color: #000;
}
#contact2{
	padding: 95px 0 0 0;
	color: #000;
}
#contact h2{
	margin: 0 0 60px 0;
	line-height: 200%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
#contact2 h2{
	margin: 0 0 60px 0;
	line-height: 200%;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
#contact h2 span{
	padding: 5px;
	display: inline-block;
	border-top: 1px solid  #000;
	border-bottom: 1px solid  #000;
	color: #C51111;
}
#contact2 h2 span{
	padding: 5px;
	display: inline-block;
	border-top: 1px solid  #000;
	border-bottom: 1px solid  #000;
	color: #C51111;
}
.staffcode{
	padding-top: 20px;
}
.creditcard{
  width: 351px;
  background-color: #356BB1;
  text-align: center;
  box-shadow: 2px 4px 6px #dddddd;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  margin: 40px auto;
}
.creditcard a{
	display: block;
  padding: 22px 0;
  transition: 0.4s;
}
.creditcard a:hover{
	background-color: #ffffff;
	color: #356BB1;
}
.inner__new{
	margin-bottom: 45px;
}
.new{
	font-weight: bold;
	line-height: 2.2;
	text-indent: -1em;
	margin-left: 1em;
}
#contact table{
	width: 100%;
	margin-bottom: 90px;
}
#contact table th,
#contact table td{
	display: block;
	font-weight: bold;
	text-align: left;
	font-size: 1.6rem !important;
}
#contact table tr{
	background: none !important;
}
#contact table th{
	width: auto !important;
	padding: 0 20px 10px 20px;
}
#contact table td{
	padding: 0 20px 35px 20px;
}
#contact table .add{
	padding-bottom: 50px;
}
.txt05{
	font-weight: normal;
}
.txt06{
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.8;
}
#contact table th span{
	line-height: 100%;
	font-size: 1.2rem;
	color: #fff;
	padding: 2px 10px;
	margin-right: 10px;
	background: #000;
}
#contact table th span.mus{
	background: #EE5465;
}
#contact table td input,
#contact table td textarea{
	width: 100%;
	padding: 5px 10px;
	font-size: 1.6rem;
	max-width: 100%;
	/*border-radius: 0;*/
	box-shadow: none;
}
#contact table td .anshin{
	width: 10%;
	padding: 5px 10px;
	font-size: 1.6rem;
	max-width: 100%;
	/*border-radius: 0;*/
	box-shadow: none;
}
#contact table td .small{
	width: 30%;
}
#contact table td textarea{
	height: 100px;
}
#contact table td div.mfp_err{
	color: #d90000;
	background: none;
	padding-left: 0;
}
#contact .notice{
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#contact .notice a{
	text-decoration: underline;
}
#contact .btn{
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}
#contact button{
	width: 100%;
	border: none;
	outline-style: none;
	font-weight: bold;
	text-shadow: none;
	box-shadow: none;
	font-size: 2rem;
	color: #fff;
	background: #FD9800;
	padding: 25px 0;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact button:hover{
	opacity: 0.7;
	transition: 0.4s;
}
#contact table td input[type="radio"] {
  width: 25px;
  height: 25px;
  background: #FFF;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
#contact table td label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  vertical-align: middle;
	width: 30%;
}
#contact table td label .price{
	vertical-align: bottom;
	font-weight: bold;
	color: #d0810b;
}
::placeholder{
  color: #aaaaaa;
}

/* Page Top
-----------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 150px;
  background: #C51111;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f161';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a:hover{
  background: #ccc;
	transition: 0.4s;
}

/* Footer
-----------------------------------*/
footer{
	background: #F5F5F5;
	padding: 10px 0;
}
footer .address{
	display: flex;
	align-items: flex-end;
	border-top: 1px solid  #000;
	border-bottom: 1px solid  #000;
	padding: 20px 25px;
	margin-bottom: 40px;
}
footer .address .image01{

}
footer .address .image02{

}
footer .address .image03{
	margin: auto;
}
footer .address .image04{
	margin-left: auto;
}
footer .image{
	margin-bottom: 35px;
}
footer ul{
	text-align: center;
	/*font-size: 0;*/
}
footer ul li{
	line-height: 120%;
	font-size: 1.3rem;
	display: inline-block;
	border-left: 1px solid  #000;
	color: #000;
}
footer ul li:last-child{
	border-right: 1px solid  #000;
}
footer ul li a{
	display: block;
	padding: 0 5px;
}
footer i{
	color: #999999;
	vertical-align: top;
}
.copyright{
	font-size: 1.5rem;
	background: #444444;
	padding: 30px 0;
	text-align: center;
	color: #ffffff;
}
.link{
	margin-top: 10px;
}
.link a{
	text-decoration: underline;
}

/* Terms
-----------------------------------*/
.terms h4{
	font-weight: bold;
	text-align: left;
	font-size: 1.6rem;
	margin: 40px 0 20px 0;
	color: #C51111;
}
.terms p{
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}
.terms a{
	text-decoration: underline;
}
.terms .align-r{
	text-align: right;
  margin: 40px 0;
}
.dl_tradelaw a{
	text-decoration: none;
}
.dl_tradelaw i{
	color: #999999;
}

/* Tradelaw
-----------------------------------*/
.tradelaw{
	display: table;
  width: 100%;
  border-top: 1px dotted #ccc;
}
.dl_tradelaw{
	display: table-row;
  border: 0 none;
}
.dl_tradelaw dt{
	width: 35%;
  display: table-cell;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}
.dl_tradelaw dd{
	display: table-cell;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}


/* 768px以下の場合 */
@media screen and (max-width: 768px) {
	/* Common
	-----------------------------------*/
	.pc{display: none;}
	.sp{display: block;}
	.inner,
	.inner1000{
		padding: 0 5%;
	}
	.header{
		display: flex;
	}
	.header__inner{
		/*width: 100%;*/
		height: 60px;
		padding: 18px 0 0 5%;
		position: fixed;
		top: 0;
		z-index: 1;
		background-color: #ffffff;
	}
	.header__menu{
		display: flex;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1;
	}
	.lead{
		font-size: 10px;
		color: #aaaaaa;
		padding: 15px 10px 0 0;
		line-height: 1.8rem;
	}
	.menu_cv{
		display: flex;
	}
	.menu_cv .cv1{
		background-color: #000000;
    color: #ffffff;
    font-size: 50%;
    text-align: center;
    padding: 5px;
    display: block;
	}
	.menu_cv .cv2{
		color: #ffffff;
    background-color: #C51111;
    font-size: 50%;
    text-align: center;
    padding: 5px;
    display: block;
	}
	.menu_cv i{
		font-size: 2rem;
		vertical-align: bottom;
	}
	.header__logo{
		/*padding-left: 5%;*/
		text-align: inherit;
	}
	.header__logo img{
		width: 70px;
	}
	.nav ul{
		display: flex;
	}
	#mainVisual{
		background: none;
		padding: 0;
		margin-top: 60px;
	}
	#mainVisual .inner{
		padding: 0;
	}
	#mainVisual .inner img{
		padding: 0;
	}
	#thanks #mainVisual .inner img{
		padding: 0 10px;
	}
	#mainVisual .logo{
		max-width: 60%;
		margin-bottom: 40px;
	}
	#mainVisual .box .title{
		display: block;
		align-items: center;
	}
	#mainVisual .box .title h3{
		width: auto;
	}
	#mainVisual .box .title p{
		width: auto;
	}
	#mainVisual .box .txt{
		display: block;
		text-align: center;
	}
	#mainVisual .box .txt .image02{
		margin-bottom: 20px;
	}

	#mainVisual .cb_btn_sp{
		width: 95%;
    position: absolute;
    bottom: 7%;
    left: 2.5%;
	  display: block;
	  z-index: 0;
	}

	#mainVisual2{
		background-size: cover;
		background-position: 30% center;
	}
	#mainVisual2 .logo{
		max-width: 60%;
		margin-bottom: 40px;
	}
	#mainVisual2 .box .title{
		display: block;
		align-items: center;
	}
	#mainVisual2 .box .title h3{
		width: auto;
	}
	#mainVisual2 .box .title p{
		width: auto;
	}
	#mainVisual2 .box .txt{
		display: block;
		text-align: center;
	}
	#mainVisual2 .box .txt .image02{
		margin-bottom: 20px;
	}
	#thanks #mainVisual {
    background: url(../images/bg_mainvisual.jpg) no-repeat center center;
    padding: 100px 0 70px 0;
		background-size: cover;
}

	/* cv
	-----------------------------------*/
	.title{
		display: block;
	}
	.title p{
		padding: 10px 0;
	}
	.cvbox{
		display: block;
	}
	.cvbox p img{
		margin-bottom: 40px;
	}
	.cvbox ul{
		margin-left: 0;
	}
	.cvbox li.web{
		width: 100%;
	}
	.cvbox li.tel{
		width: 100%;
	}

	/* Section01
	-----------------------------------*/
	#section01{
		padding: 60px 0 1px 0;
		background-size: cover;
	}
	#section01 h2{
		line-height: 1.4;
	}
	#section01 p{
		padding: 0 5%;
	}
	.section02 h3{
		line-height: 1.4;
		white-space: nowrap;
		font-size: 2.8rem;
	}
	.section02 p{
		font-size: 100%;
	}
	.section02 .credit{
		margin-bottom: 44px;
	}
	.btn2{
		width: 100%;
	}
	.section03 .plan{
		display: block;
	}
	.section03 h3{
		padding-right: 0;
	}
	.section03 p{
		padding-top: 30px;
	}
	#section02 .box{
		display: block;
	}
	#section02 .box:nth-child(odd) .txt,
	#section02 .box:nth-child(even) .txt{
		padding: 10% 5%;
		text-align: center;
		margin: 0;
	}
	#section02 .box:nth-child(odd) .image,
	#section02 .box:nth-child(even) .image{
		width: auto;
	}
	#section03{
		padding: 60px 0;
		background-size: cover;
	}
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 100px;
		border-bottom: none;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
	#section05 h3{
		line-height: 1.4;
	}
	#section04{
		padding: 60px 0;
	}
	#section05{
		padding: 60px 0;
		background-size: cover;
		background-size: cover;
	}
	#section05 p{
		font-size: 100%;
	}
	#section06{
		padding: 60px 0;
		background-size: cover;
	}
	#section06 h3{
		margin-top: 0;
		font-size: 2.5rem;
	}
	#section06 .box{
		display: block;
	}
	#section06 .box:nth-child(even) .image{
		width: 100%;
	}
	#section06 .box:nth-child(even) .txt{
		margin: 0;
		padding: 10% 5% 0 5%;
	}
	#section06 h4{
		line-height: 1.2;
		font-size: 2.2rem;
	}
	#section06 .box:nth-child(odd) .image{
		width: 100%;
	}
	#section06 .box:nth-child(odd) .txt{
		margin: 0;
		padding: 10% 5% 0 5%;
	}
	.sp img{
		padding: 5% 10%;
	}
	.acd-label{
		font-size: 1.1rem;
	}
	.acd-content a{
		font-weight: normal;
	}
	.prepare{
		display: block;
	}


	/* Contact
	-----------------------------------*/
	#contact{
		padding: 30px 0;
	}
	#contact2{
		padding: 30px 0;
	}
	#contact h2{
		margin: 40px 0;
		font-size: 1.4rem;
	}
	#contact2 h2{
		margin: 40px 0;
		font-size: 1.4rem;
	}
	.new{
		margin-bottom: 15px;
	}
	#contact table{
		margin-bottom: 40px;
	}
	#contact table th,
	#contact table td{
		font-size: 1.4rem !important;
	}
	#contact table th{
		padding: 0 0 5px 0;
	}
	#contact table td{
		padding: 0 0 20px 0;
	}
	#contact table th span{
		margin-right: 5px;
	}
	#contact table td label{
		width: 100%;
	}
	#contact table td .small{
		width: 100%;
	}
	#contact .notice{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	#contact button{
		font-size: 1.6rem;
		padding: 15px 0;
		border-radius: 5px;
	}


	#page_top{
		bottom: 70px;
	}

	/* Footer
	-----------------------------------*/
	footer{
		padding: 40px 0;
		background-size: cover;
	}
	footer .address{
		display: block;
	}
	footer .address .image01{
		margin-bottom: 10px;
	}
	footer .address .image02{
		margin-bottom: 20px;
	}
	footer .address .image03{
		margin-bottom: 20px;
		text-align: center;
		text-align: right;
	}
	footer .address .image04{
		margin-bottom: 20px;
		text-align: center;
		display: none;
	}
	footer .image{
		margin-bottom: 20px;
	}
	footer ul li{
		display: block;
		border-left: none;
	}
	footer ul li:last-child{
		border-right: none;
	}
	footer ul li a{
		padding: 10px 5px;
	}
	.copyright{
		font-size: 1.2rem;
		padding: 10px 0;
	}
}
