@charset "UTF-8";
/* btn
--------------------------------------------------------

@mixin c-orange{
	color:#F79933;
}

@mixin kadomaru{
	border-radius: 20px; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

@mixin gradient_orenge_off{
	background-image:
	url("../common/icon_arrow01b.png"),
	-moz-linear-gradient(top , #FABA74 0% , #EA5C2D);	
	background-image:
	url("../common/icon_arrow01b.png"),
	-webkit-gradient(linear,left top,left bottom, from(#FABA74), to(#EA5C2D));
    background-image:
	url("../common/icon_arrow01b.png"),
    -ms-linear-gradient(top, #FABA74, #EA5C2D); 
	background-repeat: no-repeat;
	background-position: 15px 10px,0px 0px;
	color:#FFF;
	text-decoration: none;
}

@mixin gradient_orenge_on{
	background-image:
	url("../common/icon_arrow01b.png"),
	-moz-linear-gradient(top , #FABA74 0% , #FABA74);	
	background-image:
	url("../common/icon_arrow01b.png"),
	-webkit-gradient(linear,left top,left bottom, from(#FABA74), to(#FABA74));
     background-image:
	url("../common/icon_arrow01b.png"),
    -ms-linear-gradient(top, #FABA74, #FABA74); 
	background-repeat: no-repeat;
	background-position: 15px 10px,0px 0px;
}

@mixin gradient_pink_off{
	background-image:
	url("../common/icon_arrow01b.png"),
	-moz-linear-gradient(top , #F49393 0% , #CE1515);	
	background-image:
	url("../common/icon_arrow01b.png"),
	-webkit-gradient(linear,left top,left bottom, from(#F49393), to(#CE1515));
    background-image:
	url("../common/icon_arrow01b.png"),
    -ms-linear-gradient(top, #F49393, #CE1515); 
	background-repeat: no-repeat;
	background-position: 15px 10px,0px 0px;
	color:#FFF;
	text-decoration: none;
}

@mixin gradient_pink_on{
	background-image:
	url("../common/icon_arrow01b.png"),
	-moz-linear-gradient(top , #F49393 0% , #F49393);	
	background-image:
	url("../common/icon_arrow01b.png"),
	-webkit-gradient(linear,left top,left bottom, from(#F49393), to(#F49393));
     background-image:
	url("../common/icon_arrow01b.png"),
    -ms-linear-gradient(top, #F49393, #F49393); 
	background-repeat: no-repeat;
	background-position: 15px 10px,0px 0px; 
}

@mixin gradient_yellow_off{
	background-image:
	url("../common/icon_arrow01b.png"),
	-moz-linear-gradient(top , #FDCE13 0% , #DD8A00);	
	background-image:
	url("../common/icon_arrow01b.png"),
	-webkit-gradient(linear,left top,left bottom, from(#FDCE13), to(#DD8A00));
    background-image:
	url("../common/icon_arrow01b.png"),
    -ms-linear-gradient(top, #FDCE13, #DD8A00); 
	background-repeat: no-repeat;
	background-position: 15px 10px,0px 0px;
	color:#FFF;
	text-decoration: none;
}

@mixin gradient_yellow_on{
	background-image:
	url("../common/icon_arrow01b.png"),
	-moz-linear-gradient(top , #FDCE13 0% , #FDCE13);	
	background-image:
	url("../common/icon_arrow01b.png"),
	-webkit-gradient(linear,left top,left bottom, from(#FDCE13), to(#FDCE13));
     background-image:
	url("../common/icon_arrow01b.png"),
    -ms-linear-gradient(top, #FDCE13, #FDCE13); 
	background-repeat: no-repeat;
	background-position: 15px 10px,0px 0px; 
}

@mixin yellow_off{
	background:#EECC22 url(../common/icon_arrow01b.png) no-repeat 10px 13px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.4rem;
	color:#FFF;
	padding: 5px 40px 5px 50px;
}

@mixin yellow_on{
	background:#F5DE6A url(../common/icon_arrow01b.png) no-repeat 10px 13px;
}

@mixin yellow_sp_off{
	background:#EECC22 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color:#FFF;
	padding: 5px 40px 5px 50px;
}

@mixin yellow_sp_on{
	background:#F5DE6A url(../common/icon_arrow01b.png) no-repeat 10px 10px;
}

@mixin yellow_short_off{
	background:#EECC22 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color:#FFF;
	padding: 5px 20px 5px 30px;
}

@mixin yellow_short_on{
	background:#F5DE6A url(../common/icon_arrow01b.png) no-repeat 10px 10px;
}

@mixin yellow02_off{
	background:#EECC22 url(../common/icon_arrow01b.png) no-repeat 10px 22px;
	text-decoration: none;
	letter-spacing: 1px;
	color:#FFF;
	padding: 14px 40px 14px 50px;
}

@mixin yellow02_on{
	background:#F5DE6A url(../common/icon_arrow01b.png) no-repeat 10px 22px;
}

@mixin pink_off{
	background:#EE7788 url(../common/icon_arrow01b.png) no-repeat 10px 13px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.4rem;
	color:#FFF;
	padding: 5px 40px 5px 50px;
}

@mixin pink_on{
	background:#F299A6 url(../common/icon_arrow01b.png) no-repeat 10px 13px;
}

@mixin pink_sp_off{
	background:#EE7788 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color:#FFF;
	padding: 5px 40px 5px 50px;
}

@mixin pink_sp_on{
	background:#F299A6 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
}

@mixin orange_off{
	background:#F79933 url(../common/icon_arrow01b.png) no-repeat 10px 16px;
	text-decoration: none;
	letter-spacing: 1px;
	color:#FFF;
	padding: 7px 40px 7px 50px;
}

@mixin orange_on{
	background:#FABA74 url(../common/icon_arrow01b.png) no-repeat 10px 16px;
}

@mixin orange_sp_off{
	background:#F79933 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color:#FFF;
	padding: 5px 40px 5px 50px;
}

@mixin orange_sp_on{
	background:#FABA74 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
}

@mixin orange_short_off{
	background:#F79933 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color:#FFF;
	padding: 5px 20px 5px 30px;
}

@mixin orange_short_on{
	background:#FABA74 url(../common/icon_arrow01b.png) no-repeat 10px 10px;
}
*/
/* nav box
--------------------------------------------------------

@mixin nav-box{
    width: 1100px;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 20px 0px 16px 0px;
}
*/
/* title
--------------------------------------------------------*/
/* icon title
--------------------------
@mixin icon_yellow_title22{
	background:url(../common/icon_yellow.jpg) no-repeat 0 3px;
	background-size:15px;
	color:#000;
	line-height: 1;
	font-size: 2.2rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_yellow_title18{
	background:url(../common/icon_yellow.jpg) no-repeat 0 3px;
	background-size:15px;
	color:#000;
	line-height: 1;
	font-size: 1.8rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_yellow_title16{
	background:url(../common/icon_yellow.jpg) no-repeat 0 2px;
	background-size:15px;
	color:#000;
	line-height: 1;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_yellow_title14{
	background:url(../common/icon_yellow.jpg) no-repeat 0 5px;
	background-size:13px;
	color:#000;
	line-height: 1.5;
    font-size: 1.4rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_pink_title22{
	background:url(../common/icon_pink.jpg) no-repeat 0 3px;
	background-size:15px;
	color:#000;
	line-height: 1;
	font-size: 2.2rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_pink_title18{
	background:url(../common/icon_pink.jpg) no-repeat 0 3px;
	background-size:15px;
	color:#000;
	line-height: 1;
	font-size: 1.8rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_pink_title16{
	background:url(../common/icon_pink.jpg) no-repeat 0 2px;
	background-size:15px;
	color:#000;
	line-height: 1;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_pink_title14{
	background:url(../common/icon_pink.jpg) no-repeat 0 5px;
	background-size:13px;
	color:#000;
	line-height: 1.5;
    font-size: 1.4rem;
	letter-spacing: 1px;
	padding-left:25px;
}

@mixin icon_orange_title22{
	background:url(../common/icon_orange.jpg) no-repeat 0 3px;
	background-size:15px;
	color:#000;
	line-height: 1;
	font-size: 2.2rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_orange_title18{
	background:url(../common/icon_orange.jpg) no-repeat 0 3px;
	background-size:15px;
	color:#000;
	line-height: 1;
	font-size: 1.8rem;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_orange_title16{
	background:url(../common/icon_orange.jpg) no-repeat 0 2px;
	background-size:15px;
	color:#000;
	line-height: 1;
	letter-spacing: 3px;
	padding-left:25px;
}

@mixin icon_orange_title14{
	background:url(../common/icon_orange.jpg) no-repeat 0 5px;
	background-size:13px;
	color:#000;
	line-height: 1.5;
    font-size: 1.4rem;
	letter-spacing: 1px;
	padding-left:25px;
}
*/
/* background color title
--------------------------
@mixin bg_yellow_title20{
    background:#FAEFBA; 
    font-size: 2.0rem;
    letter-spacing: 2px;
    padding: 13px 25px 13px 25px;
}

@mixin bg_yellow_sp_title16{
    background:#FAEFBA;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 15px 10px 15px;
}

@mixin bg_pink_title20{
    background:#FADFE3; 
    font-size: 2.0rem;
    letter-spacing: 2px;
    padding: 13px 25px 13px 25px;
}

@mixin bg_pink_sp_title16{
    background:#FADFE3;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 15px 10px 15px;
}
*/
/* フロートしたセルの高さを揃える
--------------------------------------------------------

@mixin height-align{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
/* =====================================================

  COMMON

===================================================== */
body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555;
}

