@charset "utf-8";

/********* HTMLリセット *********************************************/

html, body, div, header, footer, section, article, aside, menu, nav, hgroup, figure, dialog, audio, video, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}
header, footer, section, article, aside, menu, nav, hgroup, figure, dialog, audio, video {
    display: block;
}
nav ul {
    list-style: none;
}
nav ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
em, strong, small, code, address, th {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
ul, ol {
    list-style: none;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}
fieldset, img {
    border: 0;
}

/********* 色定義 *********************************************/
:root {
    --main-color: #ffee00;
    --font-color: #222;
    --link-color:#03c;
}


/********* HTML再定義 ***********************************************/

html {
    height: 100%;
}
body {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 80%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Open Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    * {
        box-sizing: border-box;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 100%;
}
p {
    font-size: 100%;
}
em, strong {
    font-style: normal;
    font-weight: bold;
}
ul {
    margin: 10px 20px;
}
ul li {
    list-style: none;
}
ol {
    margin: 10px 20px;
}
ol li {
    list-style: decimal;
}

pre {
    overflow: auto;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #AAAAAA;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    color: #000080;
}
pre, code {
    line-height: 1.2;
    font-size: 100%;
    font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
    overflow: auto;
    margin: 10px 0;
    padding: 0 15px;
    border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
    color: #777777;
}
form {
    margin: 0;
}
form fieldset {
}
form legend {
    display: none;
}

form dl dd ul, form dl dd ol, form table.form tr td ul, form table.form tr td ol {
    margin: 10px 0;
}
form dl dd ul li, form dl dd ol li, form table.form tr td ul li, form table.form tr td ol li {
    margin-right: 1em;
    display: inline;
}
form dl dd input, form dl dd select, form table.form tr td input, form table.form tr td select {
    padding: 5px;
}
form dl dd input, form dl dd select, form table.form tr td select {
}
form dl dd textarea, form table.form tr td textarea {
    line-height: 1.4;
    padding: 7px;
}
form ul {
    margin: 15px 0;
}
form ul li {
    list-style: none;
}
form p input {
    padding: 5px 20px 7px;
}
form label {
    white-space: nowrap;
}
figure {
    margin: 10px 0;
}
a {
    color: #222222;
    cursor: pointer;
    &:hover {
        text-decoration: none;
    }
}

.certificate {
    background-color: #e74c3c;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 7px auto 0;
    width: 135px;
    display: inline-block;
    text-align: center;
}
body{
    font-size:15px;
    line-height:1.5em;
}
.big{
    font-size:24px;
}
.middle{
    font-size:20px;
}
.small{
    font-size:12px;
}
#contentWrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box;
}
@media screen and (max-width:751px) {
    #contentWrap {
        padding-bottom: 80px;
    }
    p {
        font-size:.9em;
    }
}

/********* 基本色の定義 *******************************************/

span.col_base {
    color: #E9B229;
}
div.col_base {
    background-color: #E9B229;
    color: #FFF;
}
div.col_base_dark {
    /* 通常カラー -111111 */
    background-color: #D8A118;
    color: #FFF;
}
div.col_base_lite {
    /* 通常カラー +111111 */
    background-color: #FAC33A;
    color: #FFF;
}
div.col_base_litest {
    /* 通常カラー +白60% */
    background-color: #f6e0a9;
}

/********* ベース *******************************************/

/* div.contents_base {
    min-width: 960px;
} */
div.contents_base div.contents {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

/********* ヘッダー *************************************************/

.headsUp__box {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-size: 120%;
    color: #F00;
    border: 1px solid #F00;
}
.headsUp--pad {
    padding: 12px 9px;
}
div#header {
    overflow: hidden;
    background: #fff;
    &.h_ul {
        border-bottom: 1px solid  #dfdfdf;
    }
    h1 {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        height: 80px;
        gap: 24px;
        a {
            display: block;
            height: 48px;
        }
        span {
            display: inline-block;
            font-size: 14px;
            border: 1px solid #212121;
            padding: 5px 8px;
        }
    }
}
div#header .contents {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
}

div#header ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    li {
        list-style: none;
        padding: 0;
        font-size: 16px;
        &.user_name {
            list-style: none;
            padding:5px;
            display: inline-block;
            word-break: break-all;
            max-width: 310px;
            font-size: 14px;
        }
        a {
            display: block;
            color:#FFF;
            background-color:#666;
            padding:4px 8px;
            border-radius:3px;
            font-size: 13px;
            text-decoration: none;
        }
    }
}



/********* メニュー *************************************************/

div#menu {
    overflow: hidden;
    height:40px;
    margin-bottom:30px;
    background: var(--main-color);
    position: relative;
    .contents {
        margin: 0 auto;
        padding: 0;
    }
    ul {
        width: 90%;
        max-width: 1080px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        li {
            list-style: none;
            padding: 0;
            a {
                font-size:15px;
                text-decoration: none;
                line-height:1em;
                display: block;
                padding:13px;
                color: var(--font-color);
                background: var(--main-color);
            }
        }
    }

}
@media screen and (max-width:900px) {
    div#menu ul li a {
        padding: 13px 10px;
        font-size: 14px;
    }
}
div#menu ul li a:hover, div#menu ul li.on a{
    filter: brightness(0.92);
}

/********* トップページ *******************************************/

.box_cover {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:768px) {
    .box_cover {
        display: block;
    }
}
.half_box{
    width:48%;
    margin-bottom: 50px;
}
.wide_box{
    margin-bottom: 50px;
}
.inner_box {
    padding: 10px;
}
.tension{
    width:50px;
    height:100px;
    display:block;
    float:left;
}
.icon_box{
    border-bottom:3px solid var(--main-color);
    display:block;
    line-height:1em;
    font-size:18px;
    padding:8px 0;
    margin-bottom:1.2rem;
    font-weight:bold;
}
/* .procedure{
    background-image: url(../images/top/icon_procedure.png);
}
.announce{
    background-image: url(../images/top/icon_announce.png);
}
.log{
    background-image: url(../images/top/icon_log.png);
}
.caution{
    background-image: url(../images/top/icon_caution.png);
    background-size: 24px 24px;
    background-position: 4px 4px;
}
.ask_app {
    background-image: url(../images/top/icon_ask.png);
} */


a.btn_orange_2 {
    background-color: #FF7518;
}
a.btn_orange_3 {
    background-color: #ffa500;
    &:hover {
        background-color: #ffa500;
        filter: brightness(90%);
    }
}
a.btn_green {
    background-color: #70AD47;
}
a.btn_green_2 {
    background-color: #339933;
        &:hover {
        background-color: #339933;
        filter: brightness(90%);
    }
}
a.btn_blue_2 {
    background-color: #4472C4;
}
.text_block{
    padding:0 10px 10px;
    display:block;
}
.caution_box{
    background-color: #FFEDB3;
    display:block;
    font-size:14px;
    padding:20px 20px 20px 64px;
    background-repeat:no-repeat;
    background-position:18px center;
    background-image: url(../images/top/icon_caution.png);
    font-weight: bold;
}

/********* テーブル *******************************************/

table {
    width: 100%;
    margin: 15px 0;
}
table tr th {
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    color: #999999;
    font-weight: bold;
    text-align: center;
    font-size: 85%;
}
table tr td {
    padding: 10px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
table tr td a {
    color: var(--link-color);
    text-decoration: underline;
}
table tr td input {
    margin: -2px 0;
}
table.form tr th {
    color: #222222;
}
/* table tr td:first-child {
    border-left: 0;
} */
table tr td.border_none {
    border-left: 0;
}
table.form tr th {
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    font-size: 110%;
}
table.form tr td {
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    font-weight: normal;
}
table.layout {
    margin: 0;
    padding: 0;
    border: 0;
}
table.layout tr td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle !important;
}
table.search {
    border-top: 2px solid #BAC3C3;
    border-bottom: 2px solid #BAC3C3;
}
table.search tr {
}
table.search tr th {
    padding: 15px;
    border-bottom: 1px dotted #BAC3C3;
    background-color: #EEE;
}
table.search tr td {
    border-bottom: 1px dotted #BAC3C3;
    background-color: #EEE;
}
table.search tr td input[type=text] {
    width: 200px;
}
table.search tr td select {
    width: 215px;
}
table.search tr td.submit {
    text-align: center;
}
table.search tr td.submit input {
    width: 140px;
    margin: 0 10px;
    padding: 10px;
    letter-spacing:5px;
}
/* .border_table {
    border: 1px solid #D4D4D4;
    padding: 15px;
} */
.border_table td{
    text-align: center;
}
.border_table .left_td{
    text-align: left;
}

