html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    *font-size: 100%
}

legend {
    color: #000
}

input[type=color],
input[type=date],
input[type=email],
input[type=month],
input[type=name],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
select,
textarea {
    font-size: 1pc;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
    background: -moz-linear-gradient(top, #f8f8f8, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
    zoom: 1
}

select {
    background: #fcfcfc
}

input[type=color]:hover,
input[type=date]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=name]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
select:hover,
textarea:hover {
    outline: 0;
    border: 1px solid #bbb;
    box-shadow: none;
    background: #fff
}

input[type=color]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=name]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
select:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #00bce9;
    box-shadow: 0 0 5px #2da1ec;
    background: #fff
}

input[type=checkbox] {
    -webkit-appearance: none;
    position: relative;
    border-radius: 3px;
    border: 2px solid #b4b4b4;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
    vertical-align: middle
}

input[type="checkbox"]:checked:before {
    left: 1px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center
}

input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 11px;
    display: block;
    -webkit-box-shadow: 0 1px 1px #000;
    content: "";
    height: 4px;
    background: #585858
}

input[type="checkbox"]:checked:after {
    left: 6px;
    width: 14px;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center
}

input[type=checkbox]:hover,
input[type=radio]:hover {
    outline: 0;
    box-shadow: none;
    background: #fff
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0;
    border: 2px solid #00bce9;
    box-shadow: 0 0 5px #2da1ec;
    background: #fff
}

input[type=radio] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 2px solid #b4b4b4;
    -webkit-box-sizing: border-box;
    width: 1pc;
    height: 1pc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
    vertical-align: middle
}

input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -4px 0 0 -4px;
    content: "";
    border-radius: 5px;
    width: 8px;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#585858))
}

textarea {
    width: 100%;
    resize: none
}

:root {
    --themecolor: #24a7bc;
}

