@charset "UTF-8";

/*----- tel -----*/

a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
}

@media only screen and (max-width: 979px){
    a[href^="tel:"]{
        pointer-events: auto;
    }
}

/*----- br -----*/

br.pc,
br.pc.tab,
br.pc.sp {
    display: block;
}

br.tab,
br.sp,
br.tab.sp {
    display: none;
}

@media only screen and (max-width: 979px) {

    br.pc,
    br.pc.sp {
        display: none;
    }

    br.tab,
    br.pc.tab,
    br.tab.sp {
        display: block;
    }

}

@media only screen and (max-width: 690px) {

    br.tab,
    br.pc.tab {
        display: none;
    }

    br.sp,
    br.pc.sp {
        display: block;
    }
}

/*----- jc ai -----*/

.jc_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc_c {
    -webkit-box-pack: center;
    -ms-flex-pack: unset;
    justify-content: center;
}

.jc_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ai_c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai_b {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.ai_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*----- content -----*/

#common{
    overflow: hidden;
}

.contens_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.contens_2 #contents_left{
    width: calc(100% - 240px - 90px);
    margin-right: 90px;
}

@media only screen and (max-width: 979px){
    .contens_2{
        margin-bottom: 40px;
    }
    .contens_2 #contents_left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 80px;
    }
    .contens_2 #contents_right{
        width: 100%;
    }
}

@media only screen and (max-width: 690px){
    .contens_2 #contents_left{
        margin-bottom: 50px;
    }
}

.main_blue{
    background-color: #E6F1F9;
}

/*----- header -----*/

