@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* reset */
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;
}
fieldset,img {
    border: 0;
    vertical-align: top;
}
address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: normal;
}
li {
    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;
}
del,ins {
    text-decoration: none;
}
section {
    display: block;
}
figure,figcaption {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #1275FC;
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
}
a:hover {
    text-decoration: none;
}
a img {
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
}
a:hover img {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

.link-btn a {
    display: block;
    max-width: 250px;
    color: #00a0e9;
    font-weight: 500;
    border: #00a0e9 1px solid;
    text-decoration: none;
    padding: 13px;
    text-align: center;
    margin: auto;
}

.link-btn a {
    display: block;
    font-size: 105%;
    position: relative;
}

.link-btn a:hover {
    background-color: rgba(64,133,122,0.30);
}

.link-btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body {
    font-family: 'Noto Sans Japanese',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #454343;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.w1000 {
    max-width: 1000px;
    width: 92%;
    margin: auto;
}

.sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width:767px) {
    body {
        font-size: 80%;
        line-height: 1.8;
    }

    article {
        margin-top: 68px;
    }

    .sec {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*--------------------------------------

ヘッダー

--------------------------------------------*/

#head {
    position: relative;
    padding-top: 25px;
    z-index: 999999;
    background-color: #fff;
    transition: ease-in-out .3s;
    z-index: 2;
}

#head #tbl {
    width: 100%;
}

#head #tbl .logo {
    text-align: center;
}

#head #tbl .logo img {
    width: auto;
    height: 140px;
    transition: ease-in-out .3s;
}

#head #tbl .logo img:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}

#head #tbl #global {
    margin-top: 40px;
    text-align: center;
}
#head #tbl #global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#head #tbl #global li {
    flex: 1;
}
#head #tbl #global li a {
    display: block;
    text-align: center;
    border-right: 1px solid #959393;
    font-size: 16px;
    color: #959393;
    text-decoration: none;
}
#head #tbl #global li:nth-child(1) a {
    border-left: 1px solid #959393;
}
#head #tbl #global li a:hover {
    color: #000;
}
#head #sp-nav {
    display: none;
}
#head #menu-btn {
    display: none;
}
@media screen and (max-width:767px) {
    #head {
        position: fixed;
        left: 0;
        top: 0;
        padding-top: 0;
        width: 100%;
        height: 67px;
        z-index: 3;
    }
    #head.fixed {
        height: 55px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }
    #head #tbl {
        display: block;
    }

    #head #tbl .logo {
        display: block;
        padding-top: 14px;
        padding-bottom: 12px;
        padding-left: 15%;
        text-align: left;
    }

    #head #tbl .logo img {
        width: auto !important;
        height: 40px !important;
    }

    #head #tbl #global {
        display: none;
    }

    #head #sp-nav {
        display: block;
        position: fixed;
        top: 72px;
        left: 0px;
        bottom: 0;
        z-index: 999;
        width: 250px;
        background-color:rgba(169, 141, 89, 0.89);
        margin-left: -250px;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    #head #sp-nav.active {
        margin-left: 0px;
    }

    #head #menu-btn {
        position: fixed;
        top: 21px;
        left: 15px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }

    #head #menu-btn .sub-txt {
        font-size: 10px;
        text-align: center;
        line-height: .8;
        color: #fff;
    }

    #head #sp-nav li {
        display: block;
    }

    #head #sp-nav .btn,
    #head #sp-nav ul > li > a {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px #e7e7e7 solid;
        position: relative;
        display: block;
        font-size: 15px;
    }
    #head #sp-nav ul > li > a:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        width: 9px;
        height: 15px;
        background: transparent url(../images/common/icon_cursor.svg) no-repeat 0 0;
        background-size: 9px 15px;
    }

    #head #sp-nav .btn.no-arrow:after {
        display: none;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 45px;
        height: 26px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 11px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }
}

#head #btn_card {
    position: fixed;
    top: 14px;
    right: 15px;
    z-index: 99999999;
}
#head #btn_card img {
    width: 150px;
}
@media screen and (max-width:767px) {
    #head.fixed #btn_card {
        top: 7px;
    }
    #head #sp-nav {
        top: 67px;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #head.fixed #sp-nav {
        top: 55px;
    }
    #head #menu-btn {
        position: fixed;
        top: 14px;
        left: 15px;
        padding: 4px;
        text-align: center;
        border-radius: 5px;
        background-color: #a98d59;
        z-index: 99999999;
    }
    #head #btn_card img {
        width: 85px;
    }
    #head.fixed #menu-btn {
        top: 8px;
    }
    #head #tbl .logo img {
        width: auto !important;
        height: 40px !important;
    }
    #head.fixed #tbl .logo img {
        width: auto !important;
        height: 40px !important;
    }

    .menu-trigger {
        width: 20px;
        height: 15px;
    }

    .menu-trigger span {
        height: 3px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 6px;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-4px) rotate(45deg);
        transform: translateY(-4px) rotate(45deg);
    }
}

