@charset "UTF-8";

/* CSS Document */
@font-face {
    font-family: "myFont";
    src: url("makinas-font.woff") format('woff');
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese');

@media (min-width:769px) {
    body {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.08rem;
    }

    .spbox {
        display: none !important;
    }

    .spbr {
        display: none;
    }

    .pcbox {
        display: block !important;
    }

    #introduction-box {
        width: 930px;
        border: 30px solid #4f4c4b;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        background-color: #fff;
        margin: 40px auto 40px
    }

    #introduction-box .rightside {
        width: 50%;
        float: right;
    }

    #introduction-box .leftside {
        width: 50%;
        float: left;
    }

    #introduction-box .leftside h2 {
        font-size: 1.4rem;
        color: #fff;
        padding: 20px 10px 10px 30px;
        letter-spacing: 0.2rem;
        line-height: 130%;
        height: 90px;
    }

    #introduction-box .leftside p {
        padding: 10px 10px 30px 30px;
        font-size: 0.9rem;
        letter-spacing: 0.15rem;
        line-height: 130%;
    }

    #introduction-box .leftside .left-debox {
        height: 250px;
    }

    #introduction-box .leftside .profile-box {
        margin: 30px 20px 10px 30px;
        line-height: 130%;
    }

    #introduction-box .leftside .profile-box h3 {
        padding: 5px 30px 5px 10px;
        color: #fff;
        width: 230px;
        /* Permalink - use to edit and share this gradient: https: //colorzilla.com/gradient-editor/#727171+0,727171+70,ffffff+100&1+0,1+69,1+70,0+70,0+70,0+100 */
        background: -moz-linear-gradient(60deg, rgba(114, 113, 113, 1) 0%, rgba(114, 113, 113, 1) 69.999999999999%, rgba(114, 113, 113, 0) 70%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(60deg, rgba(114, 113, 113, 1) 0%, rgba(114, 113, 113, 1) 69.999999999999%, rgba(114, 113, 113, 0) 70%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(60deg, rgba(114, 113, 113, 1) 0%, rgba(114, 113, 113, 1) 69.999999999999%, rgba(114, 113, 113, 0) 70%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171', endColorstr='#00ffffff', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    #introduction-box .leftside .profile-box .inner {
        background-color: #727171;
        width: auto;
        color: #fff;
        padding: 10px 20px 10px 20px;
    }

    #introduction-box .leftside .profile-box dl {
        margin-bottom: 10px;
    }

    #introduction-box .leftside .profile-box dt {
        font-size: 0.65rem;
        background: url(../img/index/bg-dot.png) repeat-x center right;
    }

    #introduction-box .leftside .profile-box dt span {
        background-color: #727171;
        padding-right: 3px;
    }

    #introduction-box .leftside .profile-box dd {
        font-size: 0.85rem;
    }

    #introduction-box .leftside .profile-box dd.namebox {
        padding-top: 5px;
        font-size: 1.3rem;
    }

    #introduction-box .leftside .profile-box dd a {
        color: #fff;
        text-decoration: underline;
    }

    #introduction-box .rightside {
        background-color: #fff;
        height: 615px;
        overflow: hidden;
    }

    #introduction-box #number-box {
        background-image: url(../img/content/lab-back1.png), url(../img/content/lab-back3.png), url(../img/content/lab-back2.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: left center, right center, 50px center;
        background-size: auto;
        width: 202px;
        height: 22px;
        float: right;
        z-index: 2;
        position: relative;
        top: 30px;
        left: 160px;
        padding-top: 13px;
        padding-bottom: 17px;
        padding-left: 50px;
    }

    #introduction-box #chara-box {
        width: 500px;
        height: 500px;
        float: left;
    }

    /*大枠*/
    #research-box,
    #task-box,
    #future-box,
    #result-box,
    #point-box,
    #item-box,
    #schedule-box,
    #lifestyle-box,
    #student-box,
    #if-box {
        padding: 20px;
        border: 8px solid #BDB6B2;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 180%;
    }

    #conclusion-box {
        padding: 20px 30px;
        color: #fff;
        background-color: #e87371;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 180%;
    }

    #conclusion-box .one-word {
        padding-top: 15px;
        font-size: 2rem;
        font-weight: bold;
        border-bottom: 5px solid #FF9B9B;
        display: table;
    }

    #conclusion-box .middle-img {}

    #recommend-box {
        padding: 20px;
        border: 8px solid #e87371;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 180%;
        background-color: #fefefe;
        position: relative;
        z-index: 2;
    }

    #message-box {
        padding: 20px;
        color: #fff;
        margin-top: 20px;
        background-color: #eb8a7d;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 180%;
        position: relative;
        display: inline-block;
    }

    #interest-box {
        letter-spacing: 0;
        padding: 20px 40px 40px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,BDB6B2+36,888888+100 */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), #cccccc;
        /* Old browsers */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), -moz-linear-gradient(-45deg, #cccccc 0%, #BDB6B2 36%, #888888 100%);
        /* FF3.6-15 */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), -webkit-linear-gradient(-45deg, #cccccc 0%, #BDB6B2 36%, #888888 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), linear-gradient(135deg, #cccccc 0%, #BDB6B2 36%, #888888 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#888888', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top left, bottom left, bottom right, top right;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 170%;
        margin-bottom: 240px;
    }

    #interest-box h4 {
        font-family: "myFont";
        font-weight: normal;
        color: #000;
        font-size: 1.1rem;
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 2px dotted #aaa;
    }

    /*必須アイテム*/
    #item-box li {
        list-style: none;
    }

    #item-box .item-name,
    #item-box .item-detail {
        width: 58%;
        margin: 0 0 0 auto;
    }

    #item-box .riku .item-detail, 
    #item-box .riku .item-name{
        width: 100%;
        margin: 0 0 0 auto;
    }

    #item-box .item-name.wide,
    #item-box .item-detail.wide {
        width: 100%;
    }
    #schedule-box li {
        list-style: none;
    }

    #lifestyle-box .life-detail {
        margin-bottom: 10px;
    }

    #lifestyle-box li {
        list-style: none;
    }

    /*興味が湧いたら*/
    #interest-box .arrow-box {
        width: 5%;
        float: left;
        height: 150px;
        background: url(../img/content/img-arrow.png) no-repeat center center;
        background-size: 30px;
    }

    #interest-box .onebox {
        width: 30%;
        background-color: #ebebec;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        float: left;
        color: #000;
        height: 200px;
    }

    #interest-box .onebox ul li,
    #interest-box .onebox3 ul li {
        list-style: none;
        margin-left: 20px;
        margin-right: 20px;
    }
    #interest-box .onebox ul li li,
    #interest-box .onebox3 ul li li {
        margin-right: 0px;
    }

    /*各種装飾*/
    .title-box {
        background-image: url(../img/index/bg-neji.png), url(../img/index/bg-neji.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-color: #fff;
        margin: 0 auto 10px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        padding: 8px 0;
    }

    .title-box2 {
        background-image: url(../img/index/bg-neji.png), url(../img/index/bg-neji.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-color: #e87371;
        margin: 0 auto 10px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        padding: 8px 0;
    }

    .title-box3 {
        background: url(../img/index/bg-p-lastbox.png) no-repeat left center;
        background-size: contain;
        margin: 0 auto 10px;
        padding: 15px 0;
        letter-spacing: 0.5rem;
        width: 550px;
    }

    .title-box h3,
    .title-box2 h3,
    .title-box3 h3 {
        color: #fff;
        width: 100%;
        font-size: 1.15rem;
        text-align: center;
        font-family: "myFont";
        font-weight: normal;
        line-height: 130%;
    }

    .title-box3 h3 {
        font-size: 1.55rem;
    }

    .img-start-box {
        width: 560px;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .img-start-box img {
        width: 500px;
        display: block;
        margin: 0 auto;
    }

    .hashigo-tate-box {
        background: url(../img/index/img-hashigo_tate.png) repeat-y center center;
    }

    .hashigo-yoko-box {
        background: url(../img/index/img-hashigo_yoko.png) repeat-x center center;
    }

    #message-box h4 {
        font-family: "myFont";
        font-weight: normal;
        background: url(../img/index/bg-p-h4.png) no-repeat left center;
        background-size: contain;
        height: 40px;
        width: 100%;
        font-size: 1.15rem;
        padding-left: 50px;
    }

    #message-box img {
        width: 270px;
        float: right;
        margin: 0 0 0 20px;
    }

    .margin10 {
        margin: 10px 0;
        text-align: justify;
    }


    #last-box {
        clear: both;
        width: 100%;
        height: 150px;
        background: url(../img/index/img-p-line.png) no-repeat center center;
        background-size: contain;
        margin: 10px 0;
    }

    #before-footer-box {
        position: relative;
        z-index: 3;
        width: 1300px;
        text-align: center;
        height: 0;
        margin: 0 auto;
    }

    #another-researcher-box {
        background-color: #BDB6B2;
        width: 100%;
        padding: 30px 0;
    }

    #another-researcher-box h4 {
        text-align: center;
        margin-bottom: 10px;
    }

    #another-researcher-box ul {
        width: 900px;
        margin: 0 auto;
    }

    #another-researcher-box ul li {
        list-style: none;
        width: 33.33333333333333333333333333%;
        float: left;
        margin-bottom: 10px;
    }

    #another-researcher-box ul li img {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    #schedule-box table {
        width: 100%;
    }

    #schedule-box table th,
    #schedule-box table td {
        vertical-align: middle;
        padding: 0 10px;
        height: 100px;
    }

    #schedule-box table tr th {
        background: url(../img/content/sche-line.png) repeat-y center center;
    }

    #schedule-box table tr:first-child th {
        background: url(../img/content/sche-line.png) no-repeat center bottom;
    }

    #schedule-box table tr:last-child th {
        background: url(../img/content/sche-line.png) no-repeat center top;
    }

    #schedule-box table tr.linerow th,
    #schedule-box table tr.linerow td {
        padding: 0;
        height: 0 !important;
    }

    #schedule-box table .tim {
        line-height: 0;
        width: 80px;
    }

    #schedule-box table .tim img {
        width: 100%;
    }

    .mb10 {
        margin-bottom: 10px !important;
    }

    .profile-box .btn-link {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }

    #recommend-inbox {
        float: left;
        width: 700px;
        position: relative;
        z-index: 1;
    }

    #recommend-img-box {
        float: right;
        width: 230px;
        z-index: 2;
        position: relative;
    }
}

