* {
    list-style-type: none;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "YuMincho", "Yu Mincho";
    display: none;

}

.fixed {
    width: 25%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    left: 0;
}

.fixed_over {
    width: 25%;
    height: 100%;
    /*    background-color: #ffffff;*/
    position: fixed;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.contents {
    width: 75%;
    height: auto;
    background-color: #f3f3f3;
    display: block;
    margin-left: 25%;
    padding-top: 15vh;
}

.fixed img {
    width: 20vw;
    position: absolute;
    top: 20px;
    left: 2.5vw;
}

.fixed ul li a {
    text-decoration: none;
    color: #212121;
    font-size: calc(0.6rem + 0.7vw);
}

.fixed .about {
    font-size: calc(0.7rem + 0.9vw);
    position: fixed;
    top: 15vh;
    /*    margin-left: 5%;*/
    width: 25%;
}

.fixed .about p {
    text-align: center;
}

.fixed .left_gmenu {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 30vh;
    left: 0;
    width: 25%;
}


.fixed .left_gmenu li {
    height: 10vh;
    width: 100%;
    line-height: 10vh;
    text-align: center;
    position: relative;
}

.fixed .left_gmenu li a {
    display: block;
    width: 100%;
}

.fixed .left_gmenu li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #c91f1f;
    transform-origin: right top;
    transform: scale(0, 1);
    height: 10vh;
}

.fixed .left_gmenu li a:hover {
    color: #fff;
    transition: 0.3s;
}

.fixed .left_gmenu li:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform .4s;
}

.left_kmenu {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 15vh;
    left: 0;
    width: 25%;
}

.fixed .left_kmenu li {
    height: 8vh;
    width: 100%;
    line-height: 8vh;
    text-align: center;
    position: relative;
}

.fixed .left_kmenu li a {
    display: block;
    width: 100%;
}

.fixed .left_kmenu li a:before {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: -1;
    content: '';
    background: #c91f1f;
    transform-origin: right top;
    transform: scale(0, 1);
    height: 1px;
}

.fixed .left_kmenu li a:hover {
    /*    color: #fff;*/
    transition: 0.3s;
}

.fixed .left_kmenu li a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    transition: transform .4s;
}

#picture_bg {
    position: fixed;
    /*    top: -5vh;*/
    /*    top: 1%;*/
    left: 25%;
    pointer-events: none;
}

#picture_bg img {
    width: 100%;
    height: auto;
    opacity: 0.15;

}

.white_bg {
    width: 85%;
    height: auto;
    /*
    position: absolute;
    top: 10vh;
    right: 5vw;
*/
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 7.5%;
    padding-top: 1vh;
    padding-bottom: 8vh;
    /*    margin-bottom: 10vh;*/
}

.white_bg p {
    /*    display: inline-block;*/
    text-align: center;
    /*    border-bottom: 2px solid #212121;*/
}

.white_bg p .title {
    border-bottom: 1px solid #212121;
    padding: 0 1% 0.5% 1%;
}

.white_bg > p:nth-of-type(1) {
    font-size: calc(0.6rem + 1.2vw);
}

.white_bg > p:not(:first-child) {
    text-align: left;
    width: 80%;
    margin-left: 10%;
    font-size: calc(0.5rem + 0.7vw);
}

.brackets {
    display: inline-block;
    text-indent: -0.45vw;
}

.brackets_circle {
    display: inline-block;
    text-indent: -0.65vw;
}

.not_brackets {
    display: inline-block;
    text-indent: 0.65vw;
}

.notcenter {
    text-align: left;
    width: 80%;
    margin-left: 15%;
    font-size: calc(0.5rem + 0.7vw);
}

.jidori_notcenter {
    width: 50vw;
    font-size: calc(0.5rem + 0.7vw);
    /*    table-layout: auto;*/
    margin-top: 5%;
    margin-left: 10%;
}

.jidori_foredge {
    width: 50vw;
    font-size: calc(0.5rem + 0.7vw);
    /*    table-layout: auto;*/
    margin-top: 5%;
    margin-left: 15%;
}



