@charset "UTF-8";

html {
	font-size: 100%;
}

body {
	/*背景色を入力*/
	background-color: #fff;
	/*フォントを入力*/
	font-family: 'Noto Sans JP', sans-serif;
	/*フォントウェイトを入力*/
	font-weight: 700;
  	font-style: normal;
  	/*文字色を入力*/
  	color: #4B4B4B;
}

main {
	/*ヘッダーの幅分下げる*/
	margin-top: 20px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	display: block;
	/*ボタン要素などには必要に応じてline-height: 0;を充てる*/
}

li {
	list-style: none;
}

.fullwide {
	width: 100%;
}

.wrapper {
	max-width: 1080px;
	padding: 60px 0px;
	margin: 0 auto;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #F94157;
	z-index: 20;
}

#header .menu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 60px;
	padding: 0 180px;
}

#header .menu a {
	font-size: 16px;
	color: #4B4B4B;
}

.mainvisual img {
	width: 100%;
	margin: 0 auto;
}

.sec-title {
	text-align: center;
	font-weight: 900;
	font-size: 48px;
	color: #F94157;
	border-top: 6px solid #F94157;
	border-bottom: 6px solid #F94157;
}

.pink-line {
	margin: 10px 0;
	border-top: 3px solid #F94157;
	border-bottom: 3px solid #F94157;
}

.text-best3 {
	font-size: 59px;
	padding-left: 10px;
}

.pink-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table {
	padding: 20px;
	overflow: auto;
}

table {
	border-collapse: collapse;
	text-align: center;
	white-space: nowrap;
}

.table th {
	font-size: 24px;
	color: #fff;
}

.table th.first {
	background-color: #fff;
}

.table th .inner {
	background-color: #FB8D9A;
}

.inner {
	display: block;
	margin: 10px;
}

.marker {
	background-color: #FFEDEF;
}

th.top {
	border-top: 3px solid #F94157;
	border-left: 3px solid #F94157;
	border-right: 3px solid #F94157;
}

td.center {
	border-left: 3px solid #F94157;
	border-right: 3px solid #F94157;
}

td.last {
	border-left: 3px solid #F94157;
	border-right: 3px solid #F94157;
	border-bottom: 3px solid #F94157;
}

.first {
	width: 15%;
	background-color: #fff;
}

.title {
	position: sticky;
	left: 0;
	z-index: 10;
	background-color: #fff;
}

.title>.inner {
    background-color: #4B4B4B;
    color: #fff;
    padding: 15px;
    margin: 6px 10px;
}

.size {
	margin: 0 auto;
	width: 80%;
}

.table button {
	padding: 10px 40px 10px 20px;
	background-color: #fff;
	border: 1px solid #F94157;
	border-radius: 16px;
}

.table button:hover {
	background-color: #F94157;
}

.table button:hover a {
	color: #fff;
}

.table button:hover a:after {
	background: url(../img/arrow-white.png) no-repeat;
	background-size: contain;
}

.table button a {
	color: #F94157;
	position: relative;
	z-index: 5;
}

.table button a:after {
	content: '';
	position: absolute;
	background: url(../img/arrow-pink.png) no-repeat;
	background-size: contain;
	top: 50%;
	right: -30%;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
}

.guide-back {
	background-color: #F94157;
	color: #fff;
	text-align: center;
}

#guide {
	padding-top: 90px;
}

.box {
	border: 1px solid #fff;
	position: relative;
	margin-top: 1em;
	margin-bottom: 5em;
}

.box:last-child {
	margin-bottom: 0;
}

.guide-title {
	color: #F94157;
	font-size: 40px;
	font-weight: 900;
	background-color: #fff;
	display: inline-table;
	padding: 10px 30px;
	/*position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: -1em;
	margin: 0 auto;*/
	/*position: absolute;
	top: -1em;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);*/
	position: absolute;
top: -1em;
bottom: 0;
left: 0;
right: 0;
width: 700px; /* ←明示 */
margin: 0 auto;
}

.box-text {
    padding: 4em 3em 3em;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
}

