@charset "utf-8";
/*-----------------------------------------------------
							　　　　　目次

■PC 共通パーツ
・font-size フォントサイズ
・layout　レイアウト
・header ヘッダー
・globalNavi グローバルナビ
・siteStructure パンくず
・mainImg　メインイメージ
・contentsWrap 幅
・subNavi サブナビ
・main メインコンテンツ
・localNavi ローカルナビ
・footer フッター


■PC 汎用スタイル
・見出し
・ボタン
・アイコン
・背景
・枠
・tel番タップ
・その他
・hover無効化

■PC ページごと個別スタイル


-----------------------------------------------------*/


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

    PC 共通パーツ

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

/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	font-size: 62.5%;
}
body {
	font-size: 18px;
  font-size: 1.8rem;
	letter-spacing: 0.07em;
	line-height: 1.6;
}

/* siteStructure パンくず
------------------------------------------------------------------ */
.siteStructureWrap {
    background-color: transparent;
}
.siteStructure {
	margin-bottom: 90px;
}




/* mainImg　メインイメージ
------------------------------------------------------------------ */
#mainImg {
	background: url("/healthy/lib/img/top/img_main.jpg") 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
#mainTtlWrap {
	position: relative;
}
#mainTtl {
	position: absolute;
	left: 125px;
  top: 183px;
}


/* contentsWrap 幅
------------------------------------------------------------------ */
body#top .contentsWrap {
	margin-bottom: 74px;
}
.fitWidthFull{
	margin-left: auto;
	margin-right: auto;
}



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

    PC 汎用スタイル

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

/* 見出し
-----------------------------------------------------*/
.titleA {
	font-size: 4.2rem;
	font-weight: bold;
	color: #023f73;
	text-align: center;
	margin-bottom: 68px;
	line-height: 1.25;
}
.titleB { /* トップ */
	font-size: 3.6rem;
	font-weight: bold;
	color: #023f73;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1;
}
.titleC {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.75;
}
.titleD {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 51px;
	line-height: 1.5;
}
.titleF {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.7;
}
.titleG {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.5;
}
.titleH {
	font-size: 2.0rem;
	margin-bottom: 27px;
	line-height: 1.4;
}
.titleI { /* トップ */
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 12px;
	color: #203d6a;
	text-align: left;
}
.titleI span {
	font-size:1.6rem;
	margin-top: -8px;
	display: block;
	margin-left: 4px;
}
.titleJ { /* トップ */
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 4px;
	color: #203d6a;
	text-align: left;
}
.titleK {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 54px;
	position: relative;
}
.titleK:after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 5px;
	background: #3680e7;
	border-radius: 3px;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
}
.titleL {
	font-size: 2.8rem;
	color: #3680e7;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 27px;
}
.titleM {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.7;
	padding-left: 21px;
	position: relative;
}
.titleM:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 26px;
	background: #3680e7;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	left: 0;
}
.titleN {
	color: #21ab5a;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 17px;
	line-height: 1.4;
}


.ttlGR:after,
.ttlGR:before {
	background: #6ec688;
}
.ttlOR:after,
.ttlOR:before {
	background: #ee5d2a;
}
.ttlYE:after,
.ttlYE:before {
	background: #f7bf4e;
}

.txtWH {
	color: #ffffff!important;
}



