@charset "utf-8";

/*==============================================================================

	PC

================================================================================*/

body {
	text-align: left !important;
	margin: 0;
}

* {
	font-family: 'Lato', "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}

p,li,dt,dd,li,th,td {
	font-size: 100% !important;
	font-family: 'Lato', "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 180% !important;
}






#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 20000;
	border-top: none !important;
}


.jinkatsu {
	font-size: 140% !important;
	font-family: 'Lato', "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 180%;
	color: #333;
	width: 1200px;
	margin: 0 auto;
}

.jinkatsu .toppage {
	width: 1100px;
	margin: 0 auto;
	background: url(../../images/kenkoukan/bg_02.png) repeat;
	padding: 40px;
	overflow: hidden;
}

.jinkatsu .toppage .inner {
	width: 880px;
	margin: 0 auto;
	background: url(../../images/kenkoukan/bg.png) repeat;
	padding: 60px;
	overflow: hidden;
}

.jinkatsu .toppage h1 {
	text-align: center;
	margin: 0 auto 60px auto;
	background: url(../../images/kenkoukan/top_title.png) no-repeat;
	width: 693px;
	height: 192px;
	text-indent: -1000em;
}

.jinkatsu .toppage p {
	margin: 0 0 20px 0;
}

.jinkatsu .toppage .illust {
	float: right;
	margin: 0 0 20px 40px;
}

.jinkatsu .toppage .btn1 a,
.jinkatsu .toppage .btn2 a {
	display: block;
	font-size: 180%;
	text-align: center;
	line-height: 135%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 18px 0;
	width: 420px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
}

.jinkatsu .toppage .btn1 a {
	margin: 30px 0 20px 0;
	background: #FF7364;
	border-bottom: 3px solid #CC1400;
}

.jinkatsu .toppage .btn2 a {
	background: #6DBE84;
	border-bottom: 3px solid #47A060;
}

.jinkatsu .toppage .btn1 a:hover,
.jinkatsu .toppage .btn2 a:hover {
	transition: 0.5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
}

.jinkatsu .toppage .btn1 a:hover {
	background: #CC1400;
	border-bottom: 3px solid #930F00;
}

.jinkatsu .toppage .btn2 a:hover {
	background: #47A060;
	border-bottom: 3px solid #347646;
}



.jinkatsu .page1,
.jinkatsu .page2 {
	width: 1100px;
	margin: 0 auto;
	background: url(../../images/kenkoukan/bg_02.png) repeat;
	padding: 40px;
	overflow: hidden;
}

