@charset "utf-8";



body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *	Fonts
 *
 */



html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #2a2a2a;
}

h1,
h2,
h3,
h4,
h5 {
	color: #003271;
	letter-spacing: 0.01em;
/*
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
*/
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent: 1.0em;
	line-height: 1.9;
}

p + p {
	margin-top: 1.9em;
}

p#lead + p.mT0 {
	margin-top: -2em;
}

.s8		{ font-size: 0.8rem !important; }
.s9		{ font-size: 0.9rem !important; }
.s10	{ font-size: 1.0rem !important; }
.s11	{ font-size: 1.1rem !important; }
.s12	{ font-size: 1.2rem !important; }
.s13	{ font-size: 1.3rem !important; }
.s14	{ font-size: 1.4rem !important; }
.s15	{ font-size: 1.5rem !important; }
.s16	{ font-size: 1.6rem !important; }
.s18	{ font-size: 1.8rem !important; }
.s20	{ font-size: 2.0rem !important; }
.s22	{ font-size: 2.2rem !important; }
.s24	{ font-size: 2.4rem !important; }
.s28	{ font-size: 2.8rem !important; }
.s30	{ font-size: 3.0rem !important; }
.s32	{ font-size: 3.2rem !important; }
.s36	{ font-size: 3.6rem !important; }
.s40	{ font-size: 4.0rem !important; }

.normal	{ font-weight: normal; }
.bold	{ font-weight: 700; }
.slant	{ font-style: oblique; }
.italic {
	font-family: serif;
	font-style: italic;
	font-size: 110%;
}

.lato	{ font-family: "Lato", sans-serif; }
.roboto	{ font-family: "Roboto", sans-serif; }

.alignL	{ text-align: left; }
.alignC	{ text-align: center; }
.alignR	{ text-align: right; }

.red	{ color: #f00; }
.cyan	{ color: #00a0e9; }
.mgnd,
.magenda{ color: #e4007f; }
.yllw,
.yellow	{ color: #fe0; }
.gray	{ color: #999; }
.gray-light	{ color: #b6b6b6; }
.gray-dark	{ color: #5a5a5a; }

.bg-red		{ background-color: #f00; }
.bg-cyan	{ background-color: #00a0e9; }
.bg-mgnd,
.bg-magenda{ background-color: #e4007f; }
.bg-yllw,
.bg-yellow	{ background-color: #fe0; }


.pos-stc { position: static; }
.pos-rel { position: relative; }
.pos-abs { position: absolute; }

span[class^="space"]
{ display:block; }

.space0		{ height:0; }
.space2		{ height:2px; }
.space3		{ height:3px; }
.space5		{ height:5px; }
.space10	{ height:10px; }
.space15	{ height:15px; }
.space20	{ height:20px; }
.space25	{ height:25px; }
.space30	{ height:30px; }
.space40	{ height:40px; }
.space50	{ height:50px; }
.space60	{ height:60px; }
.space70	{ height:70px; }
.space80	{ height:80px; }
.space90	{ height:90px; }
.space100	{ height:100px; }
.space110	{ height:110px; }
.space120	{ height:120px; }
.space200	{ height:200px; }

.mT0	{ margin-top: 0 !important; }
.mT5	{ margin-top: 5px !important; }
.mT10	{ margin-top: 10px !important; }
.mT20	{ margin-top: 20px !important; }
.mT30	{ margin-top: 30px !important; }
.mT40	{ margin-top: 40px !important; }
.mT50	{ margin-top: 50px !important; }
.mT60	{ margin-top: 60px !important; }
.mT80	{ margin-top: 80px !important; }

.mB0	{ margin-bottom: 0 !important; }
.mB10	{ margin-bottom: 10px !important; }
.mB20	{ margin-bottom: 20px !important; }
.mB30	{ margin-bottom: 30px !important; }
.mB40	{ margin-bottom: 40px !important; }
.mB50	{ margin-bottom: 50px !important; }
.mB60	{ margin-bottom: 60px !important; }
.mB80	{ margin-bottom: 80px !important; }

.mL0	{ margin-left: 0 !important; }
.mL10	{ margin-left: 10px !important; }
.mL20	{ margin-left: 20px !important; }
.mL30	{ margin-left: 30px !important; }
.mL40	{ margin-left: 40px !important; }
.mL50	{ margin-left: 50px !important; }

.maxW-auto { max-width: auto !important; }
.maxW-374 { max-width: 374px !important; }
.maxW-400 { max-width: 400px !important; }
.maxW-480 { max-width: 480px !important; }
.maxW-540 { max-width: 540px !important; }
.maxW-600 { max-width: 600px !important; }
.maxW-640 { max-width: 640px !important; }
.maxW-720 { max-width: 720px !important; }
.maxW-800 { max-width: 800px !important; }
.maxW-860 { max-width: 860px !important; }
.maxW-940 { max-width: 940px !important; }
.maxW-960 { max-width: 960px !important; }

.fL { float: left; }
.fR { float: right; }
.fclr	{ clear:both; }
.clearfix:after	{
	content: "";
	clear: both;
	height: 0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *	ヘッダ
 *
 */

header {
	padding-top: 60px;
}

#topBar {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #003271;
	z-index: 20000;
}

.admin-bar #topBar {
	top: 32px;
}

#siteTitle {
	margin: -3px 0 0;
	padding: 0 25px;
}

.safari #siteTitle {
	margin-top: 0;
}

#topBar #siteTitle {
}

#siteTitle img {
	width: auto;
	height: 50px;
}

#topImage img {
	width: 100%;
	height: auto;
}

#topImage:after {
	content: " ";
	display: block;
	width: 100%;
	height: 48px;
	background: #48b4e8 url("../img/bg_dot-gra_clr-fff.png") repeat-x;
	background-size: auto 48px;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *　メインナビゲーション
 *	#mainnavi
 */

#home #mainNav {
	margin: 0 auto;
	padding: 1px 0 0;
	text-align: center;
}

#home #mainNav > ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 960px;
	margin: 30px auto 22px;
	padding: 0;
	list-style: none;
	align-items: center;
}

#home #mainNav > ul > li {
	margin: 0 25px;
}

#home #mainNav > ul > li:nth-child(1) {
	margin-left: 50px;
}

#home #mainNav > ul > li:nth-child(3) {
	margin-right: 50px;
}

