@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #292f38;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

a:link {
    color: #206CFF;
    text-decoration: underline;
}

a:visited {
    color: #206CFF;
    text-decoration: underline;
}

a:hover {
    color: #3b5998;
    text-decoration: none;
}

a img {
    border-style: none;
}

img {
    vertical-align: bottom;
}


p {
    font-size: 110%;
    line-height: 180%;
}

@media screen and (min-width:769px) {
    p {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:768px) {
    .pcnone {}

    .spnone {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .pcnone {
        display: none;
    }

    .spnone {}
}

#logo {
    margin: 0;
    padding: 10px 0 15px 0;
    text-align: center;
}

#logo img {
    width: 60%;
}

#copy {
    margin: 0;
    padding: 0;
}

#copy img {
    width: 100%;
}

/* PCエリア */
.copy_pc {
    width: 100%;
    text-align: center;
}

/* 上の帯（座布団） */
/* .copy_pc__topband {
    background: linear-gradient(to right, #3fd158, #3b7be1);
    padding: 5px 10px;
} */

.copy_pc__topband {
    background: linear-gradient(to right, #26AFCD, #3268CD);
    padding: 5px 10px;
}

.copy_pc__catch {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    margin: 0;
}

/* 中のメイン画像 */
.copy_pc__image img {
    max-width: 740px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

/* 下の帯 */
.copy_pc__bottomband {
    background: linear-gradient(to right, #2b83d1, #1e74be);
    padding-top: 20px;
    width: 100%;
}

/* 下の帯の中にある画像 */
.copy_pc__bottomimg {
    max-width: 640px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

/* SPは非表示 */
@media (max-width: 768px) {
    .copy_pc {
        display: none;
    }
}


@media screen and (min-width:769px) {
    #logo {
        padding: 15px 0 20px 0;
    }

    #logo img {
        width: 400px;
    }

    #copy {
        text-align: center;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    #copy img {
        width: 100%;
    }
}




.device_bg {
    margin: 0;
    padding: 0px 20px 0px 20px;
    text-align: center;
    background: #fff;
}

.device {
    margin: 0;
    padding: 0;
    text-align: center;

}

.device a:link {
    color: #fff;
    text-decoration: none;
}

.device a:visited {
    color: #fff;
    text-decoration: none;
}

.device a:hover {
    color: #fff;
    text-decoration: none;
}

.btn {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 140%;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #faa220;
    border-radius: 50px;
}

.btn:hover {
    filter: brightness(130%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width:769px) {
    .device_bg {}

    .btn {
        width: 640px;
        padding: 30px 0;
        font-size: 28px;
    }
}

.device_top {
    margin: 0;
    padding: 0;
}

.device_top img {
    width: 100%;
}

.device_day {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 120%;
    line-height: 150%;
    color: #035aa6;
}

.device_present {
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: 900;
    line-height: 2000%;
    color: #035aa6;
}

.device_present span {
    font-size: 120%;
    /* color: #faa220; */
    font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
}

.device_present p {
    margin: 0;
    font-size: 100%;
    /* 元の .device_present の指定と同じ */
    font-weight: 900;
    line-height: 200%;
    color: #035aa6;
}

.device_join {
    margin: 0;
    padding: 20px 0 10px 0;
    font-size: 120%;
    /* font-weight: bold; */
    line-height: 150%;
    color: #035aa6;
}

.device_join span {
    font-size: 180%;
    color: #faa220;
    font-family: 'Roboto Condensed', sans-serif;
}

.device_caption {
    margin: 30px auto 0 auto;
    padding: 0;
    font-size: 75%;
    line-height: 180%;
    text-align: center;
}

@media screen and (min-width:769px) {
    .device_top {
        margin: 0;
        padding: 0;
    }

    .device_top img {
        width: 768px;
    }

    .device_day {
        margin: 0;
        padding: 15px 0 0 0;
        font-size: 24px;
        line-height: 150%;
        color: #035aa6;
    }

    .device_present {
        margin: 0;
        padding: 0;
        font-size: 36px;
        font-weight: 900;
        line-height: 150%;
        color: #035aa6;
    }

    .device_join {
        margin: 0;
        padding: 25px 0 10px 0;
        font-size: 24px;
        font-weight: bold;
        line-height: 150%;
        color: #035aa6;
    }

    .device_join span {
        font-size: 180%;
        color: #faa220;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .device_caption {
        width: 640px;
        margin: 30px auto 0 auto;
        padding: 0;
        font-size: 14px;
        line-height: 180%;
        text-align: center;
    }
}

.seminar_banner_wrapper {
    background: #f4f6f9;
    padding: 20px;
    border: 5px solid #ccc;
    position: relative;
    max-width: 640px;
    margin: 00px auto 30px;
    border-radius: 2px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .seminar_banner_wrapper {

        margin: 30px auto 50px;

    }
}

/* 🔵 上部リボン */
.seminar_banner__ribbon {
    background: #015AA6;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 10px;
}

.seminar_banner__ribbon::before,
.seminar_banner__ribbon::after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
}

.seminar_banner__ribbon::before {
    left: 0;
    border-color: #015AA6 transparent transparent #015AA6;
}

.seminar_banner__ribbon::after {
    right: 0;
    border-color: #015AA6 #015AA6 transparent transparent;
}

/* 中央のテキスト */
.seminar_banner {
    text-align: center;
    line-height: 1.6;
}

.seminar_banner__tagline {
    font-size: 20px;
    font-weight: bold;
    color: #faa220;
    margin-bottom: 0.3em;
}

.seminar_banner__highlight {
    font-size: 20px;
    font-weight: 900;
    color: #015AA6;
    margin: 0;

}

.seminar_banner__highlight span {
    font-size: 56px;

}

.seminar_banner__highlight small {
    font-size: 18px;

}

.seminar_banner__note {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;

    line-height: 1.4;
}

.seminar_banner__highlight span {
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 120%;

    letter-spacing: 0.02em;
}


@media screen and (min-width:769px) {
    .seminar_banner__highlight {
        font-size: 32px;
        font-weight: 900;

    }

    .seminar_banner__highlight small {
        font-size: 32px;
    }

    .seminar_banner__ribbon {

        font-size: 180%;
        margin-bottom: 10px;


    }

}

@media screen and (max-width: 768px) {
    .seminar_banner__highlight {
        line-height: 1.5;
        /* お好みで 1.1 〜 1.4 くらい */
    }


}





#media {
    margin: 0;
    padding: 0;
}

