@charset "utf-8";
/* CSS Document */

/* ==============================================================
   # 全体設定
   ============================================================== */

font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}

html,
body {
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
	font-family:-apple-system, blinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	/*font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	color:#333;
	line-height:1.6;
}

html {
	font-size: 62.5%; /* 10px */
}

/* ==============================================================
   #クリアフィックス
   ============================================================== */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/* ==============================================================
   # 汎用設定
   ============================================================== */

a:link{ color:#1469C7; }
a:visited{ color:#1469C7; }
a:hover{ color:#1469C7; }

a,
a img{
	opacity:1.0;
	filter: alpha(opacity=100);
	transition: 0.1s linear;
}

a:hover,
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
	vertical-align:top;
}

section{
	margin:0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-left:2.5rem;
	padding-right:2.5rem;
	box-sizing:border-box;
}

@media (min-width: 1024px) {
	.wrapper{
		max-width:1024px;
		padding-left:0;
		padding-right:0;
	}
}

img.responsive {
	max-width: 100%;
	height: auto;
}

h1{
	margin:0;
	padding:0;
	position:absolute;
	top:12px;
	left:15px;
}

h1 img{
	width:65px;
	height:27px;
}

@media (min-width: 480px) {
	h1 img{
		width:83px;
		height:34px;
	}
}

h2{
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:1.5rem;
}
h2.j{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size:2rem;
}

@media (min-width: 769px) {
	h2{
		margin-bottom:4rem;
		font-size:2rem;
	}
	h2.j{
		font-size:3rem;
	}
}

h3{
	font-weight: bold;
	font-size:16px;
	margin-bottom: 15px;
}

@media (min-width: 769px) {
	h3{
		font-size:18px;
		margin-bottom: 15px;
	}	
}



/* ==============================================================
   # 調整・余白・汎用フォントcss
   ============================================================== */

@media (min-width: 1024px) {
	.visible-lg { display: none !important; /* 1025px～は消える */	}
}

@media (min-width: 768px) {
	.visible-md {	display: none !important; /* 768px～は消える */	}
}

@media (min-width: 480px) {
	.visible-sm{	display: none !important; /* 481px～は消える */	}
}

@media (max-width: 768px) {
	.hidden-sp{	display: none !important; /* 0～768pxは消える */	}
}

.pc_contents{	display:none;}

@media (min-width: 600px) {
	.pc_contents{	display:block; /* 0～600pxは消える */}
}

.sp_contents{ display:none;}

@media (max-width: 599px) {
	.sp_contents{		display:block; /* 599px～は消える */	}
}

.m0{ margin:0 !important; }

.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:0.5rem !important; }
.mb10{ margin-bottom:1.0rem !important; }
.mb15{ margin-bottom:1.5rem !important; }
.mb20{ margin-bottom:2.0rem !important; }
.mb30{ margin-bottom:3.0rem !important; }

.mt0{ margin-top:0 !important; }
.mt5{ margin-top:0.5rem !important; }
.mt10{ margin-top:1.0rem !important; }
.mt15{ margin-top:1.5rem !important; }
.mt20{ margin-top:2.0rem !important; }
.mt30{ margin-top:3.0rem !important; }

.fonts{	font-size:1.3rem;}
.fontl{	font-size:1.8rem;}

.color01{ color:#F2394C;}

strong{font-weight:bold;}

.text-left{ text-align:left; }
.text-center{ text-align:center; }
.text-right{ text-align:right; }

.note{
	font-size: 1.3rem;
}

@media (min-width: 600px) {
	.note{
		text-align: right;
	}
}