#home #mainNav > ul > li:nth-child(1),
#home #mainNav > ul > li:nth-child(2),
#home #mainNav > ul > li:nth-child(3) {
	margin-bottom: -8px;
}

#home #mainNav > ul > li:nth-child(4) {
	margin-left: 0;
}
#home #mainNav > ul > li:nth-child(7) {
	margin-right: 0;
}

#home #mainNav > ul > li > a {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	vertical-align: middle;
	border: 4px solid #003271;
	border-radius: 50%;
	transition: border-color 0.2s linear 0s;
	outline: none;
}
/*
#home #mainNav > ul > li:last-child > a {
	width: 200px;
	height: 200px;
	border: none;
	border-radius: 0;
}
*/
#home #mainNav > ul > li > a:hover {
	border-color: #00a0e9;
}

.regular #mainNav {
	display: block;
	margin-left: auto;
	padding: 0 15px 0 0;
	text-align: center;
}

.regular #mainNav > ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	align-items: center;
}

.regular #mainNav > ul > li {
	margin: 0 10px;
}

.regular #mainNav > ul > li > a {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 1.2rem;
	/*
	border: 3px solid #003271;
	background: #3c597e;
	*/
	border-radius: 50%;
}

#mainNav > ul > li > a {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 200px 200px;
}

#home #mainNav > ul > li:nth-child(1) > a { background-image: url("../img/n1-rev2.png"); }
#home #mainNav > ul > li:nth-child(2) > a { background-image: url("../img/n2-rev2.png"); }
#home #mainNav > ul > li:nth-child(3) > a { background-image: url("../img/n3-rev2.png"); }
/*
#home #mainNav > ul > li:nth-child(4) > a { background-image: url("../img/n4.png"); }
#home #mainNav > ul > li:nth-child(5) > a { background-image: url("../img/n5.png"); }
#home #mainNav > ul > li:nth-child(6) > a { background-image: url("../img/n6.png"); }
#home #mainNav > ul > li:nth-child(7) > a { background-image: url("../img/n7.png?rev=20200807"); }
*/
.regular #mainNav > ul > li:nth-child(1) > a { background-image: url("../img/n1-r-rev2.png"); }
.regular #mainNav > ul > li:nth-child(2) > a { background-image: url("../img/n2-r-rev2.png"); }
.regular #mainNav > ul > li:nth-child(3) > a { background-image: url("../img/n3-r-rev2.png"); }
/*
.regular #mainNav > ul > li:nth-child(4) > a { background-image: url("../img/n4-r.png"); }
.regular #mainNav > ul > li:nth-child(5) > a { background-image: url("../img/n5-r.png"); }
.regular #mainNav > ul > li:nth-child(6) > a { background-image: url("../img/n6-r.png"); }
.regular #mainNav > ul > li:nth-child(7) > a { background-image: url("../img/n7-r.png"); }
*/
.regular #mainNav > ul > li > a {
	opacity: 0.65;
	background-size: 60px 60px;
	background-position: -6px -6px;
	transition: opacity 0.2s ease-out 0s;
}

