@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------
Base Style
------------------------------------------------------------------------*/
.fade-layer, #mtlChk:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999
}
#mtlChk.fade-layer-off:before {
	content: none
}
#mtlChk {
	font-family: "秀英丸ゴシック L";
	color: #1A1A1A;
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
	padding: 1.5em 0 45px 0;
}
#mtlChk a {
	color: #1A1A1A;
	text-decoration: none;
	outline: none;
}
#mtlChk a:visited {
	color: #1A1A1A;
}
#mtlChk a:hover, a:active, a:focus {
	color: #1A1A1A;
	text-decoration: underline;
	outline: none;
}
.toolBox01 {
	background-color: #2A2F95;
}

/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#classyWedding img {
	width: 100%;
}
.onlySp {
	display: none;
}
.onlyPc {
	display: block;
}
#mtlChk .inner {
	width: 100%;
}
#mtlChk .inner .mainTtl {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
#mtlChk.top .inner .mainTtl h1 img{
	padding-top: 15px;
	}
#mtlChk .inner .clipArea {
	float: right;
	display: inline-block;
	vertical-align: middle;
	border: 3px solid #00AC6F;
	background: #B2E6D4;
	border-radius: 20px;
	padding: 15px;
	position: relative;
}
#mtlChk.top .inner .clipArea {
	float: left;
}
#mtlChk .inner .clipArea .clipMetal {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}
#mtlChk .inner .clipArea .clipMetal img {
	margin: 0 auto;
}
#mtlChk .inner .clipArea .paperArea {
	padding-right: 3px;
	padding-bottom: 8px;
	background: url(../img/bg_paper_wide.png) no-repeat bottom right;
}
#mtlChk.top .inner .clipArea .paperArea {
	background: url(../img/bg_paper.png) no-repeat bottom right;
}
#mtlChk .inner .clipArea .clipInner {
	background: #fff;
	padding: 70px 20px 20px 20px;
	border: 2px solid #00AC6F;
}
#mtlChk.selectDetail .inner .clipArea .clipInner,
#mtlChk.selectSymptom .inner .clipArea .clipInner {
	min-height: 450px;
}
#mtlChk.top .inner {
	background: url(../img/nurse.gif) no-repeat right bottom;
	background-size: 144px 415px;
}
#mtlChk.top .inner .clipArea .intro {
	font-size: 18.5pt;
	line-height: 2;
	margin-bottom: 1.5em;
}
#mtlChk.top .btnArea a {
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding: 15px 25px;
	background: #00AC6F;
	border-radius: 5px;
	color: #fff !important;
	line-height: 1;
	display: inline-block;
	font-size: 18pt;
	transition: all .8s;
}
#mtlChk.top .btnArea a span {
	padding-right: 50px;
	background: url(../img/arrow.png) no-repeat right center;
	background-size: auto 70%;
}
#mtlChk.top .btnArea a:hover {
	opacity: .7;
	text-decoration: none !important;
}
#mtlChk .transitionArea {
	display: table;
	width: 100%;
	clear: both;
	padding-top: 3em;
}
#mtlChk .transitionArea a {
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding: 15px 25px;
	border: 2px solid #00AC6F;
	background: #fff;
	border-radius: 5px;
	color: #00AC6F !important;
	line-height: 1;
	display: inline-block;
	font-size: 14pt;
	transition: all .8s;
}
#mtlChk.result .transitionArea a {
	display: block;
	text-align: center;
}
#mtlChk .transitionArea a:hover{
	text-decoration: none;
	opacity: .5;
}
#mtlChk .transitionArea .next {
	display: table-cell;
	text-align: right;
}
#mtlChk .transitionArea .next.disabled a{
	opacity: 0.2;
	}
#mtlChk .transitionArea .next.disabled a:hover{
	cursor: default;
	}