/* ボタン
-----------------------------------------------------*/
/* 幅（PCの時のみ可変か固定か） -------------*/
.btnArea {
	height: 100%;
}
header .btnArea {
	height: auto;
}
.btnFixedA,
.btnFixedB,
.btnFull {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.btnFixedA {
	padding: 13px 20px 13px;
	border-radius: 5px;
	margin: 20px;
	width: 240px;
}
.btnFixedB {
	padding: 10px 40px 8px;
	border-radius: 25px;
	width: 260px;
	position: relative;
	transition:.3s;
}
.btnFull {
	padding: 26px 15px;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.6;
}
.btnFull img {
	width: 100%;
}

/* hover */
.btnFixed:hover {
	text-decoration: none;
}

/* 外部リンクアイコン　ボタン用 */
.linkBlank {
	background: #fff url("/healthy/lib/img/common/ico_blank_BL.png") bottom 10px right 10px no-repeat;
	background-size: 20px 15px;
}
.linkBlankWH {
	background: #3680e7 url("/healthy/lib/img/common/ico_blank.png") bottom 10px right 10px no-repeat;
	background-size: 20px 15px;
}
.btnShadow {
	box-shadow: 0 0 20px rgba(54, 49, 54, 0.3);
}

.btnD.current {
	color: #3680e7!important;
	border: 1px solid #3680e7;
	background: #fff;
}
.btnE.current {
	color: #6ec688!important;
	border: 1px solid #6ec688;
	background: #fff;
}
.btnF.current {
	color: #ee5d2a!important;
	border: 1px solid #ee5d2a;
	background: #fff;
}
.categoryLink .btnArea a {
	height:100px;
	flex-direction: column;
	padding:15px;
}
.categoryLink .btnArea a span {
	font-size: 16px;
}

/* 矢印の形状 ------------------------------*/

/* 真ん中配置　下↓ */
.arrowD {
	background: #fff url("/healthy/lib/img/common/ico_arrowD.png") bottom 13px center no-repeat;
	background-size: 25px 25px;
	padding: 15px 20px 44px;
	border: 2px solid #023f73;
	color: #082f50!important;
}


/* 2列 */
.btnArea2 {
	width: 600px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btnArea2 .btnFixed {
	width: 250px;
}


/* ボタン＋矢印スライド */
a.slideArrow {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
a.slideArrow:before,
a.slideArrow:after {
	position: absolute;
	top: 50px;
	bottom: 0;
	right: 20px;
	margin: 0 0 0 0;
	content: "";
	vertical-align: middle;
	transition: .3s;
	animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
a.slideArrow:before {
	height: 1px;
	top: 32px;
  right: 27px;
	width: 40px;
	background: #2e97f0;
}
a.slideArrow:after {
	top: 27px;
	right: 27px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 0 10px;
	border-color: transparent transparent transparent #2e97f0;
}

a.slideArrow:hover:before,
a.slideArrow:hover:after {
	animation-name: arrow;
}
@keyframes arrow {
 0% {
		opacity:0;
		transform: translate(-20px,0px);
	}
 20% {
		opacity:1;
		transform: translate(0px,0px);
	}
}


/* リンク矢印（ホバー時スライド）[黒] */
.slideArrowA a {
	position: relative;
	font-size:1.8rem;
}
.slideArrowA a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.slideArrowA a span {
	padding:0 75px 0 0;
}
.slideArrowA a:before,
.slideArrowA a:after {
	position: absolute;
	top: 18px;
	bottom: 0;
	right: 2px;
	margin: 0 0 0 0;
	content: "";
	vertical-align: middle;
	transition:.2s;
	animation: 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
.slideArrowA a:before {
	width: 60px;
	height: 1px;
	background: #333;
}
.slideArrowA a:after {
	right: 0;
	top:14px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 0 10px;
	border-color: transparent transparent transparent #333;
}
.slideArrowA a:hover:before,
.slideArrowA a:hover:after {
	animation-name: arrow;
}
@keyframes arrow {
 0% {
		opacity:0;
		transform: translate(-20px,0px);
	}
 10% {
		opacity:1;
		transform: translate(0px,0px);
	}
}


/*  リンクテキスト
-----------------------------------------------------*/
a.slideUnderline {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#999),to(#999));
	background-image: -webkit-linear-gradient(#999,#999);
	background-image: linear-gradient(#999,#999);
	display:inline;

	/* padding-bottom: .25em; */
	background-position: 100% 100%;
	background-size: 0% 1px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-decoration: none;
	-webkit-transition: background-size .5s cubic-bezier(.165,.84,.44,1);
	transition: background-size .5s cubic-bezier(.165,.84,.44,1);
}
a.slideUnderline:hover {
	background-position: 0 100%;
	background-size: 100% 1px;
	text-decoration: none;
}

/*  背景
-----------------------------------------------------*/
.bgA {
	background: #b5cede;
}

/*  枠
-----------------------------------------------------*/
.boxWrapA {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 39px 20px 31px 28px;
	height: 100%;
}
.bdrOR {
	background: linear-gradient(to bottom, #ee5d2a, #ee5d2a 5px, transparent 6px, transparent 100%);
}
.bdrGR {
	background: linear-gradient(to bottom, #6ec688, #6ec688 5px, transparent 6px, transparent 100%);
}
.bdrBL {
	background: linear-gradient(to bottom, #3680e7, #3680e7 5px, transparent 6px, transparent 100%);
}
.boxWrapB {
	background-color: #ebf0f3;
	border-radius: 10px;
	padding: 35px;
}
.boxWrapC {
	background-color: #2e97f0;
	border-radius: 5px;
	padding: 32px 38px 27px 138px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.boxWrapD {
	background-color: #fcf5f2;
	padding: 55px 95px 65px;
}
.boxWrapE {
	background-color: #fafae2;
	border-radius: 10px;
	padding: 35px;
}

.bdrBK {
	border: 1px solid #000;
}
.bdrBtmGY {
	border-bottom: 2px solid #88999f;
	padding-bottom: 80px;
  margin-bottom: 60px;
}



/*
 	hoverのスタイルは
 	touchdevice.css　に記載
---------------------------------*/


/* タイトル付き画像横並び
-----------------------------------------------------*/
/* 画像右 */
.imgR .titleBlock,
.imgR .textBlock{
	float: left;
	width: calc(100% - 42%);
}
.imgR .imgBlock{
	float: right;
	width: 40%;
	margin-left: 2%;
}

/* 画像右 ※テキスト回り込み */
.imgRtextFl .titleBlock{
	float: left;
	width: calc(100% - (30% + 20px));
}
.imgRtextFl .imgBlock{
	float: right;
	width: 30%;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* general
-----------------------------------------------------*/
.paragraph {
	line-height: 1.9;
	text-align: left;
	margin-bottom: 34px;
}
.innerA {
	padding-left: 140px;
	padding-right: 140px;
}
.block {
	padding-left: 95px;
	padding-right: 95px;
}
.inlineBlock {
	display: inline-block;
}
.listCircle {
	line-height: 1.9;
}



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

    PC ページごと個別スタイル

    ============================================================================================  */
/*
-----------------------------------------------------*/
/* バナーエリア */
.bnrArea ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*  top
-----------------------------------------------------*/
#mainContents {
	position: relative;
}

/* ページ内リンク */
#anchorLink {
	position: absolute;
	left: 0;
	right: 0;
	top: -187px;
	margin: auto;
}
#linkBtn01 {
	background: url("/healthy/lib/img/common/ico_arrowD.png") center right 40px no-repeat,
	url("/healthy/lib/img/top/bg_link01.jpg") top 16px left 110px no-repeat;
	background-size: 30px 30px, 91px 91px;
}
#linkBtn02 {
	background: url("/healthy/lib/img/common/ico_arrowD.png") center right 40px no-repeat,
	url("/healthy/lib/img/top/bg_link03.jpg") top 16px left 110px no-repeat;
	background-size: 30px 30px, 91px 91px;
}
#linkBtn03 {
	background: url("/healthy/lib/img/common/ico_arrowD.png") bottom 15px center no-repeat,
	url("/healthy/lib/img/top/bg_link03.jpg") top 16px center no-repeat;
}
#linkBtn04 {
	background: url("/healthy/lib/img/common/ico_arrowD.png") bottom 15px center no-repeat,
	url("/healthy/lib/img/top/bg_link04.jpg") top 16px center no-repeat;
}
#linkBtn05 {
	background: url("/healthy/lib/img/common/ico_arrowD.png") center right 40px no-repeat,
	url("/healthy/lib/img/top/bg_link03.jpg") top 16px left 110px no-repeat;
	background-size: 30px 30px, 91px 91px;
}
#linkBtn01,
#linkBtn02,
#linkBtn03,
#linkBtn04,
#linkBtn05 {
	background-color: #fff;
	height: 120px;
}
#linkBtn01 img,
#linkBtn02 img,
#linkBtn03 img,
#linkBtn04 img,
#linkBtn05 img {
	width: 67%;
	margin-left: -53px;
	margin-top: -4px;
}

/* 見出しアイコン */
.ico01:before {
	content: '';
  display: inline-block;
  width: 33px;
  height: 64px;
  background: url("/healthy/lib/img/top/ico_link01.png") no-repeat;
  background-size: contain;
	vertical-align: -8px;
	margin-right: 20px;
	margin-left: -43px;
}
.ico02:before {
	content: '';
  display: inline-block;
  width: 47px;
  height: 43px;
  background: url("/healthy/lib/img/top/ico_link02.png") no-repeat;
  background-size: contain;
	vertical-align: -8px;
	margin-right: 20px;
	margin-left: -51px;
}
.ico03 {
	position: relative;
}
.ico03:before {
	position: absolute;
	top: 0;
	left: -51px;
	content: '';
  display: inline-block;
  width: 56px;
  height: 75px;
  background: url("/healthy/lib/img/top/ico_link03.png") no-repeat;
  background-size: contain;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: -43px;
}
.ico04:before {
	content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/healthy/lib/img/top/ico_link04.png") no-repeat;
  background-size: contain;
	vertical-align: -8px;
	margin-right: 16px;
	margin-left: -71px;
}
.ico05:before {
	content: '';
  display: inline-block;
  width: 39px;
  height: 52px;
  background: url("/healthy/lib/img/top/ico_link05.png") no-repeat;
  background-size: contain;
	vertical-align: -8px;
	margin-right: 20px;
	margin-left: -43px;
}

/* 病気を知る */
#link01 {
	margin-top: 127px;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#bg01 {
	background:  url("/healthy/lib/img/top/bg01.jpg") 0 0 no-repeat;
	background-size: cover;
	border-radius: 5px;
	padding-bottom: 56px;
	margin-bottom: 94px;
}
.ttlWrap {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	padding: 0 32px 32px;
	margin: 0 140px 40px;
	text-align: center;
}
.linkBtnArrow,
.linkBtnBlank {
	padding: 8px 40px 8px 8px;
	border-radius: 5px;
	min-height: 180px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.linkBtnArrow {
	background: url("/healthy/lib/img/common/ico_arrow.png") center right 10px no-repeat,
	linear-gradient(to left, #103c72, #103c72 40px, #fff 41px, #fff 100%);
	background-size: 20px 16px, 100% 100%;
}
.linkBtnBlank {
	background: url("/healthy/lib/img/common/ico_blank.png") center right 10px no-repeat,
	linear-gradient(to left, #103c72, #103c72 40px, #fff 41px, #fff 100%);
	background-size: 20px 15px, 100% 100%;
}
.linkImg {
	margin-right: 20px;
}

/* 健康情報サイト */
#link02 {
	margin-bottom: 60px;
}
#link02_01 {
	background: url("/healthy/lib/img/top/img_link02_01.jpg") 0 0 no-repeat;
	background-size: contain;
	min-height: 360px;
}
#link02_02 {
	background: url("/healthy/lib/img/top/img_link02_02.jpg") 0 0 no-repeat;
	background-size: contain;
	min-height: 360px;
}
#link02_03 {
	background: url("/healthy/lib/img/top/img_link02_03.jpg") 0 0 no-repeat;
	background-size: contain;
	min-height: 360px;
}
#link02_01,
#link02_02,
#link02_03 {
	padding: 253px 20px 17px;
	margin-top: 20px;
}
#link02_01:hover,
#link02_02:hover,
#link02_03:hover {
	opacity: 0.7;
}
#link02 .titleI {
	margin-bottom: 6px;
}

