@charset "utf-8";

@media only screen and (max-width: 767px) {

/*=================================

	common

=================================*/
/* tableWrap
----------------------------------- */
.tableWrap {
	text-align: left;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
}
.tableWrap caption {
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
.tableWrap table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	/*word-wrap: break-all;*/
	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 {
	padding: 10px 2px 10px 8px;
	vertical-align: middle;
}
.tableWrap table td {
	padding: 15px;
	vertical-align: middle;
	font-size: 12px;
}
.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 .text{
	margin-top: 0;
}
.tableWrap table tbody tr td .pr img{
	width: 135px;
	height: auto;
}

/* 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: 15px;
	width: calc((100% - 15px) / 2);
	list-style: none;
}
.columnButtonWrap .columnButtonList li:nth-child(2n+1) {
	margin-left: 0 !important;
}
.columnButtonWrap .columnButtonList li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.columnButtonWrap .columnButtonList .columnButtonLink {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 10px 10px 8px;
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1.416;
}
.columnButtonWrap .columnButtonList .columnButtonLink:hover {
	text-decoration: underline;
}
.columnButtonWrap .columnButtonList .columnButtonLabel {
	position: relative;
}
.columnButtonWrap .columnButtonList .columnButtonLabel::before {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 13px;
	width: 4px;
	height: 4px;
	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: 25px 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: 3px;
	border: 1px solid #eee;
	background-color: #d40c0c;
	min-width: 170px;
	color: #fff;
	text-align: center;
	line-height: 1.416;
	padding: 9px 15px 8px 18px;
	font-size: 1.2rem;
	font-weight: bold;
}
.anchorButtonWrap .anchorButtonLink:hover {
	text-decoration: underline;
}
.anchorButtonWrap .anchorButtonLabel {
	position: relative;
}
.anchorButtonWrap .anchorButtonLabel::before {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 12px;
	width: 4px;
	height: 4px;
	transform: rotate(135deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	content: "";
}
	
/* anchorListWrap
----------------------------------- */
.anchorListWrap {
	margin: 23px 0 0;
}
.anchorListWrap .anchorList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.anchorListWrap .anchorList > li {
	display: flex;
	position: relative;
	list-style: none;
	margin: 9px 0 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: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.416;
}
.anchorListWrap .anchorListLabel::before {
	display: inline-block;
	position: absolute;
	border-top: 2px solid #d40c0c;
	border-right: 2px solid #d40c0c;
	vertical-align: middle;
	left: 2px;
	top: 3px;
	margin-top: 0;
	width: 4px;
	height: 4px;
	transform: rotate(135deg);
	content: "";
}
	
/* heading2
----------------------------------- */
.heading2 {
	margin: 49px 0 0;
	text-align: center;
}
.heading2 .heading2Title {
	margin: 0;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
}
/* heading3
----------------------------------- */
.heading3 {
	margin: 36px 0 0;
}
.heading3 .heading3Title {
	position: relative;
	margin: 0;
	padding-left: 22px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
}
.heading3 .heading3Title::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 3px solid #d40c0c;
	content: "";
}
/* noteList
----------------------------------- */
.noteList {
	margin: 8px 0 0;
	list-style: none;
}
.noteList > li:first-child {
	margin-top: 0!important;
}
.noteList > li {
	position: relative;
	margin: 8px 0 0;
	padding-left: 12px;
	font-size: 1.2rem;
	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: 10px 0 0;
	padding-left: 17px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.unorderList > li::before {
	position: absolute;
	border-radius: 50%;
	top: 4px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #d40c0c;
	content: "";
}
	
/* defaultText
----------------------------------- */
.defaultText {
	margin: 7px 0 0;
	font-size: 1.2rem;
}
	
/* linkButtonWrap
----------------------------------- */
.linkButtonWrap {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin: 25px 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: 3px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	min-width: 170px;
	color: #333;
	text-align: center;
	line-height: 1.416;
	padding: 10px 20px 8px 20px;
	font-size: 1.2rem;
	font-weight: bold;
}
.linkButtonWrap .linkButtonLink:hover {
	text-decoration: underline;
}
.linkButtonWrap .linkButtonLabel {
	position: relative;
}
.linkButtonWrap .linkButtonLabel::before {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 12px;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
	border-top: 2px solid #d40c0c;
	border-right: 2px solid #d40c0c;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	content: "";
}
	
	
/* inquiry
----------------------------------- */
.inquiry {
	margin: 28px 0 0;
}
.inquiry .inquiryBox {
	position: relative;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}
.inquiry .inquiryTitle {
	margin: 0;
	padding: 12px 20px 8px;
	background-color: #d40c0c;
	color: #fff;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.inquiry .inquiryDetail {
	padding: 10px 15px;
}
.inquiry .inquiryDetail > *:first-child {
	margin-top: 0!important;
}
.inquiry .inquiryNoteList {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.inquiry .inquiryNoteList > li:first-child {
	margin-top: 0!important;
}
.inquiry .inquiryNoteList > li {
	position: relative;
	margin: 4px 0 0;
	padding-left: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.inquiry .inquiryNoteList > li .inquiryNoteListMark {
	position: absolute;
	top: 0;
	left: 0;
}
.inquiry .inquiryText {
	margin: 7px 0 0;
	font-size: 1.2rem;
}
	

}