.jinkatsu .page1 .toplink a {
	float: right;
	font-size: 90%;
	text-align: right;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.jinkatsu .page2 .toplink a {
	float: right;
	font-size: 90%;
	text-align: right;
	padding: 0 0 50px 0;
	overflow: hidden;
}

.jinkatsu .page1 .topbtn a,
.jinkatsu .page2 .topbtn a {
	display: block;
	font-size: 120%;
	text-align: center;
	line-height: 135%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 18px 0;
	margin: 0 auto 20px auto;
	width: 300px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #FF7364;
	border-bottom: 3px solid #CC1400;
}

.jinkatsu .page1 .topbtn a:hover,
.jinkatsu .page2 .topbtn a:hover {
	transition: 0.5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
}

/* -------------------------------------- page1 -------------------------------------- */

.jinkatsu .page1 .title {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 130px 0;
}

.jinkatsu .page1 .title h1 {
	background: url(../../images/kenkoukan/sd_title_01.png) no-repeat;
	width: 600px;
	height: 184px;
	text-indent: -1000em;
}

.jinkatsu .page1 .title .illust {
	position: relative;
	float: right;
	top: 456px;
	margin-top: -408px;
	z-index: 1000;
}

.jinkatsu .page1 .title p {
	position: relative;
	width: 495px;
	margin: 15px 0 0 0;
}

.jinkatsu .page1 .title p strong {
	color: #FF7364;
}

.jinkatsu .page1 .inner {
	position: relative;
	top: -69px;
	width: 900px;
	margin: 0 auto;
	border: 5px solid #FF7364;
	background: #FFF;
	padding: 50px;
	overflow: hidden;
}

.jinkatsu .page1 .inner ul.navi {
	margin-left: -10px;
}

.jinkatsu .page1 .inner ul.navi li {
	float: left;
	margin: 30px 5px 50px 5px;
}

.jinkatsu .page1 .inner ul.navi li a {
	display: block;
	font-size: 90%;
	text-align: center;
	line-height: 135%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 18px 0;
	margin: 10px 0 20px 0;
	width: 172px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #FF7364;
	border-bottom: 3px solid #CC1400;
}

.jinkatsu .page1 .inner ul.navi li a:hover {
	transition: 0.5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #CC1400;
	border-bottom: 3px solid #930F00;
}



.jinkatsu .page1 .inner h2 {
	clear: both;
	font-size: 280%;
	font-weight: bold;
	line-height: 120%;
	color: #FF7364;
	margin: 30px 0 30px 0;
}

/* --------- age --------- */


.jinkatsu .page1 .inner .age img {
	margin-bottom: 15px;
}

.jinkatsu .page1 .inner .age table {
	float: left;
	width: 160px;
	margin: 0 20px 60px 0;
}

.jinkatsu .page1 .inner .age th {
	text-align: center;
	color: #FFF;
	background: #FF7364;
	padding: 4px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .age td {
	text-align: center;
	color: #CC1400;
	background: #FFDBD7;
	padding: 4px 10px;
	border: 1px solid #FFF;
}

/* --------- age --------- */

/* --------- ranking --------- */

.jinkatsu .page1 .inner .ranking h2 {
	padding-top: 50px;
}

.jinkatsu .page1 .inner .ranking h2 span {
	display: block;
	float: left;
}

.jinkatsu .page1 .inner .ranking h2 div {
	position: relative;
	float: left;
	top: -70px;
	left: 20px;
	margin-bottom: -50px;
}

.jinkatsu .page1 .inner .ranking p {
	clear: both;
}

.jinkatsu .page1 .inner .ranking ul {
	margin: 30px 0 80px 0;
	overflow: hidden;
}

.jinkatsu .page1 .inner .ranking li {
	float: left;
	width: 280px;
}

.jinkatsu .page1 .inner .ranking li:nth-of-type(2) {
	margin: 0 28px;
}

.jinkatsu .page1 .inner .ranking li strong {
	display: block;
	font-size: 200%;
	color: #9E6F4F;
	margin: 15px 0 10px 0;
}

.jinkatsu .page1 .inner .ranking li strong em {
	font-size: 70%;
}

/* --------- ranking --------- */

/* --------- check --------- */

.jinkatsu .page1 .inner .check table {
	margin: 30px 0 100px 0;
	width: 100%;
}

.jinkatsu .page1 .inner .check th {
	text-align: center;
	color: #FFF;
	background: #FF7364;
	padding: 6px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .check th.parts {
	width: 160px;
}

.jinkatsu .page1 .inner .check td {
	color: #CC1400;
	background: #FFDBD7;
	padding: 6px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .check td img {
	position: relative;
	vertical-align: middle;
	top: -2px;
	margin-right: 8px;
}

/* --------- check --------- */

/* --------- whats --------- */

.jinkatsu .page1 .inner .whats h2 {
	margin-bottom: 50px;
}

.jinkatsu .page1 .inner .whats table {
	margin: 0 0 20px 0;
	width: 100%;
}

.jinkatsu .page1 .inner .whats th {
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	width: 200px;
	background: #FF7364;
	border: 3px solid #FF7364;
}

.jinkatsu .page1 .inner .whats td {
	background: #FFF;
	border: 3px solid #FF7364;
	padding: 15px;
}

.jinkatsu .page1 .inner .whats td img {
	float: right;
	margin: 0 0 0 20px;
}

.jinkatsu .page1 .inner .whats .box {
	font-size: 90%;
	line-height: 160%;
	background: #EEE;
	padding: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	margin: 40px 0 50px 0;
}

.jinkatsu .page1 .inner .whats .box strong {
	display: block;
	margin: 0 0 5px 0;
}

.jinkatsu .page1 .inner .whats .arrow {
	text-align: center;
	margin: 0 auto 20px auto;
}

/* --------- whats --------- */

/* --------- step --------- */

.jinkatsu .page1 .inner .step h2 {
	clear: both;
	font-size: 200%;
	color: #FFF;
	background: #FF7364;
	padding: 30px 20px 30px 80px;
	margin: 60px 0 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
}

 .jinkatsu .page1 .inner .step h2 div {
	position: relative;
	top: -20px;
	left: -70px;
	font-size: 50%;
    color: #FF7364;
	width: 0;
	height: 0;
	border-right: 70px solid transparent;
	margin-bottom: -70px;
	border-top: 70px solid #FFF;
}

.jinkatsu .page1 .inner .step h2 span {
	display: block;
	position: relative;
    writing-mode: horizontal-tb;
    transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
	top: -76px;
	left: -4px;
	width: 90px;
}

.jinkatsu .page1 .inner .step p {
	margin: 0 10px 15px 10px;
}

.jinkatsu .page1 .inner .step .block1 {
	clear: both;
}

.jinkatsu .page1 .inner .step .block2 {
	clear: both;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.jinkatsu .page1 .inner .step h3 {
	clear: both;
	display: inline-block;
	text-align: center;
	color: #FFF;
	background: #FF7364;
	padding: 4px 30px;
	margin: 20px 10px 15px 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-bottom-width: 25px;
}

.jinkatsu .page1 .inner .step .illust1 {
	float: right;
	margin: 25px 15px 30px 35px;
}

.jinkatsu .page1 .inner .step .illust2 {
	position: relative;
	float: left;
	top: -20px;
	margin: 0 35px 20px 15px;
}

.jinkatsu .page1 .inner .step table.check {
	line-height: 160%;
	margin: 0 auto 30px auto;
	width: 98%;
}

.jinkatsu .page1 .inner .step table.check th {
	text-align: left;
	color: #FFF;
	background: #FF7364;
	width: 27%;
	padding: 4px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .step table.check td {
	color: #CC1400;
	background: #FFDBD7;
	padding: 4px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .step .box {
	clear: both;
	font-size: 110%;
	line-height: 160%;
	background: #EEE;
	padding: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	margin: 40px 0 60px 0;
}

.jinkatsu .page1 .inner .step .box2 {
	border: 3px solid #FF7364;
	background: #FFF;
	width: 460px;
	padding: 0 20px;
	margin: 40px 0 60px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
}

.jinkatsu .page1 .inner .step .box2 span {
	font-size: 80%;
}

.jinkatsu .page1 .inner .step .table {
	clear: both;
	margin: 0 10px 0 10px;
	overflow: hidden;
}

.jinkatsu .page1 .inner .step .left {
	float: left;
	width: 400px;
}

.jinkatsu .page1 .inner .step .right {
	float: right;
	width: 400px;
}

.jinkatsu .page1 .inner .step .table p {
	margin: 0 0 5px 0;
}

.jinkatsu .page1 .inner .step .table table {
	margin: 0 0 10px 0;
	width: 100%;
}

.jinkatsu .page1 .inner .step .table th {
	text-align: center;
	color: #FFF;
	background: #FF7364;
	padding: 4px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .step .table td {
	text-align: center;
	color: #CC1400;
	background: #FFDBD7;
	padding: 4px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .step ul.give {
	margin-left: 6px;
}

.jinkatsu .page1 .inner .step ul.give li {
	float: left;
	width: 280px;
}

.jinkatsu .page1 .inner .step ul.give li:nth-of-type(2) {
	margin: 0 25px;
}

.jinkatsu .page1 .inner .step ul.give li h3 {
	display: block;
}

/* --------- step --------- */

.jinkatsu .page1 .inner .btn {
	clear: both;
	width: 840px;
	margin: 0 auto;
	padding: 80px 0 30px 0;
	overflow: hidden;
}

.jinkatsu .page1 .btn .left a,
.jinkatsu .page1 .btn .right a {
	display: block;
	font-size: 180%;
	text-align: center;
	line-height: 135%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 18px 0;
	width: 400px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #6DBE84;
	border-bottom: 3px solid #47A060;
}

.jinkatsu .page1 .btn .left a {
	float: left;
}

.jinkatsu .page1 .btn .right a {
	float: right;
}

.jinkatsu .page1 .btn .left a:hover,
.jinkatsu .page1 .btn .right a:hover {
}


/* --------- popup --------- */

ul.popup {
	clear: both;
	width: 820px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.button-link1,
.button-link2 {
	display: block;
	font-size: 180%;
	text-align: center;
	line-height: 135%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 18px 0;
	margin-bottom: 20px;
	width: 400px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #6DBE84;
	border-bottom: 3px solid #47A060;
	cursor: pointer;
}
 
.button-link1 {
	float: left;
}

.button-link2 {
	float: right;
}

.button-link1:hover,
.button-link2:hover {
	color: #FFF;
	transition: 0.5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #47A060;
	border-bottom: 3px solid #347646;
}

#modal-content {
	text-align: left;
	color: #333;
	width: 80%;
	margin: 0 auto;
	top: 100px !important;
	left: 10% !important;
	padding: 30px;
	border: 3px solid #FF7364;
	background-color: rgba(255,255,255,1);
	position: fixed;
	overflow: auto;
	height: 450px;
	display: none;
	-webkit-overflow-scrolling: touch;
	z-index: 31000;
}

#modal-content1,
#modal-content2 {
	display: none;
}

#modal-content::-webkit-scrollbar { /* スクロールバー全体 */
    width: 5px;
}

#modal-content::-webkit-scrollbar-thumb { /* スクロールバーのある部分 */
    background: #EA5710;
    border-radius: 100px;
}

#modal-content::-webkit-scrollbar-track-piece:start { /* スクロールバーが表示されてない部分（前） */
	background-color: rgba(0,0,0,0);
}

#modal-content::-webkit-scrollbar-track-piece:end { /* スクロールバーが表示されてない部分（後ろ） */
	background-color: rgba(0,0,0,0);
}

#modal-content p {
	line-height: 180%;
	margin: 0 0 15px 0;
}

#modal-content h2 {
	font-size: 160%;
	color: #FF7364;
	margin: 0 0 15px 0;
}

#modal-overlay {
	z-index: 30000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}

#modal-content .itembtn a {
	display: block;
	font-size: 180%;
	text-align: center;
	line-height: 135%;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 18px 0;
	margin: 50px auto 0 auto;
	width: 600px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #6DBE84;
	border-bottom: 3px solid #47A060;
}

