@charset "utf-8";


/*■■■■■■■
　　PC版設定
■■■■■■■■*/
body {
    font-family: "メイリオ", "Yu Gothic", "Lucida Grande", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
    color: #000;
    text-align: center;
}

/*
■ ブラウザのマージンとパディング初期化
*/
* {
    margin: 0;
    padding: 0;
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
tr,
td {
    margin: 0;
    padding: 0;
}

/*
■ イメージ初期化
*/
img {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
}

/*
■ 境界線
*/
hr {
    display: none;
}

/*
■ リンク設定
*/
a img {
    border: none;
}

a:hover img {
    opacity: 0.7;
}

a {
    color: #00b8ee;
    text-decoration: none;
}

a:hover {
    color: #00b8ee;
    text-decoration: underline;
}

a:visited {
    color: #00b8ee;
    text-decoration: underline;
}

/*
■ float
*/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.fcl:after,
.row:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

/*
■ テキスト
*/
.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.txt_s {
    font-size: 0.86em;
}

.txt_red {
    padding: 0 2px;
    font-weight: bold;
    color: #ec6941;
    background: #fff;
}

.txt_yellow {
    color: #fff100;
}

.txt_orange {
    font-weight: bold;
    color: #ed7552;
}

.txt_green {
    color: #27b431;
}

.txt_blue {
    font-weight: bold;
    color: #308fe3;
}

/*
■ リスト
*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*

/*
■ 非表示
------------------------------------------*/
.hd {
    display: none;
}

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

/*■■■■■■■■■■■
　　共通コンテンツ設定
■■■■■■■■■■■■*/

/* body */
body {
    text-align: center;
}

#sec01 .box_title,
#sec03 .box_title,
#sec05 .box_title {
    color: #fff;
    background: #155390;
}

p.lead {
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0-2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

/* header */
#header {
    background: #fff;
}

#header .box_wrap {
    padding-bottom: 0;
}

#header .logo {
    width: 390px;
}

#header .header-phone {
    float: right;
    margin-top: 0.5em;
    margin-left: 1em;
}

#header .header-phone a {
    display: block;
    padding: 0.5em;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", sans-serif;
    font-size: 1.2em;
    color: #fff100;
    line-height: 1;
    border-radius: 0.5em;
    background-color: #155390;
}

/* mainimg */
#mainimg {
    background: #7fcdee;
}

/* entry */
.entry {
    background: #155390;
}

.entry_btn a {
    color: #155390;
    border-bottom: solid 8px #e4ac64;
    background: #fff100;
}

.entry_btn a:hover {
    opacity: 0.7;
}

/* section 01 */


/* section 02 */
.sec02 table {
    border-collapse: collapse;
}

.sec02 th {
    color: #fff;
    background: #fc0;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fc0), color-stop(70%, #ffa200));
    background: linear-gradient(to bottom, #fc0 0%, #ffa200 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ffa200', GradientType=0);
    /* IE6-9 */
}

.sec02 .final th {
    color: #fff;
    background: #f90;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f90), color-stop(70%, #f63));
    background: linear-gradient(to bottom, #f90 0%, #f63 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff6633', GradientType=0);
    /* IE6-9 */
}

.sec02 td {
    background: #f5eee5;
}

/* section 03 */
#sec03 .box.orange {
    color: #fff;
    background: #ec6941;
}

#sec03 .box.daidai {
    color: #fff;
    background: #f19149;
}

/* section 04 */
.sec04 tr:nth-child(odd) {
    background: #ffc;
}

.sec04 tr:nth-child(even) {
    background: #fdfdea;
}

/* section 05 */
#sec05 .box {
    text-align: left;
    border: solid 5px #e4ac64;
    border-radius: 10px;
    background: #f5eee5;
}

#sec05 h3 img {
    width: 100%;
}

/* entry_form */
#entry_form {
    background: #84ccc9;
}

#entry_form.under-mv-entry {
    background: #155390;
}