#mtlChk .transitionArea .back {
	display: table-cell;
	text-align: left;
}
#mtlChk .transitionArea .next a span {
	padding-right: 30px;
	background: url(../img/arrow_green_right.png) no-repeat right center;
	background-size: auto 70%;
}
#mtlChk .transitionArea .back a span {
	padding-left: 30px;
	background: url(../img/arrow_green_left.png) no-repeat left center;
	background-size: auto 70%;
}
#mtlChk.selectParts .inner .clipArea .clipInner {
	text-align: left;
}
#mtlChk.selectParts .inner .clipArea .clipInner .lead,
#mtlChk.selectSymptom .inner .clipArea .clipInner .lead,
#mtlChk.selectDetail .inner .clipArea .clipInner .lead{
	font-size: 12pt;
	margin-bottom: .5em;
	font-family: "秀英丸ゴシック B";
	text-align: left;
	color: #00AC6F;
	}
#mtlChk.selectParts .inner .clipArea .clipInner .checkboxList {
	background: url(../img/img_body.png) #fff no-repeat 20px center;
	background-size: 94px 362px;
	padding-left: 160px;
	max-width: 420px;
}
.contentHeader {
	display: table;
	width: 100%;
	margin-bottom: 1.8em;
}
.contentHeader .logoArea {
	display: table-cell;
	vertical-align: bottom;
}
.contentHeader .logoArea img {
	max-width: 410px;
}
.contentHeader .stepArea {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.contentHeader .stepArea img {
	display: inline-block;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
#mtlChk.selectParts .radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 16px 10px 0;
	padding: 28px 0 60px 0;
	border-radius: 8px;
	background-color: #fff;
	border: solid 1px #00AC6F;
	vertical-align: middle;
	cursor: pointer;
	width: 84px;
}
#mtlChk.selectParts .radio:nth-of-type(4), #mtlChk.selectParts .radio:nth-of-type(8), #mtlChk.selectParts .radio:nth-of-type(12) {
	margin-right: 0;
}
#mtlChk.selectParts .radio img {
	height: 18px;
	width: auto;
	max-width: inherit;
	margin: 0 auto;
}
#mtlChk.selectParts .radio:hover {
	background-color: #00AC6F;
}
#mtlChk.selectParts .radio:hover:after {
	border-color: #53b300;
}
#mtlChk.selectParts .radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	bottom: 9px;
	left: 50%;
	display: block;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	background: #E5F7F1;
	border-radius: 3px;
	content: '';
}
#mtlChk.selectParts .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	left: 50%;
	bottom: 16px;
	display: block;
	margin-left: -14px;
	content: url(../img/ico_check.png);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	z-index: 1;
}
#mtlChk.selectParts input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#mtlChk.selectParts input#radio01[type="radio"] + label {
	background: url(../img/txt_head_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio01[type="radio"]:checked + label {
	background: url(../img/txt_head_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio02[type="radio"] + label {
	background: url(../img/txt_face_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio02[type="radio"]:checked + label {
	background: url(../img/txt_face_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio03[type="radio"] + label {
	background: url(../img/txt_neck_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio03[type="radio"]:checked + label {
	background: url(../img/txt_neck_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio04[type="radio"] + label {
	background: url(../img/txt_rip_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio04[type="radio"]:checked + label {
	background: url(../img/txt_rip_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio05[type="radio"] + label {
	background: url(../img/txt_arm_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio05[type="radio"]:checked + label {
	background: url(../img/txt_arm_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio06[type="radio"] + label {
	background: url(../img/txt_hand_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio06[type="radio"]:checked + label {
	background: url(../img/txt_hand_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio07[type="radio"] + label {
	background: url(../img/txt_nail_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio07[type="radio"]:checked + label {
	background: url(../img/txt_nail_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio08[type="radio"] + label {
	background: url(../img/txt_delicate_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio08[type="radio"]:checked + label {
	background: url(../img/txt_delicate_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio09[type="radio"] + label {
	background: url(../img/txt_ass_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio09[type="radio"]:checked + label {
	background: url(../img/txt_ass_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio10[type="radio"] + label {
	background: url(../img/txt_thigh_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio10[type="radio"]:checked + label {
	background: url(../img/txt_thigh_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio11[type="radio"] + label {
	background: url(../img/txt_foot_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio11[type="radio"]:checked + label {
	background: url(../img/txt_foot_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio12[type="radio"] + label {
	background: url(../img/txt_heel_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio12[type="radio"]:checked + label {
	background: url(../img/txt_heel_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio13[type="radio"] + label {
	background: url(../img/txt_armpit_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio13[type="radio"]:checked + label {
	background: url(../img/txt_armpit_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio14[type="radio"] + label {
	background: url(../img/txt_multiple_black.png) #fff no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectParts input#radio14[type="radio"]:checked + label {
	background: url(../img/txt_multiple_white.png) #00AC6F no-repeat center 8px;
	background-size: auto 18px;
	font-size: 0;
}
#mtlChk.selectSymptom .inner .clipArea .clipInner, #mtlChk.selectDetail .inner .clipArea .clipInner {
	width: 582px;
}
#mtlChk.selectSymptom .inner .clipArea .clipInner .checkboxList .inner {
	background: url(../img/dot.png) #fff repeat-y center bottom;
	padding-bottom: 2px;
}
.checkbox,
#mtlChk.selectDetail .radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 12px 10px 12px 55px;
	vertical-align: middle;
	cursor: pointer;
	width: 50%;
	float: left;
	text-align: left;
	line-height: 44px;
	font-size: 14pt;
}
#mtlChk.selectDetail .checkbox,
#mtlChk.selectDetail .radio {
	width: 100%;
	float: none;
	margin-bottom: 2em;
	font-size: 15pt;
	line-height: 1.5;
}
#mtlChk.selectDetail .inner .clipArea .clipInner .checkboxList{
	margin-bottom: 5em;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
.checkbox.long {
	line-height: 22px;
}
.checkbox:after,
#mtlChk.selectDetail .radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	content: '';
	background: #E5F7F1;
}
.checkbox:before,
#mtlChk.selectDetail .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -17px;
	content: url(../img/ico_check.png);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	z-index: 1;
}
input[type=checkbox]:checked + .checkbox:before,
#mtlChk.selectDetail input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#mtlChk.selectDetail .inner .clipArea .clipInner .question{
	margin-bottom: 4em;
	font-size: 16pt;
	text-align: left;
	font-family: "秀英丸ゴシック B";
	padding-left: 5%;
	}
#mtlChk.result .inner .clipArea{
	float: left;
	}
#mtlChk.result .inner .clipArea .clipInner{
	width: 540px;
	padding: 70px 50px 20px 50px;
}
#mtlChk.result .inner .mainTtl{
	float: right;
	}
#mtlChk.result .inner .mainTtl img{
	width: 250px;
	padding-top: 70px;
	}
#mtlChk.result .lead{
	color: #00ac6f;
	font-size: 18pt;
	font-family: "秀英丸ゴシック B";
	padding-bottom: 15px;
	background: url(../img/dotline.png) no-repeat bottom center;
	margin-bottom: 50px;	
	}
#mtlChk.result h1{
    display: block;
    padding: .5em 1em;
    background: rgba(0,172,0111,0.20);
    font-size: 26pt;
    line-height: 1;
	margin-bottom: .5em;
}
#mtlChk.result .disease{
	margin-bottom: 2em;
}
#mtlChk.result .btn{
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding: 15px 25px;
	border: 2px solid #808080;
	background: #fff;
	border-radius: 5px;
	color: #808080 !important;
	line-height: 1;
	display: inline-block;
	font-size: 14pt;
	transition: all .8s;
	cursor: pointer;
	height: inherit;
}
#mtlChk.result .off .btn{
	display: none;
}
#mtlChk.result .btn span{
	padding-right: 30px;
	background: url(../img/arrow_down.png) no-repeat right center;
	background-size: 20px 12px;
}
#mtlChk.result .btn:hover{
	opacity: 0.5;
}
#mtlChk.result .close{
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding: 15px 25px;
	border: 2px solid #808080;
	background: #fff;
	border-radius: 5px;
	color: #808080 !important;
	line-height: 1;
	display: inline-block;
	font-size: 14pt;
	transition: all .8s;
	cursor: pointer;
}
#mtlChk.result .close span{
	padding-right: 30px;
	background: url(../img/arrow_up.png) no-repeat right center;
	background-size: 20px 12px;
}
#mtlChk.result .close:hover{
	opacity: 0.7;
}
#mtlChk.result .lineInfo{
	border: 2px dotted #00AC6F;
	border-radius: 10px;
	padding: 1em ;
	margin-bottom:2em;
}
#mtlChk.result .lineInfo h2{
	font-family: "秀英丸ゴシック B";
	color: #4D4D4D;
	font-size: 14pt;
	margin-bottom: .5em;
	}
#mtlChk.result .lineInfo img{
	margin: 0 auto;
}
#mtlChk.result .snsArea{
	display: table;
	width: 100%;
}
#mtlChk.result .snsArea .comment{
	display: table-cell;
}
#mtlChk.result .snsArea .snsBtns{
	display: table-cell;
	text-align: right;
}
#mtlChk.result .snsArea .snsBtns ul li{
	display: inline-block;
}
#mtlChk.result .snsArea .snsBtns ul li img{
	width: 44px;
	margin-left: 20px;
	transition: all .8s;
}
#mtlChk.result .snsArea .snsBtns ul li img:hover{
	opacity: .7;
	cursor: pointer;
}
#mtlChk.result .diseaseArea{
	margin-bottom: 5em;
	}
#mtlChk.result .transitionArea{
	padding-top: 5em;
}
#mtlChk.result .disease .ttl h1{
	font-family: "秀英丸ゴシック B";
	}
#mtlChk.result .disease .ttl h1 span{
	display: block;
    font-size: 40%;
    padding-bottom: .5em;
	}
#mtlChk.result .disease .diseaseLead{
	text-align: left;
	margin-bottom: 2.5em;
	font-size: 12pt;
	line-height: 2;
	}
#mtlChk.result .disease .careInfo{
	position: relative;
	margin-bottom:2em;
	padding-bottom: .5em;
	background: #B3B3B3;
}
#mtlChk.result .disease .careInfo .inner{
	border: 1px solid #666;
	padding: 7.5% 10% 5% 10%;
	width: 79.8%;
	background: #fffdf1;
}
#mtlChk.result .disease .careInfo .img_tape{
	position: absolute;
	top: -2em;
	left: 0;
	width: 100%;
}
#mtlChk.result .disease .careInfo .img_tape img{
	margin: 0 auto;
	max-width: 137px;
}
#mtlChk.result .disease .careInfo h2{
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-size: 20pt;
	padding-bottom: .5em;
	border-bottom: 2px dotted #B3B3B3;
	margin-bottom: 1em;
}
#mtlChk.result .disease .careInfo p{
	text-align: left;
	font-size: 12pt;
	line-height: 2;
}
#mtlChk.result .disease .attention{
	text-align: left;
	color: #595757;
	margin-bottom: 3em;
	font-size: 11pt;
    line-height: 1.7;
}
#mtlChk.result .disease .recommend h2{
	font-family: "秀英丸ゴシック B";
	font-size: 18pt;
	color: #00AC6F;
	margin-bottom: .5em;
}
#mtlChk.result .disease .recommend a,
#mtlChk.result .disease .ec a{
	display: block;
	transition: all .8s;
}
#mtlChk.result .disease .recommend a img,
#mtlChk.result .disease .ec img{
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 2em;
}
#mtlChk.result .disease .recommend a:hover,
#mtlChk.result .disease .ec a:hover{
	opacity: .7;
}
#mtlChk.result .disease .boxList01,
#mtlChk.result .disease .boxList01 .ul_product01,
#mtlChk.result .disease .boxList01 .ul_brand01,
#mtlChk.result .disease .boxList01 .ul_cmsns01,
#mtlChk.result .disease .boxList01 .ul_column01{
	width: auto;
	}
#mtlChk.result .disease .acBox{
	display: none;
	}

#mtlChk.loading img{
	margin: 0 auto;
	width: 35%;
	padding-top: 2%;
	}
.ul_function01.type01 li.social01:nth-child(2) > a{
	background-position: -25px 0; 
	}
.ul_function01.type01 li.social01:nth-child(3) > a{
	background-position: -50px 0; 
	}

@media only screen and (max-width: 768px) {
#mtlChk{
	padding: 3% 2% 5% 2%;
	}
.contentHeader{
	margin-bottom: 2em;
	}
.contentHeader .logoArea img{
	max-width: 320px;
	}
.contentHeader .stepArea img{
	max-width: 360px;
	}
#mtlChk.top .inner{
	background-size: 124px 385px;
}
#mtlChk .inner .mainTtl{
	width: 35%;
	}