/* 患者向医薬品ガイド / くすりのしおり */
#link03 {
	margin-bottom: 60px;
}
#link03 .titleB {
	text-align: left;
	margin-bottom: 16px;
}

/* 市民公開講座・セミナーイベント情報 */
.infoList {
	margin: 45px 0 21px;
}
.infoList li {
	border-top: 1px solid #c0c0c0;
	padding: 20px 15px 15px;
}
.infoList li:last-of-type {
	border-bottom: 1px solid #c0c0c0;
}
.date {
	color: #626262;
	font-size: 1.6rem;
	margin-bottom: 7px;
}

.hltx{
	padding:0 20px 0 20px;
}


/* 日本新薬の医薬品に関する情報 */
.drugInformation .titleB{
	margin-bottom: 45px;
}

.drugInformation .readText{
	text-align: center;
	margin-bottom: 20px;
}
/* 日本新薬の臨床試験に関する情報 */
.clinicalDevelopmentInfo .titleB{
	margin-bottom: 45px;
}

.clinicalDevelopmentInfo .readText{
	text-align: center;
	margin-bottom: 20px;
}

/* カテゴリートップ共通
-----------------------------------------------------*/
.categoryLink {
	padding: 60px 0 46px;
	margin-top: 86px;
}


/* /dmd/, /mds/, /hinyouki/ 第二階層共通
-----------------------------------------------------*/
.linkWrapA,
.linkWrapB {
	background: #ebf0f3;
	padding: 60px 0 46px;
	margin-top: 86px;
}
.linkWrapA ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.linkWrapB ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.linkWrapA ul li {
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
}
.linkWrapA ul li:nth-of-type(9),
.linkWrapA ul li:nth-of-type(10) {
	width: calc((100% - 20px) / 2);
	margin-bottom: 0;
}
.linkWrapB ul li {
	width: calc((100% - 40px) / 3);
	margin-bottom: 20px;
	margin: 0 20px 20px 0;
}
.linkWrapB ul li:nth-of-type(3) {
	margin-right: 0;
}
.linkWrapB ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.linkWrapA ul li a,
.linkWrapB ul li a {
	border-radius: 10px;
	min-height: 100px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
  text-align: center;
}
.linkWrapA ul li a:hover,
.linkWrapB ul li a:hover {
	opacity: 0.7;
}


