@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #3c3c3c;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
	body {
	}
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
}
.accordionContent {
	display: none;
}
@media screen and (min-width: 769px) {
	.mover {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover:hover {
		opacity: 0.7;
	}
}
.mode_pc,
.mode_pc_ib {
	display: none;
}
.mode_tb {
	display: none;
}
.mode_sp {
	display: block;
}
.mode_pctb {
	display: none;
}
.mode_pctb_ib {
	display: none;
}
.mode_tbsp {
	display: block;
}
.mode_tbsp_ib {
	display: inline-block;
}
@media screen and (min-width: 641px) {
	.mode_pc,
	.mode_pc_ib {
		display: none;
	}
	.mode_tb {
		display: block;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_pctb_ib {
		display: inline-block;
	}
	.mode_tbsp {
		display: block;
	}
	.mode_tbsp_ib {
		display: inline-block;
	}
}
@media screen and (min-width: 769px) {
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_tb {
		display: none;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_pctb_ib {
		display: inline-block;
	}
	.mode_tbsp {
		display: none;
	}
	.mode_tbsp_ib {
		display: none;
	}
}
.wrapper {
}
.contentWrap {
}
.contentInner {
	width: calc(700 / 750 * 100%);
	margin: auto;
	box-sizing: border-box;
}
.fadeContent {
	opacity: 0;
	transition: opacity 1.5s ease-out;
}
.fadeContent.current {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	.wrapper {
	}
	.contentWrap {
	}
	.contentInner {
		position: relative;
		width: calc(100% - 20px);
		max-width: 910px;
	}
}

/* mainVisual */
#mainVisual .content {
	padding: 20px 0 0 0;
}
#mainVisual .title {
	width: 80%;
	max-width: 530px;
	margin: 0 auto 20px auto;
}
#mainVisual .box {
	color: #ffffff;
	text-align: center;
	background-color: #e63185;
	padding: 10px 10px;
}
#mainVisual .box p {
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 769px) {
	#mainVisual .content {
		padding: 70px 0 0 0;
	}
	#mainVisual .title {
		margin: 0 auto 45px auto;
	}
	#mainVisual .box {
		padding: 27px 0 30px 0;
	}
	#mainVisual .box p {
		font-size: 16px;
		line-height: 2.0;
		letter-spacing: 0.05em;
	}
}

/* rankingWrap */
#rankingWrap {
}
#rankingWrap .rankingTitle {
	color: #e93890;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 40px 0 10px 0;
}
@media screen and (min-width: 769px) {
	#rankingWrap {
	}
	#rankingWrap .rankingTitle {
		font-size: 36px;
		padding: 58px 0 23px 0;
	}
}