/**/
div.contents_base table tr td.status {
    text-align: center;
}
div.contents_base table.list tr th {
    padding-bottom: 5px;
}
div.contents_base table.list tr.selected td {
    background-color: #E1F0FF;
}
div.contents_base table.list tr.accept td {
    background-color: #FEE;
}
div.contents_base table.list tr.close td {
    background-color: #EEE;
}

/********* ボタンリセット *******************************************/

input[type="submit"], input[type="button"], input[type="reset"], button {
    line-height: 1.1em;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/********* ボタン形状ベース *******************************************/

.btn {
    line-height: 1.2em;
    padding: 8px 10px;
    /* border: 1px solid #D0D0D0; */
    border-radius: 4px;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    color: #222222;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    /* box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.1),inset 1px 1px 0px rgba(255,255,255,0.4); */
}
.btn a,.btn_blue,.btn_back, .btn_back_return,.btn_orange {
    text-decoration: none;
}
.btn a:hover.a.btn:hover,.btn_blue:hover,.btn_back:hover, .btn_back_return:hover,.btn_orange:hover {
    text-decoration: none;
}
.btn_blue,.btn_back,.btn_edit, .btn_back_return,.btn_orange{
    line-height: 1.2;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    padding: 15px 24px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size:18px;
    vertical-align: middle;
}
.btn_blue{
    background-color: #0378DE;
    text-align:center;
}
.btn_orange{
    background-color: #e74c3c;
    text-align:center;
}
input.btn_blue, button.btn_blue {
    border: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}
.btn_blue:hover,
.btn_save:hover {
    background-color: #0366bc;
}
.btn_orange:hover {
    filter: brightness(90%);
}
.btn_back{
    background-color: #666;
    min-width:100px;
}
.btn_back_return{
    background-color: #666;
    min-width:100px;
}
.btn_edit{
    background-color: #666;
    width:285px;
    margin:30px auto;
    display: block;
    text-align:center;
}
.btn_back:hover, .btn_back_return:hover, .btn_edit:hover {
    background-color: #555;
}

/********* コントロールパネル *******************************************/

div.contents_base div.control {
    overflow: hidden;
}
div.contents_base div.control div.select {
    float: left;
}
div.contents_base div.control div.select form {
    margin: 0;
}
div.contents_base div.control p.select {
    float: left;
}

div.contents_base div.panel {
    margin: 0 auto;
    padding: 10px 20px 20px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}
div.contents_base div.panel div.control {
    width: 930px;
    margin: 0 auto;
}
div.contents_base div.panel div.control p {
    float: left;
    line-height: 3;
    margin: 10px 0 0;
}
div.contents_base div.panel div.control ul {
    float: left;
    margin: 10px 0 0 20px;
}
div.contents_base div.panel div.control ul li {
    display: inline;
    list-style: none;
}
div.contents_base div.panel div.control ul li a {
    line-height: 3;
    padding: 8px 10px 8px 32px;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.2),inset 1px 1px 0px rgba(255,255,255,0.4);
}
div.contents_base div.panel div.control ul li.up a {
    background-image: url(../images/common/up.png);
    background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.down a {
    background-image: url(../images/common/down.png);
    background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.edit a {
    background-image: url(../images/common/edit.png);
    background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.copy a {
    background-image: url(../images/common/copy.png);
    background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.delete a {
    background-image: url(../images/common/delete_w.png);
    background-position: 8px 4px;
    color: #FFF;
    margin-left: 70px;
    background-color:#DF0E12;
    border: 1px solid #BB0D11;
}
div.contents_base div.panel div.control ul li.download a {
    background-image: url(../images/common/download.png);
    background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.print a {
    background-image: url(../images/common/print.png);
    background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.mail a {
    background-image: url(../images/common/mail.png);
    background-position: 8px 4px;
}
/* すべてにチェックベース */
.check_panel {
    float: left;
    padding: 8px 10px;
    border-radius: 4px;
    font-weight: normal;
    background-color: #EEEEEE;
}
.f_right {
    float: right;
}

/********* 中項目 *******************************************/

.big_cap {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1em;
    border: 1px solid #FAC33A;
}
/********* 小項目 *******************************************/

.sml_cap {
    font-size: 16px;
    border-bottom: 2px solid #E9B229;
    margin:10px 0;
}

/********* メイン機能水色ボタン *******************************************/

.main {
    background-color: #0378DE;
    /*
    border-bottom: 1px solid #0065BD;
    border-top: 1px solid #1187DF;
    border-left: 1px solid #1187DF;
    border-right: 1px solid #0065BD;
    */
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
    font-weight: normal;
}

/********* 非活性ボタン *******************************************/

.off {
    color: #CCC;
    cursor: not-allowed;
    text-shadow: none;
}
.main_off {
    background-color: #89BBE1;
    border: 1px solid #89BBE1;
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    color: #BFD4E4;
    cursor: not-allowed;
    text-shadow: none;
}

/********* 新規登録ボタン *******************************************/

.regist {
    background-color: #0076CE;
    border-bottom: 1px solid #0065BD;
    border-top: 1px solid #1187DF;
    border-left: 1px solid #1187DF;
    border-right: 1px solid #0065BD;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-image: url(../images/common/regist_w.png);
    background-position: 8px center;
    padding: 8px 10px 8px 30px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
}

/********* 戻る / 次へボタン *******************************************/

.next {
    background-color: #0076CE;
    border-bottom: 1px solid #0065BD;
    border-top: 1px solid #1187DF;
    border-left: 1px solid #1187DF;
    border-right: 1px solid #0065BD;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-image: url(../images/common/next_w.png);
    background-position: right 4px top 4px;
    padding: 8px 24px 8px 12px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
}
.prev {
    background-color: #0076CE;
    border-bottom: 1px solid #0065BD;
    border-top: 1px solid #1187DF;
    border-left: 1px solid #1187DF;
    border-right: 1px solid #0065BD;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-image: url(../images/common/prev_w.png);
    background-position: 4px 4px;
    padding: 8px 10px 8px 26px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
}

/********* 枠あり文字 *******************************************/

.label {
    display: inline-block;
    padding: 4px;
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-weight: normal;
    line-height: 1em;
    margin: 0 2px;
}

/********* 必須 / 任意 *******************************************/

.require {
    margin: 5px;
    border-color: #FF4D4D;
    background-color: #FF4D4D;
    color: #FFFFFF;
}
.option {
    margin: 5px;
    border-color: #5BA3E7;
    background-color: #5BA3E7;
    color: #FFFFFF;
}

/********* ステータス表示 *******************************************/

.memo {
    border-color: #333333;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
}
.accept, .yet ,.onair,.pending,.pass{
    border-color: #FF4D4D;
    color: #FF4D4D;
}
.open,.yet {
    border-color: #61A845;
    color: #61A845;
}
.close,.failure {
    border-color: #666;
    color: #666;
}
.done {
    border-color: #0076CE;
    color: #0076CE;
}
.alert {
    color: #FF4040;
}

/********* パンくずリスト *******************************************/

div#path {
    overflow: hidden;
    min-width: 960px;
}
div#path div.contents {
    width: 960px;
    margin: 0 auto 15px;
    padding: 0;
}
div#path h2 {
    display: none;
}
div#path ul {
    color: #666666;
    font-size: 85%;
}
div#path ul {
    margin: 10px 0 0;
}
div#path ul li {
    display: inline;
    list-style: none;
}
div#path ul li:after {
    content: " > ";
}
div#path ul li:last-child:after {
    content: "";
}
div#path ul li a {
    color: #666666;
    text-decoration: underline;
}

/********* タブ要素 *******************************************/