#modal-content .itembtn a:hover {
	color: #FFF;
	transition: 0.5s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	background: #47A060;
	border-bottom: 3px solid #347646;
}

#modal-content .itembtn a em {
	display: block;
	font-size: 80%;
	color: inherit;;
}

/* --------- popup --------- */


/* -------------------------------------- page1 -------------------------------------- */

/* -------------------------------------- page2 -------------------------------------- */

.jinkatsu .page2 .title {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.jinkatsu .page2 .title h1 {
	background: url(../../images/kenkoukan/sd_title_02.png) no-repeat;
	width: 609px;
	height: 124px;
	text-indent: -1000em;
}

.jinkatsu .page2 .title .illust {
	position: relative;
	float: right;
	top: 415px;
	margin-top: -436px;
	z-index: 1000;
}

.jinkatsu .page2 .title p {
	position: relative;
	width: 600px;
	margin: 15px 0 0 0;
}

.jinkatsu .page2 .inner {
	position: relative;
	top: 43px;
	width: 900px;
	margin: 0 auto 90px auto;
	border: 5px solid #6DBE84;
	background: #FFF;
	padding: 50px;
	z-index: 100;
	overflow: hidden;
}

.jinkatsu .page2 .inner h2.lineup {
	font-size: 280%;
	font-weight: bold;
	line-height: 120%;
	color: #6DBE84;
	margin: 30px 0 20px 0;
}

.jinkatsu .page2 .inner .graph {
	float: right;
	margin: 40px 0 20px 40px;
}


/* --------- itemlist --------- */

.jinkatsu .page2 .inner h2.bar {
	color: #FFF;
	padding: 8px 12px;
	background: #6DBE84;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
}

.jinkatsu .page2 .inner .itemlist1 {
	clear: both;
	padding: 50px 0 0 0;
}

.jinkatsu .page2 .inner .itemlist1 ul {
	margin: 0 10px;
}

.jinkatsu .page2 .inner .itemlist1 li {
	float: left;
	width: 420px;
	margin: 0 0 40px 0;
}

.jinkatsu .page2 .inner .itemlist1 li:nth-child(odd) {
	margin-right: 40px;
}

.jinkatsu .page2 .inner .itemlist1 li img {
	float: left;
	border: 3px solid #6DBE84;
	padding: 20px 40px;
	margin: 0 20px 0 0;
}

.jinkatsu .page2 .inner .itemlist1 li h3 {
	font-weight: bold;
	line-height: 150%;
	color: #6DBE84;
	margin: 0 0 15px 0;
}

.jinkatsu .page2 .inner .itemlist1 p.text {
	clear: both;
	padding: 30px 10px 0 10px;
}

.jinkatsu .page2 .inner .itemlist2,
.jinkatsu .page2 .inner .itemlist3 {
	margin: 50px 0 0 0;
}

.jinkatsu .page2 .inner .itemlist2 h3,
.jinkatsu .page2 .inner .itemlist3 h3 {
	clear: both;
	font-weight: bold;
	color: #6DBE84;
	margin: 30px 10px 5px 10px;
}

.jinkatsu .page2 .inner .itemlist2 .text,
.jinkatsu .page2 .inner .itemlist3 .text {
	margin: 0 10px;
}

.jinkatsu .page2 .inner .itemlist2 ul,
.jinkatsu .page2 .inner .itemlist3 ul {
	margin: 0 10px;
}

.jinkatsu .page2 .inner .itemlist2 li {
	float: left;
	font-size: 85%;
	line-height: 135%;
	width: 200px;
	margin: 20px 30px 70px 0;
}

.jinkatsu .page2 .inner .itemlist2 li img {
	border: 3px solid #6DBE84;
	padding: 20px 40px;
	margin: 0 0 8px 0;
}

.jinkatsu .page2 .inner .itemlist3 li {
	float: left;
	font-size: 85%;
	line-height: 135%;
	width: 260px;
	margin: 20px 30px 70px 0;
}

.jinkatsu .page2 .inner .itemlist3 li img {
	border: 3px solid #6DBE84;
	padding: 30px;
	margin: 0 0 8px 0;
}

/* --------- itemlist --------- */


/* -------------------------------------- page2 -------------------------------------- */










/*==============================================================================

	mobile

================================================================================*/


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


body {
	min-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}


.jinkatsu {
	width: 100%;
}

.jinkatsu .toppage {
	width: 100%;
	margin: 0 auto;
	background: url(../../images/kenkoukan/bg_02.png) repeat;
	padding: 5% 0;
	overflow: hidden;
}

.jinkatsu .toppage .inner {
	width: 70%;
	margin: 0 auto;
	background: url(../../images/kenkoukan/bg.png) repeat;
	padding: 10%;
	overflow: hidden;
}

.jinkatsu .toppage h1 {
	text-align: center;
	padding-top: 27%;
	background-size: contain;
	width: 100%;
	height: 1%;
	margin: 0 auto 10px auto;
}

.jinkatsu .toppage p {
	margin: 0 0 20px 0;
}

.jinkatsu .toppage .illust {
	float: none;
	margin: 0 0 20px 0;
}

.jinkatsu .toppage .btn1 a,
.jinkatsu .toppage .btn2 a {
	font-size: 120%;
	padding: 20px 5% 18px 5%;
	width: 90%;
}



.jinkatsu .page1,
.jinkatsu .page2 {
	width: 90%;
	padding: 5%;
}

/* -------------------------------------- page1 -------------------------------------- */

.jinkatsu .page1 .title {
	width: 100%;
	padding: 0 0 40px 0;
}

.jinkatsu .page1 .title h1 {
	padding-top: 30%;
	background-size: contain;
	width: 100%;
	height: 0;
}

.jinkatsu .page1 .title .illust {
	float: none;
	width: 90%;
	top: 0;
	margin-top: 0;
	z-index: 1000;
}

.jinkatsu .page1 .title p {
	width: 100%;
	margin: 15px 0 0 0;
}

.jinkatsu .page1 .inner {
	top: 0;
	width: 80%;
	padding: 8%;
	margin-bottom: 20px;
}

.jinkatsu .page1 .inner ul.navi {
	margin-left: 0;
}

.jinkatsu .page1 .inner ul.navi li {
	float: none;
	margin: 0 0 20px 0;
}

.jinkatsu .page1 .inner ul.navi li a {
	font-size: 90%;
	width: 100%;
}



.jinkatsu .page1 .inner h2 {
	font-size: 200%;
	margin: 30px 0 30px 0;
}

/* --------- age --------- */

.jinkatsu .page1 .inner .age h3 {
	font-size: 200%;
	font-weight: bold;
	line-height: 120%;
	color: #FF7364;
	margin: 30px 0 20px 0;
}

.jinkatsu .page1 .inner .age table {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

/* --------- age --------- */

/* --------- ranking --------- */

.jinkatsu .page1 .inner .ranking h2 {
	padding-top: 40px;
}

.jinkatsu .page1 .inner .ranking h2 span {
	width: 200px;
}

.jinkatsu .page1 .inner .ranking h2 div {
	position: relative;
	float: left;
	top: -112px;
	left: 195px;
	margin-bottom: -60px;
	width: 30%;
}

.jinkatsu .page1 .inner .ranking ul {
	margin: 30px 0 80px 0;
}

.jinkatsu .page1 .inner .ranking li {
	float: none;
	width: 100%;
}

.jinkatsu .page1 .inner .ranking li:nth-of-type(2) {
	margin: 25px 0;
}

.jinkatsu .page1 .inner .ranking li strong {
	font-size: 180%;
}

.jinkatsu .page1 .inner .ranking li strong em {
	font-size: 70%;
}

/* --------- ranking --------- */

/* --------- check --------- */

.jinkatsu .page1 .inner .check table {
	margin: 30px 0 100px 0;
	width: 100%;
}

.jinkatsu .page1 .inner .check th {
	text-align: center;
	color: #FFF;
	background: #FF7364;
	padding: 6px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .check th.parts {
	width: 5%;
}

.jinkatsu .page1 .inner .check td {
	color: #CC1400;
	background: #FFDBD7;
	padding: 6px 10px;
	border: 1px solid #FFF;
}

.jinkatsu .page1 .inner .check td img {
	position: relative;
	vertical-align: middle;
	top: -2px;
	margin-right: 8px;
}

/* --------- check --------- */

/* --------- whats --------- */

.jinkatsu .page1 .inner .whats table {
	width: 100%;
}

.jinkatsu .page1 .inner .whats th {
	display: block;
	width: auto;
}

.jinkatsu .page1 .inner .whats td {
	display: block;
	padding: 15px;
}

.jinkatsu .page1 .inner .whats td img {
	float: none;
	margin: 0 0 5px 0;
}

.jinkatsu .page1 .inner .whats .arrow {
	margin: 0 auto 15px auto;
}

/* --------- whats --------- */

/* --------- step --------- */

.jinkatsu .page1 .inner .step h3 {
	font-size: 120%;
	padding: 50px 14px 15px 14px;
	margin: 60px 0 20px 0;
}

 .jinkatsu .page1 .inner .step h3 div {
	position: relative;
	top: -38px;
	left: 0;
	font-size: 70%;
    color: #FF7364;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	margin-bottom: 0;
	border-top: 0 solid #FFF;
}

.jinkatsu .page1 .inner .step h3 span {
	display: block;
	position: relative;
	text-align: center;
	color: #FFF;
    writing-mode: horizontal-tb;
    transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
	top: 0;
	left: 0;
	width: 90px;
	border: 2px solid #FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.jinkatsu .page1 .inner .step p {
	margin: 0 0 15px 10px;
}

.jinkatsu .page1 .inner .step .block1 {
	clear: both;
}

.jinkatsu .page1 .inner .step .block2 {
	clear: both;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.jinkatsu .page1 .inner .step h3 {
	display: inline-block;
	width: 100%;
	padding: 4px 0;
	margin: 20px 10px 15px 0;
}

.jinkatsu .page1 .inner .step .illust1 {
	float: none;
	margin: 25px 0 30px 0;
}

.jinkatsu .page1 .inner .step .illust2 {
	float: none;
	top: 0;
	margin: 50px 0 20px 0;
}

.jinkatsu .page1 .inner .step .box {
	clear: both;
	font-size: 90%;
	line-height: 160%;
	background: #EEE;
	padding: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom-width: 4px;
	margin: 40px 0 60px 0;
}

.jinkatsu .page1 .inner .step .box2 {
	width: 90%;
	padding: 0 5%;
	margin: 20px 0 40px 0;
}

.jinkatsu .page1 .inner .step .box2 span {
	font-size: 80%;
}

.jinkatsu .page1 .inner .step .table {
	margin: 0;
}

.jinkatsu .page1 .inner .step .left {
	float: none;
	width: 100%;
}

.jinkatsu .page1 .inner .step .right {
	float: none;
	width: 100%;
}

.jinkatsu .page1 .inner .step .table p {
	margin: 0 0 5px 0;
}

.jinkatsu .page1 .inner .step table {
	margin: 0 0 10px 0;
	width: 100%;
}

.jinkatsu .page1 .inner .step th {
	display: block;
	border: none;
	width: auto !important;
}

.jinkatsu .page1 .inner .step td {
	display: block;
}

.jinkatsu .page1 .inner .step ul.give {
	margin-left: 6px;
}

.jinkatsu .page1 .inner .step ul.give li {
	float: none;
	width: 100%;
}

.jinkatsu .page1 .inner .step ul.give li:nth-of-type(2) {
	margin: 15px 0;
}

/* --------- step --------- */

/* --------- popup --------- */

ul.popup {
	width: 100%;
}

.button-link1,
.button-link2 {
	font-size: 140%;
	padding: 20px 0 18px 0;
	margin-bottom: 20px;
	width: 100%;
}
 
.button-link1 {
	float: none;
}

.button-link2 {
	float: none;
}


#modal-content {
	width: 60%;
	margin: 0 auto;
	top: 100px !important;
	left: 10% !important;
	padding: 10%;
	height: 450px;
}

#modal-content1,
#modal-content2 {
	display: none;
}

#modal-content p {
	line-height: 180%;
	margin: 0 0 15px 0;
}

#modal-content h2 {
	font-size: 160%;
	color: #FF7364;
	margin: 0 0 15px 0;
}