.box2-text {
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: #FED7DC;
	color: #4B4B4B;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 2%;
	padding: 10px;
	margin-top: 10px;
}

.box2-text img {
	width: 15%;
}

.box2-text img:nth-of-type(2) {
	width: 12%;
}

.sp-br {
	display: none;
}

.switch-sp {
	display: none;
}

.title-top {
	text-align: center;
	color: #F94157;
	font-size: 40px;
	font-weight: 900;
}

.ranking-item {
	text-align: center;
	margin-top: 40px;
	padding: 0 20px 20px 20px;
}

.ranking-item:nth-of-type(1) {
	border: 3px solid #F94157;
}

.ranking-item>img {
	width: 25%;
}

.ranking-title {
	font-size: 64px;
	font-weight: 900;
	color: #fff;
	background-color: #F94157;
}

.evaluate {
	display: flex;
	align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}

.evaluate p {
	color: #fff;
	background-color: #4B4B4B;
	font-size: 35px;
	padding: 10px 40px;
	letter-spacing: 10px;
}

.evaluate>img {
    width: 39%;
    padding: 0 30px;
	border-bottom: 3px solid #4B4B4B;
}

.item-img-set {
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-img-set img {
	padding: 10px 0;
}

#ranking table {
	width: 100%;
}

#ranking table th {
	width: 20%;
	color: #fff;
	background-color: #4B4B4B;
	border: 1px solid #4B4B4B;
	padding: 10px 0;
}

#ranking table td {
	border: 1px solid #4B4B4B;
	padding: 10px 0;
}

.hukidashi {
	width: 30%;
	padding: 30px 0 0;
}

.kuchikomi-box-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.kuchikomi-box {
	width: 50%;
	position: relative;
    margin: 0 10px;
}

.kuchikomi-box>p {
	position: absolute;
    padding: 30px;
    line-height: 32px;
    top: 42%;
    transform: translateY(-50%);
}

.nennrei {
    top: 75% !important;
    right: 17%;
}

.cta {
    padding: 10px 0;
}

.cta button {
	background-color: #E90721;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 3px 4px 4px #9E0517;
}

.cta button a {
	color: #fff;
	font-size: 32px;
	position: relative;
}

.cta-big-text {
	font-size: 56px;
	margin-right: 50px;
}

.cta button a:after {
	content: '';
	position: absolute;
	background: url(../img/cta_arrow.png) no-repeat;
	background-size: contain;
	top: 71%;
	right: -2%;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
}

.cta button:hover {
	background-color: #FED7DC;
	box-shadow: initial;
	margin-left: 10px;
	border: 3px solid #E90721;
}

.cta button:hover a {
	color: #E90721;
}

.cta button:hover a:after {
	background: url(../img/cta_arrow_hover.png) no-repeat;
	background-size: contain;
}

.flow-back {
	background-color: #F94157;
}

#flow .title-top {
	color: #fff;
}

#flow .sec-title {
	color: #fff;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

#flow .pink-line {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.flow-item-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow-item {
	padding-top: 50px;
}

.white-zone {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.step-num {
	padding: 1em;
	margin-right: 1em;
    font-size: 24px;
    font-weight: 700;
	color: #F94157;
}

.num {
    line-height: 50px;
    font-size: 66px;
}

.step-contents h3 {
	color: #F94157;
	font-size: 28px;
}

.dot-line span {
	display: inline-block;
    width: 60px;
    margin-top: 11em;
    border-bottom: 5px dotted #fff;
}

.faq-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.faq-item-wrap {
	width: 49%;
}

.faq-item {
	padding: 20px 0;
	border-bottom: 1px solid #F94157;
    height: 10em;
    line-height: 30px;
}

.faq-item dt {
	font-size: 20px;
}

.faq-item dd {
	font-weight: 500;
	font-size: 16px;
	padding-left: 1.5em;
}

.profile-back {
	background-color: #4B4B4B;
	color: #fff;
	text-align: center;
}

#profile {
	padding: 20px;
}