#entry_form.under-mv-entry .entry_tel_footer {
    display: none;
}

#entry_form .box_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 5px #155390;
    background: #ff9;
}

.form select,
.form input[type="text"] {
    padding: 0 2%;
    font-size: 1em;
    border: solid 4px #a0a0a0;
}

.form input.btn_submit {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    border-top: none;
    border-bottom: 6px solid #bb4623;
    border-left: none;
    border-right: none;
    border-radius: 10px;
    background: #ec6941;

    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.entry_tel_footer {
    color: #fff;
    background: #155390;
}

/* footer */

/* thanks */
.thanks #header {
    border-bottom: solid 4px #84ccc9;
}

.thanks .thanks_area {
    padding: 8em 0;
}

.thanks #footer {
    border-top: solid 1px #333;
}

/* Pageup button */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#page-top a {
    width: 60px;
    height: 60px;
    display: block;
    padding: 8px;
    text-indent: -9999px;
    border: solid 1px #155390;
    border-radius: 6px;
    background: url(../images/regist/icon_top.png) #fff no-repeat center;
}

#page-top a:hover {
    border: solid 1px #fff;
    background: url(../images/regist/icon_top_ov.png) #155390 no-repeat center;
    opacity: 0.7;
}


@media screen and (max-width: 999px) {
    /*　画面サイズ 999pxまで適用　*/

    /* body */
    body {
        font-size: 20px !important;
    }

    #sec01 .box_title,
    #sec03 .box_title,
    #sec05 .box_title {
        width: 96%;
        max-height: 100%;
        margin: 0 2%;
        padding: 2em 0 1em;
        font-size: 1.2em;
        border-radius: 10px 10px 0 0;
        position: relative;
    }

    .box_title h2 span {
        display: block;
    }

    #sec05 .box_title {
        border-radius: 10px;
    }

    #sec01 .box_title img,
    #sec03 .box_title img,
    #sec05 .box_title img {
        width: 100%;
        height: auto;
        position: absolute;
        top: -0.8em;
        left: 0;
    }

    .box_wrap {
        width: 100%;
        max-height: 100%;
    }

    #mainimg .box_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    #mainimg .box_wrap img {
        margin-bottom: 0;
    }

    .box_wrap.border_10 {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 2em;
        padding: 2em 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 10px #155390;
        background: #f5eee5;
    }

    p.lead {
        margin-bottom: 1em;
        font-size: 1.5em;
    }

    .sp_none {
        display: none;
    }

    /* header */
    #header .box_wrap {
        width: 96%;
        max-height: 100%;
        padding: 0.5em 2%;
        font-size: 0.8em;
        text-align: left;
    }

    #header .txt_orange {
        float: left;
        margin-left: 1em;
    }

    #header img.logo {
        width: 40%;
        margin: 0.5em 0;
    }

    #header span {
        display: block;
    }


    /* mainimg */
    #mainimg {
        padding: 0.5em 0 0;
        text-align: center;
        background: url(../images/regist/mainimg_bg_sp.png) no-repeat top center;
        background-size: 100% auto;
    }

    #mainimg img {
        width: 96%;
        margin: 0 2% 0.5em;
    }

    #mainimg .fleft,
    #mainimg .fright {
        float: none;
    }

    /* entry */
    .entry .box_wrap {
        width: 80%;
        margin-bottom: 3em;
        padding: 1em 10%;
    }

    .entry .fleft,
    .entry .fright {
        float: none;
    }

    .entry_tel img {
        width: 100%;
        margin: 0 0 1em;
    }

    .entry_btn a {
        width: 80%;
        display: block;
        padding: 0.5em 10%;
        font-weight: bold;
        font-size: 1.3em;
        border-radius: 10px;
    }

    /* section 01 */
    #sec01 {
        padding: 0 0 2em;
    }

    #sec01 .box_wrap img {
        width: 100%;
        max-height: 100%;
        margin: 0 0 1em;
    }

    #sec01 .box_wrap img.title {
        width: 100%;
        height: auto;
        margin: 1em 0 1.5em;
    }

    /* section 02 */
    .sec02 {
        padding: 0.5em 0 1.5em;
        background: #fff;
    }

    .sec02 table {
        width: 86%;
        margin: 0 7%;
    }

    #sec01 .box_wrap img.arr {
        width: 6%;
        margin: 0.5em 47% 0.2em;
    }

    .sec02 th {
        padding: 0.5em 0;
        font-size: 1.2em;
        border-radius: 10px 10px 0 0;
    }

    .sec02 td {
        padding: 1em 2%;
        font-size: 1em;
        border-radius: 0 0 10px 10px;
    }

    /* section 03 */
    #sec03 {
        padding-bottom: 0;
    }

    #sec03 .x4 {
        padding-bottom: 2em;
    }

    #sec03 .box_wrap img.title {
        width: 100%;
        height: auto;
        margin: 1em 0 1.5em;
    }

    #sec03 .box {
        width: 86%;
        max-height: 100%;
        margin: 0 7% 0.5em;
        padding: 20px 0;
        border-radius: 10px;
    }

    #sec03 .box img {
        width: 50%;
        margin-bottom: 0.5em;
    }

    /* sec 04 */
    .sec04 {
        padding: 0.5em 0 1.5em;
        background: #fff;
    }

    .sec04 table {
        width: 86%;
        margin: 0 7%;
        text-align: left;
        border: solid 2px #a0a0a0;
        border-collapse: collapse;
    }

    .sec04 th,
    .sec04 td {
        display: block;
        padding: 0.6em 4% 0;
    }

    .sec04 th {
        font-size: 1.4em;
        color: #eb6100;
    }

    .sec04 td {
        padding: 0 4% 0.6em;
        border-bottom: solid 1px #a0a0a0;
    }

    .sec04 i {
        visibility: hidden;
        font-size: 0;
    }

    /* section 05 */
    #sec05 {
        margin-bottom: 2em;
    }

    #sec05 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 0.5em;
        padding: 1em 4%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.8;
    }

    #sec05 p {
        margin-top: 1em;
    }

    /* entry_form */
    #entry_form .box_title {
        background: #155390;
    }

    #entry_form .box_title img.txt_001 {
        width: 60%;
        margin: 0.5em 20% 0;
    }

    #entry_form .box_title img.txt_002 {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .form table {
        width: 95%;
        margin: 0.8em 2%;
    }

    .form table th {
        width: 25%;
        padding-right: 2%;
        font-size: 1em;
    }

    .form select,
    .form input[type="text"] {
        width: 96%;
        min-height: 1em;
        margin-bottom: 0.3em;
        padding: 0.3em 2%;
        font-size: 1em;
    }

    .form select {
        width: 100%;
    }

    .form input.btn_submit {
        width: 80%;
        display: block;
        margin: 0.5em 10% 1em;
        padding: 0.5em 0 0.2em;
        font-weight: bold;
        font-size: 1.6em;
        color: #fff;
        border-bottom: solid 8px #004227;
        border-radius: 10px;
        background: #094;
    }

    .entry_tel_footer {
        width: 80%;
        padding: 1em 10%;
        font-size: 0.9em;
        text-align: center;
    }

    .entry_tel_footer .pc_none img {
        width: 100%;
        margin: 1em 0 0;
    }

    .entry_tel_footer .fleft,
    .entry_tel_footer .fright {
        float: none;
    }

    /* footer */
    #footer {
        width: 100%;
    }

    #footer .box_wrap {
        width: 96%;
        padding: 2em 2% 4em;
    }

    #footer img.logo {
        width: 80%;
        margin: 0 10% 1.4em;
    }

    #footer p {
        margin-bottom: 1.4em;
    }

    #footer p.copyright {
        font-size: 0.7em;
    }

    /* thanks */
    .thanks .thanks_area {
        font-size: 0.8em;
    }

    /* display */
    .sp_hd {
        display: none;
    }
}


