@charset "utf-8";

.headerLink .linkBtn02{
	justify-content: flex-start;
	align-items: center;
}

.mainTitle{
	position: relative;
}
.newsMailBtn {
	display: inline-block;
	border: 1px solid #084877;
	border-radius: 4px;
	width: 45%;
	height: 27px;
	font-size: 1.2rem;
	color: #084877;
	text-align: center;
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 5px;
	margin: auto;
	padding: 4px 0 0;
}
.newsMailBtn::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	background: url(/lib/img/common/ico_newsMail.png) center no-repeat;
	background-size: contain;
	margin: 0 6px 3px 0;
	vertical-align: middle;
}
.linkBtn02 .newsMailBtn{
	height: 28px;
	padding: 3px 0;
	margin: 0 10px 0 0 ;
	position: unset;
	top: unset;
	right: unset;
}
.headerLink .linkBtn02 li.newsMailBtn{
	width: 45%;
}

/*  新着情報ご案内メール登録モーダル
-----------------------------------------------------*/
.newsMailModal {
	display: none;
	position: relative;
	z-index: 100000;
}
.newsMailModal .modalClose {
	background: #094877!important;
	color: #FFFFFF;
	display: flex;
	position: absolute;
	top: -30px;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 1.6em!important;
	line-height: 1;
	text-align: center;
	line-height: .8!important;
	justify-content: center;
	align-items: center;
}
.newsMailModal .modalInner {
	position: fixed;
	left: 50%;
	top: 10%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	background-color: #FFF;
	z-index: 999999;
}
.newsMailModal .modalInnerScroll {
	width: 92vw;
	height: 70vh;
	padding: 30px 10px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.newsMailOverlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(8,72,119,0.5);
	left: 0;
	top: 0;
	z-index: 999998;
}

/* チェックボックス */
.newsMailModal .checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding-left: 32px;
	position: relative;
	width: auto;
}
.newsMailModal input[type="checkbox"] + .checkbox::before,
.newsMailModal input[type="checkbox"] + .checkbox::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.newsMailModal input[type="checkbox"] + .checkbox::before {
	background: #fff!important;
	border: 1px solid #003F73;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	left: 0;
}
.newsMailModal input[type="checkbox"] + .checkbox::after {
	border-right: 2px solid #003F73;
	border-bottom: 2px solid #003F73;
	content: '';
	display: block;
	height: 12px;
	left: 7px;
	bottom: 2px;
	opacity: 0;
	transform: rotate(35deg);
	width: 6px;
}
.newsMailModal input[type=checkbox]:checked + .checkbox::after {
	opacity: 1;
}
.newsMailModal .newsMailSubmit {
	cursor: pointer;
}


.newsMailModal .newMailTtl{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.newsMailModal .newMailInfoText{
	margin-bottom: 15px;
}

.choiceWrap{
	background: #E5EBF1;
	padding: 12px;
	margin-bottom: 15px;
}
.choiceWrap .choiceTtl{
	color: #003f73;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 7px;
}
.choiceWrap .choiceList {
	margin-bottom: 20px;
}
.choiceWrap .choiceList > li{
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	padding: 10px;
}
.choiceWrap .selectHope {
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	padding: 10px;
}
body.infomailSetting .selectHope input[type="checkbox"] + .checkbox::before, body.infomailSetting input[type="checkbox"] + .checkbox::after {
	margin-top: 1px;
}



.choiceWrap .choiceList > li:nth-of-type(even){
	margin: 0 0 10px 0;
}

.choiceWrap .areaSelectBtn {
	font-weight: bold;
	margin-bottom: 5px;
}
.choiceWrap .checkAllInput {
	margin-left: 10px;
}
.choiceWrap .productList{
	width: 100%;
	margin-left: 10px;
}
.choiceWrap .productList li{
	margin-top: 5px;
}

.mailAddressWrap{
	font-size: 1.6rem;
	margin-bottom: 11px;
	border-radius: 4px;
	overflow: hidden;
}
.mailAddressWrap .mailAddressTtl{
	color: #fff;
	background: #003F73;
	text-align: center;
	padding: 7px 0 6px;
}
.mailAddressWrap .mailAddress{
	background: #fff;
	padding: 7px 8px 6px;
}

.newsMailModal .note{
	font-size: 1.2rem;
	margin-bottom: 20px;
 }

.newsMailModal .newsMailSubmit{
	display: block;
	background: #003F73;
	color: #fff;
	width: 90%;
	text-align: center;
	border-radius: 24px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 5px;
	margin: 0 auto 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.newsMailModal .newsMailUnregist{
	display: inline-block;
	color: #003f73;
	margin: 0 auto 20px;
}

.newsMailModal .sendInfoMail{
	text-align: center;
	margin-bottom: 5px;
}

.newsMailModal .changeBtn{
	display: inline-block;
	width: 92%;
	border-radius: 24px;
	background: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
	letter-spacing: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.newsMailModal .changeBtn.medPass{
	color: #36b573;
	border: 1px solid #36b573;
}
.newsMailModal .changeBtn.MedicalNoteExpert{
	color: #9b73d4;
	border: 1px solid #9b73d4;
}

.selectTtl{
	color: #084877;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.selectedAreaList{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}
.selectedAreaList li{
	margin-right: 10px;
}

.registFinishArea{
	margin-top: 100px;
}
.registFinishArea .finishInfoText{
	font-weight: bold;
	margin-bottom: 10px;
}
.registFinishArea .mailAddressBlock{
	text-align: center;
	background-color: #d6e0e9;
	padding: 6px;
	margin-bottom: 5px;
}
.registFinishArea .note{
	text-align: left;
}
.unregistFinishArea{
	text-align: center;
	font-weight: bold;
	margin-top: 175px;
}

.newsMailModal .btnArea{
	position: static!important;
}


/* コンテンツ移植後の崩れ対策 */

.newsMailModal .newMailInfoText {
	font-weight: normal;
	line-height: 1.6;
}
.newsMailModal .newMailTtl img {
	width: auto;
	display: inline;
	vertical-align: bottom;
}
.choiceWrap .productList li {
	font-size: 12px;
	line-height: 1.6;
}
.newsMailModal .note.memo {
	font-size: 14px;
	margin-bottom: 30px;
	max-width: 600px;
	margin: 0 auto 30px;
	text-align: left;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	text-align: left;
	background: none;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	border: none;
}
.newsMailModal .note p {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.4;
}

.newsMailBtn {
	font-size: 12px;
}
.newsMailModal .newMailTtl {
	font-size: 18px;
}
.newsMailModal .newMailInfoText {
	font-size: 14px;
	font-weight: normal;
}
.newsMailModal .choiceWrap .choiceTtl {
	font-size: 16px;
}
.newsMailModal .mailAddressWrap .mailAddressTtl {
	margin: 0;
	font-size: 16px;
}
.newsMailModal .newsMailSubmit {
	font-size: 20px;
}
.newsMailModal .sendInfoMail {
	font-size: 14px;
	font-weight: normal;
}
.newsMailModal .changeBtn.medPass,
.newsMailModal .changeBtn.MedicalNoteExpert {
	font-size: 14px;
}
.newsMailModal .areaSelectBtn,
.newsMailModal .checkAllInput,
.newsMailModal .choiceWrap .productList li {
	font-size: 14px;
}