/* CSS Document */

/* ゴールドファステート・オンライン資産形成勉強会 */

@charset "utf-8";

/*
72ポイント＝96ピクセル
3pt=4px
9pt=12px
10.5pt=14px
12pt=16px
13.5pt=18px
15pt=20px
*/

/*
横幅
1100~			:PC
1000~1100	:PC
800~1000	:スマホ
	 ~800		:スマホ
*/

/*
@import url(//db.onlinewebfonts.com/c/2f0b4ccca74cc3dce3bb6f8d1a7be619?family=NotoSansUIRegular);
@font-face {font-family: "NotoSansUIRegular"; src: url("//db.onlinewebfonts.com/t/2f0b4ccca74cc3dce3bb6f8d1a7be619.eot"); src: url("//db.onlinewebfonts.com/t/2f0b4ccca74cc3dce3bb6f8d1a7be619.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2f0b4ccca74cc3dce3bb6f8d1a7be619.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2f0b4ccca74cc3dce3bb6f8d1a7be619.woff") format("woff"), url("//db.onlinewebfonts.com/t/2f0b4ccca74cc3dce3bb6f8d1a7be619.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2f0b4ccca74cc3dce3bb6f8d1a7be619.svg#NotoSansUIRegular") format("svg"); }
.font_WF_Notosans{font-family: "NotoSansUIRegular";}
*/