@media screen and (max-width: 460px) {

    /*　画面サイズ 460pxまで適用　*/
    body {
        font-size: 18px !important;
    }

    #header .txt_orange {
        font-size: 10px;
    }

    #header .header-phone {
        margin-top: 0;
        margin-left: 0.5em;
    }

    #header .header-phone a {
        padding: 1em 0.5em;
        font-size: 0.8em;
    }

    #mainimg .fright {
        text-align: left;
    }

    #mainimg .fright img {
        width: 60%;
    }

    #entry_form .box_title img.txt_001 {
        width: 50%;
        margin: 0.5em 25% 0;
    }

    #entry_form .box_title img.txt_002 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    #entry_form.under-mv-entry .entry_tel_footer {
        display: block;
    }

    .entry_btn a {
        font-size: 1.1em;
    }
}

@media screen and (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/

    /* body */
    body {
        font-size: 20px;
    }

    #sec01 .box_title,
    #sec03 .box_title,
    #sec05 .box_title {
        width: 1000px;
        max-height: 100%;
        margin: 0 auto;
        padding: 50px 0 10px;
        font-size: 1.6em;
        border-radius: 10px 10px 0 0;
        background: #155390;
        position: relative;
    }

    #sec05 .box_title {
        border-radius: 10px;
    }

    #entry_form .box_title {
        width: 1000px;
        max-height: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    #sec01 .box_title img,
    #sec03 .box_title img,
    #sec05 .box_title img {
        width: 600px;
        height: 60px;
        position: absolute;
        top: -30px;
        left: 200px;
    }

    #sec01 h3 img {
        margin: 0 auto 40px;
    }

    .box_wrap {
        width: 1000px;
        margin: 0 auto;
    }

    .box_wrap.border_10 {
        width: 1000px;
        max-height: 100%;
        margin-bottom: 80px;
        padding: 40px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 10px #155390;
        background: #f5eee5;
    }

    p.lead {
        margin-bottom: 30px;
        font-size: 1.6em;
    }

    .pc_none,
    .sp_br {
        display: none;
    }

    /* header */
    #header {
        padding: 10px 0;
    }

    #header p.fright {
        float: left;
        padding: 15px 0 0 30px;
        font-size: 1.2em;
    }

    /* mainimg */
    #mainimg .box_wrap {
        width: 1140px !important;
        height: 400px;
        padding-top: 20px;
        background: url(../images/regist/mainimg_bg_001.png) no-repeat top center;
        background-size: auto 100%;
    }

    #mainimg .fleft {
        width: 560px;
        margin-left: 70px;
    }

    /* entry */
    .entry {
        margin-bottom: 80px;
        padding: 20px 0;
    }

    .entry img {
        margin: 0;
    }

    .entry_btn a {
        display: block;
        padding: 20px 50px;
        font-weight: bold;
        font-size: 2em;
        text-decoration: none;
        border-radius: 10px;
    }

    .entry_btn a:hover {
        text-decoration: none;
    }

    /* section 01 */

    /* section 02 */
    .sec02 {
        padding: 30px 10px 40px;
        background: #fff;
        ;
    }

    .sec02 img.title {
        margin-bottom: 30px;
    }

    .sec02 table {
        width: 220px;
        float: left;
    }

    .sec02 img.arr {
        width: 12px;
        float: left;
        margin: 90px 5px 0 8px;
        -webkit-transform: rotatez(270deg);
        transform: rotatez(270deg);
    }

    .sec02 th {
        padding: 10px 0;
        font-size: 1.2em;
        border-radius: 10px 10px 0 0;
    }

    .sec02 td {
        padding: 20px;
        font-size: 0.8em;
        border-radius: 0 0 10px 10px;
    }

    /* section 03 */
    #sec03 .x4 {
        width: 960px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 20px 50px;
    }

    #sec03 .box {
        width: 230px;
        max-height: 100%;
        margin-right: 15px;
        padding: 20px 0;
        border-radius: 10px;
    }

    #sec03 .box img {
        width: 110px;
        margin-bottom: 10px;
    }

    #sec03 .box p {
        font-size: 0.7em;
    }

    /* section 04 */
    .sec04 {
        padding: 30px 10px 40px;
        background: #fff;
        ;
    }

    .sec04 img.title {
        margin-bottom: 30px;
    }

    .sec04 table {
        width: 900px;
        margin: 0 30px 0;
        text-align: left;
        border: solid 4px #a0a0a0;
        border-collapse: collapse;
    }

    .sec04 th {
        width: 260px;
        padding: 20px 0 10px 20px;
        font-size: 1.4em;
        color: #eb6100;
        border-bottom: solid 1px #a0a0a0;
    }

    .sec04 td {
        padding: 10px 20px 0;
        border-bottom: solid 1px #a0a0a0;
    }

    .sec04 i.material-icons {
        position: relative;
        top: 3px;
        left: 0;
    }


    /* section 05 */
    #sec05 .box_wrap {
        padding-bottom: 60px;
    }

    #sec05 .fcl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #sec05 .box {
        width: 470px;
        max-height: 100%;
        margin: 0 0 20px 15px;
        padding: 25px;
        line-height: 1.6;
    }

    #sec05 .x2 .box:nth-child(2n) {
        margin: 0 0 30px 0;
    }

    #sec05 p {
        padding: 30px 30px 0;
    }

    /* entry form */
    #entry_form {
        padding-bottom: 40px;
    }

    #entry_form .box_wrap {
        width: 900px;
        margin: 0 auto;
    }

    #entry_form img.txt_001 {
        width: 300px;
    }

    #entry_form img.txt_002 {
        width: 700px;
    }

    .form {
        width: 700px;
        max-height: 100%;
        margin: 0 100px;
        padding: 30px 0;
        text-align: center;
    }

    .entry_tel_footer {
        width: 790px;
        max-height: 100%;
        padding: 10px 50px 20px;
    }

    .entry_tel_footer p {
        margin-top: 25px;
    }

    #entry_form .form table {
        width: 700px;
        margin-bottom: 15px;
        font-size: 0.8em;
        text-align: left;
    }

    #entry_form .sp_none {
        font-weight: bold;
    }

    .form input[type="text"] {
        width: 530px;
        min-height: 2em;
        margin-bottom: 7px;
        padding: 0 5px;
        font-size: 1.5em;
    }

    .form select {
        width: 548px;
        min-height: 2em;
        margin-bottom: 7px;
        padding: 0 5px;
        font-size: 1.5em;

        -moz-appearance: none;
    }

    @-moz-document url-prefix() {
        .form select {
            background: url(../images/regist/arr_form.png) #fff no-repeat;
            background-position: right 2px top 10px;
        }
    }

    .form input.btn_submit {
        width: 500px;
        display: block;
        margin: 0 100px;
        padding: 10px 0;
        font-weight: bold;
        font-size: 2.4em;
        color: #fff;
        border-bottom: solid 8px #004227;
        border-radius: 10px;
        background: #094;
    }

    .form input.btn_submit:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    /* footer */
    #footer {
        padding: 50px 0;
        font-size: 0.8em;
    }

    #footer img {
        margin-bottom: 1em;
    }

    #footer img {
        margin-bottom: 50px;
    }

    #footer .copyright a {
        display: inline-block;
    }

    #footer .copyright a+a {
        margin-left: 1em;
    }
}