#modal-overlay {
	width: 100%;
	height: 120%;
}

#modal-content .itembtn a {
	font-size: 120%;
	padding: 18px 0 18px 0;
	margin: 40px auto 0 auto;
	width: 100%;
}

#modal-content .itembtn a em {
	display: block;
	font-size: 70%;
}

/* --------- popup --------- */


/* -------------------------------------- page1 -------------------------------------- */

/* -------------------------------------- page2 -------------------------------------- */

.jinkatsu .page2 .title {
	width: 100%;
	padding: 0 0 40px 0;
}

.jinkatsu .page2 .title h1 {
	padding-top: 20%;
	background-size: contain;
	width: 100%;
	height: 0;
}

.jinkatsu .page2 .title .illust {
	float: none;
	top: 0;
	margin-top: 0;
}

.jinkatsu .page2 .title p {
	width: 100%;
}

.jinkatsu .page2 .inner {
	top: 0;
	width: 80%;
	padding: 8%;
	margin-bottom: 30px;
}

.jinkatsu .page2 .inner h2.bar {
	font-size: 200%;
	margin: 30px 0 20px 0;
}

.jinkatsu .page2 .inner .graph {
	float: none;
	margin: 0 0 10px 0;
}


/* --------- itemlist --------- */

.jinkatsu .page2 .inner h2.bar {
	padding: 8px 12px;
}