.regular #mainNav > ul > li > a:hover,
.regular #mainNav > ul > li > a.active {
	opacity: 1.0;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *　共通　パーツ
 *
 */

.block {
	/* =div */
}

.block.bg-dot-top:before {
	content: " ";
	display: block;
	width: 100%;
	height: 48px;
	background: url("../img/bg_dot-gra_fff-clr.png") repeat-x;
	background-size: auto 48px;
}

.block.bg-dot-btm:after {
	content: " ";
	display: block;
	width: 100%;
	height: 48px;
	background: url("../img/bg_dot-gra_clr-fff.png") repeat-x;
	background-size: auto 48px;
}

.bg-def {
	background: #d8ecfd;
}

.wrapper {
	position: relative;
	width: 960px;
	margin: 50px auto;
}

.wrapper > h2:first-child {
	margin-top: 0;
}

.flex {
	display: flex;
}

.flex-c + .flex-c {
	margin-left: 48px;
}

img.

dl {
	margin: 0;
	padding: 0;
}

.dl-line > dt,
.dl-line > dd {
	display: block;
	margin: 0;
	padding: 7px 0;
}

.dl-line > dt {
	float: left;
}

.dl-line.dl-h50 > dd	{ padding-left: 50px; }
.dl-line.dl-h60 > dd	{ padding-left: 60px; }
.dl-line.dl-h80 > dd	{ padding-left: 80px; }
.dl-line.dl-h90 > dd	{ padding-left: 90px; }
.dl-line.dl-h100 > dd	{ padding-left: 100px; }
.dl-line.dl-h120 > dd	{ padding-left: 120px; }



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *　ホーム　パーツ
 *
 */

#home #lead {
	max-width: 736px;
	margin: 40px auto;
}

#home #docs h2 {
	font-size: 1.8rem;
	color: #003271;
}

#home #docs #event h2,
#home #docs #news h2 {
	display: inline-block;
	padding: 1px 12px 2px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 14px;
	background: #48b4e8;
}

#home #docs .bg-def h2 {
	margin-top: 0;
}

#home .eventInfo {
	min-width: 320px;
	margin-top: -6px;
}

#home .eventInfo p.placard {
	display: block;
	width: 100%;
	margin: 24px 20px 0;
	padding: 6px 24px;
	text-indent: 0;
/*
	text-align: center;
	border: 2px solid #9a9a9a;
	border-radius: 22px;
*/
}

#home .eventInfo h3 {
	margin: 14px 0 0;
	padding: 0 0 5px;
	font-size: 2.2rem;
}

.firefox #home .eventInfo h3.withRuby {
	margin-top: 0;
}

#home .eventInfo dl {
	margin: 0.2em 0;
}

#home .eventInfo .dl-line.dl-h50 > dt,
#home .eventInfo .dl-line.dl-h50 > dd {
	padding-top: 1px;
	padding-bottom: 1px;
}

#home .eventInfo dd {
	font-size: 1.6rem;
}

#home .eventInfo .fa {
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #00a0e9;
}

#home .eventInfo .f3c5 {
	font-size: 1.78rem;
	text-indent: 0;
}

#home .eventInfo .fa + .s10 {
	color: #00a0e9;
}

#home .eventInfo dd:first-of-type {
	font-size: 1.8rem;
}

#home .eventInfo .lato {
	letter-spacing: 0.2em;
}

#home .eventInfo .lato:first-of-type {
	margin-right: 1px;
}

.btn {
	min-width: 320px;
	display: inline-block;
	margin-top: 0.5em;
	padding: 10px 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease-out 0s;
}