.nav_tabs{
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    border-bottom:2px solid #E9B229;
    width:100%;
}
.nav_tabs li{
    list-style: none;
    display:inline-block;
}
.nav_tabs li a{
    display:inline-block;
    padding:10px 0;
    width :200px;
    text-align:center;
    border-radius:4px 4px 0 0;
    border-top:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
    background-color:#F6F7F6;
    text-decoration:none;
    font-size:14px;
    cursor: pointer;
}
.nav_tabs li.active a{
    background-color:#E9B229;
    border-top:1px solid #FAC33A;
    border-right:1px solid #FAC33A;
    border-left:1px solid #FAC33A;
    border-bottom:1px solid #E9B229;
    margin-bottom: -1px;
    color:#FFF;
    box-shadow:inset 1px 1px 0px rgba(255,255,255,0.4);
}
.nav_tabs li a span.attach_num{
    height:10px;
    min-width:10px;
    padding:4px;
    color:#FFF;
    border-radius:16px;
    background-color:#666;
    font-size:10px;
    display:inline-block;
    line-height:1em;
    vertical-align:top;
    font-weight:normal;
}

/********* フォーム要素 *******************************************/

input[type=text], input[type=password] {
    border-radius: 5px;
    border: #999 1px solid;
    height: 44px;
    padding: 0 8px;
    outline: none;
    box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
    font-size:15px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border: solid 1px #999;
    background-color: #FFFDD8 !important;}
input[type=text][disabled], input[type=text][readonly], input[type=password][disabled], input[type=password][readonly], textarea[disabled], textarea[readonly] {
    background-color: #dfdfdf !important;
    cursor: not-allowed;
}
input[type=text][disabled] {
    opacity: .3;
}
textarea {
    border-radius: 5px;
    border: #999 1px solid;
    padding: 3px;
    outline: none;
    box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width:768px) {
    textarea {
      width:94%;
      height:200px;
    }
}
/* プレースホルダ */
:placeholder-shown {
    color: rgba(0,0,0,0.3);
}
::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
}
:-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
}
::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}

/********* チェックボックス / ラジオボタン *************************************************/

.check_base, .radio_base {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.no_txt {
    width: 17px;
}
.check_base input[type="checkbox"], .radio_base input[type="radio"] {
    position: absolute;
    top: 0;
    left: -10px;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.no_txt input[type="checkbox"], .no_txt input[type="radio"] {
    -webkit-transform-origin: center;
    -webkit-transform: scale(2 , 2 );
}
.check_base input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/common/check_off.png);
    background-size: 17px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1px 20px 0 22px;
    @media (max-width: 768px) {
            background-position: left 4px;
            white-space: normal;
    }
}
.no_txt label:after {
    content: "　";
}
.check_base input[type="checkbox"]:checked + label {
    background-image: url(../images/common/check_on.png);
}
.radio_base input[type="radio"] + label {
    display: block;
    background-image: url(../images/common/radio_off.png);
    background-size: 17px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1px 20px 0 22px;
}
.radio_base input[type="radio"]:checked + label {
    background-image: url(../images/common/radio_on.png);
}
/**/
.select_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #999;
    line-height: 0;
    border-radius: 5px;
    background-image: url(../images/common/select.png);
    background-position: right 4px center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.1),inset 1px 1px 0px rgba(255,255,255,0.4);
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;/* fallback non calc support */
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 8px 35px 8px 10px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    height: 40px;
}
/*edge*/
@supports (-ms-accelerator:true) {
    select {
        line-height:1.4em;
    }
}

/*IE11*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, select {
        width: 200% !important;
        line-height:1.4em;
    }
}

/*IE10以下*/
@media all and (-ms-high-contrast:none) {
    select {
        width: 200% !important;
        line-height: 1.4em;
    }
}

/********* エラー表示 *******************************************/

.contents_frame {
      position: relative;
}
p {
    position: relative;
}
div.warning {
    position: relative;
    top: 0;
    left: 0;
    padding: .2em .8em .2em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    color: #fff;
    clear: both;
    font-size: 13px;
    margin-top: 8px;
    + .warning {
        margin-top: 4px;
    }
    @media screen and (max-width:751px) {
        font-size: .75em;
        margin-top: 1em;
    }
}
.error {
    clear: both;
    display: block;
    padding: .2em .8em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 8px;
    color: #fff;
    + .error {
        margin-top: 4px;
    }
}
/*
.error:after, .error:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 15px;
    border: solid transparent;
}
.error:after {
    margin-left: 1px;
    border-top-color: #f66;
    border-width: 7px;
}
.error:before {
    border-top-color: #f00;
    border-width: 8px;
}
*/

ul.warning {
    margin: 15px 0;
    > li.error {
        position: relative;
        top: 0;
        left: 0;
        padding: .5em 1em .4em;
        background-color: #f66;
        border: 1px solid #f00;
        border-radius: 5px;
        color: #fff;
        margin-top: 5px;
    }
}

ul.warning > li.error:after, ul.warning > li.error:before {
    position: relative;
    top: 0;
    left: 0;
    border: 0;
}

/********* ページャー *************************************************/

ul.pager {
    margin: 5px 0;
    line-height: 1em;
}
ul.pager li {
    float: left;
    padding: 0 10px;
    border-right: 1px #CCC solid;
    text-align: center;
    line-height: 1em;
}
ul.pager li a {
    color: #0076CE;
}
ul.pager li.next_arr {
    border-right: none;
}
ul.pager li em {
    font-weight: normal;
    padding: 3px 5px 2px;
    background-color: #0076CE;
    color: #FFF;
    border-radius: 3px;
}

/********* フッター *************************************************/

#footer {
    /* border-top: 1px solid #d5d5d5; */
    height: 80px;
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#copyright {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
    height: 50px;
    color: #777;
    font-size: 12px;
    text-align: center;
}
#ssl_mark {
    margin: -20px auto 0;
    max-width: 960px;
    text-align: right;
}

/********* ページ上部へ *************************************************/

a.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    background-color: var(--main-color);
    color: var(--font-color);
    text-decoration: none;
}
.totop a {
    color: #FFF;
}
@media screen and (max-width: 768px){
    a.totop {
        bottom: 8px;
        right: 8px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 12px;
      }
}

/********* 下層 *************************************************/

#cap_title{
    background-color:#FFF;
    h2{
        max-width:1080px;
        width: 90%;
        margin:0 auto;
        font-size:28px;
        font-weight:bold;
        padding:28px 0;
        @media screen and (max-width: 751px) {
            font-size: 1.5em;
            margin: 0 auto;
            padding: 1em 0;
        }
    }
}


.caution_read_bk {
      display: inline-block;
      font-weight: normal;
      font-size: 14px;
      padding-top: 6px;
      margin-bottom: -14px;
}
.caution_read {
      display: inline-block;
      font-weight: normal;
      font-size: 14px;
      color: #FF4D4D;
      padding-top: 6px;
      margin-bottom: -14px;
}
#step{
    padding: 16px 0 8px;
    display: flex;
    justify-content: center;
}
.tab_base_top,.tab_base_bottom{
    padding:0;
}
#step > div {
    border:1px solid #ccc;
    text-align:center;
    width:132px;
    line-height: 1.2;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
#step > div br{
    display: none;
}
#step > div + div {
    margin-left: 40px;
    position: relative;
}
#step > div + div:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/common/step_arrow.png);
    background-repeat:no-repeat;
    background-size: 8px auto;
    background-position:center;
    width: 16px;
    height: 16px;
    left: -28px;
}

#step > .focus{
    border:1px solid #E35549;
    color:#E35549;
    font-weight: bold;
}
#step table th{
    border:0;
    text-align:center;
    background-image: url(../images/common/step_arrow.png);
    background-repeat:no-repeat;
    background-size: 10px auto;
    background-position:center;
    /* background-color:#efefef; */
    width: 80px;
}