#mtlChk .inner .clipArea{
	width: 45%;
	}
#mtlChk .inner .clipArea .clipInner{
	padding: 15% 2% 5% 2%;
	min-height: inherit;
	}
#mtlChk.top .inner .clipArea .intro{
	font-size: 15pt;
	}
#mtlChk .inner .clipArea .paperArea {
	background: url(../img/bg_paper.png) no-repeat bottom right;
}
#mtlChk.top .inner .clipArea .paperArea,
#mtlChk .inner .clipArea .paperArea{
	background-size: contain;
	}

#mtlChk.selectParts .inner .clipArea .clipInner{
	padding-left: 3%;
	}
#mtlChk.selectParts .inner .clipArea .clipInner .checkboxList{
	background: none;
	padding-left: 0;
	}
#mtlChk.selectParts .inner .mainTtl,
#mtlChk.selectSymptom .inner .mainTtl,
#mtlChk.selectDetail .inner .mainTtl{
	width: 35%;
	}
#mtlChk.selectParts .inner .clipArea,
#mtlChk.selectSymptom .inner .clipArea,
#mtlChk.selectDetail .inner .clipArea{
	width: 60%;
	}
#mtlChk.result .inner .mainTtl{
	width: 25%;
	}
#mtlChk.result .inner .clipArea{
	width: 70%;
	}
