@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    font-family: sans-serif;
}


body {
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    -webkit-text-size-adjust: 100%;
}

/*共通ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.sp {
    display: none;
}


a {
	text-decoration: none;
}

section {
	width: min(1000px,90%);
    margin: 0 auto 56px;
}

section p {
    font-size: 1.2rem;
}

span01 {
    display: inline-block;
}

.section_title {
    margin: 16px auto;
    color: #126edd;
}

.btn:hover {
    opacity: 0.7;
    transition: 0.3s;
    transform: scale(0.96);
}

/*ロゴエリア====================*/
.logo_box {
    width: min(1200px,90%);
	height:94px;
    margin: 0 auto;
}

.logo_box1 {
    display: flex;
	margin-top:24px;
    margin-left: 40px;
}

.logo_box1 img {
    width: min(240px,100%);
}

/*footer*/
.footer_box {
	padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 32px;
}

.footer_box1 {
    width: min(400px,100%);
    display: flex;
    justify-content: center;
    column-gap: 24px;
}

#footer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
}

/*共通 endーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*main画像-------------------------------*/

/*レスポンシブ対応 非表示*/


/*トップーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.top_bg {
    background: url("../img/top_bg.webp") no-repeat;
    background-position: 50% bottom;
    width: 100%;
    height: 960px;
    padding: 120px 0;
    margin-bottom: 64px;
}

.top_area {
    width: min(1200px,90%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0px;
    margin-bottom: 80px;
}

.top_logo {
    width: min(540px,90%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 8px;
    /*margin: 0 auto ;*/
}

.top_logo img {
    margin-bottom: 16px;
}


.top_logo h2 {
    color: #0f3675;
    font-size: 1.5rem;
}

.top_logo p {
    color: #0f3675;
    font-size: 1.2rem;
    font-weight: bold;
}

.day_img {
    width: 80%;
}

.top_box{
    width: min(560px,90%);
    /*margin: 0 auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 40px;
}

.top_zero {
    width: 60%;
}

.copy_img {
    /*width: min(480px,100%);*/
    width: 75%;
}

.top_box p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    /*color: #002b6b;*/
}

/*ボタンデザインーーーーーーーーーーーーーーーーー*/
.contact-button {
      display: inline-block;
    width: min(320px);
      background-color: yellow;
      color: #002b6b;
      font-weight: bold;
      font-size: 1.3rem;
      padding: 20px 40px;
      border: 3px solid #002b6b;
      border-radius: 50px;
      position: relative;
      box-shadow: 0 8px 0 #002b6b;
      cursor: pointer;
      transition: transform 0.1s ease, box-shadow 0.1s ease;
      text-align: center;
      text-decoration: none;
    }

    .contact-button:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 0 #002b6b;
    }

    .contact-button:active {
      transform: translateY(4px);
      box-shadow: 0 4px 0 #002b6b;
    }

.contact-button02 {
      display: inline-block;
    width: min(300px);
      background-color: yellow;
      color: #002b6b;
      font-weight: bold;
      font-size: 1.2rem;
      padding: 20px 40px;
      border: 3px solid #002b6b;
      border-radius: 50px;
      position: relative;
      box-shadow: 0 8px 0 #002b6b;
      cursor: pointer;
      transition: transform 0.1s ease, box-shadow 0.1s ease;
      text-align: center;
      text-decoration: none;
    }

    .contact-button02:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 0 #002b6b;
    }

    .contact-button02:active {
      transform: translateY(4px);
      box-shadow: 0 4px 0 #002b6b;
    }
/*ボタンデザイン endーーーーーーーーーーーーーーーーー*/


/*ポイントーーーーーーーーーーーーーーーーーーーーーー*/
.container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 40px 20px;
      column-gap: 24px;
    grid-row-gap: 64px;
      background: #fff;
    margin-bottom: 24px;
    }

    .card {
      border-radius: 22px 22px 0 0;
        border: 3px solid #0094D9;
      width: min(1200px,100%);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        position: relative;
    }

.card_point {
    position: absolute;
    top: -40px; left: -32px;
}

.card_point02 {
    width: 160px;
    position: absolute;
    bottom: -32px; right: -30px;
}

    .card-01 {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      background-color: #0094D9;
      color: #ffffff;
      padding: 24px 16px;
      border-radius: 16px 16px 0 0;
    }

    .card-02 {
        padding: 16px 24px;
        display: flex;
        justify-content: center;
    align-items: center;
        column-gap: 40px;
    }

.card_left{
    width: 45%;
}

.card_right{
    width: 55%;
}

    .card h3 {
        font-size: 1.3rem;
        display: inline-block;
    }
    .discount {
      font-size: 2.5em;
      font-weight: bold;
      color: #005bac;
    }
    .sub-discount {
      font-size: 1em;
      color: #444;
      margin-top: -12px;
    }
    .label {
      font-weight: bold;
        color: #0094D9;
        border-bottom: 2px solid #0094D9;
        display: inline-block;
      margin-top: 20px;
        margin-bottom: 4px;
    }
    .small {
        width: 70%;
      font-size: 0.85em;
      color: #666;
      margin-top: 10px;
    }