@media screen and (max-width:768px) {
    body {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        line-height: 165%;
        letter-spacing: 0.03rem;
        overflow-x: hidden;
    }

    main {
        padding-top: 30px;
    }

    .spbox {
        display: block !important;
    }

    br.spbr {
        display: ;
    }

    .pcbox {
        float: none;
        display: none !important;
    }

    .hashigo-tate-box,
    .hashigo-yoko-box,
    #curves-img-box,
    #before-footer-box {
        display: none !important;
    }

    #introduction-box {
        width: calc(100% - 40px);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-color: #fff;
        margin: 0 auto 20px;
        padding-top: 10px;
    }

    #number2-box {
        background-image: url(../img/content/lab-back1.png), url(../img/content/lab-back3.png), url(../img/content/lab-back2.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: left center, right center, 50px center;
        background-size: auto;
        position: relative;
        top: -3px;
        left: 5px;
        width: 202px;
        height: 25px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 50px;
    }

    #number2-box img {}

    #introduction-box .leftside h2 {
        font-size: 1.3rem;
        color: #fff;
        padding: 10px;
        line-height: 160%;
        text-align: center;
    }

    #introduction-box .leftside .profile-box {
        margin: 10px 20px;
    }

    #introduction-box .leftside .profile-box h3 {
        padding: 5px 30px 5px 10px;
        width: 200px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https: //colorzilla.com/gradient-editor/#727171+0,727171+70,ffffff+100&1+0,1+69,1+70,0+70,0+70,0+100 */
        background: -moz-linear-gradient(60deg, rgba(114, 113, 113, 1) 0%, rgba(114, 113, 113, 1) 69.999999999999%, rgba(114, 113, 113, 0) 70%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(60deg, rgba(114, 113, 113, 1) 0%, rgba(114, 113, 113, 1) 69.999999999999%, rgba(114, 113, 113, 0) 70%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(60deg, rgba(114, 113, 113, 1) 0%, rgba(114, 113, 113, 1) 69.999999999999%, rgba(114, 113, 113, 0) 70%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7zddddd*   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    }

    #introduction-box .leftside .profile-box .inner {
        background-color: #727171;
        width: auto;
        color: #fff;
        padding: 10px 20px 10px 20px;
    }

    #introduction-box .leftside .profile-box dl {
        background: url(../img/index/bg-dot.png) repeat-x bottom right;
        margin: 5px 0 15px;
        padding-bottom: 3px;
    }

    #introduction-box .leftside .profile-box dt {
        font-size: 0.65rem;
        width: 60px;
        float: left;
    }

    #introduction-box .leftside .profile-box dd {
        font-size: 0.85rem;
        text-align: right;
        float: right;
        width: calc(100% - 70px);
    }

    #introduction-box .leftside .profile-box dd.namebox {
        font-size: 1.3rem;
        padding-bottom: 5px;
    }

    #introduction-box .leftside .profile-box dd a {
        color: #fff;
        text-decoration: underline;
    }

    #introduction-box .leftside .profile-box .btn-link {
        width: 100%;
    }

    #introduction-box .leftside p {
        padding: 10px 20px 20px;
    }

    .img-start-box {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .img-start-box img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #research-box,
    #task-box,
    #future-box,
    #result-box,
    #point-box,
    #item-box,
    #schedule-box,
    #lifestyle-box,
    #student-box,
    #if-box {
        width: calc(100% - 80px);
        padding: 20px;
        background-color: #fefefe;
        border: 1px solid #ccc;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        margin: 0 auto 20px;
    }

    .title-box {
        background-image: url(../img/index/bg-neji.png), url(../img/index/bg-neji.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-color: #fff;
        margin: 0 auto 10px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        padding: 8px 0;
    }

    .title-box2 {
        background-image: url(../img/index/bg-neji.png), url(../img/index/bg-neji.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-color: #e87371;
        margin: 0 auto 10px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        padding: 8px 0;
    }

    .title-box3 {
        background: url(../img/index/bg-p-lastbox.png) no-repeat left center;
        background-size: 10%;
        margin: 0 auto 10px;
        padding: 15px 0;
        letter-spacing: 0rem;
        width: 100%;
    }

    .title-box h3,
    .title-box2 h3,
    .title-box3 h3 {
        color: #fff;
        width: 100%;
        font-size: 1.15rem;
        text-align: center;
        font-family: "myFont";
        font-weight: normal;
        line-height: 130%;
    }

    .title-box3 h3 {
        font-size: 1.35rem;
    }

    .middle-img-box,
    #afterred-img-box {
        display: none;
    }

    #conclusion-box {
        width: calc(100% - 80px);
        margin: 0 auto 20px;
        padding: 20px;
        color: #fff;
        background-color: #e87371;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 160%;
    }

    #conclusion-box .one-word {
        padding-top: 15px;
        font-size: 2rem;
        font-weight: bold;
        border-bottom: 5px solid #FF9B9B;
        display: table;
        margin-bottom: 5px;
    }

    #conclusion-box .middle-img {}

    /*必須アイテム*/
    #item-box li {
        list-style: none;
        margin-bottom: 10px;
    }

    #item-box .item-name,
    #item-box .item-detail {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    #schedule-box table {
        width: 100%;
    }

    #schedule-box table th,
    #schedule-box table td {
        vertical-align: middle;
        padding: 0 10px;
        height: 100px;
    }

    #schedule-box table tr th {
        background: url(../img/content/sche-line.png) repeat-y center center;
    }

    #schedule-box table tr:first-child th {
        background: url(../img/content/sche-line.png) no-repeat center bottom;
    }

    #schedule-box table tr:last-child th {
        background: url(../img/content/sche-line.png) no-repeat center top;
    }

    #schedule-box table tr.linerow th,
    #schedule-box table tr.linerow td {
        padding: 0;
        height: 0 !important;
    }

    #schedule-box table .tim {
        line-height: 0;
        width: 25%;
        max-width: 80px;
    }

    #schedule-box table .tim img {
        width: 100%;
    }

    #lifestyle-box li {
        list-style: none;
        margin-bottom: 10px;
    }

    #before-recommend-box {
        width: calc(100% - 20px);
        margin: 0 auto 30px;
    }

    #recommend-box {
        width: calc(100% - 80px);
        padding: 20px;
        border: 8px solid #e87371;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 180%;
        background-color: #fefefe;
        position: relative;
        z-index: 2;
        margin: 0 auto 10px;
    }

    #message-box {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 20px;
        color: #fff;
        margin-top: 20px;
        background-color: #eb8a7d;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        line-height: 180%;
        position: relative;
        display: inline-block;
    }

    #message-box h4 {
        font-family: "myFont";
        font-weight: normal;
        background: url(../img/index/bg-p-h4.png) no-repeat left center;
        background-size: cover;
        width: calc(100% - 50px);
        font-size: 1.10rem;
        padding: 10px 0 10px 50px;
        margin-bottom: 10px;
    }

    #message-box img {
        display: none;
    }

    #interest-box {
        width: calc(100% - 80px);
        margin: 0 auto;
        padding: 20px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,BDB6B2+36,888888+100 */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), #cccccc;
        /* Old browsers */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), -moz-linear-gradient(-45deg, #cccccc 0%, #BDB6B2 36%, #888888 100%);
        /* FF3.6-15 */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), -webkit-linear-gradient(-45deg, #cccccc 0%, #BDB6B2 36%, #888888 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: url(../img/content/bg-neji1.png), url(../img/content/bg-neji2.png), url(../img/content/bg-neji3.png), url(../img/content/bg-neji4.png), linear-gradient(135deg, #cccccc 0%, #BDB6B2 36%, #888888 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#888888', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top left, bottom left, bottom right, top right;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        line-height: 160%;
        margin-bottom: 200px;
    }

    #interest-box h4 {
        font-family: "myFont";
        font-weight: normal;
        color: #000;
        font-size: 1.1rem;
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 2px dotted #aaa;
    }

    #interest-box .onebox {
        width: calc(100% - 30px);
        background-color: #ebebec;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        color: #000;
        padding: 15px;
    }

    #interest-box .arrow-box {
        height: 25px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        background: url(../img/content/img-arrow2.png) no-repeat center center;
        background-size: contain;
    }

    #interest-box .onebox ul li,
    #interest-box .onebox3 ul li {
        list-style: none;
        margin-left: 20px;
    }

    #photo-sp-box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    #photo-sp-box img {
        width: 80%;
        max-width: 330px;
        display: block;
        margin: 0 auto 0 20px;
    }

    #photo-sp-box .mini-box {
        height: 130px;
        width: 45%;
        max-width: 380px;
        margin: -130px 10px 0 auto;
    }

    #photo-sp-box .mini-box img {
        width: 100% height: auto;
        display: block;
        margin-left: 75px;
        -moz-transform: scale(1) rotate(8deg);
        -webkit-transform: scale(1) rotate(8deg);
        -o-transform: scale(1) rotate(8deg);
        -ms-transform: scale(1) rotate(8deg);
        transform: scale(1) rotate(8deg);
    }

    #another-researcher-box_sp {
        background-color: #BDB6B2;
        width: calc(100% - 20px);
        padding: 20px 10px;
    }

    #another-researcher-box_sp li {
        list-style: none;
        width: 50%;
        aspect-ratio: 274 / 85;
        float: left;
    }

    #another-researcher-box_sp li img {
        width: 95%;
        display: block;
        margin: 0 auto 10px;
    }

    #another-researcher-box_sp h4 {
        font-family: "myFont";
        font-weight: normal;
        color: #000;
        font-size: 1.5rem;
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 10px;
        line-height: 140%;
        border-bottom: 2px dotted #aaa;
    }

    #last-box {
        clear: both;
        width: 100%;
        height: 80px;
        background: url(../img/index/img-p-line.png) no-repeat center center;
        background-size: contain;
        margin: 10px 0;
    }

}


@media screen and (max-width:400px) {
    #introduction-box .leftside h2 {
        letter-spacing: -0.04rem;
    }
}