.jinkatsu .page2 .inner .itemlist1 {
	padding: 30px 0 0 0;
}

.jinkatsu .page2 .inner .itemlist1 ul {
	margin: 0 10px;
}

.jinkatsu .page2 .inner .itemlist1 li {
	float: none;
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
}

.jinkatsu .page2 .inner .itemlist1 li:nth-child(odd) {
	margin-right: 0;
}

.jinkatsu .page2 .inner .itemlist1 li img {
	float: none;
	width: 60%;
	height: auto;
	padding: 20px 20%;
	margin: 0;
}

.jinkatsu .page2 .inner .itemlist1 p.text {
	clear: both;
	padding: 30px 10px 0 10px;
}

.jinkatsu .page2 .inner .itemlist2,
.jinkatsu .page2 .inner .itemlist3 {
	margin: 50px 0 0 0;
}

.jinkatsu .page2 .inner .itemlist2 h3,
.jinkatsu .page2 .inner .itemlist3 h3 {
	clear: both;
	font-weight: bold;
	color: #6DBE84;
	margin: 30px 10px 5px 10px;
}

.jinkatsu .page2 .inner .itemlist2 li {
	float: none;
	text-align: center;
	width: 100%;
	margin: 20px 0 50px 0;
}

.jinkatsu .page2 .inner .itemlist2 li img {
	width: 60%;
	height: auto;
	padding: 20px 20%;
	margin: 0;
}