/*ポイントーーーーーーーーーーーーーーーーーーーーーー*/

/*プレミアムサポートーーーーーーーーーーーーーーーーー*/
.bg_01 {
    background: #d2ecfa;
    padding: 40px;
    margin-bottom: 80px;
}

.support {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 72px;
    margin-bottom: 32px;
}

.support_left {
    width: 32%;
}

.support_left img {
    width: 320px;
}

.support_right {
    width: 60%;
}

.support_right h1 {
    font-size: 2.4rem;
    margin-bottom: 8px;
}

.support_right h1 span {
    font-size: 1.1rem;
}



.support_box {
    width: 100%;
    display: flex;
    column-gap: 16px;
    margin-bottom: 16px;
}

.support_box img {
    width: 30%;
}

.btn_area {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 56px;
}

/*関連商品ーーーーーーーーーーーーーーーーーーーーーーー*/
.product_box {
    margin-bottom: 80px;
}

.product_title h4 {
    font-size: 2rem;
    text-align: center;
    color: #009fd9;
    margin-bottom: 24px;
}

.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 56px;
    grid-row-gap: 32px;
}

.agreement {
    margin-bottom: 80px;
}

.agreement a {
    text-decoration: none;
  color: #515151;
  font-size: 1rem;
    display: flex;
    justify-content: center;
}

/* スマホサイズのレスポンシブ対応ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 959px) {
    
    .top_bg {
    width: 100%;
    height: 1400px;
    padding: 120px 0;
    margin-bottom: 64px;
}
    
    .top_area {
        flex-wrap: wrap;
        grid-row-gap: 56px;
}
    
    .support {
    flex-wrap: wrap;
        grid-row-gap: 40px;
        justify-content: center;
}

    .support_left, .support_right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    
.support_left img {
    width: min(400px);
}

.support_right h1 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}
    
    .small {
      width: 60%;
    }
    
    
   }

/* スマホサイズのレスポンシブ対応ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 768px) {
    span02 {
        display: inline-block;
    }
    
.top_bg {
    width: 100%;
    height: 1500px;
    padding: 120px 0;
    margin-bottom: 64px;
}

.logo_box1 {
	justify-content: center;
}

.btn_area {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 40px;
}


.card_point02 {
    width: 160px;
    position: absolute;
    bottom: -48px; left: 190px;
}
    
/*ポイントーーーーーーーーーーーーーーーーーーーーーー*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    
.container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 40px 20px;
      column-gap: 24px;
    grid-row-gap: 64px;
      background: #fff;
    margin-bottom: 24px;
    }

    .card {
      border-radius: 22px 22px 0 0;
        border: 3px solid #0094D9;
      width: min(480px,100%);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        position: relative;
    }

.card_point {
    position: absolute;
    top: -40px; left: -32px;
}

.card_point02 {
    width: 160px;
    position: absolute;
    bottom: -48px; left: 150px;
}

    .card-01 {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      background-color: #0094D9;
      color: #ffffff;
      padding: 24px 16px;
      border-radius: 16px 16px 0 0;
    }

    .card-02 {
        padding: 24px;
        display: block;
    }

    .card h3 {
        font-size: 1.3rem;
        display: inline-block;
    }
    .discount {
      font-size: 2.5em;
      font-weight: bold;
      color: #005bac;
    }
    .sub-discount {
      font-size: 1em;
      color: #444;
      margin-top: -12px;
    }
    .label {
      font-weight: bold;
        color: #0094D9;
        border-bottom: 2px solid #0094D9;
        display: inline-block;
      margin-top: 20px;
        margin-bottom: 4px;
    }
    .small {
      width: 100%;
      font-size: 0.85em;
      color: #666;
      margin-top: 10px;
    }
/*ポイントーーーーーーーーーーーーーーーーーーーーーー*/
    
    
.footer_box {
    flex-wrap: wrap;
    grid-row-gap: 24px;
}

    
}

/* スマホサイズのレスポンシブ対応ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 450px) {
    
    
.top_bg {
    width: 100%;
    height: 1180px;
    padding: 120px 0;
    margin-bottom: 64px;
}

.top_zero {
    width: 90%;
}

.copy_img {
    /*width: min(480px,100%);*/
    width: 100%;
}
    
.support_left img {
    width: 100%;
}
    
    .support_box {
    width: 100%;
    display: flex;
    column-gap: 16px;
    margin-bottom: 16px;
        
        flex-wrap: wrap;
        grid-row-gap: 24px;
}

.support_box img {
    width: 100%;
}
    
    .contact-button {
    width: min(90%);
      font-size: 1.2rem;
    }
    
    .contact-button02 {
        width: 100%;
        font-size: 1rem;
    }
    
    .card_point02 {
    width: 120px;
    position: absolute;
    bottom: -48px; right: 150px;
}
    
.footer_box {
    width: 90%;
    margin: 0 auto;
}
    
    
}