@charset "shift_jis";

/* ============================================================

	reset

============================================================ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
*, *::before, *::after { box-sizing: border-box; }
body { -webkit-text-size-adjust: 100%; }

/* ============================================================

	base

============================================================ */

body {
	background: #fff;
	color: #333;
	font-family: 'CI',Meiryo,'qMmpSPro W3','Hiragino Kaku Gothic Pro','lrSVbN',sans-serif;
}

body.tcS {
	font-size: 80%;
}

body.tcL {
	font-size: 200%;
}

#skip_link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

#skip_link a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 10px;
	text-indent: -9999px;
}

#skip_link a:active,
#skip_link a:focus {
	overflow: visible;
	height: auto;
	text-indent: 0;
	text-align: center;
	padding: 10px;
	background: #fff;
}

#skip_main {
	overflow: hidden;
	height: 1px;
	text-indent: -9999px;
}

a {
	word-break: break-all;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

a img {
	overflow: hidden;
}

img.nomenu {
	pointer-events: none;
}

a.ov:hover img,
img.ov:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

strong,
b,
.bold {
	font-weight: bold;
}

/* ============================================================

	parts

============================================================ */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clfx {
	zoom:1;
	min-height: 1px;
}

.clfx::after {
	content: '\02022';
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.nobr {
	white-space: nowrap;
}

.wbreak {
	word-break: break-all;
}

.indent_kakko {
	display: inline-block;
	margin-left: -0.5em;
	text-indent: 0;
}

.indent_1em {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em !important;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.img_center {
	margin: 1.5em 0;
	text-align: center;
}

sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.ruby {
	font-size: 70%;
}
.ruby::before {
	content: '(';
	padding-left: 3px;
}
.ruby::after {
	content: ')';
	padding-right: 3px;
}

.mt0 {
	margin-top: 0 !important;
}
.mt01 {
	margin-top: 1em !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb01 {
	margin-bottom: 1em !important;
}

/* ============================================================

	page

============================================================ */

#page {
	position: relative;
	padding: 35px 20px 0 0;
	border: 5px solid #713e98;
	background: linear-gradient(to right, #e5deea, #f1edf4)
}

#wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}

/* ============================================================

	header

============================================================ */

#header {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 5;
}

#site_title {
	display: inline-block;
	vertical-align: top;
}

#site_sub_title {
	display: inline-block;
	margin-top: 2px;
}

/* ============================================================

	gnavi

============================================================ */

#gnavi {
	display: table-cell;
	width: 220px;
	padding: 30px 10px;
	vertical-align: top;
	font-size: 0.875em; /*14px*/
	line-height: 1.4;
}

@media screen and (max-width: 799px) {
	#gnavi {
		width: 30%;
	}
}

#textchange {
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
	font-size: 0.929em; /*13px*/
}

#textchange dt {
	margin-bottom: 8px;
	text-align: center;
}

#textchange dd {
	letter-spacing: -.4em;
	text-align: center;
}

#textchange ul {
	display: inline-block;
}

#textchange li {
	display: inline-block;
	letter-spacing: normal;
}

body.tcL #textchange li {
	width: 100%;
}

#textchange li a {
	display: block;
	padding: 5px 8px;
	background-color: #d8cde5;
	color: #333;
	font-size: 0.923em; /*12px*/
	font-weight: bold;
	text-decoration: none;
}

#textchange li#text_m {
	margin: 0 5px;
	letter-spacing: 0.2em;
}

body.tcL #textchange li#text_m {
	margin: 5px 0;
}

#textchange li a.on,
#textchange li a:hover {
	background-color: #713e98;
	color: #fff;
}

#gnavi .topic {
	margin-bottom: 10px;
}

#gnavi .topic dt {
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px 5px 1px;
	border-radius: 5px;
	background-color: #713e98;
	color: #fff;
	font-size: 0.786em; /*11px*/
	vertical-align: middle;
}

#gnavi .topic dd {
	display: block;
	font-weight: bold;
}

#gnavi .list li {
	margin-bottom: 10px;
	padding-left: 22px;
}

#gnavi .list ul {
	margin-top: 10px;
}

#gnavi .list li li {
	margin-bottom: 10px;
	padding-left: 0.5em;
	text-indent: -1em;
}

#gnavi .list li .indent {
	display: inline-block;
	padding-left: 1.5em;
	text-indent: 0;
	text-decoration: underline;
}