/* /dmd/
-----------------------------------------------------*/
.table-thbgOR {
	table-layout: fixed;
}
.table-thbgOR th {
	background-color: #fed3c2;
}
.table-thbgOR td, .table-thbgOR th {
	padding: 26px 28px 25px;
	vertical-align: middle;
}
#support.table-thbgOR td, #support.table-thbgOR th {
	padding: 26px 23px 25px;
}
#support.table-thbgOR th:nth-of-type(1) {
	width: 17%;
}
#support.table-thbgOR th:nth-of-type(2) {
	width: 36%;
}
#support.table-thbgOR th:nth-of-type(3) {
	width: 47%;
}
.colorA {
	color: #f97ba0;
}
.colorB {
	color: #2996d4;
}
 .carefulBox,
 .carefulLastBox {
	width: calc((100% - 20px) / 2);
	background-color: #fafae2;
	border-radius: 10px;
	padding: 35px;
}
.carefulWrap .carefulBox:first-child,
.carefulWrap .carefulBox:nth-child(3),
.carefulWrap .carefulBox:nth-child(6){
	margin: 0 10px 20px 0;
}
.carefulWrap .carefulBox:nth-child(2),
.carefulWrap .carefulBox:nth-child(4),
.carefulWrap .carefulBox:nth-child(5){
	margin: 0 0 20px 10px;
}
.carefulLastBox {
	width: 100%;
}

