@charset "UTF-8";
/*
* ＊＊＊＊＊＊＊＊＊＊ Origin Design Settings
* Written by  VAF
* @author     VAF
* @copyright  Author
* @version    1.2.7 (xx/06/2021)
* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.pc_display {
	display: block;
}
.sp_display, .tab_display {
	display: none !important;
}
@media (max-width: 1098px) {
	.pc_display {
		display: none !important;
	}
	.tab_display {
		display: block !important;
	}
	.sp_display {
		display: none !important;
	}
}
@media (max-width: 540px) {
	.pc_display {
		display: none !important;
	}
	.tab_display {
		display: none !important;
	}
	.sp_display {
		display: block !important;
	}
}
*:focus {
	outline: none;
}
html, body {
	overflow-x: hidden;
}
input {
	line-height: 1;
}
html {
	font-size: 62.5%;
}
body {
	padding:15px;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-family: "Noto Sans JP", Roboto, 游ゴシック体, YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	letter-spacing: .1rem;
	line-height: 1.8;
	font-feature-settings: "pkna" 1;
	background: #fff;
	color: #333;
}
header, main, footer, section, a, nav, .base_section {
	position: relative;
}
a {
	text-decoration: underline;
	color: #143970;
	transition: all 0.5s ease 0s;
}
a[target="_blank"]:after{
	content:"";
	display:inline-block;
	margin-left:3px;
	line-height:1;
	width:16px; height:16px;
	background:url(../image/icon_openwin.gif) no-repeat center center / contain;
}
a:hover {
	opacity: 0.75;
}
@media (max-width: 780px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
header, main, footer {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background: #fff;
}
main {
	z-index: 0;
}
time {
	white-space: nowrap;
}
figure img {
	max-width: 100%;
}
object {
	pointer-events: none;
}
h1,h2{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:16px;
	font-size:1.6rem;
	border-bottom:2px solid #ececec;
}
h2{
	font-size:14px;
	font-size:1.4rem;
	text-align: right;
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}
pre{
	padding-bottom:2em;
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap;     /* Opera 4-6 */
	white-space:-o-pre-wrap;   /* Opera 7 */
	white-space:pre-wrap;      /* CSS3 */
	word-wrap:break-word;      /* IE 5.5+ */
}
pre strong{
	font-weight:600;
}