#gnavi .list li .indent.mb {
	margin-bottom: 10px;
}

#gnavi .list .i01 {
	background: url(../img/btn_blue.png) 0 0 no-repeat;
}

#gnavi .list .i02 {
	background: url(../img/btn_green.png) 0 0 no-repeat;
}

#gnavi .list .i03 {
	background: url(../img/btn_red.png) 0 0 no-repeat;
}

#gnavi .list .i04 {
	background: url(../img/btn_orange.png) 0 0 no-repeat;
}

#gnavi .list .d01::before {
	content: '\025cf';
	color: #713e98;
}

#gnavi .list .d02::before {
	content: '\02022';
}

/* ============================================================

	contents

============================================================ */

#contents {
	display: table-cell;
	padding: 30px 15px 30px;
	border: 5px solid #713e98;
	border-radius: 20px;
	background-color: #fff;
	vertical-align: top;
	line-height: 1.6;
}

#contents .color {
	color: #713e98;
}

#contents p {
	text-indent: 1em;
}

#contents sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

#contents sub {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

#contents p.indent0 {
	text-indent: 0;
}

#contents .img_box01 {
	max-width: 450px;
	width: 100%;
	margin: 2em auto;
}

#contents .img_box02 {
	max-width: 510px;
	width: 100%;
	margin: 2em auto;
}

#contents .img_box01 .caption,
#contents .img_box02 .caption {
	margin-top: 10px;
	font-size: 0.875em; /*14px*/
}

#contents #contents_link {
	display: table;
	table-layout: fixed;
	margin: 3em auto 1.5em;
}

#contents #contents_link .link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#contents #contents_link .link.center {
	padding: 0 10px;
}

#contents #contents_link .link.side {
	width: 8em;
}

#contents #contents_link .link a {
	display: inline-block;
	padding: 8px 1em 5px;
	background: #e5deea;
}

#contents #contents_link br {
	display: none;
}

body.tcL #contents #contents_link br {
	display: inline;
}

body.tcL #contents #contents_link .link.side {
	width: 6em;
}

#contents #site_link {
	text-align: center;
}

#contents #site_link a {
	padding-left: 20px;
	background: url(../img/marker02.gif) left center no-repeat;
	color: #d00;
	font-weight: bold;
}

/* ============================================================

	footer

============================================================ */

#footer {
	padding: 10px;
	font-size: 0.750em; /*12px*/
}


#footer img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ============================================================

	p01

============================================================ */

body#p01 #contents .contents_title {
	margin-bottom: 1.5em;
	border-top: 1px solid #713e98;
	border-right: 1px solid #713e98;
	border-bottom: 3px solid #713e98;
	border-radius: 0 10px 0 0;
	background: url(../img/p01_title01.png) left top repeat-y;
}

body#p01 #contents .contents_title > .inner {
	margin: 8px 0;
	padding: 15px 30px 5px 40px;
}

body#p01 #contents .contents_title h1 {
	font-size: 2.125em; /*34px*/
}

body#p01 #contents .contents_title .author {
	text-align: right;
}

body#p01 #contents .contents_title .author .name {
	font-size: 1.125em;
}

body#p01 #contents .title01 {
	position: relative;
	margin: 1.5em 0 1em;
	padding: 5px 10px 0;
	border-radius: 0 5px 0 0;
	background: #d8cde5;
	line-height: 1.4;
}

body#p01 #contents .title01 .number {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #713e98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
}

body#p01 #contents .title01 .text {
	padding-left: 1.5em;
	font-size: 1.25em;
}

body#p01 #contents p.small {
	font-size: 0.875em; /*14px*/
	text-indent: 0;
}

body#p01 #contents .img01 {
	max-width: 700px;
}

body#p01 #contents .img01 .inner {
	max-width: 600px;
}

body#p01 #contents .img01 .title {
	font-size: 0.875em; /*14px*/
}

body#p01 #contents .img01 .title::before {
	content: '\025a0';
	margin-right: 3px;
	color: #9d7fba;
	font-family: sans-serif;
}

body#p01 #contents .img01 .title sup {
	font-weight: normal;
}

body#p01 #contents .img01 img {
	margin: 10px 0;
}

body#p01 #contents .small.indent {
	padding-left: 3.2em;
	text-indent: -3.2em;
}