#page-ttl {
    background-color: #f7f7f7;
    text-align: center;
    padding: 35px;
}

#page-ttl h1 {
    font-size: 185%;
    letter-spacing: 0.09em;
    line-height: 1.5;
    font-weight: 500;
}

#page-ttl h1 span {
    color: #00a0e9;
    font-size: 50%;
    letter-spacing: 0.05em;
    display: block;
}

#page-ttl h1 span.size {
    color: #464646;
    font-size: 70%;
    letter-spacing: inherit;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    #page-ttl {
        padding: 15px;
        background-size: 130px;
    }

    #page-ttl h1 {
        font-size: 170%;
    }
}

h2.ttl {
    font-size: 185%;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}

h2.ttl span {
    color: #00a0e9;
    font-size: 50%;
    letter-spacing: 0.05em;
    display: block;
}

@media screen and (max-width:767px) {
    h2.ttl {
        font-size: 155%;
        margin-bottom: 30px;
    }
}


#foot {
    position: relative;
    z-index: 2;
}
#foot #btm {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: #a98d59 2px solid;
    border-bottom: #a98d59 2px solid;
}
#foot #btm .t-tbl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
}
#foot #btm .t-tbl .left {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 95%;
}
#foot #btm .t-tbl .left .in {
    width: 220px;
    text-align: center;
}
#foot #btm .t-tbl .left .logo img {
    width: auto;
    height: 85px;
}
#foot #btm .t-tbl .left .add {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 12px;
    color: #707070;
}
#foot #btm .t-tbl .left .add a {
    color: #707070;
    text-decoration: none;
}

#foot #btm .t-tbl .right {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 85%;
    width: 100%;
}
#foot #btm .t-tbl .right a {
    color: #707070;
    text-decoration: none;
}
#foot #btm .t-tbl .right a:hover {
    color: #000;
    text-decoration: underline;
}
#foot #btm .t-tbl .right ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#foot #btm .t-tbl .right li:nth-child(3n+1) {
    -webkit-flex: 0 0 35%;
    flex: 0 0 35%;
}
#foot #btm .t-tbl .right li:nth-child(3n+2) {
    -webkit-flex: 0 0 42%;
    flex: 0 0 42%;
}
#foot #btm .t-tbl .right li:nth-child(3n+3) {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
}
#foot #btm .t-tbl .right li:after {
    content: "";
}

#foot .u-tbl {
    width: 100%;
}
#foot .u-tbl .copyright {
    width: 100%;
    text-align: center;
    color: #707070;
}
.pagetop {
    margin-top: 70px;
    margin-bottom: 15px;
    text-align: center;
}
.pagetop a {
    transition: ease-in-out .2s;
}
.pagetop a:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 767px) {
    #overlay {
        background-color: rgba(0,0,0,0.54);
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
    #overlay.active {
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        z-index: 2;
    }

    #foot #btm {
        padding-top: 0;
        padding-bottom: 10px;
        border-top: none;
        border-bottom: none;
    }
    #foot #btm .t-tbl .left {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #foot #btm .t-tbl .left .in {
        width: 100%;
    }
    #foot #btm .t-tbl .left .logo {
        display: none;
    }
    #foot #btm .t-tbl .left .add {
        margin-top: 15px;
        line-height: 1.6;
        font-size: 13px;
    }
    #foot #btm .t-tbl .left .add span {
        font-size: 18px;
    }
    #foot #btm .t-tbl .right {
        display: none;
    }

    #foot #btm .u-tbl ul {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #foot #btm .u-tbl .copyright {
        width: 100%;
        display: block;
        text-align: center;
    }
    #foot #btm .u-tbl {
        padding-bottom: 40px;
    }
    .pagetop {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .pagetop img {
        width: 54px;
    }
}

