@charset "UTF-8";

.dpl-flx {
    display: inline-flex;
}

.mgn-ato {
    margin: auto;
}

.mgn-ato-l {
    margin-left: auto;
}

.mgn-ato-r {
    margin-right: auto;
}

.btn-sm {
    width: px;
}

.wdt-full {
    width: 100%;
}

.fnt-wgt-1 {
    font-weight: 200;
}

.fnt-wgt-2 {
    font-weight: 400;
}

.fnt-wgt-3 {
    font-weight: 600;
}

.fnt-wgt-4 {
    font-weight: 800;
}

.fnt-wgt-5 {
    font-weight: 1000;
}

.fnt-sz-1 {
    font-size: 10px;
}

.fnt-sz-2 {
    font-size: 20px;
}

.fnt-sz-3 {
    font-size: 30px;
}

.fnt-sz-4 {
    font-size: 40px;
}

.fnt-sz-5 {
    font-size: 50px;
}

.fnt-sz-6 {
    font-size: 60px;
}

.fnt-sz-7 {
    font-size: 70px;
}

.fnt-sz-8 {
    font-size: 80px;
}

.fnt-sz-9 {
    font-size: 90px;
}

.fnt-sz-10 {
    font-size: 100px;
}

.wdt-1 {
    width: 150px;
}

.wdt-2 {
    width: 300px;
}

.wdt-3 {
    width: 450px;
}

.wdt-4 {
    width: 600px;
}

.wdt-5 {
    width: 750px;
}

.inpt-wdt-1 {
    width: 10px;
}

.inpt-wdt-2 {
    width: 20px;
}

.inpt-wdt-3 {
    width: 30px;
}

.inpt-wdt-4 {
    width: 40px;
}

.inpt-wdt-5 {
    width: 50px;
}

.inpt-wdt-6 {
    width: 60px;
}

.inpt-wdt-7 {
    width: 70px;
}

.inpt-wdt-8 {
    width: 80px;
}

.inpt-wdt-9 {
    width: 90px;
}

.inpt-wdt-10 {
    width: 100px;
}

.pdg-1 {
    padding: 5px;
}

.pdg-l-1 {
    padding-left: 5px;
}

.pdg-r-1 {
    padding-right: 5px;
}

.pdg-b-1 {
    padding-bottom: 5px;
}

.pdg-t-1 {
    padding-top: 5px;
}

.mgn-1 {
    padding: 5px;
}

.mgn-l-1 {
    margin-left: 5px;
}

.mgn-r-1 {
    margin-right: 5px;
}

.mgn-b-1 {
    margin-bottom: 5px;
}

.mgn-t-1 {
    margin-top: 5px;
}

.pdg-2 {
    padding: 10px;
}

.pdg-l-2 {
    padding-left: 10px;
}

.pdg-r-2 {
    padding-right: 10px;
}

.pdg-b-2 {
    padding-bottom: 10px;
}

.pdg-t-2 {
    padding-top: 10px;
}

.mgn-2 {
    padding: 10px;
}

.mgn-l-2 {
    margin-left: 10px;
}

.mgn-r-2 {
    margin-right: 10px;
}

.mgn-b-2 {
    margin-bottom: 10px;
}

.mgn-t-2 {
    margin-top: 10px;
}

.pdg-3 {
    padding: 15px;
}

.pdg-l-3 {
    padding-left: 15px;
}

.pdg-r-3 {
    padding-right: 15px;
}

.pdg-b-3 {
    padding-bottom: 15px;
}

.pdg-t-3 {
    padding-top: 15px;
}

.mgn-3 {
    padding: 15px;
}

.mgn-l-3 {
    margin-left: 15px;
}

.mgn-r-3 {
    margin-right: 15px;
}

.mgn-b-3 {
    margin-bottom: 15px;
}

.mgn-t-3 {
    margin-top: 15px;
}

.pdg-4 {
    padding: 20px;
}

.pdg-l-4 {
    padding-left: 20px;
}

.pdg-r-4 {
    padding-right: 20px;
}

.pdg-b-4 {
    padding-bottom: 20px;
}

.pdg-t-4 {
    padding-top: 20px;
}

.mgn-4 {
    padding: 20px;
}

.mgn-l-4 {
    margin-left: 20px;
}

.mgn-r-4 {
    margin-right: 20px;
}

.mgn-b-4 {
    margin-bottom: 20px;
}

.mgn-t-4 {
    margin-top: 20px;
}

.pdg-5 {
    padding: 25px;
}

.pdg-l-5 {
    padding-left: 25px;
}

.pdg-r-5 {
    padding-right: 25px;
}

.pdg-b-5 {
    padding-bottom: 25px;
}

.pdg-t-5 {
    padding-top: 25px;
}

.mgn-5 {
    padding: 25px;
}

.mgn-l-5 {
    margin-left: 25px;
}