@media print {
  body {
    width: 1200px;
    max-width: 1200px;
  }
  header {
    position: relative !important;
  }
  .gnav {
    display: block !important;
  }
  .contents {
    padding: 0 0 0 0 !important;
  }
}
@media print, screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 960px) {
  .sp-tb {
    display: none !important;
  }
  .tb-only {
    display: none !important;
  }
}
@media print, screen and (max-width: 599px) {
  .tb-only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}
.font_n {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}

.font_h {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}

.font_m {
  font-family: "游明朝体", "Yu Mincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

.font_nm {
  font-family: "Noto Serif JP", serif;
}

.font_r {
  font-family: "Roboto", sans-serif;
}

.fw01 {
  font-weight: 100 !important;
}

.fw02 {
  font-weight: 200 !important;
}

.fw03 {
  font-weight: 300 !important;
}

.fw04 {
  font-weight: 400 !important;
}

.fw05 {
  font-weight: 500 !important;
}

.fw06 {
  font-weight: 600 !important;
}

.fw07 {
  font-weight: 700 !important;
}

.fw08 {
  font-weight: 800 !important;
}

.fw09 {
  font-weight: 900 !important;
}

.f-red {
  color: #DD6666;
}

.f-blue {
  color: #4499DD;
}

.f-orange {
  color: #EA5F2C;
}

.f-pink {
  color: #D32A2A;
}

a.imgOv:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.txtIndent {
  text-indent: -13px;
  margin-left: 13px;
}

.txtIndent02 {
  text-indent: -26px;
  margin-left: 26px;
}

.txtIndent03 {
  text-indent: -17px;
  margin-left: 17px;
}

/*--------------------------------------------------------

	clearfix

----------------------------------------------------------*/
/* For modern browsers */
.clearfix:before,
div:before,
dl:before,
ul:before,
.clearfix:after,
div:after,
dl:after,
ul:after {
  content: " ";
  display: table;
}

.clearfix:after,
div:after,
dl:after,
ul:after {
  clear: both;
}

/* For IE 6/7 only */
div, dl, ul, .clearfix {
  *zoom: 1;
}

/* =====================================================

sec01 メイン画像エリア-

===================================================== */
.sec01 {
  width: 100%;
  background-image: url(../img/sec01_back02.png), url(../img/sec01_back01.jpg);
  background-position: center 0, center 0;
  background-repeat: no-repeat, repeat-x;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .sec01 {
    background-position: center 50%, center 0;
    background-size: 180%, 250%;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec01 {
    background-size: 180%, 260%;
  }
}

.sec01-line {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.sec01-line02 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

.sec01-line-inner,
.sec01-line02-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sec01-line-inner-box-item01,
.sec01-line02-inner-box-item01 {
  float: left;
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 959px) {
  .sec01-line-inner-box-item01,
  .sec01-line02-inner-box-item01 {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec01-line-inner-box-item01,
  .sec01-line02-inner-box-item01 {
    padding: 10px 0px 10px 0px;
  }
  .sec01-line-inner-box-item01 img,
  .sec01-line02-inner-box-item01 img {
    width: 50%;
  }
}
.sec01-line-inner-box-item02,
.sec01-line02-inner-box-item02 {
  float: right;
  padding: 15px 0px 15px 0px;
}
.sec01-line-inner-box-item02-tel01,
.sec01-line02-inner-box-item02-tel01 {
  float: left;
  padding: 0 10px 0 0;
}
.sec01-line-inner-box-item02-tel02,
.sec01-line02-inner-box-item02-tel02 {
  float: right;
}

@media screen and (min-width: 960px) {
  .sec01-item01 {
    padding: 2% 20px 0 20px;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .sec01-item01 {
    padding: 2% 20px 0 20px;
    text-align: center;
  }
  .sec01-item01 img {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .sec01-item01 {
    padding: 2% 20px 0 20px;
    text-align: center;
  }
  .sec01-item01 img {
    width: 90%;
  }
}

@media screen and (min-width: 960px) {
  .sec01-item02 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0 10px;
  }
  .sec01-item02 img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .sec01-item02 {
    padding: 10px 10px 0 10px;
  }
  .sec01-item02 img {
    width: 100%;
  }
}

/* =====================================================

sec02 キャンペーン

===================================================== */
.sec02 {
  background-image: url(../img/sec02_back.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #C6CACA;
  background-size: cover;
}
.sec02 .w-back {
  padding: 50px 0 70px 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 959px) {
  .sec02 .w-back {
    padding: 7% 0 8% 0;
  }
}
.sec02 .cont-wrap img {
  width: 100%;
}
.sec02-title {
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 15px 0;
}
.sec02-title img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec02-title {
    padding: 0 0 3% 0;
    width: 70%;
  }
}
.sec02 .attention01 {
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  padding: 0px 0px 20px 0px;
}

.sec02-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0px auto;
}
@media screen and (max-width: 959px) {
  .sec02-inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .sec02-inner-itemA {
    width: 49%;
    height: 484px;
    background-image: url(../img/sec02_main_pc01.png);
    background-position: center 0;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
  }
  .sec02-inner-itemA .h2-title {
    color: #1CA8E3;
  }
}
@media screen and (max-width: 959px) {
  .sec02-inner-itemA {
    width: 90%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    border-radius: 20px;
    padding: 3% 0 3% 0;
    margin: 0 auto 3% auto;
    text-align: center;
  }
  .sec02-inner-itemA .h2-title {
    color: #1CA8E3;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-inner-itemA {
    padding: 5% 0 5% 0;
    margin: 0 auto 5% auto;
  }
}
@media screen and (min-width: 960px) {
  .sec02-inner-itemB {
    width: 49%;
    height: 484px;
    background-image: url(../img/sec02_main_pc02.png);
    background-position: center 0;
    background-repeat: no-repeat;
    float: right;
    text-align: center;
  }
  .sec02-inner-itemB .h2-title {
    color: #FF8000;
  }
}
@media screen and (max-width: 959px) {
  .sec02-inner-itemB {
    width: 90%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    border-radius: 20px;
    padding: 3% 0 3% 0;
    margin: 0 auto 3% auto;
    text-align: center;
  }
  .sec02-inner-itemB .h2-title {
    color: #FF8000;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-inner-itemB {
    padding: 5% 0 5% 0;
  }
}
.sec02-inner .cap {
  padding: 147px 0 10px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .sec02-inner .cap {
    padding: 0 0 3px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-inner .cap {
    padding: 0 0 0px 0;
    font-size: 1.4rem;
  }
}
.sec02-inner .h2-title {
  font-size: 3.6rem;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 959px) {
  .sec02-inner .h2-title {
    font-size: 3rem;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-inner .h2-title {
    font-size: 2rem;
    padding: 0 0 5px 0;
  }
}
.sec02-inner .txt {
  width: 300px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .sec02-inner .txt {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-inner .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sec02-inner02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 959px) {
  .sec02-inner02 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .sec02-itemC {
    width: 100%;
    height: 370px;
    background-image: url(../img/sec02_main_pc00.png);
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
  }
  .sec02-itemC .h2-title,
  .sec02-itemC .h2-title-sub {
    color: #709500;
  }
}
@media screen and (max-width: 959px) {
  .sec02-itemC {
    width: 90%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    border-radius: 20px;
    padding: 3% 0 3% 0;
    margin: 0 auto 3% auto;
    text-align: center;
  }
  .sec02-itemC .h2-title,
  .sec02-itemC .h2-title-sub {
    color: #709500;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemC {
    padding: 5% 0 5% 0;
    margin: 0 auto 5% auto;
  }
}
.sec02-itemC .cap {
  padding: 60px 0 10px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .sec02-itemC .cap {
    padding: 0 0 3px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemC .cap {
    padding: 0 0 0px 0;
    font-size: 1.4rem;
  }
}
.sec02-itemC .h2-title {
  font-size: 3.6rem;
  padding: 0 0 4px 0;
}
@media screen and (max-width: 959px) {
  .sec02-itemC .h2-title {
    font-size: 3rem;
    padding: 0 0 4px 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemC .h2-title {
    font-size: 2rem;
    padding: 0 0 3px 0;
  }
}
.sec02-itemC .h2-title-sub {
  font-size: 2.2rem;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 959px) {
  .sec02-itemC .h2-title-sub {
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemC .h2-title-sub {
    font-size: 1.4rem;
    padding: 0 0 5px 0;
  }
}
.sec02-itemC .txt {
  width: 670px;
  margin: 0 auto 5px auto;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec02-itemC .txt {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemC .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.sec02-itemC .txt02 {
  width: 535px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec02-itemC .txt02 {
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemC .txt02 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.sec02-inner03 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 959px) {
  .sec02-inner03 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .sec02-itemD {
    width: 100%;
    background-color: #1AA6E3;
    background-position: center 0;
    padding: 4% 0 4% 0;
    text-align: center;
  }
  .sec02-itemD .h2-title,
  .sec02-itemD .h2-title-sub {
    color: #FFF;
  }
}
@media screen and (max-width: 959px) {
  .sec02-itemD {
    width: 90%;
    background-position: center 0;
    background-size: contain;
    background-color: #1AA6E3;
    padding: 3% 0 3% 0;
    margin: 0 auto 3% auto;
    text-align: center;
  }
  .sec02-itemD .h2-title,
  .sec02-itemD .h2-title-sub {
    color: #FFF;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemD {
    padding: 5% 0 5% 0;
    margin: 0 auto 5% auto;
  }
}
.sec02-itemD .cap {
  padding: 60px 0 10px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .sec02-itemD .cap {
    padding: 0 0 3px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemD .cap {
    padding: 0 0 0px 0;
    font-size: 1.4rem;
  }
}
.sec02-itemD .h2-title {
  font-size: 3.6rem;
  padding: 0 5% 4px 5%;
}
@media screen and (max-width: 959px) {
  .sec02-itemD .h2-title {
    font-size: 3rem;
    padding: 0 5% 4px 5%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemD .h2-title {
    font-size: 2rem;
    padding: 0 5% 3px 5%;
  }
}
.sec02-itemD .h2-title-sub {
  font-size: 2.2rem;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 959px) {
  .sec02-itemD .h2-title-sub {
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemD .h2-title-sub {
    font-size: 1.4rem;
    padding: 0 0 5px 0;
  }
}
.sec02-itemD .txt {
  width: 800px;
  margin: 0 auto 5px auto;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec02-itemD .txt {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemD .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.sec02-itemD .txt02 {
  width: 535px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec02-itemD .txt02 {
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec02-itemD .txt02 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

/*-------------- c-area ユニット--------------*/
.c-area {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .c-area {
    padding: 0px 0px 0px 0px;
  }
}
.c-area-inner {
  max-width: 1200px;
  width: 100%;
  background-color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 15px solid #EBE6E2;
  margin: 0 auto;
  padding: 3%;
}
@media screen and (max-width: 959px) {
  .c-area-inner {
    border: 10px solid #EBE6E2;
    width: 90%;
    padding: 3%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .c-area-inner {
    border: 5px solid #EBE6E2;
  }
}
@media screen and (min-width: 960px) {
  .c-area-inner-box-add {
    width: 80%;
    float: left;
  }
}
.c-area-inner-box-add .btn {
  width: 100%;
  padding-bottom: 4%;
}
.c-area-inner-box-add .btn a {
  background: #FF7F00 url(../img/arrow_icon01.png) no-repeat 4% 50%;
  width: 100%;
  display: inline-block;
  border-radius: 15px;
  font-size: 3rem;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 3%;
}
@media all and (-ms-high-contrast: none) {
  .c-area-inner-box-add .btn a {
    padding: 4% 3% 2.5% 3% !important;
  }
}
@media screen and (max-width: 1199px) {
  .c-area-inner-box-add .btn a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .c-area-inner-box-add .btn a {
    background-size: 16px;
    font-size: 2.2rem;
    border-radius: 10px;
    padding: 3% 10% 3% 10%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .c-area-inner-box-add .btn a {
    background-size: 12px;
    text-align: left;
    font-size: 1.6rem;
    padding: 4% 5% 4% 15%;
  }
}
.c-area-inner-box-add .btn a span {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 959px) {
  .c-area-inner-box-add .btn a span {
    padding: 0 0 0 0;
  }
}
.c-area-inner-box-add .btn a:hover {
  opacity: 0.7;
}
.c-area-inner-box-add .tel {
  width: 100%;
  text-align: center;
}
.c-area-inner-box-add .tel-inner {
  padding: 0 0 2% 0;
}
.c-area-inner-box-add .tel-itemA {
  width: 50%;
  float: left;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #000;
  padding: 0 4% 0 0;
}
@media screen and (max-width: 599px) {
  .c-area-inner-box-add .tel-itemA {
    width: 100%;
    float: none;
    padding: 0 0 2% 0;
    border-right: none;
  }
}
.c-area-inner-box-add .tel-itemB {
  width: 50%;
  float: right;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 4%;
}
@media screen and (max-width: 599px) {
  .c-area-inner-box-add .tel-itemB {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
  }
}
.c-area-inner-box-add .tel-title {
  background: #EBE6E2;
  color: #554639;
  font-size: 2rem;
  padding: 1% 0;
  margin-bottom: 2%;
}
@media all and (-ms-high-contrast: none) {
  .c-area-inner-box-add .tel-title {
    padding: 2.5% 0 0.5% 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .c-area-inner-box-add .tel-title {
    font-size: 1.6rem;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .c-area-inner-box-add .tel-title {
    font-size: 1.4rem;
  }
}
.c-area-inner-box-add .tel-number {
  background: url(../img/free_tel_icon01.png) no-repeat 0 50%;
  width: 100%;
  font-size: 4.8rem;
  color: #000;
  padding: 0 0 0 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.c-area-inner-box-add .tel-number a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .c-area-inner-box-add .tel-number {
    background-size: 15%;
    font-size: 3.8vw;
    padding: 0 0 0 14%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .c-area-inner-box-add .tel-number {
    background-size: 15%;
    font-size: 4.5vw;
    padding: 0 0 0 14%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .c-area-inner-box-add .tel-number {
    background: url(../img/free_tel_icon01.png) no-repeat 10% 50%;
    background-size: 10%;
    font-size: 8vw;
    padding: 0 0 0 10%;
  }
}
.c-area-inner-box-add .tel-cap {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .c-area-inner-box-add .tel-cap {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .c-area-inner-box-add .tel-cap {
    background: #EEE;
    font-size: 1.2rem;
    padding: 10px;
  }
}
.c-area-inner-box-pic {
  float: right;
}
.c-area-inner-box-pic img {
  width: 153px;
  height: 300px;
}

/* =====================================================

sec03 メリット

===================================================== */
.sec03 {
  padding: 70px 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec03 {
    padding: 8% 0 6% 0;
  }
}
.sec03 .cont-wrap img {
  width: 100%;
}
.sec03 .cont-wrap .movieWraper {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto 60px auto;
  max-width: 1000px;
}
@media screen and (max-width: 959px) {
  .sec03 .cont-wrap .movieWraper {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec03 .cont-wrap .movieWraper {
    margin: 0 auto 20px auto;
    width: calc(100% - 40px);
  }
}
.sec03 .cont-wrap .iframeWrap {
  height: 0;
  padding-bottom: 54%;
}
.sec03 .cont-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.sec03-titleA {
  max-width: 963px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec03-titleA img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec03-titleA {
    max-width: 552px;
    padding: 0 0 5% 0;
    width: 80%;
  }
}
.sec03-cap {
  font-size: 2.4rem;
  color: #000;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 959px) {
  .sec03-cap {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 5% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec03-cap {
    font-size: 1.3rem;
  }
}
.sec03-img01 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 959px) {
  .sec03-img01 {
    padding: 0 0px 3% 0px;
    width: 90%;
  }
}
.sec03-txt01 {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #000;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 959px) {
  .sec03-txt01 {
    padding: 0 0 3% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec03-txt01 {
    padding: 0 0 3% 0;
    font-size: 1.1rem;
    text-align: left;
  }
}
.sec03-img02 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 60px 20px;
}
@media screen and (max-width: 959px) {
  .sec03-img02 {
    padding: 0 0px 7% 0px;
    width: 90%;
    margin: 0 auto;
  }
}
.sec03-img02-inner .item {
  float: left;
}
.sec03-img02-inner .item:nth-child(1) {
  width: 49%;
  padding: 0 2% 0 0;
}
@media screen and (max-width: 959px) {
  .sec03-img02-inner .item:nth-child(1) {
    width: 49%;
    padding: 0 2% 2% 0;
  }
}
.sec03-img02-inner .item:nth-child(2) {
  width: 49%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 959px) {
  .sec03-img02-inner .item:nth-child(2) {
    width: 49%;
    padding: 0 0 2% 0;
  }
}
.sec03-img02-inner .item:nth-child(3) {
  width: 24%;
  padding: 0 1.3% 0 0;
}
@media screen and (max-width: 959px) {
  .sec03-img02-inner .item:nth-child(3) {
    width: 49%;
    padding: 0 2% 0 0;
  }
}
.sec03-img02-inner .item:nth-child(4) {
  width: 24%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 959px) {
  .sec03-img02-inner .item:nth-child(4) {
    width: 49%;
  }
}
.sec03-titleB01 {
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .sec03-titleB01 {
    max-width: 692px;
    padding: 0 0 4% 0;
    width: 90%;
  }
}
.sec03-img03 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 60px 20px;
}
@media screen and (max-width: 959px) {
  .sec03-img03 {
    padding: 0 0 7% 0;
    width: 90%;
    margin: 0 auto;
  }
}
.sec03-img04 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0px 20px;
}
.sec03-img04-inner .item {
  width: 50%;
  float: left;
}
@media screen and (max-width: 599px) {
  .sec03-img04-inner .item {
    width: 100%;
    float: none;
  }
}

/* =====================================================

sec04 特徴

===================================================== */
.sec04 {
  background-image: url(../img/sec04_back.jpg);
}
.sec04 .w-back {
  padding: 80px 0 70px 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 959px) {
  .sec04 .w-back {
    padding: 8% 0 8% 0;
  }
}
.sec04-titleA {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec04-titleA img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec04-titleA {
    max-width: 522px;
    padding: 0 0 7% 0;
    width: 80%;
  }
}

.sec04-img {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0px 20px;
}
.sec04-img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec04-img {
    padding: 0px 0px 0px 0px;
    width: 90%;
  }
}
.sec04-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sec04-item {
  float: left;
  width: 48%;
}
@media screen and (max-width: 599px) {
  .sec04-item {
    width: 48%;
  }
}
.sec04-item .pic {
  padding: 0px 0px 25px 0px;
}
@media screen and (max-width: 959px) {
  .sec04-item .pic {
    padding: 0px 0px 6% 0px;
  }
}
.sec04-item .title {
  padding: 0px 0px 20px 0px;
  text-align: center;
  font-size: 2rem;
  color: #137299;
}
@media screen and (max-width: 959px) {
  .sec04-item .title {
    font-size: 1.6rem;
    padding: 0px 0px 6% 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec04-item .title {
    font-size: 1.3rem;
  }
}
.sec04-item .txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .sec04-item .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec04-item .txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.sec04-item:nth-child(1) {
  padding: 0 4% 4% 0;
}
@media screen and (max-width: 599px) {
  .sec04-item:nth-child(1) {
    padding: 0 4% 7% 0;
  }
}
.sec04-item:nth-child(2) {
  padding: 0 0 4% 0;
}
@media screen and (max-width: 599px) {
  .sec04-item:nth-child(2) {
    padding: 0 0 7% 0;
  }
}
.sec04-item:nth-child(3) {
  padding: 0 4% 4% 0;
}
@media screen and (max-width: 599px) {
  .sec04-item:nth-child(3) {
    padding: 0 4% 7% 0;
  }
}
.sec04-item:nth-child(4) {
  padding: 0 0 7% 0;
}
@media screen and (max-width: 599px) {
  .sec04-item:nth-child(4) {
    padding: 0 0 7% 0;
  }
}
.sec04-item:nth-child(5) {
  padding: 0 3.75% 0 0;
}
@media screen and (max-width: 599px) {
  .sec04-item:nth-child(5) {
    padding: 0 6% 0 0;
  }
}
.sec04-item:nth-child(6) {
  padding: 0 0 0 0;
}

/* =====================================================

sec05 料金プラン

===================================================== */
.sec05 {
  padding: 70px 0 70px 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec05 {
    padding: 8% 0 8% 0;
  }
}
.sec05 .cont-wrap img {
  width: 100%;
}
.sec05-titleA {
  max-width: 597px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 25px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec05-titleA img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec05-titleA {
    max-width: 300px;
    padding: 0 0 5% 0;
    width: 50%;
  }
}
.sec05-sub {
  max-width: 892px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec05-cap {
  font-size: 2.3rem;
  color: #000;
  padding: 0 0 35px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .sec05-cap {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 4% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-cap {
    font-size: 1.3rem;
    padding: 0 0 3% 0;
    text-align: left;
  }
}
.sec05-cap02 {
  font-size: 2.3rem;
  color: #000;
  padding: 0 0 20px 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .sec05-cap02 {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 3% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-cap02 {
    font-size: 1.3rem;
    padding: 0 0 3% 0;
    text-align: left;
  }
}

.sec05-element {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 60px 20px;
}
@media screen and (max-width: 959px) {
  .sec05-element {
    padding: 0 0px 7% 0px;
    width: 90%;
  }
}
.sec05-element .item {
  display: table;
  background: #1BA7E3;
  float: left;
  width: 31.6%;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  font-size: 2.2rem;
  padding: 15px 0 15px 0;
}
@media all and (-ms-high-contrast: none) {
  .sec05-element .item {
    padding: 22px 0 15px 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .sec05-element .item {
    font-size: 1.5rem;
    padding: 2% 4% 2% 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-element .item {
    width: 49%;
    font-size: 1.3vh;
  }
}
.sec05-element .item span {
  display: table-cell;
  vertical-align: middle;
}
.sec05-element .item:nth-child(1) {
  margin: 0 2.5% 1% 0;
}
@media screen and (max-width: 599px) {
  .sec05-element .item:nth-child(1) {
    margin: 0 2% 1% 0;
  }
}
.sec05-element .item:nth-child(2) {
  margin: 0 2.5% 1% 0;
}
@media screen and (max-width: 599px) {
  .sec05-element .item:nth-child(2) {
    margin: 0 0 1% 0;
  }
}
.sec05-element .item:nth-child(3) {
  margin: 0 0 1% 0;
}
@media screen and (max-width: 599px) {
  .sec05-element .item:nth-child(3) {
    margin: 0 2% 1% 0;
  }
}
.sec05-element .item:nth-child(4) {
  margin: 0 2.5% 0 0;
}
@media screen and (max-width: 599px) {
  .sec05-element .item:nth-child(4) {
    margin: 0 0 1% 0;
  }
}
.sec05-element .item:nth-child(5) {
  margin: 0 2.5% 0 0;
}
@media screen and (max-width: 599px) {
  .sec05-element .item:nth-child(5) {
    margin: 0 2% 0 0;
  }
}
.sec05-element .item:nth-child(6) {
  margin: 0 0 0 0;
}
@media screen and (max-width: 599px) {
  .sec05-element .item:nth-child(6) {
    margin: 0 0 0 0;
  }
}

.sec05-titleB01 {
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .sec05-titleB01 {
    max-width: 692px;
    padding: 0 0 3% 0;
    width: 90%;
  }
}
.sec05-titleB02 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .sec05-titleB02 {
    max-width: 692px;
    padding: 0 0 3% 0;
    width: 90%;
  }
}
.sec05-txt01 {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #000;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 959px) {
  .sec05-txt01 {
    padding: 0 0 4% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-txt01 {
    padding: 0 0 5% 0;
    font-size: 1.1rem;
    text-align: left;
  }
}
.sec05-img01 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 60px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .sec05-img01 {
    width: 90%;
    padding: 0 0px 7% 0px;
  }
}

.sec05-img02 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 50px 20px;
}
@media screen and (max-width: 959px) {
  .sec05-img02 {
    padding: 0 0px 5% 0px;
    width: 90%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-img02 {
    padding: 4% 0px 2% 0px;
    width: 80%;
  }
}
.sec05-img02 .inner {
  float: left;
  width: 31.6%;
}
@media screen and (max-width: 599px) {
  .sec05-img02 .inner {
    float: none;
    width: 100%;
  }
}
.sec05-img02 .inner:nth-child(1) {
  margin: 0 2.5% 1% 0;
}
.sec05-img02 .inner:nth-child(2) {
  margin: 0 2.5% 1% 0;
}
.sec05-img02 .inner:nth-child(3) {
  margin: 0 0 1% 0;
}
.sec05-img02 .box .pic {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 959px) {
  .sec05-img02 .box .pic {
    padding: 0 0 5% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-img02 .box .pic {
    float: left;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .sec05-img02 .box .txt {
    float: right;
    width: 65%;
    text-align: left;
    padding: 0 0 5% 0;
  }
}
.sec05-img02 .box .txt-title {
  font-size: 2.6rem;
  color: #13729A;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 959px) {
  .sec05-img02 .box .txt-title {
    font-size: 1.8rem;
    padding: 0 0 5% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-img02 .box .txt-title {
    font-size: 1.5rem;
    padding: 0 0 2% 0;
  }
}
.sec05-img02 .box .txt-cap {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .sec05-img02 .box .txt-cap {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec05-img02 .box .txt-cap {
    font-size: 1.3rem;
  }
}
.sec05-img02 .box .txt-cap .bl {
  font-weight: bold;
  color: #000;
}

/* =====================================================

sec06 製品ラインナップ

===================================================== */
.sec06 {
  background-image: url(../img/sec06_back.jpg);
  background-position: center bottom -1px;
  background-repeat: repeat-x;
  background-color: #DAEAF9;
  padding: 70px 0 300px 0;
}
@media screen and (max-width: 959px) {
  .sec06 {
    padding: 8% 0 25% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 {
    padding: 8% 0 20% 0;
    background-size: 90%;
  }
}
.sec06 .cont-wrap {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec06 .cont-wrap img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec06 .cont-wrap {
    padding: 0 0 0 0;
    width: 90%;
  }
}
.sec06-titleA {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec06-titleA img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec06-titleA {
    max-width: 344px;
    padding: 0 0 5% 0;
    width: 60%;
  }
}
.sec06-titleB {
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .sec06-titleB {
    max-width: 692px;
    padding: 0 0 4% 0;
    width: 90%;
  }
}

/*-------------- 第1位 --------------*/
.sec06-itemArea01 {
  max-width: 1200px;
  width: 100%;
  background: #FFF;
  padding: 4.2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 959px) {
  .sec06-itemArea01 {
    margin: 0 auto 2% auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06-itemArea01 {
    margin-bottom: 5%;
    padding: 5% 5% 8% 2.9%;
  }
}
.sec06-itemArea01 .inner {
  width: 100%;
}
.sec06-itemArea01 .item01 {
  width: 15.4%;
  padding: 0 4% 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sec06-itemArea01 .itemAll01 {
  width: 60%;
  float: left;
}
@media screen and (max-width: 599px) {
  .sec06-itemArea01 .itemAll01 {
    width: 100%;
  }
}
.sec06-itemArea01 .item03 {
  width: 40%;
  float: left;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 1199px) {
  .sec06-itemArea01 .item03 {
    padding: 0 0 0 2%;
  }
}
.sec06-itemArea01 .item03 .pic {
  max-width: 360px;
  width: 100%;
  padding: 40px 0px 40px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .sec06-itemArea01 .item03 .pic {
    padding: 40px 20px 40px 20px;
    margin: 0 auto;
  }
}
.sec06-itemArea01 .item03 .icon {
  width: 266px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1199px) {
  .sec06-itemArea01 .item03 .icon {
    max-width: 266px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
}

.sec06-feel-free {
  max-width: 1200px;
  width: 100%;
  background: #FFF;
  padding: 4.2%;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06-feel-free {
    padding: 7%;
  }
}
.sec06-feel-free__copy {
  color: #000;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__copy {
    font-size: 1.3rem;
  }
}
.sec06-feel-free__title {
  color: #000;
  font-size: 2.7rem;
  line-height: 1.4;
  padding-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__title {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.sec06-feel-free__title img {
  max-width: 80px;
  margin-left: 20px;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__title img {
    max-width: 60px;
    margin-left: 10px;
  }
}
.sec06-feel-free__copy2 {
  color: #000;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__copy2 {
    font-size: 1.4rem;
  }
}
.sec06-feel-free__text {
  font-size: 1.4rem;
  padding-bottom: 20px;
}
.sec06-feel-free__text--mb-none {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__text {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
}
.sec06-feel-free__rental {
  background: url(../img/sec06s_icon.png) no-repeat 0 10px;
  font-size: 1.7rem;
  color: #000;
  font-weight: bold;
  padding: 0 0 18px 24px;
}

.sec06-feel-free__price {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  background: url(../img/sec06s_icon.png) no-repeat 0 35px;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__price {
    font-size: 1.4rem;
    background: url(../img/sec06s_icon.png) no-repeat 0 24px;
  }
}
.sec06-feel-free__price span {
  font-size: 4.2rem;
  line-height: 1.3;
  color: #FF7F00;
  margin-left: 20px;
}

.sec06-feel-free__price span.small {
  font-size: 2.3rem;
  margin-left: 5px;
  margin-right: 3px;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__price span {
    font-size: 3.6rem;
  }
}
.sec06-feel-free__notice {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .sec06-feel-free__notice {
    font-size: 1.3rem;
  }
}
.sec06 .itemAll01 .titleBox-inner {
  width: 100%;
}
.sec06 .itemAll01 .titleBox-icon {
  width: 27%;
  padding: 0 25px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sec06 .itemAll01 .titleBox-title {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .sec06 .itemAll01 .titleBox-title {
    width: 95%;
    float: right;
    padding: 2.1% 0 0 0;
  }
}
.sec06 .itemAll01 .titleBox .titleA {
  color: #000;
  font-size: 2.2rem;
  padding-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll01 .titleBox .titleA {
    font-size: 1.4rem;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll01 .titleBox .titleA {
    font-size: 1.3rem;
    padding-bottom: 3%;
  }
}
.sec06 .itemAll01 .titleBox .titleB {
  color: #000;
  font-size: 3.5rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll01 .titleBox .titleB {
    font-size: 2.5rem;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll01 .titleBox .titleB {
    font-size: 2rem;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .titleBox .titleB {
    font-size: 1.8rem;
    padding-bottom: 6%;
  }
}
.sec06 .itemAll01 .other {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .sec06 .itemAll01 .other {
    padding: 0 0 0 4.2%;
  }
}
.sec06 .itemAll01 .other-pic {
  max-width: 260px;
  width: 38%;
  margin: 0 auto 6% auto;
}
.sec06 .itemAll01 .other-icon {
  max-width: 266px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll01 .other-icon {
    padding-bottom: 5%;
  }
}
.sec06 .itemAll01 .other-cap {
  font-size: 2.5rem;
  color: #000;
  padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll01 .other-cap {
    font-size: 2rem;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll01 .other-cap {
    font-size: 1.8rem;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .other-cap {
    font-size: 1.4rem;
    text-align: center;
  }
}
.sec06 .itemAll01 .other-txt01 {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll01 .other-txt01 {
    font-size: 1.3rem;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .other-txt01 {
    font-size: 1.2rem;
    padding-bottom: 5%;
  }
}
.sec06 .itemAll01 .other-titleA {
  background: url(../img/sec06s_icon.png) no-repeat 0 10px;
  font-size: 1.7rem;
  color: #000;
  padding: 0 0 18px 24px;
  border-bottom: 1px solid #CCC;
}
@media all and (-ms-high-contrast: none) {
  .sec06 .itemAll01 .other-titleA {
    padding: 5px 0 18px 24px !important;
  }
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-titleA {
    background: url(../img/sec06s_icon.png) no-repeat 0 6px;
    font-size: 1.4rem;
    padding: 0 0 3% 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .other-titleA {
    background: url(../img/sec06s_icon.png) no-repeat 0 7px;
    padding: 0 0 2% 24px;
  }
}
.sec06 .itemAll01 .other-titleB {
  background: url(../img/sec06s_icon.png) no-repeat 0 10px;
  font-size: 1.7rem;
  color: #000;
  padding: 0 0 18px 24px;
}
@media all and (-ms-high-contrast: none) {
  .sec06 .itemAll01 .other-titleB {
    padding: 5px 0 18px 24px !important;
  }
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-titleB {
    background: url(../img/sec06s_icon.png) no-repeat 0 6px;
    font-size: 1.4rem;
    padding: 0 0 4% 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .other-titleB {
    background: url(../img/sec06s_icon.png) no-repeat 0 7px;
    padding: 0 0 3% 24px;
  }
}
.sec06 .itemAll01 .other-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-list {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .other-list {
    margin-bottom: 6%;
  }
}
.sec06 .itemAll01 .other-listtxt {
  font-size: 1.4rem;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-listtxt {
    font-size: 1.3rem;
    padding: 3% 0 2% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll01 .other-listtxt {
    font-size: 1.2rem;
    padding: 3% 0 2% 0;
  }
}
.sec06 .itemAll01 .other-chrageBox .txt02 {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-chrageBox .txt02 {
    font-size: 1.6rem;
  }
}
.sec06 .itemAll01 .other-chrageBox .txt03 {
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-chrageBox .txt03 {
    font-size: 1.2rem;
  }
}
.sec06 .itemAll01 .other-chrageA {
  float: left;
  background: url(../img/sec06_plan_iconA.png) no-repeat 0 0;
  padding: 0 20px 10px 50px;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-chrageA {
    float: none;
    background-size: 36px;
    padding: 0 0 8px 43px;
  }
}
.sec06 .itemAll01 .other-chrageA .txt01 {
  font-size: 4.2rem;
  line-height: 1;
  color: #19A5E3;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-chrageA .txt01 {
    font-size: 3.6rem;
  }
}
.sec06 .itemAll01 .other-chrageB {
  float: left;
  background: url(../img/sec06_plan_iconB.png) no-repeat 0 0;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-chrageB {
    float: none;
    background-size: 36px;
    padding: 0 0 10px 43px;
  }
}
.sec06 .itemAll01 .other-chrageB .txt01 {
  font-size: 4.2rem;
  line-height: 1;
  color: #FF7F00;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll01 .other-chrageB .txt01 {
    font-size: 3.6rem;
  }
}

/*-------------- 第2位 第3位 --------------*/
.sec06-itemBox {
  max-width: 1200px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .sec06-itemBox {
    width: 100%;
  }
}
.sec06-itemArea02 {
  float: left;
  background: #FFF;
  padding: 2.1% 4.2% 4.2% 2.1%;
  width: 49%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .sec06-itemArea02 {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    padding: 5% 5% 8% 2.9%;
  }
}
.sec06-itemArea02:nth-child(1) {
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  .sec06-itemArea02:nth-child(1) {
    margin-right: 0;
  }
}

.sec06 .itemAll02 {
  width: 100%;
}
.sec06 .itemAll02 .titleBox-inner {
  width: 100%;
}
.sec06 .itemAll02 .titleBox-icon {
  width: 27%;
  padding: 0 25px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sec06 .itemAll02 .titleBox-title {
  width: 73%;
  float: right;
  padding: 2.1% 0 0 0;
}
.sec06 .itemAll02 .titleBox .titleA {
  color: #000;
  font-size: 1.6rem;
  padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll02 .titleBox .titleA {
    font-size: 1.4rem;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll02 .titleBox .titleA {
    font-size: 1.3rem;
    padding-bottom: 3%;
  }
}
.sec06 .itemAll02 .titleBox .titleB {
  color: #000;
  font-size: 3rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll02 .titleBox .titleB {
    font-size: 2.5rem;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll02 .titleBox .titleB {
    font-size: 2rem;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .titleBox .titleB {
    font-size: 1.8rem;
    padding-bottom: 6%;
  }
}
.sec06 .itemAll02 .other {
  padding: 0 0 0 4.2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.sec06 .itemAll02 .other-pic {
  max-width: 260px;
  width: 38%;
  margin: 0 auto 6% auto;
}
.sec06 .itemAll02 .other-icon {
  max-width: 266px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll02 .other-icon {
    padding-bottom: 5%;
  }
}
.sec06 .itemAll02 .other-cap {
  font-size: 2.5rem;
  color: #000;
  padding-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .sec06 .itemAll02 .other-cap {
    font-size: 2rem;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll02 .other-cap {
    font-size: 1.8rem;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .other-cap {
    font-size: 1.4rem;
    text-align: center;
  }
}
.sec06 .itemAll02 .other-txt01 {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec06 .itemAll02 .other-txt01 {
    font-size: 1.3rem;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .other-txt01 {
    font-size: 1.2rem;
    padding-bottom: 5%;
  }
}
.sec06 .itemAll02 .other-titleA {
  background: url(../img/sec06s_icon.png) no-repeat 0 10px;
  font-size: 1.7rem;
  color: #000;
  padding: 0 0 18px 24px;
  border-bottom: 1px solid #CCC;
}
@media all and (-ms-high-contrast: none) {
  .sec06 .itemAll02 .other-titleA {
    padding: 5px 0 18px 24px !important;
  }
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-titleA {
    background: url(../img/sec06s_icon.png) no-repeat 0 6px;
    font-size: 1.4rem;
    padding: 0 0 3% 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .other-titleA {
    background: url(../img/sec06s_icon.png) no-repeat 0 7px;
    padding: 0 0 2% 24px;
  }
}
.sec06 .itemAll02 .other-titleB {
  background: url(../img/sec06s_icon.png) no-repeat 0 10px;
  font-size: 1.7rem;
  color: #000;
  padding: 0 0 18px 24px;
}
@media all and (-ms-high-contrast: none) {
  .sec06 .itemAll02 .other-titleB {
    padding: 5px 0 18px 24px !important;
  }
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-titleB {
    background: url(../img/sec06s_icon.png) no-repeat 0 6px;
    font-size: 1.4rem;
    padding: 0 0 4% 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .other-titleB {
    background: url(../img/sec06s_icon.png) no-repeat 0 7px;
    padding: 0 0 3% 24px;
  }
}
.sec06 .itemAll02 .other-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-list {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .other-list {
    margin-bottom: 6%;
  }
}
.sec06 .itemAll02 .other-listtxt {
  font-size: 1.4rem;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-listtxt {
    font-size: 1.3rem;
    padding: 3% 0 2% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .itemAll02 .other-listtxt {
    font-size: 1.2rem;
    padding: 3% 0 2% 0;
  }
}
.sec06 .itemAll02 .other-chrageBox .txt02 {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-chrageBox .txt02 {
    font-size: 1.6rem;
  }
}
.sec06 .itemAll02 .other-chrageBox .txt03 {
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-chrageBox .txt03 {
    font-size: 1.2rem;
  }
}
.sec06 .itemAll02 .other-chrageA {
  float: left;
  background: url(../img/sec06_plan_iconA.png) no-repeat 0 0;
  padding: 0 20px 10px 50px;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-chrageA {
    float: none;
    background-size: 36px;
    padding: 0 0 8px 43px;
  }
}
.sec06 .itemAll02 .other-chrageA .txt01 {
  font-size: 4.2rem;
  line-height: 1;
  color: #19A5E3;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-chrageA .txt01 {
    font-size: 3.6rem;
  }
}
.sec06 .itemAll02 .other-chrageB {
  float: left;
  background: url(../img/sec06_plan_iconB.png) no-repeat 0 0;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-chrageB {
    float: none;
    background-size: 36px;
    padding: 0 0 10px 43px;
  }
}
.sec06 .itemAll02 .other-chrageB .txt01 {
  font-size: 4.2rem;
  line-height: 1;
  color: #FF7F00;
}
@media screen and (max-width: 959px) {
  .sec06 .itemAll02 .other-chrageB .txt01 {
    font-size: 3.6rem;
  }
}

.sec06 .un {
  background: #FFF;
  width: 100%;
}
.sec06 .un-itemA {
  width: 27%;
  padding: 25px 50px 25px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.sec06 .un-itemA img {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec06 .un-itemA {
    padding: 2% 4% 2% 0%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .un-itemA {
    width: 100%;
    float: none;
    padding: 8% 20% 0% 20%;
  }
}
.sec06 .un-itemB {
  width: 73%;
  padding: 50px 0px 50px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.sec06 .un-itemB img {
  max-width: 813px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec06 .un-itemB {
    padding: 4% 0% 4% 4%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .un-itemB {
    width: 100%;
    float: none;
    padding: 8% 10% 8% 10%;
    text-align: center;
  }
}
.sec06 .un-itemB .txt02 {
  color: #000;
  padding: 8% 0% 0% 0%;
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec06 .un-itemB .txt02 {
    font-size: 1.2rem;
  }
}

/* =====================================================

  slider

===================================================== */
.slid {
  width: 100%;
  margin: 0;
  background-color: transparent !important;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .slid {
    padding-bottom: 5%;
  }
}

.slid_wrap {
  width: 100%;
  background-color: transparent !important;
  overflow: visible;
}

.bx-wrapper {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  position: relative !important;
  max-width: 1200px !important;
  width: 100% !important;
}

.bx-viewport {
  background-color: transparent !important;
}

.bxslider01 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: transparent !important;
  overflow: visible;
}

.bxslider01 li {
  margin: 0 20px 0 0;
  padding: 0;
  width: 285px !important;
}
@media screen and (max-width: 959px) {
  .bxslider01 li {
    margin: 0 10px 0 0;
    width: 230px !important;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .bxslider01 li {
    margin: 0 5px 0 0;
    width: 0.8% !important;
  }
}

.bxslider01 img {
  width: 100%;
}

.bx-wrapper .bx-prev {
  right: 15px !important;
  background: url("images/controls.png") no-repeat -43px -32px !important;
}

.bx-wrapper .bx-prev:hover {
  opacity: 0.4 !important;
}

.bx-wrapper .bx-next {
  left: 15px !important;
  background: url("images/controls.png") no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next:hover {
  opacity: 0.4 !important;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute !important;
  top: 50% !important;
  margin-top: -25% !important;
  outline: 0 !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px !important;
  z-index: 9999 !important;
}
@media screen and (max-width: 959px) {
  .bx-wrapper .bx-controls-direction a {
    margin-top: -50% !important;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none !important;
}

/* =====================================================

  sec07 対応エリア

===================================================== */
.sec07 {
  padding: 0 0 70px 0;
}
@media screen and (max-width: 959px) {
  .sec07 {
    padding: 8% 0 8% 0;
  }
}
.sec07 .cont-wrap {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec07 .cont-wrap img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec07 .cont-wrap {
    padding: 0 0 0 0;
    width: 90%;
  }
}
.sec07-titleA {
  max-width: 257px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec07-titleA img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec07-titleA {
    max-width: 217px;
    padding: 0 0 5% 0;
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .sec07-item {
    float: left;
    width: 47.5%;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 959px) {
  .sec07-item {
    float: left;
    width: 47.5%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 599px) {
  .sec07-item {
    width: 100%;
    padding-bottom: 4%;
  }
}
.sec07-item:nth-child(1) {
  padding-right: 5%;
}
.sec07 .itemA {
  background: #1CA8E3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 40px 0 40px;
}
@media screen and (max-width: 959px) {
  .sec07 .itemA {
    padding: 0 5% 0 5%;
  }
}
.sec07 .itemA-title {
  font-size: 3rem;
  color: #FFF;
  border-bottom: 1px dotted #FFF;
  padding: 12px 0 12px 0;
}
@media all and (-ms-high-contrast: none) {
  .sec07 .itemA-title {
    padding: 22px 0 10px 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .sec07 .itemA-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec07 .itemA-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) and (max-width: 599px) {
  .sec07 .itemA-title {
    font-size: 1.6rem;
  }
}
.sec07 .itemA-tel {
  font-size: 5rem;
  color: #FFF;
  padding: 8px 0 8px 0;
}
.sec07 .itemA-tel a {
  text-decoration: none;
  color: #FFF;
}
.sec07 .itemA-tel span {
  background: url(../img/free_tel_icon02.png) no-repeat 0 50%;
  padding: 0px 0 0px 90px;
}
@media screen and (max-width: 1199px) {
  .sec07 .itemA-tel span {
    background-size: 48px;
    padding: 0px 0 0px 60px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec07 .itemA-tel span {
    background-size: 27px;
    padding: 0px 0 0px 37px;
  }
}
@media screen and (max-width: 1199px) {
  .sec07 .itemA-tel {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sec07 .itemA-tel {
    font-size: 2.4rem;
  }
}
.sec07 .itemB {
  border: 1px solid #1CA8E3;
  line-height: 1.7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 30px;
}
@media screen and (max-width: 959px) {
  .sec07 .itemB {
    font-size: 1.4rem;
    padding: 5% 6%;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec07 .itemB {
    font-size: 1.3rem;
    padding: 2% 3%;
  }
}

.sec07-txt {
  text-align: center;
  padding: 0 0 0 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .sec07-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec07-txt {
    background: #EEE;
    font-size: 1.2rem;
    padding: 10px;
  }
}

/* =====================================================

  sec08 お問い合わせ

===================================================== */
.sec08 {
  background-image: url(../img/sec04_back.jpg);
}
.sec08 .w-back {
  padding: 70px 0 70px 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 959px) {
  .sec08 .w-back {
    padding: 8% 0 8% 0;
  }
}
.sec08 .cont-wrap {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec08 .cont-wrap img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec08 .cont-wrap {
    padding: 0 0 0 0;
    width: 90%;
  }
}
.sec08-titleA {
  max-width: 703px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sec08-titleA img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec08-titleA {
    max-width: 663px;
    padding: 0 0 7% 0;
    width: 100%;
  }
}

.sec08-all {
  background: #FFF;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
}
@media screen and (max-width: 959px) {
  .sec08-all {
    padding: 5%;
  }
}

/* =====================================================

 form

===================================================== */
/* button, input, select, textareaのフォントを統一 */
button, input, select, textarea {
  font-family: inherit;
}

.sec08-txt {
  text-align: center;
  padding: 0 0 50px 0;
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 959px) {
  .sec08-txt {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 0 0 5% 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .sec08-txt {
    text-align: left;
    font-size: 1.3rem;
  }
}

/*------必須項目-------*/
.ess {
  background: #FF8000;
  color: #FFF;
  font-size: 1.1rem;
  padding: 1px 6px 0px 6px;
  margin: 0 5px 0 5px;
  display: inline-block;
}

.tbl01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .tbl01 {
    margin-bottom: 30px;
  }
}
.tbl01 tr {
  border-top: 1px solid #DDD;
}
.tbl01 tr:last-child {
  border-bottom: 1px solid #DDD;
}
.tbl01-title {
  width: 23%;
  text-align: left;
  vertical-align: top;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 22px 22px 0px;
}
@media screen and (max-width: 959px) {
  .tbl01-title {
    display: block;
    width: 100%;
    padding: 22px 0px 10px 0px;
  }
}
.tbl01-title .item {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1.4;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 599px) {
  .tbl01-title .item {
    font-size: 1.3rem;
  }
}
.tbl01-cont {
  width: 77%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 22px 22px 0px;
}
@media screen and (max-width: 959px) {
  .tbl01-cont {
    display: block;
    width: 100%;
    padding: 0px 0px 22px 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .tbl01-cont {
    font-size: 1.3rem;
  }
}
.tbl01-cont .element01 {
  padding: 0px 25px 0px 0px;
  margin-bottom: 5px;
  display: inline-block;
}
.tbl01-cont input[type=radio] {
  margin: 0px 5px 0 0;
  vertical-align: middle;
}
.tbl01-cont input[type=checkbox] {
  margin: 0px 5px 0 0;
  vertical-align: middle;
}
.tbl01-cont textarea {
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl01-cont input[type=text] {
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl01-cont input[type=text]:placeholder-shown {
  color: #999;
}
.tbl01-cont select {
  background-color: #FFF;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #000;
  line-height: 1;
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  font-family: inherit;
  /*
  appearanceで矢印を消している。
  IEだけは効かないので&::-ms-expandで消している
  */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*selectにおけるplaceholder設定
  option {
      color: #000;
      &:first-child {
          display: none;
      }
  }*/
}
.tbl01-cont select::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
@media screen and (max-width: 599px) {
  .tbl01-cont select {
    max-width: 100%;
    padding: 10px 10px 10px 10px;
  }
}
.tbl01-cont .select-wrapper {
  height: 45px;
  position: relative;
  display: block;
  /*
  selectで消した矢印をselectを囲んだ
  select-wrapperに&::beforeで
  設置して全てのブラウザで統一している。
  */
}
@media screen and (max-width: 599px) {
  .tbl01-cont .select-wrapper {
    max-width: 100%;
  }
}
.tbl01-cont .select-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 38%;
  margin: auto;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  display: block;
}
.tbl01-cont .w100 {
  width: 100%;
}
.tbl01-cont .w80 {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .tbl01-cont .w80 {
    width: 100%;
  }
}
.tbl01-cont .w60 {
  width: 60%;
}
@media screen and (max-width: 599px) {
  .tbl01-cont .w60 {
    width: 100%;
  }
}
.tbl01-cont .w50 {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .tbl01-cont .w50 {
    width: 100%;
  }
}
.tbl01-cont .w40 {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .tbl01-cont .w40 {
    width: 100%;
  }
}
.tbl01-cont .cap {
  padding: 10px 0 0 0;
}
.tbl01-cont .cap02 {
  padding: 10px 0 10px 0;
}
.tbl01-cont :placeholder-shown {
  color: #CCC;
}
.tbl01-cont ::-webkit-input-placeholder {
  color: #CCC;
}
.tbl01-cont :-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.tbl01-cont ::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.tbl01-cont :-ms-input-placeholder {
  color: #CCC;
}

.ad dt {
  padding: 0 0 6px 0;
  color: #000;
}
.ad dd {
  padding: 0 0 18px 0;
}
@media screen and (max-width: 959px) {
  .ad dd {
    padding: 0 0 15px 0;
  }
}
.ad dd:last-child {
  padding: 0 0 0 0;
}

.zip_address {
  max-width: 500px;
  width: 40%;
  padding: 12px 10px 11px 10px;
  margin-left: 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  color: #222222;
  vertical-align: middle;
  border: 1px solid #666;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zip_address::before {
  width: 20px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zip_address::after {
  width: 8px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .zip_address {
    max-width: 100%;
    margin-left: 10px;
    padding: 12px 10px 11px 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .zip_address {
    font-size: 1.3rem;
    margin-top: 14px;
    margin-left: 0px;
    width: 100%;
  }
}
.zip_address:hover {
  background: #1CA8E3;
  color: #FFF;
  border: 1px solid #1CA8E3;
  /*@include mq(tb) {
      background: #fff;
      color: #222222;
      &::before {
          background: #222;
      }
      &::after {
          background: #222;
      }
  }*/
}
.zip_address:hover::before {
  background: #fff;
}
.zip_address:hover::after {
  background: #fff;
}

.linkbox01 {
  padding: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .linkbox01 {
    text-align: left;
  }
}
.linkbox01 p {
  padding: 0 0 8px 0;
  line-height: 1.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .linkbox01 p {
    font-size: 1.2rem;
    padding: 0 0 0px 0;
  }
}
.linkbox01 a {
  color: #43A1D0 !important;
}
.linkbox01 a:hover {
  text-decoration: underline;
  color: #43A1D0;
}

.btn-box {
  text-align: center;
}

.btn-cover {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .btn-cover {
    display: block;
  }
}
.btn-cover-item {
  float: left;
  padding: 0px 10px 0px 10px;
}
@media screen and (max-width: 599px) {
  .btn-cover-item {
    float: none;
    padding: 0px 0px 0px 0px;
  }
}
.btn-cover-item:nth-child(2) {
  padding: 0px 10px 0px 0px;
}
@media screen and (max-width: 599px) {
  .btn-cover-item:nth-child(2) {
    padding: 10px 0px 0px 0px;
  }
}

.btnbox01 .base-btn {
  border: none;
  cursor: pointer;
  background: #1CA8E3 url(../img/arrow_icon02.png) no-repeat 25px 50%;
  color: #FFF !important;
  padding: 20px 80px 18px 80px;
  display: inline-block;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .btnbox01 .base-btn {
    padding: 20px 80px 18px 80px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .btnbox01 .base-btn {
    width: 100%;
    padding: 15px 0 13px 0;
  }
}
.btnbox01 .base-btn:visited {
  color: #FFF;
}
.btnbox01 .base-btn:hover {
  background: #999 url(../img/arrow_icon02.png) no-repeat 25px 50%;
}
.btnbox01 .base-btn span {
  padding: 0px 0px 1px 0px;
}

.btnbox02 .base-btn {
  border: none;
  cursor: pointer;
  background: #666 url(../img/arrow_icon02.png) no-repeat 25px 50%;
  color: #FFF !important;
  padding: 20px 40px 18px 50px;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .btnbox02 .base-btn {
    padding: 20px 40px 18px 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .btnbox02 .base-btn {
    width: 100%;
    padding: 15px 0 13px 0;
  }
}
.btnbox02 .base-btn:visited {
  color: #FFF;
}
.btnbox02 .base-btn:hover {
  background: #999 url(../img/arrow_icon02.png) no-repeat 25px 50%;
}
.btnbox02 .base-btn span {
  padding: 0px 0px 1px 0px;
}

/* error　エラー画面
---------------------------------------*/
.error-lead-text {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #E30416;
  text-align: center;
  padding: 20px 0 20px 0em;
  box-sizing: border-box;
  border-top: 1px solid #e30416;
  border-bottom: 1px solid #e30416;
}
@media screen and (max-width: 959px) {
  .error-lead-text {
    margin: 0 auto 20px auto;
    font-size: 1.4rem;
  }
}

.error-text {
  margin-top: 10px;
  color: #E30416;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .error-text {
    font-size: 1.3rem;
  }
}

/* send 完了画面
---------------------------------------*/
.send-block .box01 {
  border-top: 2px solid #1CA8E3;
  border-bottom: 1px dotted #1CA8E3;
  padding: 35px 0;
  text-align: center;
  color: #026CAC;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .send-block .box01 {
    font-size: 1.8rem;
    padding: 25px 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .send-block .box01 {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
.send-block-text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .send-block-text {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .send-block-text {
    font-size: 1.3rem;
  }
}

/* =====================================================

 footer

===================================================== */
footer {
  background: #026CAC;
  text-align: center;
  display: block;
}
footer .cont-wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 60px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  footer .cont-wrap {
    width: 90%;
    padding: 7% 0 5% 0;
  }
}

footer .logoBox .cap {
  color: #FFF;
  font-size: 1.4rem;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 599px) {
  footer .logoBox .cap {
    font-size: 1.2rem;
  }
}
footer .logoBox .logo {
  max-width: 200px;
  width: 100%;
  padding: 8px 20px;
  margin: 0 auto 15px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  footer .logoBox .logo {
    width: 60%;
  }
}
footer .logoBox .logo img {
  width: 100%;
}
footer .link {
  padding: 0 0 15px 0;
}
@media screen and (max-width: 599px) {
  footer .link {
    padding: 0 0 0 0;
  }
}
footer .link a {
  background: url(../img/arrow_icon03.png) no-repeat 0 50%;
  color: #FFF;
  text-decoration: none;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 599px) {
  footer .link a {
    font-size: 1.3rem;
    background-size: 8px;
  }
}
footer .link a:hover {
  text-decoration: underline;
}

footer .telBox {
  padding: 0 0 2% 0;
}
footer .telBox .inner {
  display: inline-block;
  width: 70%;
}
footer .telBox-item {
  width: 50%;
  float: left;
  border-right: 1px dotted #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer .telBox-item-title {
  font-size: 2.7rem;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  footer .telBox-item-title {
    font-size: 2.2vw;
  }
}
footer .telBox-item-no {
  font-size: 4rem;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  footer .telBox-item-no {
    font-size: 3.5vw;
  }
}
footer .telBox-item-no a {
  text-decoration: none;
  color: #FFF;
}
footer .telBox-item-no span {
  background: url(../img/free_tel_icon02.png) no-repeat 0 50%;
  background-size: 14%;
  padding: 0 0 0 16%;
}
footer .telBox-item:nth-child(1) {
  border-left: 1px dotted #FFF;
}
footer .cap02 {
  color: #FFF;
}
@media screen and (max-width: 959px) {
  footer .cap02 {
    font-size: 1.3rem;
  }
}

footer .crBox {
  background: #025688;
  text-align: center;
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 599px) {
  footer .crBox {
    padding: 5% 0 30% 0;
  }
}
footer .crBox .cr {
  font-size: 1.2rem;
  color: #FFF;
}

/* =====================================================

  SP用　フッタ固定　お問合わせボタン

===================================================== */
.sp-footbox {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
}
.sp-footbox__inner li {
  float: left;
  width: 50%;
  display: inline-block;
  font-size: 1.4rem;
  background-color: rgba(28, 168, 227, 0.8);
  background-position: 12px 50%;
  background-repeat: no-repeat;
}
.sp-footbox__inner li:nth-child(2) a {
  border-right: solid 1px rgba(28, 168, 227, 0.8);
}
.sp-footbox__inner li a {
  display: block;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-right: #FFFFFF dotted 1px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  background: url(../common/foot_sp_arrow.png) no-repeat center bottom;
}
.sp-footbox__inner li a span {
  background: url(../img/free_tel_icon02.png) no-repeat 0 50%;
  background-size: 15%;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
}

/* =====================================================

  pagetop 

===================================================== */
#pageTop {
  position: fixed;
  width: 44px;
  height: 44px;
  right: 30px;
  bottom: 25px;
  display: block;
  z-index: 9999;
}
@media screen and (max-width: 959px) {
  #pageTop {
    bottom: 60px;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  #pageTop {
    width: 34px;
    height: 34px;
    right: 10px;
    bottom: 90px;
  }
}

#pageTop a {
  width: 44px;
  height: 44px;
  background-image: url(../img/pagetop.png);
  background-size: 44px 44px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  #pageTop a {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
}

#pageTop a:hover {
  opacity: 0.6;
}

.crecla-bnr {
  margin-top: 40px;
}

.crecla-bnr a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

@media screen and (max-width: 599px) {
  .crecla-bnr {
    margin-top: 20px;
  }
}/*# sourceMappingURL=base.css.map */