/* /mds/
-----------------------------------------------------*/
.mdsDl dt {
	border: 1px solid #73a0c3;
	color: #73a0c3;
	padding: 5px 30px;
	margin-bottom: 13px;
	display: inline-block;
	font-size: 1.2em;
}
.mdsDl dd {
	margin-bottom: 10px;
	line-height: 1.3;
}
.mdsDl dd:before {
	content: "●";
	color: #73a0c3;
}


/* /hinyouki/
-----------------------------------------------------*/
.qaWrap {
	background: #ebf0f3;
	padding: 35px 95px 32px;
}
.question,
.answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #3680e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.answer {
	line-height: 1.9;
}
.question span:first-of-type,
.answer span:first-of-type {
	font-size: 4.0rem;
	font-weight: bold;
	margin-right: 20px;
	line-height: 1.3;
}
.question span:last-of-type {
	color: #3680e7;
	font-size: 2.4rem;
	font-weight: bold;
}
.supervisionWrapA,
.supervisionWrapB,
.supervisionWrapC {
	position: relative;
	border: 1px solid #88999f;
	overflow: hidden;
}
.supervisionWrapA {
	padding: 50px 50px 48px 190px;
}
.supervisionWrapB {
	padding: 50px 50px 38px 30px;
}
.supervisionWrapC {
	padding: 40px 50px 38px 30px;
}
.supervision {
	/* font-size: 2.8rem; */
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.07em;
	color: #ffffff;
	text-align: center;
	padding: 18px 30px;
	background: #88999f;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}
.supervision span {
	display: table-cell;
	vertical-align: middle;
}
.supervisionWrapA .svphoto{
	width: 20%;
	float: right;
}
.supervisionWrapB .svphoto,
.supervisionWrapC .svphoto{
	width: 17%;
	float: right;
}
.supervisionWrapA .svinfo{
	width: 73%;
	float: left;
}
.svdivision {
	font-size: 2.0rem;
}
.supervisionWrapB .svinfo,
.supervisionWrapC .svinfo{
	width: 81%;
	float: left;
}
.supervisionWrapB .svdivision {
	margin-top: 60px;
}
.svname {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 14px;
}
.svname span {
	font-size: 2.0rem;
	font-weight: bold;
}
.supervisionWrapA .svdetail{
	line-height: 1.9;
	width: 73%;
}
.supervisionWrapB .svdetail,
.supervisionWrapC .svdetail{
	line-height: 1.9;
	width: 81%;
}


/* allergy.php
-----------------------------------------------------*/
.pdfWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pdfWrap li {
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
}
.pdfWrap li:nth-of-type(odd) {
	margin-right: 20px;
}
.pdfDL {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #f7bf4e;
	font-size: 2.0rem;
	padding: 11px 65px 11px 20px;
	width: 100%;
	height: 100%;
	min-height: 90px;
	background: url("/healthy/lib/img/common/ico_pdf2.png") center right 15px no-repeat;
}
.pdfDL:hover {
	opacity: 0.8;
}


/* guide.php, shiori.php
-----------------------------------------------------*/
#anchorLinkWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 77%;
	margin: 0 auto;
}
#anchorLinkWrap.shioriAnchor {
	width: 100%;
}

