@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/********************************
DEFAULT
*********************************/
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, caption, address, th {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
*/
ul, ol, li, dl, dt, dd {
  list-style: none;
}

img, iframe {
  vertical-align: middle;
  border: 0px;
}

img {
  max-width: 100%;
  line-height: 0;
  margin: auto;
  font-size: 0;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

select {
  padding: 2px;
}

input, select {
  font-size: 100%;
  vertical-align: middle;
}

input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

textarea {
  font-size: 99%;
}

input {
  vertical-align: middle;
}
::placeholder {
  color: #999;
}
label {
  padding: 0 0 0 2px;
}

hr {
  display: none;
}

a[href^="tel:"] {
  cursor: default;
}

a, a:link {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}

a:hover, a:active {
  color: #00ABEB;
  text-decoration: none;
  font-weight: bold;
}

a[href^="tel:"] {
  cursor: default;
}


body {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, sans-serif;
  line-height: 1.6;
  color: #000;
  font-size: 16px;
  text-align: center;
  min-height: 100%;
  height: auto !important;
  position: relative;
  max-width: 100%;

  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.d_pc {
  display: block;
}

.d_tab {
  display: none;
}

.d_sp {
  display: none;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
	padding:0 20px;
	box-sizing: border-box;
}

.inner.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn_fixed {
  display: none;
}

#Contents{
  padding: 107px 0 0;
}


/*------------------------
 header
------------------------*/
#header {
  background-color: #fff;
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
  z-index: 9999;
	/*height:107px;*/
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

#header .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
	padding-top:10px;
	padding-bottom:10px;
}

#header .inner h1 {
  max-width:306px;
	width:100%;
	height: auto;
}

#header.logo .inner h1 {
  margin:0 auto;
}

#header .inner .box h2 {
  color: #DC4134;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-weight: 900;
  text-align: center;
	margin:0 auto 4px auto;
	max-width:490px;
	position: relative;
}

#header .inner .box h2 p {
	background:#fff;
	padding:0 15px;
	z-index: 1;


}

#header .inner .box h2::before {
  content: "";
  background-color: #DC4134;
  height: 3px;
  width: 100%;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-1.5px;
}

#header .inner .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
	max-width:500px;
	margin:0 auto;
}

#header .inner .box ul li{
  margin:0 5px;
	width:26%
}

#header .inner .box ul li.tel{
  width:42%;
}



/*------------------------
 visual
------------------------*/
#visual {
  background-image: url("../images/bg.png");
}

.campain_banner{
  background-color: #93D5EF;
}
.campain_pc{
  display: block;
  width: 1400px;
  max-width: 100%;
}
.campain_sp{
  display: none;
}

.headingLv2 {
  color: #DC4134;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  padding: 0 0 70px 0;
  text-align: center;
}

.headingLv2::after {
  content: "";
  background: #dc4134;
  background: -webkit-linear-gradient(left, #f3aa02 0%, #dc4134 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f3aa02), to(#dc4134));
  background: linear-gradient(to right, #f3aa02 0%, #dc4134 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3aa02', endColorstr='#dc4134',GradientType=1 );
  display: block;
  height: 7px;
  margin: 20px auto 0;
  width: 127px;
}



.sp40{
  margin:80px 0 ;
}


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

}

@media screen and (max-width: 900px) {
  .logo {
    height: 100px;
  }
  .logo h1 {
    background-image: url("../images/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 336px;
  }
  #Contents{
		padding: 0;
  }
	
	#header{
		position: relative;
		height: auto;
	}
	
	#header .inner h1 {
		max-width:200px;
		margin:0 auto;
	}

 	#header .inner .box {
    width: 100%;
		position: fixed;
		bottom:0;
		left:0;
		z-index: 1;
		background:#fff;
		padding:10px 10px 15px 10px;
  }

  #header .inner .box h2 p {
    margin: 0 11px;
  }

  .btn_fixed {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
  }
  .btn_fixed a img {
    width: 100%;
  }
  .btn_fixed.isActive {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
	
	.headingLv2 {
		font-size: 40px;
  	padding: 0 0 40px 0;
	}
}

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