.btn:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;

	float: right;
	margin: 1px 0 0 0;
}

.btn:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#home .eventInfo .btn {
	min-width: 234px;
	margin-top: 8px;
	color: #fff;
	background: #e4007f;
}

#home #news {
	position: relative;
	margin-left: auto;
}

#home #news > ul {
	width: 480px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px dotted rgba(0, 160, 233, 0.3);
}

#home #news > ul > li {
	font-size: 1.4rem;
	border-bottom: 2px dotted rgba(0, 160, 233, 0.3);
}

#home #news > ul > li > a {
	display: flex;
	width: 100%;
	padding: 13px 0 13px;
	align-items: center;
	text-decoration: none;
	color: #3a3a3a;
	transition: color 0.2s ease-out 0s;
}

#home #news > ul > li .h {
	display: inline-block;
	width: 112px;
	min-width: 112px;
	margin-top: 1px;
	font-family: "Lato", sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.18em;
	color: #e37a00;
	white-space: nowrap;
}

#home #news > ul > li > a:hover,
a.toList:hover {
	color: #00a0e9;
}

a.toList {
	font-size: 1.2rem;
	text-decoration: none;
	color: #727272;
	transition: color 0.2s ease-out 0s;
}

a.toList:after {
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-left: 5px;
}

#home #news a.toList {
	position: absolute;
	right: 0;
	top: 5px;
}

#home #pj {
}

#home #pj h2 {
	margin-top: 0;
	font-size: 2.4rem;
}

#home #about_intro {
	width: 448px;
}

#home #about_intro p {
	line-height: 2.1;
}

#home #about_intro a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #00a0e9;
	transition: 0.2s color linear 0s;
}

#home #about_intro a:hover {
	color: #00a0e9;
}



#home #about_data {
	width: 410px;
	margin-top: 63px;
	margin-left: auto;
}

#home #about_data p {
	line-height: 2.0;
}

#home #about_intro .photos {
	display: flex;
	justify-content: space-between;
}

#home #about_intro .photos img {
	width: 220px;
	height: 165px;
}

#home #activity {
}

#home #activity > h3 {
	margin: 0;
	padding: 20px 17px;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	background: #5cc5d6;
}

#home #activity > dl {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	background: #5cc5d6;
	font-size: 1.3rem;
}

#home #activity > dl > dt {
	padding: 10px 0 10px 16px;
}

#home #activity > dl.dl-line.dl-h90 > dd {
	padding: 10px 16px 10px 86px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#home #activity > dl > dd:nth-of-type(2n+1) {
	background: rgba(255, 255, 255, 0.3);
}

#home #activity > p {
	text-indent: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *	レギュラーページ　パーツ
 *
 */


#lead {
	max-width: 576px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#pageTitle {
	padding-top: 20px;
	text-align: center;
	background: #deeff0;
}

#pageTitle:after {
	content: " ";
	display: block;
	width: 100%;
	height: 48px;
	background: url("../img/bg_dot-gra_clr-fff.png") repeat-x center top;
	background-size: auto 48px;
}

#pageTitle h1 {
	margin: 0;
	padding: 1.2em 0;
	font-size: 3.2rem;
	line-height: 1.4;
	color: #003271;
}

#pageTitle img {
	display: inline-block;
	width: auto;
	height: 120px;
	display: none;
}

.regular #docs > .block > .wrapper {
	margin: 50px auto;
}

.regular #docs > .block:nth-of-type(2n) {
	padding: 0;
	background: #eff6fd;
}

.regular #docs > .block:nth-of-type(2n):before {
	content: " ";
	display: block;
	width: 100%;
	height: 48px;
	background: url("../img/bg_dot-gra_fff-clr.png") repeat-x;
	background-size: auto 48px;
}

.regular #docs > .block:nth-of-type(2n):after {
	content: " ";
	display: block;
	width: 100%;
	height: 48px;
	background: url("../img/bg_dot-gra_clr-fff.png") repeat-x;
	background-size: auto 48px;
}

.regular #docs h2 {
	margin: 0;
	padding: 0 0 0.8em;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #003271;
}


table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #a2a2a2;
}

th, td {
	padding: 7px 12px 8px;
}

table.wFull {
	width: 100%;
}

table.border {
	border: 1px solid #c6c6c6;
}

table.border th,
table.border td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
}