html,.font_sizebase{
	font-size:12pt;
	line-height:100%;
}
@media screen and (max-width: 999px) and (min-width: 360px) {
	html{
		/*	大きさ100~%
				横幅414px=フォント16px
		*/
		/* font-size:3.8647343vw; */
	}
}
html *{
	/*
	line-height:100%;
	background-position:left top;
	background-repeat:no-repeat;
	*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-break: break-all;
	/*
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	*/
}
body {
	margin: 0px;
	padding: 0px;
	font-size:100%;
	color:#000;
	font-family:"メイリオ", sans-serif;
	line-height:100%;
	overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
	/*
	body{zoom:140%;}
	*/
}
h1,h2,h3,h4,h5,h6,p,form,hr{
	margin: 0px;
	padding: 0px;
}
a{color:inherit;text-decoration:none;}
a:hover{
	/* color:#FF0; */
	/* text-decoration: underline; */
}
a img{border:none;}
a.ov_fade > *{
	-webkit-transition: 0.5s;
	-moz-transition		: 0.5s;
	-o-transition			: 0.5s;
	-ms-transition		: 0.5s;
	transition				: 0.5s;
}
a.ov_fade:hover > *{opacity:0.5;}
.bright:hover,.bright:hover img{
	/*
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	
	filter: brightness(105%) contrast(105%);
	*/
	-webkit-filter: brightness(115%);
  -moz-filter: brightness(115%);
  -o-filter: brightness(115%);
  -ms-filter:brightness(115%);
  filter: brightness(115%);
}
.bright.BN110:hover,.bright.BN110:hover img{
	-webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  -ms-filter:brightness(110%);
  filter: brightness(110%);
}
.bright.BN105:hover,.bright.BN105:hover img{
	-webkit-filter: brightness(105%);
  -moz-filter: brightness(105%);
  -o-filter: brightness(105%);
  -ms-filter:brightness(105%);
  filter: brightness(105%);
}
.bright:hover > * img{
	-webkit-filter:none;
  -moz-filter:none;
  -o-filter:none;
  -ms-filter:none;
  filter:none;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul:after,
ul::after{clear:both;}
hr{
	/* border-top:solid 1px rgba(0,0,0,0.25); */
	border-top:solid 1px #C8C8C8;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:1em auto;
	padding:0;
}
hr.dashline{
	border-top:dashed 1px rgba(0,0,0,0.5);
	margin:3em auto;
}
img{max-width:100%;min-width:10px;display:block;}
.anchor{
	position:absolute;
	top:-100px;
	left:0;
}
@media screen and (max-width: 999px) {
	.anchor{top:-110px;}
}

/* ----- */

.H_head{height:100px;}
@media screen and (max-width: 999px) {
	.H_head{height:50px;}
}

header{}
header > div{
	background-image: url(../images/header-chara.svg),url(../images/header-bg.jpg);
}
header > div > div{position: relative;}
header > div > div .pad{padding-top: 69.23076923%;}
header > div > div .title,
header > div > div .gift{
	display: block;
	position: absolute;
	z-index: 2;
}
header > div > div .title{
	top:0;
	left:0;
	width:58.46153846%;
}
header > div > div .gift{
	bottom:-8%;
	/* right:2.461538462%; */
	right:1em;
	width:28%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}
header > div > div .gift > a{
	display: block;
	position: absolute;
	left:0;
	width:100%;
}
header > div > div .gift > a.popup_link{
	top:0;
	height:56.5%;
	z-index: 2;
}
header > div > div .gift > a[href]{
	bottom:0;
	height:100%;
}

.content_box{padding: 50px 1em;}
.content_box.amazon_box{padding: 125px 1em;}
footer .content_box{padding: 40px 1em;}
@media screen and (max-width: 999px) {
	.content_box.amazon_box{padding: 60px 1em;}
}
.content_box .subt{}
.content_box .subt .top_text{
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.33em;
}
.content_box .subt h2{
	font-size:175%;
	line-height: 125%;
}
.content_box .subt h2 font{display: inline-block;}
.content_box .subt h2 span,
.content_box .subt h2 div:not([class]){display: inline-block;}
.content_box .subt h2 .tume_L{margin-left: -0.33em;}
.content_box .subt h2 .tume_R{margin-right: -0.33em;}
/* .content_box .subt h2 span .tume_R:last-child{margin-right: 0;} */

.bg_mesh{
	background-image: url(../images/bg-mesh.png);
	background-repeat: repeat;
	background-position: center top;
}
.bg_amazon{
	background-image: url(../images/icon-amazon_gift.jpg),url(../images/header-gift-photo.jpg);
	background-repeat: no-repeat;
	/* background-position: left 18px top 5px,right top; */
	background-position: left 0 top 5px,right top;
	background-size: 80px,130px auto;
	min-height: 100px;
	padding: 0 80px;
	position: relative;
}
.bg_amazon .white{position: absolute;top:0;left:0;width:100%;height:100%;}
.bg_amazon .subt{
	position: relative;
	z-index: 2;
	/*
	text-shadow: 1px 1px 0 #FFF
							,1px 0px 0 #FFF
							,0px 1px 0 #FFF
							,0px 0px 0 #FFF;
							*/
}
@media screen and (max-width: 999px) {
	.bg_amazon{
		padding: 0 8vw;
		padding: 0 -webkit-calc(12vw - 40px);
		padding: 0 calc(12vw - 40px);
	}
	.bg_amazon .white{
		background-color: rgb(255 255 255 / 50%);
	}
}

.amazon_box{}
.amazon_box .btn{
	display: block;
	font-size:150%;
	line-height: 125%;
	font-weight: bold;
	padding: 0.8em;
	margin-top: 0.25em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.amazon_box .btn + div{
	margin-top: 1em;
	padding-right: 1em;
}

.sec01_text{margin-top: 40px;}
.sec01_text .box{}
.sec01_text .box h3{
	font-size: 150%;
	line-height: normal;
	margin-bottom: 0.5em;
}
.sec01_text .box h3 img{width:44px;}
.sec01_text .box > div{
	text-align: left;
	background-color: #FFF;
	padding: 1em 1.25em;
	line-height: 175%;
	box-shadow: 1px 1px 0px 2px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 1px 1px 0px 2px rgb(0 0 0 / 15%);
	-moz-box-shadow: 1px 1px 0px 2px rgb(0 0 0 / 15%);
}
.sec01_text .arrow{
	position: absolute;
	top:10px;
	left:0;
	right:0;
	margin: auto;
	height:54px;
	z-index: 2;
}
@media screen and (min-width: 1000px) {
	.sec01_text .box{width:46.46153846%;}
	.sec01_text .box:nth-of-type(2n+1){float: left;clear: both;}
	.sec01_text .box:nth-of-type(2n+2){float: right;}
	.sec01_text .box h3 img{margin-bottom: 10px;}
}
@media screen and (max-width: 999px) {
	.sec01_text .box:nth-of-type(n+2){margin-top: 30px;}
	.sec01_text .box h3 img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.5em;
	}
}

.sec02_list{margin-top: 40px;}
.sec02_list .pic{
	vertical-align: middle;
	background-color: rgba(255,255,255,0.80);
	border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
}
.sec02_list .list{
	text-align: left;
	vertical-align: top;
	position: relative;
}
.sec02_list .list table{width:100%;}
.sec02_list .list tr td:nth-child(1){
	width:2.25em;
	text-align: left;
	vertical-align:middle;
}
.sec02_list .list tr td:nth-child(1) img{height:1.25em;}
.sec02_list .list tr td:nth-child(2){
	font-weight: bold;
	font-size: 112.5%;
}
@media screen and (min-width: 1000px) {
	.sec02_list .pic{width:273px;}
	.sec02_list .pad{width:1.5em;}
	.sec02_list .list{position: relative;}
	.sec02_list .list table{
		position:absolute;
		height:100%;
	}
}
@media screen and (max-width: 999px) {
	.sec02_list .pic{width:100%;}
	.sec02_list .pic img{width:80%;margin: auto;}
	.sec02_list .pad{height:1em;}
	.sec02_list .list{font-size: 125%;}
	.sec02_list .list tr td{padding-top: 1em;}
	.sec02_list .list tr td:nth-child(1){width:2em;}
	.sec02_list .list tr td:nth-child(1) img{height:1em;}
	.sec02_list .list tr td:nth-child(2){font-size: 100%;}
}
.sec02_arrow{
	position: absolute;
	top:100%;
	left:0;
	right:0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: solid 1.25em #FDD000;
	border-left: solid 1.5em transparent;
	border-right: solid 1.5em transparent;
}
.sec02_white{
	position: relative;
	background-color: #FFF;
	padding: 2em 1.5em 3em;
	margin-top: 4em;
	border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
}
.sec02_white .arrow{
	position: absolute;
	bottom:100%;
	left:0;
	right:0;
	width: 0;
	height: 0;
	margin: auto;
	border-bottom: solid 1.25em #FFF;
	border-left: solid 0.75em transparent;
	border-right: solid 0.75em transparent;
}
.sec02_white h3{
	font-size: 1.5em;
	line-height: normal;
}
.sec02_white .text{
	text-align: left;
	font-size: 95%;
	line-height: 175%;
	margin-top: 1.5em;
}

.sec03_list{
	margin: 4em 0 1em;
	width:100%;
}
.sec03_list .num{
	background-color: #003B82;
	color:#FFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
.sec03_list .num div{
	font-size: 112.5%;
	line-height: normal;
}
.sec03_list .text{
	text-align: left;
	vertical-align: top;
}
.sec03_list .text h3{
	font-size: 150%;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
	.sec03_list .num{width:5em;}
	.sec03_list .pad{width:1em;}
}
@media screen and (max-width: 999px) {
	.sec03_list .num{padding: 0.75em 0;}
	.sec03_list .pad{height:1em;}
	.sec03_list .text br{display: none;}
}

.sec04_list{
	margin-top: 2em;
	margin-bottom: 4.5em;
}
.sec04_list .chara{
	text-align: left;
	vertical-align: bottom;
	/* width:14%; */
	width:91px;
}
.sec04_list .chara img{width:100%;}
.sec04_list .pad{width:8%;}
.sec04_list .text{
	text-align: left;
	vertical-align: bottom;
}
.sec04_list .text > div{
	position: relative;
	background-color: #FFF;
	padding: 1em 1.5em;
	box-shadow: 2px 2px 0px 4px #003b82;
	-webkit-box-shadow: 2px 2px 0px 4px #003b82;
	-moz-box-shadow: 2px 2px 0px 4px #003b82;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
.sec04_list .text > div .arrow{
	position: absolute;
	right:100%;
	bottom:60px;
	width: 0;
	height: 0;
	margin: auto;
	border-right: solid 1.25em #003b82;
	border-top: solid 0.75em transparent;
	border-bottom: solid 0.75em transparent;
}
.sec04_list .text > div > div{
	line-height: 175%;
}
/*
@media screen and (min-width: 700px) {
	.sec04_list .text > div .arrow{bottom:63px;}
}
@media screen and (max-width: 699px) {
	.sec04_list .text > div .arrow{bottom:9vw;}
}
*/
/*
@media screen and (min-width: 1000px) {
	.sec04_list .text{
		position: relative;
	}
	.sec04_list .text > div{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
}
*/

footer{}
footer table{width:100%;}
footer table td{
	text-align: left;
	vertical-align: middle;
}
footer table .logo img{margin: auto;}
footer table .text{
	color:#FFF;
	font-weight: bold;
	font-size: 112.5%;
	line-height: 125%;
}
footer .copy{
	font-size: 75%;
	line-height: normal;
	padding: 0.33em;
}
@media screen and (min-width: 1000px) {
	footer table .logo{width:10%;}
	footer table .pad{width:3%;}
}
@media screen and (max-width: 999px) {
	footer table .logo img{width:149px;}
	footer table .pad{height:1em;}
	footer table .text{text-align: center;}
	footer .copy{font-size: 50%;}
}

#pagetop_btn{
	position: fixed;
	left:0;
	right: 0;
	bottom: 0;
	margin:auto;
	display:block;
	width:100%;
	min-width: 360px;
	z-index:1000;
}
#pagetop_btn a{
	position:absolute;
	right: 24px;
	bottom: -70px;
	display:block;
	background-image:url(../images/pagetop.svg);
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
#pagetop_btn a.active{bottom:24px;}
#pagetop_btn a.transition_zero{
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
}
#pagetop_btn.static{position: relative;}
#pagetop_btn.static a{bottom: -35px;}
/*
@media screen and (max-width: 999px) {
	#pagetop_btn a.active{bottom:2.4vw;}
	#pagetop_btn.static{position:fixed;}
	#pagetop_btn.static a{bottom: 3.5vw;}
}
@media screen and (max-width: 499px) {
	#pagetop_btn a{
		width: 14vw;
		height: 14vw;
		bottom: -14vw;
	}
}
*/
#pagetop_btn > div{position: absolute; bottom: 0;left:0;}

.popup_link{cursor: pointer;}
.popup{
	background-color:rgb(128 75 8 / 66%);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:2000;
}
.popup .box{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:650px;
	max-width: 90vw;
	height:650px;
	max-height:90vh;
	text-align:left;
	background-color: #FFF;
}
.popup .box .pad{
	/* padding: 6.153846154% 3.846153846% 5.384615385%; */
	/* padding: 6.153846154% 3.846153846% 0; */
	padding: 0 3.846153846%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.popup .box table{
	position: absolute;
	top: 4%;
	left: 4%;
	width: 92%;
	height: 100%;
	max-height: 82%;
}
.popup .box table td{
	text-align: left;
	vertical-align: top;
}
.popup .box table .title{
	height:2em;
}
.popup .box h3{
	font-size: 90%;
	line-height: normal;
	padding-bottom: 1em;
}
.popup .box .overflow{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: auto;
	font-size: 80%;
}
.popup .box .overflow .text{
	margin-right: 20px;
}
.popup .box .overflow h4{
	position: relative;
	line-height: normal;
	margin-bottom: 1em;
}
.popup .box .overflow h4:nth-of-type(n+2){margin-top: 1em;}
.popup .box .overflow h4 span{
	position: relative;
	background-color: #FFF;
	z-index: 2;
}
.popup .box .overflow h4 hr{
	position: relative;
	border-top:solid 1px #DC5B20;
	margin: 0;
	margin-top: -0.875em;
	margin-top: -webkit-calc(-0.875em + 1px);
	margin-top: calc(-0.875em + 1px);
	z-index: 1;
}
.popup .box .textC{
	position: absolute;
	bottom:4%;
	left:0;
	width:100%;
}
.popup .box .close{
	display: inline-block;
	cursor:pointer;
	color:#FFF;
	background-color: #FF960F;
	padding: 1vh 3em;
	font-size: 90%;
	font-weight: bold;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
@media screen and (min-width: 1000px) {
	.zoom140{zoom:140%;}/* 1.4倍拡大 */
	/* .popup, */
	.zoom_reset{
		zoom:70%;
		zoom:-webkit-calc(100% / 1.4);
		zoom:calc(100% / 1.4);
	}
}

/* 横幅下限 */
body > div[align=center],
header,
footer{min-width:360px;}

/* ----- */


.pc_vanish{}
.sp_vanish{}
.im_vanish{display:none!important;}
.pc_br_del{}
.sp_br_del{}
@media screen and (min-width: 1000px) {
	.pc_vanish{display:none!important;}
	.pc_br_del br,
	.pc_div_del div{display:none!important;}
}
/*
@media screen and (min-width: 1200px) {
	.W1200_vanish{display:none!important;}
}
*/
@media screen and (max-width: 999px) {
	.sp_vanish{display:none!important;}
	.sp_br_del br{display:none!important;}
	.sp_div_del div{display:none!important;}
}
.v_hidden{visibility:hidden;}

.fade_gimmick .motion,
.fade_chain .motion{
	opacity:0;
}
.motion,
.transition_03s_ease{
	/*
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	*/
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	-ms-transition: 0.8s ease;
	transition: 0.8s ease;
}
.show{
	transform:translateX(0)!important;
	transform:translateY(0)!important;
	filter:alpha(opacity=100)!important;
	-moz-opacity:1!important;
	opacity:1!important;
}

.W1000{width:1000px;}
.W50per{width:50%;}
.W100per{width:100%;}
.Wmax1000{max-width:1000px;}
.Wmax90per{max-width:90%;}
.Wmax100per{max-width:100%;}
.sp_Wmax90per{}
.Wbase{
	width:100%;
	max-width:1000px;
	margin: auto;
}
.Wbase.W650{max-width:650px;}
.Wbase.W700{max-width:700px;}
.Wbase.W770{max-width:770px;}
.Wbase.W800{max-width:800px;}
.Wbase.W1100{max-width:1100px;}

.mgnLRmn0_25em{margin-left:-0.25em; margin-right:-0.25em;}
.mgnLRmn0_33em{margin-left:-0.33em; margin-right:-0.33em;}
.mgnLRmn0_5em{margin-left:-0.5em; margin-right:-0.5em;}
.mgnR1em{margin-right:1em;}
.mgnLRAuto{margin-left:auto; margin-right:auto;}
.mgnAuto{margin:auto;}
.sp_mgnLRAuto,
.sp_mgnAuto,
.sp_mgnLRmn0_5em{}
.sp_padLR1em{}
@media screen and (max-width: 999px) {
	.sp_mgnLR50{margin-left:50px; margin-right:50px;}
	.sp_mgnLRAuto{margin-left:auto; margin-right:auto;}
	.sp_mgnAuto{margin:auto;}
	.sp_mgnLRmn0_5em{margin-left:-0.5em; margin-right:-0.5em;}
	.sp_padLR1em{padding-left: 1em; padding-right: 1em;}
}

.fontP050{font-size:50%;}
.fontP060{font-size:60%;}
.fontP070{font-size:70%;}
.fontP075{font-size:75%;}
.fontP080{font-size:80%;}
.fontP087{font-size:87.75%;}
.fontP090{font-size:90%;}
.fontP100{font-size:100%;}
.fontP110{font-size:110%;}
.fontP115{font-size:115%;}
.fontP120{font-size:120%;}
.fontP125{font-size:125%;}
.fontP130{font-size:130%;}
.fontP140{font-size:140%;}
.fontP150{font-size:150%;}
.fontP160{font-size:160%;}
.fontP170{font-size:170%;}
.fontP175{font-size:175%;}
.fontP180{font-size:180%;}
.fontP190{font-size:190%;}
.fontP200{font-size:200%;}
.fontP250{font-size:250%;}
.fontP300{font-size:300%;}
.fontP400{font-size:400%;}
.sp_fontP050{}
.sp_fontP060{}
.sp_fontP070{}
.sp_fontP075{}
.sp_fontP080{}
.sp_fontP087{}
.sp_fontP090{}
.sp_fontP100{}
.sp_fontP110{}
.sp_fontP115{}
.sp_fontP120{}
.sp_fontP125{}
.sp_fontP130{}
.sp_fontP140{}
.sp_fontP150{}
.sp_fontP160{}
.sp_fontP170{}
.sp_fontP175{}
.sp_fontP180{}
.sp_fontP190{}
.sp_fontP200{}
.sp_fontP250{}
.sp_fontP300{}
@media screen and (max-width: 999px) {
	.sp_fontP050{font-size:50%;}
	.sp_fontP060{font-size:60%;}
	.sp_fontP070{font-size:70%;}
	.sp_fontP075{font-size:75%;}
	.sp_fontP080{font-size:80%;}
	.sp_fontP087{font-size:87.75%;}
	.sp_fontP090{font-size:90%;}
	.sp_fontP100{font-size:100%;}
	.sp_fontP110{font-size:110%;}
	.sp_fontP115{font-size:115%;}
	.sp_fontP120{font-size:120%;}
	.sp_fontP125{font-size:125%;}
	.sp_fontP130{font-size:130%;}
	.sp_fontP140{font-size:140%;}
	.sp_fontP150{font-size:150%;}
	.sp_fontP160{font-size:160%;}
	.sp_fontP170{font-size:170%;}
	.sp_fontP175{font-size:175%;}
	.sp_fontP180{font-size:180%;}
	.sp_fontP190{font-size:190%;}
	.sp_fontP200{font-size:200%;}
	.sp_fontP250{font-size:250%;}
	.sp_fontP300{font-size:300%;}
}

.font_W80{transform:scale(0.80,1);margin:0 -0.1em;}

.font_thin{font-weight:normal;}
.font_bold{font-weight:bold;}
.font_gothic{
	/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font_min{
	/* font-family:"ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3",serif; */
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_meiryo{
	font-family:"メイリオ", Meiryo, sans-serif;
}
.font_yugo{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", sans-serif;
}

.LH100,.LH100 *{line-height:100%;}
.LH125,.LH125 *{line-height:125%;}
.LH133,.LH133 *{line-height:133%;}
.LH150,.LH150 *{line-height:150%;}
.LH175,.LH175 *{line-height:175%;}
.LH200,.LH200 *{line-height:200%;}
.LH_inherit,.LH_inherit *{line-height:inherit;}
.LH_normal,.LH_normal *{line-height:normal;}
@media screen and (max-width: 999px) {
	.sp_LH100,.sp_LH100 *{line-height:100%;}
	.sp_LH150,.sp_LH150 *{line-height:150%;}
}

.LH150.mgnTmn{margin-top:-0.25em;}
.LH175.mgnTmn{margin-top:-0.375em;}
.LH200.mgnTmn{margin-top:-0.5em;}
/*
.LH150.mgnTmn{margin-top:-0.125em;}
.LH200.mgnTmn{margin-top:-0.25em;}
*/
.LS0_1em{letter-spacing:0.1em; margin-right:-0.1em;}
.LS0_25em{letter-spacing:0.25em; margin-right:-0.25em;}
.LS0_5em{letter-spacing:0.5em; margin-right:-0.5em;}
.LS1em{letter-spacing:1em; margin-right:-1em;}

.indent_mn0_5np{
	text-indent:-0.5em;
}
.indent_mn_set *{
	text-indent:-1em;
	padding-left:1em;
}
.indent_mn1_25{
	text-indent:-1.25em;
	padding-left:1.25em;
}

.dpB{display:block;}
.dpI{display:inline;}
.dpIB{display:inline-block;}
.dpN{display:none;}
@media screen and (max-width: 999px) {
	.sp_dpIB{display:inline-block;}
	.sp_dpB{display:block;}
}

.floatL,
.floatL_pc{float:left;}
.floatR,
.floatR_pc{float:right;}
.clear{clear:both;}
@media screen and (max-width: 999px) {
	.floatL_pc,
	.floatR_pc{float:none;}
	.floatL_sp{float:left;}
	.floatR_sp{float:right;}
}

.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align:center;}
.textJ{text-align:justify;
text-align-last:justify;
text-justify:distribute;}
.sp_textL{}
.sp_textC{}
@media screen and (max-width: 999px) {
	.sp_textL{text-align:left;}
	.sp_textC{text-align:center;}
}
.deco_underline{text-decoration:underline;}
.cur_pointer{cursor:pointer;}

.bg_cover,.bg_cover *{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg_coverT,.bg_coverT *{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg_coverB,.bg_coverB *{
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg_contain,.bg_contain *{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.bg_containT,.bg_containT *{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
}
.bg_containB,.bg_containB *{
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
.bg_W90,.bg_W90 *{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:90% auto;
}
@media screen and (max-width: 999px) {
}
/* Edge のみ*/
/*
@supports (-ms-ime-align:auto) {
	.bg_H120_edge,.bg_H120_edge *{
		background-size:auto 120%;
	}
}
*/
/* IEのみ */
/*
@media all and (-ms-high-contrast: none) {
  .bg_H120_ie,.bg_H120_ie *{
		background-size:auto 120%;
	}
}
*/

.col_000{color:#000;}
.col_F00{color:#F00;}
.col_D52{color:#DC5B20;}/* 濃いオレンジ */
.col_F90{color:#FF960F;}/* オレンジ */
.col_038{color:#003B82;}/* 濃い青 */
.col_FFF{color:#FFF;}

.bg_clear{background-color:transparent;}
.bg_000{background-color:#000;}
.bg_F90{background-color:#FF960F;}/* オレンジ */
.bg_FD0,
.bg_FD0_ov:hover{background-color:#FDD000;}/* 黄色 */
.bg_038{background-color:#003B82;}/* 濃い青 */
.bg_36B{background-color:#3F6EB4;}/* 青（フッター） */
.bg_FFF{background-color:#FFF;}

.bg_white_grad{
	background:-moz-linear-gradient(left, #FFFFFF, rgba(255,255,255,0));
  background:-webkit-linear-gradient(left, #FFFFFF, rgba(255,255,255,0));
  background:linear-gradient(to right, #FFFFFF, rgba(255,255,255,0));
}

.textbeta{
	background-image: url(../images/common/textbeta-blue.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 1em;
}

.pc_tblbreak{}
.sp_tblbreak{}
@media screen and (min-width: 1000px) {
	.pc_tblbreak,
	.pc_tblbreak tbody,
	.pc_tblbreak tr,
	.pc_tblbreak th,
	.pc_tblbreak td{display:block;}
}
@media screen and (max-width: 999px) {
	.sp_tblbreak,
	.sp_tblbreak tbody,
	.sp_tblbreak tr,
	.sp_tblbreak th,
	.sp_tblbreak td{display:block;}
	.sp_tblbreak_limited,
	.sp_tblbreak_limited > tbody,
	.sp_tblbreak_limited > tbody > tr,
	.sp_tblbreak_limited > tr,
	.sp_tblbreak_limited > tbody > tr > th,
	.sp_tblbreak_limited > tr > th,
	.sp_tblbreak_limited > tbody > tr > td,
	.sp_tblbreak_limited > tr > td{display:block;}
}

.pos_rel{position:relative;}
.pos_abs{position:absolute;}
.pos_fix{position:fixed;}

.pos_abs.mgnAuto{
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:auto;
}

.radius05{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;}
.radius30{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;}
.radius50{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;}
.radius1em{
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;}
.radius100per{
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;}

.shadow01{
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);}
.shadow02{
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);}
.shadow04{
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);}
.shadow01bo{
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);}
.shadow04bo{
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);}

.rotation90{
	-moz-transform:	rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform:	 rotate(90deg);
	transform:		 rotate(90deg);
	/*
	-moz-transform:matrix(0, 1, -1, 0, 0, 0);
	-webkit-transform:matrix(0, 1, -1, 0, 0, 0);
	-o-transform:matrix(0, 1, -1, 0, 0, 0);
	transform:matrix(0, 1, -1, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	*/
}
/*
-moz-transform:	rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform:	 rotate(-45deg);
transform:		 rotate(-45deg);
*/

.borderbox,.borderbox *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.flexbox,.flexbox, *{
	/*
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	*/
}


/* 印刷用CSS */
/*
@media print{
  印刷用CSSの定義を指定する
}
※印刷時は
「@media screen and (min-width: 1000px)」
「@media screen and (max-width: 999px)」内のスタイルは効かなくなる
*/
@media print{
	body > div .H_head,
	.pc_vanish{
		display:none!important;
	}
	header{position:relative;}
}