@charset "utf-8";

/* 共通 */
.flex {
    display: flex;
}

.is_between {
    justify-content: space-between;
}

.wrapper {
    width: 94%;
    max-width: 960px;
    margin: 0 auto;
}

.w100p {
    width: 100%;
}

.textCenter {
    text-align: center;
}


/* header */
.header {
    align-items: center;
    height: 80px;
    background-color: #cacfda;
}

.header_ttl {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.header_ttl a {
    text-decoration: none;
    color: black;
}

/* mv */
.mv {
    height: 650px;
    background-image: url(../image/mv.png);
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.mv::before {
    content: "";
    display: block;
    height: 100%;
    background-color: rgba(26, 33, 28, 0.6);
}

.mv_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    line-height: 2.2em;
    /*行の高さを指定*/
    letter-spacing: 0.1em;
    /*文字間隔を指定*/
}

.mv_copy-txt_strong {
    font-size: 2em;
}


/* Section */
.section_Count {
    text-align: right;
    font-size: 0.9em;
    margin-bottom: 5px;
    font-weight: bold;
}

.section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section_ttl {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    padding: 0 0.5em;
    height: auto;
    background-color: #0f1b33;
}

.section_ttl_line {
    margin: 2px 0 1em;
    height: 5px;
    background-color: #0f1b33;
}

.section_txt {
    margin-top: 0.8em 0;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
}

.section_txt_red {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.section_txt_orange {
    font-size: 0.8em;
    color: #ff4500;
}

.section_txt_small-red {
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.section_txt_middle-red {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.section_txt_middle-orange {
    font-size: 18px;
    font-weight: bold;
    color: #ff4500;
}

.section_txt_strong-plus {
    font-size: 30px;
    font-weight: bold;
}

.section_txt_strong {
    font-size: 21px;
    font-weight: bold;
}

.section_txt_strong-red {
    font-size: 21px;
    font-weight: bold;
    color: red;
}

.section_txt_blue {
    font-size: 14px;
    font-weight: bold;
    color: blue;
}

.section_txt_bold {
    font-weight: bold;
}

.section_txt_gray {
    background-color: #E7E7E7;
    font-size: 20px;
    padding: 0 0.5em;
    margin: 0.6em 0;
}

.section_txt_navy {
    width: 200px;
    font-weight: bold;
    background-color: #1b1b72;
    color: #fff;
    font-size: 18px;
    padding: 0 0.5em;
    margin: 0.6em 0;
}

.section_txt_link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

.section_txt_link-middle {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

.section_txt_link-strong {
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

.section_txt a:hover {
    color: #40c1f5;
}

ul.check_list {
    padding: 0.5em;
    margin: 0.6em 0;
    font-weight: bold;
    font-size: 18px;
    background-color: azure;
    border-top: #2e5799 solid 2px;
    border-right: #2e5799 solid 1px;
    border-bottom: #2e5799 solid 1px;
    border-left: #2e5799 solid 10px;
}

ul.check_list li {
    position: relative;
    line-height: 2;
    padding: 0em 0.5em 0.5em 1.5em;
}

ul.check_list li:after,
ul.check_list li:before {
    position: absolute;
    content: '';
    display: block;
    background: #1750d1;
    top: 0.43em;
    left: 0.5em;
    height: 11px;
    width: 4px;
    border-radius: 10px;
    transform: rotate(45deg);
}

ul.check_list li:before {
    top: 0.6em;
    left: 0.2em;
    height: 8px;
    transform: rotate(-45deg);
}

.finger_list {
    padding: 0.5em;
    font-weight: bold;
    font-size: 17px;
    margin: 0.6em 0;
    line-height: 2em;
    background-color: rgba(211, 244, 245, 0.47);
}

.finger_list_inner {
    padding: 0 2.5em;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
}

.finger_list_link {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

.finger_blue {
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 12px;
    margin: 0.6em 0;
    line-height: 2em;
    background-color: rgba(211, 244, 245, 0.47);
}

.check_txt {
    margin-bottom: 0.8em;
    font-size: 14px;
    padding: 0 1em;
    font-weight: normal;
    color: #3c3c3c;
}

.check_txt_left {
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.5em;
}

.check_txt_right {
    font-weight: bold;

    text-align: right;
    margin: 0.5em 0 0;
}

.right {
    text-align: right;
}





/*menu05 年表*/
.cp_timeline01 {
    position: relative;
    width: 100%;
    margin: 3em auto;
    padding: 1em 0;
    list-style-type: none;
}

.cp_timeline01:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgba(128, 222, 234, 1);
    z-index: 5;
}

.cp_timeline01 li {
    padding: 1em 0;
}

.cp_timeline01 li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp_timeline01 li:nth-child(odd) .timeline_item {
    position: relative;
    width: calc(50% - 29px);
    float: left;
    text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item {
    position: relative;
    width: calc(50% - 29px);
    float: right;
}

.cp_timeline01 li .timeline_item .flag_cont {
    position: relative;
    display: inline-block;
    text-align: center;
}

.cp_timeline01 li .timeline_item .flag {
    position: relative;
    display: inline;
    background: rgba(26, 35, 126, 1);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: left;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    position: absolute;
    top: 10px;
    right: -41px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: rgba(0, 188, 212, 1);
    border-radius: 12px;
    border: 6px solid rgba(26, 35, 126, 1);
    z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    left: -41px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    position: absolute;
    top: 12px;
    right: -39px;
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 1);
    z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    left: -39px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -6px;
    border: solid transparent;
    border-left-color: rgba(26, 35, 126, 1);
    border-width: 6px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -6px;
    border: solid transparent;
    border-right-color: rgba(26, 35, 126, 1);
    border-width: 6px;
}

.cp_timeline01 li .timeline_item .time {
    display: block;
    margin-top: 1em;
    padding: 4px 6px;
    font-size: 0.6em;
    line-height: 1em;
    color: rgba(255, 87, 34, 1);
    text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item .time {
    text-align: left;
}

.cp_timeline01 li .timeline_item .desc {
    margin: 1em 0.75em 0 0;
    font-size: 0.7em;
    line-height: 1.5em;
    margin: 1em 1em 0 1em;
    padding: 1em;
    background: rgba(178, 235, 242, 0.7);
    border-radius: 6px;
}

@media only screen and (max-width:768px) {
    .cp_timeline01 {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .cp_timeline01 li {
        padding: 2em 0;
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item,
    .cp_timeline01 li:nth-child(even) .timeline_item {
        float: none;
        width: 100%;
        text-align: center;
    }

    .cp_timeline01 li .timeline_item .flag_cont {
        text-align: center;
    }

    .cp_timeline01 li .timeline_item .flag {
        z-index: 15;
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
    .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
        top: -30px;
        right: calc(50% - 12px);
        left: calc(50% - 12px);
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
    .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
        top: -28px;
        right: calc(50% - 10px);
        left: calc(50% - 10px);
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .flag:after,
    .cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
        content: '';
        position: absolute;
        left: 50%;
        top: -6px;
        height: 0;
        width: 0;
        margin-left: -6px;
        border: solid transparent;
        border-bottom-color: rgba(26, 35, 126, 1);
        border-width: 6px;
        pointer-events: none;
    }

    .cp_timeline01 li .flag_cont {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .time,
    .cp_timeline01 li:nth-child(even) .timeline_item .time {
        float: none;
        text-align: center;
        background: #ffffff;
    }

    .cp_timeline01 li .timeline_item .desc {
        position: relative;
        z-index: 15;
    }
}




/*menu*/
.menu {
    padding: 30px 0 40px 0;
    background-color: #e7e7e7;
}

.menu_ttl {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.menu_inner {
    flex-wrap: wrap;
}

.section_box {
    width: 30%;
    margin: 15px 1.5%;
    background-color: #fff;
}

.section_box a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.section_box a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border: solid 2px #333333;
    transition: 0.2s;
}

.section_box_ttl {
    text-align: center;
    margin: 15px 10px 25px 10px;
}

.section_box_ttl-sub {
    display: block;
    font-size: 1em;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff00 0%);
}

.section_box_txt {
    text-align: left;
    font-size: 0.8em;
    margin-top: 15px;
}

/*note*/
.note {
    padding: 30px 0 40px 0;
    background-color: #e7e7e7;
    text-align: center;
    max-width: none;
}

.note_inner {
    flex-wrap: wrap;
}

.note_box {
    width: 30%;
    margin: 20px 1.5%;
    background-color: #fff;
}

.note_box :hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border: solid 2px #333333;
    transition: 0.2s;
}

.note-embed {
    height: 350px;
}

/*books Amazon*/
.books {
    padding: 30px 0 40px 0;
    background-color: #CACFDA;
    text-align: center;
    max-width: none;
}

.books_inner {
    flex-wrap: wrap;
}

.amazon_box {
    padding: 10px;
    width: 30%;
    margin: 15px 1.5%;
    background-color: #fff;
    display: inline-block;
}

.amazon_box :hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: 0.2s;
}

.amazon_img {
    margin: 0.5em auto;
}

.amazon_text {
    margin: 0.5em auto;
    padding: 0.3em 0.5em;
    font-size: 14px;
    height: 60px;
}

.amazon_text a {
    text-decoration: none;
    font-weight: bold;
    color: #1750d1;
}

.amazon_text a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border: none;
    border-bottom: 3px solid rgb(255, 172, 103);
}

.amazon_comment {
    margin: 0.5em auto;
    padding: 0.5em;
    font-size: 12px;
    text-align: left;
    pointer-events: none;
    /*a:hoverを無効化する*/
}

.amazon_comment_link {
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

.amazon_sab {
    font-size: 12px;
    margin: auto;
}

/* footer */
.footer {
    background: #0f1b33;
    color: #fff;
    padding: 40px 0;
}

.footer_contact {
    width: 40%;
}

.footer_contact_ttl {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer_info {
    width: 50%;
}

.footer_info_ttl {
    font-size: 1.5em;
    font-weight: bold;
}

.footer_info_txt {
    margin-top: 20px;
    font-size: 0.5em;
    font-weight: normal;
}

.footer_button {
    margin-top: 40px;
    padding: 0 25px;
    width: 100%;
    height: 85px;
    background-color: #00a642;
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
}

.footer_logo {
    height: 50px;
}

.footer_button_ttl {
    font-size: 25px;
    padding: 0 0.5em;
}

.footer_copyright {
    text-align: center;
    margin-top: 30px;
}


/* お問い合わせ */
.form {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.form_block {
    margin-bottom: 20px;
}

.form_block label {
    font-size: 14px
}

.form_block input[type="text"],
.form_block input[type="email"] {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 15px;
    border: 1px solid #999;
}

.form_block input[type="text"]::placeholder,
.form_block input[type="email"]::placeholder {
    color: #ccc;
}

.form_block input[type="radio"] {
    margin-left: 20px;
}

.form_block input[type="radio"]:first-child {
    margin-left: 0px;
}

.form_block textarea {
    display: block;
    width: 100%;
    height: 14em;
}

.form_block input[type="submit"] {
    display: block;
    margin: 35px auto 20px;
    padding: 0.3em 3.2em;
    font-size: 1.1em;
    color: #fff;
    background: #00a0e9;
    border-radius: 10px;
}

/*menu01*/
.navi_1 {
    font-size: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.navi_1 a {
    text-decoration: none;
    color: #1A0DAB;
}

.navi_2 {
    font-size: 0.8em;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.navi_2 a {
    text-decoration: none;
    color: #1A0DAB;
}

.youtube {
    margin: 0.5em 0 1.5em;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.info_ttl_youtube {
    font-size: 20px;
    color: #fff;
    padding: 0 0.5em;
    background-color: #EA8512;
    width: 430px;
    margin: 1em 0 0.6em;
}

.info_half-ttl {
    width: 530px;
    font-size: 20px;
    color: #fff;
    padding: 0 0.5em;
    background-color: #12B97C;
    margin: 0.6em 0;
}

.info_long-ttl {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0.5em;
    margin: 0.6em 0;
    background-color: #1b1b72;
    color: #fff;
}

.info_txt {
    margin: 2em 0;
    font-size: 10px;
    padding: 0.5em 1em;
    border: solid 1px #333333;
}

.info_txt a:hover {
    color: #40c1f5;
}

.lamp_list {
    margin: 0.6em auto;
    font-weight: bold;
    font-size: 17px;
    border: 3px solid #2e5799;
    outline: 1px solid #1750d1;
    outline-offset: -10px;
    padding: 1.2% 3%;
}

.lamp_list li {
    padding: 0.5em;
}

.info_half-ttl_link {
    font-size: 20px;
    color: #fff;
    padding: 0.2em 10px;
    background-color: #12B97C;
    margin-top: 20px;
    text-decoration: none;
}


.info_half-txt {
    background-color: #FFFEE0;
}

.info_half-txt a:hover {
    background: #1750d1;
}

.info_half-txt p {
    padding: 0.2em 15px;
}

.info_half-ttl_lineup p {
    font-size: 20px;
    color: #fff;
    padding: 0.2em 10px;
    background-color: #12B97C;
    margin: inherit;
    margin-top: 20px;
}

.info_half-txt_lineup {
    background-color: #FFFEE0;
    width: 100%;
    margin-bottom: 30px;
}

.info_half-txt_lineup th,
td {
    padding: 10px 0;
    text-align: start;
}

.info_half-txt_lineup th a {
    text-decoration: none;
}

.info_map {
    margin: auto;
}

.info_image {
    margin: 1.5em 0 0;
}

.nenpyo {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}

.nenpyo th,
td {
    padding: 10px 0;
    text-align: start;
}

.nenpyo tr:nth-child(odd) {
    background-color: #eee;
}

.info_img_01 {
    justify-content: space-between;
}

.info_img_02 {
    justify-content: space-between;
}

.info_img_under {
    align-items: flex-end;
    justify-content: space-between;
}

.info_img_menu_00 {
    margin: 15px 0;
}

.info_img_menu_01 {
    width: 530px;
    height: auto;
}

.info_img_menu_02 {
    margin-bottom: 25px;
}

.info_img_menu_03 {
    width: 49%;
    height: 50%;
    text-align: center;
    border: solid 2px #ccc;
    padding: 6px;
    margin: 0.2em 0;
}

.info_img_shota_01 {
    width: 40%;
    margin: auto 0 1em;
    text-align: right;
}

.info_img_kosuke_01 {
    margin: auto;
    text-align: right;
}

.info_img_kosuke_08 {
    width: auto;
}

/*menu09 ちょっと休憩*/
.box {
    position: relative;
    margin: 3em 0 1em;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}

.box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box p {
    margin: 0;
    padding: 0;
}




/*年表*/
.cp_timeline01 {
    position: relative;
    width: 100%;
    margin: 3em auto;
    padding: 1em 0;
    list-style-type: none;
}

.cp_timeline01:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgba(128, 222, 234, 1);
    z-index: 5;
}

.cp_timeline01 li {
    padding: 1em 0;
}

.cp_timeline01 li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cp_timeline01 li:nth-child(odd) .timeline_item {
    position: relative;
    width: calc(50% - 29px);
    float: left;
    text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item {
    position: relative;
    width: calc(50% - 29px);
    float: right;
}

.cp_timeline01 li .timeline_item .flag_cont {
    position: relative;
    display: inline-block;
    text-align: center;
}

.cp_timeline01 li .timeline_item .flag {
    position: relative;
    display: inline;
    background: rgba(26, 35, 126, 1);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: left;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    position: absolute;
    top: 10px;
    right: -41px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: rgba(0, 188, 212, 1);
    border-radius: 12px;
    border: 6px solid rgba(26, 35, 126, 1);
    z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    left: -41px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    position: absolute;
    top: 12px;
    right: -39px;
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 1);
    z-index: 10;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    left: -39px;
}

.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -6px;
    border: solid transparent;
    border-left-color: rgba(26, 35, 126, 1);
    border-width: 6px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -6px;
    border: solid transparent;
    border-right-color: rgba(26, 35, 126, 1);
    border-width: 6px;
}

.cp_timeline01 li .timeline_item .time {
    display: block;
    margin-top: 1em;
    padding: 4px 6px;
    font-size: 1.2em;
    line-height: 1em;
    color: #000000;
    text-align: right;
}

.cp_timeline01 li:nth-child(even) .timeline_item .time {
    text-align: left;
}

.cp_timeline01 li .timeline_item .desc {
    margin: 1em 0.75em 0 0;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 1em 1em 0 1em;
    padding: 1em;
    background: rgba(178, 235, 242, 0.7);
    border-radius: 6px;
    text-align: left;
}

/*年表(max-width:768px)*/

@media only screen and (max-width:768px) {
    .cp_timeline01 {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .cp_timeline01 li {
        padding: 2em 0;
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item,
    .cp_timeline01 li:nth-child(even) .timeline_item {
        float: none;
        width: 100%;
        text-align: center;
    }

    .cp_timeline01 li .timeline_item .flag_cont {
        text-align: center;
    }

    .cp_timeline01 li .timeline_item .flag {
        z-index: 15;
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
    .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
        top: -30px;
        right: calc(50% - 12px);
        left: calc(50% - 12px);
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
    .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
        top: -28px;
        right: calc(50% - 10px);
        left: calc(50% - 10px);
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .flag:after,
    .cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
        content: '';
        position: absolute;
        left: 50%;
        top: -6px;
        height: 0;
        width: 0;
        margin-left: -6px;
        border: solid transparent;
        border-bottom-color: rgba(26, 35, 126, 1);
        border-width: 6px;
        pointer-events: none;
    }

    .cp_timeline01 li .flag_cont {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .cp_timeline01 li:nth-child(odd) .timeline_item .time,
    .cp_timeline01 li:nth-child(even) .timeline_item .time {
        float: none;
        text-align: center;
        background: #ffffff;
    }

    .cp_timeline01 li .timeline_item .desc {
        position: relative;
        z-index: 15;
    }
}












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

    .header {
        width: auto;
        height: 40px;
    }

    .header_ttl {
        font-size: 0.7em;
    }

    .mv {
        height: 300px;
    }

    .mv_copy {
        margin: 0 auto;
        font-size: 11px;
        line-height: 1.6em;
        /*行の高さを指定*/
        letter-spacing: 0.05em;
        /*文字間隔を指定*/
    }

    .mv_copy-txt_strong {
        font-size: 18px;
    }

    .navi_1 {
        font-size: 0.6em;
    }

    .navi_2 {
        font-size: 0.6em;
    }

    .section_ttl {
        font-size: 16px;
        margin-top: 20px;
    }

    .section_txt {
        margin-top: 1.5em;
    }

    .section_txt_strong {
        font-size: 17px;
    }

    .section_txt_strong_red {
        font-size: 17px;
    }

    .section_box_ttl-sub {
        font-size: 12px;
    }

    .menu {
        margin-top: 20px;
        padding: 15px 0 10px 0;
    }

    .section_box {
        width: 300px;
        margin: 15px auto;
        background-color: #fff;
    }

    .section_box a:hover img {
        /*2pxのシルバーの実線で囲む*/
        border: solid 2px silver;
    }

    .note {
        margin-top: 20px;
        padding: 15px 0;
    }

    .note_inner {
        flex-direction: column;
        align-items: center;
    }

    .note_box {
        width: inherit;
        margin: 15px 1.5%;
        background-color: #fff;
    }

    .note-embed {
        height: 350px;
    }

    .books {
        margin-top: 20px;
        padding: 15px 0 15px 0;
    }

    .books_inner {
        flex-direction: column;
        align-items: center;
    }

    .amazon_box {
        width: inherit;
        margin: 15px 1.5%;
        background-color: #fff;
    }

    .footer_contact {
        width: inherit;
    }

    .footer_info {
        width: inherit;
    }

    .footer_inner {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 10px;
    }

    .footer_contact {
        margin-top: 5px;
    }

    .footer_button {
        margin: 30px 0;
        /*display: none;*/
    }

    .footer_button_ttl {
        font-size: 16px;
    }

    .info_ttl_youtube {
        width: auto;
        font-size: 16px;
    }

    .youtube {
        margin: 0.5em 0;
        padding-top: 80%;
        position: relative;
        width: 100%;
    }

    .info_half-ttl {
        width: auto;
        font-size: 16px;
    }

    .info_long-ttl {
        width: auto;
        font-size: 16px;
    }

    .info_img {
        width: auto;
    }

    .info_img_01 {
        flex-direction: row;
    }

    .info_img_02 {
        flex-direction: column;
    }

    .info_img_under {
        flex-direction: column;
    }

    .info_img_menu_00 {
        height: auto;
        margin: auto;
    }

    .info_img_menu_01 {
        width: auto;
        margin-bottom: 20px;
    }

    .info_img_shota_01 {
        width: 70%;
        height: auto;
        margin: auto;
    }


}