table.border th:last-child,
table.border td:last-child {
	border-right-width: 0;
}

table.border tbody tr:last-child th,
table.border tbody tr:last-child td {
	border-bottom: 0;
}

.tH-th-tall thead th {
	padding-top: 12px;
	padding-bottom: 13px;
}


.tB-th-L tbody th {
	text-align: left;
}

.tB-td-C tbody td {
	text-align: center;
}

.tB-th-Normal tbody th {
	font-weight: normal;
}

th .unit {
	font-weight: normal;
	font-size: 1.3rem;
}

#chousa_kekka.tH-bg thead {
	background: #dd4726;
}

#chousa_kekka.tH-bg thead th {
	color: #fff;
}

#chousa_kekka.tB-stripe tbody tr:nth-child(2n) {
	background: #fdeeeb;
}

p + h3 {
	margin-top: 1.8em;
}

.ul-links {
	margin: 0.8em 0 0;
	padding: 0;
	list-style: none;
	border-top: 2px dotted #cbe2ed;
}

.ul-links > li {
	display: flex;
	padding: 24px 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dotted #cbe2ed;
}

ul[class^="ul-item"] {
	list-style: none;
}

.ul-item1 > li { padding-left: 1.5em; }
.ul-item2 > li { padding-left: 2.5em; }
.ul-item4 > li { padding-left: 4.5em; }

ul[class^="ul-item"] > li > .h {
	float: left;
	display: inline-block;
	vertical-align: bottom;
}

.ul-item1 > li > .h { margin-left: -1.5em; }
.ul-item2 > li > .h { margin-left: -2.5em; }
.ul-item4 > li > .h { margin-left: -4.5em; }


figure {
	margin: 50px 0;
	text-align: center;
}

figcaption {
	text-align: center;
	font-size: 1.3rem;
}

figcaption.bold {
	color: #003271;
}


figcaption + img,
img + figcaption,
figure > a + figcaption {
	margin-top: 1.0em;
}


/*
	ルビ
*/

ruby[data-ruby] {
	position: relative;
	margin-right: 1px;
	margin-left: 1px;
	white-space: nowrap;
	padding-left: 0.05em;
	padding-right: 0.05em;
}


html:not([class*="firefox"]) ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -.6em;
	left: 0;
	right: 0;
	margin: 0 -1.0em 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.8rem;
	white-space: nowrap;
	line-height: 1.0;
	text-indent: 0;
	display: inline-block;
	text-align: center;
}

.safari ruby[data-ruby]::after {
	content: " ";
	margin-right: -0.20em;
	transform: translateY(.5em);
}

ruby > rt {
	margin-bottom: -.5em;			/* for Firefox*/
	transform: translateY(.5em);	/* for ex Firfox,Edge */
}


html:not([class*="firefox"]) ruby[data-ruby] > rt {
	display: none;
}

#P_forkids ruby::after {
/*
	content: " ";
	padding-right: 0.1em;
	margin-right: -0.3em;
*/
}

@supports (-ms-ime-align: auto) {
	#P_forkids rt {
		position: relative;
		top: .5em;
	}
}




a.download {
	position: relative;
	/*
	display: inline-block;
	width: 220px;
	*/
	display: block;
	margin: 0 10px 8px 3px;
	padding: 14px 0;
	font-size: 1.6rem;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
	color: #fff;
	border-radius: 4px;
	background: #dd4726;
}

a.download .fas {
/*
	position: absolute;
	right: 12px;
	top: auto;
	bottom: auto;
*/
	font-size: 2.0rem;
	line-height: 1.0;
}

a.download:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.flowchart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flowchart > li {
	position: relative;
	padding: 28px 1.0em 32px 92px;
}

.flowchart > li:nth-child(2n+1) {
	background: #e9f4f5;
}

.flowchart .chartnum {
	position: absolute;
	top: 18px;
	left: 16px;

	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	line-height: 62px;
	text-align: center;
	text-indent: 0.04em;
	font-size: 4.0rem;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	font-family: "Roboto", sans-serif;
	color: #00a5bf;
	background: #fff;
	border-radius: 50%;
}

.flowchart li:nth-of-type(2n) .chartnum {
	color: #fff;
	background: #00a5bf;
}

.flowchart li:nth-of-type(5) .chartnum {
	text-indent: 0em;
}