/* ============================================================

	p02`03€Κ

============================================================ */

body#p02 #contents .contents_title,
body#p03 #contents .contents_title {
	margin-bottom: 1.5em;
	padding: 10px 20px 10px 30px;
	border-radius: 0 15px 15px 0;
	background: #d8cde5 url(../img/p02_p03_title01.png) left top repeat-y;
}

body#p02 #contents .contents_title .text01,
body#p03 #contents .contents_title .text01 {
	display: inline-block;
	margin-left: -10px;
	margin-bottom: 0.6em;
	padding: 7px 20px 5px;
	border-radius: 20px;
	background: #fff;
	color: #713e98;
	font-weight: bold;
	line-height: 1;
}

body#p02 #contents .contents_title h1,
body#p03 #contents .contents_title h1 {
	font-size: 2em; /*32px*/
	line-height: 1.4;
}

body#p02 #contents .contents_title h1 .xsmall,
body#p03 #contents .contents_title h1 .xsmall {
	font-size: 0.625em; /*20px*/
}

body#p02 #contents .contents_title h1 .small,
body#p03 #contents .contents_title h1 .small {
	font-size: 0.938em; /*30px*/
}

body#p02 #contents .contents_title h1 .mark,
body#p03 #contents .contents_title h1 .mark {
	display: inline-block;
	padding: 5px 10px 2px;
	border: 1px solid #0068b5;
	border-radius: 5px;
	background: #fff;
	font-size: 0.5em; /*16px*/
	font-weight: normal;
	line-height: 1;
}


/* ============================================================

	p02

============================================================ */

body#p02 #contents .contents_title .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

body#p02 #contents .contents_title .inner .right {
	align-self: flex-end;
	font-size: 0.875em; /*14px*/
}

body#p02 #contents .title01 {
	margin: 1em 0 0.5em;
	border-left: 8px solid #9270b1;
	padding: 8px 15px 5px 15px;
	background: #e1d9eb;
	font-size: 1.125em; /*18px*/
	line-height: 1;
}

body#p02 #contents .box01 {
	margin: 2em 0 1.5em;
	padding: 0 15px 15px;
	border-radius: 15px;
	border: 3px solid #713e98;
	background: #ebe5f2;
}

body#p02 #contents .box01 h2 {
	margin: -0.8em 0 0.4em;
	padding: 5px 20px 2px;
	border-radius: 20px 20px 0 0;
	background: #713e98;
	color: #fff;
	font-size: 1.375em; /*22px*/
	text-align: center;
}

body#p02 #contents .box01 h3 {
	color: #713e98;
	font-size: 1.25em; /*20px*/
	text-align: center;
}

body#p02 #contents .box01 h3 .underline {
	background: linear-gradient(transparent 60%, #fff 0%);
}

body#p02 #contents .box02 {
	padding: 10px;
	border: 1px solid #713e98;
	border-radius: 10px;
	background: #fff;
}

body#p02 #contents .box02 .text {
	margin-top: 15px;
	padding: 5px 20px 3px;
	border-radius: 50px;
	background: #583279;
	color: #fff;
	font-size: 1.125em; /*18px*/
	text-align: center;
}

body#p02 #contents .box02 .small_text {
	margin-top: 0.5em;
	font-size: 0.875em; /*14px*/
	text-align: center;
}

body#p02 #contents p.indent {
	margin-left: 1.5em;
	text-indent: 0;
}

body#p02 #contents .box03 {
	margin-top: 1.5em;
}

body#p02 #contents .box03 h2 {
	display: inline-block;
	margin-left: 15px;
	padding: 10px 20px 0 20px;
	border-radius: 15px 15px 0 0;
	background: #583279;
	color: #fff;
	font-size: 1.375em; /*22px*/
	font-weight: normal;
	line-height: 1;
}

body#p02 #contents .box03 .inner {
	padding: 15px;
	border: 1px solid #583279;
	border-top-width: 5px;
	border-radius: 0 0 10px 10px;
}

body#p02 #contents .box03 h2 .small {
	font-size: 0.818em; /*18px*/
}

body#p02 #contents .box03 a {
	display: inline-block;
	margin-top: 0.5em;
	text-indent: 0;
}

body#p02 #contents .layout01 {
	display: flex;
}

body#p02 #contents .layout01 .line {
	width: 5em;
	border-right: 1px solid #713e98;
}

