@charset "shift_jis";

body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #0f244d;
}
p,ul,ol,div {
	color: #0f244d;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 7px 30px 4px;
	}
	#header #headerLogo img {
		height: 34px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 20px 30px 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #0f244d;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #fff;
	}
	/* mainBg
	------------------------------------------------------ */
	.mainBg {
		position: relative;
	}
	.mainBg::before {
		position: fixed;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: url("/gecard/tensura/img-files/pc_index_bg01.webp") no-repeat 50% center / cover;
		z-index: -1;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
		text-align: center;
		padding-top: 90px;
	}
	/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	margin-top: 25px;
}
.newsBox .newsBoxHeading {
	display: flex;
	margin-left: 10px;
}
.newsBox .newsBoxHeading img {
	width: 97px;
}
.newsBox .newsBoxInner {
	position: relative;
	width: 100%;
	height: 130px;
	margin-top: 15px;
	overflow-y: hidden;
	padding: 16px 20px 16px 30px;
	background: rgba(0, 154, 204, 0.1);
	border-radius: 20px;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 90px;
}
.newsBox .contentbox {
	padding: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	width: 130px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 15px;
	background-color: #009acc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #009acc;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #009acc;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin-top: 46px;
	}
	.flow > li {
		float: left;
		width: 290px;
		min-height: 266px;
		margin-right: 13px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li:last-child {margin-right: 0;}
	.flow > li.list01 {background-image: url("/gecard/tensura/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/tensura/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/tensura/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/tensura/img-files/pc_index_flow04.webp");}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 154px;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.flow .flowDesc dd a {
		color: #0f244d;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.tensura-section >:first-child {
		margin-top: 0 !important;
	}
	.tensura-section + .tensura-section {
		margin-top: 50px;
	}
	/* heading */
	.tensura-heading02 {
		margin-top: 107px;
	}
	.tensura-heading02.under-character {
		margin-top: 14px;
	}
	.tensura-heading02 .tensura-heading02Image {
		position: absolute;
		top: 50%;
		margin-top: -65.5px;
		width: 131px;
		height: 131px;
		visibility:hidden;
	}
	.tensura-heading02-02 {
		margin-top: 35px;
		margin-bottom: 27px;
		text-align: center;
	}
	/* text */
	.tensura-lead {
		margin-bottom: 10px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.tensura-text01 { 
		margin-top: -24px;
		font-size: 1.6rem;
	}
	.tensura-text02 { 
		margin-top: 16px;
		font-size: 1.6rem;
	}
	/* image */
	.tensura-image {
		margin-top: 35px;
		text-align: center;
	}
	.tensura-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.tensura-noteList {
		margin-top: 20px;
	}
	.tensura-media02 .tensura-noteList {
		padding-right: 110px;
	}
	.tensura-noteList.voiContent {
		width: fit-content;
		margin: 20px auto 0;
	}
	.tensura-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.tensura-noteList > li + li {
		margin-top: 10px;
	}
	.tensura-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* card */
	.tensura-cardWrap {
		display: flex;
		justify-content: space-between;
		margin-top: 74px;
	}
	.tensura-card {
		width: 580px;
		height: 549px;
		padding: 0 40px 41px;
		background: url("/gecard/tensura/img-files/index_bg02.webp") no-repeat 0 0 / contain;
		text-align: center;
		border-radius: 30px;
	}
	.tensura-card .tensura-cardTitle {
		width: 539px;
		margin: 0 -40px;
		display: inline-block;
		transform: translateY(-40px);
	}
	.tensura-card .tensura-cardImage {
		margin: 16px 25px 0;
	}
	.tensura-card .tensura-cardText {
		margin-top: 48px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		color: #0f244d;
	}
	/* button */
	.applyBtn {
		margin-top: 46px;
	}
	.applyBtn > li a {
		transition: 0.3s all ease-out;
	}
	.applyBtn > li a:hover {
		opacity: 0.9;
	}
	.tensura-btnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 29px;
		margin: 57px 0 7px;
		padding: 0 40px;
	}
	.tensura-btn {
		width: calc(50% - 25px);
		height: 86px;
	}
	.tensura-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 86px;
		padding: 5px 60px;
		box-shadow: 0 2px 0 0 #0052a6;
		background: linear-gradient(to bottom, #fffa53 50%, #ffe123 50%, #fff448 100%);
		border-radius: 43px;
		font-size: 2.8rem;
		color: #0f244d;
		font-weight: bold;
		text-decoration: none;
		transition: 0.2s all ease-out;
	}
	.tensura-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/tensura/img-files/index_ic01.webp") no-repeat;
		}
	.tensura-btn a:hover {
		transform: translateY(2px);
		box-shadow: none;
	}
	/* media */
	.tensura-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 27px;
	}
	.tensura-media .tensura-mediaHead {
		flex-shrink: 0;
		width: 44%;
	}
	.tensura-media .tensura-mediaBody {
		flex-shrink: 0;
		width: 56%;
	}
	.tensura-media .tensura-mediaText {
		font-size: 2rem;
		line-height: 1.6;
	}
	.tensura-media .tensura-mediaText02 {
		margin-top: 8px;
		font-size: 2.8rem;
		color: #0f244d;
		font-weight: bold;
	}
	.tensura-media .tensura-mediaText03 {
		font-size: 1.6rem;
	}
	.tensura-media .tensura-mediaImage {
		margin: 0 75px 0 0;
		text-align: center;
	}
	.tensura-media .tensura-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.tensura-media .tensura-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-media02 {
		display: flex;
		justify-content: center;
		margin-top: 85px;
	}
	.tensura-media02 .tensura-mediaHead {
		width: 72%;
	}
	.tensura-media02 .tensura-mediaBody {
		width: 435px;
		margin-left: -96px;
		margin-top: -18px;
	}
	/* box */
	.tensura-box {
		margin-top: 54px;
		background: rgba(229, 245, 250, 0.7);
		border-radius: 20px;
	}
	.tensura-box + .tensura-box {
		margin-top: 48px;
	}
	.tensura-box .tensura-boxInner {
		padding: 30px 44px 30px;
	}
	.tensura-box .tensura-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.tensura-box .tensura-boxTitle {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		color: #0f244d;
		font-weight: bold;
	}
	.tensura-box .tensura-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.tensura-box .tensura-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.tensura-box .tensura-boxList {
		margin-top: 13px;
	}
	.tensura-box .tensura-boxList > li {
		position: relative;
		padding-left: 9px;
		font-size: 1.6rem;
	}
	.tensura-box .tensura-boxList > li::before {
		content: "";
		position: absolute;
		top: 8px;
		left: 0;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #009acc;
	}
	.tensura-box .tensura-boxList > li > .tensura-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.tensura-box .tensura-boxList02 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.tensura-box .tensura-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-box .tensura-boxList03 {
		margin-top: 13px;
	}
	.tensura-box .tensura-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.tensura-box .tensura-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-box .tensura-boxImage {
		margin-top: 16px;
		text-align: center;
	}
	.tensura-box .tensura-boxHr {
		width: calc(100% + 64px);
		height: 3px;
		margin: 20px 0 24px -30px;
		background-image: linear-gradient(to right, #009acc, #009acc 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.tensura-box .tensura-boxInquiry {
		text-align: center;
	}
	.tensura-box .tensura-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.tensura-box .tensura-boxInquiry .tensura-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.tensura-box .tensura-boxInquiry .tensura-boxInquiryTel {
		font-size: 1.6rem;
	}
	/* character */
	.tensura-character01 {
		text-align: center;
		margin-top: 10px;
	}
	.tensura-character02 {
		text-align: center;
		margin-top: 10px;
	}
	.tensura-character03 {
		text-align: center;
		margin-top: 20px;
	}
	.tensura-banner {
		width: fit-content;
		margin: 30px auto 0;
		background-color: #fff;
	}
	.tensura-banner a {
		transition: 0.3s all ease-out;
	}
	.tensura-banner a:hover {
		opacity: 0.7;
	}
	#pageContainer .snsArea {
		margin: 60px auto;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		margin-bottom: 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}
	#headerLogo {
		padding: 4px 6px 6px;
	}
	#header #headerLogo img {
		width: 164px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 13px 10px 35px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #0f244d;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #fff;
	}
	/* mainBg
	------------------------------------------------------ */
	.mainBg {
		position: relative;
	}
	.mainBg::before {
		position: fixed;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: url("/gecard/tensura/img-files/sp_index_bg01.webp") no-repeat 50% center / cover;
		z-index: -1;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
		padding-top: 23px;
	}
	.mainVisual .mainVisualTitle img {
		width: 100vw;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin-top: 18px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
		margin-left: 2px;
	}
	.newsBox .newsBoxHeading img {
		width: 68px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 84px;
		margin-top: 8px;
		padding: 10px 4px 10px 10px;
		background: rgba(0, 154, 204, 0.1);
		border-radius: 10px;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 10px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2.5px;
		background-color: #009acc;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #009acc;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #009acc;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 22px 0 0;
	}
	.flow > li {
		position: relative;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.flow > li:first-child {
		margin: 0;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 32px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 21px;
		height: 13px;
		top: -15px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/tensura/img-files/index_ic02.webp) no-repeat top left / contain;
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 28%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 2px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.tensura-section >:first-child {
		margin-top: 0 !important;
	}
	.tensura-section + .tensura-section {
		margin-top: 20px;
	}
	/* heading */
	.tensura-heading02 {
		position: relative;
		margin: 54px 0 15px;
	}
	.tensura-heading02 .tensura-heading02Image {
		position: absolute;
		top: 50%;
		width: min(118px, calc((118 / 720) * 100vw));
		margin-top: max(-59px, calc((-59 / 720) * 100vw));
		visibility:hidden;
	}
	.tensura-heading02-02 {
		transform: none;
		margin: 17px 18px 0;
	}
	/* text */
	.tensura-lead {
		margin-top: 39px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.tensura-text01 { 
		margin-top: 3px;
		font-size: 1.3rem;
	}
	.tensura-text02 { 
		margin-top: 11px;
		font-size: 1.3rem;
	}
	/* image */
	.tensura-image {
		margin-top: 15px;
		text-align: center;
	}
	.tensura-image02 {
		margin-top: 20px;
	}
	.tensura-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.tensura-noteList {
		margin-top: 15px;
	}
	.tensura-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.tensura-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* card */
	.tensura-cardWrap {
		margin-top: 45px;
	}
	.tensura-card {
		width: 100%;
		max-width: 340px;
		height: auto;
		margin: 0 auto;
		padding: 0 min(24px, 7vw) min(24px, 7vw);
		background: url("/gecard/tensura/img-files/index_bg02.webp") no-repeat 0 0 / contain;
		text-align: center;
	}
	.tensura-card .tensura-cardTitle {
		margin: 0 -40px;
		display: inline-block;
		transform: translateY(max(-24px, -7vw));
	}
	.tensura-card .tensura-cardTitle img {
		width: auto;
		height: min(47.5px, 14vw);
	}
	.tensura-card + .tensura-card {
		margin-top: min(47px, 13vw);
	}
	.tensura-card .tensura-cardImage {
		margin: min(9px, 3vw) min(14px, 4vw) 0;
	}
	.tensura-card .tensura-cardText {
		margin-top: min(28px, 8vw);
		text-align: center;
		font-size: min(1.5rem, 4.5vw);
		color: #0f244d;
		font-weight: bold;
	}
	/* button */
	.applyBtn {
		margin-top: min(28px, 8vw);
	}
	.tensura-btnWrap {
		display: block;
		justify-content: space-between;
		margin: 20px 0 14px;
		padding: 0 10px;
	}
	.tensura-btn {
		width: 100%;
		height: 50px;
	}
	.tensura-btn + .tensura-btn {
		margin-top: 15px;
	}
	.tensura-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		box-shadow: 0 1px 0 0 #0052a6;
		background: linear-gradient(to bottom, #fffa53 50%, #ffe123 50%, #fff448 100%);
		border-radius: 25px;
		text-decoration: none;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.tensura-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/tensura/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.tensura-media {
		margin-top: 27px;
	}
	.tensura-media .tensura-mediaBody {
		margin-top: 20px;
	}
	.tensura-media .tensura-mediaText {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.tensura-media .tensura-mediaText02 {
		font-size: 1.6rem;
		color: #0f244d;
		font-weight: bold;
	}
	.tensura-media .tensura-mediaText03 {
		font-size: 1.2rem;
	}
	.tensura-media .tensura-mediaImage {
		text-align: center;
	}
	.tensura-media .tensura-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.tensura-media .tensura-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-media02 .tensura-mediaBody {
		margin: 12px 50px 0;
	}
	/* box */
	.tensura-box {
		margin-top: 40px;
		background: rgba(229, 245, 250, 0.7);
		border-radius: 10px;
	}
	.tensura-box + .tensura-box {
		margin-top: 17px;
	}
	.tensura-box .tensura-boxInner {
		padding: 20px 10px 16px;
	}
	.tensura-box .tensura-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.tensura-box .tensura-boxTitle {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #0f244d;
		font-weight: bold;
	}
	.tensura-box .tensura-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.tensura-box .tensura-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.tensura-box .tensura-boxList {
		margin-top: 15px;
	}
	.tensura-box .tensura-boxList > li {
		position: relative;
		padding-left: 9px;
		font-size: 1.3rem;
	}
	.tensura-box .tensura-boxList > li::before {
		position: absolute;
		content: "";
		top: 7px;
		left: 0;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #009acc;
	}
	.tensura-box .tensura-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-box .tensura-boxList > li > .tensura-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.tensura-box .tensura-boxList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.tensura-box .tensura-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-box .tensura-boxList03 {
		margin-top: 13px;
	}
	.tensura-box .tensura-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.tensura-box .tensura-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tensura-box .tensura-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.tensura-box .tensura-boxHr {
		width: 100%;
		height: 2px;
		margin: 26px 0 18px 0;
		background-image: linear-gradient(to right, #009acc, #009acc 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.tensura-box .tensura-boxInquiry {
		text-align: center;
	}
	.tensura-box .tensura-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.tensura-box .tensura-boxInquiry .tensura-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem; 
	}
	.tensura-box .tensura-boxInquiry .tensura-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
	}
	/* character */
	.tensura-character01 {
		text-align: center;
		margin-top: 12px;
	}
	.tensura-character02 {
		text-align: center;
		margin: 10px 67px 0;
	}
	.tensura-character03 {
		text-align: center;
		margin: 25px 17px 0;
	}
	
	.tensura-banner {
		margin-top: 25px;
		text-align: center;
	}
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}