#docs .flowchart h2 {
	margin: 0 0 0.2em;
	padding: 0;
	font-weight: 700;
	font-size: 2.0rem;
	color: #00a5bf;
}

.flowchart ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flowchart ul > li:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.2em;
	color: rgba(0, 165, 191, 0.7);

	position: absolute;
	top: 5px;
	left: 2px;
}

.flowchart ul > li.check:before {
	content: "\f14a";
}

.flowchart ul > li {
	position: relative;
	padding: 0.32em 0 0.32em 1.6em;
}

.flowchart p {
	text-indent: 0;
}

.circle {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 4px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #003271;
}

.circle .fa-desktop {
	transform: translate(0.04em, -0.05em);
}

.circle .fa-fax {
	transform: translate(0.05em, -0.10em);
}

.sending {
	position: relative;
	margin-top: 20px;
	padding-left: 48px;
}

.sending .circle {
	position: absolute;
	top: 0;
	left: 8px;
}

.sending h3 {
	margin: 0 0 0.3em;
}

.sending p {
	margin: 0;
	line-height: 1.5;
}

.sending .btn,
.btn.tsuri,
.btn.entry {
	background: #00a5bf;
	color: #fff;
	line-height: 1.6;

}

.btn.entry {
	padding: 16px 22px;
	white-space: nowrap;
	font-size: 1.8rem;
}

.btn.entry:after {
	margin-left: 10px;
	font-size: 1.5rem;
}


.dl-line > dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

.dl-line > dd {
	margin: 0;
	padding: 0;
}

.dl-w100 > dt { width: 100px; }
.dl-w100 > dd { padding-left: 100px; }

.dl-w120 > dt { width: 120px; }
.dl-w120 > dd { padding-left: 120px; }

.dl-padS > dt,
.dl-padS > dd { padding-bottom: 0.25em; }

.dl-padM > dt,
.dl-padM > dd { padding-bottom: 0.75em; }

.dl-padL > dt,
.dl-padL > dd { padding-bottom: 1.75em; }

.dl-border {
	border-top: 1px solid #a2a2a2;
}

.dl-border > dt {
	padding-top: 9.5px;
}

.dl-border > dd {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #a2a2a2;
}

.li-padS > li { padding-bottom: 0.25em; }
.li-padM > li { padding-bottom: 0.75em; }
.li-padL > li { padding-bottom: 1.75em; }

*[class^="li-padS"] > li:last-child {
	padding-bottom: 0;
}

.firefox .li-padM > li.withRuby .h {
	transform: translateY(0.8em);
}


.regular .flex.photos {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.regular .flex.photos figure {
	max-width: 348px;
	margin: 10px 0;
	text-align: center;
}

.regular .flex.photos figcaption {
	display: inline-block;
	text-align: left;
}

.regular .flex.photos > figcaption {
	display: block;
	width: 100%;
	text-align: center;
}

#contentsNav {
}

#contentsNav ul {
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.5;
	border-top: 1px dotted #cacaca;
}

#contentsNav li {
	padding: 12px 0;
	border-bottom: 1px dotted #cacaca;
}

a {
	text-decoration: none;
	color: #07e;
}

#contentsNav a {
	color: #4a4a4a;
}

#contentsNav a:hover {
	color: #07e;
}

#contentsNav ruby,
#contentsNav rt {
	display: none;
}

#contentsNav .series {
	font-size: 1.1rem;
}


.memo,
p.memo {
	padding-left: 1.2em;
	text-indent: 0;
}

.memo > .h {
	float: left;
	display: inline-block;
	margin-left: -1.2em;
}

.fR figure {
	margin: 6px 0 0 30px;
}

.fL figure {
	margin: 6px 30px 0 0;
}














/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 *　フッター
 *
 */

footer {
	margin-top: auto;
	padding-top: 40px;
}

footer #weare {
	height: 352px;
	background:
		url("../img/bg_wave1.png") right 14px repeat-x,
		url("../img/bg_wave2.png") center 6px repeat-x,
		url("../img/bg_wave3.png") left 0px repeat-x;
}

footer h2,
footer h3 {
	margin: 0 0 0.4em;
	padding: 0;
	font-size: 1.4rem;
}

footer h2 {
	margin: 0 0 0.8em;
	padding-top: 76px;
}

#home footer h2 {
	padding-top: 64px;
}

footer .wrapper {
	margin: 0 auto;
}

