@charset "UTF-8";
html {
	background: #363636;	
}
body {
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing: 0.5;
	color: #464646;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

a[href^="tel:"] {
	pointer-events: none;
}

a,input:focus {
	outline: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #00a0e9;
}

a:hover   {text-decoration: underline;}
a:active  {text-decoration: none;}

.tb { display: none; }
.sp { display: none; }
.sptb { display: none; }

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

  Header
 
======================================================*/

/* headerBox */
.headerBox {
	width: 100%;
	display: table;
	height: 100px;
	position: relative;
	z-index: 50;
	background-image: url(../images/bg_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

#assessment .headerBox {
	background: none!important;
}

.headerLogoBox {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}

.headerLogo {
	max-width: 250px;
	padding: 10px 30px 0 20px;
}

.headerLogo img {
	width: 100%;
	height: auto;
}

/* globalNavBox */
.globalNavBox {
	width: 42%;
	display: table-cell;
	vertical-align: middle;
}

#globalNav {
	font-size: 1.6em;
}

#globalNav li {
	float: left;
	color: #fff;
}

#globalNav li:after {
	content: "|";
	padding: 0 15px;
}

#globalNav li:last-child:after {
	content: "";
	padding: 0;
}

#globalNav li a:link,
#globalNav li a:visited {
	color: #fff;
}

/* headerSnsNavBox */
.headerSnsNavBox {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
}

#headerSnsNav {
	float: right;
	padding: 0 20px 0 0;
}

#headerSnsNav li {
	float: left;
	margin: 10px 0 0 20px;
}

#headerSnsNav li:first-child {
	margin: 0 0 0 20px;
} 

#headerSnsNav li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

#headerSnsNav li a:hover {
	opacity:0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}

#headerSnsNav li img {
	width: 30px;
	height: 30px;
}

.freeTel {
	display: inline-block;
	font-weight: bold;
	font-size: 2.2em;
	padding: 0 0 0 35px;
	background: url(../images/icon_free_white.png) left 14px no-repeat;
	background-size: 24px 16px;
	margin-top: 7px;
}

.freeTel a:link,
.freeTel a:visited {
	color: #fff;
}

.freeTelTime {
	font-weight: bold;
	font-size: 0.6em;
	padding: 0 3px 0 0;
	text-align: right;
	color: #fff;
}


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

  Main
 
======================================================*/

