@charset "utf-8";
/*
Setting
*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	text-align: justify;
	font: 1.6rem/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*
Margin
*****************************************/
/* margin-top */
.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt55 { margin-top: 55px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt150 { margin-top: 150px !important;}

/* margin-right */
.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}
.mr55 { margin-right: 55px !important;}
.mr60 { margin-right: 60px !important;}
.mr70 { margin-right: 70px !important;}
.mr80 { margin-right: 80px !important;}
.mr90 { margin-right: 90px !important;}
.mr100 { margin-right: 100px !important;}
.mr150 { margin-right: 150px !important;}

/* margin-bottom */
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}
.mb150 { margin-bottom: 150px !important;}

/* margin-left */
.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml55 { margin-left: 55px !important;}
.ml60 { margin-left: 60px !important;}
.ml70 { margin-left: 70px !important;}
.ml80 { margin-left: 80px !important;}
.ml90 { margin-left: 90px !important;}
.ml100 { margin-left: 100px !important;}
.ml150 { margin-left: 150px !important;}

/*
Links
*****************************************/
a { color: #555; }

a:hover { text-decoration: none;}

a:hover img { opacity: 0.7; }



/*
Font
*****************************************/
/* Size */
.fz14 { font-size: 1.4rem; }
.fz15 { font-size: 1.5rem; }
.fz16 { font-size: 1.6rem; }
.fz17 { font-size: 1.7rem; }
.fz18 { font-size: 1.8rem; }
.fz19 { font-size: 1.9rem; }
.fz20 { font-size: 2.0rem; }
.fz24 { font-size: 2.4rem; }
.fz28 { font-size: 2.8rem; }
.fz32 { font-size: 3.2rem; }


/* Align */
.ta-c { text-align: center; }
.ta-r { text-align: right; }
.ta-l { text-align: left; }

/* Weight */
.fw-b { font-weight: bold; }
.fw-n { font-weight: normal; }

/* Color */
.c-red { color: #f00; }
.c-orange { color: #EA5504; }
.c-gray { color: #666; }

/* decoration */
.td-u { text-decoration: underline; }

/*
ClearFix
*****************************************/
.clearfix { zoom: 1; }
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

/*
Layout
*****************************************/
.wrapper {
	background: url(img/common_page_bg.jpg) repeat 0 0;
}

.container {
	width: 1060px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
}

/* コンテンツ( フッターとのをpaddingで間隔あける ) */
.content { padding-bottom: 100px;}


/* インナーで横幅スリム */
.inner_L {
	width: 960px;
	margin: 0 auto;
}

/* インナーで横幅超スリム */
.inner_S {
	width: 700px;
	margin: 0 auto;
}

/* セクション */
.sc {
	clear: both;
	zoom: 1;
}
.sc::after {
	content: "";
	clear: both;
	display: block;
}

.content .sc ~ .sc { margin-top: 80px; }

/*
Parts
*****************************************/
/* どんなものまでセンタリング */
.box{
	display: table;
	margin: 0 auto;
}

/* どんなものまで右寄せ */
.box_right{
	display: table;
	float: right;
}

/* 文章中の画像ならお任せ */
.boxImage{
	margin: 30px auto;
}

/* 色付き背景ボックス */
.colorBox {
	margin: 10px 0;
	padding: 10px;
	background-color: #FCE1CC;
}

/* テキストのためのテキストによるブロック */
.block01 {
	margin-top: 30px;
	line-height: 1.5;
	zoom: 1;
}
.block02 {
	margin-top: 50px;
	line-height: 1.5;
	zoom: 1;
}

.block01::after,
.block02::after {
	content: "";
	clear: both;
	display: block;
}

.block01 p:not(:first-child),
.block02 p:not(:first-child) {
	margin-top: 1em;
}

/* 使用頻度多め？ボックスインデント */
.boxIndexnt {
	padding-left: 2em;
}


/* セクション内文章 段落 */
.sc p { line-height: 1.5; }
.sc p ~ p { margin-top: 1em; }

/* ページタイトル  */
.pageTtl {
	text-align: center;
	margin: 100px 0;
	font-size: 3.6rem;
	font-weight: bold;
	color: #EA5504;
	letter-spacing: 1px;
}

.pageTtl_slim { margin: 50px 0 30px; }

/* 大見出し */
.scTtl01 {
	display: table;
	text-align: center;
	min-width: 8em;
	margin: 0 auto 60px;
	padding: 0 1.5em;
	font-size: 2.4rem;
	font-weight: bold;
	color: #EA5504;
	letter-spacing: 1px;
	background: url(img/common_ttl_bg_left.png) no-repeat left center,url(img/common_ttl_bg_right.png) no-repeat right center;
	background-size: contain;
}

/* 小見出し */
.scTtl02 {
	min-width: 5em;
	margin: 0 0 5px;
	font-size: 1.9rem;
	font-weight: bold;
	color: #EA5504;
	letter-spacing: 1px;
	background-size: contain;
}

.scTtl02::before {
	content: url(img/common_mark_triangle01.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/* 見出し type:下線; */
.scTtl03 {
	margin: 0 0 1em;
	padding: 0 0 5px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #EA5504;
	border-bottom: 1px solid #EA5504;
}

/* LIST間隔広げて超絶見やすく */
.listItem { margin-bottom: 0.5em; }

/* 非表示 */
.d-none {
	display: none !important
}

/*
Header
*****************************************/

/* HOME ********************/
.homeHeader {
	width: 100%;
	margin: 0 0 20px;
	border-top: 7px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(left, #f29a63 0%, #ffffff 50%, #f29a63 100%);
	background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(left, #f29a63 0%, #ffffff 50%, #f29a63 100%);
	background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #f29a63 0%, #ffffff 50%, #f29a63 100%);
	box-sizing: border-box;
}

/* Logo */
.homeHeaderLogo {
	text-align: center;
	padding: 20px 0 0;
}

/* Sub Page ********************/
/* Wrap */
.pageHeader { padding: 10px 0; }

/* Border */
.pageHeaderBorder {
	clear: both;
	height: 4px;
	background-color: #EA5504;
	box-shadow: 0 0 10px #f9f9f9;
}

/* Inner */
.pageHeaderInner {
	width: 960px;
	margin: 0 auto;
}

/* Logo */
.pageHeaderLogo { float: left; }

/* Tel */
.headerTel {
	float: right;
	margin: 34px 0 0;
	font-size: 1.4rem;
}

/* Global Nav Wrapper */
.gNavArea {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
}

/* Global Nav */
.gNav {
	display: table;
	width: 100%;
	height: 80px;
}

.gNavItem {
	display: table-cell;
	width: 25%;
	height: 100%;
	text-indent: -9999px;
	border-right: 1px solid #EA5504;
}

.gNavItem:first-child { border-left: 1px solid #EA5504; }

.gNavItem a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/common_header_gnav.jpg);
	background-repeat: no-repeat;
}

/* gNav Icon */
.gNavItem:nth-child(1) a { background-position: center 0; }
.gNavItem:nth-child(2) a { background-position: center -160px; }
.gNavItem:nth-child(3) a { background-position: center -320px; }
.gNavItem:nth-child(4) a { background-position: center -480px; }

/* gNav Icon ( hover &  Current ) */
.gNavItem:nth-child(1) a:hover,
.gNavItem.gNavCurrent:nth-child(1) a { background-position: center -80px; }
.gNavItem:nth-child(2) a:hover,
.gNavItem.gNavCurrent:nth-child(2) a { background-position: center -240px; }
.gNavItem:nth-child(3) a:hover,
.gNavItem.gNavCurrent:nth-child(3) a { background-position: center -400px; }
.gNavItem:nth-child(4) a:hover,
.gNavItem.gNavCurrent:nth-child(4) a { background-position: center -560px; }

/* Page Nav */
.pageNavArea {
	text-align: center;
	width: 960px;
	margin: 10px auto 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #EA5504;
	background-color: #FCE1CC;
	box-sizing: border-box;
}

.pageNavItem {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	border-right: 1px solid #EA5504;
}

.pageNavItem:first-child,
.pageNavSeparate { border-left: 1px solid #EA5504; }

.pageNavItem a {
	display: block;
	padding: 5px 10px;
	color: #EA5504;
	text-decoration: none;
}

.pageNavCurrent a,
.nowDisp a {
	background-color: #EA5504;
	color: #fff;
}

/*
Fixed Header
*****************************************/
/* Wrap */
.headerFixed {
	position: fixed;
	top: 0;
	left: 50%;
	display: none;
	width: 1060px;
	margin-left: -530px;
	padding: 10px 0;
	background-color: #fff;
	z-index: 999;
}

/* Logo */
.headerLogo_fixed { float: left; }
.gNav_fixed {
	display: table;
	float: right;
	width: 850px;
	height: 40px;
	margin: 5px 0 0;
	font-weight: bold;
}
.gNavItem_fixed {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	border-right: 1px solid #EA5504;
}

.gNavItem_fixed:first-child { border-left: 1px solid #EA5504; }

.gNavItem_fixed a {
	color: #999;
	text-decoration: none;
}

.gNavFixedCurrent a {
	color: #EA5504;
}

.pageNavArea_fixed {border: none;}

/*
Footer
*****************************************/
.pageFooter {
	padding: 5px 0;
	background-color: #EA5504;
}

.copy {
	display: block;
	text-align: right;
	font-size: 1.2rem;
	color: #fff;
}

/*
Home
*****************************************/

/* Main Visual */
.homeMain {
	width: 100%;
	height: 550px;
	margin: 0 0 115px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.homeMain .inner_L {
	padding-top: 400px;
	position: relative;
	height: 100%;
}

/* Navi ********************/
/* Wrap */
.homeNavArea {
	/* position: absolute;
	left: 0;
	bottom: 95px; */
	width: 100%;
	padding: 10px 0;
	background-color: rgba( 238, 120, 0, 0.6);
}

/* List */
.homeNav {
	display: table;
	margin: 0 auto;
}

.homeNav .homeNavItem {
	display: table-cell;
	padding: 10px 40px;
	font-weight: bold;
}

.homeNav .homeNavItem:not(:first-child) { border-left: 1px solid #fff; }

/* Link */
.homeNav .homeNavItem a{
	color: #fff;
	text-decoration: none;
}

.homeNav .homeNavItem a:hover { text-decoration: underline; }

/* Message ********************/
/* Wrap */
.homeMsgArea {
	/* position: absolute;
	left: 0;
	bottom: -80px; */
	margin-top: 20px;
	width: 100%;
	padding: 0 20px 30px;
	line-height: 1.6;
	border-radius: 10px 10px 0 0;
	background-color: rgba(255, 252, 209, 0.8);
	box-sizing: border-box;
}

.homeMsgArea_imgAreaTitle{
	margin-top: 30px;
	text-align: center;
	font-size: 2rem;
	color: rgb(241, 141, 0);
}

.homeMsgArea_imgArea{
	margin-top: 20px;
	gap: 50px;
	display: flex;
	justify-content: center;
}

.homeMsgArea_imgArea img{
	box-shadow: 0 0 10px #0008;
}

/* Read */
.homeMsgArea .homeMsgRead {
	text-align: center;
	width: 100%;
	margin: 0 0 15px -20px;
	padding: 15px 20px 13px;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: rgba(241, 141, 0, 0.9);
	line-height: 1;
}

.homeInfo {
	text-align: center;
	width: 960px;
	padding: 24px;
	margin: 40px auto;
	line-height: 1.6;
	border: 2px solid #f00;
	box-sizing: border-box;
}

.homeInfo p:not(:first-child) {
	margin-top: 1em;
}


/*
受診をご希望の方へ
*****************************************/
/* タイトル */
.applicantTtl {
	position: relative;
	margin: 50px 0 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #EA5504;
}

.applicantTtl::after {
	content: '';
	position: absolute;
	top : 50%;
	left: 0;
	margin: -0.5px 0 0;
	width: 100%;
	height: 1px;
	background-color: #EA5504;
	z-index: 0;
}

.applicantTtl span {
	position: relative;
	padding: 0 .5em 0 0;
	background-color: #fff;
	z-index: 10;
}

/*
こころのリスクチェックシート
*****************************************/
.checksheet {
	width: 100%;
	margin-top: 50px;
}

.checksheet th,
.checksheet td {
	border-left: 2px solid #fff;
}

/* 背景色 */
.checksheet thead th:nth-of-type(1),
.checksheet tbody td:nth-of-type(1),
.checksheet tfoot th:nth-of-type(1),
.checksheet thead th:nth-of-type(2),
.checksheet tbody td:nth-of-type(2),
.checksheet tfoot th:nth-of-type(2) {
	background-color: #FFF5E0;
}

.checksheet thead th:nth-of-type(3),
.checksheet tbody td:nth-of-type(3),
.checksheet tfoot th:nth-of-type(3),
.checksheet thead th:nth-of-type(4),
.checksheet tbody td:nth-of-type(4),
.checksheet tfoot th:nth-of-type(4),
.checksheet thead th:nth-of-type(5),
.checksheet tbody td:nth-of-type(5),
.checksheet tfoot th:nth-of-type(5),
.checksheet thead th:nth-of-type(6),
.checksheet tbody td:nth-of-type(6),
.checksheet tfoot th:nth-of-type(6),
.checksheet thead th:nth-of-type(7),
.checksheet tbody td:nth-of-type(7),
.checksheet tfoot th:nth-of-type(7) {
	background-color: #FBDAD1;
}

/* 間隔 */
.checksheet tbody tr,
.checksheet tfoot tr {
	border-top: 1px solid #727171;
}

.checksheet thead th:nth-of-type(3),
.checksheet tbody td:nth-of-type(3),
.checksheet tfoot th:nth-of-type(3) {
	border-left: 10px solid #fff;
}

.checksheet thead th:nth-of-type(4),
.checksheet tbody td:nth-of-type(4),
.checksheet tfoot th:nth-of-type(4) {
	border-right: 23px solid #fff;
}

.checksheet thead th:nth-of-type(5) input,
.checksheet tbody td:nth-of-type(5) input,
.checksheet tfoot th:nth-of-type(5) input {
	position: relative;
	left: -6px;
	top: -2px;
}

/* 三角矢印 */
.checksheet tbody td:nth-of-type(5):before {
	content: url(img/common_arrow01.png);
	position: relative;
	left: -20px;
	display: inline-block;
	width: 13px;
	height: 19px;
}

/* 上下横ヘッダー */
.checksheet thead th:not(:first-child),
.checksheet tfoot th:not(:first-child){
	text-align: center;
	width: 1em;
	padding: 10px 12px;
}

.checksheet tfoot td {vertical-align: bottom;}

/* 上横ヘッダー　数字 */
.num:after {
	content: '：';
	display: table;
	margin: 0 auto 3px;
	transform: rotate(90deg);
}

/* 縦左ヘッダー */
.checksheet tbody th {
	padding: 10px 0 10px 60px;
	height: 40px;
	line-height: 1.8;
}

.checksheet tbody th { position: relative; }

.txtKa {display: block;}
.txtNami {
	display: block;
	margin: 3px 0;
	transform: rotate(90deg);
}

/* 縦左ヘッダー アルファベット */
.alphabet {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 40px;
	background-color: #EE7800;
}

/* データセル */
.checksheet tbody th,
.checksheet tbody td {
	vertical-align: middle;
}

.checksheet tbody td {
	text-align: center;
	padding: 10px 0;
}

/* マウスオーバー時のハイライト */
.checksheet thead th.hover,
.checksheet thead td.hover,
.checksheet tbody th.hover,
.checksheet tbody td.hover,
.checksheet tfoot th.hover,
.checksheet tfoot td.hover {
	background-color: #ff9;
}

.checksheet div.validationError, .checksheet2 div.validationError {
	color: red;
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 7px 0 5px;
	border: 1px solid #E60012;
	box-sizing: border-box;
}

.checksheet2 div.validationError {
	font-weight: bold;
}

.checksheet .block01 {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 10px;
}

.checksheet .block01 p {
	font-size: smaller;
}

.checksheet2 {
	border: solid 1px;
	margin: 20px 0px;
	padding: 20px;
}

.checksheet2 p {
	margin: 0px 0px 20px;
}

/* 診断結果を見るボタン */
.getCheckResult {
	margin-top: 50px;
	height: 50px;
	cursor: pointer;
}

/* 診断結果 */
.resultTtl {
	margin-top: 50px;
	padding-bottom: 5px;
	font-size: 2.2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #EE7800;
	border-bottom: 1px solid #008095;
}

/* 診断結果 (テキストエリア) */
.checkResult {
	width: 100%;
	height: 200px;
	margin-top: 10px;
	padding: 18px;
	font: 1.6rem/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF5E0;
	border: 1px solid #F5A200;
	border-radius: 8px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* この結果について問い合わせるボタン */
.inquiryWithCheckResult {
	margin-top: 20px;
	height: 60px;
	cursor: pointer;
}

/*
お問い合わせ
*****************************************/
/* フォームタイトル */
.contactTtlArea {
	margin-top: 30px;
	padding: 15px 15px 13px;
	background : -webkit-linear-gradient(rgba(253, 229, 188, 1) 0%, rgba(249, 194, 112, 1) 100%);
	background : -o-linear-gradient(rgba(253, 229, 188, 1) 0%, rgba(249, 194, 112, 1) 100%);
	background : linear-gradient(rgba(253, 229, 188, 1) 0%, rgba(249, 194, 112, 1) 100%);
}

.contactTtl {
	float: left;
	font-size: 2.6rem;
	letter-spacing: 2px;
}
.noteRequire {
	float: right;
	margin-top: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #E60012;
}

/* フォームwrap */
.contactFormWrap {
	background-color: #FFF5E0;
	width: 100%;
	padding: 0 40px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* フォーム */
.contactForm {
	width: 100%;
}

.contactForm tr:not(:first-child) {
	border-top: 1px solid #727171;
}

.contactForm th {
	width: 25%;
	vertical-align: middle;
	padding: 20px 0;
	font-weight: normal;
	line-height: 1.8;
}

.contactForm td {
	width: 72%;
	padding: 20px 0 20px 3%;
}

/* ラジオボタン */
.radioList {text-align: left;}
.radioList li{
	display: inline-block;
	margin: 0 1em 0 0;
	line-height: 2;
}

/* テキストボックス */
.contactForm td input {
	padding: 8px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactForm td .txt_S { width: 20%; }
.contactForm td .txt_M { width: 70%; }
.contactForm td .txt_L { width: 100%; }

/* テキストエリア */
.contactForm td textarea {
	width: 100%;
	height: 15em;
	padding: 8px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* テキストエリア (診断結果) */
.contactForm td textarea.checkResultInquiry {
	height: 25em;
	cursor: not-allowed;
	background-color: #eee;
}

/* 必須マーク */
.required {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
	padding-top: 0.25em;
	font-size: 10px;
	font-weight: bold;
	color: #E60012;
}

/* 相談内容の注意書き */
.bodyNote {
	display: block;
	padding-left: 10px;
	color: #E60012;
}

/* 送信ボタン */
.contactSubmit {
	text-align: center;
	margin-top: 50px;
}
.contactSubmit input{
	cursor: pointer;
	display: inline-block;
	border: none;
	width: 81px;
	height: 39px;
	background: transparent url(img/contact_btn_send.png) no-repeat center center;
	text-indent: -9999px;
}

.contactForm div.validationError {
	color: red;
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 7px 0 5px;
	border: 1px solid #E60012;
	box-sizing: border-box;
	margin-top: 5px;
	font-weight: bold;
}


/*
こころのリスク状態とは？
*****************************************/
/* こころの不調のパターン */
.patternList01 {
	padding-bottom: 40px;
	background: url(img/risk_image_illust01.jpg) no-repeat right bottom;
}

.patternList02 {
	margin-bottom: 80px;
	background: url(img/risk_image_illust02.jpg) no-repeat right bottom;
}

.patternList03 {
	padding-bottom: 40px;
	background: url(img/risk_image_illust03.jpg) no-repeat right bottom;
}


/*
ユースメンタルヘルスの知識
*****************************************/

/* 専門家の方へ */
.riskBtns { text-align: center; }

.riskBtnItem {
	display: inline-block;
	margin: 40px 30px 0;
}

/*
医療機関の方へ
*****************************************/
/* 患者さんをご紹介くださる先生へ */
.dearDr {
	background-color: #FEF4E8;
	margin: 50px 0 0;
	padding: 25px 20px;
	font-size: 2.2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #EA5504;
	box-shadow: 0 0 2px #ccc;
}

/* 見出し？ →　< title > */
.introduceTtl {
	position: relative;
	text-align: center;
	font-size: 2.6rem;
}

.introduceTtl::before {
	content: '<';
	position: absolute;
	top: 0;
	left: 0;
}

.introduceTtl::after {
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
}


/* ボタン */
.mediacaSheetBtn {
	margin: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mediacaSheetBtn a {
	display: inline-block;
	padding: 15px 40px;
	font-size: 3.0rem;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	background-color: #EA5504;
}

/*
リンク
*****************************************/
/* リスト */
.linkList {line-height: 1.4;}

.linkList dt {
	padding: 0 0 5px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #EA5504;
	border-bottom: 1px solid #EA5504;
}

.linkList dt:not(:first-child) { margin-top: 50px; }

.linkList dd { margin:1em 0 0 2em; }

.linkList dd::before {
	content: '●';
	margin: 0 0.5em 0 -1em;
	color: #555;
}

.linkList a { color: #555; }

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

.contacStop {
	position: absolute;
	top: -80px;
	width: 100%;
	height: 100%;
	padding: 80px 0 24px;
	background-color: rgba( 0, 0, 0, 0.6);
	font-size: 24px;
	color: #fff;
}
