﻿@charset "utf-8";

/***********************************************************
component03
***********************************************************/
/*----------------------------------------------------------
cTypeLink03
----------------------------------------------------------*/
.cTypeLink02 .cTypeLink03Cell {
	margin: 0 0.5rem 1.2rem;
	background: #fc4f4f;
	-webkit-border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
	border-radius: 0.9rem;
	box-shadow: 0 0.8rem 0.7rem 0 #eaeaea;
	}
.cTypeLink02 .cTypeLink03Cell a {
	position: relative;
	display: table;
	width: 100%;
	min-height: 6.5rem
}
.cTypeLink02 .cTypeLink03Cell a::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0.8rem;
	height: 1.2rem;
	top: 50%;
	right: 1.4rem;
	margin-top: -0.6rem;
	background: url(/qam/cmn/img/icon/icon_arr_r_004.png)left top no-repeat;
	background-size: contain;
}
.cTypeLink02 .cTypeLink03Cell .cTypeLink03Txt{
	display: table-cell;
	padding: 1.0rem 4.0rem 1.0rem 5.0rem;
	text-indent: -3.5rem;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}
.cTypeLink02 .cTypeLink03Cell .cTypeLink03Txt::before{
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: -0.7rem;
	margin-right: 1rem;
	background: url(/qam/cmn/img/icon/icon_calendar_001.png)left top no-repeat;
	background-size: contain;
}
/***********************************************************
parts
***********************************************************/
.bdB{
	border-bottom: 0.2rem solid #ddd;
}
.txtC{
	padding: 1.3rem 0;
	text-align: center;
}
.mg-B70{
	margin-bottom: 7.0rem !important;
}
.tableW30par{
	width: 30%;
}
.tableW70par{
	width: 70%;
}
@media screen and (min-width: 680px){
	.pcDisplay{
		display: none;
	}
}
@media screen and (max-width: 680px){
	.cBlockType02 {
		padding: 1.0rem 2.5rem;
	}
	.cTypeA01 .cTypeA01Cell {
		margin-top: 0.5rem;
	}
	.cTypeA01 .cTypeAImgN1 {
		width: 19.92%;
	}
	.cTypeLink02 {
		padding: 1.0rem 1.0rem 0.3rem;
	}
	.cTypeLink02 .cTypeLink02Cell {
		margin: 0 0.5rem 0.8rem;
	}
	.cTypeLink02 .cTypeLink02Cell a {
		min-height: 5.0rem
	}
	.cTypeLink02 .cTypeLink02Cell .cTypeLink02Txt{
		padding: 0.25rem 4.0rem 0.25rem 5.0rem;
	}
	.cTypeLink02 .cTypeLink02Cell .cTypeLink02WL{
		padding: 1.0rem 4.0rem 1.0rem 5.0rem;
	}
	.cTypeLink02 .cTypeLink03Cell a {
		min-height: 5.0rem
	}
}