@media screen and (max-width: 414px) {
  .d_pc {
    display: none;
  }
  .d_tab {
    display: none;
  }
  .d_sp {
    display: block;
  }
  .inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .logo {
    height: 56px;
  }
  .logo h1 {
    background-image: url("../images/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 168px;
  }
  #Contents{
    padding: 0;
  }
  #header {
    position: relative;
  }
  #header .inner {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  #header .inner .box {
    width: 100%;
  }
  #header .inner .box h2 {
    font-size: 12px;
  }

  #header .inner .box ul {
   
  }

  .headingLv2 {
    font-size: 33px;
  }
  .headingLv2::after {
    margin: 15px auto 0;
  }

}


/*------------------------
 price
------------------------*/
#price {
  padding: 70px 0;
}
@media screen and (max-width: 900px) {
  #price {
    padding: 40px 0;
  }
}

/*------------------------
 news
------------------------*/
#news {
  padding:0 0 70px 0 ;
}
#news h2{
  text-align: left;
  font-weight: bold;
}
#news p{
  text-align: left;
}
@media screen and (max-width: 900px) {
  #newse {
    padding:0 0 40px 0;
  }
}

/*------------------------
 tokuten
------------------------*/
#tokuten {
  padding: 70px 0;
	background:#DC4134;
}
#tokuten .inner{
  max-width:1040px;
}

#tokuten .tokuten_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#tokuten .tokuten_list li{
	width:48%;
	margin-top:4%;
}

#tokuten .tokuten_list li.column-3{
	width:30.5%;
}

#tokuten .tokuten_list li.column-1{
	width:100%;
}

#tokuten .tokuten_attention{
	margin-top:4%;
	text-align: left;
	font-size:14px;
	color:#fff;
}

#tokuten .tokuten_attention span{
	text-decoration: underline;
}

#tokuten .tokuten_reg{
	display: flex;
	justify-content: center;
	margin-top:4%;
}

#tokuten .tokuten_reg a{
	background:#fff;
	color:#DC4134;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1;
	font-size:40px;
	font-weight: bold;
	padding:0.5em 2em 0.5em 1em;
	border-radius: 100px;
	position: relative;
}

#tokuten .tokuten_reg a::before{
	content:"";
	width:55px;
	height:52px;
	background:url("../images_2308/line_logo.svg") no-repeat 50% 50%;
	background-size:contain;
	display: inline-block;
	margin-right:10px;
}

#tokuten .tokuten_reg a::after{
	content:"";
	width:17px;
	height:32px;
	background:url("../images_2308/icon_arrow.svg") no-repeat 50% 50%;
	background-size:contain;
	position: absolute;
	right:30px;
	top:50%;
	margin-top:-16px;
}

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

  #tokuten .tokuten_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#tokuten .tokuten_list li{
		width:100%;
		margin-top:20px;
	}

	#tokuten .tokuten_list li.column-3{
		width:100%;
	}
	
	#tokuten .tokuten_attention{
		margin-top:30px;
		font-size:12px;
	}

	#tokuten .tokuten_reg{
		margin-top:40px;
	}

}

@media screen and (max-width: 640px) {
	
	#tokuten .tokuten_reg a{
		font-size:28px;
	}

	#tokuten .tokuten_reg a::before{
		content:"";
		width:34px;
		height:31px;
		margin-right:7px;
	}

	#tokuten .tokuten_reg a::after{
		width:10px;
		height:18px;
		right:20px;
		margin-top:-9px;
	}
}

@media screen and (max-width: 414px) {
	#tokuten {
		padding: 40px 0;
	}
}

/*------------------------
 flow
------------------------*/
#flow {
  background-color: #F1F0E7;
  padding: 70px 0;
}

#flow ul li {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
}

#flow ul li > img {
  margin: 0 50px 0 0;
  max-width: 100%;
  width: 368px;
}

#flow ul li dl {
  text-align: left;
  width: 100%;
}

#flow ul li dl dt {
  color: #DC4134;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Noto Sans JP';
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

#flow ul li dl dt img {
  margin: 0 20px 0 0;
  width: 88px;
  max-width: 100%;
}

#flow ul li dl dd {
  font-family: 'Noto Sans JP';
  line-height: 2;
  margin: 35px 0 0;
}