body#p02 #contents .layout03 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 1.5em;
}

body#p02 #contents .layout03 .denpa {
	padding-top: 100px;
}

body#p02 #contents .list01 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
}

body#p02 #contents .list01 dt {
	padding: 2px 5px 0;
	border: 1px solid #713e98;
	border-radius: 5px;
}

body#p02 #contents .list01 dt .ls {
	letter-spacing: 1em;;
}

body#p02 #contents .list01 dd {
	flex: 1;
	padding: 3px 0 0 1em;
}

body#p02 #contents .list01 dd.mt {
	margin-top: -0.4em;
}

body#p02 #contents .list01 .large {
	font-size: 1.25em; /*20px*/
}

body#p02 #contents .list01 .xlarge {
	font-size: 1.2em /*24px*/
}

body#p02 #contents .list01 .small {
	font-size: 0.875em; /*14px*/
}

body#p02 #contents .layout01 .list02 {
	margin-left: 0.5em;
}

body#p02 #contents .list02 .zagaku::before {
	content: '\025c7';
	color: #713e98;
}

body#p02 #contents .list02 .jikken::before {
	content: '\025c6';
	color: #713e98;
	font-size: 1.125em; /*18px*/
}

body#p02 #contents .list03 {
	margin-top: 10px;
	font-size: 0.875em; /*14px*/
}

body#p02 #contents .list03 li {
	padding-left: 1em;
	text-indent: -1em;
}

body#p02 #contents .list04 {
	display: flex;
}

body#p02 #contents .list04:first-of-type {
	margin-bottom: 0.5em;
}

body#p02 #contents .list04 dt {
	width: 8.5em;
}

body#p02 #contents .list04 dt::before {
	content: '\025b6';
}

body#p02 #contents .list04 dd {
	flex: 1;
	padding-left: 1em;
	text-indent: -1em;
}

body#p02 #contents .list04 dd::before {
	content: ':';
	padding: 0 0.5em 0 0;
	color: #713e98;
}

body#p02 #contents .list04 .image {
	position: relative;
	display: inline-block;
	margin-top: -10px;
	vertical-align: top;
	text-indent: 0;
}

body#p02 #contents .list04 .arrow {
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 10;
}

body#p02 #contents .list04 .tel {
	display: inline-block;
	text-indent: 0;
}

/* ============================================================

	p03

============================================================ */

body#p03 #contents .contents_title h1 .small {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.625em;
	font-weight: normal;
}

body#p03 #contents .contents_title .author {
	text-align: right;
}

body#p03 #contents .box01 {
	display: flex;
	width: 100%;
	margin: 1.5em 0;
	padding: 10px 15px;
	border-radius: 10px;
	background: #ebe5f2;
}

body#p03 #contents .box01 .title {
	width: 250px;
}

body#p03 #contents .box01 .title img {
	margin-top: -20px;;
}

body#p03 #contents .box01 .list {
	flex: 1;
	padding-left: 20px;
}

body#p03 #contents .box01 .list li::before {
	content: '\025b6';
	color: #713e98;
	margin-right: 3px;
}

body#p03 #contents .title01 {
	margin: 1.5em 0;
}

body#p03 #contents .title01 .title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 15px 20px 10px;
	border: 3px solid #713e98;
	border-radius: 10px;
	background: #ebe5f2;
	color: #713e98;
	font-size: 1.563em; /*25px*/
	line-height: 1;
}

body#p03 #contents .title01 .text {
	margin-top: -3em;
	padding: 10px 15px 8px 11em;
	background: #865fa8;
	color: #fff;
	clip-path: polygon(25px 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
}

body#p03.tcL #contents .title01 .text {
	padding-left: 9em;
}

body#p03 #contents .title01 .text p {
	text-indent: 0;
}

body#p03 #contents .layout01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

body#p03 #contents .unit01 {
	display: flex;
	width: 50%;
	padding-top: 20px;
}

body#p03 #contents .unit01.left {
	padding-right: 20px;
}

body#p03 #contents .unit01.right {
	padding-left: 20px;
	border-left: 1px solid #b89ecb;
}


body#p03 #contents .unit01.block {
	display: block;
}

body#p03 #contents .unit01 .unit_inner {
	padding-bottom: 20px;
}

body#p03 #contents .unit01.web .unit_inner {
	width: 100%;
}