.keycolor {
    color: var(--themecolor);
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold {
    font-weight: 900;
}

.normal {
    font-weight: 400;
}

.m_t_50px {
    margin-top: 50px !important;
}

.m_t_80px {
    margin-top: 80px !important;
}

.m_t_100px {
    margin-top: 100px !important;
}

.m_t_150px {
    margin-top: 150px !important;
}

.m_t_200px {
    margin-top: 200px !important;
}

.text_red {
    color: #f07467;
    font-weight: 700;
}

.bk_pink {
    background: #fee7e4;
    font-weight: 600;
}

.font_2rem {
    font-size: 2rem;
}

.circle {
    width: 25px;
    height: 25px;
    border: 4px solid var(--themecolor);
    border-radius: 50%;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cross {
    position: relative;
    width: 30px;
    height: 30px;
}

.cross::before,
.cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    background: #89cbd5;
    transform-origin: center;
}

.cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

input,
button,
textarea {
    -webkit-appearance: none;
    appearance: none;
}


/* link */

a {
    /*リンクされた文字*/
    color: #333;
    text-decoration: none;
}

a:hover {
    /*マウスをのせたとき*/
    text-decoration: underline;
}

a:active {
    /*クリック中*/
    text-decoration: underline;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.logo {
    width: 30%;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.width_100 {
    width: 100%;
}

.h2_title {
    font-size: 5vw;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
}

.h2_title::after {
    content: "";
    display: block;
    width: 70%;
    aspect-ratio: 8 / 1;
    background-image: url('../img/line_title.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px auto;
}

.subpage_h1 {
    font-size: 5vw;
    font-weight: 800;
    text-align: center;
    color: var(--themecolor);
}

.content_text {
    text-align: center;
    margin: 20px 10px;
}

.alert {
    border: 1px solid #f07467;
    background: #fef4f3;
    color: #f07467;
    padding: 10px;
    max-width: 1000px;
    margin: 20px 10px;
}

.ic_alert {
    margin-right: 5px;
}

.alert_title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
}

.alert_text {
    font-size: 1.3rem;
    margin-top: 10px;
}

.function_container_left {
    background: #f1fcfe;
    border-radius: 0 24px 24px 0;
    padding: 15px 0;
    margin: 20px 0;
    width: 95%;
    overflow: visible;
}

.function_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.function_img_left {
    position: relative;
    margin-left: 15px;
    width: 30%;
}

.function_img_left img,
.function_img_right img {
    display: block;
    width: 100%;
    position: relative;
    top: -60px;
    margin-bottom: -120px;
}

.function_content {
    flex: 1;
}

.function_content h3 {
    margin: 0 0 10px;
    font-size: 4vw;
    font-weight: 800;
    color: #0a6e7e;
}

.function_content p {
    margin: 0 0 15px;
}

.function_content p:last-child {
    margin-bottom: 0;
}

.function_container_right {
    background: #f1fcfe;
    border-radius: 24px 0 0 24px;
    padding: 15px 0;
    margin: 20px 0 20px auto;
    width: 95%;
    overflow: visible;
    display: flex;
    justify-content: f lex-end;
}

.function_img_right {
    position: relative;
    margin-right: 15px;
    width: 30%;
}

.price_table {
    width: 97%;
    margin: 0 10px;
}

.price_table th,
.price_table td {
    padding: 15px;
    border: 1px solid #dddddd;
}

.price_table th {
    background: var(--themecolor);
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.foot_title {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-top: 50px;
    color: var(--themecolor);
}

footer {
    max-width: 1000px;
    margin: 50px auto 20px;
    text-align: center;
}

footer .sep {
    margin: 0 6px;
    pointer-events: none;
}

.table {
    width: 95%;
    margin: 0 10px;
}

.table th,
.table td {
    padding: 15px;
    border: 1px solid #dddddd;
}

.table th {
    background: var(--themecolor);
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.regulationTitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
}

.regulationText {
    margin-top: 5px;
}

.textIndent {
    padding-left: 1em;
    text-indent: -1em;
}


/*sp*/

@media screen and (max-width:767px) {
    .function_content p {
        font-size: 1.3rem;
    }
    .sp_m_l_20px {
        margin-left: 20px;
    }
    .price_table {
        font-size: 1.3rem;
    }
    .regulationWrapper {
        margin: 0 10px;
    }
}


/* pc */

@media screen and (min-width:768px) {
    header {
        padding: 10px 0;
    }
    .logo {
        width: 200px;
    }
    .h2_title {
        font-size: 3rem;
    }
    .h2_title::after {
        width: 400px;
        height: 50px;
    }
    .subpage_h1 {
        font-size: 3rem;
    }
    .content_text {
        margin: 20px 0;
    }
    .alert {
        padding: 10px 20px;
        margin: 20px auto;
    }
    .function_inner {
        gap: 60px;
    }
    .function_container_left {
        padding: 30px 0;
        margin: 50px 0;
        width: 85%;
    }
    .function_img_left {
        margin-left: 100px;
        width: 280px;
    }
    .function_content h3 {
        margin: 0 0 20px;
        font-size: 3rem;
    }
    .function_container_right {
        padding: 30px 0;
        margin: 50px 0 50px auto;
        width: 85%;
    }
    .function_img_right {
        margin-right: 100px;
        width: 280px;
    }
    .price_table {
        width: 100%;
        margin: 0;
    }
    .price_table th,
    .price_table td {
        font-size: 1.6rem;
    }
    .table {
        width: 100%;
    }
}


/*
@media screen and (max-width:767px) {
  .alert {
    margin: 
  }
}
*/

.sp_only {
    display: inline-block;
}

.sp_only_block {
    display: block;
}

.pc_only,
.pc_only_block {
    display: none;
}

@media screen and (min-width:768px) {
    .sp_only,
    .sp_only_block {
        display: none;
    }
    .pc_only {
        display: inline-block;
    }
    .pc_only_block {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .sp_pd_zero {
        padding: 0;
    }
}