@charset "utf-8";
html {
    scroll-behavior: smooth;
}
#hth_column {
    font-family: Roboto, 'Noto Sans JP', "lucida grande", '游ゴシック体', 'Yu Gothic', YuGothic, tahoma, verdana, arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
}
a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
    text-decoration: none;
}

@media screen and (min-width: 959px) {
    #header_logo {
        padding-top: 0 !important
    }    
    .br-sp {
        display: none;
    }
	.sp_only {
		display: none;
    }    
    #hth_column {
        width: 1200px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 2.4;
    }
    #column_bc {
        margin: 0 0 30px 0;
        padding: 10px 0;
        background-color: #189E9E;
        color: #FFFFFF;
        font-size: 13px;
        letter-spacing: 1px;
    }
    #column_bc ul {
        display: flex;
        width: 1200px;
        margin: 0 auto;        
    }
    #column_bc ul li {
        margin: 0 10px 0 0;
    }
    #column_bc ul li:after {
        content: ">";
        margin: 0 0 0 10px;
    }
    #column_bc ul li:last-child {
        margin: 0;
    }
    #column_bc ul li:last-child:after {
        content: none;
    }
    #column_bc ul li a {
        color: #FFFFFF;
        text-decoration: underline;
    }
    #column_title {
        position: relative;
        width: 100%;
        height: 145px;
        margin: 0 0 40px 0;
        background: url(../img/h2_bg.png) center bottom no-repeat;
        border-top: 10px solid #189E9E;
        border-bottom: 3px solid #189E9E;
        box-sizing: border-box;
        font-size: 40px;
        text-align: center;
        letter-spacing: 1px;
    }
    #column_title a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px 0;
        box-sizing: border-box;
    }
    #column_cont {
        display: flex;
        justify-content: space-between;
    }
    #column_main {
        width: 840px;
    }
    #column_main .mainimg {
        margin: 0 0 40px 0;
    }
    #mainIndexFixed {
        display: none;
    }
    #column_main .mainimg img {
        width: 100%;
    }
    #column_main .column_header {
        margin: 0 0 40px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px dashed #CCCCCC;
    }
    #column_main .column_header h1 {
        font-size: 32px;
        line-height: 1.6;
    }
    #column_main .column_header .date {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    #column_main .column_header .dateModified {
        padding: 0 0 0 15px;
    }
    #column_main #mainIndex {
        width: 780px;
        margin: 0 auto;
        background-color: #E6F1F6;
        border-radius: 10px;        
    }
    #column_main .mainIndex .accordion_header {
        position: relative;
        padding: 15px 25px;
        color: #37A9A9;
        font-size: 20px;
        letter-spacing: 10px;
        text-align: center;
        box-sizing: border-box;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;        
    }
    #column_main .mainIndex .accordion_header:hover {
        opacity: 0.5;
        cursor : pointer;
    }
    #column_main .mainIndex .accordion_header::after {
        display: inline-block;
        position: absolute;
        top: 22px;
        width: 30px;
        height: 30px;
        content: "　";
        background: url("../img/according_icon.svg") center no-repeat;
        background-size: contain;
        transition: transform 0.5s ease;
    }
    #column_main .mainIndex .open::after {
        transform: rotate(180deg);
        transition: transform 0.5s ease;
    }
    #column_main .mainIndex .accordion_header span {
        padding: 0 10px 0 0; 
        font-size: 14px;
        letter-spacing: 2px;
    }
    #column_main .mainIndex .accordion_inner {
        display: none;
        padding: 0 25px 25px 25px;
        background-color: #E6F1F6;
        border-radius: 0 0 10px 10px;
        box-sizing: border-box;
    }
    #column_main .mainIndex .accordion_inner li {
        border-bottom: 1px dashed #FFFFFF;
        font-size: 16px;
        line-height: 1.4;
    }
    #column_main .mainIndex .accordion_inner li:last-child {
        border: none;
    }
    #column_main .mainIndex .accordion_inner li a {
        display: block;
        padding: 15px;
        box-sizing: border-box;
    }
    #column_main .mainIndex .accordion_inner li span {
        display: block;
        padding: 0 0 5px 0;
        color: #37A9A9;
        font-size: 14px;
        font-weight: 500;        
        letter-spacing: 1px;
        line-height: 1;
    }
    #column_main .column_body .scroll_adjust {
        margin-top: -10px;
        padding-top: 10px;
    }
    #column_main .column_body .column_chapter {         
        margin: 0 0 60px 0;
    }
    #column_main .column_body .column_chapter_2nd {
        margin: 60px 0;
    }
    #column_main .column_body .column_chapter_2nd:last-child {
        margin: 60px 0 0 0;
    }    
    #column_main .column_body .column_chapter_3rd {
        margin: 0 0 40px 0;
    }
    #column_main .column_body .column_chapter_3rd:last-child {
        margin: 0;
    }
    #column_main .column_body .h2_headline {
        position: relative;
        width: 840px;
        height: 127px;
        margin: 100px 0 0 0;
    }
    #column_main .column_body .h2_headline .chapter_num {
        position: absolute;
        top: -100px;
        left: 10px;
        color: #189E9E;
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
    }
    #column_main .column_body .h2_headline .chapter_num span {
        padding: 0 0 0 10px;
        font-family: "Oswald", sans-serif;
        font-size: 50px;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke: 2px #189E9E;        
    }
    #column_main .column_body .h2_headline h2 {
        display: flex;
        position: absolute;
        width: 840px;
        height: 127px;        
        padding: 0 30px 20px 30px;
        background: url("../img/chapter_h2_bg.png") top left no-repeat;
        background-size: 840px 127px;
        box-sizing: border-box;
        color: #189E9E;
        font-size: 28px;
        align-items: center;
        line-height: 1.4;        
    }
    #column_main .column_body .h2_headline:after {
        position: absolute;
        width: 70px;
        height: 71px;
        top: -65px;
        right: 20px;
        content: '';
        background: url("../img/chapter_h2_haupy.png") top left no-repeat;
        background-size: cover;
    }
    #column_main .column_body h3 {
        display: flex;
        align-items: center;
        margin: 0 0 40px 0;
        padding: .5em .7em;
        background-color: #F5F5F5;
        font-size: 20px;
        letter-spacing: 1px;
    }
    #column_main .column_body h3::before {
        display: inline-block;
        width: 5px;
        height: 1.5em;
        margin-right: .6em;
        background-color: #189E9E;
        content: '';
    }
    #column_main .column_body h4 {
        color: #189E9E;
        font-size: 18px;
        letter-spacing: 1px;
    }
    #column_main .column_body h4::before {
        content: '≪'
    }
    #column_main .column_body h4::after {
        content: '≫'
    }
    #column_main .column_body p {
        margin: 30px 0;
    }
    #column_main .column_body .cont_banner {
        text-align: center;
    }        
    #column_main .column_body ul.bullet_points li {
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }
    #column_main .column_body ul.bullet_points li::before {
        content: '・'
    }
    #column_main .column_body strong {
        background: linear-gradient(transparent 60%, yellow 30%);
        font-weight: bold;        
    }
    #column_main .column_body figure {
        margin: 30px 0;
        text-align: center;
    }
    #column_main .column_body figcaption {
        margin: 5px 0 0 0;
        color: #666666;
        font-size: 14px;
    }
    #column_main .column_body table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    #column_main .column_body table.madori_table {
        width: 600px;
    }
    #column_main .column_body table.madori_table a {
        text-decoration: underline;
    }
    #column_main .column_body table.madori_table a span {
        font-size: 20px;
    }
    #column_main .column_body table.madori_table tbody th {
        font-size: 16px;
    }
    #column_main .column_body table tr {
        background-color: #E6F1F6;
    }
    #column_main .column_body table tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
    #column_main .column_body table th,
    #column_main .column_body table td {
        border: 1px solid #F1F1F1;
        padding: 1em;
        text-align: center;
    }
    #column_main .column_body table thead th {
        background-color: #37A9A9;
        color: #FFFFFF;
        text-align: center;
        letter-spacing: 2px;
        border-top: 1px solid #37A9A9;
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        border-left: 1px solid #37A9A9;
    }
    #column_main .column_body table thead th:last-of-type {
        border-right: 1px solid #37A9A9;
    }
    #column_main .column_body table tbody th {
        color: #37A9A9;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        border: 1px solid #F1F1F1;      
    }
    #column_main .column_body table tbody .ls3 {
        letter-spacing: 3px; 
    }    
    #column_main .column_body table tbody .ls6 {
        letter-spacing: 6px; 
    }
    #column_main .column_body table th.station {
        width: 20%;
    }
    #column_main .column_body table th.time {
        width: 10%;
    }
    #column_main .column_body table th.madori {
        width: 40%;
    }
    #column_main .column_body .caption {
        margin: 15px 0 0 0;
        font-size: 14px;
        line-height: 1.4;
    }
    #column_main .column_body .yoyaku_btn {
        margin: 40px 0 !important;
        text-align: center;
    }
    #column_main .column_body .search_btn,
    #column_main .column_body a.search_btn,
    #column_main .column_body button.search_btn {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
    }
    #column_main .column_body .bukken_search_btn {
        margin: 30px 0;
        text-align: center;
    }
    #column_main .column_body a.search_btn-c {
        position: relative;    
        width: 80%;
        padding: 0.25rem 2rem 0.5rem 1.8rem;    
        font-size: 1.15rem;
        color: #FFFFFF;
        background: #E51873;
        -webkit-box-shadow: 0 5px 0 #CC1667;
        box-shadow: 0 5px 0 #CC1667;
        box-sizing: border-box;
    }
    #column_main .column_body a.search_btn-c span {
        display: block;    
        position: absolute;
        top: -0.75rem;
        left: calc(50% - 150px);    
        font-size: 0.8rem;
        width: 300px;
        padding: 0.25rem 0;
        color: #CC1667;
        border: 2px solid #CC1667;
        border-radius: 100vh;
        background: #FFFFFF;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    #column_main .column_body a.search_btn-c span:before,
    #column_main .column_body a.search_btn-c span:after {
        position: absolute;
        left: calc(50% - 10px);
        content: "";
    }
    #column_main .column_body a.search_btn-c span:before {
        bottom: -10px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #CC1667 transparent transparent transparent;
    }
    #column_main .column_body a.search_btn-c span:after {
        bottom: -7px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
    }
    #column_main .column_body a.search_btn-c:hover {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
        color: #FFFFFF;
        background: #E6458C;
        -webkit-box-shadow: 0 2px 0 #CC1667;
        box-shadow: 0 2px 0 #CC1667;
    }
    #column_side {
        width: 310px;
    }
    #column_side .banner_area li {
        margin: 0 0 20px 0;
    }
    #column_side .banner_area img {
        width: 100%;
    }
    #column_side .sideIndex_sticky {
        position: sticky;
        top: 20px;
    }
    #column_side .sideIndex_sticky h5::before {
        display: inline-block;
        width: 36px;
        height: 30px;
        content: "　";
        background: url("../img/column_sideIndex_icon.svg") no-repeat;
        background-size: contain;     
    }
    #column_side .sideIndex_sticky h5 {
        padding: 3px 10px 0 10px;
        color: #FFFFFF;
        background-color: #189E9E;
        box-sizing: border-box;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        letter-spacing: 2px;
    }
    #column_side .sideIndex_sticky ul li {
        border-bottom: 1px dotted #CCCCCC;
    }
    #column_side .sideIndex_sticky ul li a {
        display: block;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.4;
    }
    #column_side .sideIndex_sticky ul li a span {
        display: block;
        padding: 0 0 5px 0;
        color: #189E9E;
        letter-spacing: 1px;
    }
    #column_side .sideIndex_sticky ul li a span::before {
        content: '▽';
        padding: 0 3px 0 0;
        font-size: 12px;
    }
    #footer {
        font-family: Roboto, 'Noto Sans JP', "lucida grande", '游ゴシック体', 'Yu Gothic', YuGothic, tahoma, verdana, arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;        
    }
    #footer .copy {
        padding: 10px 0; 
        background-color: #189E9E;
        color: #FFFFFF;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        box-sizing: border-box;
    }     
}

