@charset "UTF-8";
/*レイアウトindex home用*/
.articleBox {
	margin-bottom: 32px;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.7);
}
article h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	border: 0px solid transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/*サイトマップアイコン*/
.artH1Map {
	background: #afbf1f url(../images/common/ic_map.png) no-repeat left 16px center / 32px auto;
	margin-top: 30px;
}
.ilMo {
	margin: 16px 0 16px;
}
.ilMo li a {
	background: transparent url(../images/common/ic_q_mo.png) no-repeat left 16px center / 42px auto;
}
.ilMo li a:hover {
	color: #f966a6;
}
.ilBio li a {
	background: transparent url(../images/common/ic_q_bio.png) no-repeat left 16px center / 42px auto;
}
.ilBio li a:hover {
	color: #2cbbef;
}
/*お役たちツールボタン1つタイプ//*/
.indexBtn {
	width: 42%;
	max-height: 480px;
	min-width: 280px;
	font-size: 140%;
	font-weight: bold;
	margin: 40px auto 0px;
	text-align: center;
}
.indexBtn a {
	display: block;
	margin: 0;
	padding: 20px 54px 20px 54px;
	color: #15284b;
	border: 2px solid #f6c8dd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
@media screen and (max-width: 890px) {
	.indexBtn {
		font-size: 120%;
	}
	.indexBtn a {
		padding: 20px 34px 20px 54px;
	}
}
/*お役たちツールボタン//*/
.indexBtn2 {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin: 40px auto 0px;
	text-align: center;
}
.indexBtn2 a {
	display: block;
	margin: 0;
	padding: 20px 54px 20px 54px;
	color: #15284b !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.bd2 a {
	border: 2px solid #f6c8dd !important;
}
@media screen and (max-width: 890px) {
	.indexBtn2 {
		font-size: 120%;
	}
	.indexBtn2 a {
		padding: 20px 34px 20px 54px;
	}
}
.bt_mov {
	background-color: #FFFFFF;
}
.bt_mov a {
	background-image: url(../images/top/top_mov_bt.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.bt_mov a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.indexBtn2 {}
	.bt_mov a {
		background-image: url(../images/top/top_mov_bt.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		min-height: 80px;
	}
	li.bt_mov {
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 640px) {
	.bt_mov a {
		background-image: url(../images/top/top_mov_bt.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		min-height: 60px;
	}
	li.bt_mov {
		margin-bottom: 20px !important;
	}
}
.icTools a {
	background: #fff url(../images/common/ic_tools.png) no-repeat left 16px center / 42px auto;
}
.icTools a:hover {
	color: #f966a6 !important;
}
/*//お役たちツールボタン*/
/*Q＆A home画面用*/
header#homeElement {
	border-bottom: 4px solid transparent;
}
.homeElementClass {
	border: none;
	background-color: rgba(255, 255, 255, 0);
}
.homeElementClass article {
	padding: 10px 0;
	font-weight: bold;
}
/*タイトル//*/
.homeElementClass article h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.homeElementClass article h1 img {
	margin: 0;
	padding: 0;
	width: 77%;
	max-width: 806px;
	min-width: 475px;
	height: auto;
}
.editorImage {
	margin: 0.5em auto 0;
	padding: 0;
	text-align: right;
	line-height: 0;
	width: 77%;
	max-width: 806px;
	min-width: 475px;
}
.editorImage img {
	margin: 0;
	padding: 0;
	width: 80%;
	max-width: 600px;
	min-width: 405px;
	height: auto;
}
/*上部テキスト*/
.homePad {
	margin: 1.4em auto 2em;
	padding: 0;
	width: 77%;
	max-width: 806px;
	min-width: 475px;
	height: auto;
}
/*//タイトル*/
@media screen and (min-width:768px) {
	.homeBtnBox, .homeBtnBox2 {
		box-sizing: border-box;
		margin: 3em auto 1em;
		padding: 0;
		width: 77%;
		max-width: 806px;
		min-width: 475px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 120%;
	}
}
.homeBtnBox li, .homeBtnBox2 li {
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-width: 256px;
	padding: 0;
	text-align: center;
}
.homeBtnBox li:first-of-type, .homeBtnBox2 li:first-of-type {
	margin-right: 8px;
}
.homeBtnBox li:last-of-type, .homeBtnBox2 li:last-of-type {
	margin-left: 8px;
}
.homeBtnBox li a, .homeBtnBox2 li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	border: 0px solid transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.homeBtnBox li a:hover, .homeBtnBox2 li a:hover {
	text-decoration: none;
}
.homebtnBio a {
	background: #2cbbef;
	padding-top: 22px !important;
	padding-bottom: 0px !important;
	font-size: 110% !important;
	line-height: 1.2em;
}
.homebtnMo a {
	background: #ed86b3;
	padding-top: 22px !important;
	padding-bottom: 0px !important;
	font-size: 110% !important;
	line-height: 1.2em;
}
.homebtnBio a:hover, .homebtnBio a:hover:after {
	background-color: #00c9dd;
}
.homebtnMo a:hover, .homebtnMo a:hover:after {
	background-color: #fb92d9;
}
.homebtnBio a:after {
	background: #2cbbef url(../images/common/ic_bottle2.png) no-repeat center center / 42px;
	position: absolute;
	left: 50%;
	top: -26px;
	margin-left: -32px;
	padding: 8px;
	content: '';
	width: 46px;
	height: 46px;
	border: 0px solid transparent;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	z-index: 100;
}
.homebtnMo a:after {
	background: #ed86b3 url(../images/common/ic_syringe2.png) no-repeat center center / 42px;
	position: absolute;
	left: 50%;
	top: -26px;
	;
	margin-left: -32px;
	padding: 8px;
	content: '';
	width: 46px;
	height: 46px;
	border: 0px solid transparent;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	z-index: 100;
}
/*Q＆A home画面用　ここまで*/
@media screen and (min-width: 768px) {
	nav {
		display: none;
	}
	main {
		padding: 20px 30px 20px 30px;
	}
}
/*min-width: 768px end*/
@media screen and (max-width: 767px) {
	article h1 {
		padding: 10px 0 10px 0;
		font-size: 95%;
	}
	.artH1Mo {
		background: #ed86b3 url(../images/common/ic_syringe.png) no-repeat left 16px center / 24px auto;
	}
	.artH1Bio {
		background: #2cbbef url(../images/common/ic_bottle.png) no-repeat left 16px center / 24px auto;
	}
	.indexList li {
		font-size: 95%;
	}
	.indexList li a {
		padding: 20px 20px 20px 48px;
	}
	.ilMo li a {
		background: transparent url(../images/common/ic_q_mo.png) no-repeat left 16px center / 28px auto;
	}
	.ilBio li a {
		background: transparent url(../images/common/ic_q_bio.png) no-repeat left 16px center / 28px auto;
	}
	.indexBtnBox {
		box-sizing: border-box;
		margin: 0 auto 1em;
		width: 77%;
		max-width: 480px;
		min-width: 300px;
		font-size: 120%;
		padding: 10px 0px 20px;
		max-width: 480px;
		min-width: 300px;
	}
	.indexBtn {
		margin: 0 !important;
		width: 100%;
		padding: 0;
		min-width: 200px;
		font-size: 100%;
	}
	.indexBtn a {
		display: block;
		margin: 0;
		padding: 20px 48px 20px 48px;
		color: #15284b !important;
		border: 2px solid #f6c8dd;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.indexBtn2 {
		margin: 0 !important;
		width: 100%;
		padding: 0;
		min-width: 200px;
		font-size: 120% !important;
	}
	.indexBtn2 a {
		display: block;
		margin: 0;
		padding: 20px 48px 20px 48px !important;
		color: #15284b !important;
		border: 2px solid #f6c8dd;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.icTools {
		float: none;
	}
	.icTools a {
		background: #fff url(../images/common/ic_tools.png) no-repeat left 16px center / 28px auto;
	}
	.indexSubLinkList {
		display: none;
	}
	/*Q＆A home画面用*/
	.homeElementClass article h1 img {
		min-width: 300px;
	}
	.homeImage img {
		min-width: 320px;
	}
	.editorImage {
		min-width: 300px;
	}
	.editorImage img {
		min-width: 300px;
	}
	/*上部テキスト*/
	.homePad {
		margin: 1.5em auto 1em;
		min-width: 300px;
	}
	.homeBtnBox {
		box-sizing: border-box;
		margin: 3em auto 1em;
		width: 77%;
		max-width: 480px;
		min-width: 300px;
		font-size: 120%;
		padding: 10px 0px 20px;
		max-width: 480px;
		min-width: 300px;
	}
	.homeBtnBox2 {
		box-sizing: border-box;
		margin: 0em auto 1em;
		width: 77%;
		max-width: 480px;
		min-width: 300px;
		font-size: 120%;
		padding: 10px 0px 20px;
		max-width: 480px;
		min-width: 300px;
	}
	.homeBtnBox li, .homeBtnBox2 li {
		max-width: 480px;
		min-width: 300px;
		font-size: 90%;
		margin: 30px 0px;
	}
	.homeBtnBox li a {
		position: relative;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 90%;
		font-weight: bold;
		text-align: center;
		border: 0px solid transparent;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding: 34px 16px 15px !important;
	}
	.homeBtnBox2 li a {
		position: relative;
		display: block;
		width: 100%;
		font-weight: bold;
		text-align: center;
		border: 0px solid transparent;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.homeBtnBox li.homebtnBio {
		margin: 20px 0 30px;
	}
	.homeBtnBox li.homebtnMo {
		margin: 10px 0 5px;
	}
	.homebtnBio a {
		display: block;
		background: #2cbbef;
		padding-top: 33px !important;
		padding-bottom: 16px !important;
		font-size: 100% !important;
		line-height: 1.2em;
	}
	.homebtnMo a {
		display: block;
		background: #ed86b3;
		padding-top: 33px !important;
		padding-bottom: 16px !important;
		font-size: 100% !important;
		line-height: 1.2em;
		margin: 10px 0 5px;
	} /**/
	/*Q＆A home画面用　ここまで*/
}
/*max-width: 767px end*/
@media screen and (max-width: 524px) {
	.homeBtnBox li a {
		padding: 34px 16px 10px !important;
	}
	.articleBox {
		margin-bottom: 10px !important;
	}
}
/*max-width: 524px end*/
.home_MovBtnBox h4 {
	text-align: center;
	font-weight: bold;
}
#title1 {
	background-color: #c73583 !important;
	color: #fff;
	letter-spacing: -0.05em !important;
	margin-bottom: 0;
}
#title2 {
	background-color: #1a8cd9 !important;
	color: #fff;
	letter-spacing: -0.05em !important;
	margin-bottom: 0;
}
.home_MovBtnBox {
	box-sizing: border-box;
	margin: 3em auto 1em;
	padding: 0;
	width: 77%;
	max-width: 806px;
	min-width: 475px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 120%;
}
.home_MovBtnBox > li {
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	min-width: 256px;
	padding: 0;
	text-align: center;
	border: 0px solid transparent;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 100%;
	height: 100%;
	padding: 16px;
	position: relative;
}
p.icon1 {
	position: absolute;
	left: 20px;
	top: -60px;
}
p.icon2 {
	position: absolute;
	right: 20px;
	top: -60px;
}
.homebtn_Mov_kotu {
	background: #2cbbef;
	padding-top: 22px !important;
	padding-bottom: 0px !important;
	font-size: 110% !important;
	line-height: 1.2em;
}
.left_Movbox {
	margin-right: 8px;
	background-color: #f6b5cf;
	color: #6d0024;
}
.left_Movbox a {
	color: #6d0024;
}
.left_line a {
	border: 1px solid #6d0024;
	background-image: url("../images/common/arrow_top1.png");
}
.right_Movbox {
	margin-left: 8px;
	background-color: #7bc7ef;
	color: #01365d;
}
.right_Movbox a {
	color: #01365d;
	background-image: url("../images/common/arrow_top2.png");
}
.right_line a {
	border: 1px solid #01365d;
}
/*白バック*/
.txt_back {
	background: #fff !important;
	padding: 10px 0px;
	border: 0px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*白バック内Qリスト*/
.list_indent {
	margin: 10px;
	text-align: left;
}
.list_indent > li {
	line-height: 1.4;
}
.list_indent > li > span {
	display: block;
}
.list_indent > li > span.qicon1 {
	background: url("../images/top/q_icon1.png") no-repeat left 0px center / 32px auto;
}
.list_indent > li > span.qicon2 {
	background: url("../images/top/q_icon2.png") no-repeat left 0px center / 32px auto;
}
.list_indent > li > span:nth-child(1) {
	float: left;
	height: 32px;
	width: 38px;
}
.align_r > li > span:nth-child(1) {
	text-align: right;
}
.list_indent > li > span:nth-child(2) {
	overflow: hidden;
	text-align: left !important;
}
/*新規ボタンBOX/////////////////////////////////////////*/
.table {
	display: table;
	width: 100%;
	margin: 20px 0px;
}
.cells {
	display: table-cell;
}
.left_box {
	padding: .5rem .5rem !important;
	text-align: center;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 25%;
}
.right_box {
	padding: .5rem .2rem .5rem .5rem !important;
	width: 75%
}
.illust_a {
	background-image: url("../images/top/top_illustA.png")
}
.illust_b {
	background-image: url("../images/top/top_illustB.png")
}
.Mov_bt {
	width: 100% !important
}
.Mov_bt p {
	margin-bottom: 0px;
}
.Mov_bt p:nth-of-type(1) {
	margin-bottom: 8px;
}
.Mov_bt_in {
	display: block;
}
.Mov_bt_in a {
	width: 100% !important;
	display: block;
	padding: 3px 0px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 95% center;
	text-align: left;
}
.Mov_bt_in a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.7);
}
.Mov_bt_in a span {
	display: block;
	padding: 5px 30px 5px 10px;
	line-height: 1.2em;
}
/*//////////////////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
	/*//////////////////////////////////////////////////////////////*/
	.home_MovBtnBox h4 {
		text-align: center;
		font-weight: bold;
	}
	#title1 {
		background-color: #c73583 !important;
		color: #fff;
		letter-spacing: -0.05em !important;
		margin-bottom: 0;
	}
	#title2 {
		background-color: #1a8cd9 !important;
		color: #fff;
		letter-spacing: -0.05em !important;
		margin-bottom: 0;
	}
	.home_MovBtnBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 480px;
		min-width: 300px;
		font-size: 120%;
	}
	.home_MovBtnBox > li {
		box-sizing: border-box;
		-webkit-flex: 1;
		-moz-flex: 1;
		flex: 1;
		max-width: 480px;
		min-width: 300px;
	}
	.homebtn_Mov_kotu {
		background: #2cbbef;
		padding-top: 22px !important;
		padding-bottom: 0px !important;
		font-size: 110% !important;
		line-height: 1.2em;
	}
	.left_Movbox {
		margin-right: 0px; /**/
		background-color: #f6b5cf;
		color: #6d0024;
	}
	.left_Movbox a {
		color: #6d0024;
	}
	.left_line a {
		border: 1px solid #6d0024;
		background-image: url("../images/common/arrow_top1.png");
	}
	.right_Movbox {
		margin-top: 20px; /**/
		margin-left: 0px; /**/
		background-color: #7bc7ef;
		color: #01365d;
	}
	.right_Movbox a {
		color: #01365d;
		background-image: url("../images/common/arrow_top2.png");
	}
	.right_line a {
		border: 1px solid #01365d;
	}
	/*白バック*/
	.txt_back {
		background: #fff !important;
		padding: 10px 0px;
		border: 0px solid transparent;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	/*白バック内Qリスト*/
	.list_indent {
		margin: 10px;
		text-align: left;
	}
	.list_indent > li {
		line-height: 1.4;
	}
	.list_indent > li > span {
		display: block;
	}
	.list_indent > li > span.qicon1 {
		background: url("../images/top/q_icon1.png") no-repeat left 0px center / 32px auto;
	}
	.list_indent > li > span.qicon2 {
		background: url("../images/top/q_icon2.png") no-repeat left 0px center / 32px auto;
	}
	.list_indent > li > span:nth-child(1) {
		float: left;
		height: 32px;
		width: 38px;
	}
	.align_r > li > span:nth-child(1) {
		text-align: right;
	}
	.list_indent > li > span:nth-child(2) {
		overflow: hidden;
		text-align: left !important;
	}
	/*新規ボタンBOX/////////////////////////////////////////*/
	.table {
		display: table;
		width: 100%;
		margin: 20px 0px;
	}
	.cells {
		display: table-cell;
	}
	.left_box {
		padding: .5rem .5rem !important;
		text-align: center;
		vertical-align: middle;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 25%;
	}
	.right_box {
		padding: .5rem .2rem .5rem .5rem !important;
		width: 75%
	}
	.illust_a {
		background-image: url("../images/top/top_illustA.png")
	}
	.illust_b {
		background-image: url("../images/top/top_illustB.png")
	}
	.Mov_bt {
		width: 100% !important
	}
	.Mov_bt p {
		margin-bottom: 0px;
	}
	.Mov_bt p:nth-of-type(1) {
		margin-bottom: 8px;
	}
	.Mov_bt_in {
		display: block;
	}
	.Mov_bt_in a {
		width: 100% !important;
		display: block;
		padding: 3px 0px;
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: 95% center;
		text-align: left;
	}
	.Mov_bt_in a:hover {
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.7);
	}
	.Mov_bt_in a span {
		display: block;
		padding: 5px 30px 5px 10px;
		line-height: 1.2em;
	}
	.mtset {
		margin-top: 35px;
	}
	/*//////////////////////////////////////////////////////////////*/
}