@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@700&display=swap');

:root {
--color-01:#0097b7;
--color-02:#1a223a;
--color-03:#71db00;
--color-04:#f7d664;
}

/*==================================================
共通
==================================================*/
html {
user-select: none;
font-size: 100%!important;
}
body {
background:#F5F5F5;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-style: normal;
line-height: 1.8em;
text-size-adjust: 100%;
}

img {
display:inline-block;
max-width: 100%;
height: auto;
}
a,a:link,a:visited {
text-decoration: none;
transition: all ease 0.3s;
outline: none;
color:#000;
}
a:hover,a:active {
opacity: 0.8;
}
@media screen and (max-width: 600px) {
    .spNone {
    display: none;
    }
}/* max-width: 600px */
@media screen and (min-width: 601px) {
    .pcNone {
    display: none;
    }
}/* max-width: 600px */

main.wrap {
max-width:800px;
margin:0 auto;
background-color:#FFF;
text-align: center;
}


/*==================================================
head
==================================================*/

@media screen and (min-width: 601px) {
}/* min-width: 601px */




/*==================================================
CTA
==================================================*/
.cta {
background: url(../img/saimu19b_ts/cta_bg.png) no-repeat center bottom -1px #f9f4e2;
background-size:100% auto;
padding-bottom:25vw;
}
.cta h6 {
margin-bottom:-25vw;
}
.cta .inner {
margin:0 5% 3rem;
border:#FFF solid 1px;
background-color: rgba(255,255,255,0.6);
padding:1rem 1.5rem;
box-sizing: border-box;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
position: relative;
z-index: 1;
}
.cta .inner ul li:not(:first-child) {
margin-top:.3rem;
}
@media screen and (min-width: 601px) {
  .cta {
  padding-bottom:260px;
  }
  .cta h6 {
  margin-bottom:-160px;
  }
  .cta .inner {
  padding:3rem 4rem;
  }
  .cta .inner ul li:not(:first-child) {
  margin-top:.8rem;
  }
}/* min-width: 601px */



/*==================================================
Contens
==================================================*/

.sokyu {
background:url(../img/saimu19b_ts/sokyu_bg.png) no-repeat left top #f3f4f8;
background-size: contain;
padding-bottom:1rem;
}
.sokyu h2 {
padding:2rem 0;
}
.sokyu ol li {
background:#FFF;
padding-bottom:1rem;
margin: 0 5% 30px;
box-shadow:0 2px 10px rgba(0,0,0,0.2);
}
.sokyu ol li h3 {
margin-bottom:1rem;
}
.sokyu ol li figure {
margin:1rem 0.5rem;
}
.sokyu ol li > p {
margin:0 1.5em 1rem;
text-align: left;
font-size: 1rem;
}
@media screen and (min-width: 601px) {
  .sokyu ol li {
  margin: 0 8% 40px;
  }
  .sokyu ol li h3 {
  margin-bottom:1.5rem;
  }
  .sokyu ol li figure {
  margin:1.5rem 1rem;
  }
  .sokyu ol li > p {
  margin:0 2em 1.5em;
  font-size: 1.5rem;
  line-height: 1.8em;
  }
}/* min-width: 601px */


.jirei {
background:#ecf7eb;
}
.jirei ul {
padding:1.5rem 4% 3rem;
}
.jirei ul li {
background:#FFF;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
text-align: left;
}
.jirei ul li:not(:first-child) {
margin-top:2rem;
}
.jirei ul li h3 {
position: relative;
background: #16810e;
color:#FFF;
padding:1em;
font-size:1.3rem;
line-height:1.4em;
}
.jirei ul li h3 i {
display: block;
width:60%;
margin:-5px auto 5px;
}
.jirei ul li dl.acUnit {
padding:2rem 1.5em;
font-size:1rem;
}
.jirei ul li dl.acUnit dd {
display:none;
margin-top:1rem;
line-height: 1.6em;
}
.jirei ul li dl.acUnit dt {
background-color: #222;
color:#FFF;
font-weight:bold;
position: relative;
padding:0.5em 2em 0.5em 1em;
border-radius:50vw;
line-height:1.3em;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
}
.jirei ul li dl.acUnit dt::before,
.jirei ul li dl.acUnit dt::after {
content: '';
display: block;
position: absolute;
right:1em; top:50%;
width:10px;
height:1px;
background-color: #FFF;
}
.jirei ul li dl.acUnit dt::after {
transform: rotate(-90deg);
transition: all ease 200ms;
}
.jirei ul li dl.acUnit dt.active::after {
transform: rotate(0deg);
}
@media screen and (min-width: 601px) {
  .jirei ul li h3 {
  padding:1em 1.5em;
  font-size:2.4rem;
  }
  .jirei ul li dl.acUnit {
  padding:4rem 2em;
  font-size:2rem;
  }
}/* min-width: 601px */