#weare {
	text-align: center;
}

#home #weare:after {
	content: "";
	display: block;
	height: 48px;
	margin-top: 12px;
	background: #48b4e8 url("../img/bg_dot-gra_clr-fff.png") center bottom repeat-x;
	background-size: auto 48px;
}

.banners > ul {
	display: inline-flex;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;

}

.banners > ul > li {
	margin: 0 12px;
}

.banners a {
	display: block;
	transition: all 0.3s ease-out 0s;
	opacity: 0.92;
}

.banners a:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	opacity: 1.0;
}

#front {
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	color: #003271;
}

#front address {
	font-style: normal;
	font-size: 1.2rem;
}

#front .dmal {
	margin-top: -1px;
	padding: 1px 10px;
	font-size: 1.4rem;
	border-radius: 3px;
	transition: all 0.3s ease-out 0s;
}

#front .dmal:hover {
	color: #00a0e9;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#copyright {
	height: 74px;
	text-align: center;
}

#copyright small {
	display: inline-block;
	padding-top: 30px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	color: #4299b9;
}


.fig {
	text-align: center;
}

.tooltip {
	position: absolute;
	z-index: 99999;
	display: inline-block;
	padding: 3px 8px 4px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	background: #000;
	border-radius: 3px;
}

.event-block {
	padding: 60px 0;
	border-top: 1px dotted #999;
}

.event-block .d {
	margin-bottom: 8px;
	font-size: 1.3rem;
	color: #7a7a7a;
	letter-spacing: 0.08em;
}

img.border {
	border: 1px solid #c6c6c6;
}



/*
	#P_touroku
*/


#P_touroku #docs > .wrapper {
	padding: 0 12.0em;
}



/*
	#P_mahaze
*/

#P_mahaze #profile {
	margin-bottom: 60px;
	padding: 32px 0;
	border: solid #003271;
	border-width: 1px 0;
}

#P_mahaze #profile .photo {
	float: right;
	margin: 0 0 0 2.0em;
	border: 1px solid #f2f2f2;
}

.regular#P_mahaze #docs #profile h2 {
	margin: 0 0 6px;
	padding: 0;
	font-size: 1.8rem;
}


#P_mahaze #profile p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-size: 1.5rem;
	line-height: 1.7;
}



#P_mahaze article {
	max-width: 608px;
	margin: 0 auto;
}

#P_mahaze article {
}

#P_mahaze article figure {
	margin: 40px 0;
}

#P_mahaze article.mahaze + article.mahaze {
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid #5a5a5a;
}

/*
	#P_tsuri
*/


#P_tsuri #docs #lead {
}

#contentsBlock {
	display: flex;
	justify-content: space-between;
}

#contentsNav {
	width: 100%;
	max-width: 260px;
	padding-left: 30px;
	order: 2;
	border-left: 1px solid #c8c8c8;
}

#contentsArea {
	max-width: 608px;
	order: 1;
}

#contentsArea > .contents + .contents {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #5a5a5a;
}

article .date {
	margin-bottom: 16px;
	font-size: 1.3rem;
	color: #8a8a8a;
	letter-spacing: 0.06em;
}

article .series {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #003271;
}

article .series .header {
	display: inline-block;
	margin-right: 4px;
	padding: 2px 10px 4px;
	line-height: 1.0;
	color: #fff;
	border-radius: 10px;
	background: #48b4e8;
}

article .kai {
	font-size: 1.4rem;
}


/*
	#P_event
*/

#P_event #docs > .wrapper {
	padding: 0 8.0em;
}


/*
	#P_forkids
*/

body#P_forkids #docs,
body#P_forkids #docs p {
	text-align: center;
}

body#P_forkids #docs,
body#P_forkids #docs p {
	font-size: 1.8rem;
	line-height: 2.1;
	text-indent: 0;
}

body#P_forkids #docs p {
}

#P_forkids #docs > .wrapper {
	padding: 0 8.0em;
}

.kids-block p {
	text-indent: 0;
}

.kids-block .qa {
	position: relative;
	margin: 132px 0 48px;
	padding: 68px 18px 48px;
	border-radius: 24px;
	background: #ffec00;
}

.regular #docs .kids-block h2 {
	position: absolute;
	top: -96px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 9999;
}

.kids-block .qa_q {
	position: relative;
	padding: 64px 92px 24px;
	background: #fff;
}