#flow ul li.arrow {
  background-color: transparent;
  display: block;
  padding: 18px;
}

#flow ul li.arrow img {
  margin: auto;
  width: auto;
}

@media screen and (max-width: 900px) {
  #flow {
    padding: 40px 0;
  }
  #flow ul li {
    background-color: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
  #flow ul li > img {
    margin: 0 29px 0 0;
    width: 40%;
  }
  #flow ul li dl {
    text-align: left;
    width: 100%;
  }
  #flow ul li dl dt {
    color: #DC4134;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
  }
  #flow ul li dl dt img {
    margin: 0 12px 0 0;
    width: 59px;
  }
  #flow ul li dl dd {
    font-family: 'Noto Sans JP';
    line-height: 1.6;
    margin: 17px 0 0;
  }
  #flow ul li.arrow {
    background-color: transparent;
    display: block;
    padding: 18px;
  }
  #flow ul li.arrow img {
    margin: auto;
    width: 73px;
  }
}

@media screen and (max-width: 414px) {
  #flow ul li {
    display: block;
    padding: 20px;
  }
  #flow ul li > img {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #flow ul li dl dt {
    font-size: 24px;
  }
  #flow ul li dl dt img {
    margin: 0 12px 0 0;
    width: 59px;
  }
  #flow ul li dl dd {
    line-height: 1.5;
    margin: 18px 0 0;
  }
  #flow ul li.arrow img {
    margin: auto;
    width: 73px;
  }
}


/*------------------------
 shop
------------------------*/
#shop {
  padding: 70px 0;
}
#shop ul {
  margin: 0 auto;
}
#shop h3 {
  font-size: 24px;
  font-weight: bold;
  color: #dc4035;
  margin-bottom: 15px;
}
#shop p {
  margin-bottom: 15px;
}
#shop ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#shop li {
  width: 23%;
  margin: 0 1%;
}
#shop li:last-child {
  margin-right: 0;
}
#shop li table {
  border-top: 1px solid #ded7c7;
  border-right: 1px solid #ded7c7;
	width:100%;
	box-sizing: border-box;
}
#shop li table tr.access td {
  height: 8em;
}
#shop li table th {
  white-space: nowrap;
  font-size: 14px;
  padding: 6px 10px;
  text-align: center;
  background: #f7f5ef;
  border-bottom: 1px solid #ded7c7;
  border-left: 1px solid #ded7c7;
  font-weight: bold;
}
#shop li table td {
  font-size: 14px;
  padding: 6px 10px;
  text-align: left;
  border-bottom: 1px solid #ded7c7;
  border-left: 1px solid #ded7c7;
}
#shop li table td a{
  font-weight: bold;
  color: #00ABEB;
  text-decoration:underline;
}

@media screen and (max-width: 900px) {
	#shop {
		padding: 40px 0;
	}
  #shop ul {
    justify-content: space-between;
  }
  #shop li {
    margin: 0 0 10px 0;
    width: 48%;
  }
	#shop li table tr.access td {
  height: 6em;
}
}

@media screen and (max-width: 768px) {
  #shop h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #shop ul {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #shop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #shop li p img {
    width: 100%;
  }
  #shop li table {
    width: 100%;
  }
	#shop li table tr.access td {
  height: auto;
}
}


/*------------------------
 voice
------------------------*/
#voice {
	background: #f1f0e7;
	padding: 70px 0;
}
#voice .headingLv2 {
	padding-top:0;
}
#voice .inner {

}
#voice .icn_voice {
	text-align: center;
  margin: 10px auto 0;
	width: 187px;
	max-width: 100%;
}
#voice ul {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#voice ul li {
	margin-bottom: 30px;
	width: 23%;
	float: left;
	margin: 0 1%;
}

#voice .step {
	background: #fff;
	padding: 30px 50px 20px;
	border-radius: 8px;
}
#voice .no {
	float: left;
	width: 90px;
	text-align: left;
}
#voice dl {
	float: left;
	text-align: left;
	width: 100%;
}
#voice dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
#voice dl dd {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: right;
}

.balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	min-height: 300px;
	color: #555;
	background: #fff;
	border-radius: 6px;
	float: none;
}
.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 0;
	margin-left: 0;
	border: 15px solid transparent;
	border-left: 0;
	border-top: 15px solid #fff;
}
.balloon p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 900px) {
  #voice {
    padding: 40px 0;
  }
  #voice ul {
    justify-content: space-between;
  }
  #voice ul li {
    width: 48%;
		margin-bottom:40px;
  }
}

@media screen and (max-width: 768px) {
  #voice ul li {
    width: 100%;
  }
  #voice ul li:last-of-type {
    margin-bottom:0;
  }
  .balloon {
    min-width: 120px;
    max-width: 100%;
    min-height: auto;
	}
}


/*------------------------
 media
------------------------*/
#media {
  padding: 0;
	background:#9A7C37;
}

#media h2{
  display: none;
}

#media .award{
	max-width:800px;
	margin:0 auto;
	padding:70px 0;
	display: flex;
	justify-content: space-between;
}

#media .award .award_badge{
	width:28.75%;
}

#media .award .award_text{
	width:63.75%;
}


@media screen and (max-width: 414px) {
  
#media .award{
	display: block;
	padding:40px 0;
}
#media .award .award_badge{
	width:90%;
	margin:0 auto;
}

#media .award .award_text{
	width:90%;
	margin:10% auto 0 auto;
}

}


/*------------------------
 faq
------------------------*/
#faq {
  padding: 70px 0;
}

#faq ul li {
  border: solid 3px #DC4134;
  border-radius: 20px;
  font-family: 'Noto Sans JP';
  font-size: 29px;
  line-height: 1;
  margin: 0 0 38px 0;
  padding: 30px 35px 35px;
  text-align: left;
}

#faq ul li dl .acd-head {
  cursor: pointer;
  position: relative;
	padding:0 60px 0 40px;
}

#faq ul li dl .acd-head strong {
  color: #DC4134;
  font-size: 40px;
  font-family: 'Roboto';
  font-weight: bold;
  margin:0;
	position: absolute;
  left: 0;
  top: 0;
	line-height: 1;
}

#faq ul li dl .acd-head p {
  line-height: 1.4;
}

#faq ul li dl .acd-head::after {
  content: '';
  background-image: url("../images/faq_plus.svg");
  display: block;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

#faq ul li dl .acd-head.checked::after {
  content: '';
  background-image: url("../images/faq_minus.svg");
  display: block;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

#faq ul li dl .acd-body {
  display: none;
  margin: 35px 0 0;
	position: relative;
	
}

#faq ul li dl .acd-body strong {
  color: #DC4134;
  font-size: 40px;
  font-family: 'Roboto';
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
	line-height: 1;
}

#faq ul li dl .acd-body p {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  padding:0 0 0 40px;
}


@media screen and (max-width: 900px) {
	#faq {
		padding: 40px 0;
	}
}

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

  #faq ul li {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 15px 20px 13px;
  }
  #faq ul li dl .acd-head {
    line-height: 1.4;
		padding: 0 40px 0 20px;
  }
  #faq ul li dl .acd-head strong {
    font-size: 20px;
  }

  #faq ul li dl .acd-head::after {
    background-size: contain;
    height: 31px;
    top: 5px;
    width: 31px;
  }
  #faq ul li dl .acd-head.checked::after {
    background-size: contain;
    height: 31px;
    top: 5px;
    width: 31px;
  }
  #faq ul li dl .acd-body {
    display: none;
    margin: 25px 0 0;
    padding: 0 0 15px;
  }
  #faq ul li dl .acd-body strong {
    font-size: 20px;
    margin: 0 6px 0 0;
  }
  #faq ul li dl .acd-body p {
    font-size: 16px;
    padding-left:20px;
		line-height: 1.4;
  }

}

/*------------------------
 form
------------------------*/

#contact {
	padding: 70px 0;
	background: #fff7ee;
}

#contact .FormInner {
	max-width: 1000px;
	margin: 0 auto;
}

#contact .headingLv2 {
	padding-top:0;
}
#contact .gttl {
	 font-size: 18px;
	 margin-bottom: 20px;

}