.check_cap{
    background-image: url(../images/top/icon_check_green.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    font-size: 20px;
    padding-top: 4px;
    line-height: 1em;
    text-indent: 35px;
    margin: 20px auto 5px;
    font-weight: bold;
    max-width: 940px;
    border-bottom: solid 1px #aaa;
}

.pencil_cap{
    /* background-image: url(../images/common/pencil.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px; */
    font-size: 20px;
    /* tpadding-top: 4px;
    line-height: 1em;
    ext-indent: 25px; */
    margin: 20px auto;
    font-weight: bold;
    max-width: 1080px;
}
.border_box{
    border:1px solid #ccc;
    padding:0;
    border-radius: 4px;
    margin-bottom: 32px;
    @media screen and (max-width: 751px) {
        margin-bottom: 24px;
    }
}
.center {
    text-align: center;
}
.sp-left {
    @media screen and (max-width: 751px) {
        text-align: left !important;
    }
}
.mt_0{
    margin-top:0 !important;
}
.mt_10{
    margin-top:10px !important;
}
.mb_0{
    margin-bottom:0 !important;
}
.mb_10{
    margin-bottom:10px !important;
}
.mt_20{
    margin-top:20px !important;
}
.mb_20{
    margin-bottom:20px !important;
}
.mt_30{
    margin-top:30px !important;
}
.mb_30{
    margin-bottom:30px !important;
}
.mt_40{
    margin-top:40px !important;
}
.mb_40{
    margin-bottom:40px !important;
}
.pt_0 {
    padding-top: 0 !important;
}
.pb_0 {
    padding-bottom: 0 !important;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.text-center {
    text-align: center;
}
@media screen and (max-width: 751px) {
    .mt_10{
        margin-top:.5em !important;
    }
    .mb_10{
        margin-bottom:.5em !important;
    }
    .mt_20{
        margin-top:1em !important;
    }
    .mb_20{
        margin-bottom:1em !important;
    }
    .mt_30{
        margin-top:1.5em !important;
    }
    .mb_30{
        margin-bottom:1.5em !important;
    }
    .mt_40{
        margin-top:2em !important;
    }
    .mb_40{
        margin-bottom:2em !important;
    }
    .p-20 {
        padding: 1em;
    }
    .p-30 {
        padding: 1.5em;
    }
    .p-40 {
        padding: 2em;
    }
    .border_box.p-40 {
        padding: 1em;
    }
    .sp-text-center {
        text-align: center;
    }
    .sp-text-left {
        text-align: left;
    }
}
.border_cap{
    padding: 10px 16px;
    font-size:16px;
    font-weight:bold;
    /* border-bottom:1px solid #CCC; */
    color: var(--font-color);
    background: var(--main-color);
}
.confirm .border_cap {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #e5e5e5;
    border-bottom: 1px solid #ccc;
}
.enquete_cap{
    padding:10px;
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #CCC;
}
.q_cap{
    background-color:#CCC;
    padding:5px;
    margin-right:15px;
}
.border_contents{
    overflow:hidden;
    /* padding: 30px; */
}
.confirm .border_contents{
    /*font-weight:bold;*/
}
table.select_list,table.selected_list,table.registration,table.pay,table.cost{
    margin:0;
}
table.login{
    margin: 20px;
}
.select_list th{
    background-color:#f5f5f5;
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    border-right:none;
    text-align:left;
    padding:20px;
    color:#000;
    font-size:14px;
}
.selected_list th{
    background-color:#f5f5f5;
    border-bottom:1px solid #CCC;
    color:#000;
    padding:5px 0;
    font-size:14px;
}
.registration th,table.pay th{
    background-color:#f5f5f5;
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    color:#666;
    padding: 20px 16px;
    font-size:14px;
    text-align:left;
}

.table_no th{
    /*background-image: url(../images/common/required.png);
    background-repeat: no-repeat;
    background-position: center right 20px;*/
    background-color: #fff;
    border-right: 1px dotted #CCC;
}

.registration td,.pay td{
    background-color:#FFF;
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    color:#222;
    padding:20px;
    font-size:14px;
}
.pay td{
    font-weight: normal;
}

.registration tr:first-child th,.registration tr:first-child td,.pay tr:first-child th,.pay tr:first-child td{
    border-top:none;
}
.select_list tr.required th,.registration tr.required th,.pay tr.required th{
    background-image: url(../images/common/required.png);
    background-repeat:no-repeat;
    background-position:center right 15px;
    padding-right: 48px;
}
.select_list tr.no_required th,.registration tr.no_required th,.pay tr.no_required th{
    background-image: url(../images/common/no_required.png);
    background-repeat:no-repeat;
    background-position:center right 15px;
    padding: 20px 48px 20px 20px;
    @media (max-width: 768px) {
        background-position:center right 10px;
    }

}
.links_paygent {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 1.7;
    @media (max-width: 768px) {
        padding: 1em;
        display: block;
        font-size: .9em;
    }
}
.registration tr th span.sub, .pay tr th span.sub{
    float:right;
    font-size: .85em;
    /* margin-right: 35px; */
    margin-left: -4px;
}
.required_mark{
    background-image: url(../images/common/required.png);
    background-repeat:no-repeat;
    width:30px;
    height:16px;
    display:inline-block;
    margin:0 5px;
    vertical-align:middle;
}
.select_list td{
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    border-right:none;
    padding:0px 10px;
}
.selected_list td{
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    border-right:none;
    /* padding:20px; */
    padding: 20px 10px;
    text-align:center;
}
.select_list td a{
    border:2px solid #AAA;
    padding:6px 20px;
    min-width:100px;
    display:block;
    text-align:center;
    margin-right:10px;
    color:#AAA;
    text-decoration:none;
    background-color:#FFF1ED;
}
.selected_list_mypage td a{
    background-color:#0378DE !important;
}
/*.selected_list td{
    padding:5px;
}*/
.selected_list td a{
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    background-color:#E35549;
    padding:5px 5px;
    color:#FFF;
    display:block;
    white-space:nowrap;
    width: 75px;
      margin: 0 auto;
}
.select_list td a.selected{
    border:2px solid #3C92C4;
    color:#3C92C4;
    background-image: url(../images/common/check.png);
    background-repeat:no-repeat;
    background-position:10px center;
}

.select_list tr:first-child th,.select_list tr:first-child td{
    border-top:none;
}

.select_btn_base{
    background-image: url(../images/common/select_base.png?21062901);
    background-repeat:no-repeat;
    background-position:center;
    height:100px;
    margin:0 auto;
    text-align:center;
    padding-top:15px;
}
.select_btn_base .btn_add {
    line-height: 1.6;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    display:block;
    margin: 8px auto 40px;
    width: 220px!important;
    text-align: center;
    background: linear-gradient(#5bb1fd, #036fcd);
}
.select_btn_base .btn_add:hover {
    background: #036fcd;
}
.total_box{
    text-align: right;
    background-color: #3C92C4;
    padding: 15px 5px;
    color: #FFF;
}
.total_box_confirm{
    text-align:right;
    background-color:#EEE;
    padding:15px 0;
    font-weight:bold;
}
.total_box span,.total_box_confirm span{
    margin:0 10px;
    /* padding:0 20px; */
    vertical-align:bottom;
}
.btns{
    /* background-color:#F2F3E5; */
    text-align:center;
    /* padding:20px 0; */
    margin:40px 0 20px;
}
.btns .btn_blue {
    margin: 0 10px;
    min-width: 160px;
}
.btns_return {
    text-align:center;
    padding:20px 0;
    margin:40px 0 20px;
}
.sub{
    color:#DE7908;
}
.confirm .registration td,.confirm td,.confirm .border_contents{
    color:#222;
    word-break:break-all;
}
.confirm .enquete_cap{
    border-bottom:1px dotted #CCC;
    background-color:#F2F3E5;
}
.confirm .border_contents{
}
#result_box{
    width:100%;
    max-width: 480px;
    height:180px;
    border:1px solid #CCC;
    overflow-y:scroll;
    overflow-x:hidden;
    margin:20px 0;
}
.school_box{
    width:480px;
    padding:10px;
    border-bottom:1px solid #CCC;
}
a.link {
    text-decoration: underline;
    color: var(--link-color);
}
.input-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    dd {
        margin-left: -8px;
    }
    @media screen and (max-width:751px) {
        flex-direction: column;
        align-items:stretch;
        gap: .5em;

        dd {
            margin-left: 0;
            margin-top: -.25em;
        }
    }
}
.info_detail {
    display: none;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.school_name{
    /* width:347px; */
    width: 77%;
    display:inline-block;
    font-size:16px;
}
.ymd_block {
    display: flex;
    align-items: center;
    .select_wrapper {
        min-width: 100px;
        select{
            min-width:100px;
        }
        @media screen and (max-width:751px) {
            min-width: 72px;
            select {
                min-width: 72px;
            }
        }
    }
    .ymd {
        padding: 0 8px 0 4px;
    }
}


.registration tr.required td input[type=text], .registration tr.required td input[type=password],.pay tr.required td input[type=text],.pay tr.required td input[type=password],
.registration tr.required td .select_wrapper,.pay tr.required td .select_wrapper{
    background-color:#FFF1C6;
}
.general-contents {
    .registration th {
        color: #222;
        font-size: 1em;
    }
    label {
        white-space: normal;
    }
     @media screen and (max-width:751px) {
        .registration {
            td {
                div:not(.warning) {
                    display: flex;
                    align-items: start;
                    input {
                        margin-top: 3px;
                    }
                }
            }
            label {
                padding-left: 5px;
            }
        }
     }
}
.pay_cap_1,.pay_cap_2,.pay_cap_3,.pay_cap_4,.pay_cap_5{
    border:1px solid #ccc;
    background-color:#fafafa;
    font-weight:bold;
    padding:20px;
    font-size:16px;
    background-image: url(../images/common/check_off.png);
    background-repeat:no-repeat;
    background-position:20px center;
    text-indent:25px;
    display:block;
    cursor: pointer;
    &.select {
        /* border-color: #3C92C4;
        background-color: #3C92C4; */
        color: #3C92C4;
    }
}

@media screen and (max-width:751px) {
    .pay_cap_1, .pay_cap_2, .pay_cap_3, .pay_cap_4, .pay_cap_5 {
      font-size: 14px;
      padding: 20px 0 20px 20px;
    }
}
.registration tr .edu_num {
    background-color: #eee;
}
.cost th{
    background-color:#3C92C4;
    color:#FFF;
    font-size:14px;
}
.cost th,.cost td{
    border:1px solid #3C92C4;
}
.cost span{
    padding:0 20px;
    color:#3C92C4;
    vertical-align:bottom;
}
.pay .radio_base{
    margin:  5px 0;
}
.shops{
    text-indent:-9999px;
    background-image: url(../images/common/cards_2.png?v2);
    background-repeat:no-repeat;
    background-position: -5px -2px;
    background-size: auto;
    height:80px;
    border-bottom:1px dotted #CCC;
    margin-bottom:20px;
    @media screen and (max-width:751px) {
        background-position: center 0;
    }
}
.select{
    background-image: url(../images/common/check_on.png);
}
.pay_cate_1,.pay_cate_2,.pay_cate_3,.pay_cate_4,.pay_cate_5{
    display:none;
}
.bold{
    font-weight:bold;
}
.normal{
    font-size:14px;
    font-weight:normal;
}
.convenience{
    /* border-top:1px solid #CCC;
    border-bottom:1px solid #CCC; */
}
.indent {
    text-indent: -1rem;
    padding-left: 1rem;
}
.inline-block{
    display: inline-block;
}
.block{
    display: block;
}
.red{
    color:#e00;
}
.tab_base_top div,.tab_base_bottom div{
    width:960px;
    margin:0 auto;
    height:40px;
    overflow:hidden;
}
.tab_base_top div{
    padding-top:10px;
}
.tab_base_bottom{
    margin-top:50px;
}
.tab_base_bottom div{
    padding-bottom:10px;
}
.tab_base_top div .mini_back,.tab_base_bottom div .mini_back{
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    background-color:#999;
    padding:5px 30px;
    color:#FFF;
    margin-right:20px;
    display:block;
    float:left;
}
.tab_base_bottom div .mini_back{
    margin-top:10px;
    display:block;
    float:left;
}
.tab_base_top div .tab{
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    background-color:#FFF;
    padding:10px 30px;
    height:30px;
    display:inline-block;
    color:#000;
    margin-right:5px;
    font-weight:bold;
    font-size:16px;
}
.tab_base_bottom div .tab{
    border-radius:0 0 3px 3px;
    text-align:center;
    text-decoration:none;
    background-color:#FFF;
    padding:10px 30px;
    height:25px;
    display:inline-block;
    color:#000;
    margin-right:5px;
    font-weight:bold;
    font-size:16px;

}
.flex_box {
    display: flex;
    gap: 5%;
    .fl_box {
        flex-basis: 65%;
    }
    .fr_box {
        flex: 1;
        margin-left: auto;
        .btn {
            display: block;
            .small {
                font-size: .85em;
            }
        }
    }
    @media (max-width: 768px) {
        display: block;
    }
}

.pay {
    .flex_box {
        display: flex;
        align-items: center;
        a {
            margin-left: auto;
            padding: 10px 12px;
            margin-left: auto;
            font-size: 14px;
            font-weight: bold;
            width: 220px;
            box-sizing: border-box;
            color: #fff;
            line-height: 1.3;
        }
        @media (max-width: 768px) {
            display: block;
            a {
                margin: 10px auto 0;
                display: block;
            }
        }
    }
}

#a_application .pencil_cap a{
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-color: #0278DE;
    background-image: url(../images/common/print_w.png);
    background-position: 8px 6px;
    font-size:14px;
    color:#FFF;
    float:right;
    text-align:left !important;
    margin-right:20px;
}

td div.name_label{
    width:40px;
    display:inline-block;
}
td div.name_label:nth-child(3){
    padding-left:20px;
}

.contents_base .confirm{
    margin-top:20px !important;
}
.btn_fit {
      width: 80%;
      max-width: 320px;
      text-align: center;
      margin: 0 auto;
      display: block;
}
.sp_list{
    display:none;
}

#trim_box {
    margin: 20px auto;
    position: relative;
    width: 390px;
    height: 390px;
    overflow: hidden;
}
#trim_inner {
    position: absolute;
    width: auto;
    height: auto;
}
#trim_inner img {
    vertical-align: bottom;
}
#trim_cover {
    position: absolute;
    background-image: url(../images/common/trim_cover.png);
    background-size:cover;
    width: 390px;
    height: 390px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.trim_bar {
    -webkit-appearance:none;
    width: 360px;
    vertical-align:middle;
    margin: 0 10px;
     background-color:#ECECEC;
      -webkit-border-radius:15px;
 -moz-border-radius:15px;
     border-radius:15px;
      -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
         -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
                    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
            outline:none;
}