.jidori td:first-child {
    /*    padding: 0;*/
    text-align-last: justify;
    text-justify: inter-ideograph;
    /*    border: none;*/
    width: 20%;
    text-indent: -8.5%;
}

.jidori_notcenter td:first-child {
    text-align-last: justify;
    text-justify: inter-ideograph;
    width: 20%;
    text-indent: -8.5%;
}


@media (max-width:900px) {
    .jidori td:first-child {
        width: 25%;
    }

    .jidori_notcenter td:first-child {
        width: 25%;
    }
}

@media (min-width:1100px) {
    .jidori td:first-child {
        width: 17%;
    }

    .jidori_notcenter td:first-child {
        width: 17%;
    }
}

#call {
    width: 60%;
    margin-left: 9.7%;
    font-size: calc(0.5rem + 0.7vw);
}

#call tr:nth-of-type(2) td {
    padding-top: 3%;
}

.sub_title {
    font-size: calc(0.5rem + 1vw);
    border-bottom: 1px solid #212121;
    padding-right: 3vw;
}

.sub_title_link {
    font-size: calc(0.5rem + 1vw);
    border-bottom: 1px solid #212121;
    padding-right: 3vw;
    margin-left: 10%;
}

.sub_link {
    text-decoration: none;
    color: #212121;
    transition: 0.3s;
}

.sub_link:hover {
    color: #c91f1f;
}