#contact .fttl {
		max-width: 1000px;
		text-align: left;
		margin: 5px auto 0;
	font-size: 18px;

}

#contact .header {
	line-height: 2.8em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
#contact .header h3 {
	font-size: 42px;
	color: #202020;
	font-weight: bold;
}
#contact .header h3 span {
	padding: 0 0 0 68px;
	background: url(../images/dec_icon03.png) no-repeat left 50%;
}
#contact .header p {
	color: #fa8b08;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
}

#contact dl {
	margin-bottom: 0;
}
#contact dl::after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}
#contact dt {
	float: left;
	width: 30%;
	padding-top: 15px;
	font-size: 18px;
	text-align: left;
}
#contact dt small {
	font-size: 0.7em;
}
#contact dt .must {
	display: block;
	position: relative;
	top: -0.1em;
	float: right;
	margin: 0 1.0em 0 1.0em;
	padding: 0.25em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.8em;
	background: #fa8b08;
}
#contact dt .nini {
	display: block;
	position: relative;
	top: -0.1em;
	float: right;
	margin: 0 1.0em 0 1.0em;
	padding: 0.25em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.8em;
	background: #2965ca;
}
#contact dd {
	float: left;
	width: 70%;
	margin-bottom: 15px;
	text-align: left;
}

#contact dd.hope{
	position: relative;
	top: 0.4em;
}

/* check */
/*#form .com_ttl{
	font-size:24px;
	margin:1em auto;
	font-weight: bold;
}

#form .error_messe{
	color:#DC4134;
}*/


#contact dd input[type='text'], #contact dd textarea {
	display: block;
	width: 100%;
	padding: 15px 15px;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 18px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact dd input[type='tel'], #contact dd textarea {
	display: block;
	width: 100%;
	padding: 15px 15px;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 18px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact dd textarea {
	min-height: 10em;
}
#contact dd select {
	display: inline-block;
	min-width: 32%;
	padding: 0.4em 1.0em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 16px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact dd .select {
	display: inline-block;
	position: relative;
}
#contact dd .select::before {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -0.5em;
	font-size: 0.5em;
}
#contact dd label {
	display: inline-block;
	clear: both;
	margin-top: 0.25em;
	margin-right: 0.6em;
	margin-bottom: 0.5em;
}
#contact dd label input[type='radio'] {
	position: relative;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.25em;
	border: #dadada 1px solid;
	border-radius: 1.4em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact dd label input[type='radio']:checked {
	border: #666 6px solid;
}
#contact dd p {
	text-align: left;
	font-size: 1.2rem;
}
#contact form dl + p {
	margin-top: 1.0rem;
	text-align: center;
}
#contact form p input[type='submit'] {
	display: inline-block;
	position: relative;
	min-width: 40%;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
#contact form p input[type='submit'] {
	border: 0;
	background: #e80000;
}
#contact form p input[type='submit']:hover {
	background: #ae0707;
	cursor: pointer;
	cursor: hand;
}


.btn_back {
	display: inline-block;
	position: relative;
	min-width: 40%;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background: #bbb;
	border: 0;
}

#contact form p .btn_back + input[type='submit'] {
	min-width: 40%;
}
.btn_back:hover {
	background: #aaa;
	cursor: pointer;
	cursor: hand;
	color: #fff;
}

#contact form p .btn_back + input[type='button'] {
	min-width: 40%;
	display: inline-block;
	position: relative;
	min-width: 40%;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background: #e80000;
	border: 0;
}
#contactTable {
	width: 100%;
}
#contactTable th {
	width: 25%;
}
#contactTable th, #contactTable td {
	padding: 1.0em;
	border-bottom: 1px solid #dedede;
	text-align: left;
}
.campaign{
	font-size: 20px;
	font-weight: 800;
    color: #dc4035;
}
.campaign p{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

@media screen and (max-width: 1024px) {
  #contact .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  #contact #contact_anchor {
    padding: 0;
  }
}

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

