@charset "utf-8";


@media only screen and (min-width: 768px), print {

/*=================================

	common

=================================*/
/* tableWrap
----------------------------------- */
.tableWrap {
	margin: 19px 0 0;
	text-align: left;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
}
.tableWrap caption {
	text-align: right;
	margin-bottom: 20px;
	font-weight: bold;
	color: #999999;
}
.tableWrap table {
	width: 100%;
	border: solid 1px #dddddd;
	border-radius: 4px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
.tableWrap table thead th,
.tableWrap table tbody th,
.tableWrap table tbody td {
	border-bottom: 1px solid #dddddd;
}
.tableWrap table th,
.tableWrap table td {
	padding: 20px;
	vertical-align: middle;
}
.tableWrap table th > *:first-child,
.tableWrap table td > *:first-child {
	margin-top: 0!important;
}
.tableWrap table th{
	background: #f5f5f5;
}
.tableWrap table thead th + th,
.tableWrap table tbody td {
	border-left: 1px solid #dddddd;
}
.tableWrap table tbody tr:last-child th,
.tableWrap table tbody tr:last-child td {
	border-bottom: none;
}
.tableWrap table tbody tr td .qr{
	float: left;
	width: 20%;
}
.tableWrap table tbody tr td .text{
	float: right;
	width: 80%;
}
	
/* columnButtonWrap
----------------------------------- */
.columnButtonWrap {
	margin: 20px 0 0;
}
.columnButtonWrap .columnButtonList {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.columnButtonWrap .columnButtonList li {
	margin-top: 10px;
	margin-left: 28px;
	width: calc((100% - 84px) / 4);
	list-style: none;
}
.columnButtonWrap .columnButtonList li:nth-child(4n+1) {
	margin-left: 0 !important;
}
.columnButtonWrap .columnButtonList li:nth-child(-n+4) {
	margin-top: 0 !important;
}
.columnButtonWrap .columnButtonList .columnButtonLink {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 10px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1.666;
}
.columnButtonWrap .columnButtonList .columnButtonLink:hover {
	text-decoration: underline;
}
.columnButtonWrap .columnButtonList .columnButtonLabel {
	position: relative;
}
.columnButtonWrap .columnButtonList .columnButtonLabel::before {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 14px;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-top: 2px solid #d40c0c;
	border-right: 2px solid #d40c0c;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	content: "";
}

/* anchorButtonWrap
----------------------------------- */
.anchorButtonWrap {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin: 30px 0 0;
}
.anchorButtonWrap .anchorButton {
	display: flex;
	justify-content: center;
	width: 100%;
}
.anchorButtonWrap .anchorButtonLink {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 5px;
	border: 1px solid #eee;
	background-color: #d40c0c;
	width: 484px;
	color: #fff;
	text-align: center;
	line-height: 1.333;
	padding: 30px 15px 25px 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.anchorButtonWrap .anchorButtonLink:hover {
	text-decoration: underline;
}
.anchorButtonWrap .anchorButtonLabel {
	position: relative;
}
.anchorButtonWrap .anchorButtonLabel::before {
	display: inline-block;
	position: relative;
	top: -4px;
	margin-right: 14px;
	width: 8px;
	height: 8px;
	transform: rotate(135deg);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	content: "";
}
	
/* anchorListWrap
----------------------------------- */
.anchorListWrap {
	margin: 63px 0 0;
}
.anchorListWrap .anchorList {
	display: flex;
	flex-flow: row wrap;
	margin-right: -25px;
	margin-bottom: -10px;
}
.anchorListWrap .anchorList > li {
	display: flex;
	position: relative;
	list-style: none;
	margin: 0 30px 10px 0;
}
.anchorListWrap .anchorList > li:first-child {
	margin-top: 0!important;
}
.anchorListWrap .anchorListLink {
	display: flex;
	width: 100%;
	color: #333;
}
.anchorListWrap .anchorListLink:hover {
	text-decoration: underline;
}
.anchorListWrap .anchorListLabel {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.anchorListWrap .anchorListLabel::before {
	display: inline-block;
	position: absolute;
	border-top: 2px solid #d40c0c;
	border-right: 2px solid #d40c0c;
	vertical-align: middle;
	left: 2px;
	top: 2px;
	margin-top: 0;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
	content: "";
}
	
/* heading2
----------------------------------- */
.heading2 {
	margin: 63px 0 0;
	text-align: center;
}
.heading2 .heading2Title {
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
/* heading3
----------------------------------- */
.heading3 {
	margin: 41px 0 0;
}
.heading3 .heading3Title {
	position: relative;
	margin: 0;
	padding-left: 30px;
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.384;
}
.heading3 .heading3Title::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 5px solid #d40c0c;
	content: "";
}
/* noteList
----------------------------------- */
.noteList {
	margin: 10px 0 0;
	list-style: none;
}
.noteList > li:first-child {
	margin-top: 0!important;
}
.noteList > li {
	position: relative;
	margin: 8px 0 0;
	padding-left: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.noteList > li .noteListMark {
	position: absolute;
	top: 0;
	left: 0;
}
/* unorderList
----------------------------------- */
.unorderList {
	margin: 10px 0 0;
	list-style: none;
}
.unorderList > li:first-child {
	margin-top: 0!important;
}
.unorderList > li {
	position: relative;
	margin: 8px 0 0;
	padding-left: 18px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.unorderList > li::before {
	position: absolute;
	border-radius: 50%;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #d40c0c;
	content: "";
}
	
/* defaultText
----------------------------------- */
.defaultText {
	margin: 10px 0 0;
	font-size: 1.4rem;
}
	
/* linkButtonWrap
----------------------------------- */
.linkButtonWrap {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin: 30px 0 0;
}
.linkButtonWrap .linkButton {
	display: flex;
	justify-content: center;
	width: 100%;
}
.linkButtonWrap .linkButtonLink {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	width: 484px;
	color: #333;
	text-align: center;
	line-height: 1.333;
	padding: 18px 20px 13px 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.linkButtonWrap .linkButtonLink:hover {
	text-decoration: underline;
}
.linkButtonWrap .linkButtonLabel {
	position: relative;
}
.linkButtonWrap .linkButtonLabel::before {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 13px;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-top: 2px solid #d40c0c;
	border-right: 2px solid #d40c0c;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	content: "";
}
	
	
/* inquiry
----------------------------------- */
.inquiry {
	margin: 60px 0 0;
}

.inquiryBox {
	position: relative;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}
.inquiryTitle {
	margin: 0;
	padding: 12px 20px 9px;
	background-color: #d40c0c;
	color: #fff;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.inquiryDetail {
	padding: 20px;
}
.inquiryDetail > *:first-child {
	margin-top: 0!important;
}
.inquiryNoteList {
	margin: 10px 0 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	list-style: none;
}
.inquiryNoteList > li:first-child {
	margin-top: 0!important;
}
.inquiryNoteList > li {
	position: relative;
	margin: 4px 0 0;
	padding-left: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.inquiryNoteList > li .inquiryNoteListMark {
	position: absolute;
	top: 0;
	left: 0;
}
.inquiry .inquiryText {
	margin: 10px 0 0;
	font-size: 1.4rem;
	text-align: center;
}

.inquiry.type02 .inquiryDetail {
	padding: 20px 140px;
}
.inquiry.type02 .inquiryNoteList {
	align-items: flex-start;
}
.inquiry.type02 .inquiryText {
	margin: 10px 0 0;
	font-size: 1.4rem;
	text-align: left;
}


/*=================================

	clearfix

=================================*/
.tableWrap table tbody tr td:after{
	content: "";
	display: block;
	clear: both;
}

}