body#p03 #contents .unit01.line .unit_inner {
	border-bottom: 1px solid #b89ecb;
}

body#p03 #contents .unit01 .unit_inner.left {
	flex: 1;
	padding-right: 20px;
}

body#p03 #contents .unit01 .unit_inner.right {
	width: 130px;
}

body#p03 #contents .unit01 .unit_inner.right.large {
	width: 250px;
	text-align: right;
}

body#p03 #contents .unit01 .title {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 1.25em; /*20px*/
	border-left: 5px solid #713e98;
}

body#p03 #contents .unit01 .title .medium {
	font-size: 0.9em; /*18px*/
}

body#p03 #contents .unit01 .title .small {
	font-size: 0.8em; /*16px*/
}

body#p03 #contents .unit01 .text {
	text-indent: 0;
}

body#p03 #contents .unit01 .movie {
	display: inline-block;
	padding: 5px 10px 3px;
	border-radius: 5px;
	background: #713e98;
	color: #fff;
	font-size: 0.875em; /*14px*/
	line-height: 1;
}

body#p03 #contents .unit01 .banner {
	max-width: 208px;
	margin-bottom: 10px;
}

body#p03 #contents .unit01 .image {
	margin-bottom: 15px;
}

body#p03 #contents .box02 {
	margin: 2em 0;
	padding: 15px 20px;
	border: 1px solid #713e98;
	border-radius: 10px;
}

body#p03 #contents .box02 .title {
	margin-bottom: 1em;
	padding: 8px 10px 3px;
	background: #d8cde5;
	font-size: 1.125em; /*18px*/
	text-align: center;
}

body#p03 #contents .box02 .layout {
	display: flex;
}

body#p03 #contents .box02 .image {
	width: 100px;
}

body#p03 #contents .box02 .text {
	flex: 1;
	padding-left: 20px;
}

body#p03 #contents .box02 .text p {
	text-indent: 0;
}

body#p03 #contents .box02 .text .small {
	margin-top: 0.5em;
	font-size: 0.875em; /*14px*/
}

body#p03 #contents .box03 {
	margin: 1em 0 2em;
	padding: 10px 10px 5px;
	border-radius: 10px;
	background: #d8cde5;
}

body#p03 #contents .box04 {
	padding: 0 15px 15px;
	border: 2px solid #713e98;
	border-radius: 10px;
}

body#p03 #contents .box04 .title {
	display: block;
	max-width: 16em;
	margin: 0 auto 15px;
	padding: 5px 10px 2px;
	border-radius: 0 0 5px 5px;
	background: #865fa8;
	color: #fff;
	font-size: 1.563em; /*25px*/
	text-align: center;
}

body#p03 #contents .box04 .layout {
	display: flex;
	margin-top: 1em;
}

body#p03 #contents .box04 .layout_inner {
	width: 50%;
}

body#p03 #contents .box04 .layout_inner.left {
	padding-right: 20px;
}

body#p03 #contents .box04 .list01 {
	border-top: 1px dotted #713e98;
}

body#p03 #contents .box04 .list01 li {
	padding: 5px 0 5px 1.2em;;
	text-indent: -1.2em;
	border-bottom: 1px dotted #713e98;
}

body#p03 #contents .box04 .list01 li::before {
	content: '\025c6';
	margin-right: 0.2em;
	color: #9d7fba;
	font-family: sans-serif;
}

body#p03 #contents .box04 .image {
	float: right;
}

body#p03 #contents .list02 {
	display: inline-block;
	margin-top: 1.5em;
	border-radius: 10px;
	background: #e1d9eb;
}

body#p03 #contents .list02 dt {
	margin: 10px 20px 0 0;
	padding-left: 10px;
	border-left: 5px solid #713e98;
	font-size: 1.25em; /*20px*/
	font-weight: bold;
}

body#p03 #contents .list02 dd {
	padding: 10px 20px 5px 20px;
	font-size: 1.5em; /*24px*/
	font-weight: bold;
}

body#p03 #contents .list02 dd img {
	height: 1em;
	width: auto;
	margin-right: 3px;
	vertical-align: -3px;
}

body#p03 #contents .box04 .table01 {
	margin-bottom: 1em;
	border: 1px solid #666;
}

body#p03 #contents .box04 .table01 th {
	width: 50%;
	padding: 5px 10px 2px;
	background: #865fa8;
	color: #fff;
}