#contact .header {
	width: 90%;
	margin: 0 auto 15px;
	padding: 0;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
}
#contact .header h3 {
	font-size: 1.6em;
	margin-bottom: 20px;
}
#contact .header h3 span {
	padding: 0 0 0 45px;
	background: url(../images/dec_icon03.png) no-repeat left 50%;
	background-size: contain;
}
#contact .header p {
	margin-bottom: 1.0rem;
	font-size: 0.9rem;
}
#contact dl {
	margin-bottom: 15px;
}
#contact dl::after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}
#contact dt {
	float: none;
	width: 100%;
	padding-top: 0;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	margin-bottom:5px;
}
#contact dt small {
	font-size: 0.7em;
}
#contact dt .must {
	display: inline-block;
	position: relative;
	top: -0.1em;
	float: none;
	margin: 0 1.0em 0 0.5em;
	padding: 0.4em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.7rem;
	background: #ff2f2f;
}
#contact dt .nini {
	display: inline-block;
	position: relative;
	top: -0.3em;
	float: none;
	margin: 0 1.0em 0 0.5em;
	padding: 0.25em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.8rem;
	background: #2965ca;
}
#contact dd {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
#contact dd input[type='text'], #contact dd textarea {
	display: block;
	width: 100%;
	padding: 0.4em 0.4em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 16px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact dd input[type='tel'], #contact dd textarea {
	display: block;
	width: 100%;
	padding: 0.4em 0.4em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 16px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact dd textarea {
	min-height: 5em;
}
#contact dd textarea + .note {
	margin-top: 0.5em;
	font-size: 0.8em;
	text-align: left;
}
#contact dd select {
	display: inline-block;
	min-width: 28%;
	padding: 0.4em 0.2em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 13px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 4px;
}
#contact dd .select {
	display: inline-block;
	position: relative;
}
#contact dd .select::before {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -0.5em;
	font-size: 0.5em;
}
#contact dd label {
	display: block;
	margin: 0 0 0.25rem 0;
}


#contact form .time {
	width: 100%;
}


#contact dd label input[type='radio'] {
	position: relative;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.25em;
	border: #dadada 1px solid;
	border-radius: 1.4em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact dd label input[type='radio']:checked {
	border: #666 6px solid;
}
#contact form p {
	margin-top: 0.5em;
	text-align: center;
}
  #contact form p input[type='submit'] {
  display:inline-block;
  position:relative;
  min-width:40%;
  width:100%;
  margin:0;
  padding:0;
  border-radius:5px;
  line-height:60px; font-size:24px;
  font-weight:600;
  text-align:center; outline:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
  #contact form p input[type='submit'] {

      background:#e80000;

  }
  #contact form p input[type='submit']:hover { cursor:pointer;
      background:#ff7013;

  }
}

.ladyday{
	line-height: 1.1;
}
.lady_att{
	font-size:12px;
}


/*------------------------
 Form - Confirm
------------------------*/
.formContents #header{
	position: relative;
}

.formContents #Contents{
	padding-top:0;
}

.Form {
	padding: 70px 0;
	background: #fff7ee;
}
.Form .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.Form .gttl {
	 font-size: 18px;
	 margin-bottom: 20px;

}

.Form .fttl {
		max-width: 1000px;
		text-align: left;
		margin: 5px auto 0;
	font-size: 18px;

}


.Form header {
	line-height: 2.8em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.Form header h3 {
	font-size: 42px;
	color: #202020;
	font-weight: bold;
}
.Form header h3 span {
	padding: 0 0 0 68px;
	background: url(../images/dec_icon03.png) no-repeat left 50%;
}
.Form header p {
	color: #fa8b08;
	font-size: 20px;
	margin-bottom: 15px;
}



.Form dl {
	margin-bottom: 0;
}
.Form dl::after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}
.Form dt {
	float: left;
	width: 30%;
	padding-top: 15px;
	font-size: 18px;
	text-align: left;
}
.Form dt small {
	font-size: 0.7em;
}
.Form dt .must {
	display: block;
	position: relative;
	top: -0.1em;
	float: right;
	margin: 0 1.0em 0 1.0em;
	padding: 0.25em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.8em;
	background: #fa8b08;
}
.Form dt .nini {
	display: block;
	position: relative;
	top: -0.1em;
	float: right;
	margin: 0 1.0em 0 1.0em;
	padding: 0.25em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.8em;
	background: #2965ca;
}
.Form dd {
	float: left;
	width: 63%;
	margin-bottom: 15px;
	text-align: left;
}