[type="range"]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    cursor:pointer;
    border:none;
    background-color:#094D9E;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
    box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
}

table.registration input[type=text].postal {
    width: 100px;
    @media screen and (max-width:751px) {
        width: 88px;
    }
}

canvas#screen {
    cursor: pointer;
    border:1px solid var(--main-color);
}

.select_photo{
    display:none;
}
.cancelBtn {
    border:#fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background-color: #E35549;
    padding: 8px 10px;
    color: #FFF;
}

/*お問い合わせ*/
div.contents_base div.contents #askForm .max textarea{
    width: 100%;
    height: 150px;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
div.contents_base div.contents #askForm textarea.max {
    padding: 10px;
}
div.contents_base div.contents #askForm button {
    width:200px;
    border:none;
    margin:10px auto 0;
    display:block;
    padding:16px 0;
    font-size: 18px;
}

.chat {
    /* width:880px; */
    width: 95%;
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
}
.chat_user {
    margin-right: auto;
    min-width: 50%;
    max-width: 85%;
}
@media screen and (max-width: 768px){
    .chat_user {
        min-width: 65%;
    }
}
.chat_user .sub, .chat_admin .sub {
    /* width: 700px; */
    padding: 4px 8px;
    font-size: 14px;
    overflow: hidden;
}

.chat_user .sub {
    color: var(--font-color);
    display: flex;
}
.chat_user .sub .date, .chat_admin .sub .date {
    font-size: 11px;
    color: #777;
}

.chat_user .sub .right, .chat_admin .sub .right {
    text-align: right;
    font-size: 12px;
    margin-left: auto;
}



.chat_user .msg {
    /* width: 700px; */
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #efefef;
    word-break:break-word;
    .date_isfile {
        display: inline-block;
        svg {
            vertical-align: bottom;
        }
    }
}
.chat_user .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #efefef transparent transparent;
}
.chat_admin {
    min-width: 50%;
    max-width: 85%;
    margin-left: auto;
}
@media screen and (max-width: 768px){
    .chat_admin {
        min-width: 65%;
    }
}

.chat_admin .msg {
    /* width: 700px; */
    text-align: left;
    padding: 15px 20px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #d1f0d3;
    word-break:break-word;
}
.chat_admin .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #d1f0d3;
}

.chat_admin .msg .file_attachment a,
.chat_user .msg .file_attachment a {
    text-decoration: underline;
    font-size: 15px;
}
.chat_admin .msg .alert_file,
.chat_user .msg .alert_file {
    font-size: 12px;
    line-height: 1.2;
    text-indent: -12px;
    padding-left: 12px;
}
.read_msg_admin {
    color: #3b3;
    margin-right: 10px;
    font-size: 13px;
}

