@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}

ol, ul { list-style: none }
blockquote, q { quotes: none }

blockquote:before,
blockquote:after,
q:before,
q:after { content: none }

table { border-collapse: collapse;border-spacing: 0 }

.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.alignL { text-align: left !important; }

.Fleft { float: left !important; }
.Fright { float: right !important; }

.P5px { padding: 5px !important; }
.P10px { padding: 10px !important; }
.P20px { padding: 20px !important; }
.Mauto { margin: auto !important; }
.Mt00 { margin-top: 0px !important; }
.Mt05 { margin-top: 5px !important; }
.Mt10 { margin-top: 10px !important; }
.Mt15 { margin-top: 15px !important; }
.Mt20 { margin-top: 20px !important; }
.Mt25 { margin-top: 25px !important; }
.Mt30 { margin-top: 30px !important; }
.Mt35 { margin-top: 35px !important; }
.Mt40 { margin-top: 40px !important; }
.Mr00 { margin-right: 0px !important; }
.Mr05 { margin-right: 5px !important; }
.Mr10 { margin-right: 10px !important; }
.Mr15 { margin-right: 15px !important; }
.Mr20 { margin-right: 20px !important; }
.Mr25 { margin-right: 25px !important; }
.Mr30 { margin-right: 30px !important; }
.Mr35 { margin-right: 35px !important; }
.Mr40 { margin-right: 40px !important; }
.Mb00 { margin-bottom: 0px !important; }
.Mb05 { margin-bottom: 5px !important; }
.Mb10 { margin-bottom: 10px !important; }
.Mb15 { margin-bottom: 15px !important; }
.Mb20 { margin-bottom: 20px !important; }
.Mb25 { margin-bottom: 25px !important; }
.Mb30 { margin-bottom: 30px !important; }
.Mb35 { margin-bottom: 35px !important; }
.Mb40 { margin-bottom: 40px !important; }
.Ml00 { margin-left: 0px !important; }
.Ml05 { margin-left: 5px !important; }
.Ml10 { margin-left: 10px !important; }
.Ml15 { margin-left: 15px !important; }
.Ml20 { margin-left: 20px !important; }
.Ml25 { margin-left: 25px !important; }
.Ml30 { margin-left: 30px !important; }
.Ml35 { margin-left: 35px !important; }
.Ml40 { margin-left: 40px !important; }
.Pt00 { padding-top: 0px !important; }
.Pt05 { padding-top: 5px !important; }
.Pt10 { padding-top: 10px !important; }
.Pt15 { padding-top: 15px !important; }
.Pt20 { padding-top: 20px !important; }
.Pt25 { padding-top: 25px !important; }
.Pt30 { padding-top: 30px !important; }
.Pt35 { padding-top: 35px !important; }
.Pt40 { padding-top: 40px !important; }
.Pr00 { padding-right: 0px !important; }
.Pr05 { padding-right: 5px !important; }
.Pr10 { padding-right: 10px !important; }
.Pr15 { padding-right: 15px !important; }
.Pr20 { padding-right: 20px !important; }
.Pr25 { padding-right: 25px !important; }
.Pr30 { padding-right: 30px !important; }
.Pr35 { padding-right: 35px !important; }
.Pr40 { padding-right: 40px !important; }
.Pb00 { padding-bottom: 0px !important; }
.Pb05 { padding-bottom: 5px !important; }
.Pb10 { padding-bottom: 10px !important; }
.Pb15 { padding-bottom: 15px !important; }
.Pb20 { padding-bottom: 20px !important; }
.Pb25 { padding-bottom: 25px !important; }
.Pb30 { padding-bottom: 30px !important; }
.Pb35 { padding-bottom: 35px !important; }
.Pb40 { padding-bottom: 40px !important; }
.Pb50 { padding-bottom: 50px !important; }
.Pl00 { padding-left: 0px !important; }
.Pl05 { padding-left: 5px !important; }
.Pl10 { padding-left: 10px !important; }
.Pl15 { padding-left: 15px !important; }
.Pl20 { padding-left: 20px !important; }
.Pl25 { padding-left: 25px !important; }
.Pl30 { padding-left: 30px !important; }
.Pl35 { padding-left: 35px !important; }
.Pl40 { padding-left: 40px !important; }
.b { font-weight: bold }

.f_box   { overflow:  hidden }
.f_left  { float: left; width: auto; }
.f_right { float: right; width: auto; }

.inner { margin: 0 3%; }
.inner2 { margin: 0 2%; }
.clearfix: after { 
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
 }

.clear { clear: both; }

* html .clearfix { zoom: 1; }
*: first-child+html .clearfix { zoom: 1; }


.br { display:block; }


body {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #666;
  font-size: 62.5%;
 }

div {
  margin: 0;
}

img {
  vertical-align: text-bottom;
  width: 100%;
 }
/*
 h2{
  margin: 0 auto;
 }
*/
.header img {
  width: 100%;
}

