@charset "utf-8";
* {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
img.main {
    margin-top: 0px;
  }

html {
  overflow: auto;
}

/*共通*/
*{
    box-sizing:border-box;
}
.body{
    overflow: hidden;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
}
.wrapper {
  margin: 0 auto;
  width: 65%;
}
.wrapper2 {
    width: 850px;
    margin: 50px auto;
}
.taC {
    text-align: center;
}
.red{
    color: #d21528;
}
.orange{
    color: #fe6918;
}
.yellow {
    color: #f9f949;
}
.white {
    color: #fff;
}
.marker {
    background: linear-gradient(transparent 60%, #f9f949 60%);
    font-weight: bold;
}
.marker2 {
    background: linear-gradient(transparent 80%, #f9f949 80%);
    font-weight: bold;
}
.marker3 {
    background: linear-gradient(transparent 0%, #053f74 0%);
    font-weight: bold;
    padding: 1% 2%;
}
.rel {
    position: relative;
}
.pc_n {
    display: none;
}
.sp_n {
    display: block;
}
.fsM {
    font-size: 28px;
}
.fsL {
    font-size: 32px;
}
.fsLL {
    font-size: 37px;
}
.fsLLL {
    font-size: 4rem;
}
.fwB {
    font-weight: bold;
}
.rela {
    position: relative;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.smaller {
    font-size: 0.9rem;
    font-weight: inherit;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
@media (max-width: 1024px){
.fsLLL {
    font-size: 3rem;
}
}
@media (max-width: 960px){
.wrapper2 {
    width: 100%;
}
.fsLL {
    font-size: 2rem;
}
.fsL {
font-size: 1.7rem;
}
.fsM {
    font-size: 1.5rem;
}
}
@media (max-width: 520px){
    .wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .pc_n {
        display: block;
    }
    .sp_n {
        display: none;
    }
    .br_sp {
        display: block;
    }
    .br_pc {
        display: none;
    }
    .fsM {
        font-size: 1.2rem;
    }
    .fsL {
        font-size: 1.3rem;
    }
    .fsLL {
        font-size: 1.3em;
        margin: 10px 0;
    }
    .fsLLL {
        font-size: 2rem;
    }
}


/*レイアウト*/
.abs_fv {
    position: absolute;
    bottom: -100px;
    width: 65%;
    left: 17%;
}
.osusume {
    width: 100%;
}

h1 {
    margin-bottom: 120px;
}
h1 img {
    width: 100%;
}
.cta_text {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0;
}
.cta_text2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin: 50px 0;
}
.cta_line {
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom: 10px solid #28810c;
    background-color: #3bba14;
    color: #fff;
    text-align: center;
    text-decoration: none;
    max-width: 1000px;
    width: 93%;
    margin: 0 auto 40px;
    transition: .2s;
    z-index: 5;
}
.cta_line a{
    display: block;
}
.cta_line:active {
    transform: translateY(4px);
    border-bottom: 1px solid #28810c;
}
.cta_line:before, .cta_line:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border-radius: 10px;
    background: #3bba147a;
    transform: translate3d(0,0,0);
  }
  .cta_line:before {
    animation: anime 2s ease-out infinite;
  }
  .cta_line:after {
   animation: anime 2s ease-out 1s infinite;
  }
  
.contact{
    margin: 3% 0 30px;
}
.cta_line img {
    margin: 0;
/*    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));*/
    width: 57%;
}
.cta_line2{
    margin-top: 3%;
}

.cta_tel img {
    margin: 0;
    width: 57%;
}
/*.cta_tel:before, .cta_tel:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 0;
    border-radius: 10px;
    background: #fe8218;
    transform: translate3d(0,0,0);
  }
.cta_tel:before {
    animation: anime 2s ease-out infinite;
}
.cta_tel:after {
    animation: anime 2s ease-out 1s infinite;
}*/
.cta_tel{
    position: relative;
    border-radius: 10px;
    border-bottom: 10px solid #e55303;
    background-color: #fe8218;
    text-align: center;
    text-decoration: none;
    max-width: 1000px;
    width: 93%;
    margin: 0 auto 40px;
    transition: .2s;
    z-index: 5;
}
.cta_tel a{
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    display: block;
    padding: 1.1rem 1.1rem 1rem;
}
.cta_tel:active {
    transform: translateY(4px);
    border-bottom: 1px solid #e55303;
}
.cta_ofh{
    overflow: hidden;
}
#endtime,#endtime2,#endtime3{
    text-align: center;
}
#endtime3{
    margin-bottom: 3%;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}
.section00 {
    background: #ffeee5;
    padding: 5% 0 3%;
}
.flex_comic {
    display: flex;
    margin: 1% 10% 3%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.flex_comic img {
    width: 50%;
}



.section01 {
    background: #fe6918;
    padding-top: 80px;
}

.inner{
    display: block;
    width: 94%;
    margin: auto;
    padding: 15px 0 30px;
}
h2 {
    border: 5px solid #000;
    padding: 5%;
    width: 40%;
    margin: 0 auto;
}
h2 img {
    width: 94%;
}
/* 吹き出し本体 */
.fukidasi {
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 5px 30px;
    min-width: 100px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #000;
    box-sizing: border-box;
    border-radius: 50px;
    width: fit-content;
    font-weight: bold;
}
.fukidasi:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #000;
    z-index: 1;
}
.fukidasi_g {
    background: #fe6918;
    display: block;
    margin: 0 auto;
}
.fukidasi_g:after {
    border-top: 14px solid #fe6918;
}
.fukidasi p {
    font-size: 28px;
}

.abs_ttl {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
h2 {
  background-image: linear-gradient(-45deg, #fff 25%, #dddddd 25%, #dddddd 50%, #fff 50%, #fff 75%, #dddddd 75%, #dddddd);
  background-size: 8px 8px;
}

h2.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    text-align: center;
    background-image: none;
    border: none;
    padding: 20px;
    width: 100%;
}

h2.heading::before,
h2.heading::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #fe6918;
}

h2.heading::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}
h2.heading::after {
    margin-left: 30px;
    transform: rotate(35deg)
}


.flex_advice {
    display: flex;
    margin: 40px auto;
    width: 1030px;
}
.check_box {
    padding :0.5rem 2.5rem 1rem;
    background-color: #fff;
}

ul.check {
    list-style-type: none;
    line-height: 1;
    margin-bottom: 10px;
}

ul.check li {
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
}

ul.check li:first-child {
    margin-left: 3.3rem;
}

ul.check li::before {
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f14a';
    font-size: 2rem;
    margin-right: 1rem;
}
.advice_icon01 {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 50%;
}
.advice_icon02 {
    position: absolute;
    bottom: -20px;
    width: 34%;
    right: -30px;
}
.indent2 {
    text-indent: -2em;
    padding-left: 2em;
}

.section02 {
    background: #ffeee5;
    padding: 90px 0;
}

.section02 > p {
    font-size: 30px;
    font-weight: bold;
}

.offer {
    border: 2px solid #fe6918;
    border-radius: 20px;
    background-color: #fff;
    width: 560px;
    margin: 30px auto;
    filter: drop-shadow(3px 4px 9px rgba(149,149,149,0.6));
}
.offer_tag {
    font-size: 22px;
    color:#fff;
    border-radius: 6px;
}
h3 {
    background-color: #fe6918;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 32px;
    padding: 20px 40px;
    color: #ffff91;
    text-align: center;
    line-height: 1.1;
}
.offer h3:first-letter{
    font-size:1.2em;
}
.offer table {
    padding: 30px 40px;
    line-height: 2;
}
.offer table tr {
    vertical-align: baseline;
}
.offer table tr th {
    font-size: 20px;
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    display: inline-block;
    width: 80px;
}
.offer table tr td {
    font-size: 20px;
}
.offer table tr td {
    font-size: 25px;
    font-weight: bold;
    padding-left: 20px;
}
.offer table tr {
    height: 60px;
}
.line_toptext{
    text-align: center;
    margin-bottom: -2%;
    margin-top: 3%;
    font-weight: bold;
    color: #e55303;
}
.line_box {
    max-width: 1000px;
    width: 93%;
    background-color: #3bba14;
    margin: 0 auto;
    border-bottom: 5px solid #28810c;
}
.line_box a {
    text-decoration: none;
    display: block;
}
.line_box:active {
    transform: translateY(4px);
    border-bottom: 1px solid #28810c;
}

.line_box p {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 30px;
    margin-top: 40px;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


img.abs_arrow {
    position: absolute;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*流れ*/
.step {
    display: flex;
    justify-content: space-between;
}

.step_item {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.step_item:not(:last-child):after {
  content: "";
  position: relative;
  top: calc(130px / 2);
  width: calc(50% + 130px / 2);
  left: calc(50% + 130px / 2);
  height: 2px;
  background-color: #f9f949;
  order: -1;
}

.step_txt {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.circle {
    position: relative;
    width: 130px;
    height: 130px;
    background-color: #f9f949;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fe6918;
}
.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
p.circle-inner {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
p.circle-inner span {
    font-size: 40px;
}

h4 {
    background-color: #053f74;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.5rem;
    margin: 40px 0 20px;
    flex-grow: 1;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.section03 {
  background-image: linear-gradient(-45deg, #fff 25%, #dddddd 25%, #dddddd 50%, #fff 50%, #fff 75%, #dddddd 75%, #dddddd);
  background-size: 8px 8px;
  padding-top: 80px;
    margin-bottom: 20px;
}

.com {
    padding: 1.5em 1em;
    margin: 2em 0;
    border: solid 5px #000000;
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto 50px;
}
.com-text {
    margin-top: 2%;
}

h2.voice {
    background-image: none;
    background-color: #fff;
}
.fs_ob {
    font-style: oblique;
}

.fukidashi {
    position: relative;
    border-radius: 10px;
    background-color: #bfe4f2;
    margin-bottom: 50px;
    padding: 20px 40px;
    height: 210px;
}

.fukidashi_p {
    background-color: #fbd4c3;
}

.fukidashi:before,
.fukidashi:after,
.fukidashi_p:before,
.fukidashi_p:after {
    position: absolute;
    left: 49%;
    content: "";
    height: 0;
    width: 0;
}

.fukidashi:before {
    top: 100%;
    border: 22px solid;
    border-color: transparent;
    border-top-color: #bfe4f2;
    margin-left: -15px;
}

.fukidashi_p:before {
    top: 100%;
    border: 22px solid;
    border-color: transparent;
    border-top-color: #fbd4c3;
    margin-left: -15px;
}

img.abs_voice {
    position: absolute;
    top: -36px;
    width: 18%;
}

img.abs_voice_r {
    position: absolute;
    top: -36px;
    width: 18%;
    right: 20px;
}

.voice_text {
    line-height: 1.6;
    font-size: 18px;
    margin-left: 24%;
}
.voice_text_r {
    line-height: 1.6;
    font-size: 18px;
    width: 78%;
}

.voice_arrow {
    text-align: center;
    margin-top: 20px;
}
.voice_arrow img {
    width: 7%;
}


.note{
    position: relative;
    background: #fff;
    padding: 1.5em;
    border: solid 4px #a0a0a0;
    margin: 30px 0;
    }
.note::after {
    position: absolute;
    content: '';
    right: -5px;
    top: -5px;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: #fff #fff #a0a0a0;
}

.note p {
    color: #fe6918;
    line-height: 1.5;
    text-align: center;
    font-size: 32px;
}
.last_coment{
    background-color: #f17837;
    padding: 2% 2% 3%;
    display: flex;
    align-items: flex-start; 
}
.last_coment img{
    width: 20%;
}
.last_coment p{
    color: #fff;
}

footer{
    background: #ffac7f;
    text-align: center;
    padding: 30px 10px;
    font-size: 13px;
    color: #fff;
}

footer img {
    width: 14%;
    margin: 30px 0;
}
footer p {
    font-size: 18px;
    margin-bottom: 20px;
}
footer p:last-child {
    margin-top: 50px;
}
footer a {
    color: #fff;
}


@media (max-width: 520px){
    footer {
        padding-bottom: 100px;
    }
}

@media (max-width: 1024px){
.flex_advice {
    margin: 40px auto 0;
    width: 100%;
}
ul.check li {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
}
}


@media (max-width: 960px){
    /* 768px以上用（タブレット用）の記述 */
.abs_fv {
    bottom: -7vw;
}
h1 {
    margin-bottom: 9vw;
}
.cta_line {
    margin-bottom: 7vw;
}
.cta_text {
font-size: 1.4rem;
}
.fukidasi p {
    font-size: 20px;
}
ul.check li {
padding: 0.3rem 0;
font-size: 1.1rem;
}
ul.check li::before {
font-size: 1.4rem;
margin-right: 0.4rem;
}
ul.check li:first-child {
margin-left: 2.1rem;
}
.check_box {
padding: 0.5rem 2rem 1rem;
background-color: #fff;
}
.advice_icon01 {
left: -5%;
}
.offer {
width: 70%;
}
h3 {
font-size: 1.7rem;
}
.offer_tag {
font-size: 1.3rem;
}
.offer table tr th {
font-size: 1rem;
}
.offer table tr td {
font-size: 1.3rem;
}
.line_box {
    width: 90%;
}
h4 {
    font-size: 20px;
}
h2 {
border: 3px solid #000;
}
h2.heading {
    font-size: 1.8rem;
    width: auto;
}
.voice_text {
font-size: 1rem;
}
.note p {
    font-size: 1.7rem;
}
}


@media (max-width: 520px){
.abs_fv {
    position: absolute;
    bottom: -17vw;
    width: 90%;
    left: 5%;
}
h1 {
    margin-bottom: 24vw;
}
.flex_advice {
    display: block;
    margin: 40px auto 0;
    width: 100%;
}
.cta_text {
    font-size: 1rem;
    margin: 15px 0;
    letter-spacing: -1px;
  line-height: 1.5;
}
.cta_line img {
    width: 85%;
}
.cta_line2 img {
    width: 90%;
}
.cta_line {
    border-bottom: 6px solid #28810c;
    margin: 0 5%;
    padding: 1rem 0.5rem;
    width: 75%;
    margin: 0 auto 5%;
}
.cta_line2 {
    padding: 1.5rem 0.5rem;
    margin-bottom: 8vw;
    margin-top: 4%;
}
.cta_tel img {
    width: 95%;
}
.cta_tel{
    width: 75%;
    margin: 0 auto 5%;
    border-bottom: 6px solid #e55303;
}
.section00 {
    padding: 10% 0 5%;
}
.section01 ,.section02{
    padding: 10% 0 10%;
}
.section03 {
    padding: 13% 0 0;
    margin-bottom: 5vw;
}
.section01.mt_sp {
    padding-top: 14vw;
    padding-bottom: 0;
    overflow: hidden;
}
.inner {
    width: 90%;
}
.fukidasi {
    min-width: max-content;
}
.fukidasi p {
    font-size: 1.2rem;
}
.abs_ttl {
    top: -18px;
}
h2 {
    width: inherit;
    padding: 10% 6%;
    border: 3px solid #000;
}
h2 img {
    width: 100%;
}
h2.heading {
    font-size: 1.6rem;
    width: auto;
}
h2.heading::before {
    margin-right: 20px;
}
h2.heading::after {
    margin-left: 20px;
}
.flex_comic {
    display: block;
    margin: 1% 5% 6%;
    flex-wrap: wrap;
}
.flex_comic img {
    width: 100%;
}
.advice_icon01 {
    left: -4%;
    width: 45%;
}
.advice_icon02 {
    bottom: -20%;
    width: 30%;
    right: -5%;
}
.check_box {
    padding: 0.5rem 1rem 1rem;
}
ul.check li::before {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
ul.check li {
    padding: 0.3rem 0;
    font-size: 1rem;
}
ul.check li:first-child {
    margin-left: 1.95rem;
}

.smaller {
    font-size: 0.8rem;
    font-weight: inherit;
}
.section02 > p {
    font-size: 1rem;
}
p.offer_tx {
    margin: 5%;
    text-align: inherit;
    font-size: 1.2rem;
}
.offer {
    width: 85%;
    border-radius: 10px;
}
h3 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 1.2rem;
    padding: 10px 5px;
    line-height: 1.4;
}
.offer_tag {
    font-size: 1rem;
}
.offer table tr td {
    font-size: 1rem;
padding-left: 5px;
}
.offer table tr {
    height: 40px;
}
.offer table tr th {
    font-size: 0.9rem;
    padding: 0;
    width: 60px;
}
.offer table {
    padding: 4vw;
    line-height: 2;
    width: 100%;
}
.line_box {
    width: 90%;
}
.line_box p {
    font-size: 1.4rem;
    padding: 10px;
    margin-top: 10px;
    line-height: 1.2;
}
.wrapper2 {
    width: 98%;
    margin: 50px auto;
}
img.abs_arrow {
    width: 20%;
}
/*流れ*/
.stepbar {
  margin: 0 auto;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.circle {
    width: 5em;
    height: 5em;
    margin: 0;
}
p.circle-inner {
    font-size: 0.8rem;
    z-index: 2;
}

p.circle-inner span {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.1rem;
    padding: 8px;
    border-radius: 5px;
    margin: 0;
    display: block;
}
.steptxt {
    color: #fff;
    padding: 10px 0;
}
.steptitle .text {
    width: 70%;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar span.stepline {
    width: 2px;
    height: calc(100%/3);
    background-color: #f9f949;
    position: absolute;
    top: 18em;
    left: 3.8em;
    z-index: 1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.fukidashi {
    padding: 25px 15px;
    height: auto;
    margin-bottom: 9vw;
}
.voice_text {
    line-height: 1.4;
    font-size: 0.9rem;
    margin-left: 30%;
}
.voice_text_r {
    line-height: 1.4;
    font-size: 0.9rem;
    margin-left: 30%;
    width: 69%;
}
.fukidashi:before {
    top: 100%;
    border: 10px solid;
    border-color: transparent;
    border-top-color: #bfe4f2;
    margin-left: -13px;
}
.fukidashi_p:before {
    top: 100%;
    border: 10px solid;
    border-color: transparent;
    border-top-color: #fbd4c3;
    margin-left: -15px;
}
img.abs_voice {
    top: 6%;
    width: 25%;
}
img.abs_voice_r {
    top: 6%;
    width: 25%;
    left: 20px;
}
.note p {
    font-size: 1.4rem;
}
.voice_arrow img {
    width: 13%;
}
.last_coment{
    display: block;
    padding: 2% 4% 5%;
}
.last_coment img{
    width: 50%;
    margin: 0 auto 5%;
    display: block;
}

footer img {
    width: 40%;
}
footer p {
    font-size: inherit;
}

}

.point{
    margin: 10px 0 30px;
}

@media (max-width: 520px){
.osusume {
    width: 90%;
  margin: auto;
}
  .cta_text2 {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    margin: 20px 0;
}
   .br-sp {
        display: block;
    
}
  .contact{
    margin: 3% 0 30px;
}
}


@media (max-width: 520px){
    .follow_btn{
    	position: fixed;
    	bottom: 0px;
    	width: 100%;
    	background: rgba(255, 255, 255, 0.75);
    	text-align: center;
    	padding: 3% 0 2%;
        z-index: 100;
        height: 105px;
    }
    .fixed_btn {
        padding: 0.8rem;
        border-bottom: 5px solid #28810c;
        border-radius: 10px;
        background-color: #3bba14;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin: 0 7%;
    }
    .fixed_btn img {
        width: 75%;
    }
    .fixed_btn:active {
        transform: translateY(4px);
        border-bottom: 1px solid #28810c;
    }
    .com{
        padding: 0 0 1rem 0;
    }
    .com-title {
        background: linear-gradient(transparent 0%, #053f74 0%);
        padding: 2%;
    }
    .com-text{
        padding: 3%;
    }
}


/*離脱防止バナー*/
.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 74%);
    opacity: 0;
    transition: opacity 0.2s, transform 0s 0.2s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    align-self: flex-start;
    width: 80%;
    max-width: 600px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    line-height: 1.4em;
    transform: translateY(-100%);
    transition: 0.5s;
    line-height: 1.4;
    font-weight: 100;
}
.popup{
    position: fixed;
    z-index: 9999;
    height: 400px;
    width: 400px;
    top: calc(1000% - 400px/2);
    left: calc(50% - 400px/2);
}
.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s;
}
/* .modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(10%);
} */
@media (max-width: 520px){
    .popup {
        position: fixed;
        z-index: 9999;
        height: 250px;
        width: 250px;
        top: calc(800% - 250px/2);
        left: calc(50% - 250px/2);
    }
}