.unread_msg_admin {
    color: #777;
    margin-right: 10px;
    font-size: 13px;
}
.chat_close {
    .msg {
        width: 100%;
        padding: 12px 20px;
        margin: 16px 0;
        border-radius: 4px;
        position: relative;
        background-color: #555;
        color: #fff;
        text-align: center;
    }
    @media screen and (max-width: 768px){
        .msg {
            font-size: 13px;
            line-height: 1.4;
            padding: 10px;
            text-align: left;
            br {
                display: none;
            }
        }
    }
}



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

body#rpPage{

    font-size:14px;
    line-height:1.5em;
}
.pcnone{ display:inherit;}
.spnone{ display:none;}

.cont_box {
    /*margin-left: 20px;*/
    /*margin: 0 auto;*/
}

/********* ヘッダー *************************************************/
div#header {
    min-width: 100%;
    border-bottom:2px solid var(--main-color);
    .contents {
        width: 100%;
        display: block;
    }
}

#rpPage div#header {
    overflow: hidden;
    min-width:inherit;
    position:relative;
}
#rpPage div#header div.contents {
    width: 100%;
    margin: 0 auto;
    /* background-color: #FFF;
    border-bottom: 2px solid var(--main-color);*/
    padding-bottom: 2px;
}
#rpPage div#header h1 {
    float: none;
    margin: 0;
    padding: 0;
}
div#header h1 {
    margin: 0;
    padding: 0 12px;
    height: 64px;
    gap: 8px;
    span {
        font-size: 12px;
        padding: 4px 8px;
    }
}
div#header h1 a {
    display: block;
    max-width: 100%;
    width: 160px;
    height: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
    }
}
/*
#rpPage div#header h1 a {
    width: 480px;
    height: 75px;
    background: url(../images/header/main_logo_sp.png) no-repeat left center;
    text-indent: -9999px;
}
*/

div#header ul {
    margin: 0;
    background-color: #efefef;
    padding: 6px 8px;
}
div#header ul li {
    list-style: none;
    padding: 0;
    font-size:14px;
}
div#header ul li.user_name {
    list-style: none;
    padding:0;
    display:block;
    font-size: 12px;
    margin-right: auto;
}
div#header ul li a {
    display: inline-block;
    padding:2px 8px;
    font-size: 10px;
    line-height: 1.8;
}

/********* メニュー *************************************************/
div#menu div.contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

div#menu {
    background-color: var(--main-color);
    min-width: 0px;
    height: auto;
    margin-bottom: 16px;
    width: 100%;
    margin-top: -2px;
}

div#menu ul {
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
}

div#menu ul li {
    /*
    list-style: none;
    float: none;
    display: inline-block;
    height: 50px;
    padding: 0;
    margin-top: -3px;
    */
    flex: auto;
    border-right:1px solid #fff;
    /* border-right:1px solid rgba(0,0,0,.1); */
    &.qa {
        img {
            width: 11px;
            height: auto;
            position: relative;
            top: 4px;
            margin-left: -3px;
        }
    }
}

div#menu ul li a {
    font-size: 11px;
    padding: 10px 4px;
    line-height: 1.2;
    background-color: transparent;
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/********* 下層 *************************************************/
#cap_title{
    background-color:#FFF;
    border-top: none;
}
#cap_title div{
    width:auto;
    margin:5px auto 0;
    font-size:18px;
    font-weight:bold;
    padding:12px 0;
    line-height:1em;
    background-position: left 5px center;
    background-size: 36px auto;
    text-indent:40px;
}
.check_cap{
    height: 30px;
    font-size: 20px;
    margin: 20px auto 10px;
    font-weight: bold;
    width: 100%;
}
.pencil_cap{

    font-size: 1.2em;
    line-height: 1em;
    margin: 1em auto;
    font-weight: bold;
    width: 90%;
    box-sizing: border-box;
}
.border_cap {
    font-size: 15px;
}

#step{
    padding: .5em 8px;
}

#step > div {
    font-size: 10px;
    padding:6px 4px;
    width:88px;
    height: 20px;
}
#step.step_entry > div {
    font-size: 9px;
    padding:6px 2px;
    height: auto;
    width:72px;
}
#step > div br {
    display: inherit;
}
#step.step_entry > div .small {
    font-size: 8px;
}
#step > div + div {
    margin-left: 20px;
}
#step > div + div:before {
    width: 8px;
    height: 8px;
    background-size: 5px auto;
    left: -14px;
}

#step.step_entry > div + div {
    margin-left: 10px;
}
#step.step_entry > div + div:before {
    background-size: 3px auto;
    left: -10px;
}
table.select_list,table.registration,table.pay,table.cost{
    display:block;
    margin:0;
}
table.cost {
    display: table;
}
table.registration tbody, table.pay tbody,
table.registration tr, table.pay tr{
    display:block;
    width:auto!important;
}
table.select_list th, table.registration th, table.pay th ,table.cost th,
table.select_list td, table.registration td, table.pay td ,table.cost td{
    display:block!important;
    width:auto!important;
    margin:0;
    padding:12px 10px;
    overflow:hidden;
}
table.select_list th, table.registration th, table.pay th, table.cost th, table.selected_list th, table.selected_list td, .select_list tr.no_required th, .registration tr.no_required th, .pay tr.no_required th {
    padding: 10px;
}
.select_list tr.required th, .registration tr.required th, .pay tr.required th {
    background-position: center right 10px;
    padding-right: 52px;
}
#step_regist table {
    width: 90%;
    margin: 0 auto;
}

#step_regist table td.focus {
    border: 2px solid #E35549;
    color: #E35549;
}

#step table th, #step_regist table th {
    width: 4px;
    padding: 0;
    margin: 0;
    background: none;
}

#step table td, #step_regist table td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 4px 0;
    width: auto;
    font-size: 9px;
    min-width: 12%;
    line-height: 1.2;
}
#step .step_regist {
    width: 95% !important;
    margin: 0 auto;
}
#step .step_regist th {
    background: url(../images/common/step_arrow.png) no-repeat center;
    background-size: 6px auto;
}
#step .step_regist td {
    width: 28%;
}

#result_box{
    width:auto;
    height:150px;
    border:1px solid #CCC;
    overflow-y:scroll;
    overflow-x:hidden;
    margin:20px 0;
}

#result_box::-webkit-scrollbar{
    width: 5px;
    background: #CCC;
}
#result_box::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 2px;
    min-height: 50px;
}
.school_box{
    width:auto;
    padding:10px;
    border-bottom:1px solid #CCC;
}
.school_name{
    width:auto;
    display:inline-block;
    font-size:16px;
}

input[type="text"]{
    width:100%;
    height:40px !important;
    box-sizing:border-box;
}
/**/
.select_wrapper {
    display: block;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    box-sizing:border-box;
    height:40px;
    /*width: -webkit-100%;*/
    margin: 0;
    padding: 3px 25px 3px 3px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 13px;
    line-height: 1;
}
input[type="password"]{
    width:100%;
    height:40px;
    box-sizing:border-box;
}
input[type="text"].namewidth{
    width: 50% !important;
}
input[type="text"]#search_name{
    width:100%;
}
input[type="text"].addwidth{
    width:4.5em;
}
input[type="text"].telwidth{
    width:3em;
}
/********* ベース *******************************************/
div.contents_base {
    min-width:0px;
    /*padding: 0 20px;
    width:400px;*/
    margin: 0 auto;
}
div.contents_base div.contents {
    width: 90%;
    margin: 0 auto;
}

/********* フッター *************************************************/


/********* ボタン *************************************************/

.btns {
}
.btns a {
    box-sizing: border-box;
    margin: 0 10px;
}

.btns .btn_back {
    font-size: 15px;
    text-align:center;
    min-width:60px;
    padding: 12px;
    margin: 0 5px;
}

.btns input[type="submit"] {
    text-align:center;
    padding: 12px;
}

.btns .btn_blue {
    margin: 0 5px;
    min-width: 120px;
    font-size: 15px;
    width: auto;
    padding: 12px;
}

.btn_edit {
    font-size: 16px;
    padding: 12px;
    width: 180px;
    margin: 24px auto;
}

.main {
    background-color: #0378DE;
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.main#school_search {
    display: inline-block;
}
/********* 登録画面 *************************************************/

.nm_indent {
    display: block;
    margin: 5px;
}