.container {width: 100%; height: 100%;}
.slide_all {width: 1000px; margin: 0 auto; height: 535px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {position: relative;width: 100%;}
.slide {width: 1000px;}
.slide img {width: 100%; vertical-align: bottom;}
.bx-controls-direction,.bx-pager {text-align: center;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #c2c3c3; border-radius: 10px; margin:10px 2px 0 2px;}

.bx-controls-direction a{text-decoration: none; color: #c2c3c3; padding:0 5px;}
.bx-controls {bottom: 10px;z-index: 100;width: 100%;}

@media screen and (max-width: 767px) {
	.slide_all {width: 100%; margin: 0 auto; height: 100%; position: relative;}
	.slide_wrap {width: 100%; position: static; left: 50%; margin-left: 0;}
	.slide_body {width: 100%;}
	.slide {width: 100%;}
	.bx-controls {z-index: 100;width: 100%;}
}

.btn img {
    transition: ease-in-out .3s;
}
.btn img:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}

.sec .box {
    border-radius: 12px;
    border: 4px solid #a98d59;
}
.sec .box h2.midashi {
    position: relative;
    padding: 9px 10px 18px 10px;
    line-height: 1.2;
    background: #a98d59 url(../images/common/bg_midashi.svg) no-repeat center 55px;
    font-weight: bold;
    font-size: 29px;
    color: #fff;
}
/* .sec .box h2.midashi:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    display: block;
    width: 33px;
    height: 37px;
    background: transparent url(../images/common/icon_midashi.svg) no-repeat 0 0;
    background-size: 33px 37px;
} */
.sec .box .body {
    padding: 35px;
}
#TOP .sec .box .body {
    padding: 20px;
}
.sec .box .body .link {
    margin-top: 10px;
    text-align: center;
}
.sec .box .body table {
    width: 100%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.sec .box .body table thead th {
    padding: 10px;
    text-align: center;
    background-color: #00484c;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
}
.sec .box .body table tbody th {
    padding: 10px;
    width: 20%;
    text-align: center;
    background-color: #00484c;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #fff;
}
.sec .box .body table tbody td {
    padding: 10px;
    width: 40%;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .sec .box {
        border-radius: 10px;
        border: 3px solid #a98d59;
    }
    .sec .box h2.midashi {
        padding: 5px 10px 13px 10px;
        line-height: 1.2;
        background: #a98d59 url(../images/common/sp/bg_midashi.svg) no-repeat center bottom;
        background-size: 98% auto;
        border-radius: 6px 6px 0 0;
        border: 3px solid #a98d59;
        font-size: 20px;
    }
    /* .sec .box h2.midashi:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 2px;
        display: block;
        width: 23px;
        height: 28px;
        background: transparent url(../images/common/icon_midashi.svg) no-repeat 0 0;
        background-size: 23px 28px;
    } */
    .sec .box .body {
        padding: 15px;
    }
    #TOP .sec .box .body {
        padding: 15px;
    }
}

article.OTHER {
    margin-top: 20px;
    border-top: 2px solid #a98d59;
}
#breadcrumb ul {
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
}
#breadcrumb ul li {
    font-size: 14px;
    line-height: 1.4em;
}
#breadcrumb ul li::after {
    content: ">";
    display: inline-block;
    margin: 0 5px;
}
#breadcrumb ul li:last-child::after {
    content: "";
}
#breadcrumb ul li a {
    color: #707070;
    text-decoration: none;
}
#breadcrumb ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#page_midashi {
    margin-top: 40px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 40px;
    color: #a98d59;
}
@media screen and (max-width: 767px) {
    article.OTHER {
        margin-top: 68px;
    }
    #breadcrumb ul {
        padding: 10px 0;
    }
    #breadcrumb ul li {
        font-size: 12px;
        line-height: 1.4em;
    }
    #page_midashi {
        margin-top: 20px;
        font-size: 22px;
    }
}