#mtlChk.result .inner .mainTtl img{
	width: 100%;
	}
#mtlChk.selectParts .inner .clipArea .clipInner{
	background: url(../img/img_body.png) #fff no-repeat center 40%;
	padding-top: 8em;
	background-size: auto 75%;
}
#mtlChk.selectSymptom .inner .clipArea .clipInner,
#mtlChk.selectDetail .inner .clipArea .clipInner {
    width: auto;
}
.checkbox{
	float: none;
	width: 100%;
	}
#mtlChk.result .inner .clipArea .clipInner{
	width: auto;
	}
#mtlChk.result .inner .clipArea .clipInner{
	padding: 15% 2% 5% 2%;
	}
#mtlChk.result h1{
	font-size: 22pt;
	}
#mtlChk.result .snsArea .comment{
	width: 60%;
	}
#mtlChk.result .snsArea .snsBtns ul li img{
	margin-left: 10px;
}
#mtlChk.result h1{
	padding: .5em;
	}
}

@media only screen and (max-width: 480px) {
/*------------------------------------------------------------------------
Base Style
------------------------------------------------------------------------*/

.onlyPc {
	display: none;
}
.onlySp {
	display: block;
}
#mtlChk {
	padding: 3% 2%;
}
#mtlChk .inner .clipArea .clipMetal img {
	width: 50%;
}
#mtlChk.top .inner .mainTtl {
	background: url(../img/ico_mtl.png) no-repeat;
	background-size: 65px 65px;
	float: none;
	padding-top: 30px;
	margin-bottom: 0;
	width: 100%;
}
#mtlChk .inner .clipArea {
	float: none;
	padding: 3%;
	display: block;
	border-radius: 25px;
	width: 92%;
}
#mtlChk.selectParts .inner .clipArea,
#mtlChk.selectSymptom .inner .clipArea,
#mtlChk.selectDetail .inner .clipArea,
#mtlChk.result .inner .clipArea{
		width: 92%;
}
#mtlChk.selectParts .inner .mainTtl,
#mtlChk.selectSymptom .inner .mainTtl,
#mtlChk.selectDetail .inner .mainTtl,
#mtlChk.result .inner .mainTtl{
	width: 100%;
	}