/********** /content/regist.html **********/
.termService_txt {
    margin-bottom: 5px;
    font-size: 16px;
}

.remodal.termsService h2 {
    margin: 2rem 0;
    font-size: 32px;
    text-align: left;
}

.remodal.termsService h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #094;
    text-align: left;
}

.remodal.termsService p {
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
}

.remodal.termsService span {
    display: block;
    padding-left: 2rem;
}

/* プライバシーポリシー */
.privacy-policy {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5em 1em;
    font-size: 0.8em;
    text-align: left;
}

.privacy .box h2 {
    margin-bottom: 1em;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.4em;
    color: #155390;
    line-height: 1.2;
    border-bottom: 3px solid #155390;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 133, 178, 1)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgba(0, 133, 178, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085b2', endColorstr='#007db9e8', GradientType=0);
}

.privacy .sentence {
    margin-bottom: 30px;
    font-size: 0.9em;
}

body.policy #contents main .privacy .sentence p {
    font-size: 1em;
}

.privacy-box-title {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.border-box {
    margin: 0.5em 0;
    padding: 1em;
    border: 1px solid black;
}

.list-dot {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 1em;
}

.list-dot li {
    list-style: initial;
}

.list-order {
    margin: 0.5em 0;
}

.list-order>li+li {
    margin-top: 1em;
}

.list-order-02 {
    margin-left: 1em;
}

.list-number {
    margin: 1em 0;
    padding: 0;
}

.list-number>li {
    padding-left: 3em;
    position: relative;
}

.list-number>li+li {
    margin-top: 0.5em;
}

.list-number>li .list-number-num {
    position: absolute;
    top: 0;
    left: 0;
}

.list-circle-num {
    list-style: none;
    padding: 0;
}

.list-circle-num>li {
    padding-left: 1.2em;
    position: relative;
}

.list-circle-num>li .num {
    position: absolute;
    top: 0;
    left: 0;
}

.table-privacy {
    width: 100%;
    margin: 0.5em 0;
    border: 1px solid black;
    border-collapse: collapse;
}

.table-privacy tr+tr {
    border-top: 1px solid black;
}

.table-privacy tr th,
.table-privacy tr td {
    width: 50%;
    padding: 1em;
}

.table-privacy tr th+td {
    border-left: 1px solid black;
}

.sign {
    margin: 1em 0;
    font-size: initial;
}

@media (max-width: 758px) {
    body .privacy {
        padding: 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.5em;
    }

    .table-privacy tr th,
    .table-privacy tr td {
        padding: 1em 0.5em;
        font-size: 1em;
    }
}

/* 板野友美（index2） */
.index2 #mainimg .box_wrap {
    background: url(../images/regist/bosui-mainimg_bg_001.webp) no-repeat top center;
}