.slider {
    margin: 0;
    padding: 0;
}

.slider_item {
    margin: 0;
    padding: 0;
}

.slider_item img {
    width: 100%;
}

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

.intro_bg {
    margin: 0;
    padding: 60px 20px 45px 20px;
    background-color: #C5D5E2;
}

.intro_top {
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 180%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
}

.intro_photo {
    margin: 0;
    padding: 0 0 20px 0;
}

.intro_photo img {
    width: 100%;
}

.intro {
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width:769px) {
    .intro_bg {
        margin: 0;
        padding: 90px 0;
        background-image: url("img/intro_bg.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .intro_top {
        margin: 0 auto 45px auto;
        padding: 0;
        font-size: 48px;
        font-weight: 900;
        line-height: 150%;
        text-align: center;
    }

    .intro_photo {
        display: none;
    }

    .intro {
        width: 768px;
        margin: 0 auto;
        padding: 0;
    }
}

table.check {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 30px 0;
}

table.check th {
    width: 32px;
    font-size: 110%;
    line-height: 180%;
    padding: 10px 0 5px 0;
    color: #4f9aed;
    vertical-align: top;
    text-align: left;
}

table.check td {
    font-size: 110%;
    font-weight: bold;
    line-height: 180%;
    padding: 10px 0 5px 0;
    border-bottom: dotted 1px #999999;
    vertical-align: top;
}

table.check p {
    font-size: 110%;
    font-weight: bold;
    line-height: 180%;
    padding: 10px 0 5px 0;
    border-bottom: dotted 1px #999999;
    vertical-align: top;
}

@media screen and (min-width:769px) {
    table.check th {
        width: 32px;
        padding: 15px 0;
        font-size: 20px;
    }

    table.check td {
        padding: 15px 0;
        font-size: 20px;
        letter-spacing: 1px;
    }
}


.prf_bg {
    margin: 0;
    padding: 60px 0 15px 0;
    background: #f9f8f4;
}

.prf_top {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 160%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    color: #035aa6;
}

.prf {
    margin: 0 20px 25px 20px;
    padding: 0;
}

.prf_pict {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

.prf_pict img {
    width: 80%;
}

.prf_detail {
    margin: 0;
    padding: 0;
}

.prf_txt {
    margin: 0;
    padding: 0;
}

.prf_txt p {
    font-size: 100%;
}

.prf_degree {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.prf_name {
    margin: 0;
    padding: 3px 0 10px 0;
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.prf_name span {
    font-size: 80%;
}

.prf_spec {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 100%;
    line-height: 180%;
    text-align: center;
    color: #035aa6;
}

.staff_box {
    margin: 15px 20px 20px 20px;
    padding: 25px 20px 1px 20px;
    border: solid 1px #035aa6;
    border-radius: 15px;
    background: #fff;
}

.staff {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.staff img {
    width: 60%;
    border-radius: 10px;
}

.staff_degree {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.staff_name {
    margin: 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.staff_name span {
    font-size: 80%;
}

@media screen and (min-width:769px) {
    .prf_bg {
        padding: 90px 0 75px 0;
    }

    .prf_top {
        margin: 0 0 45px 0;
        font-size: 36px;
    }

    .prf {
        width: 1080px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .prf_pict {
        width: 24%;
        padding: 0;
    }

    .prf_pict img {
        width: 100%;
    }

    .prf_detail {
        width: 27%;
    }

    .prf_txt {
        width: 41%;
    }

    .prf_txt p {
        font-size: 14px;
    }

    .prf_degree {
        padding: 17px 0;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
    }

    .prf_name {
        padding: 0;
        font-size: 28px;
        letter-spacing: 1px;
        text-align: left;
    }

    .prf_spec {
        padding: 30px 0 0 0;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
    }

    .staff_box {
        width: 1080px;
        margin: 0 auto;
        padding: 35px 45px 30px 45px;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .staff {
        width: 30%;
        margin: 0;
    }

    .staff img {
        width: 100%;
    }

    .staff_degree {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .staff_name {
        font-size: 21px;
        letter-spacing: 1px;
    }
}


h2 {}


h3 {
    margin: 30px 0 0 0;
    padding: 3px 0 3px 12px;
    font-size: 120%;
    line-height: 150%;
    border-left: 5px solid #4f9aed;
}

@media screen and (min-width:769px) {
    h3 {
        margin: 60px 0 30px 0;
        padding: 3px 0 3px 12px;
        font-size: 24px;
        letter-spacing: 1px;
    }
}

h4 {}

#back {
    margin: 0;
    padding: 1px 0;
    /* background: #f9f8f4; */
    background: #ffffff;
}



.container {
    margin: 0;
    padding: 45px 0 1px 0;
}

.subhead {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.subhead img {
    width: 100%;
}

.subtitle {
    margin: 0;
    padding: 0 0 45px 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    position: relative;
}

.subtitle::after {
    content: '';
    width: 30px;
    height: 5px;
    display: inline-block;
    background: #035aa6;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 15px)
}

.contents {
    margin: 0 20px 45px 20px;
    padding: 0;
    ;
}

.contents_3system {
    margin: 0 20px 0px 20px;
    padding: 0;
    ;
}



.excerpt {
    margin: 45px 0;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #035aa6;
    border-radius: 10px;
}

.excerpt_caption {
    margin: 0 0 45px 0;
    padding: 5px 0 45px 0;
    font-size: 80%;
    line-height: 180%;
    color: #999;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width:769px) {
    .container {
        padding: 90px 0 1px 0;
    }

    .subhead {
        padding: 0 0 30px 0;
    }

    .subtitle {
        padding: 0 0 60px 0;
        font-size: 42px;
    }

    .subtitle::after {
        bottom: 40px;
    }

    .contents {
        width: 680px;
        margin: 0 auto 90px auto;
    }

    .contents_3system {
        width: 680px;
        margin: 0 auto 0 auto;
    }

    .excerpt {
        padding: 20px 60px;
    }

    .excerpt_caption {
        margin: 0 0 60px 0;
        font-size: 14px;
    }
}



.voice {
    margin: 0 0 30px 0;
    padding: 30px 25px 10px 25px;
    border: solid 2px #035aa6;
    background: #fff;
    border-radius: 20px;
}

.voice_eng {
    margin: 0;
    padding: 15px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.voice_eng span {
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    background: #00a4e3;
    border-radius: 30px;
}

.voice_pict {
    margin: 0;
    padding: 15px 0 10px 0;
    text-align: center;
}

.voice_pict img {
    width: 50%;
    border-radius: 50%;
}

.voice_name {
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.voice_name span {
    font-size: 75%;
    font-weight: normal;
}

.voice_degree {
    margin: 0;
    padding: 0;
    font-size: 80%;
    line-height: 150%;
    text-align: center;
    color: #7d7c7b;
}

@media screen and (min-width:769px) {
    .voice {
        margin: 0 0 45px 0;
        padding: 30px 45px 20px 45px;
    }

    .voice_eng {
        font-size: 21px;
    }

    .voice_pict img {
        width: 240px;
    }

    .voice_name {
        font-size: 21px;
    }

    .voice_name span {
        font-size: 16px;
    }

    .voice_degree {
        font-size: 16px;
    }
}


.offer_number {
    margin: 30px 0 0 0;
    padding: 5px 0 10px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.offer_number span {
    padding: 2px 5px;
    color: #00a4e3;
    background: #fff;
    border: solid 1px #00a4e3;
    border-radius: 2px;
}

.top_none {
    margin: 20px 0 0 0;
}

.offer_title {
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
}

@media screen and (min-width:769px) {
    .offer_number {
        margin: 45px 0 0 0;
        font-size: 18px;
    }

    .top_none {
        margin: 20px 0 0 0;
    }

    .offer_title {
        font-size: 28px;
    }
}



.qus {
    margin: 30px 0 10px 0;
    padding: 3px 0 5px 28px;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    position: relative;
    color: #035aa6;
    border-bottom: solid 1px #035aa6;
}

.qus:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q.";
    color: #035aa6;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.ans {
    margin: 0;
    padding: 0 0 0 28px;
}

@media screen and (min-width:769px) {
    .qus {
        margin: 45px 0 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.ans:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "A.";
    color: #035aa6;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.ans {
    position: relative;
    /* 必須：擬似要素の配置基準に */
    margin: 0;
    padding: 0 0 0 28px;
    font-size: 120%;
    font-weight: normal;
    line-height: 150%;
}


.page_title {
    margin: 30px 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.contents_sub {
    margin: 0 20px 45px 20px;
    padding: 0;
}

.contents_sub p {
    font-size: 80%;
}

table.spec {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.spec th {
    font-size: 90%;
    line-height: 150%;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #999;
    text-align: left;
    display: block;
}

table.spec td {
    font-size: 90%;
    line-height: 150%;
    padding: 10px 0 20px 0;
    display: block;
}

@media screen and (min-width:769px) {
    .page_title {
        margin: 45px 0;
        font-size: 24px;
        letter-spacing: 1px;
    }

    .contents_sub {
        width: 650px;
        margin: 0 auto 90px auto;
    }

    .contents_sub p {
        font-size: 14px;
    }

    table.spec th {
        width: 180px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        padding: 20px 15px 15px 0;
        border-bottom: solid 1px #999;
        text-align: left;
        display: table-cell;
    }

    table.spec td {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
        padding: 20px 15px 15px 15px;
        border-bottom: dotted 1px #999;
        display: table-cell;
    }
}


/*---------- 文字装飾 ----------*/

.bold {
    font-weight: bold;
}

.ul {
    text-decoration: underline;
}

.red {
    color: #ff5c4d;
}

.through {
    text-decoration: line-through;
}

.ym {
    /* font-weight: bold; */
    background: linear-gradient(transparent 70%, #ffe113 70%);
}

.caption {
    font-size: 75%;
    color: #666666;
    font-weight: normal;
    line-height: 150%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.mt {
    margin-top: 30px;
}

@media screen and (min-width:769px) {
    .mt {
        margin-top: 45px;
    }
}

/*---------- author_title ----------*/


.author_title {
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Noto Sans Japanese";
}

.author_title_pro {
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Noto Sans Japanese";
}

@media screen and (min-width: 768px) {
    .author_title {
        font-size: 36px;
    }
}

.author_photo {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px;
    position: relative;
    padding: 25px 0;
    text-align: center;
    box-sizing: border-box;
}

.author_photo img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.author_photo:before,
.author_photo:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
}

.author_photo:before {
    border-left: solid 3px #111;
    border-top: solid 3px #111;
    top: 10px;
    /* ←中央に寄せる調整 */
    left: 10px;
    /* ←中央に寄せる調整 */
}

.author_photo:after {
    border-right: solid 3px #111;
    border-bottom: solid 3px #111;
    bottom: 10px;
    /* ←中央に寄せる調整 */
    right: 10px;
    /* ←中央に寄せる調整 */
}

/* スマホ用に角の装飾を小さくする */
@media screen and (max-width: 767px) {

    .author_photo:before,
    .author_photo:after {
        width: 20px;
        height: 20px;
    }
}

/***-----------------------------------
authorbox
-----------------------------------***/
.authorbox {
    width: 820px;
    margin: 0 auto 100px;
    padding: 0;
}

.author {
    margin: 0 auto;
    padding: 0;
}


/*------------------------

ipma

---------------------------*/
.ipma {
    padding: 10px;
}

@media (min-width: 600px) {
    .ipma {
        background: #e6e8ea;
        padding: 20px;
    }
}

.ipma .title {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .ipma .title {
        margin-bottom: 40px;
    }
}

.ipma_wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 1px 0;
}

@media (min-width: 1024px) {
    .ipma_wrapper {
        padding: 20px 0 80px;
    }
}

.ipma_person {
    margin-top: 20px;
}

.ipma_person img {
    width: 65%;
    display: block;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .ipma_person img {
        width: 100%;
        max-width: 320px;
    }
}

.ipma_person-contents {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

@media (min-width: 1024px) {
    .ipma_person-contents {
        padding: 0;
        width: 320px;
    }

    .ipma_person-contents.-text {
        width: calc(100% - 320px);
        padding-left: 40px;
    }
}

.ipma_person-contents .ipma_name {
    margin-top: 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .ipma_person-contents .ipma_name {
        text-align: left;
    }
}

.ipma_person p.ipma_person-lic {
    color: #1ea235;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 1em;
}

@media (min-width: 1024px) {
    .ipma_person p.ipma_person-lic {
        font-size: 18px;
        text-align: left;
    }
}

.ipma_person.-other {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .ipma_person.-other {
        margin-top: 40px;
    }
}

.ipma_person.-other .ipma_person-contents {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.ipma_person.-other p.ipma_person-lic {
    font-size: 14px;
    text-align: left;
}

@media (min-width: 1024px) {
    .ipma_person.-other p.ipma_person-lic {
        font-size: 16px;
    }
}

.ipma_person.-other .ipma_subhead {
    text-align: left;
}

.ipma_person.-other .ipma_name {
    text-align: left;
}

.ipma_person.-other .ipma_person-image {
    width: 30%;
}

.ipma_person.-other img {
    max-width: 240px;
    width: 100%;
    margin: 0;
}

.ipma_person-textbox {
    max-width: 480px;
    padding-left: 10px;
    flex: 1;
}

@media (min-width: 1024px) {
    .ipma_person-textbox {
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    .ipma_person-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 40px;
    }
}

.ipma_subhead {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}

@media (min-width: 1024px) {
    .ipma_subhead {
        font-size: 14px;
    }
}

.ipma_name {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

.ipma_name .name {
    font-size: 28px;
    font-weight: 500;
}

.ipma_shirasawa {
    max-width: 1080px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ipma_shirasawa {
        width: 600px;
        text-align: center;

    }
}

@media (min-width: 1024px) {
    .ipma_shirasawa {
        width: 100%;
        /* max-width: 1080px; */
    }
}

.ipma_lecturer {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 9px;
}

@media (min-width: 600px) {
    .ipma_lecturer {
        width: 600px;
    }
}

@media (min-width: 1024px) {
    .ipma_lecturer {
        width: 100%;
        margin-top: 12px;
    }
}

.ipma_shirasawa img.spnone,
.ipma_shirasawa img.pcnone,
.ipma_lecturer img.spnone,
.ipma_lecturer img.pcnone {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.title {
    font-size: 150%;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.08em;
    margin-top: 40px;
    text-align: center;
    color: #000000;
}

@media (min-width: 1024px) {
    .title {
        font-size: 36px;
        line-height: 150%;
        text-align: center;
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .ipma_wrapper img.spnone {
        display: none;
    }

    .ipma_wrapper img.pcnone {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .ipma_wrapper img.spnone {
        display: block;
    }

    .ipma_wrapper img.pcnone {
        display: none;
    }
}

.add_number {
    margin: 0;
    padding: 15px 0 30px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    /* text-align: center; */
    font-family: 'Roboto Condensed', sans-serif;
}

.add_number span {
    padding: 5px 14px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -moz-linear-gradient(left, #00d2ff, #3267cd);
    background: -webkit-linear-gradient(left, #00d2ff, #3267cd);
    background: linear-gradient(to right, #00d2ff, #3267cd);
}

@media (min-width: 1024px) {
    .add_number {
        padding: 20px 0 0 0;
    }
}

.label-bg {
    color: #000;
    /* 普通の黒文字 */
    padding: 8px 12px;
    font-size: 120%;

    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
}

@media (min-width: 1024px) {
    .label-bg {
        font-size: 24px;
    }
}



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

.topic {
    margin: 0;
    padding: 15px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.topic span {
    margin: 0;
    padding: 5px 30px;
    color: #fff;
    background: #00a4e3;
    border-radius: 30px;
}

@media screen and (min-width:769px) {
    .topic {
        font-size: 21px;
    }
}

.topic_title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 90%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
}

@media screen and (min-width:769px) {
    .topic_number {
        margin: 45px 0 0 0;
        font-size: 18px;
    }



    .topic_title {
        font-size: 28px;
        margin: 0 0 50px;

    }
}


.reliefbox {
    width: 1200px;
    margin: 0 auto;
    align-items: stretch;

    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}



.relief {
    width: 32%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.relief img {
    width: 100%;
    margin-bottom: 15px;
}

.relief_point {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.number-3 {
    margin: 0;
    padding: 20px 0 25px 0;
    text-align: center;
}

.number-3 span {
    margin: 0 auto;
    padding: 15px 17px;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    background-color: #035aa6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
}

.relief ul {
    color: #035aa6;
}


@media screen and (max-width: 768px) {
    .reliefbox {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .relief {
        width: 100%;
        margin-bottom: 30px;
        box-sizing: border-box;
    }

    .relief img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}


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

#footer {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #64727a;
}

.footer_link {
    margin: 0;
    padding: 0;
    font-size: 70%;
    line-height: 150%;
}

.footer_ad {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 70%;
    line-height: 150%;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (min-width:769px) {
    #footer {
        padding: 45px 0;
    }

    .footer_link {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .footer_ad {
        font-size: 12px;
    }
}

#footer a:link {
    color: #fff;
    text-decoration: none;
}

#footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}


/* style.css ファイルに追記 */

/* 携帯（スマートフォン）向けのスタイル */
/* 画面幅が767px以下の場合に適用されます */
@media (max-width: 767px) {
  .responsive-image {
    max-width: 100%; /* 携帯では親要素の幅に合わせて最大100%で表示 */
    height: auto;    /* 縦横比を維持 */
    display: block;
    margin: 0 auto;  /* 中央に表示したい場合 */
  }
}

/* パソコン向けのスタイル */
/* 画面幅が768px以上の場合に適用されます */
@media (min-width: 768px) {
  .responsive-image {
    max-width: 800px; /* パソコンでは画像の最大幅を800pxに制限（例） */
    height: auto;    /* 縦横比を維持 */
    display: block;
    margin: 0 auto;  /* 中央に表示したい場合 */
  }
}