@charset "utf-8";
/* base
-------------------------- */
html {
	scroll-behavior: smooth;
}
#support a,
#support a img,
#support .easing {
	transition: .3s ease-in-out;
	text-decoration: none;
}
#support a img:hover {
	filter: brightness(110%);
}
#support.page_box img {
	margin-left: auto;
	margin-right: auto;
}
#support .inner {
	line-height: 1.75;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.pc_only {
	display: block;
}
.pctb_only {
	display: block;
}
.tb {
	display: none;
}
.sp_only {
	display: none;
}

/* support
-------------------------- */
.page_box {
	padding: 20px;
}
.page_list {
	font-size: 1.8rem;
	margin-bottom: 25px;
	margin-left: -20px;
	margin-right: -20px;
}
.support .page_list_item {
	border-right: 2px solid #eff3f8;
}
.support .page_list_item:last-child {
	border-right: none;
}
.support .page_list_item a:hover span {
	text-decoration: none;
	color: #c1550e;
}
.support .page_list_item.current a span:after {
	bottom: -.25em;
}
.support .page_list_item a span span {
	position: static;
	display: inline;
}
.support_check_box {
	margin: 0 -23px 80px -23px;
	background: url('../img/support/bg_check.jpg') center;
}
.h2_ttl {
	color: #1e2b71;
	margin-bottom: 40px;
	border-left: 7px solid #c1550e;
}
.text {
	line-height: 1.8;
	word-break: normal;
}
.top_banner {
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.top_banner a {
	width: 48%;
	min-width: 480px;
	margin: 5px auto;
	/*margin: 10px 0;*/
}
.top_banner li:first-child {
	width: 58%;
}
.top_banner li:last-child {
	width: 40%;
	margin-top: 3px;
}
.top_support_list_item a {
	display: block;
}
.top_support_list_item a:hover {
	text-decoration: none;
}
.top_support_list_item a:hover img {
	filter: brightness(110%);
}
.top_support_list_item h3 {
	padding: 15px 0 15px 1.25em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_support_list_img {
	margin-bottom: 20px;
	box-shadow: none;
	border: 3px solid #e7edf2;
}
.top_support_list_item h3:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background: #36417f;
	border: 3px solid #36417f;
}
.top_support_list_item h3:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	margin: auto;
	width: 8px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}