.mgn-r-5 {
    margin-right: 25px;
}

.mgn-b-5 {
    margin-bottom: 25px;
}

.mgn-t-5 {
    margin-top: 25px;
}

.w-s-nwp{
	white-space:nowrap;
}

@media only screen and (max-width: 768px) {
    body {
        width: 100%;
    }

    p {
        font-size: 0.575rem;
    }
}

.alg-txt-cnt {
    text-align: center;
}

.cur-pnt {
    cursor: pointer;
}

.c-modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.c-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.essay-ico {
    height: 25px;
    width: 25px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: url(/images/essay.png?acd89abd9a6f71fd1b6232586f600c5f);
}

.cancel-ico {
    height: 25px;
    width: 25px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: url(/images/cancel.png?07c942245ebf0348566412772c30e45c);
}

.check-ico {
    height: 25px;
    width: 25px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: url(/images/check.png?0c79d6fc22c374061604553974c8b56e);
}

.c-regist {
    color: #25397a;
    width: 100%;
}

.c-regist .c-regist-head {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(37, 57, 122, 0.9);
    border-radius: 0 0 6px 6px/0 0 6px 6px;
    padding: 10px;
    margin-bottom: 20px;
}

/*
.c-regist .c-regist-body-1 {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(37, 57, 122, 0.9);
    border-radius: 0 0 6px 6px/0 0 6px 6px;
    padding: 5px;
    ／＊ height: 504px; ＊／
}
*/

.c-regist .c-regist-body-1 .c-title {
    color: #25397a;
    font-size: 2.8em;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.c-regist .c-regist-body-1 .btn-back {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 16px 35%;
    margin-top: 43px;
    margin-left: 9%;
}

.c-regist .c-regist-body-1 .btn-back-thanks {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    width: 40%;
    height: 50px;
    padding: 8px 5%;
    margin-top: 43px;
    margin-left: 9%;
}

.c-regist .c-regist-body-1 .cont-btn-ft-1 {
    margin-top: 17px;
}

.c-regist .c-regist-body {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(37, 57, 122, 0.9);
    border-radius: 0 0 6px 6px/0 0 6px 6px;
    padding: 5px;
}

.c-regist .c-regist-body .c-title {
    color: #25397a;
    font-size: 2.8em;
    padding: 10px;
    border-radius: 6px;
    background: #fff09b;
    margin-bottom: 20px;
}

.c-regist .c-regist-body form .form-box {
    border: 1px solid #cccccc;

}

/* -- 申込フォーム：支払方法選択ラジオボタン --------------------------------------- */
.c-regist .c-regist-body form .form-box input[type="radio"]
{
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: top;
	cursor: pointer;
}

.c-regist .c-regist-body form .form-box input[type="radio"]:checked:after
{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background:#25397A!important;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.c-regist .c-regist-body form .form-box label{
	font-weight: bold;
	font-size: 1.7em;
	color: #000033;
	padding: 0 0 5px 0;
}
/* -- 申込フォーム：支払方法選択ラジオボタン --------------------------------------- */


.c-regist .c-regist-body form .form-box .form-title {
    background: #c9d3f9;
    vertical-align: middle;
    padding: 10px;
    margin-bottom: 20px;
}

.c-regist .c-regist-body form .form-box .form-title span.description {
    color: #003366;
    border: 1px solid #cccccc;
    font-size: 2em;
    font-weight: 800;
}

.c-regist .c-regist-body form .form-box .form-title span.required {
    font-size: 1.5em;
}

.c-regist .c-regist-body form .form-box .notes {
    font-size: 1.8em;
    color: #5a7a9e;
}

.c-regist .c-regist-body form .form-box .form-inputs label {
    font-size: 1.8em;
    color: #000;
}

.c-regist .c-regist-body form .form-box .form-inputs input[type="text"] {
    border: solid 1px #d3d3d3;
    font-size: 1.6em;
    padding: 3px;
    box-sizing: border-box;
    height: 45px;
}

.c-regist .c-regist-body form .form-box .form-inputs input[type="radio"] {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 24px;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer;
}

.c-regist .c-regist-body form .form-footer {
    margin-top: 20px;
}

.dpayment-button {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #395bbf 0%, #25397a 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    width: 100%;
}

.default-button {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    width: 100%;
}

.c-regist .c-regist-body form .form-footer .btn-next {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #395bbf 0%, #25397a 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    width: 100%;
}

.c-regist .c-regist-body .form-footer .btn-next {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #395bbf 0%, #25397a 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    width: 100%;
}

.c-regist .c-regist-body .form-footer .btn-back {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    display: flex;
}

.c-regist .c-regist-body form .form-footer .btn-back {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, #b5b5b5 0%, #909090 100%) repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.8em;
    border-radius: 5px;
    height: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    display: flex;
}

.c-regist .c-regist-body form .form-footer .cont-btn-ft {
    margin-bottom: 85px;
}

.c-regist .c-regist-body form .form-footer .cont-btn-ft-1 {
    margin-bottom: 45px;
}

.g-footer {
    background: #25397a;
    border-top: 3px solid #d5e3f5;
    text-align: center;
    color: #ffffff;
    font-size: 0.6em;
    padding: 8px;
}

.g-footer .g_footer_in {
    font-family: "Lucida Grande", "segoe UI",
        "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN",
        Meiryo, Arial, sans-serif;
    line-height: 1.4;
    color: #ffffff;
    font-size: 1.4em;
}

.c-list-table {
    color: #000000;
}

.c-list-table table {
    border: solid 1px #000000;
    width: 100%;
}

.c-list-table table tr th {
    background: #fc9c3e;
    padding: 10px;
    color: #fff;
    font-size: 1.6em;
    border: solid 1px #000000;
}

.c-list-table table tr td {
    border: solid 1px #eeeeee;
    padding: 5px;
    font-size: 1.4em;
    border: solid 1px #000000;
}

.c-list-table table tfoot tr {
    background: #ebebeb;
}

.c-list-table table tfoot tr td {
    color: #b42424;
    font-size: 1.4em;
}

.c-warning-color {
    color: #b42424;
    font-size: 1.4em;
}

.price {
    font-size: 1.4em;
}

#square {
    display: flex;
    width: 1.2em;
    height: 1.2em;
    background: #4b4b4b;
}