@media (max-width: 599px) {
    .index2 #mainimg .box_wrap {
        background: unset;
    }
}





















.thanks_ope {
    max-width: 100%;
    margin: 0 auto;
    float: none !important;
    clear: both !important;
    box-sizing: border-box;
    text-align: left;
}

.thanks_ope * {
    float: none !important;
    clear: both !important;
    box-sizing: border-box;
}

.thanks_ope_title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    position: relative;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.thanks_ope_title>span {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: .1em 0 .1em 1em;
    background: linear-gradient(#eee, #bbb);
}


.thanks_ope_title>span::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #00519b;
    position: absolute;
    top: 0;
    left: 0;
}

.tnanks_ope_inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.thanks_ope_img {
    width: 170px;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 85px 85px;
}

.thanks_ope_img::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 170px;
    position: relative;
    border-radius: 50%;
    background-color: #00519b;
}

.thanks_ope_img img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.thanks_ope_text {
    width: calc(100% - 200px);
    line-height: 2em;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: bold;
}

.thanks_ope_talk {
    position: relative;
    padding: 1em;
    background-color: #fff;
    border: 2px solid #00519b;
    border-radius: 1em;
}

.thanks_ope_talk>.tri {
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}

.thanks_ope_talk>.tri .tri-ele {
    position: relative;
    display: inline-block;
    width: 17.6px;
    height: 20px;
    background-color: #fff;
}

