/********************
base
********************/


.container3 {
	overflow: hidden;
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

p3 {
  margin-bottom: 10px;
}


@media (max-width: 767px) {
.container3 {
  width: 100%;
  margin: 0 auto 20px;
}
}


/*secondary title_現在募集中の職種はこちら*/

.secondary-title {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}


.secondary-title h5 {
  font-size: 1.2rem;
  line-height: 2.5em;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
}
.secondary-title h5 span {
  padding-right: 1rem;
  color: #5e8ccb;
  font-weight: 800;
}
@media (max-width: 767px) {
  .secondary-title {
    padding: 1rem;
  }
  .secondary-title h5 {
    font-size: 1rem;
	  width: 100%;
  }
}


.secondary-title2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem;
}


.secondary-title2 h5 {
	font-size: 1.2rem;
	line-height: 2.5em;
	font-weight: 600;
	width: 80%;
	margin: 0 auto;
	max-width: 700px;
	text-align:center;  
}
.secondary-title2 h5 span {
  padding-right: 1rem;
  color: #5e8ccb;
  font-weight: 800;
}
@media (max-width: 767px) {
  .secondary-title2 {
    padding: 0.5rem;
  }
  .secondary-title2 h5 {
    font-size: 1rem;
  }
}



/*ボタン*/

.buttons{
	text-align: center;
	padding-bottom: 30px;
	background-color: #FFF;
}
.buttons a:hover{
    opacity: 0.7;
}


.buttonss{
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFFFE0;
}
.buttonss a:hover{
    opacity: 0.7;
}



.buttons1{
    font-size: 22px;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 15px 100px 15px 100px;
    margin-right: 20px;
    background-color: #fff;
    border: solid 2px #00a9fb;
    cursor: pointer;
}

.buttons1:hover {
    background-color: #98fb98;
    }
	
.buttons1::after{
    position:relative;
    left:16px;
    content:"\f105";
    font-family:FontAwesome;
    color: #00a9fb;
}


@media (max-width: 767px) {

.buttons1{
   text-align: center;
   width: 80%;
   padding: 15px 30px 15px 30px;
   margin-bottom: 12px;
}


}






.buttons2{
    font-size: 22px;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 15px 100px 15px 100px;
    margin-left: 20px;
    background-color: #fff;
    border: solid 2px #00a9fb;
    cursor: pointer;
}

.buttons2::after{
    position:relative;
    left:16px;
    content:"\f105";
    font-family:FontAwesome;
    color: #ff70ac;
}


.buttons3{
    font-size: 22px;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 15px 100px 15px 100px;
    margin-left: 20px;
    background-color: #fff;
    border: solid 2px #66cdaa;
    cursor: pointer;
}

.buttons3::after{
    position:relative;
    left:16px;
    content:"\f105";
    font-family:FontAwesome;
    color: #90ee90;
}

@media (max-width: 767px) {

.buttons3{
    font-size: 16px;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 15px 50px 15px 50px;
    margin-left: 20px;
    background-color: #fff;
    border: solid 2px #66cdaa;
    cursor: pointer;
}

.buttons3::after{
    position:relative;
    left:16px;
    content:"\f105";
    font-family:FontAwesome;
    color: #90ee90;
}

}


.buttons4{
    font-size: 22px;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 15px 100px 15px 100px;
    margin-left: 20px;
    background-color: #ffffe0;
    border: solid 2px #66cdaa;
    cursor: pointer;
}

.buttons4::after{
    position:relative;
    left:16px;
    content:"\f105";
    font-family:FontAwesome;
    color: #90ee90;
}