.border_contents {
    /* padding: 10px; */
}
.wide_box, .half_box {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.icon_box{
    width:100%;
    font-size: 1.2em;
    border-width: 2px;
}

.tension {
    height: 0px;
}

.tab_base_top div{
    width:470px;
    padding-top:10px;
    padding-left: 10px;
}
.tab_base_bottom div{
    width:470px;
    padding-bottom:10px;
    padding-left: 10px;
}

td div.name_label{
    width:40px;
    display:inline-block;
    margin:10px 0;
}
td div.name_label:nth-child(3){
    padding-left:0px;
}
.short_input{
    width:25% !important;
}
.rtn{
    display:block;
}
.cost span{
    padding:0 0 10px;
}
.cost span.cost_pay {
    display: block;
    padding: 5px 0 0;
    font-size: 13px;
}
.fl_box,.fr_box{
    width:100%;
}
.fr_box {
    margin: 0;
    width: 100%;
}
.fr_box a{
    display:block;
    margin: 10px auto;
}
.btn_revise{
    display:block;
    margin:0 auto 20px !important;
    width:200px !important;
}
.registration tr th span.sub, .pay tr th span.sub{
    float:none;
    margin-right: 0;
}
.inputs{
    margin:20px auto;
    text-align:center !important;
}

.caution_box{
    /* width:80% !important; */
    padding: 1em .8em 1em 4em;
    background-position: 1em center;
    letter-spacing: -.5px;
}
.sp_list{
    display:table;
}
.pc_list{
    display:none;
}
.security_code{
    width:100%;
    height:auto;
}
.registration tr .edu_num {
    background-color: #eee;
    font-size: 15px;
    text-align: center;
}
}

/********* マイページ 登録ボタン *************************************************/

.infomation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infomation .half_box {
    width: 50% !important;
    margin-bottom: 24px;;
}
.infomation a.btn_application {
    font-size: 20px;
    line-height: 1.5em;
    padding: 25px 40px;
    display: block;
    /* background-color: #000; */
    width: 260px;
    border-radius: 6px;
    text-align: center;
    color: #FFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 20px 18px;
    text-indent: 0;
    /* margin: 0 auto 18px; */
}
@media screen and (max-width: 768px) {
    .infomation {
        flex-wrap: wrap;
    }
    .infomation .half_box {
        width: 100% !important;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    .infomation a.btn_application {
        font-size: 120%;
        line-height: 1.5em;
        padding: 18px 0;
        width: 100%;
    }
}
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.nm_indent {
    margin-left: 1em;
}
.check_accordion {
    margin: 10px 0 0;
}
.check_accordion dt{
    color: #0076CE;
    text-decoration: underline;
    cursor: pointer;
}
.check_accordion dt:hover{
    text-decoration: none;
}
.check_accordion dd {
    margin-bottom: 0;
    font-weight: normal;
    padding: 12px;
    border: 1px solid #dfdfdf;
    line-height: 1.4;
    display: none;
}
.check_accordion dt:before{
    content:"＋";
    display: inline-block;
    width: 18px;
}
.check_accordion dt.active:before{
    content:"－";
}
.caution_box_select {
    border: none;
    display: block;
    line-height: 1.5em;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 60px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 6px center;
    margin: 10px 0;
    background-color: #FCDEDE;
    background-image: url(../images/top/icon_caution.png);
    background-position: 16px center;
}
#warning-attention.caution_box_select a {
    text-decoration: underline;
}
#warning-attention.caution_box_select a:hover {
    text-decoration: none;
}
#warning-attention.caution_box_select {
    text-align: center;
    background-position: calc(50% - 310px) center ;
}
@media screen and (max-width: 764px) {
    .caution_box_select {
        font-size: 1em;
    }
    #warning-attention.caution_box_select {
        text-align: left;
        background-position: 16px center;
    }
}
.caution_box_examination {
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    padding: 16px 10px;
    margin: 30px 0;
    background-color: #FCDEDE;
}
.caution_box_examination h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    text-indent: -1rem;
}
.caution_box_examination h3 img {
    vertical-align: -6px;
    margin-right: .5rem;
}
.caution_box_examination p {
    text-align: center;
}
.caution_box_examination p .required_mark {
    margin-left: 0;
}
@media screen and (max-width: 764px) {
    .caution_box_examination {
        margin: 20px 0;
        padding: 8px 10px;
    }
    .caution_box_examination h3 {
        font-size: 17px;
    }
    .caution_box_examination h3 img {
        width: 24px;
        vertical-align: -4px;
    }
    .caution_box_examination p {
        text-align: left;
    }
}
.caution_box_setting {
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    padding: 25px 10px;
    margin: 25px 0;
    background-color: #FCDEDE;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.caution_box_setting img {
    position: absolute;
    top: 13%;
    left: 22%;
    width: 7%;
}
.caution_box_setting b {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 50px;
    line-height: 1.5;
}
.caution_box_setting a {
    text-decoration: underline;
}
.caution_box_setting a:hover {
    text-decoration: none;
}

@media screen and (max-width: 764px) {
    .caution_box_setting {
        font-size: 13px;
    }
    .caution_box_setting img {
        left: 3%;
        width: 13%;
    }
    .caution_box_setting b {
        font-size: 16px;
    }

}
.alert {
    color: #FF4040;
}
.importantnce_read {
    font-size: 120%;
    text-align: center;
    margin: 36px auto;
    padding: 30px;
    border: 3px solid #F00;
    background: #F2F3E5;
}
.importantnce_read span {
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 18px;
}
.nm_indent {
    margin-left: 1em;
}
.howto_print_sp {
    font-size: 14px;
}
.howto_print_sp dt {
    color: var(--link-color);
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
.howto_print_sp dt:before {
    content: "＋";
    display: inline-block;
    width: 18px;
}
.howto_print_sp dt.active:before {
    content: "－";
}
.howto_print_sp dd {
    font-weight: normal;
    padding: 15px;
    background: rgba(255,255,255,.75);
    line-height: 1.4;
    display: none;
    ul {
        margin: 0;
    }
}
.print .border_contents {
    padding: 24px;
    + .border_contents {
        border-top: 1px solid #ccc;
    }
}
.border_contents h3:first-child {
    margin-top: 0;
}
.print .pdf_notice {
    color: #F00;
    background-color: #FFEBEB !important;
    padding: 20px 24px;
}
@media screen and (max-width: 751px) {
    .print .border_contents {
        padding: 10px;
    }
    .print .pdf_notice {
        padding: 10px;
        font-size: ;
    }
}

.howto_print_sp a,
.pdf_notice a {
    text-decoration: none;
    color: var(--link-color);
}

.warning_alert {
    width: 75%;
    max-width: 800px;
    display: block;
    font-size: 120%;
    padding: .5em 1em .4em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}
.warning_alert a {
    color: #0000ff;
    font-weight: bold;
}
@media screen and (max-width: 751px) {
    .warning_alert {
          line-height: 36px;
          margin: 0 auto 0 auto;
          text-align: center;
    }
}

.sample_photo {
    font-weight: normal;
}
.sample_photo dt {
    font-weight: bold;
    color: #00447D;
    margin: 20px 0 4px;
}
.sample_photo dd {
    padding: 0;
    margin: 0;
}
.appropriate_example {
    display: table;
}
.appropriate_example figure {
    display: table-cell;
    padding-right: 20px;
}
.appropriate_example figure img {
    width: 150px;
    border: 1px solid #ccc;
}
.appropriate_example div {
    display: table-cell;
    vertical-align: top;
}
.appropriate_example ul {
    margin: 0;
}
.appropriate_example ul li {
    display: block;
    margin-bottom: .25rem;
    margin-right: 0;
}
.appropriate_example ul li:before {
    content: "・";
}
.appropriate_example p {
    border: 2px dotted #acacac;
    padding: 8px 16px;
}

.ng_sample {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ng_sample li {
    line-height: 1;
    margin-right: 8px;
}
.ng_sample li:last-of-type {
    margin-right: 0;
}
.ng_sample figure {
    position: relative;
    width: 110px;
    margin: 0 0 10px;
}
.ng_sample figure img {
    width: 100%;
    border: 1px solid #ccc;
}
.ng_sample figure figcaption {
    margin-top: 4px;
    text-align: center;
    font-size: 11px;
}
.ng_sample figure:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
}
@media screen and (max-width: 764px) {
    .appropriate_example figure img {
        width: 100px;
    }
    .appropriate_example ul li {
        font-size: .8rem;
        text-indent: -.8rem;
    }
    .ng_sample figure figcaption {
        font-size: 10px;
    }
    .ng_sample figure {
        width: 70px;
    }
    .ng_sample figure:after {
        top: 3px;
        right: 4px;
    }
}

.t-center {
    text-align: center;
}
@media screen and (max-width: 764px) {
    .application-links {
        width: 344px;
    }

}
#ask_school .box_main {
    display: flex;
    justify-content: space-between;
}
#ask_school .box_left, #ask_school .box_right {
	width: 50%;
}
#ask_school .box_left {
    border-right: 1px solid #D5D5D5;
}
#ask_school .box_right .text_block {
    padding-left: 24px;
}
#ask_school .box_left .text_block {
    padding-right: 24px;
}
#ask_school .text_block h5 {
    font-weight: bold;
    font-size: .95rem;
    margin: 0 0 10px;
    padding: 0px;
    line-height: 1.2;
}
#ask_school .big_txt {
    font-size: 1.4em;
    margin-bottom: .5em;
    line-height: 28px;
    vertical-align: top;
}
#ask_school span a.tel {
    font-size: 1.4em;
    line-height: 28px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.58;
    padding-bottom: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: var(--font-color);

}
#ask_school .ask_school_list {
    background: #F3F3F3;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 5px;
}
#ask_school .ask_school_list .q_tit {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #acacac;
}
#ask_school .ask_school_list .qa_cap {
    position: relative;
    text-decoration: underline;
    color: var(--link-color);
    cursor: pointer;
    padding-left: 15px;
    &:hover {
        text-decoration: none;
    }
}
#ask_school .ask_school_list .qa_cap:not(:first-of-type) {
    margin-top: 10px;
}
#ask_school .ask_school_list .q_ans a {
    text-decoration: underline;
}
#ask_school .ask_school_list .q_ans {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 17px;
}
#ask_school .ask_school_list .qa_cap::before {
    background: var(--font-color);
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
    height: calc(10px / 2);
    width: 9px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#ask_school .ask_school_list .qa_cap.active::before {
    transform: rotate(180deg);
}
#ask_school .ask_form {
    margin-top: 10px;
    .btn {
        border: 1px solid #dfdfdf;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    #ask_school .box_main {
        display: block;
    }
    #ask_school .text_block h5 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 16px;
    }
    #ask_school .box_left .text_block,
    #ask_school .box_right .text_block {
        padding:20px 10px;
    }
    #ask_school .box_left, #ask_school .box_right {
        width: 100%;
    }
    #ask_school .box_left {
        border-right: none;
    }
    #ask_school .box_right {
        border-top: 1px solid #D5D5D5;
    }
    #ask_school .ask_school_list .q_tit {
        font-weight: bold;
        font-size: 16px;
    }
    #ask_school .big_txt {
        font-size: 18px;
    }
    #ask_school span a.tel {
        font-size: 1.5em;
        vertical-align: sub;
    }
    #ask_school .ask_form {
        text-align: center;
    }
}
.document_alert_box {
    width: 100%;
    display: block;
    margin-top: -10px;
    margin-bottom: 50px;
    font-size: 110%;
    color: #F00;
    border: 1px solid #F00;
}
.document_alert_box_txt {
    padding: 12px 9px;
    text-align: center;
    line-height: 1.58;
}

