/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2019/02/05, 18:30:45
    Author     : S.Niikura
*/

/*ここからPC*/
@media (min-width: 1000px) {
    body {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 100%;
        height: 100%;
        max-height: 999999px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }
    a {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 100%;
        text-decoration: none;
    }
    a:hover {
        opacity: 0.6;
    }
    h1{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 1.0rem;
        font-weight: normal;;
    }
    h3{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 1.0rem;
        font-weight: normal;;
    }

    header{
        width:1000px;
        margin: 20px auto;
        padding-bottom: 10px;
    }
    header p {
        width: 1000px;
    }
    .logo{
        width: 500px;
    }
    header div {
        width: 980px;
        border: 1px solid  ;
        margin-left: 10px;
        padding-right: 10px
    }

    .scholarship{
        display: block;
        margin-left: 20px;
        margin-top: 20px;
    }
    .scholarship .title {
        font-weight: bold;
        margin-left: 5px;
        margin-top: 5px;
    }
    .scholarship .title2 {
        font-weight: normal;
        color: red;
        text-decoration: underline;
        font-size: 1.1em;
    }
    .scholarship .sub_title {
        font-weight: bold;
    }
    .scholarship input{
        display: none;
        clear: both;
    }
    .scholarship label{
        display: block;
        float: left;
        cursor: pointer;
        width: 150px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:hover{
        background: #fff;
        color: #000;
        text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:first-of-type{
        /*        border-radius: 3px 0 0 3px; */
    }
    .scholarship label:last-of-type{
        border-right: 0px;
        /*        border-radius: 0 3px 3px 0; */
    }
    .scholarship input[type="radio"]:checked + label {
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
    }

    .area_comment{
        display: none;
        width: 90%;
        position: fixed;
        top: 10px;
        left: 10px;
        padding: 16px;
        border-radius: 5px;
        background: #ffa500;
        color: #4D4D4D;
        font-weight: bold;
    }

    /* 家族構成 */
    .family_constitution_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 1000px;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .family_constitution_area label{
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 1px 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .family_constitution_area label:hover{
        background: #fff;
        color: #000;
    }
    .family_constitution_area input:checked + label,
    .family_constitution_area input:checked + label:hover{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .family_constitution_area label:hover:after,
    .family_constitution_area input:checked + label:hover:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
    }
    .family_constitution_area input:checked + label:hover:after{
    }
    .family_constitution_area input{
        display: none;
    }
    .family_constitution_area .family_area {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .family_constitution_area .family_area .family_b_area{
        float: left;
        margin-left: 10px;
    }
    .family_constitution_area .family_area2 {
        float: left;
        width:100%;
        margin-bottom: 10px;
        margin-left: 20px;
        display: none;
    }
    .family_constitution_area .family_area2 .family_b_area{
        float: left;
        margin-left: 10px;
    }
    .family_constitution_area .family_area .family_area_num {
        margin-left: 20px;
    }

    /* 本人情報 */
    .target_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 1000px;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }
    .block_school {
        margin-left: 20px;
        margin-bottom: 5px;
        height:auto;
        overflow:hidden;
    }
    .sub_title_school {
        width:100px;
        padding-top: 15px;
        font-weight: bold;
        display: inline-block;
        float: left;
    }
    .school{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
        display: inline-block;
        float: left;
    }
    .sp_school{
        display: none;
    }

    /* 収入情報 */
    .income_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 1000px;
        font-size: 1.2em;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }
    .ac-container{
        display: none;
        margin-left:20px;
        padding: 0;
        height:auto;
        overflow:hidden;

    }
    .ac-container label{
        display: block;
        float: left;
        cursor: pointer;
        width: 150px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .ac-container label:hover{
        background: #fff;
        color: #000;
    }
    .ac-container input:checked + label,
    .ac-container input:checked + label:hover{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .ac-container label:hover:after,
    .ac-container input:checked + label:hover:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
    }
    .ac-container input:checked + label:hover:after{
    }
    .ac-container input{
        display: none;
    }
    .ac-container .ac-income {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        overflow: hidden;
        height: 0px;    /* これにより非表示となる */
        position: relative;
        z-index: 10;
    }
    .ac-container input:checked ~ .ac-income{
        margin-left: 30px;
        margin-top: 2px;
        height: 80px;   /* これによって表示となる */
        width:500px;
        float:left;
        border-style: solid;
        border-width: 1px;
    }

    .block_income {
        margin-top: 5px;
        margin-left: 10px;
        display: block;
        width: 100%;
        float: left;
    }

    .block_income .sub_title_income {
        display: inline-block;
        width:300px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income .sub_title_income_sp {
        display: none;
    }

    .block_income .block_income_item {
        display: inline-block;
        width:200px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income input{
        width:100px;
        display: inline-block;
        font-size: 1.0rem;
    }


    /* 兄弟情報 */
    .brother_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 1000px;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .block_brother {
        margin-left: 30px;
        margin-top: 2px;
        padding-bottom: 10px;
        box-sizing: border-box;
        display: none;
        border-style: solid;
        border-width: 1px;
        /*        height:auto;*/
        overflow:hidden;
        display: none;
        clear: both;
        font-size: 1.0rem;
    }
    .sub_title_brother {
        width:100px;
        padding-top: 15px;
        display: inline-block;
        float: left;
    }
    .brother_count{

    }
    .brother_num {
        margin-left: 10px;
    }
    .brother_count{
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 5px;
    }
    .brother_dependents, .brother_commute {
        margin-left: 10px;
    }
    .brother_num label {
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }

    .brother_school{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
    }
    .brother_school input{
        width:300px;
        height: 40px;
        display: inline-block;
        font-size: 1.0rem;
    }
    .brother_school select{
        width:300px;
        height: 40px;
        display: inline-block;
        font-size: 1.0rem;
    }
    .brother_school_type{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
    }


    .block_brother_item{
        width:450px;
        margin-left:20px;
        display: inline-block;
        float:left;
    }
    .block_brother_income_item {
        margin-top: 5px;
        margin-left: 20px;
        display: inline-block;
        width: 500px;
        float: left;
    }

    .block_brother_income_item .sub_title_income {
        display: inline-block;
        width:300px;
        float: left;
    }
    .block_brother_income_item .sub_title_income_sp {
        display: none;
    }
    .block_brother_income_item .block_income_item {
        display: inline-block;
        float: left;
    }
    .block_brother_income_item input{
        width:100px;
        display: inline-block;
        font-size: 1.2rem;
    }

    .result_button {
        width: 1000px;
        margin: 40px auto;
        padding-bottom: 10px;
    }
}
/*ここまでPC end*/

/*ここからタブレット*/
@media (max-width: 999px) {
    body {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        height: 100%;
    }
    a {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        text-decoration: none;
    }
    a:hover {
        opacity: 0.6;
    }
    h1{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 1.0rem;
        font-weight: normal;;
    }
    h3{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 1.0rem;
        font-weight: normal;;
    }

    header{
        width:100%;
        margin: 20px auto;
        padding-bottom: 10px;
    }
    header p {
        width: 100%;
    }
    .logo{
        width: 500px;
    }
    header div {
        width: 95%;
        border: 1px solid  ;
        margin-left: 10px;
        padding-right: 10px
    }

    .scholarship{
        display: block;
        margin-left: 20px;
        margin-top: 20px;
    }
    .scholarship .title {
        font-weight: bold;
        margin-left: 5px;
        margin-top: 5px;
    }
    .scholarship .title2 {
        font-weight: normal;
        color: red;
        text-decoration: underline;
        font-size: 1.1em;
    }
    .scholarship .sub_title {
        font-weight: bold;
    }
    .scholarship input{
        display: none;
        clear: both;
    }
    .scholarship label{
        display: block;
        float: left;
        cursor: pointer;
        width: 150px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:hover{
        background: #fff;
        color: #000;
        text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:first-of-type{
        /*        border-radius: 3px 0 0 3px; */
    }
    .scholarship label:last-of-type{
        border-right: 0px;
        /*        border-radius: 0 3px 3px 0; */
    }
    .scholarship input[type="radio"]:checked + label {
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
    }

    .area_comment{
        display: none;
        width: 800px;
        position: fixed;
        top: 10px;
        left: 20px;
        padding: 10px;
        border-radius: 5px;
        background: #ffa500;
        color: #4b0082;
        font-weight: bold;
    }

    /* 家族構成 */
    .family_constitution_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .family_constitution_area label{
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 1px 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .family_constitution_area label:hover{
        background: #fff;
        color: #000;
    }
    .family_constitution_area input:checked + label,
    .family_constitution_area input:checked + label:hover{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .family_constitution_area label:hover:after,
    .family_constitution_area input:checked + label:hover:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
    }
    .family_constitution_area input:checked + label:hover:after{
    }
    .family_constitution_area input{
        display: none;
    }
    .family_constitution_area .family_area {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .family_constitution_area .family_area .family_b_area{
        float: left;
        margin-left: 10px;
    }
    .family_constitution_area .family_area2 {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
        display: none;
    }
    .family_constitution_area .family_area2 .family_b_area{
        float: left;
        margin-left: 10px;
    }

    /* 本人情報 */
    .target_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }
    .block_school {
        margin-left: 20px;
        margin-bottom: 5px;
        height:auto;
        overflow:hidden;
    }
    .sub_title_school {
        width:100px;
        padding-top: 15px;
        font-weight: bold;
        display: inline-block;
        float: left;
    }
    .school{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
        display: inline-block;
        float: left;
    }
    .sp_school{
        display: none;
    }

    /* 収入情報 */
    .income_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }
    .ac-container{
        display: none;
        margin-left:10px;
        padding: 0;
        height:auto;
        overflow:hidden;

    }
    .ac-container label{
        display: block;
        float: left;
        cursor: pointer;
        width: 150px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .ac-container label:hover{
        background: #fff;
        color: #000;
    }
    .ac-container input:checked + label,
    .ac-container input:checked + label:hover{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .ac-container label:hover:after,
    .ac-container input:checked + label:hover:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
    }
    .ac-container input:checked + label:hover:after{
    }
    .ac-container input{
        display: none;
    }
    .ac-container .ac-income {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        overflow: hidden;
        height: 0px;    /* これにより非表示となる */
        position: relative;
        z-index: 10;
    }
    .ac-container input:checked ~ .ac-income{
        margin-left: 30px;
        margin-top: 2px;
        height: 80px;   /* これによって表示となる */
        width:500px;
        float:left;
        border-style: solid;
        border-width: 1px;
    }

    .block_income {
        margin-top: 5px;
        margin-left: 10px;
        display: block;
        width: 100%;
        float: left;
    }

    .block_income .sub_title_income {
        display: inline-block;
        width:300px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income .sub_title_income_sp {
        display: none;
    }

    .block_income .block_income_item {
        display: inline-block;
        width:200px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income input{
        width:100px;
        display: inline-block;
        font-size: 1.0rem;
    }


    /* 兄弟情報 */
    .brother_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .block_brother {
        margin-left: 30px;
        margin-top: 2px;
        padding-bottom: 10px;
        box-sizing: border-box;
        display: none;
        border-style: solid;
        border-width: 1px;
        /*        height:auto;*/
        overflow:hidden;
        display: none;
        clear: both;
        font-size: 1.0rem;
    }
    .sub_title_brother {
        width:100px;
        padding-top: 15px;
        display: inline-block;
        float: left;
    }
    .brother_count{

    }
    .brother_num {
        margin-left: 10px;
    }
    .brother_count{
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 5px;
    }
    .brother_dependents, .brother_commute {
        margin-left: 10px;
    }
    .brother_num label {
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }

    .brother_school{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
    }
    .brother_school input{
        width:300px;
        height: 40px;
        display: inline-block;
        font-size: 1.0rem;
    }
    .brother_school select{
        width:300px;
        height: 40px;
        display: inline-block;
        font-size: 1.0rem;
    }
    .brother_school_type{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
    }


    .block_brother_item{
        width:450px;
        margin-left:20px;
        display: inline-block;
        float:left;
    }
    .block_brother_income_item {
        margin-top: 5px;
        margin-left: 20px;
        display: inline-block;
        width: 500px;
        float: left;
    }

    .block_brother_income_item .sub_title_income {
        display: inline-block;
        width:300px;
        float: left;
    }
    .block_brother_income_item .sub_title_income_sp {
        display: none;
    }
    .block_brother_income_item .block_income_item {
        display: inline-block;
        float: left;
    }
    .block_brother_income_item input{
        width:100px;
        display: inline-block;
        font-size: 1.2rem;
    }

    .result_button {
        width: 95%;
        margin: 40px 30px;
        padding-bottom: 10px;
    }
}
@media (max-width: 780px) {
    body {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        height: 100%;
    }
    a {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        text-decoration: none;
    }
    a:hover {
        opacity: 0.6;
    }
    h1{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 1.0rem;
        font-weight: normal;;
    }
    h3{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 1.0rem;
        font-weight: normal;;
    }

    header{
        width:100%;
        margin: 20px auto;
        padding-bottom: 10px;
    }
    header p {
        width: 100%;
    }
    .logo{
        width: 470px;
    }
    header div {
        width: 95%;
        border: 1px solid  ;
        margin-left: 10px;
        padding-right: 10px
    }

    .scholarship{
        display: block;
        margin-left: 20px;
        margin-top: 20px;
    }
    .scholarship .title {
        font-weight: bold;
        margin-left: 5px;
        margin-top: 5px;
    }
    .scholarship .title2 {
        font-weight: normal;
        color: red;
        text-decoration: underline;
        font-size: 1.1em;
    }
    .scholarship .sub_title {
        font-weight: bold;
    }
    .scholarship input{
        display: none;
        clear: both;
    }
    .scholarship label{
        display: block;
        float: left;
        cursor: pointer;
        width: 150px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:hover{
        background: #fff;
        color: #000;
        text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:first-of-type{
        /*        border-radius: 3px 0 0 3px; */
    }
    .scholarship label:last-of-type{
        border-right: 0px;
        /*        border-radius: 0 3px 3px 0; */
    }
    .scholarship input[type="radio"]:checked + label {
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
    }

    .area_comment{
        display: none;
        width: 90%;
        position: fixed;
        top: 10px;
        left: 20px;
        padding: 10px;
        border-radius: 5px;
        background: #ffa500;
        color: #4b0082;
        font-weight: bold;
        font-size: 1.0rem;
    }

    /* 家族構成 */
    .family_constitution_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .family_constitution_area label{
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 1px 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .family_constitution_area label:hover{
        background: #fff;
        color: #000;
    }
    .family_constitution_area input:checked + label,
    .family_constitution_area input:checked + label:hover{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .family_constitution_area label:hover:after,
    .family_constitution_area input:checked + label:hover:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
    }
    .family_constitution_area input:checked + label:hover:after{
    }
    .family_constitution_area input{
        display: none;
    }
    .family_constitution_area .family_area {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .family_constitution_area .family_area .family_b_area{
        float: left;
        margin-left: 10px;
    }
    .family_constitution_area .family_area2 {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
        display: none;
    }
    .family_constitution_area .family_area2 .family_b_area{
        float: left;
        margin-left: 10px;
    }

    /* 本人情報 */
    .target_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }
    .block_school {
        margin-left: 20px;
        margin-bottom: 5px;
        height:auto;
        overflow:hidden;
    }
    .sub_title_school {
        width:100px;
        padding-top: 15px;
        font-weight: bold;
        display: inline-block;
        float: left;
    }
    .school{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
        display: inline-block;
        float: left;
    }
    .sp_school{
        display: none;
    }

    /* 収入情報 */
    .income_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }
    .ac-container{
        display: none;
        margin-left:10px;
        padding: 0;
        height:auto;
        overflow:hidden;

    }
    .ac-container label{
        display: block;
        float: left;
        cursor: pointer;
        width: 150px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .ac-container label:hover{
        background: #fff;
        color: #000;
    }
    .ac-container input:checked + label,
    .ac-container input:checked + label:hover{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .ac-container label:hover:after,
    .ac-container input:checked + label:hover:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
    }
    .ac-container input:checked + label:hover:after{
    }
    .ac-container input{
        display: none;
    }
    .ac-container .ac-income {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        overflow: hidden;
        height: 0px;    /* これにより非表示となる */
        position: relative;
        z-index: 10;
    }
    .ac-container input:checked ~ .ac-income{
        margin-left: 30px;
        margin-top: 2px;
        height: 80px;   /* これによって表示となる */
        width:500px;
        float:left;
        border-style: solid;
        border-width: 1px;
    }

    .block_income {
        margin-top: 5px;
        margin-left: 10px;
        display: block;
        width: 100%;
        float: left;
    }

    .block_income .sub_title_income {
        display: inline-block;
        width:300px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income .sub_title_income_sp {
        display: none;
    }

    .block_income .block_income_item {
        display: inline-block;
        width:200px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income input{
        width:100px;
        display: inline-block;
        font-size: 1.0rem;
    }


    /* 兄弟情報 */
    .brother_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .block_brother {
        margin-left: 30px;
        margin-top: 2px;
        padding-bottom: 10px;
        box-sizing: border-box;
        display: none;
        border-style: solid;
        border-width: 1px;
        /*        height:auto;*/
        overflow:hidden;
        display: none;
        clear: both;
        font-size: 1.0rem;
    }
    .sub_title_brother {
        width:100px;
        padding-top: 15px;
        display: inline-block;
        float: left;
    }
    .brother_count{

    }
    .brother_num {
        margin-left: 10px;
    }
    .brother_count{
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 5px;
    }
    .brother_dependents, .brother_commute {
        margin-left: 10px;
    }
    .brother_num label {
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }

    .brother_school{
        margin-left: 10px;
        font-size: 1.0rem;
        height:auto;
        overflow:hidden;
    }
    .brother_school input{
        width:300px;
        height: 40px;
        display: inline-block;
        font-size: 1.0rem;
    }
    .brother_school select{
        width:300px;
        height: 40px;
        display: inline-block;
        font-size: 1.0rem;
    }
    .brother_school_type{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
    }


    .block_brother_item{
        width:450px;
        margin-left:20px;
        display: inline-block;
        float:left;
    }
    .block_brother_income_item {
        margin-top: 5px;
        margin-left: 20px;
        display: inline-block;
        width: 500px;
        float: left;
    }

    .block_brother_income_item .sub_title_income {
        display: inline-block;
        width:300px;
        float: left;
    }
    .block_brother_income_item .sub_title_income_sp {
        display: none;
    }
    .block_brother_income_item .block_income_item {
        display: inline-block;
        float: left;
    }
    .block_brother_income_item input{
        width:100px;
        display: inline-block;
        font-size: 1.2rem;
    }
    .result_button {
        width: 90%;
        margin: 40px 30px;
        padding-bottom: 10px;
    }
}

/*ここからスマホ*/
@media (max-width: 480px) {
    body {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        height: 100%;
        margin:0px;
    }
    a {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        text-decoration: none;
    }
    a:hover {
        opacity: 0.6;
    }
    h1{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 0.9rem;
        font-weight: normal;;
    }
    h3{
        margin-left: 20px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-size: 0.9rem;
        font-weight: normal;;
    }
    header{
        width:100%;
        margin: 20px auto;
        padding-bottom: 10px;
    }
    header p {
        width: 100%;
    }
    .logo{
        width: 90%;
    }
    header div {
        width: 95%;
        border: 1px solid  ;
        margin-left: 10px;
        padding-right: 10px
    }

    .scholarship{
        display: block;
        margin-left: 5px;
        margin-top: 10px;
        font-size: 14px;
    }
    .scholarship .title {
        font-weight: bold;
        margin-left: 5px;
        margin-top: 5px;
    }
    .scholarship .title2 {
        font-weight: normal;
        color: red;
        text-decoration: underline;
        font-size: 1.0em;
    }
    .scholarship .sub_title {
        font-weight: bold;
    }
    .scholarship input{
        display: none;
        clear: both;
    }
    .scholarship label{
        display: block;
        float: left;
        cursor: pointer;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .scholarship label:first-of-type{
        /*        border-radius: 3px 0 0 3px; */
    }
    .scholarship label:last-of-type{
        border-right: 0px;
        /*        border-radius: 0 3px 3px 0; */
    }
    .scholarship input[type="radio"]:checked + label {
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
    }

    .area_comment{
        display: none;
        width: 90%;
        position: fixed;
        top: 5px;
        left: 5px;
        padding: 0px;
        border-radius: 5px;
        background: #ffa500;
        color: #4b0082;
        font-weight: bold;
        font-size: 1.0rem;
    }

    /* 家族構成 */
    .family_constitution_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .family_constitution_area label{
        display: block;
        float: left;
        cursor: pointer;
        width: 80px;
        height: 50px;
        margin:1px 0 5px;
        padding-top:40px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .family_constitution_area input:checked + label{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .family_constitution_area input{
        display: none;
    }
    .family_constitution_area .family_area {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .family_constitution_area .family_area .family_b_area{
        float: left;
    }
    .family_constitution_area .family_area2 {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
        display: none;
    }
    .family_constitution_area .family_area2 .family_b_area{
        float: left;
    }

    /* 本人情報 */
    .target_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        height:auto;
        overflow:hidden;
        margin: 20px auto;
        padding-left: 5px;
        border-radius: 10px;
    }
    .block_school {
        margin-left: 20px;
        height:auto;
        overflow:hidden;
    }
    .sub_title_school {
        width:100px;
        display: inline-block;
        float: left;
        padding-top: 0px;
    }
    .school{
        font-size: 1.2em;
    }


    .school label{
        display: block;
        float: left;
        cursor: pointer;
        width: 80px;
        height: 50px;
        margin:1px 0 5px;
        padding-top:40px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .school input:checked + label{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .school input{
        display: none;
    }

    /* 収入情報 */
    .income_area {
        margin: 20px auto;
/*        height:400px; */
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        padding-left: 5px;
        border-radius: 10px;
    }

    .ac-container{
        display: none;
        margin-left:20px;
        padding: 0;
        height:auto;
        overflow:hidden;

    }
    .ac-container label{
        display: block;
        float: left;
        cursor: pointer;
        width: 80px;
        height: 50px;
        margin:1px 0 5px;
        padding-top:40px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);

    }
    .ac-container input:checked + label{
        background-color: #000044;
/*        background-color: #009943;*/
/*        background-color: #a1b91d;*/
        color: #fff;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .ac-container input{
        display: none;
    }
    .ac-container .ac-income {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        overflow: hidden;
        height: 0px;    /* これにより非表示となる */
        position: relative;
        z-index: 10;
    }
    .ac-container input:checked ~ .ac-income{
        margin-left: 10px;
        margin-top: 5px;
        height: 90px;   /* これによって表示となる */
        width:170px;
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
    }

    .block_income {
        margin-top: 5px;
        margin-left: 10px;
        display: block;
        width: 170px;
        float: left;
    }

    .block_income .sub_title_income {
        display: none;
    }
    .block_income .sub_title_income_sp {
        display: inline-block;
        padding-top: 5px;
        width:50px;
        font-size: 1.0rem;
        float: left;
    }
    .block_income .block_income_item {
        display: inline-block;
        width:120px;
        float: left;
    }
    .block_income input{
        width:60px;
        display: inline-block;
        font-size: 1.0rem;
    }

    /* 兄弟情報 */
    .brother_area {
        background-color: #98fb98;
/*        background-color: #d1dfb3; */
/*        background-color: lightblue; */
        width: 100%;
        font-size: 1.2em;
        overflow:hidden;
        margin: 20px auto;
        padding-bottom: 10px;
        padding-left: 5px;
        border-radius: 10px;
    }

    .block_brother {
        margin-left: 2px;
        margin-top: 2px;
        padding-bottom: 10px;
        box-sizing: border-box;
        display: none;
        border-style: solid;
        border-width: 1px;
        /*        height:auto;*/
        overflow:hidden;
        display: none;
        clear: both;
        font-size: 1.0rem;
    }
    .sub_title_brother {
        width:80px;
        padding-top: 2px;
        display: inline-block;
        float: left;
    }
    .brother_count{

    }
    .brother_num {
        margin-left: 10px;
    }
    .brother_count{
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 5px;
    }
    .brother_dependents, .brother_commute {
        margin-left: 10px;
    }
    .brother_num label {
        display: block;
        float: left;
        cursor: pointer;
        width: 100px;
        height: 20px;
        margin:5px 0 0;
        padding: 15px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }



    .brother_school{
        margin-left: 10px;
        height:auto;
        width:70%;
        overflow:hidden;
    }


    .brother_school label{
        display: block;
        float: left;
        cursor: pointer;
        width: 80px;
        height: 10px;
        margin:1px 0 0;
        padding: 5px 0 5px;
        border-right: 1px solid #abb2b7;
        background: #bdc3c7;
        color: #000;
/*        color: #555e64; */
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        transition: .2s;
        border-radius: 5px;
        box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    }
    .brother_school input{
        width:300px;
        height: 40px;
        font-size: 1.0rem;
        display: inline-block;
    }
    .brother_school select{
        width:170px;
        height: 20px;
        font-size: 1.0rem;
        display: inline-block;
    }
    .brother_school_type{
        margin-left: 10px;
        height:auto;
        overflow:hidden;
    }


    .block_brother_item{
        width:450px;
        margin-left:20px;
        display: inline-block;
        float:left;
    }
    .block_brother_income_item {
        margin-top: 5px;
        margin-left: 20px;
        display: inline-block;
        width: 450px;
        float: left;
    }

    .block_brother_income_item .sub_title_income {
        display: none;
    }
    .block_brother_income_item .sub_title_income_sp {
        width:80px;
        padding-top: 2px;
        display: inline-block;
        float: left;
    }
    .block_brother_income_item .block_income_item {
        display: inline-block;
        float: left;
    }
    .block_brother_income_item input{
        width:80px;
        display: inline-block;
        font-size: 1.2rem;
    }
    .result_button {
        margin: 40px 20px;
        padding-bottom: 10px;
    }
}
