@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
}
body {
    text-align:center;
    color: #fff;
    padding-bottom: 100px;
}
a {
    color: #fff;
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
a:hover {
    color: #7ACBEF;
}
img {
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}

/* font */
.wf-notoSerif { font-family: "Noto Sans JP"; }



/* ----------------------------------------------
	Header
-------------------------------------------------*/
.header {
    padding: 20px 30px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
}
.logo p {
    vertical-align: middle;
}
.header_search {
    padding: 18px 0;
    width: 500px;
}
.header_menu {
    padding: 8px 0;
}
.header_menu01 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.header_menu01 li {
    margin-right: 30px;
    font-size: 12px;
}
.header_menu01 li a {
    color: #333333;
}
.header_menu01 li:last-child {
    margin-right: 0;
}
.header_menu02 {
    display: flex;
    justify-content: flex-end;
}
.header_menu02 li {
    margin-right: 10px;
}
.header_menu02 li:last-child {
    margin-right: 0;
}

@media screen and (max-width:768px) {
    .header_inner {
        width: auto;
        padding: 0 10px;
        display: block;
    }
    .logo {
        display: block;
        text-align: center;
    }
}

/* ----------------------------------------------
	Key
-------------------------------------------------*/

.logo-top {
    background: #fff;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.subject-copy {
    font-family: 'Oswald', sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 77px;
}
@media screen and (max-width:768px) {
    .kv_inner {
        width: auto;
        padding: 20px;
        background-image: none;
    }
}


/* ----------------------------------------------
	Footer
-------------------------------------------------*/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
.footer-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.footer_menu {
    display: flex;
    justify-content: center;
}
.footer_menu li {
    font-size: 14px;
    margin: 0 15px;
}
.footer_menu a {
    color: #fff;
}
.footer_menu a:hover {
    color: #7ACBEF;
}
.copyright {
    font-size: 11px;
    margin-top: 30px;
}
.top_scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.top_scroll a {
    color: #ccc;
}
@media screen and (max-width:768px) {
    .footer-inner {
        width: auto;
        padding: 20px;
    }
    .footer_menu_inner li {
        display: block;
        margin: 10px 0;
    }
}

/* ----------------------------------------------
	Content
-------------------------------------------------*/
.wrapper {
    padding: 100px 0 100px;
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
@media screen and (max-width:768px) {
    .wrapper {
        padding: 100px 0 0;
    }
}
.wrapper-bg {
    background: url(../img/wrapper_bg.jpg) center center / cover no-repeat;
    background-attachment: fixed;
}
.wrapper-bg::after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.container-1000 {
    width: 1000px;
}
.container-800 {
    width: 800px;
    padding: 50px 40px;
}
.container-white {
    background: #ffffff;
}
.wrapper-gray .container {
    margin-bottom: 0;
}
@media screen and (max-width:768px) {
    .container {
        width: auto;
        padding: 0 20px;
    }
    .container-1000, .container-800 {
        width: auto;
    }
    .wrapper-gray, .wrapper-blue {
        padding: 50px 20px;
        margin: 50px 0;
    }
}

/*** Float ***/
.fr {
    float: right;
}
.fl {
    float: left;
}
.float:after {
    content: "";
    display: block;
    clear: both;
}
.inline-block {
    display: inline-block;
}

/*** ぱんくず ***/
.breadcrumb {
    margin-bottom: 50px;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\03e";
}

/*** Font ***/
.text-sm {
    font-size: 80%;
}
.text-bold {
    font-weight: bold;
}

/*** Box ***/
.box-1 {
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    position: relative;
}
.box-1 p {
    font-size: 14px;
    line-height: 1.5;
}
.box-1 h3 {
    margin-left: 40px;
}
.box-1 .num, .box-2 .num {
    font-size: 100px;
    color: #222222;
    font-family: arial, sans-serif;
    font-style: italic;
    position: absolute;
    top: -30px;
    left: 0;
}
.box-2 {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    border: 10px solid;
}
.box-2 p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.box-blue {
    background: #ffffff;
    border: 5px solid #30A5BE;
    padding: 50px;
}
.box-dark {
    background: rgba(0,0,0,0.6);
    padding: 50px;
}
.slider {
    margin: 0 42px;
}
.box-scroll {
    overflow-y: auto;
}

/* border */
.border-bottom {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
}
.border-vertical {
    border-top: 1px solid #1EA7DB;
    border-bottom: 1px solid #1EA7DB;
    padding: 10px 0;
}
.border-blue {border-color: #13C7D4;}
.border-skyblue {border-color: #1EA7DB;}
.border-pink {border-color: #FF4A98;}
.border-white {border-color: #FFFFFF;}

/*** List ***/
.list li {
    list-style: disc outside;
    margin: 0 0 0.7em 20px;
}
.list-check > li {
    font-size: 18px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
    background: url(../img/ico-check.svg) 0 center no-repeat;
    padding-left: 37px;
}
.list-num > li {
    font-size: 16px;
    margin-bottom: 30px;
    list-style: decimal outside;
    margin-left: 1em;
    line-height: 1.5;
}
.list-asterisk li {
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 1em;
}
.list-asterisk li::before {
    content: "※";
    display: inline;
    margin-left: -1em;
}
.list-menu li {
    display: inline-block;
    margin: 0 15px;
    line-height: 2;
}

/*** Subject ***/
.subject-page {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.subject-lg {
    color: #222222;
    font-size: 48px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
.subject-lg::after {
    content: "";
    display: block;
    width: 200px;
    height: 5px;
    background-color: #30A5BE;
    margin: 20px auto 0;
}
.subject-lg2 {
    color: #222222;
    font-size: 36px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}
.subject-md {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
}
.subject-md2 {
    font-size: 26px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin-bottom: 20px;
}
.subject-sm {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 10px;
    line-height: 1.2;
}
.subject-entry {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #222222;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    .subject-lg {
        font-size: 34px;
    }
}

/*** Text Style ***/
.contaner_leed {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.text {
    line-height: 1.5;
}
.text-1, .text-1 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.text-2, .text-2 p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.text-3 {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.text-0 {
    font-size: 12px;
    line-height: 1.1;
}
.text-line p {
    font-size: 24px;
    color: #666666;
    margin-bottom: 15px;
}
.text-line p strong {
    font-size: 36px;
    font-weight: normal;
}
.text-14 {
    font-size: 14px;
}
.text-12 {
    font-size: 12px;
}


/*** Font Size ***/
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs20 {
    font-size: 20px;
}
.fs50 {font-size: 50px;}

/*** Text Color ***/
.text-red {
    color: #C9151E;
}
.text-gray {
    color: #C1C1C1;
}
.text-white {
    color: #ffffff;
}
.text-blue {
    color: #30A5BE;
}
.text-pink {
    color: #FF4A98;
}
.text-line {
    color: #00B900;
}

/*** Text-align ***/
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left!important;
}

/** Label ***/
.label-blue {
    background: #199DD8;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 150px;
    line-height: 34px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*** Link ***/
.link {
    text-decoration: underline;
}
a.links {
    display: inline-block;
    border: 1px solid #C9151E;
    border-radius: 20px;
    padding: 0 15px 0 15px;
    line-height: 34px;
    font-size: 13px;
    color: #C9151E;
    text-align: center;
    text-decoration: none;
}

/*** Well ***/
.well {
    background: #F5F1F1;
    border: 2px solid #541907;
    padding: 20px;
}
.well-lg {
    padding: 20px 100px;
}
.well p:last-child {
    margin-bottom: 0;
}

/*** iframe ***/
.iframe iframe {
    width: 100%;
}

/*** Bg ***/
.bg-blue {
    background: #13C7D4;
}
.bg-pink {
    background: #FF4A98;
}
.bg-gray {
    background: #eee;
}
.bg-lgray {
    background: #f9f9f9;
}
.bg-white {
    background: #ffffff;
}

/*** Img ***/
.img-md {
    max-height: 200px;
    width: auto;
}

/*** Table ***/
.table-fixed {
    table-layout: fixed;
}
.table-1 {
    width: 100%;
}
.table-1 th, .table-1 td {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #707070;
}
.table-1 > thead > tr > th {
    font-weight: normal;
}
.table-1 > tbody > tr > th {
    font-weight: bold;
}
.table-1 small {
    font-size: 80%;
}
.table-1.text-left th, .table-1.text-left td {
    text-align: left;
}
.table-2 {
    width: 100%;
}
.table-2 th {
    padding: 20px 10px;
    border-bottom: 1px solid #999999;
}
.table-2 td {
    padding: 20px 10px;
    border-bottom: 1px solid #DDDDDD;
}
.table-pop-wrap {
    border: 3px solid #4E4E4E;
    border-radius: 5px;
    padding: 10px 0;
}
.table-pop {
    width: 100%;
}
.table-pop th, .table-pop td {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 13px;
}
.table-pop th {
    background-color: #ADDEF3;
}

/*** Icon ***/
.ico-arrow {
    background: url(../img/ico_arrow_red.svg) 0 center no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}
.ico-arrow2 {
    background: url(../img/ico_arrow.svg) 0 center no-repeat;
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

/*** Position ***/
.relative {
    position: relative;
}
.position-right-top {
    position: absolute;
    top: 6px;
    right: 0;
}


/*** FAQ ***/
.faq {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    position: relative;
}
.faq dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    padding-right: 20px;
    cursor: pointer;
}
.faq dt::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #8E8E8E;
    font-family: arial, sans-serif;
}
.faq dt.active::after {
    content: '-';
}
.faq dt::before {
    content: "Q";
    font-size: 30px;
    color: #30A5BE;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 16px;
    margin-top: -5px;
}
.faq dd {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 40px;
    display: none;
}


/* Img */
.img-radius img {
    border-radius: 100%;
}

/*** Form ***/
.form-control {
    border: 1px solid #E5E5E5;
    background: #ffffff;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}
textarea.form-control {
    height: auto;
}
select.form-control {
    cursor: pointer;
}
.input_search {
    background: #F9F9F9 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%23999" d="M15.782,13.835,12.667,10.72a.749.749,0,0,0-.531-.219h-.509A6.5,6.5,0,1,0,10.5,11.626v.509a.749.749,0,0,0,.219.531l3.116,3.116a.747.747,0,0,0,1.059,0l.884-.884A.754.754,0,0,0,15.782,13.835ZM6.5,10.5a4,4,0,1,1,4-4A4,4,0,0,1,6.5,10.5Z" /></svg>') right 10px top 8px / 16px 24px no-repeat;
    border: 1px solid #DDDDDD;
    height: 34px;
}
.form-md {
    width: 300px;
}
.form-sm {
    width: 120px;
    margin-right: 10px;
}
.form-xs {
    width: 80px;
    margin-right: 10px;
}
.form-group {
    display: block;
    margin-bottom: 10px;
}
label.form-group {
    cursor: pointer;
}
.form-group label {
    cursor: pointer;
}
.checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
    background: #F1F1F1;
    border-radius: 3px;
    cursor: pointer;
}
.checkbox-inline {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio label::before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #ddd;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + label::before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + label::before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type="radio"]:disabled + label::before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #ddd;
    background: #ddd;
}
.required {
    position: absolute;
    top: 12px;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: #DE0000;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.required-non {
    background: #707070;
}

/*** エラー ***/
.alert-error {
    background: #F2CED0;
    border: 1px solid #C9151E;
    padding: 10px;
    color: #C9151E;
}

/*** Button ***/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    background: #FF9900;
    color: #fff;
}
.btn-std {
    display: inline-block;
    background: #2B535B;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 3px;
    padding: 0 10px;
    text-align: center;
}
.btn-std:hover {
    border-color: #7ACBEF;
}
.btn:hover {
    color: #fff;
    opacity: 0.8;
}
.btn-border {
    border: 1px solid #2B535B;
    color: #2B535B;
    background: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}
.btn-primary {
    background: #bc0000;
    color: #fff;
}
.btn-lg {
    background: #199DD8;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
    padding: 0;
    width: 500px;
    position: relative;
    border: none;
}
.btn-lg::after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
}
.btn-md {
    background: #22545E;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    padding: 0;
    width: 400px;
    position: relative;
}
@media screen and (max-width:768px) {
    .btn-md {
        width: 100%;
    }
}
.btn-md::after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
}
.btn-submit {
    background: #2B535B;
    color: #fff;
    height: 50px;
    width: 300px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.btn-line {
    background-color: #00B900;
    color: #ffffff;
    border: 4px solid #fff;
}
.btn-line:hover {
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
}
.btn-line2 {
    background: #00B900 url(../img/ico_line.png) left 10px center no-repeat;
    text-align: center;
}
.btn-white {
    background-color: #fff;
    color: #222;
    border: 4px solid #222;
}
.btn-white:hover {
    border-color: #222;
    color: #222;
    opacity: 0.8;
}
.btn-wd {
    width: 100%;
}
.btn-sm {
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    width: 100px;
}

/*** Width ***/
.w25p {width: 25%;}
@media screen and (min-width:769px) {
    .pc-w500 {width: 500px!important;}
    .pc-w300 {width: 300px!important;}
    .pc-w250 {width: 250px!important;}
    .pc-w260 {width: 260px!important;}
    .pc-w200 {width: 200px!important;}
}

/* Height */
.h300 {height: 300px;}

/*** Padding ***/
.pd10 {padding: 10px;}
.pd20 {padding: 20px;}
.pt20 {padding-top: 20px;}
.pt50 {padding-top: 50px;}
@media screen and (min-width:769px) {
    .pt120-pc {padding-top: 120px;}
}
/*** Margin ***/
.mt0 {margin-top: 0!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt80 {margin-top: 80px!important;}
.mt100 {margin-top: 100px!important;}
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb100 {margin-bottom: 100px!important;}
.mtb30 {margin: 30px 0!important;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml70 {margin-left: 70px;}
.mr10 {margin-right: 10px;}
.mr40 {margin-right: 40px;}
.mr60 {margin-right: 60px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}

/* PC Margin */
@media screen and (min-width:769px) {
    .pc-mr50 {margin-right: 50px;}
    .pc-mr40 {margin-right: 40px;}
}

/* padding */
.pt0 {padding-top: 0!important;}
.pb50 {padding-bottom: 50px;}
.pb80 {padding-bottom: 80px;}
.pdy30 {padding-top: 30px; padding-bottom: 30px;}

/* PC Padding */
@media screen and (min-width:769px) {
    .pc-pt10 {padding-top: 10px;}
}

/* SP Margin */
@media screen and (max-width:768px) {
    .sp-mb30 {margin-bottom: 30px;}
}
/* SP Padding */
@media screen and (max-width:768px) {
    .sp-p20 {padding: 20px;}
}

/* ----------------------------------------------
	Grid System
-------------------------------------------------*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (min-width:769px) {
    .row .col-2:nth-child(6n+1) {
        clear: left;
    }
}
@media screen and (max-width:768px) {
    .row .col-2:nth-child(odd) {
        clear: left;
    }
}

/* flex */
.rows {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
@media screen and (max-width:768px) {
    .rows {
        display: block;
        margin: 0;
    }
    .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }
}
.flex-center {
    align-items: center;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex3-item {
    margin-right: 50px;
}
.flex-item-40 {
    margin-right: 40px;
}
@media screen and (min-width:769px) {
    .flex-item-40 {
        width: 30%;
    }
}
.flex-wrap .flex3-item:last-child {
    margin-right: 0;
}
.flex {
    display: flex;
}
@media screen and (min-width:769px) {
    .flex-pc {
        display: flex;
    }
}
.flex-around {
    justify-content: space-between;
}

/* SP Only */
@media screen and (min-width:769px){
    .sp-only {display: none;}
}
@media screen and (max-width:768px){
    .pc-only {display: none;}
}



/* ----------------------------------------------
	TOP
-------------------------------------------------*/
/* Step */
.step-item {
    text-align: center;
    margin-right: 20px;
}
.step-label {
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}
.step-num {
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #DDDDDD;
    font-size: 60px;
    font-weight: bold;
}
.flow_body {
    padding-right: 60px;
}
.flow_body01 {
    background: url(../img/flow01.png) right center no-repeat;
}
.flow_body02 {
    background: url(../img/flow02.png) right center no-repeat;
}
.flow_body03 {
    background: url(../img/flow03.png) right center no-repeat;
}
.subject-line-item {
    display: inline-block;
    padding: 0 20px 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
}
.subject-line {
    font-size: 26px;
    color: #fff;
}
@media screen and (min-width:641px) {

}

/* 下層ページ */
.page-title {
    background-color: #F3F3F3;
}
.page-title .container {
    padding: 30px 0;
}


/* ページャー */
.pagination {
    margin: 50px 0;
    text-align: center;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.page-numbers {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px;
}

/* form */
.form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.form-label {
    width: 25%;
    padding-top: 14px;
    font-weight: bold;
    position: relative;
}
.form-input {
    width: 70%;
    font-size: 14px;
}