.thanks_ope_talk>.tri .tri-ele::before,
.thanks_ope_talk>.tri .tri-ele::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #00519b;
    transform-origin: 1px 50%;
}

.thanks_ope_talk>.tri .tri-ele::before {
    transform: rotate(30deg);
}

.thanks_ope_talk>.tri .tri-ele::after {
    transform: rotate(-30deg);
}




.thanks_ope_button {
    margin: 1em 0;
    display: block;
    width: 100%;
    text-align: center;
}

.thanks_ope_button a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #00519b;
    color: #fff;
    text-decoration: none;
    line-height: 1.2em;
    border-radius: 30px;
    font-size: 16px;
}

@media(max-width:1024px) {

    .thanks_ope_title {
        font-size: 20px;
    }
}

@media(max-width:599px) {
    .thanks_ope_title {
        font-size: 18px;
    }

    .thanks_ope_title::before {
        width: 15px;
        height: 15px;
        left: 5px;
    }

    .thanks_ope_title::after {
        width: 15px;
        height: 15px;
        right: 5px;
    }

    .thanks_ope_text {
        width: calc(100% - 135px);
        line-height: 1.5em;
        font-size: 14px;
    }

    .thanks_ope_talk {
        padding: .6em;
        border-radius: .6em;
    }

    .thanks_ope_talk::after {
        width: 15px;
        height: 20px;
    }

    .thanks_ope_img {
        width: 120px;
        padding-top: 40px;
        overflow: hidden;
        position: relative;
        border-radius: 0 0 60px 60px;
    }

    .thanks_ope_img::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 120px;
        position: relative;
        border-radius: 50%;
        background-color: #00519b;
    }

    .thanks_ope_img img {
        width: 90%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}







