@charset "utf-8";

/* popup */
.popup {
	width: 100%;
	min-height: 500px;
	margin: 100px auto;
	padding: 0px;
	position: relative;
}

.mfp-content {
	max-width: 940px;
}

.mfp-close {}

.mfp-close-btn-in .mfp-close {
	background: url(../img/top/popup_close_btn@2x.png) no-repeat;
	background-size: 52px;
	width: 52px;
	height: 52px;
	opacity: 1;
	padding-top: 52px;
	top: -67px;
	overflow: hidden;
}

/*---------------------------------------------
    ページ内共通部分
---------------------------------------------*/

.text-red {
	color: #cc0033;
}


/*---------------------------------------------
    詳細コンテンツ
---------------------------------------------*/

#detailContent {}

.detailContent_inner {
	border-radius: 31px;
	background-color: #fff;
	overflow: hidden;
}

.detailContent_Title {
	color: #fff;
	background: #cc0033;
	height: 84px;
	line-height: 91px;
	padding: 0 45px;
	font-size: 30px;
	letter-spacing: 0.05em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	border-radius: 31px 31px 0 0;
}

.detailContent_wrapImage {
	background: #fff;
	padding: 20px 20px 0;
}

.detailContent_wrapFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}


.detailContent_wrapFlex--R {
	/*    margin: 0 12px 0 0;*/
	position: relative;
	background: #fffbce;
	z-index: 1;
	width: 508px;
	overflow: hidden;
	border-radius: 10px;
}

.detailContent_wrapFlex--R:before {
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom: 2px solid #eee9b0;
	width: 190px;
	top: 100px;
	left: 0;
}

.detailContent_img {
	/* padding: 0 12px 0 0; */
	background: #f5f5f5;
	float: right;
	width: 318px;
	text-align: center;
}

.detailContent_img img {
	width: 280px;
}

.detailContent_ten1,
.detailContent_ten2,
.detailContent_ten3,
.detailContent_ten4 {
	position: absolute;
	z-index: 1;
}

.detailContent_ten1 {
	top: 30px;
	font-weight: bold;
	font-size: 29px;
	left: 69px;
}

.detailContent_ten1 span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2 {
	font-size: 14px;
	top: 75px;
	left: 146px;
	font-weight: bold;
}

.detailContent_ten2 span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 30px;
	margin: auto;
	border-top: 2px solid #000;
	transform: rotate(-45deg);
}

.detailContent_ten3 {
	font-size: 28px;
	color: #333;
	text-align: center;
	width: 190px;
	top: 144px;
	font-weight: bold;
	/* display: inline-block; */
	margin-right: 24px;
}

.detailContent_ten4 {
	color: #cc0033;
	top: 165px;
	left: 0;
	width: 190px;
	font-weight: bold;
	text-align: center;
}

.detailContent_ten4 span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
	font-size: 60px;
	margin-right: 6px;
}


.detailContent_wrapFlex--L {
	/* padding: 0 0 0 10px; */
	border: 2px solid #dedede;
}

.detailContent_wrapList {
	background: #fff;
}

.detailContent_wrapList {
	overflow: hidden;
	padding: 20px 20px 0px;
	box-sizing: border-box;
	display: none;
}

.detailContent_list__Single,
.detailContent_list__Double {
	float: left;
}

