﻿/* common setting */

#main_area body,
#main_area h1,
#main_area h2,
#main_area h3,
#main_area h4,
#main_area h5,
#main_area h6,
#main_area td,
#main_area th,
#main_area p,
#main_area div,
#main_area input,
#main_area textarea,
#main_area pre,
#main_area ul,
#main_area ol,
#main_area address,
#content_body body,
#content_body h1,
#content_body h2,
#content_body h3,
#content_body h4,
#content_body h5,
#content_body h6,
#content_body td,
#content_body th,
#content_body p,
#content_body div,
#content_body input,
#content_body textarea,
#content_body pre,
#content_body ul,
#content_body ol,
#content_body address {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	font-feature-settings: "palt" 1;
		margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

.jpmaru{
	font-family: 'Hiragino Maru Gothic W4 JIS2004', YuGothic, "Yu Gothic medium", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
section img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}

#content_body ul,
#content_body ol {
	list-style: none;
}

.pc{
}
.pc_mid{
}
.sp{
	display: none !important;
}

.close{
	opacity: .5;
	pointer-events: none;
}

/* caption setting */
section figure{
	position: relative;
}
section figure img{
	line-height: 0;
}
section figcaption{
	margin: 0 auto;
	text-align: right;
	font-size: 0.688rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding: 5px 0 0 0;
}
section figcaption.cW{
	color: rgba(255,255,255,1.00);
}
section figure figcaption{
	position: absolute;
	bottom:5px;
	right:5px;
	padding: 0 0 0 0;
}
section figure figcaption.cW{
	color: rgba(255,255,255,1.00);
	text-shadow: 0 0 3px rgba(0,0,0,1.00);
}
section figure figcaption.top{
	bottom:auto;
	top: 5px
}
section figure figcaption.left{
	right:auto;
	left: 5px;
}
section figure figcaption.leftunder{
	right:auto;
	left: 5px;
	bottom:0;
}
@media only screen and (max-width: 999px) {	
	section figcaption{
		font-size: 0.625rem;
		letter-spacing: -0.05em;
	}
}
@media only screen and (max-width: 939px) {	
	section figcaption{
		font-size: 0.625rem;
		letter-spacing: -0.05em;
	}
	.pc_mid{
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	
	section figcaption{
		font-size: 0.562rem;
		letter-spacing: -0.05em;
	}
}
@media only screen and (max-width: 480px) {
	
	section figcaption{
		font-size: 0.500rem;
		letter-spacing: -0.05em;
	}
}


/* --------------------
	content
--------------------*/

section img{
	width:100%;
	line-height: 0;
}

.in-box{
	width: 940px;
	margin:0 auto !important;
	position:relative;
	text-align:left;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section p{
	font-size:1.000rem;
	line-height:1.8;
	text-align:left;
}

#main_area{
	width: 100%;
	position: relative;
}
#main_area .under_arrow{
	width: 58px;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 29px);
	z-index: 10;
}

#hint_under{
	width: 100%;
	position: relative;
}
#hint_under .under_arrow{
	width: 58px;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 29px);
	z-index: 10;
}

ruby{
	ruby-align: space-around !important;
}
ruby rt{
	font-size: 0.444em;
	text-align: center;
	ruby-align: space-around !important;
	line-height: 0.7;
}

sub{
	font-size: 0.6em;
}



/*------ effects ------*/

/* scroll fade */
.slEtL{
	display: block;
	opacity: 1;
	-webkit-transition: all 0.6s;
  	-webkit-transform: translate(0, 50px);
	transition: all 0.6s;
  	transform: translate(0, 50px);
}
.slEtS{
	display: block;
	opacity: 0;
	-webkit-transition: all 0.6s;
  	-webkit-transform: translate(-30px, 0);
	transition: all 0.6s;
  	transform: translate(-30px, 0);
}
.slEtR{
	display: block;
	opacity: 0;
	-webkit-transition: all 0.6s;
  	-webkit-transform: translate(30px, 0);
	transition: all 0.6s;
  	transform: translate(30px, 0);
}


.slEtLmove{
	opacity: 1;
  	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media only screen and (max-width: 940px) {
	.in-box{
		width:94%;
	}
	
section p{
		font-size: 0.938rem;
	}
	
	
}
@media only screen and (max-width: 768px) {
	.in-box{
		width:100%;
	}
	
section p{
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 480px) {
	
section p{
		font-size: 0.813rem;
	}
}


	
/* --------------------
	link btn
--------------------*/
#link-bt {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	gap: 20px;
}

#link-bt .btn {
	color: #FFF !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	background-color: #3F9CCD;
	border-radius: 9999px;
	font-weight: bold;
	font-size: 1.00rem;
	position: relative;
	transition: background-color 0.3s ease;
}
#link-bt .btn:link,
#link-bt .btn:visited,
#link-bt .btn:hover,
#link-bt .btn:active {
	color: #FFF !important;
	text-decoration: none;
}


/* 共通の矢印のスタイル */
.btarrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  padding: 2px;
  margin: 0 8px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* bakボタン → 矢印を左側に & 左向きに */
.bak .btarrow {
  margin-right: 8px;
  margin-left: 0;
  transform: rotate(135deg);
}

/* fwdボタン → 矢印を右側に & 右向きに */
.fwd .btarrow {
  margin-left: 8px;
  margin-right: 0;
  transform: rotate(-45deg);
}
	
	

		
@media only screen and (max-width: 940px) {
	.btn {
		font-size: 1.00rem;
		font-weight: 600;
	}
}
		
@media only screen and (max-width: 768px) {
	.btn {
		font-size: 0.9375rem;
		font-weight: 600;
	}
}

@media only screen and (max-width: 480px) {
	.btn {
		font-size: 0.875rem;
		font-weight: 600;
	}
}