#TOP #topban {
    margin-top: 20px;
    overflow: hidden;
}
#TOP #sec1 {
    margin-top: 50px;
    text-align: center;
}
#TOP #sec1 .img img {
    margin: 0 auto;
}
#TOP #sec1 .text {
    margin-top: 30px;
}
#TOP #sec1 .btn {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #TOP #sec1 {
        margin-top: 20px;
    }
}
#TOP #sec2 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    #TOP #sec2 ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #TOP #sec2 ul li {
        margin: 10px 0;
    }
}
#TOP #sec3 .body .img {
    text-align: center;
}
#TOP #sec3 .body .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#TOP #sec3 .body .rows .list {
    -webkit-flex: 0 0 31.3%;
    flex: 0 0 31.3%;
    margin-left: 3%;
    margin-top: 20px;
}
#TOP #sec3 .body .rows .list:nth-child(3n+1) {
    margin-left: 0;
}
#TOP #sec3 .body .rows .list dt {
    padding: 7px 12px 9px;
    line-height: 1.4;
    background-color: #a98d59;
    color: #fff;
}
#TOP #sec3 .body .rows .list dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 15px;
}
#TOP #sec3 .body .rows .list dd ul {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
    #TOP #sec3 .body .rows .list {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    #TOP #sec3 .body .rows .list dt {
        padding: 7px 12px 9px;
        line-height: 1.4;
        background-color: #a98d59;
        color: #fff;
    }
    #TOP #sec3 .body .rows .list dd {
        padding: 8px 15px;
    }
}
#TOP #sec4 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
@media screen and (max-width: 767px) {
    #TOP #sec4 ul {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

#ABOUT #sec1 .body .title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #FC0202;
}
#ABOUT #sec1 .body li {
    position: relative;
    margin-top: 20px;
    padding-left: 25px;
    line-height: 1.5;
}
#ABOUT #sec1 .body li:before {
    content: "★";
    position: absolute;
    left: 0;
    top: -4px;
    display: inline-block;
    font-size: 20px;
    color: #a98d59;
}
#ABOUT #sec1 .body li:nth-child(1) {
    margin-top: 0;
}
#ABOUT #sec1 .body .btn {
    margin-top: 50px;
    text-align: center;
}
#ABOUT #sec1 .body .other {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #707070;
}
#ABOUT #sec1 .ban {
    padding: 90px 0 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #ABOUT #sec1 .body .title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    #ABOUT #sec1 .body li:before {
        font-size: 18px;
    }
    #ABOUT #sec1 .body li:nth-child(1) {
        margin-top: 0;
    }
    #ABOUT #sec1 .body .btn {
        margin-top: 30px;
    }
    #ABOUT #sec1 .body .other {
        margin-top: 20px;
        text-align: left;
        font-size: 12px;
    }
    #ABOUT #sec1 .ban {
        padding: 40px 0 0;
    }
}

