body {
    margin: 0;
}
input[type="radio"] {
    accent-color: rgb(0, 117, 255);
}
/* PC端末*/
/* 外部容器 */
.common-container {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans JP";
}
/* header */
.common-loginbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex-shrink: 0;
}
.common-header {
    width: 100%;
    max-width: 1440px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    height: 88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.common-header-main {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.common-header-main._center {
    justify-content: center;
}
.common-header-left {
    width: 40%;
    height: 66px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.common-header-logo{
    width: 100%;
    object-fit: contain;
}
.common-header-picbox {
    width: 100%;
    height: 66px;
    border-radius: 3.05px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("./top.png") no-repeat left center/contain;
}
.common-header-pic {
    align-self: stretch;
    position: relative;
    height: 36px;
}
.common-header-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 33px;
}
.common-header-title:hover {
    cursor: pointer;
}
.common-header-right {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.common-header-rightchild {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.common-header-choose {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.common-header-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    line-height: 30px;
    margin-left: 24px;
}
.common-header-icon {
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./Component\ 5.svg) no-repeat center;
}
.common-header-loginbtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 72px;
    min-height: 28px;
    padding: 7px 8px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
    background-color: #0031d8;
}
.common-header-loginbtn:hover {
    cursor: pointer;
    opacity: 0.75;
}
.common-header-loginbtn._unlogin {
    padding: 7px 16px;
    color: #0031d8;
    background: #fff;
    border: 1px solid #0031d8;
}
.common-header-login {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 100%;
}
.common-header-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.common-header-userbox {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.common-header-username {
    letter-spacing: 0.02em;
    line-height: 100%;
    font-size: 16px;
}
.common-header-userend {
    font-size: 14px;
    line-height: 14px;
}
.common-header-userpage {
    letter-spacing: 0.02em;
    line-height: 150%;
    font-size: 14px;
}
.common-header-userpage:hover {
    cursor: pointer;
}
.common-header-logintime {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}
.common-spheader {
    display: none;
}
/* footer */
.common-footer {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 18px;
    font-family: "Noto Sans JP";
}
.common-footer-top {
    align-self: stretch;
    background-color: #fff;
    border-top: 0.5px solid #ccc;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.common-footer-inner {
    align-self: stretch;
    width: 368px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 32px 80px 64px;
    box-sizing: border-box;
    font-size: 14px;
}
.common-footer-block1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.common-footer-imgbox {
    align-self: stretch;
    border-radius: 3.05px;
    height: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("Frame 2611970.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.common-footer-img {
    align-self: stretch;
    position: relative;
    height: 36px;
}
.common-footer-toptxt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.common-footer-imgtxt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.common-footer-fax {
    position: relative;
    line-height: 130%;
}
.common-footer-nomargin {
    margin: 0;
}
.common-footer-block2 {
    align-self: stretch;
    flex: 1;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 32px;
    gap: 24px;
}
.common-footer-titlebox {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.common-footer-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.common-footer-line {
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    min-height: 1px;
    background: url(./Vector\ 216.svg);
}
.common-footer-b2main {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    font-size: 16px;
}
.common-footer-b2inner {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.common-footer-b2inner._type1 {
    gap: 16px;
    font-size: 16px;
}
.common-footer-b2inner._type2 {
    width: 100%;
    gap: 4px;
}
.common-footer-b2inner._type3 {
    gap: 4px;
}
.common-footer-nexttitle {
    border-left: 3px solid #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 12px;
}
.common-footer-btn {
    width: 280px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #0031d8;
    box-sizing: border-box;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    min-width: 136px;
    min-height: 56px;
    color: #0031d8;
}
.common-footer-btninner {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 20px;
}
.common-footer-btntxt {
    flex: 1;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.common-footer-squ {
    align-self: stretch;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    gap: 16px;
    font-size: 14px;
}
.common-footer-squbox {
    flex: 1;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 0px;
    gap: 4px;
}
.common-footer-squbox._noborder {
    padding: 0;
    border: none;
}
.common-footer-squimgbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.common-footer-squimg {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.common-footer-squimg._icon1 {
    background: url(./Component\ f1.svg) no-repeat center;
}
.common-footer-squimg._icon2 {
    background: url(./Component\ f2.svg) no-repeat center;
}
.common-footer-txt {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.common-footer-tell1 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
}
.common-footer-time1 {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 150%;
    font-weight: 500;
}
.common-footer-tellbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 18px;
    font-family: Inter;
}
.common-footer-tell2 {
    position: relative;
    font-weight: 500;
}
.common-footer-tell3 {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 150%;
    font-weight: 500;
    font-family: "Noto Sans JP";
}
.common-footer-txt._170 {
    line-height: 170%;
}
.common-footer-text {
    width: 407px;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 170%;
    display: inline-block;
}
.common-footer-p {
    margin: 0;
}
.common-footer-blue {
    color: #0031d8;
}
.common-footer-bottom {
    align-self: stretch;
    width: 479px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 64px 80px 32px;
    box-sizing: border-box;
    gap: 64px;
}
.common-footer-btmmain {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}
.common-footer-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.common-footer-wrap {
    width: 236px;
    font-size: 14px;
}
.common-footer-wrapinner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}
.common-footer-wrapbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.common-footer-flexcenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.common-footer-wrapimg {
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.common-footer-copyright {
    align-self: stretch;
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    font-size: 14px;
    color: #fff;
}
.common-footer-color {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
}
.common-footer-colortitle {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 170%;
}
.common-footer-colorbox {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.common-footer-colormain {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.common-footer-colorcir {
    width: 58px;
    border-radius: 28px;
    background-color: #fff;
    border: 2px solid #ccc;
    box-sizing: border-box;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
}
.common-footer-colorcir._blue {
    background-color: #0031d8;
    color: #fff;
}
.common-footer-colorcir._yellow {
    background-color: #ffc700;
}
.common-footer-colorcir._black {
    background-color: #333;
    color: #fff;
}
.common-footer-share {
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./Component\ 5.svg) no-repeat center;
}
.common-circle-txt {
    position: relative;
    line-height: 120%;
    white-space: nowrap;
}
/* ほかの共通様式 */
/* ボタン */
.common-button {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 16px;
    min-width: 136px;
    min-height: 56px;
    width: 280px;
    height: 56px;
    font-size: 16px;
    color: #0031d8;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #0031d8;
    box-sizing: border-box;
    text-align: center;
}
.common-button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.common-button._disable {
    opacity: 0.4;
}
.common-button._fill {
    background-color: #0031d8;
    color: #fff;
}
.common-button-textbox {
    flex: 1;
}
.common-button-text {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 100%;
    text-align: center;
}
.common-button-text._footer {
    margin-right: 17px;
}
.common-button-arrow {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./Component\ 2.svg) no-repeat center;
}
.common-button._fill .common-button-arrow {
    background: url(./Component\ 1.svg) no-repeat center;
}
.common-button-arrow._left {
    left: 16px;
    right: auto;
    transform: rotate(180deg);
}
/* block */
.common-blockparent {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 864px;
    gap: 32px;
    text-align: left;
    font-size: 18px;
}
.common-block:hover {
    cursor: pointer;
}
.common-block {
    width: 416px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #0031d8;
    box-sizing: border-box;
    height: 164px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    gap: 12px;
}
.common-block-imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-block-imgbox._circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8f1fe;
}
.common-block-textbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.common-block-arrow {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./Component\ 2.svg) no-repeat center;
}
.common-block-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.common-block-text {
    align-self: stretch;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 170%;
}
.common-blockparent._type2 .common-block-title {
    font-size: 20px;
}
/* タイトル */
.common-title {
    border-left: 3px solid #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px 0px 12px;
    font-size: 18px;
    box-sizing: border-box;
}
.common-title._noline {
    border: none;
    padding: 0;
}
.common-title-text {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 160%;
}
.common-title:has(> .common-title-l) {
    padding: 0;
    border: none;
    gap: 6px;
}
.common-title-l + .common-title-text {
    letter-spacing: 0.04em;
}
.common-title-l {
    width: 4px;
    position: relative;
    border-radius: 2px;
    background-color: #767676;
    height: 24px;
}
.common-title-arrow {
    display: none;
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./arrow_down.svg) no-repeat center;
}
.common-title:has(> .common-title-arrow) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* input */
.common-input {
    width: 304px;
    height: 56px;
    border: 1px solid #ccc;
    padding: 0 16px;
    outline: none;
    font-size: 16px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    line-height: 170%;
    box-sizing: border-box;
}
.common-inputbox {
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    line-height: 100%;
    font-size: 16px;
    gap: 8px;
}
.common-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
}
.common-radio {
    width: 18px;
    height: 18px;
    margin: 0;
}
.common-select {
    padding: 0 16px;
    min-width: 200px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.common-selectbox {
    position: relative;
}
.common-selectbox::before {
    position: absolute;
    top: 13px;
    right: 0.9em;
    padding: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url(./arrow_down.svg) no-repeat center;
}
/* card */
.common-cardbox {
    display: flex;
    flex-wrap: wrap;
    width: 752px;
    gap: 16px;
}
.common-cardbox._large {
    width: 864px;
}
.common-cardbox._large .common-card {
    width: 424px;
}
.common-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    width: 368px;
    padding: 20px 14px 20px 20px;
    gap: 16px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #333;
    overflow: hidden;
}
.common-card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.common-card-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 170%;
    font-size: 16px;
}
.common-card-textbox {
    width: 234px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 14px;
    color: #767676;
}
.common-card-text {
    align-self: stretch;
    position: relative;
    line-height: 130%;
}
.common-card-status {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 8px 3px;
    font-size: 14px;
}
.common-card-statustext {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 170%;
    font-weight: 500;
}
.common-card-status._blue {
    background-color: #97d3ff;
}
.common-card-status._darkblue {
    background-color: #0031d8;
}
.common-card-status._red {
    background-color: #ec0000;
}
.common-card-status._grey {
    background-color: #767676;
}
.common-card-status._green {
    background-color: #197a4b;
}
.common-card-status._darkblue .common-card-statustext,
.common-card-status._red .common-card-statustext,
.common-card-status._grey .common-card-statustext,
.common-card-status._green .common-card-statustext {
    color: #fff;
}
.common-card-del {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: -8px;
    gap: 4px;
    font-size: 13px;
    color: #767676;
}
.common-card-del:hover {
    cursor: pointer;
}
.common-card-delimg {
    width: 24px;
    height: 24px;
    background: url("./del.svg") no-repeat center;
}
.common-card-deltext {
    letter-spacing: 0.04em;
    color: #767676;
    font-size: 13px;
}
/* menu */
.common-menubox {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.common-menu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
}
.common-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.common-menu-text {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 44px;
}
.common-menu-icon {
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./icon_plus.svg) no-repeat center;
}
.common-menu-icon:hover {
    cursor: pointer;
}
/* ネスティング メニュー */
.common-menu-item + .common-menu .common-menu-item {
    padding-left: 32px;
    cursor: pointer;
}
.common-menu-item + .common-menu .common-menu-icon {
    background: url(./arrow_right.svg) no-repeat center/18px;
}
.common-menu-item._open .common-menu-icon {
    background: url(./icon_minus.svg) no-repeat center/16px;
}
.common-menu-item + .common-menu .common-menu-item._choose {
    color: #0031d8;
    background: none;
}
.common-menu-item + .common-menu .common-menu-item._choose .common-menu-icon {
    background: url(./arrow_right_blue.svg) no-repeat center/18px;
}
/* navbar */
.common-nav {
    width: 1440px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 64px 8px 176px;
    box-sizing: border-box;
    font-size: 16px;
    gap: 8px;
}
.common-nav-item {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 100%;
    color: #333;
}
.common-nav-item._underline {
    color: #0031d8;
    text-decoration: underline;
    cursor: pointer;
}
.common-nav-arrow {
    width: 12px;
    position: relative;
    height: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./arrow_right.svg) no-repeat center;
}
.common-banner {
    align-self: stretch;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 32px;
}
.common-banner-bg {
    width: 1440px;
    height: 112px;
    background-color: #e8f1fe;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.common-banner-title {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 150%;
}
/* pagebar */
.common-pagebar {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 6px;
    box-sizing: border-box;
    gap: 16px;
    text-align: center;
    font-size: 14px;
    color: #0031d8;
}
.common-pagebar-item {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}
.common-pagebar-item._active {
    background-color: #0031d8;
    color: #fff;
}
.common-pagebar-dot {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(./dot.svg) no-repeat center;
}
.common-pagebar-arrow {
    width: 36px;
    height: 36px;
}
.common-pagebar-arrow._last {
    transform: rotate(180deg);
    background: url(./pagebar_arrow.svg) no-repeat center/36px;
}
.common-pagebar-arrow._next {
    background: url(./pagebar_arrow.svg) no-repeat center/36px;
}
.common-confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
}
.common-confirm-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 343px;
    margin: auto;
    margin-top: 300px;
    background: #fff;
    border-radius: 8px;
}
.common-confirm-top {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 16px;
}
.common-confirm-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.common-confirm-text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 170%;
}
.common-confirm-bottom {
    width: 100%;
    display: flex;
    border-top: 0.5px solid #ccc;
}
.common-confirm-button {
    flex: 1;
    height: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 16px;
}
.common-confirm-button._red {
    color: #ec0000;
}
.common-confirm-button:hover {
    cursor: pointer;
    opacity: 0.7;
}
.common-confirm-button + .common-confirm-button {
    border-left: 0.5px solid #ccc;
}
.common-totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0031d8;
    z-index: 500;
    font-size: 14px;
}
.common-totop:hover {
    cursor: pointer;
}
.common-totop-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0031d8 url("./arrow_down_white.svg") no-repeat center/20px;
    rotate: 180deg;
    margin-bottom: 10px;
}
.common-alert {
    position: absolute;
    width: 100%;
    top: 88px;
    left: 0px;
    background-color: #197a4b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    box-sizing: border-box;
    z-index: 200;
    font-size: 16px;
    color: #fff;
}
.common-alert-icon {
    width: 24px;
    height: 24px;
    background: url("./close_white.svg") no-repeat center/24px;
}
.common-hidden-option {
    display: none;
}
@media screen and (max-width: 1480px) {
    .common-footer-squbox {
        align-items: center;
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .common-footer-squbox._noborder {
        padding: 0;
        border: none;
    }
    .common-footer-squ {
        flex-direction: column;
    }
}
/* SP端末 */
@media screen and (max-width: 960px) {
    .common-container {
        font-size: 16px;
    }
    /* header */
    .common-header {
        display: none;
    }
    .common-spheader {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 100%;
        padding: 0px 16px;
        font-size: 13px;
        background-color: #fff;
        box-sizing: border-box;
        overflow: hidden;
    }
    .common-spheader-status {
        align-self: stretch;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 47px;
        padding: 0 10px 0 19px;
        font-size: 15.66px;
        color: #000;
        font-family: "SF Pro Text";
        background-color: #fff;
    }
    .common-spheader-time {
        letter-spacing: -0.28px;
        font-weight: 600;
    }
    .common-spheader-picbox {
        width: 100%;
        border-radius: 3.05px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url("./top.png") no-repeat left center/100% auto;
    }
    .common-spheader-pic {
        align-self: stretch;
        position: relative;
        height: 36px;
    }
    .common-spheader-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
        font-weight: 500;
    }
    .common-spheader-main {
        width: 100%;
        height: 72px;
        align-self: stretch;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        border-bottom: 1px solid #ccc;
    }
    .common-spheader-main._center {
        justify-content: center;
    }
    .common-spheader-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 56px;
    }
    .common-spheader-left._flex1 {
        flex: 1;
    }
    .common-spheader-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 24px;
        font-size: 16px;
        color: #fff;
    }
    .common-spheader-user {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        color: #333;
    }
    .common-spheader-username {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
    }
    .common-spheader-userend {
        position: relative;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 100%;
    }
    .common-spheader-right._login .common-spheader-btn {
        display: none;
    }
    .common-spheader-btn {
        border-radius: 4px;
        background-color: #0031d8;
        height: 32px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 7px 8px;
        box-sizing: border-box;
        min-width: 72px;
        min-height: 28px;
    }
    .common-spheader-login {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
        font-size: 14px;
    }
    .common-spheader-menubox {
        width: 41px;
        height: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2px;
        text-align: left;
        font-size: 10px;
        color: #333;
        cursor: pointer;
    }
    .common-spheader-menuicon {
        width: 24px;
        position: relative;
        height: 24px;
        overflow: hidden;
        flex-shrink: 0;
        object-fit: cover;
        background: url(./menu.png) no-repeat center;
    }
    .common-spheader-menuicon._open {
        background: url(./close.svg) no-repeat center;
    }
    .common-spheader-statusr {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }
    .common-spheader-icon {
        position: relative;
    }
    .common-spheader-icon._battary {
        width: 25px;
        height: 12px;
        background: url(./iPhone\ 12\ Pro.svg) no-repeat center;
    }
    .common-spheader-icon._wifi {
        width: 16.7px;
        height: 12px;
        background: url(./Wifi.svg) no-repeat center;
    }
    .common-spheader-icon._cellular {
        width: 17px;
        height: 11.3px;
        background: url(./Cellular.svg) no-repeat center;
    }
    .common-spheader .common-menubox {
        display: none;
        position: fixed;
        top: 119px;
        height: calc(100% - 119px);
        padding: 0;
        overflow: auto;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        z-index: 100;
        -webkit-overflow-scrolling: touch;
    }
    .common-spheader.normal .common-menu-icon {
        background: url(./arrow_right.svg) no-repeat center/16px;
    }
    .common-spheader-logintime {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }
    .common-spheader-logintime div:nth-child(1) {
        font-size: 16px;
        line-height: 25px;
    }
    /* footer */
    .common-footer {
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
    }
    .common-footer-top {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-width: 0;
        padding: 0 0 60px 0;
        gap: 60px;
        background: #f2f2f2;
    }
    .common-footer-inner {
        width: 100%;
        background-color: #fff;
        align-items: center;
        padding: 60px 0;
        box-sizing: border-box;
    }
    .common-footer-block2 {
        flex: auto;
        gap: 24px;
        padding: 0 16px;
        font-size: 18px;
    }
    .common-footer-titlebox {
        padding: 0;
        gap: 16px;
        font-size: 18px;
    }
    .common-footer-btn {
        align-self: center;
        text-align: center;
    }
    .common-footer-btninner {
        align-self: stretch;
        gap: 12px;
        padding: 0;
    }
    .common-footer-btntxt {
        line-height: 100%;
    }
    .common-footer-squ {
        flex-direction: column;
        padding: 16px;
        font-size: 16px;
    }
    .common-footer-b2inner._type2 {
        width: 100%;
        gap: 4px;
    }
    .common-footer-squbox {
        align-items: center;
        width: 100%;
        padding: 8px 0px 16px;
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .common-footer-squbox._noborder {
        padding: 0;
        border: none;
    }
    .common-footer-txt {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
    }
    .common-footer-txt._170 {
        line-height: 170%;
    }
    .common-footer-text {
        width: 100%;
    }
    .common-footer-txt._sp {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 150%;
    }
    .common-footer-bottom {
        width: auto;
        padding: 0 16px;
        gap: 60px;
    }
    .common-footer-div {
        position: relative;
        letter-spacing: 0.02em;
        line-height: 100%;
        font-weight: 500;
    }
    .common-footer-color {
        gap: 24px;
    }
    .common-footer-colormain {
        justify-content: space-between;
        font-size: 20px;
        font-weight: normal;
    }
    .common-footer-colorcir {
        width: 66px;
        height: 66px;
        border-radius: 50%;
    }
    /* block */
    .common-block {
        width: 100%;
    }
    .common-blockparent {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 32px;
        text-align: left;
        font-size: 16px;
    }
    .common-block-title {
        align-self: stretch;
        position: relative;
        letter-spacing: 0.02em;
        line-height: 150%;
        font-size: 20px;
    }
    .common-blockparent._type2 .common-block-arrow {
        width: 16px;
        height: 16px;
        background: url(./Component\ 2.svg) no-repeat center/16px;
    }
    /* タイトル */
    .common-title-text {
        line-height: 150%;
    }
    .common-title-l {
        display: none;
    }
    .common-title:has(> .common-title-l) {
        border-left: 3px solid #333;
        padding: 0px 0px 0px 12px;
        gap: 0;
    }
    .common-title-l + .common-title-text {
        letter-spacing: 0.02em;
    }
    .common-title-arrow {
        display: block;
    }
    .common-selectbox {
        width: 100%;
    }
    .common-select {
        width: 100%;
    }
    /* card */
    .common-cardbox,
    .common-cardbox._large {
        width: 100%;
        flex-direction: column;
    }
    .common-card,
    .common-cardbox._large .common-card {
        width: 100%;
    }
    /* navbar */
    .common-nav {
        width: 100%;
        padding: 8px 16px;
        font-size: 13px;
    }
    /* banner */
    .common-banner {
        font-size: 24px;
    }
    .common-banner-bg {
        width: 100%;
    }
    .common-banner-title {
        letter-spacing: 0.02em;
    }
    /* input */
    .common-input {
        width: 100%;
    }
    /* pagebar */
    .common-pagebar-item {
        width: 36px;
        height: 36px;
        line-height: 32px;
        font-size: 16px;
    }
    .common-pagebar-dot {
        width: 16px;
        height: 16px;
    }
    .common-pagebar-arrow {
        width: 24px;
        height: 24px;
    }
    .common-pagebar-arrow._last,
    .common-pagebar-arrow._next {
        background-size: 24px;
    }
    /* menu */
    .common-menu {
        max-height: auto;
    }
    .common-blockparent {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .common-spheader .common-menubox {
        display: none;
    }
    .common-alert {
        top: 120px;
    }
}