.detailContent_listFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.detailContent_BlackTitleSingle,
.detailContent_BlackTitle {
	background: #333333;
	color: #fff;
	text-align: center;
	font-weight: normal;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04,
.detailContent_list05 {
	border: solid 2px #333;
	border-radius: 10px;
	position: relative;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04 {
	margin: 0 5px 0 0;
}

.detailContent_list01 {
	width: 297px;
}

.detailContent_list02 {
	width: 146px;
}

.detailContent_list03 {
	width: 146px;
}

.detailContent_list04 {
	width: 145px;
}

.detailContent_list05 {
	width: 145px;
}

.detailContent_listFlex--L,
.detailContent_listFlex--R {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.detailContent_listFlex--L {
	border-right: solid 2px #f5f5f5;
}

.detailContent_bottomYellowSingle,
.detailContent_bottomYellow {
	color: #cc0033;
	background: #fffbce;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	border-radius: 0 0 12px 12px;
	height: 60px;
	padding: 10px 0 0 0;
}


.detailContent_listL--Text01 {
	border-bottom: dotted 1px #000;
	font-size: 12px;
	line-height: 1.25;
	padding: 12px 0 5px 0;
}

.detailContent_listL--Text02 {
	font-size: 12px;
	line-height: 1.25;
	padding: 8px 0 8px 0;
}

.detailContent_list__Double,
.detailContent_list__Single {
	color: #333333;
}

.detailContent_listL----getsugaku {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.detailContent_TextSingle {
	height: 128px;
}

.detailContent_list01 .detailContent_listFlex--L .detailContent_BlackTitle {
	border-radius: 7px 0 0 0;
}

.detailContent_list01 .detailContent_listFlex--R .detailContent_BlackTitle {
	border-radius: 0 7px 0 0;
}

.detailContent_BlackTitleSingle--2Row {
	line-height: 16px;
	padding: 5px 0 0 0;
}

.detailContent_BlackTitleSingle {
	border-radius: 7px 7px 0 0;
}


.detailContent_list02 .detailContent_TextSingle,
.detailContent_listR--Text01 {
	height: 128px;
	/* line-height: 137px; */
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	display: table-cell;
	vertical-align: middle;
	width: 146px;
}


.detailContent_list03 .detailContent_TextSingle,
.detailContent_list04 .detailContent_TextSingle {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.028em;
	padding: 9px 8px 0 8px;
	box-sizing: border-box;
}

.detailContent_list05 .detailContent_TextSingle {
	height: 128px;
	line-height: 137px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.detailContent_wrapButton {
	background: #fff;
	text-align: center;
	padding: 20px 0 44px 0;
}

.detailContent_siteButton {
	background: #2caebd;
	color: #fff;
	width: 600px;
	height: 78px;
	display: inline-block;
	text-align: center;
	line-height: 78px;
	border-bottom: solid 4px #15747f;
	border-radius: 10px;
	font-size: 21px;
	letter-spacing: 0.1em;
	box-sizing: content-box;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	position: relative;
}

.detailContent_siteButton:hover {
	border-bottom-width: 0px;
	opacity: 0.9;
	border-top: solid 4px #fff;
}



.detailContent_siteButton::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	right: 26px;
	top: 30px;
}

.detailContent_siteButton::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #2caebd #2caebd transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 32px;
	top: 35px;
}

.detailContent_firstRank {
	position: absolute;
	width: 34px;
	height: 34px;
	background: #cc0033;
	color: #fff;
	line-height: 34px;
	text-align: center;
	top: -12px;
	left: -5px;
	border-radius: 100%;
	font-size: 11px;
}

.detailContent_firstRank span {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.detailContent_list_showButton {
	/* padding: 20px 20px 0; */
	position: relative;
	height: 40px;
	margin: 20px 20px 0;
}

.detailContent_list_showButton p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.detailContent_list_showButton p a {
	display: block;
	background-color: #e6e6e6;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #333;
}

.detailContent_list_showButton p a span {
	position: relative;
}

.detailContent_list_showButton p a span:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -7.5px;
}

.detailContent_list_showButton .btn01 {
	z-index: 2;
}

.detailContent_list_showButton .btn01 a {}

.detailContent_list_showButton .btn01 a span {}

.detailContent_list_showButton .btn01 a span:before {}

.detailContent_list_showButton .btn02 {
	z-index: 1;
}

.detailContent_list_showButton .btn02 a {}

.detailContent_list_showButton .btn02 a span {}

.detailContent_list_showButton .btn02 a span:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3.5px;
}

.detailContent_list_showButton.show {}

.detailContent_list_showButton.show .btn01 {
	display: none;
}