.coursebutton{
	font-weight: bold;
	width: 50%;
	text-align: center;
	cursor: pointer;
	color: #585858;
	background-color: #FFFFCC;
	border: solid 3px #edd9e3;
	transition: 0.3s;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-radius: 10px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
}
.coursebutton span{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.coursebutton span::before{
	position:relative;
    margin-right:5px;
    content:"\f138";
    font-family:FontAwesome;
    color: #585858;
}
.coursebutton:hover{
	opacity: 0.8;
}


.container3 {
	overflow: hidden;
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

p3 {
  margin-bottom: 10px;
}


@media (max-width: 767px) {
.container3 {
  width: 100%;
  margin: 0 auto 20px;
}
}



/*見出しデザイン*/

.minititle{
	font-size: 22px;
	font-weight: bold;
	color: #5e8ccb;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 25px;
}

/*SP*/
@media screen and (max-width:750px){
	
	.minititle3, .minititle5, .minititle, .minititle11, .minititle3, .minititle4, .minititle5,
	 .minititle6, .minititle7, .minititle8, .minititle9, .minititle91, .minititle10, .minititle12, .minititle111{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 10% 20px;
	}	
	

}









@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.w100 {font-weight: 100;}
.w200 {font-weight: 200;}

.w300 {
	font-weight: 300;
}

.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

body, h1, h2, h3, h4, h5, div, p, ul, li, img, header, footer, small {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1rem;
    font-size: 10px;
	margin:  auto;
	font-family: 'Noto Sans Japanese', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li{
  list-style: none;
}

a{
  color: #000;
  text-decoration: none;
}

input[type=text]{
  width: 100%;
}

textarea{
  width: 100%;
  height: 20vh;
}


/* space */
.mb_exsmall {
    margin-bottom: 2vw !important;
}
.mb_small {
    margin-bottom: 5vw !important;
}
.mb_large {
    margin-bottom: 10vw !important;
}
.mt_exsmall {
    margin-top: 2vw !important;
}


/* align */

.txt_c {
    text-align: center;
}

/* width */
.w_50p{
  width: 50%;
}
.w_90p{
  width: 90%;
}
.clearfix{
    overflow: visible !important;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

/* fontsize */
.font_12 {
	font-size: 1.2rem !important;
}
.font_14 {
	font-size: 1.4rem !important;
}
.font_16 {
	font-size: 1.6rem !important;
}
.font_18 {
	font-size: 1.8rem !important;
	line-height: 2.8rem;
		text-align:left;
}
.font_20 {
	font-size: 2.5rem !important;
}
.font_24 {
	font-size: 2.4rem !important;
}
.font_26 {
	font-size: 2.6rem !important;
}
.font_bg_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%) !important;
}

.font_red {
	color: #d54a00 !important;
}
.font_blue {
	color: #d7e0e6 !important;
}
 
.ln_height_22 {
	line-height: 2.2em !important;
}
/********************
layout
********************/
.l-header {
	padding: 2vw;
	overflow: hidden;
	max-width: 1080px;
	margin: auto;
}

.l-header .l-header-box-l {
	float: left;
	width: 30%;
}
.l-header .l-header-box-l span {
	display: block;
	font-weight: 500;
	font-size: 1.8rem;
}
.l-header .l-header-box-r {
	width: 70%;
	float: right;
}
.l-header .l-header-box-r .l-header-tel-sp {
	display: none;
}
.l-header-box-r--tel {
	box-sizing:border-box;
	margin: 0 0 0 10px;
}
.l-header .l-header-box-r ul{
display: flex;
}
.l-header .l-header-box-r li {
	box-sizing:border-box;
	padding: 0 0 0 10px;
}
.l-header .l-header-box-r img {
	width: 100%;
}

.l-main-image {
	background: url(../img/main_building.jpg) center center / cover no-repeat fixed;
	padding:  4vw 0 0 0;
}

.l-main-image p {
	margin: auto;
	text-align: center;
}
.l-main-image-sm {
	display: none;
}




.l-check-komoku {
	background: #fff5ee;
	border-top: 1px solid #fff5ee;
}

.l-check-komoku ul {
	padding: 5vw;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
.l-check-komoku li{
	background: url(../img/checkbox_icon.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	/* 背景画像画像サイズ */
	-webkit-background-size: 30px auto;
	background-size: 30px auto;	
	padding: 0 0 6px 34px;
	font-size: 1.8rem;
	/*display: inline-block;*/
	float: left;
	width: 46%;
}




.l-check-komoku2 {
	background: #ffecd8;
	border-top: 10px solid #0f5a84;
	padding-bottom: 50px;
}

.l-check-komoku2 ul {
	padding: 2vw 5vw 6vw 5vw;
	max-width: 980px;
	margin: auto;
	overflow: hidden;
}
.l-check-komoku2 li{
	background: url(../img/checkbox_icon.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	/* 背景画像画像サイズ */
	-webkit-background-size: 30px auto;
	background-size: 30px auto;	
	padding: 0 0 6px 34px;
	font-size: 1.8rem;
	/*display: inline-block;*/
	float: left;
	width: 46%;
}

.l-check-komoku2 h2 {
	background: #F4BE49;
	margin: auto;
	text-align: center;
	width: 100%;
	padding: 2% 0;
	font-size: 1.8rem;
}
.l-check-komoku2 h2 .__chui {
		display: inline-block;
    background: #d00e11;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    margin: 0 4px;
    line-height: 1;
    font-size: 79%;
    border-radius: 3px;	
}


@media screen and (max-width: 941px) {
.l-check-komoku2 ul {
	padding: 2vw 5vw 12vw 5vw;
}
	
	.komoku_list li {
		width: 100%;
	}
	.komoku_list li+li {
		margin-top: 10px;
	}
}




.l-ya {
	text-align: center;
	padding: 5vw 0 0 0;
}


.l-chigai {
	padding: 5vw;
	max-width: 1080px;
	margin: auto;
}
.l-chigai h2 {
	color: #d54a00;
	font-weight: 800;
	font-size: 3.2rem;
	padding: 0 0 6vw 0;
	text-align: center;
}
.l-chigai p {
	text-align: left;
	margin-bottom: 0.5vw;
	font-size: 1.6rem;
}
.chigai_pc {
	display: block;
}
.chigai_sp {
	display: none;
}
.l-point {
	box-sizing: border-box;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto 5%;
}
.l-point h2 {
	color: #d54a00;
	font-weight: 800;
	font-size: 3.2rem;
	padding: 0 0 18vw 0;
	text-align: center;
}
.l-point ul {
	display: flex;
	border-collapse: separate;
	border-spacing: 10px 0; 
}

.l-point li {
	width: calc((100% - 20px) / 3);
	border: 2px solid #d54a00;
	margin-top: -50px;
	padding: 0;
	border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	/*background-color: #d7e0e6;*/
	text-align: center;
	position: relative;
}
.l-point li+li {
	margin-left: 10px;
}
@media screen and (max-width: 640px) {
	.l-point li+li {
		margin-left: auto;
		margin-right: auto;
	}
}
.l-point .riyu {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -67px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.l-point .riyu {
		top: -57px;
	}
}
.l-point dl {
	margin: 0;
}
.l-point dt {
	font-weight: 600;
	text-align: center;
	font-size: 2.6rem;
	color: #d54a00;
	background-color: #d7e0e6;
	padding: 1vw 1.4vw 2vw 1.4vw;
	border-radius: 10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 10px;  
	padding-top: 4rem;
}
.l-point dd {
	text-align: left;
	font-size: 1.6rem;
	padding: 2vw 1.4vw 2vw 1.4vw;
	margin: 0;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
	height: 100vh;
max-height: 350px; 
}
.l-toiawase {
	box-sizing: border-box;
	background: url(../img/toiawase_bg.png) center center / cover no-repeat fixed;
	padding: 4vw 0;
}
.l-toiawase .l-toiawase-layout {
	display: block;
	max-width: 1080px;
	width: 100%;
	margin: 0px auto 0px auto;
}
.l-toiawase ul {
	display: flex;
}
.l-toiawase li {
	width: 50%;
	text-align: center;
}
.l-toiawase li img {
	width: 95%;
}
.l-toiawase-sm {
		display: none;
	}	

.l-toiawase-tel {
	text-align: center;
	width: 100%;
	font-size: 4.0rem;
	padding: 20px 0 0 0;
}
.l-simulation {
	padding: 10vw 5vw 5vw 5vw;
	max-width: 1080px;
	margin: auto;
}
.l-simulation h2 {
	color: #2a91ca;
	font-weight: 800;
	font-size: 3.2rem;
	padding: 0 0 6vw 0;
	text-align: center;
}

.l-simulation .l-simulation-layout {
	display: flex;
	margin: 0 0 2vw 0;
}
.l-simulation .l-simulation-layout li {
	width: calc((100% - 20px) / 2);
}
.l-simulation .l-simulation-layout li+li {
	margin-left: 20px;
}
.l-simulation-layout .s-box {
	width: 100%;
}
.s-box {	
	border: 2px solid #2a91ca;
	width: 96%;
	font-size: 1.4rem;	
}
.s-box .s-box-tit {
	font-size: 2.6rem;
	color: #2a91ca;
	font-weight: 600;
}

#bk-a {	background: url("../img/simulation_image01.jpg") no-repeat right center;}
#bk-b {	background: url("../img/simulation_image02.jpg") no-repeat right center;}
#bk-c {	background: url("../img/simulation_image03.jpg") no-repeat right center;}
#bk-d {	background: url("../img/simulation_image04.jpg") no-repeat right center;}
#bk-e {	background: url("../img/simulation_image05.jpg") no-repeat right center;}
#bk-f {	background: url("../img/simulation_image06.jpg") no-repeat right center;}
.s-box .s-box-tit p {
	padding: 1.6vw 1vw 1.6vw 1vw;}

.s-box .s-box-tit span {
	display: block;
	color: #000000;
	font-weight: 200;
	font-size: 1.2rem;
}
.s-box table {
border-collapse: collapse;
border-spacing: 0;
	width: 100%;
}
.s-box td {
	padding: 1.2vw 1vw;
	background: #eaf2f7;
	font-weight: 600;
}

.s-box .bk_white td{
	background: #ffffff;
}

.s-box .txt_red td {
	color: #d54a00;
}
.s-box .price01 {
	font-size: 2.6rem;
	font-weight: 600;
}

.s-box li {
	padding: 2vw;
	background: #eaf2f7;
	width: 100%;
}
.s-box-cp {
	background: #2a91ca;
	color: #ffffff;
	padding: 2vw 1vw;
}
.l-simulation .s-box-cp .catch {
	font-size: 2.0rem;
}
.kakaku {
	font-size: 2.6rem;
	font-weight: 600;
	background: #ffff00;
	color: #d54a00;
	padding: 0 1vw}
.l-swiper {
	display: none;
}

.l-jirei {
	background: url(../img/jirei_bktop.jpg) repeat-x top #e7f6e7;
	padding: 14vw 0 8vw 0;
}

.l-jirei h2 {
	color: #1bb41e;
	font-weight: 800;
	font-size: 3.2rem;
	padding: 0 0 6vw 0;
	text-align: center;
}
.jirei {
	padding: 5vw;
	max-width: 1080px;
	background: #ffffff;
	margin: auto;
}

.jirei h3 {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	margin: auto auto 2vw auto;
	overflow: hidden;
}
.jirei h3 img {
	vertical-align: middle;
	float: none;
}

.box000 {
	display: flex;
	background: #eaf2f7;
	margin: 0 0 2vw 0;
}
.reverse {
		flex-direction: row-reverse !important;
	}
.box000 .box-l {
	width: 46%;
	height: auto;
}
.rei1{
	background: url(../img/jirei_rei1.png) center center / cover no-repeat;
}
.rei2{
	background: url(../img/jirei_rei2.png) center center / cover no-repeat;
}
.rei3{
	background: url(../img/jirei_rei3.png) center center / cover no-repeat;
}
.box000 .box-r {
	width: 54%;
}
.box-r .jirei-ki {
	display: flex;
	border: 1px solid #1bb41e;
	background: #ffffff;
  align-items: center;

}
.box-r .jirei-mi {
	background: #1bb41e;
	color: #ffff00;
	padding: 4vw;
	font-size: 2.6rem;
}
.box-r .jirei-en {
	color: #f9196e;
	font-size: 2.6rem;
	font-weight: 600;
	padding: 0 2vw;
}
.box-r .jirei-en span {
	font-size:1.6rem;
}
.box-r p {
	padding: 2vw;
}
.box-l {
	height: 30%;
}


.l-nagare {
	padding: 14vw 0 0 0;
	background: #ffffff;
}

.l-nagare h2 {
	color: #d54a00;
	font-weight: 800;
	font-size: 3.2rem;
	padding: 0 0 6vw 0;
	text-align: center;
}
.nagare {
	padding: 5vw;
	max-width: 1080px;
	background: #d7e0e6;
	margin: auto;
}
.l-nagare h3 {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	margin: auto auto 2vw auto;
	overflow: hidden;
}
.l-nagare h3 img {
	vertical-align: middle;
	float: none;
}
.nagare p {
	text-align: center;
	margin-bottom: 2vw;
}
.nagare .nagare-zu {
	text-align: center;
}
.nagare .nagare-zu img{
	margin: auto;
}
.nagare_pc {
	display: block;
}
.nagare_sp {
	display: none;
}


.l-faq {
	padding: 10vw 5vw 5vw 5vw;
	max-width: 1080px;
	margin: auto;
}
.l-faq h2 {
	color: #d54a00;
	padding: 0 0 6vw 0;
	font-weight: 800;
	font-size: 3.2rem;
	text-align: center;
}
.l-faq li {
	padding: 2vw;
}
.l-faq .qn {
	background: #d7e0e6;
	color: #d54a00;
	font-size: 2.0rem;
	font-weight: 600;
}
.l-faq .an {
	font-size: 1.6rem;
}
.l-faq .qn:before{

}
.l-faq .an:before{ 
	color: #d54a00;
	font-weight: 600;
	font-size: 2.0rem;  
}



.l-inquiry {
	background: #0f5a84;
  padding: 10vw 5vw 10vw 5vw;
}

.l-inquiry .ip {
	position: relative;
  width: 100%;
	max-width:720px;
	margin: auto;
}
.l-inquiry .ip img {
	position: absolute;
	top: -200px;
	left: 0;
}
.l-inquiry  h2 {
	color: #ffffff;
	padding: 0 0 6vw 0;
	font-weight: 800;
	font-size: 3.2rem;
	text-align: center;
}
.thanks-box {
	width: 100%;
	}
.thanks-box p{
		text-align: center;
		color: #ffffff;
		font-size: 1.6rem;
	}
.privacy-check {
	background: #e7f6e7;
	width: 100%;
	max-width:720px;
	margin: 20px auto 40px auto;
	padding: 20px 10px;
	box-sizing: border-box;
	}
.privacy-check p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8em;
	}
.privacy-check p+p {
		padding:10px 0 0 0 ;
}
.privacy-check a:link, a:visited,a:hover,
a:active { color: #0f5a84;
}
.privacy-check .tit {
	color: #d54a00;
	font-weight: 600;
}

.l-footer nav{
  text-align: center;
  background: #171717;
  padding: 2vw 0;
}

.l-footer nav li{
  display: inline;
}

.l-footer nav li a{
  display: inline-block;
  padding: .5rem;
  color: #fff;
  text-decoration: none;
	font-size: 1.4rem;
}
.l-footer small{
  display: block;
  text-align: center;
  background: #171717;
  font-style: normal;
  color: #fff;
  padding: 0 0 2vw 0;
}

/********************
module
********************/

.ttl_primary{
  text-align: center;
  font-size: 2rem;
  background: #dcdcdc;
  padding: 5vw 0;
}
.ttl_quinary {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 5vw;
}
.box {
    padding: 2vw 5vw 5vw;
}


/* table */
.tbl_primary {
  width: 100%;
	max-width:720px;
	margin: auto;
  font-size: 1.4rem;
	border-collapse: collapse;
  border-spacing: 0;
}

.l-inquiry .sr td{
	color: #0f5a84;
	border-bottom: 1px solid #0f5a84;
}
.l-inquiry .sr-box {
	background: #d7e0e6;
	padding: 10px 0;
}
.l-inquiry .sr label {
	padding: 0 0 0 10px;
	display: inline-block;
}

.tbl_primary th, .tbl_primary td {
  padding: 10px;
  text-align: left;
	box-sizing: border-box;
}
.tbl_primary th {
	color: #ffffff;
	width: 30%;
}
.tbl_primary td {
	color: #ffffff;
	width: 70%;
	font-size: 16px;
}
.tbl_primary input {
	padding: 10px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
.tbl_primary input[type=radio]{
	width: auto;
}
.tbl_primary label{
	font-size:16px;
  margin-right: 10px;
}
input.sample::-webkit-input-placeholder {
    color: #E7E7E7;
}
input.sample:-ms-input-placeholder {
    color: #E7E7E7;
}
input.sample::-moz-placeholder {
    color: #E7E7E7;
}
.tbl_primary textarea {
	padding: 10px;
	width: 100%;
	font-size:  16px;
	box-sizing: border-box;
}
.tbl_primary select {
	padding: 10px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
.necessary { 
		display: inline-block;
    background: #d00e11;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    margin: 0 4px;
    line-height: 1;
    font-size: 79%;
    border-radius: 3px;	
}
.kubun {
	background: #ffffff;
	color: #000000;
	padding: 1vw;
	width: 96%;
}
.kubun input {
	width: auto;
}
.btn-box {
	width: 720px;
	margin: auto;
	display: flex;
}

.flex_row{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: -1rem;
  margin-bottom: 1rem;
}
.flex_row > *{
  margin-right: 1rem;
  white-space: nowrap;
}



/* error */
.is-error input[type=text],.is-error label,.is-error textarea,.is-error select{
  background: #ffd5d5;
  border: solid 1px #ffd5d5;
}

.txt_error{
  color: #fa4251;
  padding: 0 0 1rem;
}


.fixed-bottom {display: none;
}


#page-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 80%;
	z-index: 10;
}

#page-top a { 
	background-color: #d54a00;
	color: #fff;   
  height: 40px;
  width: 40px;
    text-align: center;
    display: block;
	border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
}

#page-top a:hover {
    text-decoration: none; 
}

#sindan-btn {
	display: none;
}
#sindan-btn a{
	display: none;
}

@media screen and (max-width:1140px) {
.l-point dt {

	font-size: 2.0rem;

}	
.l-point dd {
	font-size: 1.2rem;
}	
	
	
}






@media screen and (max-width:640px) {
	body, h1, h2, h3, h4, h5, div, p, ul, li, img, header, footer, small {
  		box-sizing: border-box;}
	#page-top a:hover {
    text-decoration: none;   
}
	
.l-header .l-header-box-r {
	width: 50%;
}
.l-header .l-header-box-r ul {
	display: none;
}

.l-header .l-header-box-r .l-header-tel-sp {
	display: block;
	text-align: right;
	}
.l-header .l-header-box-r .l-header-tel-sp img {
	max-width: 256px;
	}
.l-header .l-header-box-l {
	width: 40%;
}
.l-header .l-header-box-l img {
	margin-bottom: 4%;
}
.l-header .l-header-box-l span {
	font-size: 0.8rem;
}
.l-main-image {
		display: none;
	}	
.l-main-image-sm {
	display: block;
}


.l-check-komoku li{
	background-position: left top;
	display: block;
	width: 100%;
}



.l-check-komoku2 ul {
	padding-bottom: 60px;
			}
.l-check-komoku2 li{
	background-position: left top;
	display: block;
	width: 100%;
}
.l-check-komoku2 h2 .__chui {
	display: block;
	}
.l-chigai h2, .l-point h2, .l-simulation h2, .l-jirei h2, .l-nagare h2, .l-faq h2, .l-inquiry h2 {
	font-size: 2.0rem;
}
.chigai_sp {
		display: block;
	}
.chigai_pc {
		display: none;
	}
.l-jirei h3, .l-nagare h3 {	
	font-size: 1.6rem;
	padding: 0 0 4vw 0;
}

.l-point dt {
	font-size: 2.4rem;
	padding: 6rem 1.4vw 4vw 1.4vw;
}
.l-point dd {
	font-size: 1.4rem;
	padding: 4vw 1.4vw 4vw 1.4vw;
	height: auto;
max-height: auto; 
}


.l-point h2 {
	padding: 0 0 20vw 0;
}	
.l-point ul {
	display: block;
	border-spacing: 0; 
}	
.l-point li {
	display: block;
	width: 90%;
	margin:  18vw auto auto auto;
}
.l-point li:first-child {
	margin: 0 auto auto auto;
}

	
.l-toiawase {
	display: none;
	}




.l-simulation .l-simulation-layout {
	display: none; 
}
.l-simulation {
	padding: 10vw 5vw 0 5vw;
	} 
.l-swiper {
	display: block;
	padding: 4vw;
}
	
.l-swiper .swiper-wrapper img{
	width: 80%;
	margin: auto;
	}
	
.l-swiper .swiper-wrapper {
		text-align: center;
	}
.swiper-wrapper {
	padding: 5vw 0 10vw 0;
	}
.l-jirei {
	padding: 20vw 4vw 8vw 4vw;
}
.jirei {
	width: 100%;
}
.jirei h3, .nagare h3 {
	overflow: hidden;
}
.jirei h3 img, .nagare h3 img {
	vertical-align: middle;
	float: left;
}
.box000 {    

	display: block;
	margin: 0 0 6vw 0;
}
.box000 .box-l {
	width: 100%;
	height: 180px;
}
.box000 .box-l img {
	width: 50%;
	}
.box000 .box-r {
	width: 100%;
}	
.box-r .jirei-en {
	font-size: 1.8rem;
	line-height: 1.6em;
}
.l-nagare {
	padding: 14vw 4vw 0 4vw;
}
.nagare_pc {
	display: none;
}
.nagare_sp {
	display: block;
}
.nagare p {
	text-align: left;
}
.box-r p {
	padding: 4vw;
}	

.l-faq {
	padding: 14vw 4vw 0 4vw;
}	
.sm-btn-w {
	width: 80%;
	}
	
.l-inquiry {
		margin:0;
	}
.l-inquiry .ip img {
	width: 60%;
	top:-24vw;
}	
#l-inquiry-mainas {
		margin: 0;
	}
.tbl_primary th {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 0;
}
.tbl_primary td {
	width: 100%;
	display: block;
}

.fixed-bottom {
	display: block;
  position: fixed;
  bottom: 0px;
z-index: 20;
}	

.fixed-bottom ul{
	display: flex;
}		
	
}