.jinkatsu .page2 .inner .itemlist3 li {
	float: none;
	text-align: center;
	width: 100%;
	margin: 20px 0 50px 0;
}

.jinkatsu .page2 .inner .itemlist3 li img {
	width: 60%;
	height: auto;
	padding: 20px 20%;
	margin: 0;
}

/* --------- itemlist --------- */


/* -------------------------------------- page2 -------------------------------------- */



}

/* 170705クラフコ追記 */

.toppage p.toplink { text-align:right;}


.jinkatsu .f-bnr-move { z-index:9999; position:fixed; margin-left:1050px; margin-top:70px;}
.f-bnr-move a{
	background-color: #ff7364;
	display: inline-block;
	border-radius: 15px;
	overflow: hidden;
	border: 4px solid #ff7364;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
	}

.f-bnr-move a span{
	padding-top:5px;
	color:#FFF;
	display:block;
	text-align:center;
	}

.f-bnr-cp { z-index:9999; position:fixed; margin-left:1050px; margin-top:70px;}
.f-bnr-cp a{
	display: block;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
	}

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

p.pagetop { display:none;}

.jinkatsu .f-bnr-move { margin-left:0px; margin-top:0px; bottom:0; width:100%; left:0;}

.f-bnr-move a {
	width: 100%;
	height: 68px;
	border-radius: 0px;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.f-bnr-move img { width:20%;} 
.f-bnr-move a span { padding-left:15px;}
	

.f-bnr-cp { margin-left:0px; margin-top:0px; bottom:0; width:100%; left:0;}

.f-bnr-cp a {
	width: 100%;
	border-radius: 0px;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.f-bnr-cp img { width:100%;} 

body { padding-bottom:80px;}
}

#modal-content ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
#modal-content ul li{
	width: 360px;
	display: flex;
	flex-direction: column;
	padding: 30px 60px;
}
#modal-content ul li:first-child{
	border-right: 3px solid #FF7364;
}
#modal-content ul li p {
	font-size: 18px !important;
	margin: 0 auto 60px;
	width: 80%;
}
.itembtn-01,
.itembtn-02 {
	margin-top: auto;
}
.itembtn-01 a {
	border: solid 2px #e36a65;
	border-radius: 20px;
	width: 360px;
	height: 90px;
	box-sizing: border-box;
	display: flex;
	font-size: 16px;
	color: #e36a65;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	align-items: center;
	position: relative;
	padding-left: 50px;
}
.itembtn-02 a {
	border: solid 2px #e36a65;
	border-radius: 20px;
	width: 360px;
	height: 90px;
	box-sizing: border-box;
	display: flex;
	font-size: 16px;
	color: #e36a65;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	align-items: center;
	position: relative;
	padding-left: 50px;
}
.itembtn-01 a:hover,
.itembtn-02 a:hover {
	background: #e36a65;
	color: #fff;
}
.itembtn-01 a:before,
.itembtn-02 a:before{
	content: "";
	background-image: url("/images/kenkoukan/yobou-arrow.png");
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 15px;
	top: 35px;
}
.itembtn-01 a:after {
	content: "";
	background-image: url("/images/kenkoukan/yobou-btn-01.png");
	background-size: cover;
	width: 60px;
	height: 101px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 6px;
}
.itembtn-02 a:after {
	content: "";
	background-image: url("/images/kenkoukan/yobou-btn-02.png");
	background-size: cover;
	width: 60px;
	height: 101px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 6px;
}
#modal-content._new {
	width: 990px;
	top: calc( 50% - 187px ) !important;
	left: calc( 50% - 495px ) !important;
	height: auto;
}

ul.popup._wide .button-link1{
	width: 508px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:751px) {
	._sp {
		display: none;
	}
}
@media screen and (max-width:750px) {
	#modal-content._new {
		width: 90%;
		top: 10% !important;
		left: 5% !important;
		padding: 5%;
		height: auto;
		box-sizing: border-box;
	}
	#modal-content ul li:first-child{
		border-right: none;
		border-bottom: 3px solid #FF7364;
	}
	#modal-content ul li{
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
	}
	#modal-content ul li:first-child{
		padding: 0 0 30px 0;
	}
	.itembtn-01 a,
	.itembtn-02 a{
		width: 100%;
		height: 90px;
		padding-left: 0;
		font-size: 14px;
		justify-content: center;
	}
	.itembtn-01 a:after,
	.itembtn-02 a:after{
		display: none;
	}
	#modal-content ul li p {
		font-size: 16px !important;
		margin: 0 auto 30px;
		width: 90%;
	}
	ul.popup._wide .button-link1{
	width: 100%;
	}
}