#mtlChk .inner .clipArea .clipInner {
	padding: 3% 3% 5% 3%;
	min-height: inherit;
}
#mtlChk.top .inner .clipArea .intro {
	font-size: 12pt;
	margin-bottom: 1em;
	padding-top: 3em;
	text-align: left;
	background: url(../img/nurse_sp.png) no-repeat ;
	background-position: bottom right;
	background-size: contain;
	line-height: 1.6;
	margin-top: -2.5em;
}
#mtlChk.top .inner .clipArea .intro span:last-of-type{
	display: block;
	padding-top: .5em;
}
#mtlChk.top .btnArea a {
	padding: .5em 1em;
	font-size: 16pt;
}
#mtlChk.top .btnArea a span {
	padding-right: 20px;
}
.contentHeader {
	display: block;
	margin-bottom: 1em;
}
.contentHeader .logoArea {
	display: block;
	margin-bottom: .5em;
}
.contentHeader .logoArea img {
	width: 95%;
}
.contentHeader .stepArea {
	text-align: center;
}
.contentHeader .stepArea img {
	width: 85%;
}
#mtlChk .inner .mainTtl {
	float: none;
	margin-bottom: 2em;
}
#mtlChk .inner .mainTtl h1 img{
	padding-top: 0;
	}
#mtlChk.selectParts .inner .mainTtl,
#mtlChk.selectSymptom .inner .mainTtl,
#mtlChk.selectDetail .inner .mainTtl {
	margin-bottom: 1em;
}
#mtlChk .inner .mainTtl img{
	width: 100%;
	margin: 0 auto;
}
#mtlChk.top .inner{
	background: none;
	}