.kids-block .qa-ym {
	position: absolute;
	top: -50px;
	right: 0px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #1d2088;
}

.kids-block .qa_q + h2 + .qa_q .qa-ym {
	display: none;
}

.kids-block .qa .qa_q > .h {
	position: relative;

	display: inline-flex;
	margin: 0 auto 8px;
	padding: 8px 18px 7px;
	justify-content: center;
	border-radius: 18px;
	background: #f77100;
}

.kids-block .qa .qa_q .h > img {
}

.kids-block .qa p {
}

.kids-block .qa_a {
	position: relative;
	padding: 22px 24px 4px;
	background: #fff;
}

.kids-block .qa .qa_a > .h {
	position: relative;

	display: inline-flex;
	margin: 0 auto 8px;
	padding: 8px 18px 7px;
	justify-content: center;
	border-radius: 18px;
	background: #0072f7;
}

.kids-block .qa .qa_k > .h {
	position: relative;

	display: inline-flex;
	margin: 30px auto 8px;
	padding: 8px 18px 7px;
	justify-content: center;
	border-radius: 18px;
	background: #00b7b7;
}

body#P_forkids #docs .kids-block .qa_q .qa_k + p {
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

.qa .ul-item1 {
	display: flex;
	flex-direction: column;
	margin: 1.0em auto 0;
	padding: 0;
	list-style: none;
}

.qa .ul-item1 > li {
	display: flex;
	min-height: 42px;
	margin-bottom: 0.8em;
	padding: 8px;
	align-items: center;
	border-radius: 10px;
	background: #edf9ff;
}

.qa .ul-item1 > li > .h {
	float: none;
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0 0.5em 0 0;
	text-align: center;
	line-height: 46px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}

.qa .ul-item1 > li:nth-child(1) > .h { background-color: #f2309c; }
.qa .ul-item1 > li:nth-child(2) > .h { background-color: #2c6dff; }
.qa .ul-item1 > li:nth-child(3) > .h { background-color: #0cbc0c; }

.qa .ul-item1 > li > .h {
}

.qa .ul-item1 > li > .t {
	white-space: nowrap;
}

.qa .ul-item1 > li.ansX {
	color: #999;
	filter: invert(30%);
}

.qa .ul-item1 > li.ansO:before {
	position: absolute;
	left: 16px;
	content: "正解";
	width: 72px;
	height: 72px;
	color: #f00;
	font-weight: bold;
	line-height: 56px;
	border-radius: 50%;
	border: 8px solid #f00;
}


@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .qa .ul-item1 > li.ansO:before {
		margin-top: -32px;
	}

	*::-ms-backdrop, .qa .ul-item1 > li.ansX { background: #acb1b3; }
	*::-ms-backdrop, .qa .ul-item1 > li.ansX > .h { color: #b3b3b3; }
	*::-ms-backdrop, .qa .ul-item1 > li.ansX:nth-child(1) > .h { background-color: #ae5f8a; }
	*::-ms-backdrop, .qa .ul-item1 > li.ansX:nth-child(2) > .h { background-color: #5e87b2; }
	*::-ms-backdrop, .qa .ul-item1 > li.ansX:nth-child(3) > .h { background-color: #529851; }
}

#kakomon {
	width: 100%;
	margin-top: 80px;
	padding: 20px;
	border-radius: 12px;
	/* background: #ffec00; */
	border: 6px solid #ffec00;
}

.regular #docs #kakomon h2 {
	font-size: 2.0rem;
}

.list-qa {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-qa a {
	display: inline-block;
	margin: 6px;
	padding: 2px 10px;
	border-radius: 4px;
	background: rgb(210, 228, 247);
}

.list-z3 {
	padding-left: 3.0em;
}

p.list-z3 {
	text-indent: 0;
}

.list-z3 > .h {
	display: inline-block;
	float: left;
	margin-left: -3.0em;
}

.download {
	display: flex;
	justify-content: center;
}

.download a {
	display: inline-block;
	padding: 3px 12px 6px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 4px;
	transition: all 0.2s ease 0s;
}

.download a:before {
	content: "\f56d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 2.4rem;

	display: inline-block;
	margin-right: 6px;
	transform: translateY(3px);
}

.download a:hover {
	background: #07e;
	color: #fff;
	border-color: #07e;
}