.reason_2 {
    /*
    position: absolute;
    top: 8px;
    right: 110px;
    display: flex;
    flex-direction: column;
    */
    position: relative;
    display: inline-block;
}
.reason_2 span {
    /*
    margin-bottom: 6px;
    display: inline-block;
    */
    display: block;
}
@media (max-width: 768px) {
    .reason_2 {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 15px;
    }
    .reason_2 span {
        margin-bottom: 7px;
        display: inline-block;
    }
}
.mb-05rem {
    margin-bottom: .5rem;
}
@media (max-width: 768px) {
    form p.school_note {
        padding: 0;
        font-size: 13px;
        margin: 10px 0 0;
    }
}
.parent-abroad-contents.required {
    display: table-row!important;
}
.radio-clear {
    background-color: #0378DE;
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
    font-weight: normal;
}
.upload-documents_name {
    font-size: 1rem;
    display: inline-block;
    margin-top: 10px;
}
.alert_bgred {
    background-color: #ff2b19;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    marker-mid: 5px;
    color: #fff;
}
.payment_limit_date_text {
    background-color: #DB484B;
    color: #FFF;
    padding: 10px 6px;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    letter-spacing: -.5px;
    line-height: 1.58;
}
.payment_limit_date_text span {
    display: block;
    text-indent: -.9rem;
    padding-left: 1rem;
}
.flex_result div {
    display: flex;
}
.flex_result div p:first-of-type {
    max-width: 90px;
    width: 100%;
    flex-shrink: 0;
}

.modal_base{
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    display:none;
}
.modal_box{
    position:fixed;
    width:600px;
    height:400px;
    left:50%;
    top:50%;
    background-color:#FFF;
    margin-left:-300px;
    margin-top:-200px;
    border:1px solid var(--main-color);
    padding:10px;
    border-radius:6px;
}
.modal_close{
    position:absolute;
    left:200px;
    top:370px;
}
.modal-pane {
    padding: 30px;
    background-color: #FFF;
    color: #000;
    text-align: left;
    display: none;
}
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:30%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-overlay:hover {
    cursor: pointer;
}

.modal-open {

}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
    margin-left: auto;
    margin-right: 0;
    color: #000;
    width: 20px;
    text-align: center;
}
.modal-close:after {
    content: '×';
}
.modal-close:hover {
    cursor:pointer;
}
table.ask th:first-child {
    width: 90px;
}
.en_text {
    display: block;
    line-height: 1.4;
    margin-top: -8px;
}

.line_box{
    margin: 0 0 1em;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #acacac;
    > .required_mark {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px){
    .line_box{
        font-size: 16px;
    }
}


.box_inputs {
    width:90%;
    max-width: 760px;
    margin: 0 auto;
    padding:48px 56px;
    background: #f4f4f4;
    border-radius: 8px;
    .btns {
        margin-bottom: 0;
        button {
            margin-top: ;
        }
    }
    @media screen and (max-width:751px) {
        padding: 1.5em;
        width: 100%;
        .btns {
            margin-top: 1.5em;
        }
    }
}

.togglePassword {
    position: relative;
    display: inline-block;
    @media screen and (max-width:751px) {
        display: block;
    }
}
.eyeicon {
    position:absolute;
    right: 10px;
    top: 13px;
    &:before {
        display: inline;
    }
}
.post-document-box {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 4px;
}
.post-document-box + .post-document-box {
    margin-top: .75rem;
}

.post-document-header {
    display: flex;
    margin: 0;
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: .25rem; */
    img {
        margin-left: .5rem;
        margin-top: .1rem;
        padding-right: .5em;
    }
}
.post-document-detail {
    display: flex;
    align-items: flex-start;
    margin:.5rem 0 0;
    padding: .75rem .5rem 0;
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    p {
        margin-top: 0;
    }
    a {
        text-decoration: none;
        color: #03c;;
    }
    .flex_box {
        margin-left: auto;
        a {
            margin: 0;
            padding: 10px 12px;
            margin-left: auto;
            font-size: 14px;
            font-weight: bold;
            /* width: 172px; */
            width: 220px;
            box-sizing: border-box;
            color: #fff;
            line-height: 1.3;
        }
    }
}
.header-sub {
    padding: .75rem .5rem 0;
}
.post-document-box {
    .header-sub {
        border-top: 1px solid #dfdfdf;
        margin-top: .5rem;
        ul {
            margin: 0 0 0 14px;
        }
    }
}
@media (max-width: 768px) {
    .post-document-header {
        font-size: .9rem;
        padding-right: 5px;
        display: block;
    }
    .post-document-detail {
        display: block;
        padding-left: 0;
        padding-right: 0;
        p {
            padding: 0;
        }
        .flex_box {
            a {
                margin: 10px auto 0;
                display: block;
            }
        }
    }
    .header-sub {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap_file-document {
        padding-left: 0;
        padding-right:0;
    }
}
form ul.note {
    margin: 0;
    margin-top: 1.1rem;
}
form ul.note li {
    display: block;
    margin-right: 0;
}
form ul.note li:before {
    content: "・";
}