header.original{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

header.original .in_area{
    width: 100%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header.original .in_area .logo_area{
    width: 470px;
}

header.original .in_area .logo_area a{
    display: flex;
    align-items: flex-start;
    height: auto;
    padding: 0 20px;
}

@media all and (-ms-high-contrast: none) {
    header.original .in_area .logo_area a img{
        width: 100%;
    }
}

header.original .in_area .navi{
    width: calc(100% - 470px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header.original .in_area .navi .navi_left{
    width: calc(100% - 620px);
    padding-left: 20px;
}

header.original .in_area .navi .navi_left h1{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

header.original .in_area .navi .navi_left .pagelink{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

header.original .in_area .navi .navi_left .pagelink li{
    margin-right: 15px;
}

header.original .in_area .navi .navi_left .pagelink li a{
    display: inline-block;
    padding: 0px 0px 10px 0px;
    position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}

.no_current::before{
    display: none!important;
}

@media all and (-ms-high-contrast: none) {
    header.original .in_area .navi .navi_left .pagelink li a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

header.original .in_area .navi .navi_left .pagelink li a:before{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #F76B0E;
    border-radius: 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all .3s;
}

header.original .in_area .navi .navi_left .pagelink li a:hover:before,
#top header.original .in_area .navi .navi_left .pagelink li:first-child a:before,
header.original .in_area .navi .navi_left .pagelink li.main_current a:before{
    bottom: 0;
    opacity: 1;
}

header.original .in_area .navi .navi_right{
    width: 620px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header.original .in_area .navi .navi_right .tel{
    width: 400px;
    height: 120px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #F76B0E;
    display: flex;
    align-items: center;
    justify-content: center;;
}

header.original .in_area .navi .navi_right .tel .big{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

@media all and (-ms-high-contrast: none) {
    header.original .in_area .navi .navi_right .tel .big{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

header.original .in_area .navi .navi_right .tel .mini{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
    header.original .in_area .navi .navi_right .tel .mini{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

header.original .in_area .navi .navi_right .tel .num a{
    display: inline-block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding-left: 35px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media all and (-ms-high-contrast: none) {
    header.original .in_area .navi .navi_right .tel .num a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

header.original .in_area .navi .navi_right .tel .num a:before{
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/tel_icon.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 12.5px);
    left: 0;
}

header.original .in_area .navi .navi_right .mail{
    width: 220px;
    height: 120px;
    overflow: hidden;
}

header.original .in_area .navi .navi_right .mail a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: #014F83;
    padding: 10px;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    header.original .in_area .navi .navi_right .mail a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

header.original .in_area .navi .navi_right .mail a:hover{
    color: #014F83;
}

header.original .in_area .navi .navi_right .mail a:before{
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

header.original .in_area .navi .navi_right .mail a:hover:before{
    height: 100%;
}

header.original .in_area .navi .navi_right .mail a .txt{
    position: relative;
    z-index: 10;
}

header.original .in_area .on_re,
header.original .in_area .gnavi_btn_sp{
    display: none;
}


@media only screen and (max-width: 1900px){
    header.original .in_area .logo_area{
        width: 300px;
    }
    header.original .in_area .navi{
        width: calc(100% - 300px);
    }
    header.original .in_area .navi .navi_left{
        width: calc(100% - 500px);
        padding-left: 15px;
    }
    header.original .in_area .navi .navi_left .pagelink li a{
        font-size: 20px;
    }
    header.original .in_area .navi .navi_right{
        width: 500px;
    }
    header.original .in_area .navi .navi_right .tel{
        width: 300px;
    }
    header.original .in_area .navi .navi_right .mail{
        width: 200px;
    }
}

@media only screen and (max-width: 1450px){
    header.original .in_area .logo_area{
        width: 250px;
    }
    header.original .in_area .navi{
        width: calc(100% - 250px);
    }
    header.original .in_area .navi .navi_left{
        width: calc(100% - 440px);
    }
    header.original .in_area .navi .navi_left h1{
        font-size: 12px;
    }
    header.original .in_area .navi .navi_left .pagelink li a{
        font-size: 18px;
    }
    header.original .in_area .navi .navi_right{
        width: 440px;
    }
    header.original .in_area .navi .navi_right .tel{
        width: 100%;
    }
    header.original .in_area .navi .navi_right .tel .mini{
        font-size: 12px;
    }
    header.original .in_area .navi .navi_right .tel .big{
        font-size: 14px;
    }
    header.original .in_area .navi .navi_right .tel .num a{
        font-size: 20px;
    }
    header.original .in_area .navi .navi_right .tel .num a:before{
        width: 25px;
        height: 25px;
        background-size: 25px auto;
        top: calc(50% - 12.5px);
    }
    header.original .in_area .navi .navi_right .mail{
        width: 170px;
    }
    header.original .in_area .navi .navi_right .mail a{
        font-size: 20px;
    }
}

@media only screen and (max-width: 1250px){
    header.original .in_area{
        height: 60px;
    }
    header.original .in_area .on_re{
        display: block;
        width: calc(100% - 250px);
        font-size: 12px;
        font-weight: 400;
        padding-right: 50px;
    }
    header.original .in_area .navi{
        position: fixed;
        top: 60px;
        right: -440px;
        max-width: 440px;
        width: 80%;
        transition: all 0.5s;
        background-color: #fff;
    }
    header.original.active .in_area .navi{
        right: 0;
    }
    header.original .in_area .navi .navi_left{
        width: 100%;
        padding: 15px;
    }
    header.original .in_area .navi .navi_left h1{
        display: none;
    }
    header.original .in_area .navi .navi_left .pagelink li{
        width: 100%;
        margin: 0 0 15px 0;
    }
    header.original .in_area .gnavi_btn_sp {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    header.original .in_area .gnavi_btn_sp_in {
        position: relative;
        width: 26px;
        height: 24px;
        cursor: pointer;
        z-index: 2;
    }
    header.original .in_area .gnavi_btn_sp_in,
    header.original .in_area .gnavi_btn_sp_in span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    header.original .in_area .gnavi_btn_sp_in span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333333;
        border-radius: 4px;
    }
    header.original .in_area .gnavi_btn_sp_in span:nth-of-type(1) {
        top: 0;
    }
    header.original .in_area .gnavi_btn_sp_in span:nth-of-type(2) {
        top: 10px;
    }
    header.original .in_area .gnavi_btn_sp_in span:nth-of-type(3) {
        top: 20px;
    }
    header.original.active .in_area .gnavi_btn_sp .gnavi_btn_sp_in span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        -ms-transform: translateY(16px) rotate(-45deg);
        transform: translateY(16px) rotate(-45deg);
        top: -4px;
    }
    header.original.active .in_area .gnavi_btn_sp .gnavi_btn_sp_in span:nth-of-type(2) {
        opacity: 0;
    }
    header.original.active .in_area .gnavi_btn_sp .gnavi_btn_sp_in span:nth-of-type(3) {
        -webkit-transform: translateY(-16px) rotate(45deg);
        -ms-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(45deg);
        top: 28px;
    }
}

@media only screen and (max-width: 690px){
    header.original .in_area .logo_area{
        width: 150px;
    }
    header.original .in_area .logo_area a{
        padding: 0 10px;
    }
    header.original .in_area .on_re{
        width: calc(100% - 150px);
        font-size: 10px;
    }
    header.original .in_area .navi .navi_right .tel{
        width: 100%;
        height: auto;
    }
    header.original .in_area .navi .navi_right .mail{
        width: 100%;
        height: auto;
    }
}

/*----- rightnavi -----*/

.righnavi_01{
    border: 3px solid #666666;
    border-radius: 10px;
    padding: 30px 10px;
    background-color: #fff;
    font-weight: 500;
}

.righnavi_01 h2{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #F76B0E;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .righnavi_01 h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.righnavi_01 h2:before{
    content: '';
    width: 150px;
    height: 3px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
}

.righnavi_01 .orenge_tag{
    background-color: #F76B0E;
    border-radius: 10px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    /* line-height: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
}

@media all and (-ms-high-contrast: none) {
    .righnavi_01 .orenge_tag{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.righnavi_01 .tel_area{
    border: 3px solid #0074C1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .righnavi_01 .tel_area{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.righnavi_01 .tel_area .telnum a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0074C1;
    font-size: 27px;
}

@media all and (-ms-high-contrast: none) {
    .righnavi_01 .tel_area .telnum a{
        font-family: "メイリオ", Meiryo, sans-serif !important;
        font-size: 25px;
    }
}

.righnavi_01 .mail{
    border-radius: 10px;
    background-color: #F76B0E;
    overflow: hidden;
}

.righnavi_01 .mail .title a{
    display: block;
    width: 100%;
    height: 75px;
    text-align: center;
    padding-top: 10px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media all and (-ms-high-contrast: none) {
    .righnavi_01 .mail .title a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.righnavi_01 .mail:hover .title a{
    color: #F76B0E;
}

.righnavi_01 .mail .title a:before{
    content: '';
    width: 25px;
    height: 15px;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 12.5px);
    transition: all .2s;
}

.righnavi_01 .mail:hover .title a:before{
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr3.png);
}

.righnavi_01 .mail .title a:after{
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}

.righnavi_01 .mail:hover .title a:after{
    height: 100%;
}

.righnavi_01 .mail .img{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 690px){
    .righnavi_01 h2{
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .righnavi_01 .orenge_tag{
        height: 100px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .righnavi_01 .tel_area{
        font-size: 20px;
        height: 130px;
    }
    .righnavi_01 .tel_area .telnum a{
        font-size: 18px;
    }
    .righnavi_01 .mail .title a{
        font-size: 20px;
        height: 65px;
    }
    .btn_01 a:after{
        width: 20px;
        background-size: 20px auto;
    }
    .righnavi_01 .mail .img{
        height: 130px;
    }
}

.rightnavi_02{
    background-color: #0074C1;
    border-radius: 10px;
    padding: 30px 10px;   
}

.rightnavi_02 h2{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;    
}

@media all and (-ms-high-contrast: none) {
    .rightnavi_02 h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.rightnavi_02 .white_area{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 35px 20px;
}

.rightnavi_02 .white_area .address{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #333333;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
    .rightnavi_02 .white_area .address{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.rightnavi_02 .white_area .station{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #0074C1; 
}

@media all and (-ms-high-contrast: none) {
    .rightnavi_02 .white_area .station{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    .rightnavi_02 h2{
        font-size: 20px;
    }
    .rightnavi_02 .white_area .address,
    .rightnavi_02 .white_area .station{
        font-size: 18px;
    }
}

.rightnavi_btn{
    width: 100%;
    background-color: #F76B0E;
    border-radius: 10px;
    line-height: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.rightnavi_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    height: 40px;
}

.rightnavi_btn:hover a,
.rightnavi_btn.main_current a{
    color: #F76B0E;
}

@media all and (-ms-high-contrast: none) {
    .rightnavi_btn a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.rightnavi_btn.h100 a{
    height: 60px;
}

.rightnavi_btn:before{
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    position: absolute;
    top: 30px;
    right: 1.5em;
    transition: all .3s ease 0s;
    z-index: 2;
}

.rightnavi_btn.h100:before{
    display: none;
}

.rightnavi_btn:hover:before,
.rightnavi_btn.main_current:before{
    border-top: 2px solid #F76B0E;
    border-right: 2px solid #F76B0E;
}

.rightnavi_btn.active:before{
    transform: rotate(315deg);
    top: 35px;
}

.rightnavi_btn:after{
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.rightnavi_btn:hover:after,
.rightnavi_btn.main_current:after{
    height: 100%;
}

.rightnavi_btn a .txt{
    position: relative;
    z-index: 1;
}

.rightnavi_btn ul{
    list-style: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all .3s;
}

.rightnavi_btn.active ul{
    height: auto;
    opacity: 1;
}

.rightnavi_btn ul li{
    border-top: 2px dotted #fff;
    transition: all .2s;
}

.rightnavi_btn ul li:first-child{
    margin-top: 20px;
}

.rightnavi_btn:hover ul li,
.rightnavi_btn.main_current ul li{
    border-top: 2px dotted #F76B0E;
}

.rightnavi_btn ul li a{
    height: auto;
    padding: 15px 0;
    font-size: 15px;
}

.rightnavi_btn ul li a:hover,
.rightnavi_btn.main_current ul .main_current{
    background-color: rgba(255,255,255,0.5);
}


/*----- cv -----*/

.cv{
    padding: 70px 0;
    background-size: cover;
    background-position: center top;
}

.cv h2{
    display: inline-block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #0074C1;
    line-height: 1.5;
    border-bottom: 3px solid #0074C1;
    margin-bottom: 60px;
}


@media all and (-ms-high-contrast: none) {
    .cv h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.cv .orenge_area{
    border-radius: 10px;
    border: 2px solid #F76B0E;
    overflow: hidden;
    background-color: #fff;
}

.cv .orenge_area .title{
    background-color: #F76B0E;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 20px;
}

@media all and (-ms-high-contrast: none) {
    .cv .orenge_area .title{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.cv .orenge_area .title h3{
    font-size: 30px;
    margin-bottom: 10px;
}

.cv .orenge_area .col{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

@media all and (-ms-high-contrast: none) {
    .cv .orenge_area .col{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.cv .tel{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #333333;
    border-radius: 10px;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
    .cv .tel{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.cv .tel .lead{
    font-size: 25px;
    margin-bottom: 10px;
}

.cv .tel .num a{
    font-size: 50px;
    color: #0074C1;
    line-height: 1;
    margin-bottom: 10px;
}

.cv .btn{
    display: flex;
    align-items: center;
}

.cv .btn .btn_01{
    width: 100%;
}

.cv .btn .btn_01 a{
    max-width: 530px;
    height: 80px;
    font-size: 25px;
    line-height: 1;
    border-radius: 111px;
}

@media only screen and (max-width: 979px){
    .cv h2{
        font-size: 35px;
    }
    .cv .orenge_area .title{
        font-size: 18px;
    }
    .cv .orenge_area .title h3{
        font-size: 25px;
    }
    .cv .orenge_area .col{
        font-size: 18px;
    }
    .cv .tel .lead{
        font-size: 20px;
    }
    .cv .tel .num a{
        font-size: 35px;
    }
    .cv .btn .btn_01 a{
        font-size: 18px;
    }
    .cv .btn .btn_01 a:after{
        background-size: 25px auto;
    }
}

@media only screen and (max-width: 690px){
    .cv{
        padding: 35px 0 0 0;
    }
    .cv h2{
        display: inline-flex;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .cv .orenge_area .title{
        font-size: 16px;
    }
    .cv .orenge_area .title h3{
        font-size: 22px;
    }
    .cv .orenge_area .col{
        font-size: 16px;
    }
    .cv .tel{
        height: auto;
        padding: 20px;
    }
    .cv .tel .num a{
        font-size: 30px;
    }
}

/*----- footer -----*/

footer .one{
    background-color: #fff;
    padding: 30px 0;
    border-bottom: 3px solid #F5F5F5
}

footer .one .about{
    max-width: 420px;
    width: 100%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}

@media all and (-ms-high-contrast: none) {
    footer .one .about{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

footer .one .about h2{
    font-size: 25px;
    color: #0074C1;
    margin-bottom: 10px;
}

footer .two{
    background-color: #fff;
    padding: 10px 0;
}

footer .two .inner{
    display: flex;
    flex-wrap: wrap;
}

footer .two .inner ul{
    width: 33.3%;
    padding-right: 20px;
    list-style: none;
    margin-bottom: 30px;
}

footer .two .inner ul li{
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

footer .two .inner ul li a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

@media all and (-ms-high-contrast: none) {
    footer .two .inner ul li a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

footer .two .inner ul li a:hover{
    text-decoration: underline;
}

footer .two .inner ul li:before{
    content: '';
    width: 10px;
    height: 3px;
    background-color: #0074C1;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 0;
}

footer .two .inner ul.orange li:before{
    background-color: #F76B0E;
}

footer .two .inner ul.orange li a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
}

@media all and (-ms-high-contrast: none) {
    footer .two .inner ul.orange li a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

footer .three{
    background-color: #0074C1;
    padding: 15px 0;
}

footer .three .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .three .inner .left{
    max-width: 420px;
    width: 100%;
}

footer .three .inner .left .img100 img{
    width: 320px;
    margin-left: 0;
}

footer .three .inner .left ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

footer .three .inner .left ul li a{
    color: #fff;
    font-size: 15px;
}

footer .three .inner .left ul li a:hover{
    text-decoration: underline;
}

footer .three .inner .left ul li a{
    color: #fff;
    font-size: 15px;
}

footer .three .inner .right{
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

footer .three .inner .right a{
    color: #fff;
}

footer .three .inner .right small{
    font-size: 15px;
}

footer.no_anime{
    position: relative;
}

footer.no_anime #topcontrol{
    position: absolute !important;
    bottom: 100% !important; 
}

@media only screen and (max-width: 979px){
    footer .two .inner ul{
        width: 50%;
    }
}

@media only screen and (max-width: 690px){
    footer .one .about{
        max-width: 690px;
    }
    footer .one .about h2{
        font-size: 20px
    }
    footer .two .inner ul{
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
    }
    footer .two .inner ul li:before{
        top: 8px;
    }
    footer .three .inner .left{
        max-width: 690px;
        margin-bottom: 20px;
    }
    footer .three .inner .right{
        display: block;
        width: 100%;
    }
}

/*----- option -----*/


.br_10,
.br_10 img{
    border-radius: 10px;
    overflow: hidden;
}

/*----- btn -----*/

.btn_01 a{
    display: flex;
    align-items: center;
    max-width: 290px;
    width: 100%;
    height: 55px;
    background-color: #0074C1;
    border-radius: 30px;
    padding: 10px 55px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media all and (-ms-high-contrast: none) {
    .btn_01 a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.btn_01 a:hover{
    color: #0074C1;
}

.btn_01.w430 a{
    max-width: 430px;
}

.btn_01 a:before{
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.btn_01 a:hover:before{
    height: 100%;
}

.btn_01 a:after{
    content: '';
    width: 30px;
    height: 20px;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr.png);
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    transition: all .2s;
}

.btn_01 a:hover:after{
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr2.png);
}

.btn_01 a .txt{
    width: 100%;
    position: relative;
    z-index: 1;
}

.btn_02 a{
    display: flex;
    align-items: center;
    max-width: 290px;
    width: 100%;
    height: 55px;
    background-color: #F76B0E;
    border-radius: 30px;
    padding: 10px 30px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media all and (-ms-high-contrast: none) {
    .btn_02 a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.btn_02 a:hover{
    color: #F76B0E;
}

.btn_02 a:before{
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.btn_02 a:hover:before{
    height: 100%;
}

.btn_02 a:after{
    content: '';
    width: 30px;
    height: 20px;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr.png);
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    transition: all .2s;
}

.btn_02 a:hover:after{
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/btn_arr3.png);
}

.btn_02 a .txt{
    width: 100%;
    position: relative;
    z-index: 1;
}

.btn_left a{
    margin-left: 0;
}

@media only screen and (max-width: 690px){
    .btn_01 a,
    .btn_02 a{
        font-size: 16px;
        height: 45px;
    }
    .btn_left a{
        margin-left: auto;
    }
    .btn_01 a:after,
    .btn_02 a:after{
        background-size: 20px auto;
    }
}

/*----- title -----*/

#pagetitle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    margin-top: 120px;
    margin-bottom: 80px;
}

#pagetitle .h1_01{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 20px;
}

@media all and (-ms-high-contrast: none) {
    #pagetitle .h1_01{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width:1250px){
    #pagetitle{
        margin-top: 60px;
    }
}

.h2_01{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #0074C1;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
    .h2_01{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.h3_01{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 5px solid #0074C1;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
    .h3_01{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.h4_01{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding-left: 15px;
    border-left: 5px solid #0074C1;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
    .h4_01{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    #pagetitle{
        height: 150px;
        margin-bottom: 40px;
    }
    #pagetitle .h1_01{
        font-size: 30px;
    }
    .h2_01{
        font-size: 23px;
    }
    .h3_01{
        font-size: 18px;
    }
    .h4_01{
        font-size: 16px;
    }
}

/*---- table ----*/

.table_list{
    list-style: none;
}

.table_list li{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.table_list li .th{
    width: 25%;
    background-color: #0074C1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 10px 20px;
}

@media all and (-ms-high-contrast: none) {
    .table_list li .th{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.table_list li .td{
    width: 75%;
    padding: 10px 20px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #333333;
    border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 690px){
    .table_list li .th{
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .table_list li .td{
        width: 100%;
        border-width: 0 2px 2px 2px;
        border-radius: 0 0 10px 10px;
    }
}

.tab01{
    overflow: hidden;
}

.tab01 th{
    background-color: #0074C1;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
}

.tab01 tr:first-child th{
    border-radius: 10px 0 0 0;
}

.tab01 tr:first-child td:last-child{
    border-radius: 0 10px 0 0;
}

.tab01 tr:last-child th{
    border-radius: 0 0 0 10px;
}

.tab01 tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

.tab01 td{
    background-color: #F5F5F5;
    border: 2px solid #fff;
    padding: 10px 20px;
}

.tab02 tr th{
    background-color: #0074C1;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
}

.tab02 thead tr:first-child th{
    border-radius: 10px 0 0 0;
}

.tab02 thead tr td{
    background-color: #E6F1F9;
    color: #0074C1;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 10px 20px;
    text-align: center;
}

.tab02 thead tr:first-child td:last-child{
    border-radius: 0 10px 0 0;
}

.tab02 tbody tr td{
    background-color: #F5F5F5;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 10px 20px;
    text-align: center;
}

.tab02 tbody tr:last-child th{
    border-radius: 0 0 0 10px;
}

.tab02 tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

@media only screen and (max-width: 690px){
    .tab01 th,
    .tab01 td{
        display: block;
        width: 100%;
    }
    .tab01 tr:first-child th{
        border-radius: 10px 10px 0 0
    }
    .tab01 tr:first-child td:last-child{
        border-radius: 0;
    }
    .tab01 tr:last-child th{
        border-radius: 0;
    }
    .tab01 tr:last-child td:last-child{
        border-radius: 0 0 10px 10px;
    }
    .table_wrap .tab02{
        width: 690px !important;
    }
}

/*----- etc -----*/

.num_orange{
    border-radius: 10px;
    border: 2px solid #F76B0E;
    overflow: hidden;
}

.num_orange h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #F76B0E;
}

@media all and (-ms-high-contrast: none) {
    .num_orange h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.num_orange h2 .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 90px;
    background-color: #F76B0E;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    border-radius: 0 0 10px 0;
}

@media all and (-ms-high-contrast: none) {
    .num_orange h2 .num{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.num_orange h2 .title{
    width: calc(100% - 110px);
    padding: 20px;
}

.num_orange .txt_area{
    padding: 25px;
}

@media only screen and (max-width: 979px){
    .num_orange h2{
        font-size: 25px;
    }
}

@media only screen and (max-width: 690px){
    .num_orange h2{
        font-size: 20px;
    }
    .num_orange h2 .num{
        width: 60px;
    }
    .num_orange h2 .title{
        width: calc(100% - 60px);
    }
    .num_orange .txt_area{
        padding: 20px;
    }
}

.blue_col2 .col{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    background-color: rgba(0, 116, 193, 0.1);
    background-size: cover;
    background-position: center;
}

.blue_col2 .col .in_area{
    width: 100%;
    padding: 20px;
}

.blue_col2 .col .title{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .blue_col2 .col .title{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 979px){
    .blue_col2 .col .title{
        font-size: 20px;
    }
}

@media only screen and (max-width: 690px){
    .blue_col2 .col{
        min-height: 150px;
    }
    .blue_col2 .col .title{
        font-size: 20px;
    }
    .sp_switch .col:first-child{
        order: 2
    }
    .sp_switch .col:last-child{
        order: 1
    }
}

.media_list{
    margin-right: 20px;
    margin-left: 20px;
}

.media_list .slick-prev{
    left: -20px;
}

.media_list .slick-next{
    right: -20px;
}

.media_list .dlb_media_block{
    margin: 0 20px;
}

.media_list .slick-next,
.media_list .slick-prev{
    opacity: 1;
}

.media_list .slick-next::after,
.media_list .slick-prev::after{
    width: 12px;
    height: 12px;
    border-color: #333;
}

.media_list .slick-next::before,
.media_list .slick-prev::before{
    display: none;
}

.media_list .dlb_media_block .dlb_media_left{
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.media_list .dlb_media_block .dlb_media_left .dlb_media_left_in{
    width: 100%;
    height: 175px;
    background-size: cover;
    background-position: center;
    transition: all .3s;
}

.media_list .dlb_media_block:hover .dlb_media_left .dlb_media_left_in{
    transform: scale(1.1);
}

.media_list .dlb_media_block .dlb_media_right .dlb_media_cate span{
    width: 170px;
    padding: 3px 10px;
    text-align: center;
    margin-bottom: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
}

@media all and (-ms-high-contrast: none) {
    .media_list .dlb_media_block .dlb_media_right .dlb_media_cate span{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media all and (-ms-high-contrast: none) {
    .media_list .dlb_media_block .dlb_media_right .dlb_media_cate span{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.media_list .dlb_media_block .dlb_media_right .dlb_media_cate span.id_news{
    background-color: #0074C1;
    color: #fff;
    border-radius: 5px;
}

.media_list .dlb_media_block .dlb_media_right .dlb_media_cate span.id_product{
    background-color: #F76B0E;
    color: #fff;
}

.media_list .dlb_media_block .dlb_media_right .dlb_media_time{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
    .media_list .dlb_media_block .dlb_media_right .dlb_media_time{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.media_list .dlb_media_block .dlb_media_right .dlb_media_title{
    font-weight: 400;
}

.media_list .dlb_media_block .dlb_media_right .dlb_media_txt{
    display: none;
}

.media_list .slick-dots li{
    width: 10px;
    height: 10px;
}

.media_list .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: #999999;
}

.media_list .slick-dots li button:before{
    width: 10px;
    height: 10px;
}

.orange_bold{
    font-weight: bold;
    color: #F76B0E;
}

.orange2_bold{
    font-weight: bold;
    color: #F43121;
}

.key_bold{
    font-weight: bold;
    color: #0074C1;
}

.float_ti .col_img{
    float: right;
    padding-left: 40px;
    padding-bottom: 40px;
}

.float_it .col_img{
    float: left;
    padding-right: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 979px){
    .float_ti .col_img,
    .float_it .col_img{
        width: 50%;
    }
}

@media only screen and (max-width: 690px){
    .float_ti .col_img,
    .float_it .col_img{
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

.to_feature{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.to_feature .in_area{
    width: 100%;
    padding: 20px;
}

.to_feature .in_area h2{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
    .to_feature .in_area h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    .to_feature .in_area h2{
        font-size: 25px;
    }
}

.treatment_list{
    margin-top: -120px;
    margin-bottom: 80px;
}

.treatment_list ul{
    display: flex;
    /* flex-wrap: wrap; */
    list-style: none;
}

.treatment_list ul li{
    width: calc(16.6% - 8px);
    margin-right: 10px;
}

.treatment_list ul li:last-child{
    margin-right: 0;
}

.treatment_list ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #0074C1;
    background-color: #fff;
    text-align: center;
    color: #0074C1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
    .treatment_list ul li a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.treatment_list ul li a:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.treatment_list ul li a:after{
    content: '';
    width: 100%;
    height: 0;
    background-color: #0074C1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}

.treatment_list ul li a:hover:after,
.treatment_list ul li.main_current a:after{
    height: 100%;
}

.treatment_list ul li a .txt{
    position: relative;
    z-index: 3;
}


.treatment_list ul li a:hover,
.treatment_list ul li.main_current a{
    border: 2px solid #fff;
    background-color: #0074C1;
    color: #fff;
}

.treatment_list ul li.main_current a{
    pointer-events: none;
}

@media only screen and (max-width: 979px){
    .treatment_list{
        margin-bottom: 65px;
    }
    .treatment_list ul{
        flex-wrap: wrap;
    }
    .treatment_list ul li{
        width: calc(33.3% - 7px);
        margin-bottom: 15px;
    }
    .treatment_list ul li:nth-child(3),
    .treatment_list ul li:last-child{
        margin-right: 0;
    }
}

@media only screen and (max-width: 690px){
    .treatment_list{
        margin-top: 0;
        margin-bottom: 25px;
    }
    .treatment_list ul li{
        width: calc(48.5% - 5px)
    }
    .treatment_list ul li:nth-child(2),
    .treatment_list ul li:nth-child(4),
    .treatment_list ul li:last-child{
        margin-right: 0;
    }
    .treatment_list ul li:nth-child(3){
        margin-right: 10px;
    }
}

.treatment_list_sub{
    margin-top: -40px;
    margin-bottom: 80px;
}

.treatment_list_sub ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.treatment_list_sub ul li{
    width: calc(33.3% - 7px);
    margin-right: 10px;
}

.treatment_list_sub ul li:last-child{
    margin-right: 0;
}

.treatment_list_sub ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #0074C1;
    background-color: #fff;
    text-align: center;
    color: #0074C1;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-size: 80%;
    padding: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
    .treatment_list_sub ul li a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.treatment_list_sub ul li a:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.treatment_list_sub ul li a:after{
    content: '';
    width: 100%;
    height: 0;
    background-color: #0074C1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}

.treatment_list_sub ul li a:hover:after,
.treatment_list_sub ul li.main_current a:after{
    height: 100%;
}

.treatment_list_sub ul li a .txt{
    position: relative;
    z-index: 3;
}

.treatment_list_sub ul li a:hover,
.treatment_list_sub ul li.main_current a{
    background-color: #0074C1;
    color: #fff;
}

.treatment_list_sub ul li.main_current a{
    pointer-events: none;
}

@media only screen and (max-width: 690px){
    .treatment_list_sub{
        margin-top: 0;
        margin-bottom: 25px;
    }
    .treatment_list_sub ul li{
        width: calc(50% - 5px);
        margin-bottom: 15px;
    }
    .treatment_list_sub ul li:nth-child(2){
        margin-right: 0;
    }
}

.flow .col{
    position: relative;
}

.flow .col:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #dddddd;
    position: absolute;
    bottom: 70%;
    right: -25px;
}

.flow .col:last-child:before{
    display: none;
}

@media only screen and (max-width: 979px){
    .flow .col:before{
        right: -20px;
    }
}

@media only screen and (max-width: 690px){
    .flow .col:before{
        border-width: 10px 7.5px 0 7.5px;
        border-color: #dddddd transparent transparent transparent;
        position: absolute;
        bottom: -25px;
        left: calc(50% - 7.5px);
    }
}

.blue_area{
    background-color: #E6F1F9;
    padding: 25px 50px;
}

.blue_area2{
    background-color: #0074C1;
    padding: 25px 50px;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.orange_area{
    background-color: #FFF0E6;
    padding: 25px 50px;
}

@media all and (-ms-high-contrast: none) {
    .blue_area2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    .blue_area,
    .orange_area{
        padding: 20px;
    }
    .blue_area2{
        padding: 20px;
        font-size: 18px;
    }
}

.page_in_link,
.page_in_link2{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.page_in_link li{
    width: calc(50% - 20px);
    margin-right: 40px;
}

.page_in_link2 li{
    width: calc(25% - 12px);
    margin-right: 15px;
}

.page_in_link li:nth-child(2),
.page_in_link2 li:nth-child(4){
    margin-right: 0;
}

.page_in_link li a,
.page_in_link2 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #666666;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
    .page_in_link li a,
    .page_in_link2 li a{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.page_in_link li a:before,
.page_in_link2 li a:before{
    content: '';
    width: 100%;
    height: 0;
    background-color: #F76B0E;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.page_in_link li a:hover:before,
.page_in_link2 li a:hover:before{
    height: 100%;
}

.page_in_link li a .txt{
    position: relative;
    z-index: 1;
    padding-left: 40px;
    text-align: center;
}

.page_in_link2 li a .txt{
    position: relative;
    z-index: 1;
    padding-left: 30px;
    text-align: center;
}

.page_in_link li a .txt:before,
.page_in_link2 li a .txt:before{
   content: '';
   width: 8px;
   height: 8px;
   border-top: 2px solid #ffffff;
   border-right: 2px solid #ffffff;
   transform: rotate(135deg);
   position: absolute;
   top: calc(50% - 5px);
   left: 3px;
   transition: all .3s ease 0s;
}

@media only screen and (max-width: 979px){
    .page_in_link2 li{
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }
    .page_in_link2 li:nth-child(2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 690px){
    .page_in_link li,
    .page_in_link2 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page_in_link li a,
    .page_in_link2 li a{
        height: 60px;
    }
}

.flow2 .arr{
    position: relative;
}

.flow2 .arr:before{
    content: '';
    width: 55px;
    height: 50px;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/flow2_arr.png);
    background-size: 55px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -80px;
    left: 20%;
}

@media only screen and (max-width: 690px){
    .flow2 .arr:before{
        width: 30px;
        height: 25px;
        background-size: 30px auto;
        bottom: -15px;
        left: calc(50% - 15px);
    }
}

.merit_orange{
    border-radius: 10px;
    border: 2px solid #F76B0E;
    overflow: hidden;
}

.demerit_blue{
    border-radius: 10px;
    border: 2px solid #0074C1;
    overflow: hidden;
}

.merit_orange h2,
.demerit_blue h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #F76B0E;
}

@media all and (-ms-high-contrast: none) {
    .merit_orange h2{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.merit_orange h2 .num,
.demerit_blue h2 .num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 90px;
    background-color: #F76B0E;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    border-radius: 0 0 10px 0;
}

.demerit_blue h2 .num{
    background-color: #0074C1;
}

@media all and (-ms-high-contrast: none) {
    .merit_orange h2 .num,
    .demerit_blue h2 .num{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.merit_orange h2 .title,
.demerit_blue h2 .title{
    width: calc(100% - 110px);
    padding: 20px;
}

.merit_orange .txt_area,
.demerit_blue .txt_area{
    padding: 25px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
}

.merit_orange .txt_area li,
.demerit_blue .txt_area li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.merit_orange .txt_area li:last-child,
.demerit_blue .txt_area li:last-child{
    margin-bottom: 0;
}

.merit_orange .txt_area li:before,
.demerit_blue .txt_area li:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 18px;
    left: 0;
}

@media all and (-ms-high-contrast: none) {
    .merit_orange .txt_area,
    .demerit_blue .txt_area{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    .merit_orange h2 .num,
    .demerit_blue h2 .num{
        font-size: 20px;
        height: 60px;
    }
    .merit_orange .txt_area,
    .demerit_blue .txt_area{
        padding: 20px;
        font-size: 20px;
    }
    .merit_orange .txt_area li,
    .demerit_blue .txt_area li{
        padding-left: 15px;
    }
    .merit_orange .txt_area li:before,
    .demerit_blue .txt_area li:before{
        width: 5px;
        height: 5px;
        top: 11px;
    }
}

.fot_25{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
}

.fot_20{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

@media all and (-ms-high-contrast: none) {
    .fot_25,
    .fot_20{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    .fot_25{
        font-size: 18px;
    }
    .fot_20{
        font-size: 16px;
    }
}

.img_txt{
    position: relative;
}

.img_txt .back_img{
    max-width: 500px;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.img_txt .on_txt{
    max-width: 750px;
    width: 90%;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #0074C1;
    padding: 25px 50px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -90px;
    margin-right: 0;
    margin-left: auto;
}

@media all and (-ms-high-contrast: none) {
    .img_txt .on_txt{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

@media only screen and (max-width: 690px){
    .img_txt .on_txt{
        padding: 20px;
        font-size: 16px;
    }
}

.orange_list li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}

.orange_list li:last-child{
    margin-bottom: 0;
}

.orange_list li:before{
    content: '';
    width: 15px;
    height: 15px;
    background-color: #F76B0E;
    border-radius: 3px;
    position: absolute;
    top: 6px;
    left: 0;
}

@media only screen and (max-width: 979px){
    .orange_list li:before{
        top: 4px;
    }
}

@media only screen and (max-width: 690px){
    .orange_list li:before{
        width: 10px;
        height: 10px;
        top: 4px;
    }
}

.time_list{
    background-color: #F5F9FD;
    padding: 40px;
}

.time_list .open{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden;
}

.time_list .open li{
    width: calc(12.5% - 5px);
    margin-right: 5px;
}

.time_list .open li:nth-child(8){
    margin-right: 0;
}

.time_list .open li .day{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0074C1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
}

.time_list .open li:first-child .day{
    border-radius: 10px 0 0 0;
}

.time_list .open li:last-child .day{
    border-radius: 0 10px 0 0;
}

.time_list .open li .maru,
.time_list .open li .batu{
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.time_list .open li .maru:before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/maru_icon.png);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.time_list .open li .batu:before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/batu_icon.png);
    background-size: 15px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.time_list .open li:first-child .maru{
    border-radius: 0 0 0 10px;
}

.time_list .open li:last-child .batu{
    border-radius: 0 0 10px 0;
}

.time_list .title{
    display: flex;
    flex-wrap: wrap;
}

.time_list .title .orange{
    width: 74.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #FEE1CE;
    border-radius: 10px;
    font-weight: bold;
    color: #F76B0E;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
}

.time_list .title .blue{
    width: calc(100% - 74.5% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #99C7E6;
    border-radius: 10px;
    font-weight: bold;
    color: #0074C1;
    text-align: center;
    padding: 10px;
}

.time_list .title .open.sp_on{
    display: none;
}

@media only screen and (max-width: 690px){
    .time_list{
        padding: 20px;
    }
    .time_list .open li .maru:before{
        background-size: 15px auto;
    }
    .time_list .open li .batu:before{
        background-size: 12px auto;
    }
    .time_list .title .orange,
    .time_list .title .blue{
        font-size: 13px;
    }
}

.faq{
    border-bottom: 0.5px solid rgba(0, 116, 193, 0.5);
}

.faq .Que,
.faq .Ans{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.faq .Que .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #E6F1F9;
    border-radius: 5px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #0074C1;
    padding-bottom: 5px;
    margin-right: 25px;
}

.faq .Ans .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #FEF1E9;
    border-radius: 5px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #F76B0E;
    margin-right: 25px;
}

@media all and (-ms-high-contrast: none) {
    .faq .Que .icon,
    .faq .Ans .icon{font-family: "メイリオ", Meiryo, sans-serif !important;}
}


.faq .Que .title,
.faq .Ans .title{
    width: calc(100% - 60px);
}

.faq .Que .title{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.shadow_box{
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 35px;
}

@media only screen and (max-width: 690px){
    .shadow_box{
        padding: 20px;
    }
}

.fot_r_14{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

@media all and (-ms-high-contrast: none) {
    .fot_r_14{font-family: "メイリオ", Meiryo, sans-serif !important;}
}

.pb img{
    border: 1px solid #ddd;
}


.book_list .col_l{
    width: calc(100% - 24px - 80px);
    order: 2;
}

.book_list .col_r{
    width: 80px;
    margin-right: 24px;
    margin-left: 0;
    order: 1;
}

.under_news_list dl{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.under_news_list dl .rss_date{
    width: 130px;
}

.under_news_list dl .rss_title{
    width: calc(100% - 130px);
}

.under_news_list dl .rss_title a:hover{
    color: #0074C1;
}

.under_news_list dl .rss_title span{
    display: inline-block;
    padding: 5px 20px;
    background-color: #0074C1;
    font-size: 80%;
    color: #fff;
    line-height: 1;
    border-radius: 50px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.under_news_list dl .rss_contents{
    margin-top: 15px;
    padding-left: 130px;
    font-size: 80%;
}




/* 上毛追加 */
/* 予防歯科 */
.order-box{
    background-color: #E6F1F9;
    padding: 60px 20px 20px;
    margin: 0 0 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
}


.order-box img{
    order: 1;
}
.order-box p{
    order: 2;
    padding: 0 0 0 20px;
}
.order-box span{
    order: 3;
}


.order-box-two img{
    order: 2;
}
.order-box-two p{
    order: 1;
    padding: 0 10px 0 0;
}
.order-box-two span{
    order: 3;
}
.order-box-three div{
    order: 2;
    margin: 0 0 0 20px;
    min-width: 250px;
}

.order-num{
    position: absolute;
    left: 20px;
    top: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #2542ff;
}
.order-box strong{
    font-size: 22px;
}
.order-box p{   
    
}
.order-box img{
    width: 300px;
    margin: 0;
}
.explan-box{
    display: flex;
}
.explan-box p{
    padding: 0 10px 0 0;
}
.care-box span{
    color: #2C62C2;
}
.care-box li{
    list-style: none;
    margin-left: 0;
}
@media only screen and (max-width: 768px){
    .order-box{
        flex-direction: column;
        display: block;
    }
    .order-box img{
        margin: auto;
    }
    .order-box p{
        padding: 0 0 10px;
    }
    .explan-box{
        display: block;
    }
    .order-box-three div{
        margin: 20px 0 0;
    }
}

/* ホワイトニング */
.whitening-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
}
.whitening-img{
    width: 600px;
    margin: 20px auto 0;
}

.officewhite-box{
    display: flex;
    margin: 0 0 30px;
}
.officewhite-box div:nth-of-type(1){
    margin: 0 5px 0 0;
}
.whiteningstep-box{
    display: flex;
    margin: 0 0 30px;
}
.whiteningstep-box div{
    width: 50%;
    background-color: #CCE4F2;
    padding: 20px;
}
.whiteningstep-box span{
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 0 0 15px;
}
.whiteningstep-box img{
    margin: 0 0 10px;
    width: 100%;
}
.whiteningstep-box p{
    font-size: 15px;
}
.whiteningstep-box div:nth-of-type(1){
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 768px){
    .whitening-title{
        font-size: 18px;
    }
    .officewhite-box{
        display: block;
    }
    .whiteningstep-box{
        display: block;
    }
    .whiteningstep-box div{
        width: 100%;
    }
    .whiteningstep-box div:nth-of-type(1){
        margin: 0 0 30px;
    }
}

/* 院内設備 */
.inside-box{
    display: flex;
    width: 100%;
}
.inside-box img{
    margin: 0 20px 0 0;
    width: calc(100% / 3);
    display: block;
}
.inside-box2 img{
    width: calc(100% / 2);
}
.inside-box img:last-of-type{
    margin: 0;
}

@media only screen and (max-width: 768px){
    .inside-box{
        flex-direction: column;
    }
    .inside-box img,
    .inside-box2 img{
        width: 100%;
        margin: 0 0 20px;
    }
}

/* スタッフ紹介 */
.profile-item{
    margin: 11px 0 5px;
    padding: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    background: #a6a5a5;
}


/* 入れ歯（義歯） */
.denture-box{
    display: flex;
}
.denture-box ul{
    padding: 0 20px 0 0;
}
.denture-box img{
    width: 280px;
    min-width: 280px;
    overflow:visible
}
.denture-box .br_10{
    overflow:visible
}
.denture-title{
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 0 10px;
    border-left: 3px solid #1D4A9A;
}
.denture-box img.denture-comparison{
    margin: 80px 0 0;
    width: 400px;
}
@media only screen and (max-width: 768px){
    .denture-box{
        display: block;
    }
    .denture-box img{
        min-width: none;
        width: 100%;
    }
    .denture-box img.denture-comparison{
        margin: 0 0 20px;
    }
}


/* 根管治療 */
.canal-title{
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 0 40px;
    background-color: #0074C1;
}


/* 初診の流れ */
.flow-box{
    display: flex;
    justify-content: center;
}
.flow-box div{
    margin: 0 40px 0 0;
    color: #fff;
    width: 25%;
    background-color: #0074C1;
    padding: 10px;
    text-align: center;
}
.flow-box div:nth-of-type(1),
.flow-box div:nth-of-type(2){
    position: relative;
}
.flow-box div:nth-of-type(1)::after,
.flow-box div:nth-of-type(2)::after{
    content: '';
    position: absolute;
    right: -20px;
    top: 16px;
    /* left: 3px; */
	width: 12px;
	height: 12px;
	border-top: 3px solid #0074C1;
	border-right: 3px solid #0074C1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow-box div:nth-of-type(1)::before,
.flow-box div:nth-of-type(2)::before{
    left: 3px;
	width: 7px;
	height: 1px;
	background: #7a0;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.flow-box div:last-of-type{
    margin: 0;
}

@media only screen and (max-width: 768px){
    .flow-box div:nth-of-type(1)::after,
    .flow-box div:nth-of-type(2)::after{
        top: 32%;
    }
}


/* フッター */
.footer-wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-logo{
    width: 60%;
    margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px){
    .footer-wrap{
        flex-direction: column;
    }
    .footer-logo{
        margin: auto;
    }
}
/* コラム */

.column-title{
    text-shadow: 3px 1px 3px rgba(3,3,3,0.3);
}

.column-wrap{
    display: flex;
}

.column-content{
    width: 70%;
}
.column-list{
    border-top: 1px solid #ccc;
}
.column-list-item{
    list-style: none;
}
.column-list-item a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 25px 5px 25px 0px;
    position: relative;
}
.column-list-item a::after{
    position: absolute;
    right: 15px;
    bottom: 3px;
    width: 30px;
    height: 30px;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    transition: .4s ease;
}
.column-list-item a:hover::after{
    right: 10px;
}
.column-img{
    width: 300px;
    margin: 0  20px 0 0;
}
.column-text{
    width: 70%;
}
.column-text h2{
    font-size: 20px;
    margin: 0 0 10px;
    border-left: 6px solid #0074C1;
    padding: 0 0 0 10px;
}
.column-time p{
    font-size: 14px;
    text-align: center;
    margin: 10px 0 10px auto;
    color: #fff;
    border-radius: 10px;
    width: 100px;
    padding: 2px 0 2px;
    background-color: #6d6d6d;
}

.column-sidebar{
    width: 30%;
    margin: 0 0 0 40px;
}
.column-sidebar ul{
    list-style: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.column-sidebar ul li{
    border-bottom: 1px solid #ccc;
}
.column-sidebar ul li a{
    padding: 10px 10px 10px 15px;
    width: 100%;
    display: block;
}

.column-sidebar-year p{
    background-color: #0074C1;
    color: #fff;
    padding: 10px 10px 10px 15px;
}

.column-article{
    border: 1px solid #ccc;
    padding: 20px;
}
.column-article h2{
    font-family: fot-tsukuardgothic-std, sans-serif;
    margin: 0 0 20px;
    border-left: 10px solid #0074C1;
    padding: 0 0 0 10px;
}
.column-article-img{
    width: 100%;
    margin: 0 0 10px;
}
.column-article-img img{
    width: 100%;
}
.column-article ul{
    list-style: none;
}

.column-article .column-time p{
    /* text-align: left; */
    margin: 0 0 15px;
}
.column-article-body p{
    line-height: 1.6;
}
.column-article-body a{
    color: #0074C1;
    transition: .4s;
    text-decoration: underline;
}
.column-article-body a:hover{
    text-decoration: none;
    opacity: .7;
}


.column-relation{
    margin: 0 0 40px;
}
.column-relation p{
    font-weight: bold;
    margin: 0 0 10px;
}
.column-relation ul{
    display: flex;
    flex-wrap: wrap;
}
.column-relation li{
    transition: .4s;
    position: relative;
    margin: 0 1.5% 10px 0;
    width: 23.5%;
    border: 1px solid #ccc;
}
.column-relation li:nth-of-type(4n){
    margin: 0 0 10px;
}
.column-relation li a{
    /* padding: 10px; */
    width: 100%;
}
.column-relation h3{
    padding: 10px;
    font-size: 14px;
}
.column-relation li:hover{
    opacity: 0.8;
    /* transform: scale(.); */
}

.sns-links{
    /* display: none; */
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px;
}
.sns-links-item{
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
}
.sns-links-item.facebook{
    margin: 0 10px 0 0;
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/facebook_logo.png);
}
.sns-links-item.twitter{
    background-image: url(/cp/wp/wp-content/themes/ashika/dcms_media/image/x_logo.png);
}
.sns-links-item span{
    text-indent: -9999px;
    display: block;
}
.column-article .btn_01 a:hover{
    color: #0074C1;
}

@media only screen and (max-width: 768px){
    .column-wrap{
        flex-direction: column;
    }
    .column-content{
        width: 100%;
        margin: 0 0 40px;
    }
    .column-list-item a{
        flex-direction: column;
    }
    .column-img{
        width: 100%;
        margin: 0 0 20px;
    }
    .column-img img{
        width: 100%;
    }
    .column-text{
        width: 100%;
    }

    .column-sidebar{
        width: 100%;
        margin: 0 0 30px;
    }

    .column-relation li{
        width: 49.2%;
    }
    .column-relation li:nth-of-type(2n){
        margin: 0 0 10px;
    }

}