﻿.rectangle_img2{
position: relative;
overflow: hidden;
}

.linkStyle {color:#141414;border-bottom:1px solid #141414;}
.drawer--left .drawer-nav{left:-100%;}

/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #4abfed} /* メインカラー */
.txt_color2{color: #b5d9e5} /* サブカラー */
.txt_color3{color: #9fd9f6} /* アクセントカラー1 */
.txt_color4{color: #9fd9f6} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #4abfed} /* メインカラー */
.bg_color2{background-color: #bee4ed} /* サブカラー */
.bg_color3{background-color: #9fd9f6} /* アクセントカラー1 */
.bg_color4{background-color: #9fd9f6} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #4abfed}
.border_color2{border-color: #b5d9e5}
.border_color3{border-color: #9fd9f6}
.border_color4{border-color: #9fd9f6}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #343434;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #4abfed} /* メインカラー */
.hvr_txt_color2:hover{color: #b5d9e5} /* サブカラー */
.hvr_txt_color3:hover{color: #9fd9f6} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #9fd9f6} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #4abfed} /* メインカラー */
.hvr_bg_color2:hover{background-color: #b5d9e5} /* サブカラー */
.hvr_bg_color3:hover{background-color: #9fd9f6} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #9fd9f6} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #4abfed}
.hvr_border_color2:hover{border-color: #b5d9e5}
.hvr_border_color3:hover{border-color: #9fd9f6}
.hvr_border_color4:hover{border-color: #9fd9f6}

#header_menu ul li a .jp {color: #343434;}
#header_menu ul li a .en {color: #343434;}

main {padding-bottom:0px!important}

#main_img { margin-bottom: 50px;}

#intro #intro_txt::after {background-color: rgba(74,191,237,0.5);
}
#intro_txt p {color: #343434;
    background-color: rgba(255,255,255,0.7);
    padding: 30px;
    border: 1px solid #ffffff;}

#contents .box_wrap .box {
    padding-top: 50px;
    padding-bottom: 50px;
}
#contents .box_wrap .box .d_flex {
    align-items: center;
}

#top_cms .more a {width:300px;
padding:10px;
margin:0 auto;}

#bottom_menu {background-color:#4abfed}
#bottom_menu ul li a {color:#fff}

#info h3,#info p,#info .tel span,#info .tel a,.footer_cms p,#copyright {color:#343434}

#cms_2-b .cate_img1 {width:50%!important}
@media (max-width:667px){
#cms_2-b .cate_img1 {width:100%!important}
}
#cms_2-b .cate_img1 img {border:none;}

#cms_3-e .sub_cate_title {
border-top:none;
border-bottom:5px solid;
}
#cms_3-e .sub_cate_img1 {width:50%!important}
@media (max-width:667px){
#cms_3-e .sub_cate_img1 {width:100%!important}
}

#page7 .box_wrap .box .box_item:first-child {width: 25%!important;}
#page7 .box_wrap .box .box_item:last-child {width: 75%!important;}
@media (max-width:667px){
#page7 .box_wrap .box .box_item:first-child {width: 100%!important;}
#page7 .box_wrap .box .box_item:last-child {width: 100%!important;}
}

#page10 ul li a {color:#ffffff;}


@media all and (-ms-high-contrast:none){
#bottom_menu li {padding-top:15px}
}