.form dl {
    margin-top: 30px;
}
.form dl dt {
    line-height: 1.4;
    font-size: 16px;
}
.form dl dd {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 16px;
}
.form span.required {
    font-size: 14px;
    color: #FD0303;
}
.form dl dt span.required {
    display: inline-block;
    margin-left: 5px;
}
.form dl dt span.min {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #B4B3B3;
}
.form .error {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #f00;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
    padding: 8px 5px;
    border: 1px solid #707070;
    box-sizing: border-box;
}
input::placeholder {
    color: #B4B3B3;
}
input:-ms-input-placeholder {
    color: #B4B3B3;
}
input::-ms-input-placeholder {
    color: #B4B3B3;
}
textarea::placeholder {
    color: #B4B3B3;
}
.form dl dd label {
    margin-right: 20px;
}
.form input[type="radio"] {
    margin-right: 5px;
}
.form input[type="checkbox"] {
    margin-right: 5px;
}
.form textarea {
    padding: 2px 5px;
    width: 500px;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
.form input.l1 {
    width: 500px;
}
.form input.l2 {
    width: 224px;
}
.form input.l3 {
    width: 140px;
}
.form input.l4 {
    width: 100px;
}
.form input.l5 {
    width: 435px;
}
.form .bt {
    margin-top: 30px;
    text-align: center;
}
.form .btn_blk {
    margin-top: 30px;
    text-align: center;
}
.form .btn_blk span {
    display: inline-block;
    margin: 0 10px;
}
.form .btn_blk input {
    padding: 3px 10px;
    font-size: 20px;
}
.form .id_col {
    margin-top: 20px;
    font-size: 24px;
}
.form .id_col span {
    display: inline-block;
    margin-left: 30px;
    font-size: 13px;
    color: #f00;
}
.end_message {
    text-align: center;
    font-size: 18px;
}
.unsubscribe_blk {
    margin-top: 50px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .form dl {
        margin-top: 25px;
    }
    .form dl dt {
        font-size: 14px;
    }
    .form dl dd {
        font-size: 14px;
    }
    .form span.required {
        font-size: 12px;
    }
    .form dl dt span.required {
        margin-left: 5px;
    }
    .form dl dt span.min {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 12px;
    }
    .form .error {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }
    .form input[type="text"],
    .form input[type="email"],
    .form input[type="password"] {
        padding: 5px;
    }
    .form dl dd label {
        display: block;
        margin-right: 20px;
    }
    .form input[type="radio"] {
        margin-right: 5px;
    }
    .form input[type="checkbox"] {
        margin-right: 5px;
    }
    .form textarea {
        width: 100%;
        height: 170px;
    }
    .form input.l1 {
        width: 100%;
    }
    .form input.l2 {
        width: 224px;
    }
    .form input.l3 {
        width: 120px;
    }
    .form input.l4 {
        width: 80px;
    }
    .form input.l5 {
        width: 100%;
    }
    .form .bt {
        margin-top: 30px;
    }
    .form .btn_blk {
        margin-top: 30px;
    }
    .form .btn_blk span {
        margin: 0 5px;
    }
    .form .btn_blk input {
        padding: 3px 10px;
        font-size: 18px;
    }
    .form .id_col {
        font-size: 16px;
    }
    .end_message {
        font-size: 14px;
    }
}
.login_blk {
    text-align: center;
}
.login_blk .password {
    margin-top: 30px;
}
.login_blk .mail_address {
    margin-top: 30px;
}
.login_blk .btn {
    margin-top: 30px;
}
.login_blk .other {
    margin-top: 30px;
}
.login_blk .regist {
    margin: 40px auto 0;
    padding-top: 30px;
    width: 435px;
    border-top: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
    .login_blk .regist {
        margin: 40px auto 0;
        padding-top: 30px;
        width: 100%;
    }
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
  }
  
  .pagination,
  .pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration:none;
    border: 1px solid #ddd;
    border-left-width: 0;
    min-width:36px;
    min-height:36px;
    color: #333;
  }
  
  .pagination li:not([class*="current"]) a:hover {
    background-color: #eee;
  }
  
  .pagination li:first-of-type a {
    border-left-width: 1px;
  }
  
  .pagination li.first span,
  .pagination li.last span,
  .pagination li.previous span,
  .pagination li.next span {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .pagination li.first a::before,
  .pagination li.last a::after,
  .pagination li.previous a::before,
  .pagination li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  
  .pagination li.first a::before { content: "\f100"; }
  .pagination li.last a::after { content: "\f101"; }
  
  .pagination li.previous a::before { content: "\f104"; }
  .pagination li.next a::after { content: "\f105"; }
  
  .pagination li.current a {
   background-color: #ddd;
   cursor: default;
   pointer-events: none;
  }
  
  .pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  
  .pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  @media only screen and ( max-width: 680px ) {
    .pagination li.first,
    .pagination li.last {
      /* screen readers only */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
    .pagination li.previous a { border-left-width: 1px; }
  }
  
  @media only screen and ( max-width: 500px ) {
    .pagination li {
      /* screen readers only */
      /* position: absolute;
      top: -9999px;
      left: -9999px; */
    }
  
    .pagination li.current,
    .pagination li.first,
    .pagination li.last,
    .pagination li.previous,
    .pagination li.next{
      position: initial;
      top: initial;
      left: initial;
    }
  
    .pagination li.previous a { border-left-width: 0; }
  }
  
  @media only screen and ( max-width: 400px ) {
    .pagination li.first,
    .pagination li.last {
      /* screen readers only */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
    .pagination li.previous a { border-left-width: 1px; }
  }
  
  @media only screen and ( max-width: 240px ) { /* For watches? */
    .pagination li { width: 50%;}
  
    .pagination li.current {
      order: 2;
      width: 100%;
      border-left-width: 1px;
    }
  }

#card_ban {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
#card_ban .in {
    position: relative;
}
#card_ban img {
    width: 300px;
    height: auto;
}
#card_ban .club_id {
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -171px;
    line-height: 1;
    font-weight: bold;
    font-size: 26px;
    color: #000;
    transform: rotate(-90deg);
}
@media screen and (orientation: landscape) {
    #card_ban {
        transform: rotate(90deg);
        height: auto;
    }
    #card_ban img {
        width: 300px;
        height: auto;
    }
    #card_ban .club_id {
        position: absolute;
        right: -26px;
        margin-top: -171px;
        font-size: 23px;
    }
}

#MYPAGE #mymenu {
    margin-top: 30px;
    padding-bottom: 100px;
}
#MYPAGE #mymenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#MYPAGE #mymenu ul li {
    -webkit-flex: 0 0 31%;
    flex: 0 0 31%;
    margin: 0 2%;
    max-width: 310px;
}
@media screen and (max-width: 767px) {
    #MYPAGE #mymenu {
        margin-top: 0;
        padding-bottom: 20px;
    }
    #MYPAGE #mymenu ul li {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        max-width: 100%;
        margin-top: 30px;
    }
}