@charset "UTF-8";

/* ===================================================================
CSS information

file name  :style.css
style info :コンテンツエリア関係 他 color,backgroundはcolor.cssで管理

input[type="text"] 
 
=================================================================== */

html,body{
	height:100%;
}
body#index{
	font-size:100%;
	color:#3e3e3e;
	line-height:1.6em;
	-webkit-text-size-adjust: 100%;
}
body{
	background: url("../img/bg1.gif") repeat-x scroll 0 0;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a{color:#0075c2;}/*リンク色*/
a:link{color:#0075c2;}/*未訪問のリンク色*/
a:visited{color:#0075c2;}/*訪問後のリンク*/
a:hover{color:#ff7200;}/*マウスをのせたとき*/
a:active{color:#ff7200;}/*クリック中*/

.tablet,.sp{
	display:none;
}
/*html .container{
	width:960px;
}
*/

.error_mess{
	background: #fff0f0 none repeat scroll 0 0;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-weight: bold;
	margin: 20px 0;
	padding: 12px 10px;
	text-align: center;
	font-size:16px;
}
strong.red {
	color: #cc0000;
	display: block;
	font-weight: bold;
}
p.error{
	clear:both;
	color: #cc0000;
}

/*-----------------------------------------------

	header

-----------------------------------------------*/
div.wrapper {
	margin: 0 auto;
	width: 100%;
}
div.header {
	width:100%;
	margin-bottom: 30px;
	/*position: relative;*/
	border-bottom:2px solid #2386d5;	
}

div.header h1 {
	display:block;
	width:100%;
	margin:0 auto;
	padding:38px 0px 18px 0px;
}

h2 {
	color: #2386d5;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 30px;
	padding-left: 15px;
	position: relative;
	border-left:5px solid #2386d5;
	line-height:1.4em;
}

/*-----------------------------------------------

	wrap

-----------------------------------------------*/

p span,ul.notice li span{
	font-weight:bold;
	color:#ff0000;
}

h3 {
	color: #2386d5;
	font-size: 18px;
	font-weight: bold;
	/*margin-left:10px;*/
	padding-left: 15px;
	position: relative;
	border-left:3px solid #2386d5;
	line-height:1.4em;
}

.h3_wrap{
	border-bottom:1px solid #2386d5;
 	padding-bottom:5px;
	margin-bottom: 30px;
}

.container p{
	font-size:16px;
	display:inline-block;
	margin-bottom:20px;
}

.form-field{
	border:1px solid #ccc;
}

.border_none{
	border-top:none;
}

.form-name{
	padding:25px 0 25px 65px;
	background-image:url(../img/disgnosis_require.jpg);
	background-repeat:no-repeat;
	background-position:15px center;
	background-color:#edf5f9;
	/*height:60px;*/
}

.form-name2{
	padding:20px 0 20px 65px;
	background-image:url(../img/disgnosis_require.jpg);
	background-repeat:no-repeat;
	background-position:15px center;
	background-color:#edf5f9;
	/*height:60px;*/
}


.form-name label
,.form-name2 label
,.form-value label
,.help-inline{
	font-size:16px;
	font-weight:normal;
	vertical-align:sub;
}

.form-value2 label{
	font-size:16px;
	font-weight:normal;
	padding-top:10px;
}

.form-value2 .help-inline{
	font-size:16px;
	font-weight:normal;
	padding-top:7px;
	display:inline-block;
	vertical-align:middle;
}

.form-value{
	padding:20px 0 10px 25px;
	background-color:#fff;
}
.form-value2{
	padding:22px 0 10px 25px;
	background-color:#fff;
}

.form-control{
	display:inline-block;
	width:auto;
}

.form-horizontal .control-label{
	text-align:left;
}


.diagnosis_btn{
	width:100%;
	margin:30px 0;
	text-align:center;
}
.diagnosis_btn button{
	border:none;
	padding:0;
	background-color:#fff;
}
.diagnosis_btn img{
	display:block;
	margin:0 auto;
}

.diagnosis_result_area{
	padding:35px auto 45px;
}

.bg_line{
	border:1px solid #ccc;
}

#result_ok img
,#result_ng img{
	display:block;
	margin:20px auto 20px;
}

#result_ok .result_arrow
,#result_ng .result_arrow{
	margin-bottom:20px;
	margin-top:0px;
}

.diagnosis_text01{
	text-align:left;
	/*margin-left:-15px;*/
}

.diagnosis_text02{
	margin-top:0;
	/*margin-left:-15px;*/
	text-align:left;
}

/*　　index_ref.html 用　　*/
/*h3{
	background-color: #ffffff;
	border-color: #d7d7d7;
	border-style: solid;
	border-width: 1px;
	font-size:21px;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 1px;
}
h3 span {
	background-color: #2386d5;
	color: #ffffff;
	display: block;
	padding: 10px 0 8px 10px;
}*/


h4{
	background-repeat: repeat-x;
	border:1px solid #0075c2;
	color: #0075c2;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:15px;
	padding: 5px 8px;
}
h4 span {
	border-color: #0075c2;
	border-style: solid;
	border-width: 0 0 0 3px;
	display: block;
	padding: 5px 0 3px 8px;
}

div.att{
	background:#ffffe6;
	border:1px dotted #cc0000;
	text-align:center;
	height:95px;
	padding:15px 0;
	margin-bottom:20px;
}
ul.entry{
	margin-left:15px;
	margin-bottom:20px;
}
ul.entry li{
	list-style:disc;
	margin-bottom:5px;
}
ul.entry li span{
	color:#ff0000;
	font-weight:bold;
}

p.tit{
	font-size:114%;
}

a.largeArrow {
	background: url("../img/icon_circle_arrow.gif") no-repeat scroll 0 50%;
	padding-left:20px;
	display:block;
	margin:10px 0;
}

img.flow{
	display:block;
	margin-bottom:40px;
}

div.qrcode{
	background:#ffffe6;
	border:1px solid #e1e1e1;
	padding:10px;
	margin-bottom:50px;
}
div.qrcode img{
	float:left;
	margin-right:15px;
}
div.qrcode ul{
	float:left;
	width:580px;
}
div.qrcode ul li.first{
	font-weight:bold;
	font-size:114%;
}


.diagnosis .alert-diagnosis-result p,
.diagnosis .alert-diagnosis-reserve p {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 20px 0 20px 90px;
    text-align: left;
}

.diagnosis .alert-diagnosis-result p {
    background-image: url("../images/5seconds-diagnosis/result_icon.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-scroll: scroll;
}

.diagnosis .alert-diagnosis-reserve p {
    background-image: url("../images/5seconds-diagnosis/reserve_icon.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-scroll: scroll;
}



/*-----------------------------------------------

	menu

-----------------------------------------------*/
ul.notice{
	margin-left:20px;
	margin-bottom:30px;
}
ul.notice li{
	list-style:decimal;
	margin-bottom:10px;
}
ul.notice li p{
	border:1px solid #9e9e9e;
	padding:2px;
}
ul.notice li p span{
	display:block;
	border:1px solid #9e9e9e;
	padding:10px;
	background:#e2f3ff;
	font-weight:normal;
	color:#3e3e3e;
	padding-left: 45px;
  text-indent: -2em;
}



/*-----------------------------------------------

	other

-----------------------------------------------*/
a.close{
	display:block;
	width:266px;
	margin:0 auto;
}
p.ex{
	text-align:center;
	color:#717171;
	margin:0 auto 40px;
}
a.toTop {
	background-image: url("../img/icon_arrow_up.gif");
	background-position: 0 50%;
	background-repeat: no-repeat;
	float: right;
	padding: 0 0 0 12px;
	margin:30px 0 30px 0;
	font-size:14px;
}

#submit_btn{
	width:366px;
	height:70px;
	background-image:url(../img/diagnosis_btn.jpg);
	background-repeat:no-repeat;
	border:none;
}

.exam_btn{
	display:block;
	width:426px;
	height:80px;
	background-image:url(../img/examination.jpg);
	background-repeat:no-repeat;
	margin:20px auto;
	}

.link_pc{
	display:block;
	}
.link_sp{
	display:none;
	}



/*-----------------------------------------------

	footer

-----------------------------------------------*/
div#footer{
	border-top:12px solid #eeeeee;
	padding-top:30px;
	clear:both;
}

/*div#footer_wrap{
	width:960px;
	margin:0 auto;
}*/

div#footer div.fcopyright {
	float: left;
	padding: 0 0 20px;
}
div#footer div.flogo {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
div#footer div.fcopyright img{
	display:block;
	margin-top:20px;
}


/*-----------------------------------------------

	ウィンドウサイズ 960px～2000px
	ＰＣだけに適用

-----------------------------------------------*/

@media only screen and (min-width:960px) and (max-width:2000px) {
}


/*-----------------------------------------------

	ウィンドウサイズ 768px～959px
	タブレット仕様

-----------------------------------------------*/

@media only screen and (min-width:768px) and (max-width:959px){
.pc,.sp{
	display:none;
}
}


/*-----------------------------------------------

	ウィンドウサイズ 240px～767px
	スマートフォン仕様

-----------------------------------------------*/

@media only screen and (min-width:240px) and (max-width:767px) {
.pc,.tablet{
	display:none;
}

div.header h1 {
	padding-left:5px;
}

.wrap #result_ok img
,.wrap #result_ng img{
	margin:15px auto;
}

.wrap #result_ok .result_arrow
,.wrap #result_ng .result_arrow{
	margin-bottom:25px;
}

.wrap #result_ok p
,.wrap #result_ng p{
	margin-top:15px;
	margin-bottom:0px;
	font-size:12px;
}

.wrap .diagnosis_text01,
.wrap .diagnosis_text02{
	font-size:12px;
	margin-top:15px;
	margin-bottom:0px;
}

body div#footer{
	padding-top:15px;
}

body div#footer div.fcopyright{
	padding:0 10px;
	margin:10px auto;
}

body div#footer div.flogo {
	clear:both;
	float:none;
	width:184px;
	margin:10px auto !important;
}

.form-value
,.form-value2{
	padding-left:10px;
	padding-right:10px;
}

.form-control{
	display:inline-block;
	width:60%;
}

body button{
	width:100%;
}

#submit_btn{
	background-image:url(../img/diagnosis_btn_sp.jpg);
	background-repeat:no-repeat;
	border:none;
	width:203px;
	height:38px;
}

.exam_btn{
	display:block;
	width:203px;
	height:38px;
	background-image:url(../img/examination_sp.jpg);
	background-repeat:no-repeat;
	margin:10px auto;
}
.link_pc{
	display:none;
}
.link_sp{
	display:block;
}	


 /*-----ここからIE7用記述-----*/
 
*:first-child+html .{
}	

 /*-----ここからIE6用記述-----*/
	
* html .{
}
