﻿@charset "utf-8";
body a.btnBase{
	color: #fff;
}
.h1Title01 .h1Top{
	margin: 1.5rem auto;
}
.h1Title01 .h1Top > *:first-child{
	margin-bottom: 0.8rem;
}
.h1Title01 .h1Top .h1Img {
	display: inline-block;
	width: 203px;
}

@media (max-width: 640px) {
	.h1Title01 .h1Top{
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.h1Title01 .h1Top > *:first-child{
		margin-bottom: 0;
	}
	.h1Title01 .h1Top .h1Img {
		width: 103px;
	}
	.sectionInner {
		padding: 0 10px;
	}
}

/*----------------------------------------------------------
pickUpBtn01
----------------------------------------------------------*/
.pickUpBtn01{
	width: 100%;
	margin-top: 5%;
	padding: 0 2rem 0 1.8rem;
	font-size: 0;
}
.pickUpBtn01 .btnBlk{
	position: relative;
	display: block;
	width: 70%;
	margin: 0 auto;
}
.pickUpBtn01 .btnBlk .imgBlk{
	position: absolute;
	top: 50%;
	left: -25%;
	transform: translate(0, -50%);
	display: block;
	width: 18%;
}
.pickUpBtn01 .btnBlk .btnBase{
	position: relative;
	display: table;
	width: 100%;
	padding: 16px 10px;
	border-radius: 10px;
	background: #e60000;
	color: #fff;
	text-align: center;
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.49);
}
.pickUpBtn01 .btnBlk .btnBase::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 7px;
	height: 11px;
	margin-top: -5.5px;
	background: url(/qam/img/index_ico_002.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pickUpBtn01 .btnBlk .btnBase .txtBlk{
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}
.pickUpBtn01 .btnBlk .btnBase .txtBlk .txt01{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}
.pickUpBtn01 .btnBlk .btnBase .txtBlk .txt02{
	display: block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

@media (max-width: 640px) {
	.pickUpBtn01{
		margin-top: 8%;
	}
}

/*----------------------------------------------------------
otherLink01
----------------------------------------------------------*/
.otherLink01{
	margin-top: 2.0rem;
	padding: 1.5rem 1.0rem;
	background: #f9f9f9;
}
.otherLink01.borderSet01::before{
	content: "";
	display: block;
	width: 100px;
	height: 3.5px;
	margin: 0.8rem auto 2.1rem;
	background: #dadada;
}
.otherLink01 .linkItem{
	margin-top: 10px;
}
.otherLink01 .linkItem:first-child{
	margin-top: 0;
}
.otherLink01 .linkItem .linkBase{
	position: relative;
	display: block;
	width: 68%;
	margin: 0 auto;
	padding: 13px 15px 13px 15px;
	border-radius: 5px;
	background: #fff;
	font-size: 0;
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.otherLink01 .linkItem .linkBase::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 7px;
	height: 11px;
	margin-top: -5.5px;
	background: url(/qam/img/index_ico_005.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.otherLink01 .linkItem .linkBase .imgBlk{
	display: inline-block;
	width: 28px;
	vertical-align: middle;
}
.otherLink01 .linkItem .linkBase .txtBlk{
	display: inline-block;
	width: calc(100% - 77.5px);
	margin-left: 15px;
	font-size: 1.3rem;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: underline;
}

@media (max-width: 640px) {
	.otherLink01{
		margin-top: 3.0rem;
		padding: 0.5rem 1.0rem;
	}
	.otherLink01.borderSet01::before{
		margin: 0.5rem auto 1.0rem;
	}
	.otherLink01 .linkItem .linkBase{
		width: 100%;
		padding: 10px 15px 10px 15px;
	}
}

/*----------------------------------------------------------
youtubeArea
----------------------------------------------------------*/
.leadTxt{text-align:center;}
.mtSizeM {margin-top: 30px!important;}
.youtube{max-width:550px;margin-left:auto;margin-right:auto}
.youtubeInr{position:relative;width:100%;padding-top:56.25%}
.youtube iframe[data-src]{display:none}
.playBtnImg{cursor:pointer}
.playBtnImg::before{content:"";position:absolute;z-index:102;width:68px;height:48px;background-color:#212121;opacity:.8;border-radius:16px;top:0;bottom:0;right:0;left:0;margin:auto;transition:background-color .3s}
.playBtnImg:hover::before{background-color:red}
.playBtnImg::after{content:"";position:absolute;z-index:103;top:0;bottom:0;right:0;left:0;margin:auto;width:0;height:0;border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent #fff}
.youtubeInr iframe{position:absolute;top:0;right:0;width:100%;height:100%}

@media (max-width: 640px) {
	.youtubeArea{margin-top: 30px;padding:0 15px;}
	.mtSizeM {margin-top: 5px!important;}
	.youtube{max-width:auto;}
}

/*----------------------------------------------------------
btn
----------------------------------------------------------*/
[class*="btnType"] {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnType01 {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	padding: .92857rem 32px;
	border: 2px solid #fff;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnType01::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #E60000;
	border-right: 1px solid #E60000;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: rotate(45deg);
}
.btnType01:hover,
.btnType18:hover{
	color: #E60000;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);
}
.btnType01:hover::before,
.btnType18:hover::before{
	-webkit-animation: btnArrowToRight .3s linear;
	animation: btnArrowToRight .3s linear;
}
.btnType18 {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 20px;
	font-size: 1.3rem;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.btnType18::before {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1.5px solid #E60000;
	border-right: 1.5px solid #E60000;
}
[class*="btnType"] > .btnImg {
	display: block;
	padding: 10px;
}
[class*="btnType"] > .btnTtl {
	display: block;
	font-weight: bold;
}
.colWrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 10px;
}
.colWrap.col2 {
	-webkit-box-pack: center;
	justify-content: center;
}
.colWrap.col2 > .colBtnItem {
	width: 360px;
	max-width: 50%;
}
.colWrap.col2 > .colBtnItem:first-child {
	margin-right: 25px;
}
.colWrap > .colBtnItem [class*="btnType"] {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.clm {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}
.clm > .btnType18 {
	width: 100%;
	max-width: 274px;
	margin-bottom: 0;
}
.clm > .btnType18:first-child, .clm > .btnType18:nth-child(3n+1) {
	margin-right: 25px;
}
.clm > .btnType18 > .btnTtl {
	font-size: 1.3rem;
	padding: 0 20px;
	margin-top: 10px;
}
@media (max-width: 640px) {
	.btnType01 {
		max-width: 305px;
		padding: .92857rem 2.5rem;
	}
	.btnType18 {
		padding: 18px;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	}
	.colWrap.col2 > .colBtnItem:first-child {
		margin-right: 15px;
	}
	.clm > .btnType18 {
		width: 46%;
	}
	.clm > .btnType18:first-child, .clm > .btnType18:nth-child(3n+1) {
		margin-right: 15px;
	}
}
/*----------------------------------------------------------
ttl
----------------------------------------------------------*/
.ttl01 {
	position:relative;
	margin-bottom:40px;
	padding-bottom:.35714rem;
	border-bottom:1px solid #BBB;
	font-size:1.85714rem;
	font-weight:normal;
	line-height:1.15385
}
.ttl01::after{
	position:absolute;
	bottom:-1px;
	left:0;
	width:24%;
	overflow:hidden;
	border-bottom:1px solid #E60909;
	line-height:0;
	content:"";
}

@media (max-width: 640px) {
	.ttl01{
		padding-bottom:.92857rem;font-size:2.14286rem;line-height:1.2
	}
}


.ttl02 {
	position: relative;
	margin-bottom: 15px;
	padding-left: .85714rem;
	font-size: 1.42857rem;
	font-weight: bold;
	line-height: 1.32;
	text-align: left;
}
.ttl02::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #E60000;
	content: "";
}
@media (max-width: 640px) {
	.ttl02 {
		line-height: 1.2;
	}
}