#mtlChk.top .inner .mainTtl img{
	width: 65%;
}
#mtlChk.selectParts .inner .clipArea .clipInner {
	padding-left: 3%;
	padding-top: 15%;
	background: #fff;
}
#mtlChk.selectParts .inner .clipArea .clipInner .checkboxList {
	padding: 4.5em 0 4em 0;
	background: url(../img/img_body.png) #fff no-repeat center center;
	background-size: contain;
}
#mtlChk.selectParts .radio {
	width: 28%;
	margin-right: 6%;
	padding: 18px 0 46px 0;
}
#mtlChk.selectParts .radio:after {
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
#mtlChk.selectParts .radio:nth-of-type(4), #mtlChk.selectParts .radio:nth-of-type(8) {
	margin-right: 6%;
}
#mtlChk.selectParts .radio:nth-of-type(3), #mtlChk.selectParts .radio:nth-of-type(6), #mtlChk.selectParts .radio:nth-of-type(9), #mtlChk.selectParts .radio:nth-of-type(12) {
	margin-right: 0;
}
#mtlChk.selectParts input#radio01[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio01[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio02[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio02[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio03[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio03[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio04[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio04[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio05[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio05[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio06[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio06[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio07[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio07[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio08[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio08[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio09[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio09[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio10[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio10[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio11[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio11[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio12[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio12[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio13[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio13[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio14[type="radio"] + label {
	background-size: auto 13px;
}
#mtlChk.selectParts input#radio14[type="radio"]:checked + label {
	background-size: auto 13px;
}
#mtlChk .transitionArea .back a span {
	padding-left: 20px;
}
#mtlChk .transitionArea .next a span {
	padding-right: 20px;
}
#mtlChk .transitionArea a {
	padding: 10px 15px;
}
#mtlChk.selectSymptom .inner .clipArea .clipInner .checkboxList .inner{
	background: url(../img/dot_thin.png) #fff no-repeat center top;
	padding-top: 2px;
}

#mtlChk.selectSymptom .inner .clipArea .clipInner,
#mtlChk.selectDetail .inner .clipArea .clipInner {
	padding-left: 3%;
	padding-top: 15%;
	background: #fff;
	width: inherit;
	min-height: inherit;
}
#mtlChk.selectDetail .inner .clipArea .clipInner .question{
	font-size: 14pt;
	margin-bottom: 1em;
	}