.top_support_list_item a:hover h3:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #36417f;
}
.top_support_list_item a:hover h3:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	margin: auto;
	width: 8px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 8px solid #36417f;
}
.top_support_list_img {
	margin-bottom: 10px;
}
.support_thought_box {
	background: url('../img/support/bg_check.jpg') center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 3px solid #e7edf2;
	padding: 0;
	margin: 45px 0;
}
hr.dotted {
	border-top: 1px dashed #ccc;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em;
}
.refSet {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	word-wrap: break-word;
	margin: 30px 0 45px;
}
.refSet dt {
	width: 2em;
	margin-top: .5em;
}
.refSet dd {
	width: calc(100% - 2em);
	margin-top: .5em;
}
.refSet.wide dt {
	width: 3em;
}
.refSet.wide dd {
	width: calc(100% - 3em);
}
.refSet dd.full {
	width: 100%;
}
a.btn_navy {
	display: block;
	width: 100%;
	max-width: 260px;
	background: #36417f;
	border: 3px solid #36417f;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 30px;
	padding: 10px 0;
	margin: 30px 0;
	text-decoration: none;
	text-align: center;
}
a.btn_navy.w_auto {
	display: inline-block;
	width: auto;
	max-width: none;
	margin: 0 auto;
	padding: 5px 15px;
}
a.btn_navy.pos_center {
	margin: 30px auto;
}
a.btn_navy.pos_right {
	margin: 30px 0 30px auto;
}
a.btn_navy.pos_left {
	margin: 30px auto 30px 0;
}
a.btn_navy:hover {
	background: #fff;
	color: #36417f;
	text-decoration: none;
}
a.btn_navy:focus {
	outline: solid #bcbcc0;
}
.mark em {
	font-style: normal;
	background: #ffecc8;
	padding: .25em;
}
figure {
	margin: 30px auto 45px;
	width: 100%;
}
img.center {
	margin: 0 auto;
}
figcaption {
	text-align: center;
	font-size: 1.8rem;
	margin: 15px auto;
	padding-bottom: 15px;
}
.box_check {
	width: 100%;
	margin: 30px auto 60px;
	padding: 40px 50px 40px 100px;
	background: #eff2f7;
	color: #1e2b71;
	position: relative;
}
.box_check:after {
	content: '';
	width: 100px;
	height: 100px;
	background: url('../img/support/corner_check.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.box_typeA,
.box_typeB,
.box_typeC {
	width: 100%;
	margin: 45px auto 60px;
	padding: 30px 40px;
	background: #eff2f7;
}
.box_typeA h5 {
	width: 100%;
	margin: 0 auto 30px;
	padding: .5em;
	line-height: 1.3;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #36417f;
	border-radius: 5px;
}
.box_typeC ol {
	list-style: none;
}
.check {
	font-size: 2.0rem;
	line-height: 1.6;
	color: #1e2b71;
	padding: .5em 0 .5em 2.75em;
	position: relative;
}
/*.check:last-child {
 padding: .5em 0 0 2.75em;
}*/
.check:before {
	content: '';
	position: absolute;
	top: .875em;
	left: 1em;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	width: 10px;
	height: 16px;
	border-right: 4px solid #1e2b71;
	border-bottom: 4px solid #1e2b71;
}
.check:after {
	content: '';
	position: absolute;
	top: .625em;
	left: .5em;
	width: 28px;
	height: 28px;
	border: 2px solid #1e2b71;
}
.box_typeB h5 {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #1e2b71;
}
.ul_navydot {
	border-bottom: 3px dotted #36417f;
	padding: .25em;
}
.square {
	font-size: 2.0rem;
	line-height: 1.4;
	color: #1e2b71;
	padding: .5em 0 .5em 2.25em;
	position: relative;
	text-indent: -1em;
}
.square:before {
	content: '■';
	transform: scale(.8);
	font-weight: bold;
	position: absolute;
	top: .5em;
	left: 1em;
}
.num {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #1e2b71;
	padding: .5em 0 .5em 1.25em;
	text-indent: -1.25em;
}
.num span {
	/*color: #c1550e;*/
	color: #b74c04;
	font-weight: bold;
	padding-right: .25em;
}
dl.sv {
	/*width: 22em;*/
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 15px 0 30px auto;
}
dl.sv dt {
	width: 3em;
}
dl.sv dd span {
	display: block;
	/*text-align: right;*/
}
ul.guide {
	width: 100%;
	max-width: 480px;
	border-top: 3px dotted #e7edf2;
	border-bottom: 3px dotted #e7edf2;
	padding: 30px;
	margin: 30px auto;
	font-size: 1.6rem;
}
ul.guide.wide {
	max-width: 600px;
}
ul.guide li {
	padding: .25em 1em;
	position: relative;
}
ul.guide li a {
	display: block;
	color: #1e2b71;
	text-decoration: none;
}
ul.guide li a:hover,
ul.guide li.current {
	color: #c1550e;
	text-decoration: none;
}
ul.guide li:before {
	content: '';
	position: absolute;
	top: .875em;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #c1550e;
	border-right: 2px solid #c1550e;
	transform: rotate(45deg);
}
.page_pagination_item {
	text-decoration: none;
}
.page_pagination_item:hover {
	text-decoration: underline;
}
/* support_cont
-------------------------- */
.support_check_box.sub {
	padding: 20px 0;
}
.support_check_box.sub .support_check_box_ttl {
	padding: 16px 44px;
	width: 30%;
}
#support_cont h3 {
	font-size: 2.8rem;
	color: #1e2b71;
	margin-bottom: 30px;
	line-height: 1.4;
}
#support_cont h3 span {
	font-size: 1.8rem;
	display: block;
	line-height: 1.6;
}
#support_cont h3 span.vol {
	font-size: 2.4rem;
	position: relative;
	margin: 0 0 .75em 2.25em;
	padding-left: .25em;
	border-bottom: 3px dashed #ed1e79;
}
#support_cont h3 span.vol:before {
	content: "";
	position: absolute;
	border-radius: 100%;
	top: .25em;
	left: -2.25em;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	background: rgba(21, 33, 115, .75);
}
#support_cont h3 span.vol:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	top: 1em;
	left: -1.25em;
	width: 1.25em;
	height: 1.25em;
	background: rgba(237, 30, 121, .75);
}
#support_cont article {
	border-top: 3px solid #e7edf2;
	padding: 60px 0 0;
	margin: 60px 0;
}
#support_cont h4 {
	font-size: 2.8rem;
	color: #1e2b71;
	margin-bottom: 30px;
	line-height: 1.4;
}
#support_cont h4 img {
	display: inline-block;
	width: 6em;
	margin: 0 0 -.75rem;
}
/* support_cont2nd
-------------------------- */
#support_cont2nd h2 {
	font-size: 2.8rem;
	color: #1e2b71;
	margin-bottom: 30px;
	line-height: 1.4;
}
#support_cont2nd h2 span {
	font-size: 1.8rem;
	display: block;
	line-height: 1.6;
}
#support_cont2nd h2 span.vol {
	font-size: 2.4rem;
	position: relative;
	margin: 0 0 .75em 2.25em;
	padding-left: .25em;
	border-bottom: 3px dashed #ed1e79;
}
#support_cont2nd h2 span.vol:before {
	content: "";
	position: absolute;
	border-radius: 100%;
	top: .25em;
	left: -2.25em;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	background: rgba(21, 33, 115, .75);
}
#support_cont2nd h2 span.vol:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	top: 1em;
	left: -1.25em;
	width: 1.25em;
	height: 1.25em;
	background: rgba(237, 30, 121, .75);
}
#support_cont2nd h2.sub {
	font-size: 1.8rem;
	position: absolute;
	top: -45px;
	right: 20px;
}
#support_cont2nd h3 {
	font-size: 3rem;
	color: #1e2b71;
	/*margin: 60px 0 30px;*/
	margin: 30px 0;
	padding-left: 16px;
	border-left: 7px solid #c1550e;
	line-height: 1.2;
}
#support_cont2nd h3 img {
	display: inline-block;
	width: 6em;
	margin: 0 0 -.75rem;
}
#support_cont2nd h3 span {
	display: block;
	font-size: 50%;
	padding-top: .5em;
}
#support_cont2nd h4 {
	font-size: 2.2rem;
	color: #1e2b71;
	margin: 45px 0 30px;
	border-bottom: 3px dotted #c1550e;
}
#support_cont2nd h4.mark {
	border-bottom: none;
	font-size: 2.2rem;
	margin: 30px 0 10px;
	padding-left: 1.5em;
	position: relative;
}
#support_cont2nd h4.mark:before {
	content: "";
	position: absolute;
	top: .3636em;
	left: 0;
	width: 1em;
	height: 1em;
	border: solid .25em #ed1e79;
	border-radius: 100%;
}
#support_cont2nd.inner {
	position: relative;
}
#support_cont2nd h6 {
	/*margin: 30px auto 30px 0;
 width: 100%;
 max-width: 340px;*/
	display: inline-block;
	padding: .5em 2em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #c1550e;
	border-radius: 5px;
}
#support_cont2nd .pick {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}
#support_cont2nd .pick p {
	/*background: #ffecc8;*/
	background: #ffeded;
	padding: .5em 1em;
}
#support_cont2nd .pick img {
	margin: 0;
}
#support_cont2nd.spl01 h4 {
	font-size: 2.6rem;
}
.spl01 .bg_beige {
	background: #fffdeb;
	border-radius: 30px;
	border-top: 10px solid #f6ecd9;
	border-left: 5px solid #f6ecd9;
	border-right: 5px solid #ededed;
	border-bottom: 10px solid #ededed;
	padding: 30px;
	margin: 30px auto;
}
.spl01 .bg_beige ul {
	font-weight: bold;
	margin-bottom: 2em;
}
.spl01 .bg_beige ul .check:before {
	border-right: 4px solid #4990cb;
	border-bottom: 4px solid #4990cb;
}
.spl01 .bg_beige p {
	font-size: 1.8rem;
	margin: 1em 0;
}
.spl01 .bg_beige dl.refSet {
	margin: 2em 0 0;
}
.spl01 .bg_beige span {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1em;
	color: #1e2b71;
}
.spl01 .bg_beige ol {
	padding-left: 1em;
	list-style: none;
	font-weight: bold;
	margin-top: 1em;
}
.spl01 .bg_beige ol span {
	color: #4990cb;
}
.spl01 .bg_beige .num {
	font-size: 2rem;
	line-height: 1.5;
	color: #1e2b71;
	padding: .25em 0 .25em 1.5em;
	text-indent: -1.25em;
	margin-top: .25em;
}
.spl01 .bg_beige .num span {
	font-size: 2.4rem;
}
.spl01 .bg_navy {
	background: #36417f;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 45px auto 30px;
}
.spl01 .ex {
	margin: 30px auto;
}
.spl01 .ex span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #1e2b71;
	border-left: 1rem solid #36417f;
	padding-left: .375em;
	margin-bottom: .125em;
}
.spl01 .ex p {
	font-size: 1.8rem;
}
.spl01 .ex dl {
	background: #fffdeb;
	border-radius: 15px;
	border: 5px solid #f6ecd9;
	padding: 15px;
	margin: 15px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	color: #1e2b71;
	font-size: 1.7rem;
	font-weight: bold;
}
.spl01 .ex dt {
	width: 3.5em;
	text-align: center;
	border: 2px solid #36417f;
	border-radius: 5px;
	padding: .25rem;
	margin-right: 1em;
}
.spl01 .ex dd {
	width: calc(100% - 4.5em);
}
.spl01 .note_vaccine {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 15px;
	margin: 45px 0 30px;
	border: 2px solid #ccc;
	border-radius: 15px;
}
.spl01 .note_vaccine span {
	display: block;
	font-size: 2.0rem;
	color: #1e2b71;
	margin-bottom: 5px;
}
.spl01 .prvn {
	margin: 45px auto;
}
.spl01 .prvn .boxL {
	width: 100%;
}
.spl01 .prvn .boxL h5 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	color: #6ca151;
	border-left: 6px solid #4990cb;
	border-bottom: 3px dashed #92d1f2;
	padding: 5px 0 5px 5px;
}
.spl01 .prvn .boxL p {
	font-size: 2.0rem;
	font-weight: bold;
	margin: .5em 0 2em;
}
.spl01 .prvn .boxL p:last-of-type {
	margin: .5em 0;
}
.spl01 .prvn .boxL span {
	font-size: 1.8rem;
}
.spl01 .prvn .boxR {
	width: 100%;
	margin: 60px auto 15px;
}
.spl01 .prvn .boxR .bg_beige {
	background: #fffdeb;
	border-radius: 30px;
	border: 5px solid #f6ecd9;
	padding: 15px;
	margin: 0 auto 10px;
}
.spl01 .prvn .boxR .bg_beige h5 {
	background: #36417f;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	margin: -30px auto 15px;
}
.note_wash {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #36417f;
	margin: 0 auto;
	padding-left: 8rem;
	position: relative;
}
.note_wash:last-of-type {
	padding-left: 0;
}
.note_wash span {
	position: absolute;
	padding: 12px 5px;
	margin: 0 !important;
	width: 8rem;
	height: 6rem;
	left: 0;
	top: -.5rem;
	background: #6ca151;
	border-radius: 50%;
	color: #fff !important;
	font-size: 1.5rem !important;
	text-align: center;
	line-height: 1.3 !important;
}
.note_wash span:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 15px solid #6ca151;
	transform: rotate(45deg);
}
.spl01 .prvn .boxR .bg_beige .flex {
	margin: 15px 0;
}
.spl01 .prvn .boxR .bg_beige .flex div {
	width: 48%;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: .5rem 0;
}
.spl01 .prvn .boxR .bg_beige .flex div img {
	margin-bottom: .5rem;
}
.spl01 .prvn .boxR .full {
	font-size: 1.4rem;
	line-height: 1.4;
	word-break: break-all;
}
.spl01 .bd_pink {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #ee1d79;
	padding: .5em;
	margin: 30px auto;
	border: 2px solid #ee1d79;
	border-radius: 15px;
}
.btn_cont {
	width: 22em;
	display: block;
	text-align: center;
	padding: .75rem .5rem;
	margin: 15px auto;
	background: #cee9ff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #1e2b71;
	border: 2px solid #1e2b71;
	border-radius: 4rem;
}
.btn_cont:hover {
	background: #1e2b71;
	color: #fff;
}
/*
-------------------------- */
.row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.baloon {
	display: inline-block;
	padding: .75em 1em;
	background: #c1550e;
	/*background: #3a8315;*/
	border-radius: 5px;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 1em;
	position: relative;
}
.baloon:after {
	content: "";
	position: absolute;
	bottom: -2em;
	left: 30%;
	border: .75em solid transparent;
	border-top: 1.75em solid #c1550e;
	/*border-top: 1.75em solid #3a8315;*/
	transform: rotate(20deg);
}
dl.round {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
dl.round dt {
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	line-height: 4.5rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #36417f;
	background: #fff;
	border: 3px solid #36417f;
	margin: 1rem 2rem 1rem 6rem;
}
dl.round dd {
	width: calc(100% - 19rem);
	font-size: 1.8rem;
	font-weight: bold;
	color: #36417f;
	border-bottom: 1px solid #ccc;
	margin: 1rem 6rem 1rem 0;
}
dl.round dd span {
	font-size: 1.5rem;
	display: block;
	font-weight: normal;
	color: #000;
}
.box_typeB .refSet {
	margin: 30px 0 0;
}
.box_typeB h6 {
	width: 100%;
	margin: 45px 0 15px;
	padding: .5em 1em !important;
	background: #1e2b71 !important;
	text-align: left !important;
	line-height: 1.6;
}
.rehabili_img {
	width: calc(100% - 300px);
	max-width: 400px;
	display: block;
	margin: 0 !important;
}
.box_outer {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.box_inner {
	width: auto;
	position: relative;
	background: #fef9de;
	border: 1px solid #e59d4e;
	padding: 1em;
}
.circle {
	width: 2em;
	height: 2em;
	position: absolute;
	border-radius: 100%;
	background: #fef9de;
	border: 1px solid #e59d4e;
	z-index: 2;
}
.top_left {
	left: -1em;
	top: -1em;
}
.top_rigt {
	right: -1em;
	top: -1em;
}
.btm_left {
	left: -1em;
	bottom: -1em;
}
.btm_rigt {
	right: -1em;
	bottom: -1em;
}
.box_inner hr {
	border-top: 2px dotted #e59d4e;
	margin: 1em 0;
}
.bgSet {
	background: url(../img/nmosd/vol5-bg_mdl.jpg) repeat-y center/100%;
	max-width: 880px;
	margin: 30px auto 0;
	color: #222 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.bgSet h3 {
	background: url(../img/nmosd/vol5-bg_top.jpg) no-repeat top center/100%;
	width: 100%;
	height: 24rem;
	font-size: 3rem;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-style: italic;
	line-height: 1.6;
	margin: 0;
	padding: 100px;
	letter-spacing: .1em;
}
.bgSet .bg_block {
	background: url(../img/nmosd/vol5-bg_btm.jpg) no-repeat bottom center/100%;
	padding: 20px 20px 10px;
}
.bgSet .bg_block h4 {
	width: 100%;
	color: #704a2b;
	font-size: 2rem;
	padding: 5px 0 5px 1em;
	margin: 0 0 20px;
	text-indent: -1em;
	border-bottom: 2px dotted #704a2b;
}
.bgSet .bg_block h4:before {
	content: "● ";
	color: #d5763d;
	font-size: 1.5rem;
}
.bgSet .bg_block p {
	width: 100%;
	background: linear-gradient(transparent 0, transparent 97%, #ccc 100%);
	background-size: 100% 1.85em;
	line-height: 1.85em;
	border-bottom: 1px solid rgba(204, 204, 204, .3);
	padding: 0 .5em;
}
.bgSet .flex {
	align-items: center;
}
.bgSet .bg_block .author {
	width: 40%;
	margin: auto;
}
.bgSet .bg_block .author h5 {
	font-size: 2rem;
	border-bottom: 2px dotted #704a2b;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.bgSet .bg_block .author h5 span {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}
.bgSet .bg_block .author p {
	background: none;
	border-bottom: none;
	padding: 0;
	font-size: 1.2rem;
}
.bgSet .w75 {
	width: 75% !important;
}
.bgSet .w80 {
	width: 80% !important;
}
.bgSet .parts1 {
	width: 25%;
	padding-right: 1%;
}
.bgSet .parts2 {
	width: 20%;
	padding-left: 1%;
}
.bgSet .parts1_sp,
.bgSet .parts2_sp,
.bgSet .parts3_sp {
	display: none;
}
.bgSet .parts3 {
	width: 36%;
}
.bgSet .portrait {
	width: 20%;
}

/* 210121 add_respi
----------------------------- */
.page_list {
	font-size: 1.5rem;
}
.support .page_list_item {
	width: 20%;
}
#support_cont p.dl_ttl {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background: #1e2b71;
	padding: .75rem 1rem;
	margin: 30px auto;
	/*padding-left: 6rem;*/
	text-align: center;
	position: relative;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
#support_cont p.dl_ttl img {
	display: inline-block;
	width: 4em;
	margin: 0 .5rem -.5rem;
}
#support_cont p.dl_ttl img.icon_pdf {
	width: 4.5rem;
	margin: 0 1rem -.75rem 0;
}
#support_cont .block_dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*border: 3px solid #fbd9a3;*/
	/*background: #fef4e4;*/
	/*border-radius: 15px;*/
	/*padding: 4.5rem .75rem 0;*/
	margin: 4.5rem 0;
}
#support_cont .block_dl article {
	width: 22%;
	max-width: 180px;
	border-top: none;
	/*padding: 0 1rem 4.5rem;*/
	padding: 0;
	margin: 0 0 6.75rem;
	position: relative;
}
#support_cont .block_dl:before,
#support_cont .block_dl:after {
	content: "";
	width: 22%;
	max-width: 180px;
	order: 1;
}
#support_cont .block_dl article img {
	border: 1px solid #e7edf2;
	margin-bottom: .5rem;
}
#support_cont .block_dl article p {
	line-height: 1.4;
	font-size: 1.5rem;
	margin: .75rem auto .5rem;
}
#support_cont .block_dl article p .f_bold {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #ee1d79;
	padding: .25rem .5rem;
	margin-bottom: .5rem;
	border-radius: .25rem;
	display: inline-block;
}
#support_cont .block_dl article a.btn {
	display: block;
}
#support_cont .block_dl article a.btn img {
	width: 100%;
	margin: 0 auto;
	border: none;
	transition: .2s ease;
}
#support_cont .block_dl article a.btn img:hover {
	opacity: .5 !important;
}
/* 210224 add_respi
----------------------------- */
.nmosd06_1 h5 {
	background: #94c154;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	border-radius: 30px;
	margin: 45px auto 5px;
	padding: 15px;
}
.tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.tab>li {
	width: calc(20% - 4px);
	margin: 0 2px;
	padding: .75rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	transition: .3s ease-in-out;
	border-radius: 15px 15px 0 0;
}
.tab>li.select {
	width: calc(40% - 4px);
	padding: 1rem .75rem;
	font-size: 2.2rem;
	cursor: auto;
}
.tab>li:nth-child(1) {
	background: #e1a13e;
}
.tab>li:nth-child(2) {
	background: #63c2ee;
}
.tab>li:nth-child(3) {
	background: #d98495;
}
.tab>li:nth-child(4) {
	background: #88b751;
}
.tab>li:not(.select):hover {
	filter: brightness(110%);
}
.tab_content>li .cont {
	width: calc(100% - 4px);
	padding: 1.5rem 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
}
.tab_content>li .cont .term {
	width: 5.2rem;
	padding: 15px .5rem;
	background: #d7c8de;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .25em;
}
.tab_content>li .cont .term span {
	background: #a55a9d;
	color: #fff;
	display: inline-block;
	margin: .5rem;
	padding: 1.5rem .25rem;
}
.tab_content>li .cont .block {
	width: calc(100% - 5.2rem);
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	/*border-top: 1px dashed #ededed;*/
}
#tab_cont4 .cont .block {
	width: 100%;
}
/*.tab_content>li .cont .block:last-child {
	border-bottom: 1px dashed #ededed;
}*/
.tab_content>li .cont .block .detail {
	width: 68%;
	padding: 0 15px;
}
#tab_cont1 .block:last-of-type .detail {
	width: 100%;
}
#tab_cont3 .detail {
	width: 100%;
}
#tab_cont4 .detail {
	width: 100%;
}
#tab_cont4 .block:first-of-type .detail {
	width: 52%;
}
.tab_content>li .cont .block .detail .ttl {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	margin: 5px auto;
}
.tab_content>li .cont .block .detail .ttl span {
	font-weight: normal;
	font-size: 1.3rem;
	display: block;
	color: #000;
	margin-top: .25rem;
}
.tab_content>li .cont .block .detail .ttl_sub {
	font-weight: bold;
	color: #fff;
	/*font-size: 1.8rem;*/
	font-size: 2rem;
	line-height: 1.2;
	padding: .75rem 1.5rem;
	border-radius: 0 15px 0 0;
}
.tab_content>li .cont .block .detail .desc {
	background: #f2f0d2;
	font-size: 1.6rem;
	padding: 15px;
	margin-bottom: 10px;
}
.tab_content>li .cont .block .detail .desc p.note {
	color: #ca2020;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: .5rem;
}
.nmosd06_1 .point,
.nmosd06_2 .point {
	/*background: #fff;*/
	border: 2px dotted #8b4513;
	font-size: 1.6rem;
	padding: 10px 15px;
	border-radius: 15px;
	margin: 15px auto 0;
}
.nmosd06_1 .point span,
.nmosd06_2 .point span {
	display: block;
	font-weight: bold;
	/*color: #a55a9d;*/
	color: #8b4513;
	margin-bottom: .25rem;
}
.nmosd06_1 .point p,
.nmosd06_2 .point p {
	font-size: 1.5rem;
}
#tab_cont1 .ttl {
	color: #e1a13e;
}
#tab_cont1 .ttl_sub {
	color: #fff;
	background: #e1a13e;
}
#tab_cont2 .ttl {
	color: #63c2ee;
}
#tab_cont2 .ttl_sub {
	color: #fff;
	background: #63c2ee;
}
#tab_cont2 img.w30 {
	margin-right: -15px;
}
#tab_cont3 .ttl {
	color: #d98495;
}
#tab_cont3 .ttl_sub {
	color: #fff;
	background: #d98495;
}
#tab_cont4 .ttl {
	color: #88b751;
}
#tab_cont4 .ttl_sub {
	color: #fff;
	background: #88b751;
}
.nmosd06_1 .scroll_x,
.nmosd06_2 .scroll_x {
	margin: 15px 0;
	padding-bottom: .5rem;
}
.nmosd06_1 table,
.nmosd06_2 table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.5rem;
}
.nmosd06_1 table td,
.nmosd06_2 table td {
	color: #000;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: .5rem;
}
.nmosd06_1 table th,
.nmosd06_2 table th {
	text-align: center;
	color: #fff;
	background: #88b751;
	border: 1px solid #ccc;
	padding: .5rem;
}
.nmosd06_1 table span,
.nmosd06_2 table span {
	display: block;
	font-size: 1.3rem;
}
.nmosd06_1 table span.att,
.nmosd06_2 table span.att {
	color: #ca2020 !important;
	font-weight: bold;
	font-size: 1.5rem;
}
.nmosd06_1 .scroll_x p,
.nmosd06_2 .scroll_x p {
	font-size: 1.5rem;
	padding: 0;
}
.balloon {
	width: calc(32% - 15px);
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	align-self: flex-start;
	margin-top: 7rem;
	padding: 10px;
	font-size: 1.5rem;
}
.balloon:before {
	content: "";
	position: absolute;
	top: 40%;
	left: -28px;
	margin-top: -12px;
	border: 8px solid transparent;
	border-right: 22px solid #fff;
	z-index: 2;
}
.balloon:after {
	content: "";
	position: absolute;
	top: 40%;
	left: -40px;
	margin-top: -14px;
	border: 10px solid transparent;
	z-index: 1;
}
#tab_cont1 .balloon {
	border: solid 3px #e1a13e;
}
#tab_cont1 .balloon:after {
	border-right: 28px solid #e1a13e;
}
#tab_cont2 .balloon {
	margin-top: 14rem;
	border: solid 3px #63c2ee;
}
#tab_cont2 .balloon:after {
	border-right: 28px solid #63c2ee;
}
#tab_cont3 .balloon {
	border: solid 3px #d98495;
}
#tab_cont3 .balloon:after {
	border-right: 28px solid #d98495;
}
#tab_cont4 .balloon {
	width: calc(48% - 15px);
	border: solid 3px #88b751;
}
#tab_cont4 .balloon:after {
	border-right: 28px solid #88b751;
}
.balloon .refSet {
	margin: 10px 0 0;
}
.balloon .refSet dt {
	width: 1.25em;
}
.balloon .refSet dd {
	width: calc(100% - 1.25em);
}
.box_lavender {
	background: #d7c8de;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 45px auto 10px;
	padding: 30px;
	border-radius: 15px;
}
.box_lavender .text {
	font-size: 1.6rem;
}
.box_lavender a:hover {
	filter: brightness(110%);
}
.openModal {
	display: block;
	width: 100%;
	padding: 15px 10px;
	margin-top: 30px;
	background: #a55a9d;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.openModal span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
}
.openModal img {
	display: inline-block;
	width: calc(1.8rem + 5px);
	padding-left: 5px;
}
#modalArea {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, .9);
}
.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	padding: 0;
	background: #fff;
}
.closeModal {
	position: absolute;
	top: .5rem;
	right: .5rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	cursor: pointer;
}
.zoomer_wrapper {
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin: 0;
}
.refSet.vol6 {
	font-size: 1.6rem;
	margin-top: 0;
}
.refSet.vol6 dt {
	width: 1.25em;
}
.refSet.vol6 dd {
	width: calc(100% - 1.25em);
}
.refSet.vol6 a {
	/*color: #a55a9d;*/
	color: #333;
	font-weight: bold;
	display: block;
	margin-top: .5rem;
	text-decoration: underline !important;
}
.refSet.vol6 a:hover {
	/*color: #d7c8de;*/
	opacity: .75 !important;
	text-decoration: none !important;
}
.refSet.vol6 a img {
	display: inline-block;
	width: 2.2rem;
	padding-left: .25rem;
	margin-bottom: -.25rem;
}
.nmosd06_2 .box_anchor {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: #efe5ef;
	padding: 15px;
	margin: 30px 0;
	border-radius: 15px;
}
.nmosd06_2 .box_anchor a {
	width: 50%;
	padding: 0 15px;
	border-right: 1px solid #bfbfbf;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
}
.nmosd06_2 .box_anchor a:last-child {
	border-right: none;
}
.nmosd06_2 .box_anchor a img {
	width: 24%;
	margin: auto;
}
.nmosd06_2 .box_anchor a p {
	width: 68%;
	margin: 10px auto 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #1e2b71;
}
.nmosd06_2 .box_anchor a:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	bottom: 0;
	left: 55%;
	margin: auto;
	border-top: 4px solid #1e2b71;
	border-right: 4px solid #1e2b71;
	border-radius: 2px;
	transform: rotate(135deg);
}
.nmosd06_2 .box_anchor a:hover p {
	color: #4f63cd;
}
.nmosd06_2 .box_anchor a:hover:after {
	border-top: 4px solid #4f63cd;
	border-right: 4px solid #4f63cd;
}
.nmosd06_2 .box_anchor a p span {
	font-size: 1.4rem;
	display: block;
	margin-bottom: .5rem;
}
.nmosd06_2 .box_anchor a img:hover {
	filter: none !important;
}
.nmosd06_2 .box_anchor a:hover {
	filter: brightness(110%) !important;
}
.nmosd06_2 .box_anchor.btm {
	padding: 0 15px;
	margin: 45px 0 30px;
	position: relative;
}
.nmosd06_2 .box_anchor.btm:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	left: auto;
	right: 30px;
	margin: auto;
	border-top: 4px solid #1e2b71;
	border-right: 4px solid #1e2b71;
	border-radius: 2px;
	transform: rotate(45deg);
}
.nmosd06_2 .box_anchor.btm.prev:after {
	left: 30px;
	right: auto;
	transform: rotate(-135deg);
}
.nmosd06_2 .box_anchor.btm a {
	width: 100%;
	justify-content: center;
	align-items: center;
}
.nmosd06_2 .box_anchor.btm a img {
	width: auto;
	max-width: 90px;
	margin: -15px 0 !important;
}
.nmosd06_2 .box_anchor.btm a p {
	width: auto;
	margin: 0 0 0 1.5rem;
}
.nmosd06_2 .box_anchor.btm a p span {
	display: inline-block;
	margin: 0 .5rem 0 0;
}
.nmosd06_2 .box_anchor.btm a:after {
	display: none;
}
.nmosd06_2 article h4 {
	background: #efe5ef;
	padding: 15px 25% 15px 15px;
	border-left: 10px solid #242b70;
	border-bottom: none !important;
	margin: 100px 0 30px !important;
	line-height: 1.4;
	position: relative;
}
.nmosd06_2 article h4 span {
	font-size: 1.8rem;
	display: block;
	margin-bottom: .5rem;
}
.nmosd06_2 article h4 img {
	width: 25%;
	position: absolute;
	top: -5rem;
	right: 0;
}
.nmosd06_2 article>ul {
	color: #417e31;
	margin: 15px 15px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px dashed #417e31;
}
.nmosd06_2 article>ul li {
	padding: .5rem 0 .5rem 1.25em;
	text-indent: -1.25em;
	line-height: 1.4;
}
.nmosd06_2 article>ul li:before {
	content: '● ';
}
.nmosd06_2 article p {
	font-size: 1.8rem;
	line-height: 2;
	padding: 0 15px;
}
.nmosd06_2 article .f01 {
	color: #e1a13e;
	font-weight: bold;
	margin: 0 .125rem;
}
.nmosd06_2 article .f02 {
	color: #63c2ee;
	font-weight: bold;
	margin: 0 .125rem;
}
.nmosd06_2 article .f03 {
	color: #d98495;
	font-weight: bold;
	margin: 0 .125rem;
}
.nmosd06_2 article .f04 {
	color: #88b751;
	font-weight: bold;
	margin: 0 .125rem;
}
.nmosd06_2 article h5 {
	color: #1e2b71;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	background: #efe5ef;
	padding: 10px;
	margin: 30px 15px;
	border-radius: 30px;
}
.nmosd06_2 article>div {
	margin: 30px 15px;
}
.nmosd06_2 article>div h6 {
	display: block !important;
	border-radius: 10px !important;
	text-align: left !important;
	margin-bottom: .75rem;
	font-size: 2rem !important;
	line-height: 1.4;
	text-indent: -1.25em;
	padding: 1rem 4.5rem !important;
}
.nmosd06_2 article>div.detail01 h6 {
	background: #e1a13e !important;
}
.nmosd06_2 article>div.detail02 h6 {
	background: #63c2ee !important;
}
.nmosd06_2 article>div.detail03 h6 {
	background: #d98495 !important;
}
.nmosd06_2 article>div.detail04 h6 {
	background: #88b751 !important;
}
/*.nmosd06_2 article>div h6 span {
	background: #a55a9d;
	padding: .25rem 1rem;
	margin-left: 1.4rem;
	font-size: 1.4rem;
	display: inline-block;
}
.nmosd06_2 article>div h6 span:first-child {
	margin-left: 3rem;
}*/
.nmosd06_2 article>div>p {
	font-size: 1.6rem;
}
.nmosd06_2 article>div>ul {
	margin: 5px 0 15px;
	padding: 0 15px;
}
.nmosd06_2 article>div>ul li {
	font-size: 1.6rem;
	padding: .5rem 0 .5rem 1.25em;
	text-indent: -1.25em;
	line-height: 1.4;
}
.nmosd06_2 article>div>ul li:before {
	content: '・ ';
}
.nmosd06_2 article>div>ul li span {
	font-size: 1.4rem;
	display: block;
	margin-top: .25rem;
}
.nmosd06_2 article .box_sub {
	padding: 15px;
	margin: 10px 15px 45px;
	border-radius: 10px;
	font-size: 1.6rem;
}
.nmosd06_2 article>div.detail01 .box_sub {
	background: #f7e7cf;
}
.nmosd06_2 article>div.detail02 .box_sub {
	background: #d8f0fb;
}
.nmosd06_2 article>div.detail03 .box_sub {
	background: #f5e0e4;
}
.nmosd06_2 article>div.detail04 .box_sub {
	background: #e1edd3;
}
.nmosd06_2 article .box_sub>p span {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: .25rem 0;
}
.nmosd06_2 article .box_sub>p span:nth-child(1) {
	color: #1e2b71;
	font-weight: bold;
}
.nmosd06_2 article .box_sub>p span:nth-child(2) {
	color: #000;
	padding-left: 1em;
}
.nmosd06_2 article .box_sub>p span:nth-child(3) {
	color: #ca2020;
	padding-left: 1em;
}
.nmosd06_2 .point {
	padding: 0 15px;
	margin: 15px auto 0;
	border: none;
}
.nmosd06_2 .point li {
	font-size: 1.6rem;
	color: #000;
	padding: .5rem 0 .5rem 1.25em;
	text-indent: -1.25em;
	line-height: 1.6;
}
.nmosd06_2 .point li:before {
	content: '✔ ';
}
.nmosd06_2 article .text_sub {
	display: block;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	margin: 1rem 0 0;
}
.nmosd06_2 dl.refSet {
	margin: 30px 0 60px;
}
.nmosd06_2 dl.refSet dt {
	color: #000;
	padding: 0;
}
.nmosd06_2 dl.refSet dd {
	padding: 0;
}
.nmosd06_2 a.openModal {
	padding: 0;
	margin: .5rem 0 1rem;
	background: none;
	/*color: #a55a9d;*/
	font-size: 1.6rem;
	text-align: left;
}
.nmosd06_2 a.openModal img {
	display: inline-block;
	width: 2.2rem;
	padding-left: .25rem;
	margin-bottom: -.25rem;
}
.nmosd06_2 a.openModal:hover img {
	opacity: .5 !important;
}
.nmosd06_2 .scroll_x {
	margin: 10px 0 10px 1em;
}
/* 210329 add_respi
----------------------------- */
.nmosd07 .bd_green .box_inner {
	width: auto;
	position: relative;
	background: #fff;
	border: 4px solid #3e8694;
	padding: 1em;
}
.nmosd07 .bd_green hr {
	border-top: 2px dotted #3e8694;
	margin: 1em 0;
}
.nmosd07 .box_typeB.bg_lightgreen {
	padding: 30px 40px;
}
.nmosd07 .box_typeB.bg_lightgreen h6 {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nmosd07 .box_typeB.bg_lightgreen h6 span {
	width: calc(100% - 6em);
	padding: .25em 0;
	display: block;
	font-size: 2rem;
}
.nmosd07 .box_typeB.bg_lightgreen h6 span.term {
	background: #fff;
	border: 2px solid #3e8694;
	border-radius: .5em;
	color: #3e8694;
	text-align: center;
	width: 4.5em;
	padding: .25em .5em;
	font-size: 2rem;
}
/* 210624 add_respi
----------------------------- */
.box_type08_1 {
	background: #fdf7eb;
	border: 2px solid #e5d0bd;
	width: 100%;
	padding: 1.5em;
	margin: 30px auto 45px;
	border-radius: 1.25em;
	display: flex;
	flex-wrap: wrap;
}
.box_type08_1 .block_txt {
	width: 56%;
}
.box_type08_1 h5 {
	font-size: 2.2rem;
	color: #9b583b;
	line-height: 1.6;
}
.box_type08_1 ul {
	color: #9b583b;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	margin: .5em 0;
}
.box_type08_1 li {
	margin: .5em 0 0;
	padding-left: 1.25em;
	text-indent: -1.25em;
	position: relative;
}
.box_type08_1 li:before {
	content: '●';
	font-size: 1.6rem;
	color: #eca841;
}
.box_type08_1 li p {
	color: #000;
	font-size: 1.8rem;
	font-weight: normal;
	text-indent: 0;
}
.box_type08_1 .block_img {
	width: 44%;
	position: relative;
}
.box_type08_1 .block_img img {
	position: absolute;
	max-width: 138%;
	bottom: -1.5rem;
	left: -5.5em;
}
/* 220218 add_respi
----------------------------- */
.box_type09_2 {
	width: 100%;
	background: #fff8eb;
	border-radius: 1.25rem;
	padding: 3rem 4rem;
	margin: 3rem auto;
	box-shadow: inset 0 0 1rem #eae1cf;
}
.box_type09_2 h5 {
	background: #da5283;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
	padding: .5rem 1.5rem .5rem 4rem;
	margin: 0 auto 1.5rem -4.5rem;
	position: relative;
	display: inline-block;
	min-width: 65%;
}
.box_type09_2 h5:before {
	content: '';
	width: 2.5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #5797d1;
	border-radius: 1.25rem 0 0 1.25rem;
}
.box_type09_2 h5:after {
	content: '';
	width: .75rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 2rem;
	background: #fdd000;
}
.box_type09_2 dl.table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	border-left: 2px solid #af7900;
	border-top: 2px solid #af7900;
	margin: 1.5rem 0 .5rem;
}
.box_type09_2 dl.table dt {
	width: 30%;
	border-right: 2px solid #af7900;
	border-bottom: 2px solid #af7900;
	background: #fffcdb;
	padding: 1rem .75rem;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box_type09_2 dl.table dd {
	width: 70%;
	border-right: 2px solid #af7900;
	border-bottom: 2px solid #af7900;
	background: #fff;
	padding: 1rem .75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.box_type09_2 a.btn_navy {
	font-size: 1.6rem;
	padding: 10px;
	border-radius: 20px;
}
.box_type09_2 a.btn_navy span {
	display: block;
	text-align: left;
	font-size: 90%;
}
.box_type09chart {
	width: 100%;
	background: #ebf6f7;
	border-radius: 1.25rem;
	padding: 3rem;
	margin: 3rem auto;
	box-shadow: inset 0 0 1rem #c9e5e8;
}
.box_type09chart img {
	width: 100%;
	max-width: 640px;
}
.ref {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
	word-wrap: break-word;
	margin: 3rem 0 0;
}
.set_ls09 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.set_ls09>div {
	width: 70%;
}
.set_ls09>img {
	width: 28%;
}
.box_ls09 {
	width: 100%;
	background: #eaf6fd;
	padding: 1.5rem;
	margin: 1.5rem 0;
	border-radius: 1.25rem;
	font-size: 1.7rem;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.box_ls09 dt {
	width: 6em;
	color: #fff;
	background: #2ea7e0;
	padding: .25rem 1rem;
	margin-left: -2rem;
	border-radius: .5rem;
	font-weight: bold;
	text-align: center;
}
.box_ls09 dd {
	width: calc(100% - 7em + 2rem);
}
.box_ls09 dd ul li {
	position: relative;
	padding: .25rem 0 .25rem 1em;
}
.box_ls09 dd ul li:before {
	content: "";
	width: .75em;
	height: .75em;
	background: #2ea7e0;
	border-radius: 50%;
	position: absolute;
	top: .75rem;
	left: 0;
}
/* 220330 add_respi
----------------------------- */
.box_fukaura {
	width: 100%;
	background: #fff8eb url(../img/nmosd/nmosd10_bg1.jpg) no-repeat;
	background-size: contain;
	border-radius: 1.25rem;
	padding: 2rem 4.5rem 2rem 6rem;
	margin: 0 auto 4.5rem;
	box-shadow: inset -.125rem 0 1rem rgba(0, 0, 0, .2);
	display: flex;
	position: relative;
}
.box_fukaura p span {
	display: block;
	font-size: 140%;
	text-align: right;
}
.box_fukaura img {
	width: 26%;
	position: absolute;
	bottom: -1em;
	right: 2%;
}
.box_type10-1 {
	width: 100%;
	background: url(../img/nmosd/nmosd10_bg2.jpg);
	border: 3px solid #f19ca6;
	border-radius: 1.25rem;
	padding: 4.5rem 6rem;
	margin: 0 auto 4.5rem;
	text-align: center;
}
.box_type10-1 p {
	text-align: left;
}
.box_type10-1 h4 {
	font-size: 2.5rem !important;
	color: #e73562 !important;
	padding: 1rem;
	border: 2px solid #f19ca6 !important;
	border-radius: 3rem;
	margin: 0 0 3rem !important;
}
.box_type10-1 ul {
	width: 100%;
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: .125rem .125rem 1rem rgba(0, 0, 0, .2);
	padding: 2rem 2.5rem;
	margin: 2rem auto 4.5rem;
	text-align: left;
}
.box_type10-1 ul li {
	font-size: 1.8rem;
	font-weight: bold;
	padding: .25rem 0 .25rem 1.25em;
	text-indent: -1.25em;
	position: relative;
}
.box_type10-1 ul li:before {
	content: "● ";
	color: #ed6c00;
}
.box_type10-1 dl.set_yellow {
	background: #fffcd1;
	border-radius: 1.5rem;
	box-shadow: .125rem .125rem 1rem rgba(0, 0, 0, .2);
	padding: 2rem 2rem 2rem 6rem;
	margin: 2rem auto;
	position: relative;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: center;*/
}
.box_type10-1 dl.set_yellow:before {
	content: "";
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	border: 2px solid #fedf8d;
	border-radius: 1.25rem;
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.box_type10-1 dl.set_yellow:after {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/nmosd/nmosd10_bg2.jpg);
	border: 5px solid #f19ca6;
	border-radius: 50%;
	position: absolute;
	top: 2rem;
	left: 2rem;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
}
.box_type10-1 dl.set_yellow dt {
	width: 65%;
	font-size: 1.6rem;
	font-weight: bold;
	padding-top: 3rem;
	color: #3e3a39;
}
.box_type10-1 dl.set_yellow dd {
	width: 32%;
}
.box_type10-1 dl.set_honestynote {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 3rem auto 1rem;
}
.box_type10-1 dl.set_honestynote dt {
	width: 25%;
}
.box_type10-1 dl.set_honestynote dd {
	width: 72%;
	border: 2px solid rgba(237, 108, 0, .5);
	border-radius: 1.25rem;
	padding: 1.5rem 2.5rem;
	margin: .75rem 0;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.8;
	color: #ed6c00;
	background: transparent;
	position: relative;
}
.box_type10-1 dl.set_honestynote dd:before {
	content: "";
	width: 20px;
	height: 20px;
	border-right: 20px solid rgba(237, 108, 0, .5);
	border-left: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 40px;
	left: -20px;
}
.box_type10-1 dl.set_honestynote dd:after {
	content: "";
	width: 18px;
	height: 16px;
	border-right: 18px solid #faf7ed;
	border-left: none;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 42px;
	left: -16px;
	z-index: 10;
}
.box_type10-1 dl.set_honestynote dd .set_ruby {
	font-size: 1.9rem;
	display: inline-block;
	padding-top: .375em;
}
.box_type10-1 dl.set_honestynote dd .border {
	border: 1px solid #ed6c00;
	display: inline-block;
	padding: 0 .25rem;
	margin: 0 .5rem;
	border-radius: .5rem;
}


/* style
-------------------------- */
.f_bold {
	font-weight: bold;
}
.f_ss {
	font-size: 1.2rem !important;
}
.f_16 {
	font-size: 1.6rem !important;
}
.f_20 {
	font-size: 2.0rem !important;
}
.mb_none {
	margin-bottom: 0 !important;
}
.mb_ss {
	margin-bottom: .5em !important;
}
.mb_1em {
	margin-bottom: 1em !important;
}
.mb_3em {
	margin-bottom: 3em !important;
}
.mt_none {
	margin-top: 0 !important;
}
.mt_ss {
	margin-top: .5em !important;
}
.mt_1em {
	margin-top: 1em !important;
}
.mt_3em {
	margin-top: 3em !important;
}
.ml_none {
	margin-left: 0 !important;
}
.mlr_1em {
	margin-left: 1em !important;
	margin-right: 1em !important;
}
.mr_none {
	margin-right: 0 !important;
}
.pt_5px {
	padding-top: 5px !important;
}
.ind_1em {
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.left {
	float: left;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}
.right {
	float: right;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}
.flex_reverse {
	flex-direction: row-reverse;
}
.align_end {
	align-items: flex-end;
}
.align_center {
	align-items: center;
}
.w14 {
	width: 14%;
	display: block;
	margin: 0 auto;
}
.w18 {
	width: 18%;
	display: block;
	margin: 0 auto;
}
.w20 {
	width: 20%;
	display: block;
	margin: 0 auto;
}
.w25 {
	width: 25%;
	display: block;
	margin: 0 auto;
}
.w28 {
	width: 28%;
	display: block;
	margin: 0 auto;
}
.w30 {
	width: 30%;
	display: block;
	margin: 0 auto;
}
.w35 {
	width: 35%;
	display: block;
	margin: 0 auto;
}
.w40 {
	width: 40%;
	display: block;
	margin: 0 auto;
}
.w42 {
	width: 42.5%;
	display: block;
	margin: 0 auto;
}
.w50 {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.w60 {
	max-width: initial !important;
	width: 60% !important;
	display: block;
	margin: 0;
}
.w65 {
	width: 65%;
	display: block;
	margin: 0;
}
.w70 {
	width: 70%;
	display: block;
	margin: 0;
}
.w75 {
	width: 75%;
	display: block;
	margin: 0;
}
.w80 {
	width: 80%;
	display: block;
	margin: 0;
}
.w85 {
	width: 85%;
	display: block;
	margin: 0;
}
.w_auto {
	width: auto;
}
.f_pink {
	color: #ed1e79;
}
.f_pink2 {
	color: #e73562;
}
.f_brown {
	color: #964f00;
}
.f_green {
	color: #26535c;
}
.f_navy {
	color: #1e2b71;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.imp_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}
.bg_lightpink {
	background: #ffeded;
}
.bg_cream {
	background: #fef9de;
	padding: .75em;
}
.bg_lightgreen {
	background: #f6faec;
	padding: .75em;
}
.dsp_none {
	display: none;
}