﻿body,.txt_color_nomal{color: #262626;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #3fd6ef} /* メインカラー */
.txt_color2{color: #e4f0f7} /* サブカラー */
.txt_color3{color: #62b6df} /* アクセントカラー1 */
.txt_color4{color: #fffdf2} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #3fd6ef} /* メインカラー */
.bg_color2{background-color: #e4f0f7} /* サブカラー */
.bg_color3{background-color: #62b6df} /* アクセントカラー1 */
.bg_color4{background-color: #fffdf2} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #3fd6ef}
.border_color2{border-color: #3fd6ef}
.border_color3{border-color: #62b6df}
.border_color4{border-color: #fffdf2}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #262626;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #3fd6ef} /* メインカラー */
.hvr_txt_color2:hover{color: #e4f0f7} /* サブカラー */
.hvr_txt_color3:hover{color: #62b6df} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #fffdf2} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #3fd6ef} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e4f0f7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #62b6df} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #fffdf2} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #3fd6ef}
.hvr_border_color2:hover{border-color: #e4f0f7}
.hvr_border_color3:hover{border-color: #62b6df}
.hvr_border_color4:hover{border-color: #fffdf2}

.linkStyle { color:#212121;
}
.linkStyle:hover { opacity:0.7;transition: all 0.3s;
}
header {
	background-color: #fdfdfb!important;
	background-image: url("./Dup/default/bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#top_header {
	background-color: transparent!important;
}
#pc_intro  {
    background-color: #3fd6ef!important;
	background-image: url("./Dup/default/bg_dot.png");
	background-size: 12px;
}
#pc_intro h3 {
	width:80%!important;
	max-width: 390px;
	margin-bottom: 30px;
}
#pc_intro div.border_rad10 {
	border:3px solid #62b6df;
}
#contents::after {
    background-color: rgba(228,240,247,0.6)!important;
}
#contents .box_txt {
	border:3px solid #3fd6ef;
}
#main_menu {
    border-color: #3fd6ef!important;
}
#pc_tel img {
    width: 50%!important;
	max-width: 350px;
}
#pc_tel a {
	color:#212121!important;
}
#contents h3, #contents figure {
    margin-bottom: 30px!important;
}
#contents h3 span {
	color:#212121!important;
}
#page_title {
	padding-top: 20px;
	padding-bottom: 50px;
}
.cate_list li {border: none;
padding:10px;
}
.cate_list li a {border-left: 10px solid #62b6df;
}
@media (max-width:768px){
header {
	background-image: none;
	background-color: transparent!important;
}
#top_header {
    background-color: rgba(244,251,255,0.9)!important;
}
}

@media (max-width:667px){
	#contents {
    padding: 0px 0!important;
}
}
@media all and (-ms-high-contrast:none){}
@supports (-ms-ime-align:auto) {}