#anchorLinkWrap .arrowD {
	width: 400px;
	height: auto;
}
#anchorLinkWrap.shioriAnchor .arrowD {
	width: 550px;
	background: #fff url(/healthy/lib/img/common/ico_arrowD.png) right 20px center no-repeat;
	padding: 15px 20px;
}

#guideLinkWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#guideLink,
#shioriLink {
	width: calc((100% - 20px) / 2);
	min-height: 90px;
}
#guideLink {
	margin-right: 20px;
}
#guideLink a,
#shioriLink a {
	display: block;
	color: #203d6a;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 24px;
	border: 2px solid #023f73;
	text-align: center;
}
#guideLink a.selected,
#shioriLink a.selected {
	border: 2px solid #b5cede;
	background: #b5cede;
	pointer-events: none!important;
}
.table-thbg th {
	padding: 26px 28px 25px;
}
.table-thbg td {
	padding: 14px 28px 13px;
}
.table-thbg td:first-of-type {
	text-align: left;
}
#guidTable th:first-of-type {
	width: 75%;
}
#guidTable th:last-of-type {
	width: 25%;
}
#shioriTable th {
	width: 20%;
}
#shioriTable th:first-of-type {
	width: 40%;
}

#initialList,
#initialList .box1 form,
#initialList .box2,
#initialList .box3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#initialList .box1 form {
	width: 337px;
}
#initialList a {
	display: inline-block;
	margin-right: 10px;
	padding: 14px 13px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #082f50;
	border: 1px solid #082f50;
	border-radius: 5px;
}
#initialList a:hover,
#initialList a.active {
	background-color: #b5cede;
	border: 1px solid #b5cede;
}
#initialList a.noList {
	color: #ffffff;
	border: 1px solid #d2d2d2;
	background: #d2d2d2;
	pointer-events: none!important;
}
#initialList a.allLine {
	padding: 14px 0;
	width:95%;
}
#initialList .box4 {
	width:100%;
	text-align:center;
}
#initialList .box1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #082f50;
}
.inputSearch input {
	font-size: 2rem;
	width: 287px;
	padding: 8px 15px;
	margin-right: 0;
	border-right: 1px solid #082f50;
	cursor: text;
	background-color: transparent;
}
.inputSearch button {
	display: inline-block;
	width: 50px;
	cursor: pointer;
}
.aboutWrap {
	background: #ebf0f3;
	padding: 55px 70px 55px;
}