.Form dd.hope{
	position: relative;
	top: 0.4em;
}



.Form dd input[type='text'], .Form dd textarea {
	display: block;
	width: 100%;
	padding: 15px 15px;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 18px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.Form dd textarea {
	min-height: 10em;
}
.Form dd select {
	display: inline-block;
	min-width: 32%;
	padding: 0.4em 1.0em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 16px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.Form dd .select {
	display: inline-block;
	position: relative;
}
.Form dd .select::before {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -0.5em;
	font-size: 0.5em;
}
.Form dd label {
	display: inline-block;
	clear: both;
	margin-top: 0.25em;
	margin-right: 0.6em;
	margin-bottom: 0.5em;
}
.Form dd label input[type='radio'] {
	position: relative;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.25em;
	border: #dadada 1px solid;
	border-radius: 1.4em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.Form dd label input[type='radio']:checked {
	border: #666 6px solid;
}
.Form dd p {
	text-align: left;
	font-size: 1.2rem;
}
.Form form dl + p {
	margin-top: 1.0rem;
	text-align: center;
}
.Form form p input[type='submit'] {
	display: inline-block;
	position: relative;
	min-width: 40%;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.Form form p input[type='submit'] {
	border: 0;
	background: #e80000;
}
.Form form p input[type='submit']:hover {
	background: #ae0707;
	cursor: pointer;
	cursor: hand;
}


.btn_back {
	display: inline-block;
	position: relative;
	min-width: 40%;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background: #bbb;
	border: 0;
}

.Form form p .btn_back + input[type='submit'] {
	min-width: 40%;
}
.btn_back:hover {
	background: #aaa;
	cursor: pointer;
	cursor: hand;
	color: #fff;
}

.Form form p .btn_back + input[type='button'] {
	min-width: 40%;
	display: inline-block;
	position: relative;
	min-width: 40%;
	width: 40%;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 80px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background: #e80000;
	border: 0;
}

.formTable {
	width: 100%;
}
.formTable th {
	width: 25%;
}
.formTable th, .formTable td {
	padding: 1.0em;
	border-bottom: 1px solid #dedede;
	text-align: left;
}

.formContents .com_ttl{
	margin-top:0;
}

.formContents .com_ttl h2 span {
	font-size: 48px;
	color: #dc4035;
	border-bottom: solid 2px #fa8b08;
	padding-bottom: 10px;
	font-weight: bold;
}
.formContents .com_ttl h3 {
	font-size: 14px;
	margin-bottom: 30px;
	color: #76b97d;
}


/*------------------------
 flat_banner
------------------------*/
.flat_banner{
	background-image: url(../images_2308/flat_banner_pc_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.flat_banner_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	padding: 45px 20px;
	margin: 0 auto;
	max-width: 1000px;
	column-gap: 20px;

}
.flat_tex{
	margin-top: 0;
	padding: 30px 33px;
	background-color: #fff;
	border-radius: 12px;
}
.flat_banner h4{
	font-size: 20px;
	font-weight: bold;
	color: #DC4134;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.flat_banner h4::after{
	display: inline-block;
    content: "";
	background: url(../images_2308/flat_title_arrow.svg) no-repeat;
	background-size: contain;
    background-position: center;
    width: 180px;
    height: 13px;
    position: absolute;
    top: 37px;
    left: -12px;
}
.flat_banner h3{
	font-size: 32px;
	font-weight: bold;
}
.flat_banner_btn{
	border-radius: 30px;
    border-width: 2px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 0;
    position: relative;
    background-color: #DC4134;
}
.flat_banner_btn a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding: 10px 0;
}
.flat_banner_btn a::after{
	content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
}





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

.Form {
	padding: 25px 0;
}
.FormInner {
	width: 90%;
	margin: 0 auto;
}
.Form header {
	width: 90%;
	margin: 0 auto 15px;
	padding: 0;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
}
.Form header h3 {
	font-size: 1.6em;
	margin-bottom: 20px;
}
.Form header h3 span {
	padding: 0 0 0 45px;
	background: url(../images/dec_icon03.png) no-repeat left 50%;
	background-size: contain;
}
.Form header p {
	margin-bottom: 1.0rem;
	color: #ff2f2f;
	font-size: 0.9rem;
}
.Form dl {
	margin-bottom: 10px;
}
.Form dl::after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}
.Form dt {
	float: none;
	width: 100%;
	padding-top: 0;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
}
.Form dt small {
	font-size: 0.7em;
}
.Form dt .must {
	display: inline-block;
	position: relative;
	top: -0.1em;
	float: none;
	margin: 0 1.0em 0 0.5em;
	padding: 0.4em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.7rem;
	background: #ff2f2f;
}
.Form dt .nini {
	display: inline-block;
	position: relative;
	top: -0.3em;
	float: none;
	margin: 0 1.0em 0 0.5em;
	padding: 0.25em;
	border-radius: 2px;
	color: #fff;
	line-height: 1.0;
	font-size: 0.8rem;
	background: #2965ca;
}
.Form dd {
	float: none;
	width: 92%;
	margin-bottom: 5px;
}
.Form dd input[type='text'], .Form dd textarea {
	display: block;
	width: 100%;
	padding: 0.4em 0.4em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 16px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.Form dd textarea {
	min-height: 5em;
}
.Form dd textarea + .note {
	margin-top: 0.5em;
	font-size: 0.8em;
	text-align: left;
}
.Form dd select {
	display: inline-block;
	min-width: 28%;
	padding: 0.4em 0.2em;
	border: #dadada 1px solid;
	border-radius: 3px;
	line-height: 1.4em;
	font-size: 13px;
	background: #f8f8f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 4px;
}
.Form dd .select {
	display: inline-block;
	position: relative;
}
.Form dd .select::before {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -0.5em;
	font-size: 0.5em;
}
.Form dd label {
	display: block;
	margin: 0 0 0.25rem 0;
}


.Form form .time {
	width: 100%;
}


.Form dd label input[type='radio'] {
	position: relative;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.25em;
	border: #dadada 1px solid;
	border-radius: 1.4em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.Form dd label input[type='radio']:checked {
	border: #666 6px solid;
}
.Form form p {
	margin-top: 0.5em;
	text-align: center;
}
    .Form form p input[type='submit'] {
    display:inline-block;
    position:relative;
    min-width:40%;
    width:100%;
    margin:0;
    padding:0;
    border-radius:5px;
    line-height:60px; font-size:24px;
    font-weight:600;
    text-align:center; outline:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
    .Form form p input[type='submit'] {

        background:#e80000;

    }
    .Form form p input[type='submit']:hover { cursor:pointer;
        background:#ff7013;

    }
		.com_ttl h2 {
		margin-bottom: 30px;
	}
	.com_ttl h2 span {
		font-size: 22px;
		color: #dc4035;
		border-bottom: solid 2px #fa8b08;
		padding-bottom: 5px;
		font-weight: bold;
	}
	.com_ttl h3 {
		font-size: 14px;
		margin-bottom: 30px;
		color: #76b97d;
	}
	.flat_banner{
		background-image: url(../images_2308/flat_banner_sp_bg.svg);
	}
	.flat_banner_inner{
		padding: 30px 20px;
		display: block;
		column-gap: 0;
	}
	.flat_tex{
		margin-top: 26px;
		padding: 34px 18px;
	}
	.flat_banner h4{
		font-size: 16px;
	}
	.flat_banner h4::after{
		width: 150px;
		height: 11px;
		top: 30px;
	}
	.flat_banner h3{
		font-size: 20px;
	}
}








/*------------------------
 footer
------------------------*/
#footer {
	padding: 30px 0;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    background: #e80000;
}
#footer .inner{
	margin-bottom: 1.5rem;
}
#footer p a,
#footer p a:link{
	color: #fff;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	display: block;
}

@media screen and (max-width: 900px) {
  #footer {
    padding: 20px 0 133px;
  }
  #page-top {
    display: none;
  }
}

@media screen and (max-width: 414px) {
	#footer {
		padding: 20px 0 100px;
	  }
  #footer .address {
    padding: 10px 0;
    font-size:14px;
  }
  #page-top img {
    width: 30px;
  }
}