#profile h2 {
	padding-bottom: 10px;
}

#profile p {
	font-weight: 500;
}

footer {
	text-align: center;
	padding: 20px;
}


@media screen and (max-width: 1024px) {

	.wrapper {
		padding: 60px 20px;
	}

	#header {
		height: 50px;
	}

	#header .menu {
		height: 50px;
	}

	.sec-title {
		font-size: 32px;
	}

	.text-best3 {
		font-size: 32px;
	}

	.table {
		padding: 10px 0;
	}

	.box2-text {
		font-size: 20px;
	}

	.ranking-title {
	    font-size: 48px;
	}

	.evaluate p {
		font-size: 24px;
		letter-spacing: 0;
	}

	.evaluate>img {
    	width: 50%
    }

    .kuchikomi-box-wrap {
    	flex-wrap: wrap;
    }

    .kuchikomi-box {
    	width: 100%;
    }

    .cta-big-text {
    	font-size: 48px;
	}

	.step-num {
		margin-right: 0;
		font-size: 20px;
	}

	.step-contents h3 {
		font-size: 20px;
	}

	.faq-item {
		height: 15em;
	}

}



@media screen and (max-width: 767px) {

	main {
		margin-top: 0;
	}

	#header .menu {
		padding: 0;
	}

	#best3 .pink-line {
	    flex-wrap: wrap;
	}

	.table th {
		font-size: 18px;
	}

	.guide-title {
		font-size: 22px;
	}

	.sp-br {
		display: block;
	}

	.box-text {
	    padding: 4em 1em 1em;
	}

	.switch-pc {
		display: none;
	}

	.switch-sp {
		display: block;
	}

	.box2-text {
		flex-wrap: wrap;
		font-size: 18px;
	    line-height: 30px;
	}

	.box2-text img {
	    width: 30%;
	}

	.box2-text img:nth-of-type(2) {
	    width: 35%;
	}

	.title-top {
		font-size: 24px;
	}

    .ranking-title {
        font-size: 36px;
    }

    .evaluate p {
        font-size: 20px;
        padding: 5px;
    }

    .evaluate>img {
        width: 68%;
        padding: 0;
    }

    .evaluate {
    	margin: 20px 0 0;
    }

    .item-img-set {
    	flex-wrap: wrap;
    }

    .item-img-set img {
    	width: 100%;
    	padding: 10px 0;
    }

    .item-img-set img:nth-of-type(2) {
    	padding: 0;
    }

    #ranking table.switch-sp {
    	margin-bottom: 10px;
    }

    .hukidashi {
	    width: 50%;
	    padding: 20px 0 0;
	}

	.kuchikomi-box>p {
	    position: absolute;
	    padding: 0;
	    line-height: 23px;
	    top: 40%;
	    transform: translateY(-50%);
	    font-size: 14px;
	}

	.cta button {
		padding: 15px;
	}

	.cta button a {
	    font-size: 16px;
	}

    .cta-big-text {
        font-size: 29px;
    }

    .cta button a:after {
    	right: 0%;
	    width: 45px;
	    height: 45px;
    }

    .nennrei {
	    right: 22%;
    }

    .flow-item-wrap {
    	flex-wrap: wrap;
    }

    .dot-line span {
    	width: 20px;
    	margin-top: 0;
    	transform: rotate(90deg);
    }

    .flow-item {
	    padding-top: 0;
	}

	.flow-item:nth-of-type(1) {
	    padding-top: 1em;
	}

	.white-zone {
		justify-content: space-evenly;
	}

	.faq-wrap {
		flex-wrap: wrap;
	}

	.faq-item-wrap {
		width: 100%;
	}

	.faq-item {
		height: 11em;
		line-height: initial;
	}

	.faq-item dt {
		font-size: 16px;
		color: #F94157;
	}

	.faq-item dd {
		padding-left: 1em;
	}

	#profile h2 {
		font-size: 16px;
	}

	#profile p {
		font-size: 14px;
	}

	.guide-title {
		width: 300px;
	}
	
}