.policy_table {
    margin-left: 10%;
    margin-top: 5%;
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.company_table {
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.access_table {
    margin-left: 10%;
    /*    margin-top: 3%;*/
    /*    margin-bottom: 3%;*/
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.access_table td {
    vertical-align: top;
}

.st_question_table {
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.st_question_table tr td:nth-of-type(1) {
    width: 2%;
}

.king_table {
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 3%;
    width: 85%;
    font-size: calc(0.5rem + 0.7vw);
}

.king_table tr td:nth-of-type(1) {
    vertical-align: top;
}

.lot_arcade_table {
    margin-left: 8.8%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 60%;
    font-size: calc(0.5rem + 0.7vw);
}

.policy_table td {
    vertical-align: top;
}

.click_big {
    transform: translateX(5%);
}

.click_big_02 {
    transform: translateX(10%);
    margin-top: 0;
}

.alumni_all {
    display: block;
    transform: translateX(2.7%);
    width: 100%;
}

.indent {
    text-indent: 3%;
    margin-top: 0;
    margin-bottom: 7%;
}

.come_table {
    margin-left: 8.8%;
    margin-top: 5%;
    margin-bottom: 3%;
    width: 60%;
    font-size: calc(0.5rem + 0.7vw);
}

.q_table {
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 3%;
    width: 60%;
    font-size: calc(0.5rem + 0.7vw);
}

.q_table td:nth-of-type(1) {
    text-align: right;
}

.q_table tr:nth-of-type(1) td:nth-of-type(1) {
    text-align: left;
}

.q_table tr:not(:first-child) td:nth-of-type(1) {
    width: 30%;
}

.call_table {
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 3%;
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.call_table td {
    vertical-align: top;
}

.partner_co p {
    text-align: left;
    width: 80%;
    margin-left: 10%;
    font-size: calc(0.5rem + 0.7vw);
    margin-bottom: 0;
    margin-top: 0;
}

.partner_partici_table {
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 3%;
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.partner_partici_table img {
    position: relative;
}

.indent_par {
    margin-left: 12%;
}

.navi p {
    text-indent: 1%;
    /*    height: 3vh;*/
    text-align: left;
    margin-left: 10%;
    font-size: calc(0.5rem + 0.7vw);
}

.navi p a {
    text-decoration: none;
    color: #212121;
}

.navi p a:hover {
    color: #c91f1f;
    cursor: pointer;
}

.navi2 p:not(:first-child) {
    text-indent: 3%;
}

.navi_not_indent {
    transform: translateX(-1%);
}

.sub_title a {
    text-decoration: none;
    color: #212121;
}

.sub_title a:hover {
    color: #c91f1f;
    cursor: pointer;
}

.home {
    position: relative;
    display: block;
    width: 70%;
    margin-bottom: 5%;
    margin-left: 6%;
}

.st_picture {
    margin-left: 5%;
    position: relative;
    width: 40%;
}

.st_picture_02 {
    margin-left: 3%;
    position: relative;
    width: 60%;
}

.st_picture_03 {
    margin-left: 5%;
    position: relative;
    width: 60%;
    margin-top: 5%;
}

.q {
    /*    margin-bottom: 0;*/
}

.red_link {
    text-decoration: none;
    color: #c91f1f;
    transition: 0.3s;
}

.red_link:hover {
    opacity: 0.5;
}

.mail {
    text-decoration: none;
    color: #c91f1f;
    transition: 0.3s;
}

.mail:hover {
    opacity: 0.6;
}

footer {
    width: 100%;
    /*    height: 45vh;*/
    background-color: #f3f3f3;
    padding-top: 7%;
    /*    padding-bottom: 2vh;*/
}

.copyright {
    width: 75%;
    /*    height: 10vh;*/
    margin-left: 25%;
    /*    margin-bottom: 0;*/
    margin-top: 23vh;
    padding-bottom: 2%;
    padding-top: 2%;
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
}

.copyright p {
    text-align: center;
    margin: 0;
}


footer .link {
    width: 75%;
    margin-left: 25%;
    /*    margin-top: 8%;*/
}

footer .link div {
    text-align: center;
}

footer .link div a {
    /*    text-align: center;*/
    /*    margin: 0;*/
    text-decoration: none;
    color: #212121;
    font-size: calc(0.5rem + 0.7vw);
    transition: 0.3s;
    line-height: 5vh;
}

footer .link div a:hover {
    cursor: pointer;
    /*    opacity: 0.6;*/
    color: #c91f1f;
}

.icon {
    width: 75%;
    margin-top: 4vh;
    margin-left: 25%;
    /*        margin-bottom: 15vh;*/
    padding-bottom: 4vh;
}

.icon div {
    text-align: center;
    /*    margin-top: 5vh;*/
}

.icon div a i {
    margin: 0 1.25%;
    transition: 0.3s;
    color: #212121;
}

.icon div a i:hover {
    color: #c91f1f;
    cursor: pointer;
}

#sponsorbanner {
    width: 75%;
    height: 20vh;
    /*        margin-left: 25%;*/
    /*    background-color: #414141;*/
    /*    margin-top: 5vh;*/
    position: fixed;
    left: 25%;
    top: 80vh;
    display: none;
    margin: 0;
}

#sponsor {
    width: 70%;
    /*    height: 100%;*/
    margin: 0 0 0 15%;
    display: block;
    /*    height: auto;*/
    /*    display: none;*/
}

.sponsorbanner_after {
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    animation-name: sponsor_appear;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes sponsor_appear {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    99.9%,
    to {
        opacity: 1;
        visibility: visible;
    }
}

.sponsorbanner_after2 {
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    animation-name: sponsor_vanish;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes sponsor_vanish {
    0% {
        opacity: 1;
        visibility: visible;
    }

    99.9%,
    to {
        opacity: 0;
        /*        visibility: hidden;*/
    }
}

/*
.sponsorbanner_after2 {
    animation-name: sponsor_up;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes sponsor_up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2px);
    }

    99.9%,
    to {
        transform: translateY(5px);
    }
}
*/

.photo_con .lazyload {
    width: 29.1%;
}

.photo_con {
    position: relative;
    display: inline-block;
    margin-left: 10%;
}

.photo_con a {
    text-decoration: none;
}

.photo-show {
    /*    height: 800px; 表示したい大きさ*/
    height: 50vh;
    /*    margin: 80px 10vw 80px 10vw;*/
    margin-left: 10%;
    margin-bottom: 20%;
    margin-top: 6%;
    /*縦余白30pxは任意*/
    position: relative;
    width: 50vw;
    /*表示したい大きさ、height と合わせる*/
}

.photo-show img {
    /*    animation: show ease 92s infinite;*/
    animation-name: show;
    animation-iteration-count: infinite;
    animation-duration: 138s;
    /*    -webkit-animation: show ease 92s infinite;*/
    -weblit-animation-name: show;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 138s;

    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    /*画像を全て重ねる*/
}

/*アニメーション*/

@keyframes show {
    0% {
        opacity: 0
    }

    2% {
        opacity: 1
    }

    10% {
        opacity: 1
    }

    20% {
        opacity: 0
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    2% {
        opacity: 1
    }

    10% {
        opacity: 1
    }

    20% {
        opacity: 0
    }
}

/*各画像のアニメーションの開始時間をずらす*/

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
}

.photo-show img:nth-of-type(6) {
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
}

.photo-show img:nth-of-type(7) {
    animation-delay: 36s;
    -webkit-animation-delay: 36s;
}

.photo-show img:nth-of-type(8) {
    animation-delay: 42s;
    -webkit-animation-delay: 42s;
}

.photo-show img:nth-of-type(9) {
    animation-delay: 48s;
    -webkit-animation-delay: 48s;
}

.photo-show img:nth-of-type(10) {
    animation-delay: 54s;
    -webkit-animation-delay: 54s;
}

.photo-show img:nth-of-type(11) {
    animation-delay: 60s;
    -webkit-animation-delay: 60s;
}

.photo-show img:nth-of-type(12) {
    animation-delay: 66s;
    -webkit-animation-delay: 66s;
}

.photo-show img:nth-of-type(13) {
    animation-delay: 72s;
    -webkit-animation-delay: 72s;
}

.photo-show img:nth-of-type(14) {
    animation-delay: 78s;
    -webkit-animation-delay: 78s;
}

.photo-show img:nth-of-type(15) {
    animation-delay: 84s;
    -webkit-animation-delay: 84s;
}

.photo-show img:nth-of-type(16) {
    animation-delay: 90s;
    -webkit-animation-delay: 90s;
}

.photo-show img:nth-of-type(17) {
    animation-delay: 96s;
    -webkit-animation-delay: 96s;
}

.photo-show img:nth-of-type(18) {
    animation-delay: 102s;
    -webkit-animation-delay: 102s;
}

.photo-show img:nth-of-type(19) {
    animation-delay: 108s;
    -webkit-animation-delay: 108s;
}

.photo-show img:nth-of-type(20) {
    animation-delay: 114s;
    -webkit-animation-delay: 114s;
}

.photo-show img:nth-of-type(21) {
    animation-delay: 120s;
    -webkit-animation-delay: 120s;
}

.photo-show img:nth-of-type(22) {
    animation-delay: 126s;
    -webkit-animation-delay: 126s;
}

.photo-show img:nth-of-type(23) {
    animation-delay: 132s;
    -webkit-animation-delay: 132s;
}

.photo-show img:nth-of-type(24) {
    animation-delay: 138s;
    -webkit-animation-delay: 138s;
}

/*マウスが画像に重なった際、動きを止めて四角くする*/

.photo-show img {
    transition: 138s;
    -webkit-transition: 138s;

}

/*
.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
*/

.session_table {
    position: relative;
    margin-left: 10%;
    /*    padding: 30px;*/
    width: 80%;
    border-collapse: collapse;
    font-size: calc(0.5rem + 0.7vw);
}

.session_table tr:not(:first-child) {
    background-color: #ffffff;
}

.session_table td {
    border: solid 1px #000;
    padding: 5px;
    /*    text-align: center;*/
    display: table-cell;
    vertical-align: middle;
}

.session_table_left {
    text-align: center;
}

.st_top {
    background-color: #e1e1e1;
}

.stage_table {
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 80%;
    font-size: calc(0.5rem + 0.7vw);
}

.stage_table td {
    vertical-align: top;
}

.day_table {
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 3%;
    /*    padding: 30px;*/
    width: 50vw;
    border-collapse: collapse;
    position: relative;
}

.day_table td {
    border: solid 1px #000;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.day_table tr td:nth-of-type(1) {
    background-color: #e1e1e1;
    width: 30%;
}

.day_table tr:not(:first-child) td:not(:first-child) {
    background-color: #ffffff;
}

.shion {
    position: relative;
    width: 40%;
    margin-left: 10%;
}

.shion_sign {
    width: 20%;
    position: relative;
    margin-left: 70%;
    margin-top: 5%;
}

.black_link {
    text-decoration: none;
    color: #212121;
    transition: 0.3s;
}

.black_link:hover {
    color: #c91f1f;
}

.black_link2 {
    /*    text-decoration: none;*/
    color: #212121;
    transition: 0.3s;
}

.black_link2:hover {
    color: #c91f1f;
}

.special_ban {
    width: 80%;
    margin-left: 10%;
}

.special_ban a img {
    position: relative;
    width: 45%;
    margin: 1% 2%;
    transition: 0.3s;
}

.special_ban a img:hover {
    transform: scale(0.98);
    opacity: 0.8;
}

.program_committee_ban {
    width: 80%;
    margin-left: 10%;
}

.program_committee_ban a img {
    position: relative;
    width: 45%;
    margin: 1% 2%;
    transition: 0.3s;
}

.program_committee_ban a img:hover {
    transform: scale(0.98);
    opacity: 0.8;
}


.ban_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/company_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.75;
    transition: .5s;
}

.ban_right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-image: url(../images/graduate2_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.75;
    transition: .5s;
}

.ban_left p,
.ban_right p {
    font-size: calc(1.5rem + 0.5vw);
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    line-height: 100vh;
}

.ban_left:hover,
.ban_right:hover {
    opacity: 1;
}

.footer_sponsorbanner {
    width: 75%;
    margin-left: 25%;
    display: block;
}



.banners {
    position: relative;
    width: 40%;
    height: auto;
    margin-bottom: 1%;
    margin-top: 1.5%;
    display: inline-block;
}

.banners:nth-child(odd) {
    margin-left: 7.5%;

}

.banners:nth-child(even) {
    margin-left: 5%;
}

.uLback1 {
    background-image: url(../images/DIET_STUDY.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.uLback2 {
    background-image: url(../images/shimauma_print.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.uLback3 {
    background-image: url(../images/sprout.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.uLback4 {
    background-image: url(../images/KIKIMIMI.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.uLback1,
.uLback2,
.uLback3,
.uLback4:hover {
    cursor: pointer;
}

.gourmet {
    position: relative;
    width: 40%;
    margin-left: 12%;
}

.gourmet_indent {
    padding-left: 1.7%;
}

.arearandom_table {
    margin-left: 10%;
    font-size: calc(0.5rem + 0.7vw);
    margin-top: 3%;
}

.feature_table {
    margin-left: 8.8%;
    font-size: calc(0.5rem + 0.7vw);
    margin-bottom: 2%;
}

.feature_table_multiple {
    margin-left: 10%;
    font-size: calc(0.5rem + 0.7vw);
    margin-bottom: 2%;
}

.feature_title {
    font-size: calc(0.5rem + 1vw) !important;
}

.feature_title_table {
    width: 80%;
    font-size: calc(0.1rem + 1.4vw) !important;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 3%;
}

.feature_title_table tr td:first-child {
    vertical-align: top;
    white-space: nowrap;
    width: 12%;
}

.balloon {
    position: relative;
    margin-left: 10%;
    font-size: calc(0.5rem + 1vw);
    background-color: #fff;
    display: inline-block;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #ddd;
}

/*
.balloon::after {
    content: '';
    position: absolute;
    border: 14px solid transparent;
    right: -28px;
    border-left-color: #9f9f9f;
    top: 50%;
    margin-top: -14px;
}
*/

/*
.balloon::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    background-color: #fff;
}
*/

.balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.pamphlet_img {
    margin-left: 7%;
}

.pamphlet_img img {
    position: relative;
    width: 45%;
}

.pamphlet_img2 {
    text-align: center;
}

.pamphlet_img2 img {
    position: relative;
    width: 80%;
}

.pamphlet_img3 {
    text-align: center;
}

.pamphlet_img3 img {
    position: relative;
    width: 50%;
}

.pamphlet_outline a {
    text-decoration: none;
    color: #000000;
    margin: 0;
    transition: 0.3s;
}

.pamphlet_outline a:hover {
    color: #c91f1f;
}

.ma_table {
    position: relative;
    border-collapse: collapse;
    margin-left: 10%;
    width: 80%;
    background-color: #fff;
    font-size: calc(0.5rem + 0.7vw);
}

.ma_table td {
    border: 1px solid #000;
}

.mt_left {
    background-color: #e1e1e1;
    text-align: center
}

.ma_table tr td:last-child {
    text-align: center;
}

.ladder {
    text-align: center;
    width: 94%;
    margin-left: 3%;
    margin-top: 3%;
    /*    margin-top: 6%;*/
}

.ladder_circle {
    width: 10vw;
    height: 10vw;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 2%;
    position: relative;
    border: 1px solid #c91f1f;
    vertical-align: middle;
}

.ladder_circle p {
    /*    margin-top: 6vh;*/
    margin: 0;
    color: #c91f1f;
    font-size: 1.1vw;
}

.row {
    line-height: 10vw;
}

/*
.rowrow {
    margin-top: 6vh;
}
*/

.nextchoice {
    animation-name: next;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}

@keyframes next {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    99.9%,
    to {
        opacity: 1;
        visibility: visible;
    }
}

.backchoice {
    animation-name: back;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}

@keyframes back {
    0% {
        opacity: 1;
        visibility: visible;
    }

    99.9%,
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-right,
.fa-arrow-circle-down,
.fa-arrow-right,
.fa-arrow-down {
    font-size: 1vw;
}

.fa-arrow-circle-right:hover,
.fa-arrow-circle-down:hover,
.fa-arrow-right:hover,
.fa-arrow-down:hover {
    /*    opacity: 0.4;*/
    cursor: pointer;
}

.fa-arrow-circle-right,
.fa-arrow-right {
    transform: translateY(-6.3vw);
}

i {
    color: #c91f1f;
}

.row1 {
    display: inline-block;
}

#q01,
#yes01 {
    opacity: 0;
    visibility: hidden;
}

.ladder div:nth-child(n+3) {
    opacity: 0;
    visibility: hidden;
}

.ladder i:nth-child(n+3) {
    opacity: 0;
    visibility: hidden;
}

#yes04,
#yes08,
#yes12 {
    opacity: 0;
    visibility: hidden;
}

#start p {
    border: 1px solid #c91f1f;
    width: 10vw;
    height: 5vh;
    text-align: center;
    border-radius: 8px;
    color: #c91f1f;
    line-height: 5vh;
    transition: .5s;
    display: inline-block;
    position: relative;
    background-color: #fff;

}

#start p:hover {
    cursor: pointer;
    color: #fff;
    background-color: #c91f1f;
}

.sample_arrow1 {
    position: relative;
    width: 25px;
    vertical-align: middle;
}

.sample_yes {
    margin: 0 0 0 10%;
    display: inline-block;
    width: 5vw;
}

.sample_arrow2 {
    position: relative;
    width: 23px;
    vertical-align: middle;
}

.sample_no {
    margin: 0 0 0 10%;
    display: inline-block;
    width: 5vw;
}

.result p {
    border: 2px solid #f18930;
    border-radius: 8px;
    color: #f18930;
    font-size: calc(0.7rem + 1.0vw);
    font-weight: bold;
}

#result_p,
.result {
    display: none;
}

#reset {
    opacity: 0;
    visibility: hidden;
}

.ma_result_table {
    margin-left: 10%;
    font-size: calc(0.6rem + 0.7vw);
    margin-top: 2%;
}

.ma_result_table tr td:first-child {
    vertical-align: top;
}