.checkbox {
	width: 100%;
	float: none;
	font-size: 13pt;
	padding:.5em .1em .5em 2em;
	background: url(../img/dot_thin.png) #fff no-repeat center bottom;
}
#mtlChk.selectDetail .radio {
	width: 100%;
	float: none;
	font-size: 13pt;
	padding: .5em .1em .5em 2em;
	margin-bottom: 0;
}
#mtlChk.selectDetail .checkbox{
	background: none;
	margin-bottom: 0;
	font-size: 13pt;
	}
#mtlChk.selectDetail .inner .clipArea .clipInner .checkboxList{
	margin-bottom: 1.5em;
	width: 100%;
	}
.checkbox:before {
	left: 0;
	margin-top: -18px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
#mtlChk.selectParts .radio:before,
#mtlChk.selectDetail .radio:before {
	left: 0;
	margin-top: -15px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
#mtlChk.selectParts .radio:before{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	left: 50%;
    bottom: 7px;
	}
#mtlChk.selectDetail .checkbox:before {
	left: 0;
	}
.checkbox:after,
#mtlChk.selectDetail .radio:after {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 0;
}
#mtlChk.selectDetail .radio:after {
	margin-left: 0;
}
#mtlChk.result .lead{
	display: none;
	}
#mtlChk.result .inner .mainTtl img{
	padding-top: 0;
	}
#mtlChk.result .contentHeader{
	margin-bottom: 0;
}
#mtlChk.result .inner .mainTtl{
	float: none;
	}
#mtlChk.result .inner .clipArea{
	float: none;
	}
#mtlChk.result .inner .clipArea .clipInner{
	padding: 9% 3% 3% 3%;
	width: inherit;
	}
#mtlChk.result .disease .recommend img,
#mtlChk.result .disease .ec img{
	max-width: inherit;
	width: 100%;
	}
#mtlChk.result .snsArea{
	display: block;
	margin-bottom: 1.5em;
	}
#mtlChk.result .snsArea .comment{
	display: block;
	margin-bottom: .5em;
	}
#mtlChk.result .snsArea .snsBtns{
	display: block;
	text-align: center;
	}
#mtlChk.result .snsArea .snsBtns ul li:first-child img{
	margin-left: 0;
	}
#mtlChk.result h1{
	font-size: 13.5pt;
	}
#mtlChk.result h1{
	padding: .5em;
	}
#mtlChk.result .close{
	padding: 10px 15px;
	font-size: 12pt;
}
#mtlChk.result .btn{
	padding: 10px 15px;
	font-size: 12pt;
}
#mtlChk.result .close span,
#mtlChk.result .btn span{
	background-size: 16px 10px;
	}
#mtlChk.result .diseaseArea{
	margin-bottom: 0;
	}
#mtlChk.result .disease .careInfo .inner{
	padding: 7.5% 5% 5% 5%;
	width: 89.8%;
	}
#mtlChk.result .disease .careInfo h2{
	font-size: 12pt;
	}
#mtlChk.result .disease .recommend h2{
	font-size: 12pt;
	}
#mtlChk.result .lineInfo h2{
	font-size: 12pt;
	}
#mtlChk .transitionArea{
	padding-top: 1.5em;
	}
#mtlChk.result .transitionArea{
	padding-top: 0;
	margin-bottom: 2em;
	}
#mtlChk.result .transitionArea .back{
	text-align: center;
	}
#mtlChk.result .disease .diseaseLead,
#mtlChk.result .disease .careInfo p{
	font-size: 11pt;
	}
#mtlChk.result .disease .attention{
	font-size: 10pt;
	}
#mtlChk.result .snsArea .comment{
	width: 100%;
	}
#mtlChk.loading img{
	margin: 0 auto;
	width: 60%;
	padding: 2em 0;
	}


}

@media only screen and (max-width: 320px) {
/*------------------------------------------------------------------------
Base Style
------------------------------------------------------------------------*/


#mtlChk.top .inner .clipArea .intro {
	padding-top: 1em;
	margin-top: -.5em;
}

}