.apply {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.apply img {
  width: 100%;
}

.apply .att-text {
  font-size: 0.6rem;
}

.under-line {
  background: linear-gradient(transparent 70%, #cde3eb 50%);
}

.under-line-orange {
  background: linear-gradient(transparent 70%, #FFEDB3 50%);
}

.gakushi h2 {
  margin: 0 auto;
}

.gakushi strong {
  font-size: 1.4rem;
}

.gakushi p {
  font-size: 1rem;
  line-height: 2;
}



.omakase,
.matching {
  width: 80%;
  margin: 0 auto;
}

.img-insurance {
  position: relative;
  z-index: 2;
}

.tsuyomi {
  background-color: #FCF3EA;
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 10%;
  position: relative;
  z-index: 1;
  top: -84px;
}

.tsuyomi h2 {
  font-size: 1.5rem;
  color: #D96161;
}

.tsuyomi h3 img {
  width: 100%;
}

.tsuyomi .list img {
  float: left;
  width: 30%;
  padding: 0 5%;
}


.tsuyomi .list .text {
  float: left;
  width: 55%;
  font-size: 1rem;
  line-height: 1.5;
}

.tsuyomi .fp {
  margin: 0 3% 8%;
}

.accCon {
  margin-top: -70px;
}

.accCon h2 {
  cursor: pointer;
  margin: 4% 3% 0;
}

.accCon ul {
  display: none;
}

.dekiru h2 {
  border: #DDD 3px solid;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}

.dekiru-icon,
.dekiru-text {
  display: inline-block;
  vertical-align: middle;
}

.dekiru-icon {
  width: 30%;
}

.dekiru-text {
  width: 50%;
  font-size: 1rem;
  line-height: 2;
}

/*
.dekiru ul {
  width: 90%;
  margin: 0 auto;
}
*/
.flow ul {
  margin: 0 auto;
}

.flow img {
  vertical-align: bottom;
}

.flow .slide li {
  padding: 0;
}

.flow .slide li div p{
  height: 222px;
  font-size: 40px;
  text-align: center;
  padding: 10px 0 10px 0;
}

.voice h2 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #754C24;
}

.voice .attention {
  width: 90%;
  margin: 0 auto;
}

.voice div.bdrPink {
  border: #FF8081 2px solid;
  width: 95%;
}

.question h2{
  margin-bottom: 5%;
}

.question label {
    display: block;
    padding: 12px;
    line-height: 1.2;
    color: #D96161;
    font-size: 1.1rem;
    background-color: #FFE0B4;
    cursor: pointer;
    /*text-align: center;*/
    box-sizing: border-box;
    border: 0px solid #fff;
    margin-top: 5%;
}

.question label:hover {
    opacity: 0.7;
}

.question label img,
.question .q_text {
  display: inline-block;
  vertical-align: middle;
}

.question label img {
  width: 13%;
}

.question .q_text {
  width: 76%;
  padding: 0 8% 0 2%;
  background-image: url(../images/sp/faq/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.question input {
    display: none;
}

.question ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.question ul li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.question ul li p {
    padding: 10px 10px;
    text-align: left;
}

#question1:checked ~ #links1 li,
#question2:checked ~ #links2 li,
#question3:checked ~ #links3 li,
#question4:checked ~ #links4 li,
#menu_bar15:checked ~ #links15 li,
#menu_bar16:checked ~ #links16 li {
    max-height: 160px;
    opacity: 1;
}

#links1 li p .br:before {
    content: "\A";
    white-space: pre;
}

#links2 li p .br:before {
    content: "\A";
    white-space: pre;
}

#question1:checked ~ #links1 li,
#question2:checked ~ #links2 li,
#question3:checked ~ #links3 li,
#question4:checked ~ #links4 li {
  font-size: 1rem;
}



.call_area {
  font-size: 1rem;
  line-height: 2;
}

.call_area .tel a {
  color: #27afbc;
  font-size: 1.5rem;
  text-decoration: none;
}

.att-bottom {
  background-color: #eeeeee;
  font-size: 0.9rem;
  color: #333;
}

.att-bottom ul li {
  text-indent: -2em;
  margin-left: 1em;
  line-height: 1.8;
}

.corp {
  padding: 10px 0;
  line-height: 2;
  font-size: 4vw;
}

.corp ul li {
  display: inline;
}

.corp a {
  color: #666;
  text-decoration: none;
}

#footer {
  background-color: #999;
  color: #FFF;
  text-align: center;
  padding: 2em 0;
  font-size: 4vw;
}

#backtop {
  position: fixed;
  right:20px;
  bottom:20px;
  z-index:999;
}

#backtop a img {
  width: 100px;
  /*height: 20px;*/
  display: block;
  text-align: center;
  text-decoration: none;
  color: #666;
}

#backtop a:hover {
  color: #000;
}

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

.slide li div {
  width: 100%;
}

.slick-prev,
.slick-next{
  z-index:150;
  position:absolute;
  display:block;
  height:16%;
  width:9%;
  line-height:0;
  font-size:0;
  cursor:pointer;
  top:45%;
  margin-bottom:20px;
  margin-top:-10px;
  padding:0;
  border:none;
  outline:none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
  font-size:20px;
  line-height:1;
  color:white;
  opacity:0.85;
}

.slick-prev {
  background: url(../images/sp/arrow.png) no-repeat left;
  background-size: 200%;
  left: -2%;
}

.slick-next {
  background: url(../images/sp/arrow.png) no-repeat right;
  background-size: 200%;
  right: -2%;
}

.vbtm{vertical-align:bottom;}

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

  .br {
    display:inline;
  }

}