/*2025/10/21追記*/
.all-links a {
    pointer-events: none !important;
}

.all-links #globalNav,
.all-links #container>header p.pic_02,
.all-links #container>header p.pic_01,
.all-links #container>header div.contact,
.all-links aside,
.all-links footer h1,
.all-links footer .regist,
.all-links footer .contact,
.all-links #contents>header {
    display: none;
}

.all-links .copyright.wt {
    color: #fff;
}

.all-links #container>header h1 {
    margin: 0 0 0px 0px;
}

.all-links #wrapper {
    max-width: 100%;
}

.all-links main {
    width: 100%;
    display: block;
    float: none;
}

.all-links #container>header h1 a {
    display: inline-block;
    max-width: 300px;
}

.all-links #container {
    width: 100%;
    max-width: 100%;
}

.all-links .address_select_form_sp {
    display: none;
}

.all-links #wrapper {
    margin-top: 0;
}

@media(max-width:1024px) {
    .all-links #wrapper {
        margin-top: 0;
    }

    .all-links #container>header {
        padding: 10px 30px;
        text-align: center;
    }

    .all-links #container>header h1 a {
        max-width: 200px;
    }

    body.all-links .privacy {
        padding: 0em;
    }

    .privacy.all-links .box h2 {
        font-size: 18px;
        letter-spacing: -.05em;
        text-align: center;
    }

    .privacy.all-links .privacy .sentence {
        font-size: 14px;
        padding: 0 2%;
    }


    .privacy.all-links .table-privacy {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .privacy.all-links .privacy .privacy-box-title {
        font-size: 18px;
        font-weight: bold;
        padding: 0 2%;
    }

    .all-links .table-privacy tr th,
    .all-links .table-privacy tr td,
    .all-links .text {
        font-size: 14px;
    }

    .all-links #container>footer nav {
        min-width: inherit;
        padding: 10px 0;
        background: #0085b2;
    }

    .all-links #container>footer p.copyright {
        font-size: 16px;
    }

    .all-links #container>footer {
        padding: 0;
    }

    .all-links .privacy-policy {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        font-size: 16px;
        text-align: left;
    }

    #page-top a {
        width: 40px;
        height: 40px;
    }

}