﻿@font-face {
font-family: "RM1c_bol";
  src: url("./Dup/default/RM1c_bol.ttf") format("ttf"),url("./Dup/default/RM1c_bol.eot") format("eot"),url("./Dup/default/RM1c_bol.woff") format("woff"),url("./Dup/default/RM1c_bol.woff2") format("woff2");
}
.font1{font-family: "RM1c_bol","sans-serif";}

#wrap{
    opacity: 0;
}
#fakeloader{
	z-index: 9999;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 70%!important;
	max-width: 400px;
}
#fakeloader .fl{
	animation-name: loader;
	animation-duration: 5s;
	animation-timing-function: ease;
}
@keyframes loader{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}


/*--------------------------自動リンク--------------------------*/
.linkStyle{color: #194b96; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #194b96;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block; margin-bottom: 20px;}
}


/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #194b96} /* メインカラー */
.txt_color2{color: #ffffff} /* サブカラー */
.txt_color3{color: #5ab464} /* アクセントカラー1 */
.txt_color4{color: #e6e6e6} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #194b96} /* メインカラー */
.bg_color2{background-color: #ffffff} /* サブカラー */
.bg_color3{background-color: #5ab464} /* アクセントカラー1 */
.bg_color4{background-color: #e6e6e6} /* アクセントカラー2 */
.bg_color5{background-color: #f0f5fa;}
.bg_color6{background-color: #1f847b;}
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #194b96}
.border_color2{border-color: #ffffff}
.border_color3{border-color: #5ab464}
.border_color4{border-color: #e6e6e6}

#footer_txt h3{font-family: "RM1c_bol","sans-serif";}
#contents h3,#contents figure{margin-bottom: 30px!important;}
#pc_news{background-color: #fff!important;}
#main_left #left_link{top: 60%;width: 40%!important;}
#page_title figure.mg_b-20px{margin-bottom: 0;}

#cms_1-f .box_img1{width: 100%;box-sizing: border-box;}
#cms_1-f .box_img2,#cms_1-f .box_img3,#cms_1-f .box_img4{width: calc(33% - 5px);box-sizing: border-box;}


.youtube{
	position: relative;
	max-width: 780px;
	width: 100%;
	text-align: center;
	margin: 0 auto 4%;
}
.youtube:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*タブレット以上（769px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 769px){
#main_right header, #page_title{ padding-right: 0; }
#main_right main #page_container{ padding-right: 5%; }
#page_title{padding-left: 0;}
}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#top_link{ margin-top: 0; margin-bottom: 50px; }
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#top_link .links_bt{ width: 60%!important;}
#main_menu .swiper-container{padding-top: 5px;}
}