/* CSS Document */

/*=============================================
* PC・タブレット・スマートフォン共通
=============================================*/

    /* 共通設定 */
    html {
        font-size: 62.5%;
    }
    body{
        margin: 0;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        overflow-y:scroll;
        color: #333;
    }
    a {
        color: #3984a9;
        word-wrap: break-word;
        line-height: normal;
    }
    a:visited {
        color: #3984a9;
    }
    .caution {
        color: #A7212E;
    }
    strong {
        text-decoration: underline;
        color: #DC143C;
    }
    label:hover {
        color: #007171;
    }
    .asterisk {
      margin: 0;
      padding-left: 1em;
      text-indent: -1em;
      display: block;
      line-height: 1.3em;
    }
    _:lang(x)::-moz-placeholder, div.rowinput {
        margin: 0 -2px;
        padding: 3px 2px;
    }

    /* プレースホルダー */
    input::-webkit-input-placeholder {
        color: #bbb;
    }
    input:-ms-input-placeholder {
        color: #bbb;
    }
    input:-moz-placeholder,
    input::-moz-placeholder {
        color: #bbb;
        opacity: 1;
    }

    /*ヘッダー*/
    header {
        width: 100%;
        border-bottom: 5px solid #007171;
    }
    header p{
        margin: 13px 0;
    }
    .header-item p {
        width: 280px;
    }
    .header-item p img {
        width: 100%;
    }

    /*フッター*/
    .footer_link {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .footer_link li {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none;
        clear: both;
    }

    /*画面ステップ*/
    .steplist {
        padding: 0;
        background-color: #EEE;
        list-style: none;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }
    .steplist li {
        width: 100%;
        position: relative;
        padding: 10px 5px;
        box-sizing: border-box;
        text-align: center;
        border-top: 1px solid #BBB;
        border-bottom: 1px solid #BBB;
        border-right: 1px solid #CCC;
    }
    .steplist li:first-child {
        border-left: 1px solid #BBB;
    }
    .steplist li.steplist-active {
        background-color: #007171;
        color: #FFF;
        border-left: none;
        border-right: none;
        border-color: #007171;
    }
    .steplist .steplist-done {
        color: #AAA;
    }
    .steplist .steplist-active:not(:last-child):after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #007171;
        border-width: 7px;
        margin-top: -7px;
    }

    /*エラー表示*/
    .form-error {
        margin: 0 0 20px 0;
        padding: 4px;
        border: 2px #B74545 solid;
        background-color: #F8E6E6;
    }
    .form-error input[type="text"],
    .form-error input[type="number"] {
        border: 3px #aaa solid;
    }
    .form-error_title {
        margin: 0;
        font-weight: bold;
        color: #AC1313;
    }
    .itemtable .input_error-text {
        margin: 5px 0 0 0;
        color: #AC1313;
        clear: both;
        font-weight: normal;
    }
    .itemtable input.input_error,
    .itemtable textarea.input_error,
    .itemtable select.input_error {
        border: 2px #B74545 solid;
    }
    .itemtable input[type="file"].input_error {
        border: none;
    }
    .itemtable tr.input_error td{
        background-color: #F8E6E6;
    }
    .itemtable tr.input_error th {
        background-color: #F1CCCC;
    }
    .content p.form-error_title {
        margin: 0;
    }
    .content p {
        font-size: 15px; font-size: 1.5rem;
    }
    .content ul,
    .content ol {
        font-size: 15px; font-size: 1.5rem;
    }

    /*コンテンツ*/
    .content {
        width: 96%;
        max-width: 1000px;
        margin: 0 2%;
    }
    .content section {
        margin: 0 0 20px 0;
    }
    .content ul,
    .content ol {
        margin: 0 0 0 18px;
        padding: 0;
        font-size: 14px; font-size: 1.4rem;
    }
    .content ul li,
    .content ol li {
        margin: 0 10px 10px 0;
    }

    /*見出し*/
    header h1{
        margin: 0 0 8px 0;
        font-size: 13px; font-size: 1.3rem;
    }
    .content h2 {
        margin: 0 0 10px 0;
        padding: 0 0 0 5px;
        font-size: 18px; font-size: 1.8rem;
        border-left: 3px solid #007171;
        border-bottom: 1px dotted #CCC;
    }
    .content h3 {
        color: #024949;
    }
    .content h4 {
        margin: 0 0 3px 0;
    }
    .content h5 {
        margin: 5px 0 ;
        font-size: 13px; font-size: 1.3rem;
    }
    .content p {
        margin: 0 0 5px 0;
    }

    /*テーブル設定*/
    .itemtable {
        width: 100%;
        margin: 0 0 10px 0;
        border-top: 1px #CCC solid;
        border-right: 1px #CCC solid;
    }
    .itemtable caption {
        margin: 0 0 5px 0;
        text-align: left;
        font-size: 12px; font-size: 1.2rem;
    }
    .itemtable th,
    .itemtable td {
        padding: 8px 4px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .itemtable th {
        text-align: left;
        border-bottom: 1px #DDD solid;
        border-left: 1px #CCC solid;
        background-color: #f1f1f1;
    }
    .itemtable.digital th {
        background-color: #fff;
    }
    .itemtable td {
        border-left: 1px #CCC solid;
        border-bottom: 1px #CCC solid;
        font-size: 13px; font-size: 1.3rem;
    }
    .itemtable p {
        margin: 0;
        padding: 0;
        font-size: 15px; font-size: 1.5rem;
    }
    .itemtable h4 {
        margin: 0 0 10px 0;
        padding: 2px 4px;
        background-color: #f3f0e8;
    }
    .input-certificate td.null,
    .result-certificate td.null {
        background-color: #eee;
    }
    .result-express td {
        background-color: #e8f8ff;
        color: #22438c;
    }

    /*入力フォーム 共通設定*/
    .input-long {
        width: 100%;
    }
    .input-short {
        width: 6rem;
    }
    .input-scode {
        width: 8rem;
    }
    .rowinput {
        overflow: hidden;
    }
    input,
    select,
    textarea {
        height: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size:14px; font-size:1.4rem;
        box-sizing: border-box;
    }
    select {
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        background-image: background: -webkit-linear-gradient(#FFF 0%, #EEE);
        background-image: background: -o-linear-gradient(#FFF 0%, #EEE);
        background-image: background: linear-gradient(#FFF 0%, #EEE);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        background: linear-gradient(to bottom, #FFF, #EEE);/* IE10+, W3C */
        background: -moz-linear-gradient(top, #FFF, #EEE);/* Firefox用 */
        background-color: #f8f8f8;
        border: 1px solid #aaa;
    }
    input[type="text"],
    input[type="number"],
    input[type="email"],
    textarea {
        margin: 0;
        padding: 4px;
        font-size:14px; font-size:1.4rem;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        border: 1px #aaa solid;
        -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
        background-color: #f8f8f8;
    }
    input[type="submit"] {
        height: 44px;
        padding: 0;
        font-size:14px; font-size:1.4rem;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        border: none;
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
    }
    input[type="radio"] {
        box-shadow: none;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    textarea {
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        font-size: 16px; font-size: 1.6rem;
        padding: 5px;
        line-height: 1.3em;
        box-sizing: border-box;
    }
    input.identity-file_button {
        width: 100%;
        padding: 5px;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        font-size: 16px; font-size: 1.6rem;
        height: auto;
    }
    .checkbox {
        width: 22px;
        height: 22px;
        vertical-align: text-bottom;
        margin: 0;
    }
    .input-form th,
    .input-form td {
        width: 100%;
        display: block;
    }
    .button-enter,
    .button-form {
        width: 75%;
        border-style: none;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        text-decoration: none;
        line-height: 1rem;
    }
    .button-enter {
        -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        font-size: 16px; font-size: 1.6rem;
        background: #007171;
        color: #ffffff;
    }
    button.button-enter {
        height: auto;
        min-height: 44px;
        padding: 10px 15px;
        line-height: 2.2rem;
    }
    .button-enter:disabled,
    input#ctn_submit:disabled,
    .button-upload:disabled,
    input[type="submit"].input-applicant-zip_btn:disabled,
    input[type="submit"].input-applicant-delete_btn:disabled {
        cursor: auto;
        border-color: #ccc;
    }
    .button-form {
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
        font-size: 14px; font-size: 1.4rem;
        padding: 8px 15px 8px 15px;
        background: #217ea7;
        color: #ffffff;
    }
    .button-enter:disabled,
    .button-upload:disabled,
    input[type="submit"].input-applicant-zip_btn:disabled,
    input[type="submit"].input-applicant-delete_btn:disabled,
    .button-enter[disabled]:hover,
    .button-upload[disabled]:hover,
    input[type="submit"].input-applicant-zip_btn[disabled]:hover,
    input[type="submit"].input-applicant-delete_btn[disabled]:hover,
    select:disabled,
    .input-applicant input:disabled {
        background: #ccc;
        text-shadow: none;
    }
    .button-back:visited {
        color: #333;
    }
    .button-copy,
    .button-back,
    input[type="submit"].input-applicant-zip_btn {
        background-image: background: linear-gradient(#FFF 0%, #EEE);
        background-image: background: -webkit-linear-gradient(#FFF 0%, #EEE);
        background-image: background: -o-linear-gradient(#FFF 0%, #EEE);
        background: linear-gradient(to bottom, #FFF, #EEE);/* IE10+, W3C */
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
        background: -moz-linear-gradient(top, #FFF, #EEE);/* Firefox用 */
        background-color: #FFF;
        border: 1px solid #AAA;
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
        font-size: 14px; font-size: 1.4rem;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        padding: 4px 15px 4px 15px;
        text-decoration: none;
        color: #333;
        display: inline-block;
    }
    input[type="submit"].input-applicant-zip_btn {
        height: 40px;
        font-size: 1.6rem;
    }
    .button-enter_block {
        text-align: center;
    }
    .button-back_block {
        text-align: left;
    }
    .button-change_block {
        text-align: center;
    }
    .button-copy_block {
        text-align: center;
        margin: 10px 0;
    }
    .hissu {
        margin: 0 0 0 5px;
        padding: 0 3px;
        font-size: 11px; font-size: 1.1rem;
        background-color: #B74545;
        border-radius: 2px;
        color: #FFF;
        font-weight: normal;
        display: inherit;
    }
    .input-applicant th .hissu {
        margin: 0 0 0 5px;
        position: absolute;
        display: inline-block;
    }
    .button-upload {
        width: 200px;
        margin: 10px auto 20px auto;
        padding: 15px;
        border-style: none;
        font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif;
        text-decoration: none;
        line-height: 1rem;
        -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        font-size: 16px; font-size: 1.6rem;
        background: rgb(167, 70, 70);;
        color: #ffffff;
        display: block;
    }
    .button-upload:hover {
        background: #963333;
    }
    input[type="number"] {
        -moz-appearance: textfield;
    }
    optgroup {
        display: none;
    }
    .input-type input + label,
    .input-applicant input + label {
        margin: 0;
        width: calc(100% - 27px);
        display: block;
        float: right;
    }
    /*利用規約*/
    h4.payment-title {
        margin: 0 0 6px 0;
        padding: 2px 4px;
        background-color: #e6f1f9;
    }
    .content .payment-list_card,
    .content .payment-list_cvs {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table;
        line-height: 0;
    }
    .content .payment-list_card li,
    .content .payment-list_cvs li {
        margin: 0 10px 5px 0;
        vertical-align: middle;
        display: inline-block;
    }
    .content .payment-list_card li img{
        height: 30px;
    }
    .content .payment-list_cvs li img{
        height: 30px;
    }
    .payment-list_payeasy img,
    .payment-list_paypay img,
    .payment-list_paypal img {
        height: 40px;
    }
    .content .payment-list_payeasy {
        display: inline-block;
    }
    .payment-payeasy-info {
        margin: 5px 0 5px 10px;
        padding: 5px;
        border: 1px #3984a9 solid;
        display: inline-block;
        text-decoration: none;
        vertical-align: top;
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
    }
    .fee-list th{
        width: 33%;
        text-align: center;
    }
    .fee-list td{
        text-align: center;
    }
    fieldset.agree {
        padding: 0;
        border: none;
    }
    .input-mail_address_check_local,
    .input-mail_address_check_domain {
        width: 45%;
    }
    .input-mail_address_check_local {
        float: left;
    }
    .input-mail_address_mark {
        display: inline-block;
        margin: 10px 6px;
        font-size: 16px; font-size: 1.6rem;
        box-sizing: border-box;
    }
    .user_policy {
        margin: 10px 0 0 0;
        text-align: center;
        font-size: 16px; font-size: 1.6rem;
    }
    .user_policy label {
        padding: 5px 0 10px 0;
        display: block;
    }
    .payment_list_wrapper {
        display: flex;
        flex-wrap: wrap;
        border: solid #ccc;
        border-width: 1px 0 0 1px;
    }
    .payment_list_wrapper > div {
        padding: 6px 12px;
        box-sizing: border-box;
        border: solid #ccc;
        border-width: 0 1px 1px 0;
    }
    .payment_list.col2 {
        width: calc(100% / 2);
    }
    .payment_list.col3 {
        width: calc(100% / 3);
    }
    .payment_list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .payment_list h4 {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .payment_list ul,
    .payment_list div {
        flex-grow: 1;
    }
    .payment-payeasy-info {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .content p.terms_cation,
    span.terms_cation {
        margin: 15px 0px 15px 0;
    }

    /*申込情報入力*/
    .content h3.type-title,
    .content h3.applicant-title {
        margin: 0;
    }
    .content h3.type-title {
        padding: 8px 5px 5px 0;
        color: #024949;
        background-color: #FFF;
    }
    .input-type th:nth-of-type(1) {
        width: 25%;
    }
    .input-type th:nth-of-type(2) {
        width: 36%;
    }
    .input-type label {
        margin: 3px 0 0 0;
        display: block;
    }
    .input-type tr td:first-child {
        text-align: center;
    }
    .input-type_group {
        background-color: aliceblue;
    }
    .input-applicant th,
    .input-applicant td {
        width: 100%;
        display: block;
    }
    .input-applicant th {
        position: relative;
    }
    .input-applicant .input-applicant-name {
        width: 11rem;
    }
    .input-applicant-item {
        width: 3rem;
        display: inline-block;
    }
    .input-applicant-notification_wrapper {
        overflow: hidden;
    }
    .input-applicant-notification {
        margin: 0 0 0 20px;
        float: left;
    }
    .input-applicant-notification input + label,
    .input-applicant-publish input + label {
        width: auto;
    }
    .input-applicant-to {
      width: 90%;
    }
    .input-applicant-notification:first-child {
        margin: 0;
    }
    .input-applicant-publish {
        margin: 5px 20px 10px 0;
        padding: 0;
        float: left;
    }
    .country_col,
    .publish-post,
    .publish-digital {
        display: none;
    }
    .input-applicant .publish-digital p.caution {
        margin: 0 0 5px 0;
    }
    .content p.applicant_caution {
        margin: 20px 0;
        color: #A7212E;
        font-size: 16px; font-size: 1.6rem;
    }
    .content h3.applicant-title {
        margin: 0 0 8px 0;
        padding: 8px 10px 6px 10px;
        color: #FFF;
        background-color: #007171;
    }
    .input-applicant_contact {
        padding: 10px;
        background-color: #e3efef;
    }
    .content ul.input-applicant_contact_list {
        margin: 0 0 0 16px;
    }
    .input-applicant-zip1,
    .input-applicant-zip-mark {
        float: left;
    }
    .input-applicant-zip-mark {
        margin: 10px 0 0 0;
    }
    .input-applicant-zip_btn {
        margin: 0 0 0 5px;
    }
    .input-applicant p {
        margin: 5px 0 0 0;
    }
    .input-applicant td.input-applicant_total {
        text-align: center;
        font-size: 18px; font-size: 1.8rem;
        font-weight: bold;
    }
    .input-applicant div.rowinput,
    .input-certificate div.rowinput {
      margin: 0px 0px 6px;
    }
    .colinput {
      margin: 0;
      display: inline-block;
    }
    .content .input_caution {
        margin: 0 0 10px 0;
        padding: 10px;
        border: 1px #cccccc solid;
        background-color: #fff8eb;
        overflow: hidden;
    }
    .content .input_caution.digital {
        margin: 0;
        padding: 0 5px;
        border: none;
        background-color: #fff;
    }
    .content .input_caution.digital.terms {
        margin: 10px 0;
        padding: 0 5px;
        border: none;
        background-color: #fff;
    }
    .content .input_caution.digital ol {
        margin: 0 0 5px 20px;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .content .input_caution ol {
        margin: 0 0 5px 25px;
    }
    .content .input_caution li {
        margin: 0 0 5px 0;
    }
    .content .input_caution ul.digital li {
        list-style: disc;
    }
    .content ol li:last-child {
        list-style: none;
    }
    .input-certificate th.price,
    .result-certificate th.price {
        background-color: #DCE4EB;
        border-bottom: 1px solid #a0abc4;
    }
    .certificate_select_college,
    .certificate_select_graduate,
    .certificate_select_junior,
    .certificate_select_seian,
    .certificate_select_biwako,
    .certificate_select_biwakograduate {
        font-size: 18px; font-size: 1.8rem;
        border-top: 1px solid #333;
        border-left: 2px solid #024949;
        border-right: 2px solid #024949;
        font-weight: bold;
    }
    .certificate_select_college table,
    .certificate_select_graduate table,
    .certificate_select_junior table,
    .certificate_select_seian table,
    .certificate_select_biwako table,
    .certificate_select_biwakograduate table {
        font-weight: normal;
    }
    .certificate_select_college label,
    .certificate_select_graduate label,
    .certificate_select_junior label,
    .certificate_select_seian label,
    .certificate_select_biwako label,
    .certificate_select_biwakograduate label {
        padding: 10px;
        display: block;
        background-color: #fcffdc;
    }
    .certificate_select_college label:hover,
    .certificate_select_graduate label:hover,
    .certificate_select_junior label:hover,
    .certificate_select_seian label:hover,
    .certificate_select_biwako label:hover,
    .certificate_select_biwakograduate label:hover {
        background-color: #F5FAC7;
    }
    .certificate_select_college {
        border-top: 2px solid #024949;
    }
    .certificate_select_biwakograduate {
        border-bottom: 2px solid #024949;
    }
    .certificate_selectbox {
        font-size: 16px; font-size: 1.6rem;
    }
    .form_college,
    .form_graduate,
    .form_junior,
    .form_seian,
    .form_biwako,
    .form_biwakograduate {
        margin: 0;
        display: none;
    }
    .input-certificate .price_section th,
    .input-certificate .price_section td,
    .result-certificate .price_section th,
    .result-certificate .price_section td {
      border-bottom: 1px solid #a0abc4;
    }
    .input-certificate th,
    .result-certificate th {
        border-left: none;
    }
    .input-certificate tr:last-child td,
    .input-certificate tr:last-child th {
        border-bottom: none;
    }
    .input-applicant-remarks,
    .input-applicant-other {
      width: 100%;
      height: 100px;
    }
    .total-item {
      border: 2px solid #007171;
    }
    .total-item th {
      border-left: none;
      text-align: center;
    }
    .total-item th,
    .total-item td {
      border-bottom: none;
    }
    .button-upload {
        width: 200px;
        font-size: 1.4rem;
    }
    .input-long, .input-full {
      width: 100%;
    }
    .input-certificate td {
        background-color: #fff;
    }
    .form_college_lang th {
      font-size: 1.4rem;
    }
    .input-certificate th.price, .result-certificate th.price {
      background-color: rgb(220, 228, 235);
      padding: 6px 12px;
    }
    .input-applicant .input-applicant-name {
      width: 100%;
    }
    .birth_year_wareki_wrapper,
    .graduated_year_wareki_wrapper {
        margin: 0 0 5px 0;
        overflow: hidden;
    }
    .birth_year_wareki,
    .graduated_year_wareki {
        display: inline-block;
    }
    .birth_year_wareki:last-child,
    .graduated_year_wareki:last-child {
        margin: 0 0 0 20px;
    }
    .graduated_year_wareki label {
        padding: 0;
        display: inline-block;
        background-color: #fff;
    }
    .graduated_year_wareki label:hover {
        background-color: #fff;
    }
    .purpose-teacher-type,
    .purpose-teacher-Subject {
        width: 10rem;
    }
    .use-item {
        padding: 5px 0;
        border-bottom: 1px dotted #ccc;
    }
    .input-applicant td div.rowinput:last-of-type,
    .input-certificate td div.rowinput:last-of-type {
        margin: 0;
    }
    .input-year {
      width: 10rem;
    }
    .input-applicant .country_text {
      margin: 0 0 5px 0;
    }
    .form_college_multiple {
          margin: 18px 0 0 0;
    }

    /*支払方法入力*/
    .invisible{
        display: none;
    }
    .input-payment td,
    .input-payment th {
        width: 100%;
        display: block;
    }
    .input-payment p {
        margin: 5px 0 0 0;
    }
    .content p.result-payment_total {
      width: 100%;
      font-size: 16px; font-size: 1.6rem;
      margin: 0 auto;
      padding: 10px 0 8px 0;
      border: 3px solid #FFA44C;
      background-color: #FFFFD7;
      font-weight: bold;
      text-align: center;
      box-sizing: border-box;
    }
    .itemtable td .input-payment_convini-list {
      width: 100%;
    }
    .itemtable td .input-payment_convini-list td {
        width: auto;
        display: table-cell;
        font-size: 12px; font-size: 1.2rem;
        border-left: none;
        border-bottom: 1px #CCC dotted;
    }
    .itemtable td .input-payment_convini-list tr:last-child td {
        border-bottom: none;
    }
    .itemtable td .input-payment_convini-list td:first-child {
        width: 150px;
    }
    .input-scode {
        float:left;
    }
    .input-scode_cvv {
        margin: 0 0 5px 5px;
        float:left;
    }
    .input-scode_cvv-text {
        clear: both;
    }

    /*3Dセキュア*/
    .content ul.secure-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .content ul.secure-list li {
        margin: 0 10px 0 0;
    }
    .content ul.secure-list li img {
        max-height: 30px;
    }

    /*確認画面*/
    .result-payment th,
    .result-expense th {
        text-align: center;
    }
    .result-payment tr td:nth-of-type(2),
    .result-payment tr td:nth-of-type(3) {
        text-align: center;
    }
    .result-payment tr td:nth-of-type(4) {
        text-align: right;
    }

    /*申込完了*/
    .comp_caution {
        text-align: center;
    }
    .input-certificate > .price_section th {
      border-bottom: none;
    }
    .result-receipt td {
        font-size: 16px; font-size: 1.6rem;
        font-weight: bold;
        vertical-align: middle;
    }
    .result-receipt td .result-receipt_convini {
        width: 100%;
        border: none;
        margin: 0;
    }
    .result-receipt td .result-receipt_convini td {
        width: auto;
        padding: 0 0 0 0;
        display: inline-block;
        border: none;
    }
    .result-receipt td .result-receipt_convini td:first-child {
        padding: 0 5px 0 0;
    }
    .result-receipt_convini img {
        height: 30px;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }


/*=============================================
* スマートフォン 750px以下
=============================================*/

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

    /*共通設定*/
    body{
        line-height: 1.8rem;
    }
    input[type="submit"] {
        -webkit-appearance: none;
    }
    input[type="radio"] {
        vertical-align: middle;
        -webkit-border-radius : 20px;
    }
    input[type="checkbox"] {
        vertical-align: middle;
    }
    .smalltxt {
        font-size: 13px; font-size: 1.3rem;
    }
    .smalltxt_sp {
        font-size: 13px; font-size: 1.3rem;
    }
    .checkbox {
        width: 30px;
        height: 30px;
        -moz-transform: scale( 1 , 1 );
    }
    input[type="submit"].button-enter {
        font-size: 18px; font-size: 1.8rem;
    }
    .notice_checkbox_wrapper .page_link {
        font-size: 16px; font-size: 1.6rem;
    }
    br.pcbr {
        display: none;
    }
    .hissu {
        margin: 0 0 0 5px;
        position: absolute;
        display: inline-block;
    }
    .itemtable th {
        font-size: 15px; font-size: 1.5rem;
    }
    .button-change_block {
        text-align: center;
    }
    input,
    select {
        font-size:15px; font-size:1.5rem;
    }
    input[type="submit"].button-enter,
    button.button-enter {
        font-size: 18px; font-size: 1.8rem;
    }
    button.button-enter {
        height: auto;
        min-height: 44px;
        padding: 10px 15px;
        line-height: 2.2rem;
    }
    .input-long {
        display: block;
    }
    .input-applicant-name_en {
        width: 100%;
        padding: 0 0 5px 0;
        display: block;
    }
    .input-applicant-item_country {
        width: 7rem;
        display: inline-block;
    }
    .input-type input + label,
    .input-applicant input + label {
        margin: 5px 0 0 0;
        width: calc(100% - 35px);
        }

    /*ヘッダー*/
    header {
        margin: 0 0 10px 0;
    }
    .header-item {
        width: 96%;
        margin: 10px 2%;
        text-align: center;
    }
    .header-item p {
        width: 180px;
        margin: 0 auto;
    }
    header h1 {
        font-size: 15px;
        font-size: 1.5rem;
    }

    /*画面ステップ*/
    .steplist {
        width: 96%;
        margin: 0 2% 20px 2%;
    }
    .steplist li {
        font-size: 16px; font-size: 1.6rem;
    }
    .steplist-pc {
        display: none;
    }

    /*エラー表示*/
    .content p.form-error_title {
        font-size: 16px; font-size: 1.6rem;
    }

    /*見出し*/
    .content h2 {
        padding: 0 0 3px 5px;
        line-height: 2.2rem;
    }
    .content h3 {
        margin: 0 0 3px 0;
        padding: 5px 0;
        font-size: 16px; font-size: 1.6em;
        line-height: 2.2rem;
    }
    .content h3.type-title {
        font-size: 16px; font-size: 1.6rem;
    }
    .content h4 {
        margin: 0 0 10px 0;
        font-size: 16px; font-size: 1.6rem;
    }

    .content h4.certificate_title {
        margin: 20px 0 10px 0;
        padding: 4px 7px 4px 7px;
        font-size: 16px; font-size: 1.6rem;
        border-left: 3px solid #073190;
        border-bottom: 1px dotted #ccc;
    }

    /*テーブル設定*/
    .itemtable td {
        font-size: 15px; font-size: 1.5rem;
    }
    .result-send,
    .result-receipt {
      margin: 10px 0;
    }
    .result-send th,
    .result-send td,
    .result-receipt th,
    .result-receipt td {
        width: 100%;
        display: block;
        text-align: center;
    }

    /*入力フォーム 共通設定*/
    .input-type input + label,
    .input-applicant input + label {
        margin: 5px 0 0 0;
        width: calc(100% - 35px);
    }

    /*利用規約*/
    .terms_2col th,
    .terms_2col td {
        display: block;
    }
    .payment-list {
        text-align: center;
    }
    h4.payment-title,
    .payment-list p {
        text-align: left;
    }
    .content .payment-list_card,
    .content .payment-list_cvs,
    .content .payment-list_payeasy {
        margin: 0 auto 5px auto;
        text-align: center;
    }
    .payment_list.col2,
    .payment_list.col3 {
        width: 100%;
    }
    .postal_ems tr td:first-child, .postal_ems tr td:last-child {
        width: 8rem;
    }

    /*申込情報入力*/
    .input-type th:nth-of-type(1) {
        width: 40%;
    }
    .input-type th:nth-of-type(2) {
        width: 23%;
    }
    input[type="submit"].input-applicant-zip_btn {
        height: 40px;
        font-size: 1.4rem;
    }
    .input-applicant p {
        margin: 5px 0;
    }
    .input-applicant-item {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    .itemtable .input-innertable .department {
        width: auto;
    }
    .itemtable .input-innertable td {
        padding: 8px 4px;
    }
    .input-innertable select {
        width: 80px;
    }
    .itemtable .input-innertable td.input-innertable_1col {
        width: auto;
        padding: 0;
    }
    .input-innertable label {
        padding: 2px 0 0 5px;
    }
    .itemtable .input-innertable {
        padding: 0 10px;
    }
    .department_item {
        padding: 0 0 20px 0;
    }
    .itemtable .input-innertable-center {
        padding: 0;
    }
    .input-certificate th, .input-certificate td {
      width: 100%;
      display: block;
      border-left: none;
    }
    .form_college,
    .form_graduate,
    .form_junior,
    .form_seian,
    .form_biwako,
    .form_biwakograduate {
        border-right: none;
    }
    .input-certificate tr {
      width: 100%;
      display: table;
    }
    .form_college_lang th, .form_college_lang td {
      display: table-cell;
      box-sizing: border-box;
    }
    .form_college_lang th {
      width: 65%;
      font-size: 1.4rem;
    }
    .form_college_lang td {
      width: 35%;
      text-align: right;
    }
    .input-applicant-notification_wrapper {
      text-align: left;
    }
    .input-applicant-notification {
      float: none;
      display: inline-block;
    }
    .certificate_select_college label,
    .certificate_select_graduate label,
    .certificate_select_junior label,
    .certificate_select_seian label,
    .certificate_select_biwako label,
    .certificate_select_biwakograduate label{
      font-size: 1.6rem;
      padding: 10px;
    }
    .input-applicant-item-en {
      display: block;
      padding: 5px 0;
    }
    .rowinput span {
        margin: 5px 0 0 0;
    }
    .rowinput span.address_info {
        display: block;
    }
    .input-date {
        width: 25%;
    }
    .total-item th {
        border-bottom: 1px #DDD solid;
    }
    .certificate_select_college .input-date,
    .certificate_select_graduate .input-date,
    .certificate_select_junior .input-date,
    .certificate_select_seian .input-date,
    .certificate_select_biwako .input-date,
    .certificate_select_biwakograduate .input-date {
        width: 30%;
    }
    .input-applicant .input-applicant-name,
    .input-applicant .input-applicant-name_en {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .result-certificate th {
        border-left: 1px solid #CCC;
    }
    .result-certificate th.price {
        padding: 8px 4px;
    }
    .input-certificate th.price, .result-certificate th.price {
        padding: 20px 4px;
    }
    .itemtable .input-applicant_total {
        border-left: none;
    }
    .content p.applicant_caution {
        text-align:left;
    }
    .content p.applicant_caution {
        font-size: 15px; font-size: 1.5rem;
    }
    .colinput {
      width: 100%;
      margin: 0 0 5px 0;
    }
    .certificate_selectbox {
        font-size: 14px; font-size: 1.4rem;
    }
    .input-applicant-country {
      width: 100%;
    }
    .input-applicant-notification:first-child,
    .input-applicant-notification,
    .input-applicant-publish {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .form_college_multiple {
          margin: 19px 0 0 0;
    }
    .rowinput .identity-small {
        font-size: 13px; font-size: 1.3rem;
      }
    .input-applicant-other {
        height: 70px;
    }
    .input-graduated_select {
        width: 100%;
        margin: 5px 0 0 0;
    }

    /*支払方法入力*/
    .result-payment th:nth-of-type(1) {
        width: 43%;
    }
    .result-payment th:nth-of-type(2) {
        width: 20%;
    }
    .result-payment th:nth-of-type(3) {
        width: 15%;
    }
    .result-payment th:nth-of-type(4) {
        width: auto;
    }
    .result-expense th:nth-of-type(1){
        width: 65%;
    }
    .result-expense tr td:last-child {
        text-align: right;
    }
    .content .input-payment .payment-list_card,
    .content .input-payment .payment-list_cvs {
        margin: 0 auto;
        text-align: center;
    }
    .input-order th, .input-order td {
        width: 100%;
        display: block;
    }
    #payeasy .input-payment tr:first-child td,
    #paypay .input-payment tr:first-child td,
    #paypal .input-payment tr:first-child td {
        text-align: center;
    }
    #payeasy .input-payment tr:first-child td p {
        text-align: left;
    }

    /*入力内容確認*/
    .result-applicant th {
        width: 40%;
    }
    .result-certificate th.price {
        width: 4rem;
    }
    .result-certificate td {
        width: 60%;
    }

}

/*～Iphone5のみ改行*/
@media screen and (max-width: 320px) {
    br.spbr_ip6 {
        display: none;
    }
}

/*=============================================
* PC 751px以上
=============================================*/

@media screen and (min-width: 751px) {

    /*共通設定*/
    body{
        line-height: 2.1rem;
    }
    button:hover {
        cursor: pointer;
    }
    a:hover {
        text-decoration: underline;
    }
    .smalltxt {
        font-size: 13px; font-size: 1.3rem;
    }
    br.spbr,
    br.spbr_ip6 {
        display: none;
    }

    /*ヘッダー*/
    header {
        margin: 0 0 20px 0;
    }
    .header-item {
        width: 960px;
        margin: 11px auto 0 auto;
        text-align: left;
        overflow: hidden;
    }
    .header-item p {
        float: left;
    }
    .header-item h1 {
        float: left;
        font-size: 20px; font-size: 2.0rem;
    }

    /*画面ステップ*/
    .steplist {
        width: 959px;
        margin: 0 auto;
    }
    .steplist li {
        font-size: 15px; font-size: 1.5rem;
    }
    .steplist-pc:before {
        content: ".";
    }

    /*エラー表示*/
    .form-error {
        padding: 10px;
    }
    .content p.form-error_title {
        font-size: 18px; font-size: 1.8rem;
    }

    /*コンテンツ*/
    .content {
        width: 960px;
        margin: 30px auto 100px auto;
    }
    .content ul,
    .content ol {
        margin: 0 0 5px 20px;
        font-size: 14px; font-size: 1.4rem;
    }
    .content ul li,
    .content ol li {
        margin: 0 10px 0 0;
    }

    /*見出し*/
    header h1{
        padding: 25px 0 0 30px;
    }
    .content h2 {
        margin: 0 0 15px 0;
        padding: 8px 0 6px 8px;
        font-size: 24px; font-size: 2.4rem;
        border-bottom: 2px dotted #CCC;
        line-height: 3rem;
    }
    .content h3 {
        margin: 0 0 5px 0;
        font-size: 18px; font-size: 1.8em;
        line-height: 2.2rem;
    }
    .content h4 {
        font-size: 15px; font-size: 1.5rem;
    }
    section + h3 {
        margin: 0 0 10px 0;
    }

    /*テーブル設定*/
    .itemtable {
        margin: 0 0 10px 0;
    }
    .itemtable th,
    .itemtable td {
        padding: 6px 12px;
    }
    .itemtable th {
        font-size: 16px; font-size: 1.6rem;
    }
    .itemtable td {
        font-size: 16px; font-size: 1.6rem;
    }
    .input-certificate {
        margin: 0px;
        border-right: none;
        border-bottom: none;
    }
    .result-send,
    .result-receipt {
        margin: 20px 0;
    }
    .result-receipt th,
    .result-receipt td {
        display: table-cell;
        text-align: left;
        font-size: 20px; font-size: 2rem;
    }
    .result-send th,
    .result-receipt th {
        width: 270px;
        padding: 15px;
    }
    .total-item th,
    .total-item td {
        border-bottom: none;
        padding: 15px;
        font-size: 18px; font-size: 1.8rem;
    }
    .result-certificate th {
        border-left: 1px solid #CCC;
    }

    /*入力フォーム 共通設定*/
    .input-full {
        width: 100%;
    }
    .input-long,
    .input-applicant-to {
        width: 70%;
    }
    .input-short {
        width: 7rem;
    }
    .input-scode,
    .input-date {
      width: 10rem;
    }
    input,
    select {
        font-size:18px; font-size:1.8rem;
    }
    .input-form th,
    .input-form td {
      width: auto;
      display: table-cell;
    }
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="submit"] {
        font-size:16px; font-size:1.6rem;
    }
    input[type="submit"] {
        font-size:20px; font-size:2rem;
    }
    .checkbox {
        vertical-align: text-top;
    }
    .button-enter,
    .button-form {
        width: 300px;
    }
    .button-enter_cvs {
        width: 460px;
    }
    .button-enter {
        font-size: 20px;font-size: 2rem;
    }
    .hissu {
        display: inline-block;
        float: right;
    }
    .input-applicant th .hissu {
        right: 10px;
    }
    .input-applicant-zip1 {
        width: 24rem;
    }
    .button-back_block {
        text-align: left;
    }

    /*マウスオーバー設定*/
    label:hover,
    .checkbox:hover,
    input[type="radio"]:hover,
    .button-enter:hover,
    a.button-back:hover,
    input[type="submit"].input-applicant-zip_btn:hover,
    .identity-file_button:hover {
        cursor: pointer;
    }
    .button-enter:disabled {
        cursor: auto;
    }
    .button-enter:hover {
        background: #004e4e;
    }
    .button-back:hover,
    input.input-applicant-zip_btn:hover,
    .button-copy:hover {
        text-decoration: none;
        background: #EEE;
    }
    input.identity-file_button:hover {
        background: #EEE;
    }

    /*利用規約*/
    .terms_2col {
        width: 100%;
    }
    .terms_2col th {
        width: 250px;
    }
    .payment-list {
        width: auto;
        border-bottom: 1px #CCC solid;
    }
    .payment-list tr {
        width: 50%;
        float: left;
        vertical-align: top;
    }
    .payment-list tr td {
        display: block;
        border-bottom: none;
    }
    .itemtable h4.payment-title {
        margin: 4px 0 10px 0;
        background-color: #e6f1f9;
        font-size: 15px; font-size: 1.5rem;
    }
    .content .notice .payment-list_card,
    .content .notice .payment-list_cvs,
    .content .notice .payment-list_payeasy {
      height: 40px;
      margin: 0 0 5px 0;
    }
    .itemtable td .payment-payeasy-info {
        font-size: 14px; font-size: 1.4rem;
    }
    .payment-payeasy-info:hover {
        background-color: #f7fcff;
        text-decoration: none;
    }
    .fee-list {
        width: 45%;
    }
    .input-form {
        margin: 0 0 30px 0;
    }
    .input-mail_address {
        width: 83.7%;
    }
    .input-mail_address_check_local,
    .input-mail_address_check_domain {
      width: 40%;
    }
    .user_policy label {
        margin: 0;
        display: inline-block;
    }

    /*申込情報入力*/
    .input_name p span {
        margin-top: 5px;
        width: 100%;
        display: inline-block;
    }
    .family_name, .first_name {
        width: 34.5%;
        float: left;
    }
    .first_name {
        margin: 0 0 0 8px;
    }
    .input-type label {
        display: inline;
    }
    .input-type tr td:first-child {
        text-align: left;
    }
    .input-type td br {
        display: none;
    }
    .input-type th:nth-of-type(1) {
      width: 40%;
    }
    .input-type th:nth-of-type(3) {
      width: 30%;
    }
    .input-applicant,
    .input-applicant-school {
        margin: 0 0 15px 0;
    }
    .input-applicant th,
    .input-applicant td {
      width: auto;
      display: table-cell;
    }
    .input-applicant .input-applicant-name {
      width: 100%;
    }
    .input-applicant-item {
      width: 4rem;
      text-align: left;
    }
    .input-applicant-item_country {
      width: 7rem;
      text-align: left;
      display: inline-block;
    }
    .input-applicant th,
    .input-applicant-school th,
    .input-applicant-skill th {
        width: 280px;
    }
    .input-certificate td {
        width: 550px;
        background-color: #fff;
    }
    .input-certificate tr:first-child th {
        width: 280px;
    }
    .content h4.certificate_title {
        margin: 20px 0 10px 0;
        padding: 8px 10px 6px 10px;
        font-size: 18px; font-size: 1.8rem;
        border-left: 3px solid #024949;
        border-bottom: 1px dotted #ccc;
    }
    .input-certificate th.price,
    .result-certificate th.price {
        width: 6rem;
    }
    .input-applicant-remarks {
        width: 100%;
        height: 125px;
        resize: vertical;
    }
    .input-applicant-name_en {
      width: 100%;
      margin: 0 8px 0 0;
    }
    .input-applicant-remarks,
    .input-applicant-other {
        width: 100%;
    }
    .input-applicant-other {
        height: 60px;
    }
    .family_name_en,
    .first_name_en {
        float: left;
    }
    .family_name_en {
        margin: 0 0 0 40px;
    }
    .first_name_en {
        margin: 0 0 0 4rem;
    }
    .input-applicant-item-en {
        margin: 5px 0 0 0;
        display: block;
        font-size: 14px; font-size: 1.4rem;
    }
    .input-applicant-country {
        margin: 0;
        width: 24rem;
    }
    .input-applicant div.rowinput,
    .input-certificate div.rowinput {
        margin: 0 0 6px 0;
    }
    .content h3.applicant-title {
        margin: 0 0 8px 0;
        padding: 8px 5px 6px 13px;
        color: #FFF;
        background-color: #007171;
    }
    .birth_year_wareki_wrapper,
    .graduated_year_wareki_wrapper {
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: middle;
    }
    .rowinput span {
        margin: 5px 0 0 0;
    }
    .rowinput span.address_info {
        display: block;
    }

    /*支払方法入力*/
    .content .payment-list_card,
    .content .payment-list_cvs,
    .content .payment-list_payeasy {
        height: auto;
    }
    .input-payment th,
    .input-payment td {
        display: table-cell;
    }
    .input-payment th,
    .input-order th {
        width: 270px;
    }
    .input-payment td {
        width: auto;
    }
    .content .payment-list_cvs {
        margin: 0;
        text-align: left;
    }

    /*確認画面*/
    .result-applicant th,
    .result-certificate th {
        width: 32rem;
    }
    .result-certificate th {
        width: calc(30rem - 4rem);
    }

    /*申込完了*/
    .content p.result-payment_total {
        font-size: 20px; font-size: 2rem;
    }
    .result-payment th:nth-of-type(1) {
        width: 600px;
    }
    .result-payment th:nth-of-type(2) {
        width: 100px;
    }
    .result-payment th:nth-of-type(3) {
        width: 100px;
    }
    .result-payment th:nth-of-type(4) {
        width: auto;
    }
    .result-expense td:nth-of-type(1){
      width: 800px;
    }
    .result-expense td {
        text-align: right;
    }
    .result-receipt th {
        width: 270px;
    }
    .result-receipt td {
        width: auto;
    }

}