#circle {
    width: 0.4em;
    height: 0.4em;
    background: #4b4b4b;
    border-radius: 50%;
}

.c-explanation {
    font-size: 1.4em;
}

.box-desc {
    background: #253879;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    width: 100%;
    color: #fff;
/*
    padding: 0 5px;
*/
}

.box-desc .box-l {
    border-right: solid 1px #fff;
/*
    width: 400px;
*/
    width: 64.5%
}

.box-desc .box-l img {
    width: 50px;
    height: 50px;
}

.box-desc .box-r {
    float: right;
    width: 37.5%;
    height: 60px;
    text-align: center;
}

.box-desc .box-r span {
    line-height: 60px;
}


.lbl-wht {
    color: #fff;
}

.pmc_information {
    border: solid 1px #f40101;
    padding: 5px;
}

.pmc_information span.pmc_lbl {
    font-size: 0.8em;
}

.box_info {
    border-top: 1px solid #000000;
    margin: 4% auto 0;
    padding: 4% 0 0;
    font-size: 0.7em;
    line-height: 1.4em;
}

.box_info p.box_ex1 {
    font-size: 0.7em;
}

.section {
    border-top: 1px solid #000000;
}

.ttl-border {
    border-bottom: 1px solid #000000;
    padding: 0 0 3%;
}

.sec2_tl {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 800;
}

/*
.sec2_txt1 span {
    color: #2778be;
    font-weight: bold;
    display: block;
}

.sec2_txt1 {
    font-size: 0.7em;
}
*/

.sec6 {
    font-size: 0.5em;
}

.sec {
    border-top: 1px solid #000000;
}
.info_ex {
    margin: 5% auto;
}
.info_ex ul li {
    margin: 1% auto 2%;
    font-size: 14px;
}

.sec_services {
    display: inline-flex;
    margin-top: 25px;
    font-size: 16px;
}

.sec_services .sec_services_l {
    width: 255px;
}

.sec_services .sec_services_l img {
    width: 140px;
}

.sec_services .sec_services_r {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.bg-green {
    background: #d4eee7;
}

.bg-red {
    background: #ff9999;
}

.bg-gray {
    background: #f5f5f5;
}

.txt-l {
    text-align: left;
}

.txt-cnt {
    text-align: center;
}
.open-details {
}

.plus-sign {
    text-decoration: underline;
    text-underline-offset: -2px;
    font-size: 20px;
}
.display-hide {
    display: none;
}
.display-hide td {
    text-align: left;
}

.c-title dl {
    border: 2px solid #de0202;
    color: #4a4a4a;
}

.c-title dl dt {
    padding: 5px 12px;
    background: #fffcb5;
}

.c-title dl dd {
    padding: 5px 12px;
}

.c-title dl.last {
    border-top: 0px;
}

.table-list{
    margin: auto;
    position: relative;
    top: 125px;
}

.button_center{
    position: absolute;
    display: inline-block;
    margin-left: 46%;
    margin-top: 5%;
}

.closed_button{
    width: 100px;
}

.text_left{
    text-align: left;
}

.error{
    color: red;
    position: relative;
    top: -31px;
    left: 60px;
}

.dl_btn_2{
    display: block;
    background: #888888;
    text-align: center;
    color: #ffffff;
    font-size: 1.1em;
    padding: 3% 0;
    margin: 3% auto 0;
    border-radius: 5px;
}
