/* iOS reset */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
a,button {
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* iOS reset end */
.sp {
    display: none;
}

@media screen and (max-width:960px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

/*消さない*/
* {
    margin: 0;
    padding: 0;
    /*    letter-spacing: 1.4px;*/
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "游ゴシック", YuGothic;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "游ゴシック", YuGothic;
    font-weight: 500;
    font-size: 1.4rem;
    color: #444;
    background: #e3e9f7;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    word-break: break-all;
    color: #636363;
}

a.td_u {
    text-decoration: underline;
}

a.t_blank:after {
    content: "\f08e";
    padding-left: 5px;
    font-family: 'FontAwesome';
    font-size: 80%;
    position: relative;
    top: -5px;
}

p {
    overflow-wrap: break-word;
}

.ff-min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.main_content p {
    margin-bottom: 1em;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.dp_i {
    display: inline-block;
}

.dp_b {
    display: block;
}

/*=== h ===*/
h3,
h4 {
    display: flex;
    align-items: baseline;
    gap: .5rem;
}

/*==== mb ====*/
.mb00 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

/*==== mt ====*/
.mt00 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

/*==== mb ====*/
.pb00 {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

/*==== mt ====*/
.pt00 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

/*==== text ====*/
.ta_r {
    text-align: right;
}

.ta_l {
    text-align: left;
}

.ta_c {
    text-align: center;
}

.fz_l {
    font-size: 18px;
}

.fz_s {
    font-size: 13px;
}

.fw_b {
    font-weight: bold;
}

/*======= チェックボックス =======*/
.checkbox {
    display: none;
}

.checkbox-p {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.checkbox-p::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 2px;
}

.checkbox:checked:not(:disabled) + .checkbox-p::before {
    background: #6883c7;
    border-color: #6883c7;
}

.checkbox:checked:disabled + .checkbox-p::before {
    background: gray;
    border-color: gray;
}

.checkbox:checked + .checkbox-p::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
    width: 4px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.checkbox-p::before {
    width: 10px;
    height: 10px;
}

/*====== ラジオボタン ======*/
input.radio {
    display: none;
}

.radio-p {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.radio-p::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio:checked+.radio-p {
    color: #009a9a;
}

.radio:checked+.radio-p::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #3fb9c2;
    border-radius: 50%;
}

/*=== table ===*/
table {
    border-collapse: collapse;
}

/*=== //table ===*/
/*=== input ===*/
input[type="text"],
input#login_pw,
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="time"],
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    height: 40px;
}
select {
    padding: 10px;
    border-radius: 5px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    height: 40px;
}

input[type="date"] {
    width: auto;
}

textarea {
    height: 200px;
}

input.vshort {
    width: 15%;
    margin-right: 15px;
}
input.short {
    width: 35%;
    margin-right: 15px;
}
input.middle {
    width: 50%;
    margin-right: 15px;
}

input[type="submit"],
input[type="button"] {
    /*border-radius: 0;*/
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


/*=== input ===*/

/* オーバーレイのスタイル */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黒っぽい半透明 */
    display: none; /* 初期状態は非表示 */
    z-index: 1000;
}

/* ローディングインジケーターのスタイル */
.loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

/* スピナーのスタイル */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-bottom: 6px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}