@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.info01 a{
border-bottom: solid 1px;
}

.info01{
max-width: 500px;
    margin: 0 auto;
}

.box9img{
250px;
}
.box9{
max-width:557px;
margin:0 auto;
}
.float001{
float:left;
max-width:204px;
}
.float002{
float:left;
}


.site-name-text{
font-weight:600;
}
.cau{
display: inline-block;
    width: 35px;
    height: 25px;
    background-image: url(/wp-content/themes/cocoon-child-master/img/caution0.png);
    background-repeat: no-repeat;
}
.bottomdiv2{
text-align: center;
    margin: -16px -203px 0 0;
    border: solid 1px;
    background-color: #fff;
    color: #173b77;
    font-weight: 600;
}
.bottomdiv{
margin: -2.5em -140px 0 0;
text-align: center;
font-size: 0.9em;
}
.bottomh2{
background-color: unset !important;
margin: -1em -140px 0 0;
color: #fff;
margin-bottom: 19px! important;
}

h2{text-align: center;color: #173b77;}
.jd501{
font-weight: 600;
font-size: 1.3em;
}
.tos01{
    font-weight: 600;
font-size:1.7em;

}
.wrap{
    max-width: 1245px !important;
}
h1 .k1{font-size:45px
}
h4{
border: none !important;    
    color: #173b77;
    margin-bottom: 0 !important;
}
  *{margin:0;padding:0;box-sizing:border-box;font-family:"Yu Gothic",sans-serif}
    body{background:#f5f7fb;color:#1f2937;line-height:1.6}
    .wrap{max-width:1200px;margin:auto;padding:0 20px}
    .hero{background:#fff;padding:30px 0 10px}
    .hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;align-items:center}
    .tag{display:inline-block;background:#173b77;color:#fff;padding:8px 18px;font-weight:bold}
    h1{font-size:64px;line-height:1.15;color:#14386f;margin:20px 0}
    .hero-img,.product-img,.card-img,.rep-img{border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b}
    .hero-icons{display:flex;gap:18px;margin-top:20px}
    .circle{width:120px;height:120px;background:#c89f2b;border-radius:50%;color:#fff;display:block;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:bold;padding:10px}
    section{padding:50px 0}
    .white{background:#fff;border-radius:10px;box-shadow:0 4px 14px var(--cocoon-middle-thickness-color);padding:30px}
    .price-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;align-items:center}
    .price-big{font-size:63px;color:#d91c1c;font-weight:800}
    .grid5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
    .grid4{display:grid;grid-template-columns:repeat(1,1fr);gap:18px;margin-bottom: 1em;}
.card-img>img{max-width:250px;}
    .card{background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 8px var(--cocoon-middle-thickness-color);text-align:center}
    .card-img{/*height:142px*/;margin-bottom:12px}
    .flow .card{padding:28px 10px;font-weight:bold;color: #173b77;}
/*    .notes{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}*/
    .note{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px var(--cocoon-middle-thickness-color);margin-bottom: 1em;}
    .note h3{background:#173b77;color:#fff;padding:8px;text-align:center;margin:-20px -20px 16px;border-radius:8px 8px 0 0}
    .cta{background:#173b77;color:#fff;padding:40px 0}
    .cta-grid{display:grid;grid-template-columns:1fr auto;gap:22px 0px;align-items:center}
    .btns{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px}
    .btn{line-height: 0.8em;background:#fff;color:#173b77;padding:14px 14px;border-radius:8px;text-decoration:none;font-weight:bold}
    .rep-img{height:180px;width:186px;margin-top: -33px;}
    @media(max-width:930px){
      .hero-grid,.price-grid,.grid5,.grid4,.notes,.cta-grid{grid-template-columns:1fr}
      h1{font-size:42px}
      h1 .k1{font-size:35px}
      .price-big{font-size:48px}
      .hero-icons{flex-wrap:wrap;float: right;}
/*.card-img>img{max-width:250px;}*/
.bottomh2{
background-color: unset !important;
margin: 0;
}
.bottomdiv{
margin: 0;
text-align: center;
}
.rep-img{
margin-top: 0px;
}
.bottomdiv2{
margin: -9px 0;
}
.btns{
text-align: center;
    display: block;

}
.btn{
margin-bottom: 0.5em;
}
.rep-img{
margin: 0 2px -3px auto;
}

    }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*650px以下*/
@media screen and (max-width: 650px){
  /*必要ならばここにコードを書く*/
.float001{
float:none;
}
.float002{
float:none;
width: 300px;
margin: 1em auto;
}
.card{
padding:4px;
}


}

/*527px以下*/
@media screen and (max-width: 527px){
  /*必要ならばここにコードを書く*/
.circle{
width:100px;height:107px;
line-height: 1.3em;
}
.hero-icons {
    gap: 0px;
}
.wrap{
padding:1em 5px !important;
}


}