body#p03 #contents .box04 .table01 th.line {
	border-right: 1px solid #fff;
}

body#p03 #contents .box04 .table01 td {
	width: 50%;
	padding: 5px 10px;
	border: 1px solid #666;
	vertical-align: middle;
}

body#p03 #contents .box04 .table01 td.bg {
	background: #ebe5f2;
}

body#p03 #contents .box04 .underline {
	font-size: 1.25em; /*20px*/
	background: linear-gradient(transparent 60%, #cfc2df 0%);
}

@media screen and (max-width: 800px) {

	body#p03 #contents .box01 {
		flex-wrap: wrap;
	}

	body#p03 #contents .box01 .title {
		width: 100%;
		margin-bottom: 10px;
	}

	body#p03 #contents .box01 .title img {
		margin-left: -20px;
	}

	body#p03 #contents .box01 .list {
		width: 100%;
		padding-left: 0;
	}

	body#p03 #contents .unit01 {
		width: 100%;
	}

	body#p03 #contents .unit01.left {
		padding-right: 0;
	}

	body#p03 #contents .unit01.right {
		padding-left: 0;
		border-left: none;
	}

	body#p03 #contents .unit01:last-of-type {
		border-top: 1px solid #b89ecb;
	}

	body#p03 #contents .box04 .layout {
		flex-wrap: wrap;
	}

	body#p03 #contents .box04 .layout_inner {
		width: 100%;
	}

	body#p03 #contents .box04 .layout_inner.left {
		margin-bottom: 1.5em;
		padding-right: 0;
	}

}

/* ============================================================

	p04

============================================================ */

body#p04 #contents {
	padding-top: 5px;
	background: #fff url(../img/p04_bg01.png) top center no-repeat;
}

body#p04 #contents .contents_title_info {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

body#p04 #contents .contents_title_info .title {
	width: 230px;

}

body#p04 #contents .contents_title_info .date {
	flex: 1;
	font-size: 0.875em; /*14px*/
	text-align: right;
}

body#p04 #contents .contents_title {
	margin-bottom: 1em;
	padding: 20px;
	text-align: center;
}

body#p04 #contents .contents_title h1 {
	font-size: 1.875em; /*30px*/
}

body#p04 #contents .title01 {
	margin: 1.2em 0 0.5em;
	background: linear-gradient(transparent 70%, #ebe5f2 0%);
	font-size: 1.500em; /*24px*/
	line-height: 1.2;
}

body#p04 #contents .title01::before {
	content: '\025a0';
	margin-right: 3px;
	color: #9270b1;
	font-family: sans-serif;
}

body#p04 #contents .box01 {
	margin: 1.5em 0;
}

body#p04 #contents .box01 h2 {
	display: inline-block;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background: #724099;
	color: #fff;
	font-size: 1.25em; /*20px*/
	line-height: 1;
}

body#p04 #contents .box01 h2 img {
	margin-right: 5px;
	vertical-align: middle;
}

body#p04 #contents .box01 h2 .text {
	display: inline-block;
	margin-top: 3px;
}

body#p04 #contents .box01 ul {
	z-index: -1;
	margin-top: -10px;
	padding: 25px 15px 15px;
	border-radius: 0 5px 5px 5px;
	background: #e1d9eb;
	color: #583279;
}

body#p04 #contents .box01 li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

body#p04 #contents .box01 li::before {
	content: '\025cf';
	margin-right: 3px;
	color: #9d7fba;
	font-family: sans-serif;
}

body#p04 #contents .box01 li img {
	float: right;
	margin-top: -60px;
}

body#p04 #contents .box02 {
	padding: 15px;
	border: 2px solid #713e98;
	border-radius: 10px;
}

body#p04 #contents .box02 dl {
	display: flex;
	width: 100%;
}

body#p04 #contents .box02 dl:first-of-type {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #333;
}

body#p04 #contents .box02 dt {
	width: 16em;
	padding-right: 1em;
	font-size: 1.250em; /*20px*/
}

body#p04 #contents .box02 dt::before {
	content: '\025a0';
	margin-right: 3px;
	color: #6a4e87;
	font-family: sans-serif;
}

body#p04 #contents .box02 dd {
	font-size: 1.250em; /*20px*/
}

body#p04 #contents .box02 dd img {
	height: 1em;
	width: auto;
	margin-right: 3px;
	vertical-align: -3px;
}