/* mainArea */
#mainArea {
	height: 550px;
	overflow-y: hidden;
	position: relative;
	margin: -100px 0 0;
	padding: 200px 20px 0;
	background-image: url(../images/bg_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.mainSubCatch {
	text-align: center;
	font-size: 3.4em;
	color: #fff;
}

.mainCatch {
	text-align: center;
	width: 100%;
	font-size: 4.5em;
	font-weight: bold;
	margin: 0 0 50px;
	color: #fff;
}

.mainCatch span {
	font-size: 1em;
}

.mainCatch br {
	display: none;
}

.mainBtnBox {
	text-align: center;
}

.mainBtn {
	min-width: 480px;
  margin: 0 auto;
	border-radius: 4px;
	background: #ffb100;
	display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.mainBtn a {
	display: block;
	padding: 35px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.mainBtn a:link,
.mainBtn a:visited {
	text-align: center;
	font-weight: bold;
	font-size: 2.8em;
	color: #fff;
}

.mainBtn a:hover {
	border-radius: 4px;
	background: #2095c5;
	text-decoration: none;
}

.mainBtn a span {
	background: url(../images/icon_diagnose.png) left center no-repeat,url(../images/icon_bottomarrow_white.png) right center no-repeat;
	padding: 15px 50px 15px 75px;
}

/* spNavArea */
#spNavArea {
	display: none;
}

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

  Contents
 
======================================================*/

/* moveArea */
#moveArea {
    background: linear-gradient(-45deg, #4b4bc6, #0d0d38, #4b4bc6, #0d0d38);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}	
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.moveArea-content{
	margin: 0 auto;
	padding: 30px 0;
	max-width: 780px;
	text-align: center;
}
.moveArea-content h2{
	font-size: 1.5em;
	margin: 0 0 10px;
	color: #fff;
}


/* diagnosisArea */
#diagnosisArea {
	padding: 40px 20px;
	background-image: url(../images/bg_diagnosis.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

#diagnosisDeepArea {
	padding: 60px 20px;
	background: url(../images/bg_mangaarea.gif) top;
}

.diagnosisDeepTitle {
	position: relative;
	box-shadow: 0px 0px 20px -10px ;
	text-align: center;
	font-weight: bold;
	font-weight: bold;
	font-size: 3em;
	padding: 90px 0 20px;
	background: #bb2121 url(../images/icon_detailbutton_off.png) center top  20px no-repeat;
	background-size: 60px 68px;
	color: #fff;
}

.diagnosisDeepTitle::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #bb2121 transparent transparent transparent;
    border-width: 30px 60px 0 60px;
  
}

.diagnosisBox {
	max-width: 900px;
	margin: 0 auto;
}

.diagnosisTtlBox {
	text-align: center;
}

.diagnosisTtl {
	font-size: 3.2em;
	margin: 0 0 5px;
	color: #fff;
	position: relative;
	display: inline-block;
}

.diagnosisTtl:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -44px;
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: #fff;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.diagnosisTtl:after { 
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: #fff;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.diagnosisTtlp {
	font-size: 1.6em;
	margin: 0 0 30px;
	color: #fff;
	position: relative;
}

.diagnosisListBox {
	max-width: 600px;
	margin: 0 auto;
}

.diagnosisList li {
	margin: 0 0 10px;
	position: relative;
}

.priceBox {
	color: #fff;
	font-size: 1.6em;
	position: absolute;
	right: -60px;
	top: 14px;
}

.headingBox {
	color: #fff;
	font-size: 1.8em;
	position: absolute;
	left: -250px;
	top: 14px;
	width: 230px;
	text-align: right;
	font-weight: bold;
}

.headingBox span {
	color: #c00;	
}

.selectBox select {
	width: 100%;
	height: 50px;
	padding: 10px 60px 10px 10px;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	text-indent: .01px; /* Firefox用 */
	text-overflow: ""; /* Firefox用 */
	appearance:none;
	background: url(../images/icon_bottomarrow_gray.gif) right center no-repeat #fff;
	background-size: 50px 50px;
	color: #565656;
	font-size: 1.4em;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

option {
position:relative;z-index:-2;
}

select::-ms-expand {
	display: none;
}

.priceTxt {
	font-size: 1.7em;
	color: #fff;
	position: absolute;
	top: 15px;
	right: -60px;
}

.commentTxt {
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 30px;
	padding: 0;
}

.submitBtn {
	max-width: 600px;
	margin: 0 auto;
}

.submitBtn input {
	width: 100%;
	border-radius: 4px;
	background: #ffb100;
	text-align: center;
	display: inline-block;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/*
.deepBtn input {
	width: 100%;
	border-radius: 4px;
	background: #bb2121;
}
*/

input[type="submit"][disabled].submit {
    background-color: #ccc;
    cursor: default;
}

.submitBtn input:hover {
	background: #2095c5;
}

/* detailArea */
#detailArea {
	padding: 40px 20px;
	background: url(../images/bg_detail.png) top;
	position: relative;
}

.detailBox {
	max-width: 980px;
	margin: 0 auto;
}

.inquiryBox {
	position: relative;	
}

.previewBox {
	float: left;
	width: 530px;	
}

.formTitle {
	text-align: center;
	margin: 0 0 20px;
	color: #fff;
	font-size: 2em;	
	font-weight: bold;
}

.formBox {
	float: right;
	width: 380px;
	background-image: url(../images/bg_diagnosis.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 6px;
}

.detailTxt {
	text-align: center;
	font-weight: bold;
	font-size: 2.8em;
	color: #bb2121;
	margin: 0 0 35px;
}

.detailTxt span {
	font-size: 1.2em;
}


.detailListBox {
	max-width: 600px;
	margin: 0 auto;
}

.detailList {
	margin: 0 0 20px;
}

.detailList li {
	margin: 0 0 10px;
}

.inputBox input {
	width: 100%;
	height: 50px;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 1.8em;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.inputBox textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 1.8em;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.contactBox {
	width: 54%;
	min-width: 530px;
	margin: 0 auto;
	padding: 30px;
	border: solid 4px #2095c5;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contactBoxTxt {
	text-align: center;
	font-weight: bold;
	font-size: 2.0em;
	color: #2095c5;
	margin: 0 0 20px;
}

.contactBoxTxt span {
	font-size: 1.2em;
}

.contactBoxTelBox {
	text-align: center;	 
}

.contactBoxTel {
	font-weight: bold;
	font-size: 5em;
	line-height: 1.2;
	color: #2095c5;
	padding: 5px 0 5px 70px;
	background: url(../images/icon_free_blue.png) left 32px no-repeat;
	background-size: 60px 40px;
	display: inline-block;
}

.contactBoxTel a:link,
.contactBoxTel a:visited {
	color: #2095c5;
}

/* troubleArea */
#troubleArea {
	padding: 70px 20px 50px;
	background: #f8f8f8;
	position: relative;
	box-shadow:0px 0px 20px -10px #000;
}

#troubleArea:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #f8f8f8 transparent transparent transparent;
	border-width: 30px 60px 0 60px;
}

.troubleBox {
	max-width: 1100px;
	margin: 0 auto;
}

.troubleImg {
	margin: 0 0 60px;
}

.imgSP {
	display: none;
}

.troubleImg img {
	width: 100%;
	height: auto;
}

.troubleCatchTop {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 10px;
}

.troubleCatchTop span  {
	color: #2095c5;
}

.troubleCatch {
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	margin: 0 0 50px;
}

.troubleCatch span {
	font-size: 1.1em;
	color: #2095c5;
}

.troubleCatch br {
	display: none;
}

.troubleTxt {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

.troubleTxt span{
	color: #2095c5;
}

.troubleTxt br {
	display: none;
}

/* serviceArea */
#serviceArea {
	background-image: url(../images/bg_service.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0;
}

.serviceBoxWrap {
	max-width: 1600px;
	margin: 0 auto;
	background: url(../images/bg_service_man.png) bottom right no-repeat;
  background-size: 550px;
}

.serviceBox {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.serviceInfoBox {
	padding: 0 20px 30px;
}

.serviceTtl {
	text-align: center;
	font-weight: bold;
	font-size: 3.6em;
	margin: 0 0 20px;
}

.serviceCatch {
	text-align: center;
	font-size: 2.8em;
	margin: 0 0 20px;
  font-weight: bold;
}

.serviceCatch span{
	color: #2095c5;
}


.serviceTxt {
	text-align: center;
	font-size: 1.6em;
	margin: 0 0 20px;
}


.serviceListBox {
	padding: 0 20px;
}

.serviceListImg {
	margin: 0 auto 10px;
}

.serviceListImg img {
	width: 100%;
	height: auto;
}

.serviceListTtlBox {
	text-align: center;
}

.serviceListTtl {
  width: 100%;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.4;
	color: #2095c5;
	margin: 0 0 10px;
	border-bottom: solid 3px #2095c5;
	display: inline-block;
}

.serviceListTtl br {
	display: none
}

.dotList {
	font-size: 1.6em;
  margin-bottom: 40px;
}

.dotList li {
	width: 95%;
	float: none;
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.dotList li:before {
	content: "・";
}

/* jireiArea */
#jireiArea {
	background-image: url(../images/bg_jirei.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0;
}

.jireiBoxWrap {
	max-width: 1600px;
	margin: 0 auto;
	background: url(../images/bg_jirei_man.png) bottom right no-repeat;
}

.jireiBox {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.jireiInfoBox {
	padding: 0 20px 30px;
}

.jireiTtl {
	text-align: center;
	font-weight: bold;
	font-size: 3.6em;
	margin: 0 0 20px;
}

.jireiCatch {
	text-align: center;
	font-size: 2.8em;
	color: #2095c5;
	margin: 0 0 10px;
  font-weight: bold;
}

.jireiTxt {
	text-align: center;
	font-size: 1.6em;
	margin: 0 0 20px;
}

.jireiList {
  padding-bottom: 80px;
}

.jireiList img{
  width: 100%;
  border-radius: 6px 6px 0px 0px;
}

.jireiListTable {
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 20px -8px #000;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 19px 19px 19px;
}

.jireiList table {
	width: 100%;
}

.jireiList table th,
.jireiList table td {
	border-bottom: 1px solid #ccc;	
}

.jireiList .last th,
.jireiList .last td {
	border-bottom: none;
  font-weight: bold;
  color: #AB5758;
	border-top: 2px solid #ccc;	
	border-bottom: 3px solid #ccc;
  padding: 6px 0;
}

.jireiList th {
	padding-right: 10px;	
}

.jireiList td {
  text-align: right;
}

.jireiList h3 {
	background: #2095c5;
	color: #fff;	
	padding: 6px 0 5px 12px;
	font-size: 1.5em;
	margin: 0 0 10px;
  font-weight: bold;
}

.jireiListTxt  {
	font-size: 1.6em;
	margin: 0 0 10px;
}

.jireiListTxt span {
	font-size: 1.1em;
	color: #2095c5;
	font-weight: bold;
}

.jireiListBox {
	padding: 0 20px;
}

.jireiListImg {
	max-width: 240px;
	margin: 0 auto 20px;
}

.jireiListImg img {
	width: 100%;
	height: auto;
}

.jireiListTtlBox {
	text-align: center;
}

.jireiListTtl {
	font-weight: bold;
	font-size: 2.6em;
	line-height: 1.4;
	color: #2095c5;
	margin: 0 0 30px;
	border-bottom: solid 3px #2095c5;
	display: inline-block;
}

.jireiListTtl br {
	display: none
}

/* mangaArea */
#mangaArea {
	background: url(../images/bg_mangaarea.gif) top;
	padding: 50px 20px 100px;
}

.mangaBox {
	max-width: 1200px;
	margin: 0 auto;
}

.mangaIcon {
	text-align: center;
	margin: 0 0 20px;
}

.mangaIcon img {
	width: 100%;
	height: auto;
}

.mangaTtl {
	text-align: center;
	font-weight: bold;
	font-size: 4em;
	color: #fff;
	margin: 0 0 30px;
}

.mangaTtl span {
	color: #ffb100;
}

.mangaListBox {
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 20px 0 #000;
	border-radius: 6px;
	margin: 0 0 50px;
}

.mangaListBox img {
	width: 100%;
	height: auto;
}

.mangaCatch{
	text-align: center;
	font-size: 2.8em;
	color: #fff;
	margin: 0 0 10px;
  font-weight: bold;
}

.mangaimg{
	text-align: center;
}

.mangaimg img{
  width: 400px;
}

/* aboutArea */
#aboutArea {
	background-image: url(../images/bg_about.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 20px;
}

.aboutBox {
	max-width: 1200px;
	margin: 0 auto;
}

.aboutBox ul{
  margin-left: 30px;
}

.aboutList li {
	margin: 0 0 30px;
}

.aboutList li:last-child {
	margin: 0;
}

.aboutListBox li {
	font-size: 1.6em;
	list-style: disc;
	margin: 0;
}

.aboutListBox {
	padding: 50px;
	background: rgba(255,255,255,0.8);
	box-shadow:0px 0px 20px -8px #000;
	border:1px solid #ccc;
	border-radius: 10px;
}
.aboutListBox img{
  width: 100%;
}

.aboutListTtl {
	font-size: 3.4em;
	font-weight: bold;
	margin: 0 0 20px;	
}

.aboutListTtl span {
	color: #2095c5;
}

.aboutTxt {
	font-size: 1.6em;
  text-align: justify;
}

.aboutTxt span {
	color: #2095c5;
	font-weight: bold;
}

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

  Footer

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

footer {
	background: #363636;
	padding: 20px;
	border-top: solid 1px #686868;
  text-align: center;
  margin: 0 auto;
}

.pageTopBtn {
	text-align: right;
	margin: 0 0 20px;
}

.pageTopBtn a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.pageTopBtn a:hover {
	opacity:0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}

.footerBox {
	padding: 0 0 100px;
  text-align: center;
}


.footerLogo {
	max-width: 250px;
	padding: 0  0 30px 0;
  margin: 0 auto;
}


#footerSnsNav {
  text-align: center;
  margin-top: 40px;
}

#footerSnsNav li {
	margin: 0 10px 0 0;
  font-size: 3em;
}

#footerSnsNav li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

#footerSnsNav li a:hover {
	opacity:0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
}

.footerAddBox {
}

.footerAdd {
	margin: 10px 0 0;
	font-size: 1.2em;
	color: #fff;
}

.footerTel {
	font-size: 1.2em;
	color: #fff;
}

.footerTel,.footerTel a:link
,.footerTel a:visited {
	color: #fff;
}

.footerCopyBox {
	width: 100%;
}

.copyRight {
  text-align: center;
	font-size: 1.3em;
	color: #fff;
}

.copyRight br {
	display: none;
}

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

  Contact
 
======================================================*/

.contact {
	padding: 70px 20px;
	background: url(../images/bg_detail.png) top;
	position: relative;
}

.thanksTitle { 
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #bb2121;
	margin: 0 0 40px;
}

.thanksText {
    text-align: center;
    font-size: 1.6em;
    margin: 0 auto 40px;
    background: #fff;
    padding: 50px 30px;
    width: 900px;
}

.thanksLink {
	text-align: center;	
	font-size: 1.4em;
}

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

  2018-10-11_追加

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

.resultTxtWrap {
	text-align: center;
}

.resultTxtBox {
	border-radius: 6px;
	background: #fff;
	display: inline-block;
	border: solid 4px #bb2121;
	margin: 0 0 30px;
	width: 100%;
}

.resultSubTxtBox {
	text-align: center;
	background: #bb2121;
	position: relative;
}

.resultSubTxt span {
	font-size: 0.6em;	
}

.resultSubTxtBox:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #bb2121 transparent transparent transparent;
	border-width: 6px 15px 0 15px;
}

.resultSubTxt {
	display: inline-block;
	font-weight: bold;
	font-size: 2.4em;
	color: #fff;
	padding: 7px 30px 7px 35px;
	background: url(../images/icon_Yen.png) left center no-repeat;
	background-size: 26px 22px;
}

.resultSubCopy h2 {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 2.8em;
	padding: 20px;
	color: #fff;
	background-image: url(../images/bg_diagnosis.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.resultTxt {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #bb2121;
	padding: 15px 40px;
}

.resultTxt span {
	font-size: 1.5em;
	margin: 0 10px 0 0;
	border-bottom: solid 2px #bb2121;
}

.detailWrapper {
	background: #fff;
	width: 700px;
	margin: 0 auto;	
}

.detailBtn {
	max-width: 700px;
    margin: 40px auto 0;
}

.detailBtn input {
	width: 700px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 2.8em;
	color: #fff;
	display: block;
	padding: 90px 30px 20px;
	background: url(../images/icon_detailbutton_off.png) center 20px no-repeat #bb2121;
	background-size: 60px 68px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.detailBtn input:hover {
	text-decoration: none;
	background: url(../images/icon_detailbutton_on.png) center 20px no-repeat #2095c5;
	background-size: 60px 68px;
	cursor: pointer;
}

.detailBtn span {
	font-size: 1.2em;
}

/*======================================================
  companyArea
======================================================*/

#companyArea {
	background-image: url(../images/bg_company.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.companyimg{
	text-align: center;
  padding-bottom: 20px;
}
.companyimg img{
  max-width: 300px;
  height: auto;
}

.companyBox {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.companyInfoBox {
	padding: 0 20px 30px;
}

.companyCatch {
	text-align: center;
	font-size: 2.8em;
	color: #2095c5;
	margin: 0 0 20px;
  font-weight: bold;
}

.companyTtl {
	text-align: center;
	font-weight: bold;
	font-size: 3.6em;
	margin: 0 0 20px;
}

.companyTable {
	width: 960px;
	/*
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 20px -8px #000;
	border-radius: 10px;
	*/
	border: 1px solid #ccc;
	margin: 0 auto;
	overflow: hidden;
}

.companyTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #eee;
  padding: 10px 15px;
}

.companyTable td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #fff;
  padding: 10px 15px;
}

.companyTable td ol {
	margin-left: 20px;	
}

.companyTable tr:last-child th,
.companyTable tr:last-child td {
	border-bottom: none;
}

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

  プライバシーポリシー

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

.policyLink {
	text-align: center;	
	font-size: 1.2em
}

.policyLink a {
	color: #fff;
}

.policyCopy {
	margin: 0 0 30px;
	background: #fff;
	padding: 30px;
	font-size: 1.4em;	
  text-align: justify;
}

#policyArea {
	padding: 40px 20px 10px;
	background: url(../images/bg_detail.png) top;
	position: relative;
}

.policyBox {
	max-width: 900px;
	margin: 0 auto;
}

.policyBox h3 {
	font-weight: bold;
	font-size: 1.6em;	
	margin: 0 0 20px;
}

.policyText {
	margin: 0 0 30px;
	font-size: 1.4em;	
  text-align: justify;
}

.policyText ol {
	margin-left: 20px;
}

.policyText ol ol {
	list-style-type: lower-roman
}

.policyText table {
	font-size: 1em;	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.policyText table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	background: #f6f6f6;
}

.policyText table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	padding: 5px 10px;
	background: #fff;
}


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

  管理ページ

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

.loginBox {
	border: 1px solid #ccc;
	paddng: 20px;	
}
.mainCatch {
  
}

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

  2020.11 追加

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

.policyBox {
	margin: 0 0 10px;
	border: solid 1px #ccc;
	padding: 20px;
	background: #fff
}

.policyBox p {
	font-size: 1.3em;
	margin: 0 0 20px;
}

.policyBox label {
	text-align: center;
	font-size: 1.5em;
	display: block;
	margin: 0 auto;
	width: 100px;
}

.policyBox label input {
	margin-top: -3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.magazineBox {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.magazineBox label {
	text-align: center;
	font-size: 1.5em;
	display: block;
	margin: 0 auto;
	width: 230px;
}

.magazineBox label input {
	margin-top: -3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.egrError {
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
	margin-top: 10px;
	position: absolute;
	background: #c00;
	display: inline-block;
	right: -16px;
	bottom: -16px;
	padding: 5px;
	border-radius: 2px;
	z-index: 102;
}

.egrError:before {
	content: "▲";
	color: #c00;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 103;
}

.inputBox {
	position: relative;
}