@media screen and (max-width: 959px) {
	.pc_only {
		display: none;
	}
    #sp_header_logo {
        padding: 10px;
    }
    #column_title {
        position: relative;
        width: 100%;
        height: 130px;
        margin: 0 0 20px 0;
        background: url(../img/h2_bg_sp.png) center bottom no-repeat;
        background-size: cover;
        border-top: 10px solid #189E9E;
        border-bottom: 3px solid #189E9E;
        box-sizing: border-box;
        font-size: 20px;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    #column_title a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }   
    #column_main {
        width: calc(100% - 40px);
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.8;
    }
    #column_main .mainimg {
        margin: 0 0 20px 0;
    }    
    #column_main .mainimg img {
        width: 100%;
    }
    #column_main .column_header {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px dashed #CCCCCC;
    }
    #column_main .column_header h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    #column_main .column_header .date {
        margin: 20px 0 0 0;
    }
    #column_main .column_header .date span {
        display: block;
        font-size: 12px;
    }
    #mainIndex {
        width: 100%;
        margin: 0 auto 20px auto;
        background-color: #E6F1F6;
        border-radius: 6px;
    }
    #mainIndexFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: #E6F1F6;
        border-radius: 0;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }
    #mainIndexFixed.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    #column_main .mainIndex .accordion_header {
        position: relative;
        padding: 15px 25px;
        color: #37A9A9;
        font-size: 16px;
        letter-spacing: 10px;
        text-align: center;
        box-sizing: border-box;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;        
    }
    #mainIndexFixed {
        border-bottom: #FFFFFF;
    }
    #mainIndexFixed .accordion_header {
        background-color: #189E9E;
        color: #FFFFFF !important;
    }
    #column_main .mainIndex .accordion_header:hover {
        cursor : pointer;
    }
    #column_main .mainIndex {
        border-bottom: 1px solid #FFFFFF;
    }
    #mainIndex .accordion_header::after {
        display: inline-block;
        position: absolute;
        top: 15px;
        width: 26px;
        height: 26px;
        content: "　";
        background: url("../img/according_icon.svg") center no-repeat;
        background-size: contain;
        transition: transform 0.5s ease;
    }    
    #mainIndexFixed .accordion_header::after {
        display: inline-block;
        position: absolute;
        top: 15px;
        width: 26px;
        height: 26px;
        content: "　";
        background: url("../img/according_icon_wh.svg") center no-repeat;
        background-size: contain;
        transition: transform 0.5s ease;        
    }
    #column_main .mainIndex .open::after {
        transform: rotate(180deg);
        transition: transform 0.5s ease;
    }
    #column_main .mainIndex .accordion_header span {
        padding: 0 10px 0 0; 
        font-size: 12px;
        letter-spacing: 2px;
    }
    #column_main .mainIndex .accordion_inner {
        display: none;
        padding: 0 10px 10px 10px;
        background-color: #E6F1F6;
        border-radius: 0 0 10px 10px;
        box-sizing: border-box;
    }
    #column_main .mainIndex .accordion_inner li {
        border-bottom: 1px dashed #FFFFFF;
        font-size: 14px;
        line-height: 1.4;
    }
    #column_main .mainIndex .accordion_inner li:last-child {
        border: none;
    }
    #column_main .mainIndex .accordion_inner li a {
        display: block;
        padding: 12px;
        box-sizing: border-box;
    }
    #column_main .mainIndex .accordion_inner li span {
        display: block;
        padding: 0 0 10px 0;
        color: #37A9A9;
        font-size: 12px;
        font-weight: 500;        
        letter-spacing: 1px;
        line-height: 1;
    }
    #column_main .column_body .scroll_adjust {
        margin-top: -60px;
        padding-top: 60px;
    }    
    #column_main .column_body .column_chapter {         
        margin: 0 0 40px 0;
    }
    #column_main .column_body .column_chapter_2nd {
        margin: 30px 0;
    }
    #column_main .column_body .column_chapter_2nd:last-child {
        margin: 30px 0 0 0;
    }    
    #column_main .column_body .column_chapter_3rd {
        margin: 0 0 20px 0;
    }
    #column_main .column_body .column_chapter_3rd:last-child {
        margin: 0;
    }    
    #column_main .column_body .h2_headline {
        position: relative;
        width: 100%;
        height: 100px;
        margin: 60px 0 0 0;
    }
    #column_main .column_body .h2_headline .chapter_num {
        position: absolute;
        top: -50px;
        left: 10px;
        color: #189E9E;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        font-weight: 700;
    }
    #column_main .column_body .h2_headline .chapter_num span {
        padding: 0 0 0 10px;
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: transparent;
        -webkit-text-stroke: 2px #189E9E;        
    }
    #column_main .column_body .h2_headline h2 {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100px;        
        padding: 0 15px 10px 15px;
        background: url("../img/chapter_h2_bg.png") top left no-repeat;
        background-size: 100% 100px;
        box-sizing: border-box;
        color: #189E9E;
        font-size: 18px;
        align-items: center;
        line-height: 1.4;        
    }
    #column_main .column_body .h2_headline:after {
        position: absolute;
        width: 60px;
        height: 61px;
        top: -56px;
        right: 15px;
        content: '';
        background: url("../img/chapter_h2_haupy.png") top left no-repeat;
        background-size: cover;
    }
    #column_main .column_body h3 {
        display: flex;
        align-items: center;
        margin: 0 0 20px 0;
        padding: .5em .7em;
        background-color: #F5F5F5;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    #column_main .column_body h3::before {
        display: inline-block;
        width: 5px;
        height: 1.5em;
        margin-right: .6em;
        background-color: #189E9E;
        content: '';
    }
    #column_main .column_body h4 {
        margin: 0 0 5px 0;
        color: #189E9E;
        font-size: 14px;
        letter-spacing: 1px;
    }
    #column_main .column_body h4::before {
        content: '≪'
    }
    #column_main .column_body h4::after {
        content: '≫'
    }
    
    #column_main .column_body figure {
        width: 95%;
        margin: 15px auto;
    }
    #column_main .column_body figure img {
        width: 100%;
    }
    #column_main .column_body figcaption {
        margin: 5px 0 0 0;
        color: #666666;
        font-size: 12px;
    }
    #column_main .column_body ul.bullet_points li {
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }
    #column_main .column_body ul.bullet_points li::before {
        content: '・'
    }
    #column_main .column_body strong {
        background: linear-gradient(transparent 60%, yellow 30%);
        font-weight: bold;        
    }    
    #column_main .column_body p {
        margin: 20px 0;
    }
    #column_main .column_body .cont_banner {
        text-align: center;
    }
    #column_main .column_body .cont_banner img {
        max-width: 100%;
        height: auto;
    }
    #column_main .column_body .table_scroll {
        overflow-x: scroll;
    }
    #column_main .column_body table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 600px;
        font-size: 12px;
        line-height: 1.6;
        -webkit-text-size-adjust: 100%;        
    }
    #column_main .column_body table .sticky {
        position: sticky;
        left: 0;
    }
    #column_main .column_body table .sticky::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid #E4E4E4;
        position: absolute;
        top: -1px;
        left: -1px;
        box-sizing: content-box;
    }
    #column_main .column_body table.madori_table {
        width: 100%;
    }
    #column_main .column_body table.madori_table a {
        text-decoration: underline;
    }
    #column_main .column_body table.madori_table a span {
        font-size: 16px;
    }
    #column_main .column_body table.madori_table tbody th {
        font-size: 14px;
    }
    #column_main .column_body table th,
    #column_main .column_body table td {
        border: 1px solid #F1F1F1;
        padding: 8px;
        text-align: center;
    }
    #column_main .column_body table thead th {
        background-color: #37A9A9;
        color: #FFFFFF;
        text-align: center;
        letter-spacing: 2px;
        border-top: 1px solid #37A9A9;
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        border-left: 1px solid #37A9A9;
    }
    #column_main .column_body table thead th:last-of-type {
        border-right: 1px solid #37A9A9;
    }
    #column_main .column_body table tbody th {
        color: #37A9A9;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        border: 1px solid #F1F1F1;      
    }
    #column_main .column_body table tbody th {
        background-color: #FFFFFF;
    }
    #column_main .column_body table tbody th:nth-child(odd) {
        background-color: #E6F1F6;
    }
    #column_main .column_body table tbody .ls3 {
        letter-spacing: 3px; 
    }    
    #column_main .column_body table tbody .ls6 {
        letter-spacing: 6px; 
    }
    #column_main .column_body table th.station {
        width: 20%;
    }
    #column_main .column_body table th.time {
        width: 20%;
    }
    #column_main .column_body table th.madori {
        width: 45%;
    }
    #column_main .column_body .caption {
        margin: 5px 0 0 0;
        font-size: 12px;
    }    
    #column_main .column_body .yoyaku_btn {
        margin: 30px 0 !important;
    }
    #column_main .column_body .yoyaku_btn img {
        width: 100%;
    }
    #column_main .column_body .search_btn,
    #column_main .column_body a.search_btn,
    #column_main .column_body button.search_btn {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
    }
    #column_main .column_body .bukken_search_btn {
        margin: 30px 0;
        text-align: center;
    }
    #column_main .column_body a.search_btn-c {
        position: relative;    
        width: 100%;
        padding: 0.25rem 2rem 0.5rem 1.8rem;    
        font-size: 1rem;
        color: #FFFFFF;
        background: #E51873;
        -webkit-box-shadow: 0 5px 0 #CC1667;
        box-shadow: 0 5px 0 #CC1667;
        box-sizing: border-box;
    }
    #column_main .column_body a.search_btn-c span {
        display: block;    
        position: absolute;
        top: -0.75rem;
        left: calc(50% - 150px);    
        font-size: 0.8rem;
        width: 300px;
        padding: 0.25rem 0;
        color: #CC1667;
        border: 2px solid #CC1667;
        border-radius: 100vh;
        background: #FFFFFF;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    #column_main .column_body a.search_btn-c span:before,
    #column_main .column_body a.search_btn-c span:after {
        position: absolute;
        left: calc(50% - 10px);
        content: "";
    }
    #column_main .column_body a.search_btn-c span:before {
        bottom: -10px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #CC1667 transparent transparent transparent;
    }
    #column_main .column_body a.search_btn-c span:after {
        bottom: -7px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
    }
    #column_main .column_body a.search_btn-c:hover {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
        color: #FFFFFF;
        background: #E6458C;
        -webkit-box-shadow: 0 2px 0 #CC1667;
        box-shadow: 0 2px 0 #CC1667;
    }
    #column_side {
        margin: 0 0 30px 0;
    }
    #column_side .banner_area {
        width: calc(100% - 40px);
        margin: 0 auto;        
    }
    #column_side .banner_area li {
        margin: 0 0 15px 0;
    }
    #column_side .banner_area li:last-child {
        margin: 0;
    }
    #column_side .banner_area img {
        width: 100%;
    }
    #footer {
        font-family: Roboto, 'Noto Sans JP', "lucida grande", '游ゴシック体', 'Yu Gothic', YuGothic, tahoma, verdana, arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;        
    }
    #footer .copy {
        padding: 10px 0; 
        background-color: #189E9E;
        color: #FFFFFF;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        box-sizing: border-box;
    }     
}