/* ranking */
.ranking .content {
	padding: 0 0 50px 0;
}
.ranking .contentInner {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	border-radius: 9px;
}
.ranking .titleWrap {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #bdbdbd;
}
.ranking .titleWrap .rank {
	margin: 0 0 15px 0;
}
.ranking .titleWrap .rank .image {
	width: calc(200 / 750 * 100%);
	max-width: 227px;
	margin: auto;
	padding: 10px 0 0 0;
}
.ranking .titleWrap .rank .image.wide {
	width: calc(340 / 750 * 100%);
	max-width: 227px;
}
.ranking .titleWrap .title {
	font-size: 16px;
	text-align: center;
}
.ranking .beforeAfter {
}
.ranking .beforeAfter img {
	margin: 0 auto 5px auto;
}
.ranking .tableWrap {
	margin: 0 auto 15px auto;
}
.ranking .tableWrap table {
	width: 100%;
	border-collapse: collapse;
}
.ranking .tableWrap table tr {
	border-bottom: 1px solid #bdbdbd;
}
.ranking .tableWrap table th {
	width: 25%;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
	padding: 5px 0;
}
.ranking .tableWrap table .title  th{
	text-align: center;
}
.ranking .tableWrap table td {
	width: 25%;
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
	padding: 5px 0;
}
.ranking .tableWrap table .red {
	color: #c61821;
	font-weight: 700;
}
.ranking .tableWrap table th.red {
	padding: 5px 0;
}
.ranking .tableWrap table td.red {
	text-align: right;
}
.ranking .qa {
	padding: 0 0 28px 0;
}
.ranking .qa .row {
	padding: 25px 0;
	border-bottom: 1px dotted #bdbdbd;
}
.ranking .qa .row .head {
}
.ranking .qa .row .head .icon {
	display: block;
	width: 40px;
	margin: 0 auto 10px auto;
}
.ranking .qa .row .head .text {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	background-color: #f1f1f1;
	padding: 10px 14px 14px 14px;
}
.ranking .qa .row .cont {
	padding: 15px 15px 0px 15px;
}
.ranking .qa .row .cont p {
	font-size: 14px;
	line-height: 1.4;
}
.ranking .qa .row .cont.graphWrap {
}
.ranking .qa .row .cont.graphWrap .image {
	width: 100px;
	margin: 0 auto 10px auto;
}
.ranking .qa .row .cont.graphWrap .text {
}
.ranking .qa .row .cont.graphWrap .text dt {
	display: inline-block;
	color: #269cda;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #d4ebf8;
	margin: 0 0 10px 0;
	padding: 3px 14px;
}
.ranking .qa .row .cont.graphWrap .text dd {
	font-size: 14px;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.ranking .content {
		padding: 0 0 70px 0;
	}
	.ranking .contentInner {
		padding: 12px 50px;
	}
	.ranking .titleWrap {
		margin: 0;
		padding: 0 0 41px 0;
		border-bottom: 1px solid #bdbdbd;
	}
	.ranking .titleWrap .rank {
		margin: 0 0 18px 0;
	}
	.ranking .titleWrap .rank .image {
		width: calc(200 / 750 * 100%);
		margin: auto;
		padding: 20px 0 0 0;
	}
	.ranking .titleWrap .rank .image.wide {
		width: calc(340 / 750 * 100%);
	}
	.ranking .titleWrap .title {
		font-size: 22px;
		text-align: center;
	}
	.ranking .beforeAfter {
		display: flex;
		padding: 20px 0 3px 0;
	}
	.ranking .beforeAfter img {
		width: 50%;
		margin: 0;
	}
	.ranking .tableWrap {
		margin: 0 auto 15px auto;
	}
	.ranking .tableWrap table {
	}
	.ranking .tableWrap table tr {
	}
	.ranking .tableWrap table th {
		font-size: 13px;
		padding: 6px 3em 7px 3em;
	}
	.ranking .tableWrap table .title  th{
	}
	.ranking .tableWrap table td {
		font-size: 13px;
		padding: 6px 5em 7px 3em;
	}
	.ranking .tableWrap table .red {
	}
	.ranking .tableWrap table th.red {
		padding: 6px 1em 7px 6em;
	}
	.ranking .tableWrap table td.red {
		padding: 6px 3em 7px 3em;
	}
	.ranking .qa {
	}
	.ranking .qa .row {
	}
	.ranking .qa .row .head {
		display: flex;
		align-items: center;
	}
	.ranking .qa .row .head .icon {
		display: inline-block;
		width: 57px;
		margin: 0 20px 0 0;
	}
	.ranking .qa .row .head .text {
		display: inline-block;
		width: calc(100% - 77px);
		font-size: 16px;
		line-height: 1.25;
		letter-spacing: 0.055em;
		padding: 10px 24px 14px 24px;
	}
	.ranking .qa .row .cont {
		padding: 4px 0 0 101px;
	}
	.ranking .qa .row .cont p {
		font-size: 16px;
		line-height: 1.625;
		letter-spacing: 0.055em;
	}
	.ranking .qa .row .cont.graphWrap {
		display: flex;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.ranking .qa .row .cont.graphWrap .image {
		width: calc(120 / 687 * 100%);
		margin: 0 25px 0 0;
	}
	.ranking .qa .row .cont.graphWrap .text {
		width: calc(542 / 687 * 100%);
	}
	.ranking .qa .row .cont.graphWrap .text dt {
		font-size: 16px;
		line-height: 1.25;
		letter-spacing: 0.1em;
		margin: 0 0 10px 0;
		padding: 3px 14px;
	}
	.ranking .qa .row .cont.graphWrap .text dd {
		font-size: 16px;
		line-height: 1.625;
		letter-spacing: 0.055em;
	}
}

/* bannerArea */
.bannerArea .content {
}
.bannerArea .list {
}
.bannerArea .list .item {
	margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
	.bannerArea .content {
		padding: 0 0 50px 0;
	}
	.bannerArea .list {
		display: flex;
	}
	.bannerArea .list .item {
		width: calc(440 / 910 * 100%);
		margin: 0 0 20px calc(30 / 910 * 100%);
	}
	.bannerArea .list .item:nth-child(2n+1) {
		margin-left: 0;
	}
}

/* footer */
#footer {
	background-color: #e73d90;
	text-align: center;
	padding: 27px 0 28px 0;
}
#footer p {
}
#footer p small {
	color: #ffffff;
	font-size: 12px;
}
@media screen and (min-width: 769px) {
}