.flow {
background: url(../img/saimu19b_ts/flow_bg.png) no-repeat center top var(--color-01);
background-size:100% auto;
padding:3.5rem 0 3rem;
}
.flow h2 {
margin:0 10% 2rem;
}
.flow ol {
padding:0 5%;
}
.flow ol li:not(:first-child) {
margin-top:32px;
}
.flow ol li:nth-child(2) {
margin-top:12px;
}
.flow ol li {
position: relative;
z-index: 1;
}
.flow ol li:not(:last-child)::after {
content:'';
display:block;
border:rgba(255,255,255,1) solid 10px;
border-color:transparent transparent rgba(255,255,255,0.5) rgba(255,255,255,0.5);
transform: rotate(-45deg);
position: absolute;
left:50%; bottom:-18px;
z-index: 0;
}
@media screen and (min-width: 601px) {
  .flow ol li:not(:first-child) {
  margin-top:64px;
  }
  .flow ol li:nth-child(2) {
  margin-top:24px;
  }
  .flow ol li:not(:last-child)::after {
  border-width: 20px;
  bottom:-38px;
  }
}/* min-width: 601px */


.faq {
padding-top:2rem;
}
.faq .inner {
background: repeating-linear-gradient(135deg, var(--color-02), #013a59 5px);
padding:1.5rem 1.5rem 3rem;
}
.faq dl.faqAc {
text-align: left;
border: #FFF solid 1px;
background-color: rgba(0,0,0,0.4);
color:#FFF;
font-size:1rem;
}
.faq dl.faqAc:not(:first-child) {
margin-top:1rem;
}
.faq dl.faqAc dt {
padding-left:2rem;
}
.faq dl.faqAc dt em {
display:block;
font-weight:bold;
font-style: normal;
padding:0.6em 2em 0.6em 1em;
line-height: 1.4em;
}
.faq dl.faqAc dd {
display:none;
padding:1em 1em 1em 2.5em;
background-color: rgba(255,255,255,0.9);
color:#000;
font-size:0.85rem;
line-height: 1.6em;
}
.faq dl.faqAc dd b {
font-weight:normal;
background:linear-gradient(transparent 70%, var(--color-04) 71%);
}
.faq dl.faqAc dt em,
.faq dl.faqAc dt,
.faq dl.faqAc dd {
position: relative;
}
.faq dl.faqAc dt em:before,
.faq dl.faqAc dt em:after,
.faq dl.faqAc dt:before,
.faq dl.faqAc dd:before {
content: '';
display: block;
position: absolute;
}
.faq dl.faqAc dt em:before,
.faq dl.faqAc dt em:after {
right:1em; top:50%;
width:10px;
height:1px;
background-color: #FFF;
}
.faq dl.faqAc dt em:after {
transform: rotate(-90deg);
transition: all ease 200ms;
}
.faq dl.faqAc dt.active em:after {
transform: rotate(0deg);
}
.faq dl.faqAc dt:before,
.faq dl.faqAc dd:before {
width:24px;
height:24px;
}
.faq dl.faqAc dt:before {
background:url(../img/saimu19b_ts/faq_q.png) no-repeat center top;
background-size: contain;
left:12px; top:12px;
}
.faq dl.faqAc dd:before {
background:url(../img/saimu19b_ts/faq_a.png) no-repeat center top;
background-size: 16px auto;
left:6px; top:16px;
}
@media screen and (min-width: 601px) {
  .faq .inner {
  padding:3rem 3rem 4rem;
  }
  .faq dl.faqAc dt em {
  padding:1em 2em 1em 1em;
  font-size:1.6rem;
  }
  .faq dl.faqAc dd {
  font-size:1.2rem;
  line-height: 1.6em;
  padding:1.5em 1.5em 1.5em 2.5em;
  }
  .faq dl.faqAc dt em:before,
  .faq dl.faqAc dt em:after {
  width:20px;
  height:2px;
  }
  .faq dl.faqAc dt:before,
  .faq dl.faqAc dd:before {
  width:32px;
  height:32px;
  }
  .faq dl.faqAc dt:before {
  left:14px; top:27px;
  }
  .faq dl.faqAc dd:before {
  background:url(../img/saimu19b_ts/faq_a.png) no-repeat center top;
  background-size: 1.2rem auto;
  left:10px; top:35px;
  }

}/* min-width: 601px */



/*==================================================
foot
==================================================*/
.info {
background:#EEE;
padding-bottom:1.5rem;
}
.info table {
width:90%;
margin:1.5rem auto 0;
font-size:0.85rem;
line-height: 1.5em;
text-align: left;
}
.info table :is(th,td) {
padding:0.5em;
border:#333 solid 1px;
}
.info table th {
font-weight:normal;
width: 4em;
background:#444;
color:#FFF;
}
@media screen and (min-width: 601px) {
  .info {
  padding-bottom:3rem;
  }
  .info table {
  width:70%;
  margin:3rem auto 0;
  font-size:0.85rem;
  }
  .info table :is(th,td) {
  padding:1em;
  }
}/* min-width: 601px */

#footer {
padding-bottom:min(20vw, 150px);
}
#footer .foot_link {
display:table;
margin:1rem auto;
}
#footer .foot_link li {
display:table-cell;
vertical-align: top;
font-size:14px;
padding:1em;
}
#footer .copyRight {
text-align: center;
font-size: 12px;
}



/*==================================================
下部固定ボタン
==================================================*/
#fixBtn {
width:100%;
position: fixed;
left:0; bottom:0;
z-index:100;
background:rgba(255,255,255,0.9);
padding:6px 0;
}
#fixBtn ul {
max-width:800px;
margin:0 auto;
}
#fixBtn ul li {
width: 80%;
margin:0 auto;
}
@media screen and (min-width: 601px) {
  #fixBtn ul li {
  width: 60%;
  }
}/* min-width: 601px */