.attentionWrap{
	padding: 10px 20px;
}


/* shiori.php　確認モーダル
-----------------------------------------------------*/
.modal {
	display:none;
}
.modal .modalInner{
	position:fixed;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color:#FFF;
	width: 980px;
	max-height: 74vh;
	padding:50px;
	text-align:center;
	z-index:9999;
	overflow: auto;
	box-sizing: border-box;
}
.modal .modalTtlArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
		font-size: 2.6rem;
	font-weight: bold;
	border-bottom: solid 1px #9f9f9f;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.modal .modalTtlArea figure {
	margin-right: 130px;
}
.modal .modalInner .qArea{
	background-color: #d9e6ee;
	padding: 40px;
}
.modal .modalInner .qTxt {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 40px;
}
.modal .modalInner .answerWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 780px;
	margin: 0 auto;
}
.modal .modalInner .answerWrap #yes,
.modal .modalInner .answerWrap #no {
	font-weight: bold;
	text-align: center;
	width: 48%;
	padding: 20px;
	border: 2px solid #000;
	background: #fff;
	cursor: pointer;
}
.modal .overlay{
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.8);
	left:0;
	top:0;
	z-index:9998;
}


/* /seminar/
-----------------------------------------------------*/
#tabChange {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin: 32px 0 26px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #082f50;
}
#tabChange li:nth-of-type(-n+3),
.seminarYear {
	border-radius: 5px;
	border: 1px solid #023f73;
	margin: 0 8px;
	padding: 9px 47px 7px;
}
#tabChange li:nth-of-type(-n+3) {
	padding: 9px 47px 7px;
}
.seminarYear {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #082f50;
	padding: 10px 77px 8px 30px;
	background: url("/healthy/lib/img/common/ico_pulldown.png") center right 14px no-repeat,
	linear-gradient(to left, #e5ebf1, #e5ebf1 48px, #082f50 48px, #082f50 49px, transparent 49px, transparent 100%);
	height: 100%;
}
#tabChange .tabChangeBtn:hover,
#tabChange .tabChangeBtn.selected {
	border: 1px solid #b5cede;
	background: #b5cede;
	position: relative;
}
.tabContentWrap {
	position: relative;
	margin-bottom: 40px;
}
.tabContentWrap:last-of-type {
	margin-bottom: 0;
}
.tabContent {
  max-height: 318px;
  overflow: hidden;
  position: relative;
	transition: .5s;
	padding: 51px 74px 129px 68px;
}
.tabContent:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	pointer-events: none;
	transition: 1s;
}
.tabContentWrap input {
  visibility: hidden;
}
.tabContentWrap label {
  position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
  z-index:10;
  cursor: pointer;
  text-transform: uppercase;
}
.tabContentWrap label:before {
  content: "詳しく見る";
}
.tabContentWrap input:checked + label:before {
  content: "閉じる"
}
input[type=checkbox]:checked ~ .tabContent {
	max-height: 3000px;
 }
input[type=checkbox]:checked ~ .tabContent:before {
 opacity: 0
}
.tabContentList li {
	margin-bottom: 28px;
}



/* sns */
.snsArea{
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 60px 0;
}
.snsArea li{
	width: 4%;
	margin: 0 20px;
}
.snsArea li img{
	max-width: 100%;
}