/*フッター追従
------------------------------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.clone-nav_f {
	position: fixed;
	bottom: 0;
	right: 5%;
	z-index: 0;
	width: 100%;
	transition: .3s;
	transform: translateY(0);
}

.is-show_f {
	transform: translateY(0);
}

.is-hide,
.is-hide_t {
	transform: translateY(100%);
}

#footer-cv {
	display: none;
}

.clone-nav_f {
	width: 342px;
	background: #3c3c3c;
	padding: 4px;
	box-sizing: border-box;
}

.clone-nav_f ol {
	margin-bottom: 5px;
}

.clone-nav_f ol li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.clone-nav_f ol li.first a {
	width: 180px;
	height: 50px;
}

.clone-nav_f ol li.last a {
	width: 150px;
	height: 50px;
}

.clone-nav_f ol li.first {
	float: left;
	background: #fff;
}

.clone-nav_f ol li.last {
	float: right;
	background: #fff;
}

.clone-nav_f ol li.first a:hover,
.clone-nav_f ol li.last a:hover {
	text-decoration: none;
}

.clone-nav_f ol li.first a::before {
	content: " ";
	display: inline-block;
	background: url(/images/common/btn-icon01.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	width: 20px;
	height: 30px;
	margin-right: 5px;
}

.clone-nav_f ol li:first-child a {
	background: #ee8081;
}

.clone-nav_f ol li:last-child a {
	background: #67b5bf;
}

.clone-nav_f ol li.last a::before {
	content: " ";
	display: inline-block;
	background: url(/images/common/btn-icon02.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	width: 25px;
	height: 30px;
	margin-right: 5px;
}

.clone-nav_f .addressbox {
	display: none;
}

.clone-nav_f ul.pc_both {
	display: none;
}

.clone-nav_f ul.sp_both {
	display: block;
}

.clone-nav_f ul.sp_both li {
	width: auto;
	padding: 0 15px;
	height: 35px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	border-right: #fff solid 1px;
}

.clone-nav_f ul.sp_both li a {
	color: #fff;
}

.clone-nav_f ul.sp_both li a:hover {
	text-decoration: underline;
}

.clone-nav_f ul li:last-child {
	border-right: none;
}

.clone-nav_f ol li {
	line-height: 1.2;
}

.clone-nav_f ol li span {
	text-align: center;
}

@media screen and (max-width: 767px){
#unit-footer{
	padding-bottom: 60px;
}
.clone-nav_f{
	display: block;
}
	.clone-nav_f {
		bottom: 0;
		right: 0;
		width: 100%;
	}
	
	.clone-nav_f {
		width: 100%;
		background: #3c3c3c;
		padding: 1%;
		z-index: 0;
	}
	
	.clone-nav_f ol {
		margin-bottom: 0;
	}
	
	.clone-nav_f ol li a {
		position: relative;
		color: #fff;
		font-size: 3.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
	}
	
	.clone-nav_f ol li.first a {
		width: auto;
		height: 50px;
	}
	
	.clone-nav_f ol li.last a {
		width: auto;
		height: 50px;
	}
	
	.clone-nav_f ol li.first {
		float: left;
		background: #fff;
		width: 58%;
	}
	
	.clone-nav_f ol li.last {
		float: right;
		background: #fff;
		width: 41%;
	}
	
	.clone-nav_f ol li.first a:hover,
	.clone-nav_f ol li.last a:hover {
		text-decoration: none;
	}
	
	.clone-nav_f ol li.first a::before {
		content: " ";
		display: inline-block;
		background: url(/images/common/btn-icon01.png) no-repeat;
		background-size: 100%;
		vertical-align: middle;
		width: 20px;
		height: 30px;
		margin-right: 5px;
	}
	
	.clone-nav_f ol li.last a::before {
		content: " ";
		display: inline-block;
		background: url(/images/common/btn-icon02.png) no-repeat;
		background-size: 100%;
		vertical-align: middle;
		width: 25px;
		height: 30px;
		margin-right: 5px;
	}
	
	.clone-nav_f .addressbox {
		display: none;
	}
	
	.clone-nav_f ul.pc_both {
		display: none;
	}
	
	.clone-nav_f ul.sp_both {
		display: none;
	}
	
	.clone-nav_f ul.sp_both li {
		width: auto;
		padding: 0 15px;
		height: 35px;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		float: left;
		border-right: #fff solid 1px;
	}
	
	.clone-nav_f ul.sp_both li a {
		color: #fff;
	}
	
	.clone-nav_f ul.sp_both li a:hover {
		text-decoration: underline;
	}
	
	.clone-nav_f ul li:last-child {
		border-right: none;
	}

}
