@charset "utf-8";
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {display: block
}

/* 縦向きスマートフォン（幅370px未満）のスタイルシート */
@media screen and (orientation: portrait) and (max-width: 369px) {
#type_pc {
	display: none;
}
body {
	margin: 0;
	font-size: 18px;
	background-size: auto 1450px;
	}
#title {
	position: static;
	text-align: center;
	border: 0px solid yellow;
}
#title a:link {color: #ffff33; text-decoration: none;}
#title a:visited {color: #ffff33; text-decoration: none;}
#title a:hover {color: #ffff33; text-decoration: underline;}
#title a:active {color:#ffff33; text-decoration: underline;}

h1 {
	padding: 0.2em 0em 0.6em 0em;
	color: #ffff33;
	font-weight: bolder;
	font-size: 1.5em;
	transform: scale(0.9,1);/* 縦横比変更 */
	text-shadow: 2px 2px 2px #4f9909;
}
#jp-link {
	padding: 0.3em 1.2em 0em 0em;
	font-size: 1em;
	text-align: right;
	color: blue;
}
header {
	position: relative;
	top: -0.9em;
	left: 1em;
	width: 0;
	height: 0;
}
#theme {
	margin: 0;
	padding: 0 1.2em 0.5em;
	height: auto;
	border: 0px solid red;
	/* 文章ボックス */
}
#book {
	padding: 0 0.8em 3em; 
	background-color: #fff8dc;
	border: solid medium #dcdcdc;
	/* 本文レイアウト枠 */
}
.mokuji {
	margin: 0 1em 0 3em;
	padding: 0 0 1em; 
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid black;
}
}

/* 縦向きスマートフォン（幅370px以上700px未満）のスタイルシート */
@media screen and (orientation: portrait) and (min-width: 370px) and (max-width: 699px) {
#type_pc {
	display: none;
}
body {
	margin: 0;
	font-size: 19px;
	background-size: auto 1450px;
	}
#title {
	position: static;
	text-align: center;
	border: 0px solid yellow;
}
#title a:link {color: #ffff33; text-decoration: none;}
#title a:visited {color: #ffff33; text-decoration: none;}
#title a:hover {color: #ffff33; text-decoration: underline;}
#title a:active {color:#ffff33; text-decoration: underline;}

h1 {
	padding: 0.2em 0em 0.6em 0em;
	color: #ffff33;
	font-weight: bolder;
	font-size: 1.6em;
	transform: scale(0.9,1);/* 縦横比変更 */
	text-shadow: 2px 2px 2px #4f9909;
}
#jp-link {
	padding: 0.3em 1.2em 0em 0em;
	font-size: 1em;
	text-align: right;
	color: blue;
}
header {
	position: relative;
	top: -0.9em;
	left: 1em;
	width: 0;
	height: 0;
}
#theme {
	margin: 0;
	padding: 0 1.2em 0.5em;
	height: auto;
	border: 0px solid red;
	/* 文章ボックス */
}
#book {
	padding: 0 0.8em 3em; 
	background-color: #fff8dc;
	border: solid medium #dcdcdc;
	/* 本文レイアウト枠 */
}
.mokuji {
	margin: 0 1em 0 3em;
	padding: 0 0 1em; 
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid black;
}
}

/* 横向きスマートフォン（幅700px未満）のスタイルシート */
@media screen and (orientation: landscape) and (max-width: 699px) {
#type_pc {
	display: none;
}
body {
	margin: 0;
	font-size: 20px;
	background-size: auto 1600px;
	}
#title {
	position: static;
	text-align: center;
	border: 0px solid yellow;
}
#title a:link {color: #ffff33; text-decoration: none;}
#title a:visited {color: #ffff33; text-decoration: none;}
#title a:hover {color: #ffff33; text-decoration: underline;}
#title a:active {color:#ffff33; text-decoration: underline;}

h1 {
	padding: 0.2em 0em 0.6em 0em;
	color: #ffff33;
	font-weight: bolder;
	font-size: 1.6em;
	text-shadow: 2px 2px 2px #4f9909;
}
#jp-link {
	padding: 0.3em 1.2em 0em 0em;
	font-size: 1em;
	text-align: right;
	color: blue;
}
header {
	position: relative;
	top: -0.9em;
	left: 1em;
	width: 0;
	height: 0;
}
#theme {
	margin: 0;
	padding: 0 4em 0.5em;
	height: auto;
	border: 0px solid red;
	/* 文章ボックス */
}
#book {
	padding: 0 2em 3em; 
	background-color: #fff8dc;
	border: solid medium #dcdcdc;
	/* 本文レイアウト枠 */
}
.mokuji {
	margin: 0 1em 0 3em;
	padding: 0 0 1em;
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid black;
}
}

/* 縦向きスマートフォン（幅700px以上900px未満）のスタイルシート */
@media screen and (orientation: portrait) and (min-width: 700px) and (max-width: 899px) {
#type_pc {
	display: none;
}
body {
	margin: 0;
	font-size: 22px;
	background-size: auto 1600px;
}
#title {
	position: static;
	text-align: center;
	border: 0px solid yellow;
}
#title a:link {color: #ffff33; text-decoration: none;}
#title a:visited {color: #ffff33; text-decoration: none;}
#title a:hover {color: #ffff33; text-decoration: underline;}
#title a:active {color:#ffff33; text-decoration: underline;}

h1 {
	padding: 0.2em 0em 0.8em 0em;
	color: #ffff33;
	font-weight: bolder;
	font-size: 2em;
	text-shadow: 2px 2px 2px #4f9909;
}
#jp-link {
	padding: 1em 1em 0em 0em;
	font-size: 1em;
	text-align: right;
	color: blue;
}
header {
	position: relative;
	top: -0.9em;
	left: 2em;
	width: 0;
	height: 0;
}
#theme {
	margin: 0;
	padding: 0 10% 2em;
	height: auto;
	border: 0px solid red;
	/* 文章ボックス */
}
#book {
	padding: 0 10% 3em; 
	background-color: #fff8dc;
	border: solid medium #dcdcdc;
	/* 本文レイアウト枠 */
}
.mokuji {
	margin: 0 1em 0 3em;
	padding: 0 0 1em;
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid black;
}
}

/* 横向きスマートフォン（幅700px以上900px未満）のスタイルシート */
@media screen and (orientation: landscape) and (min-width: 700px) and (max-width: 899px) {
#type_sp {
	display: none;
}
body {
	margin: 0;
	font-size: 22px;
	background-size: auto 2200px;
}
#title {
	position: static;
	text-align: center;
	border: 0px solid red;
}
#title a:link {color: #ffff33; text-decoration: none;}
#title a:visited {color: #ffff33; text-decoration: none;}
#title a:hover {color: #ffff33; text-decoration: underline;}
#title a:active {color:#ffff33; text-decoration: underline;}
h1 {
	padding: 0.2em 0em 0.8em 0em;
 	color: #ffff33;
	font-weight: bolder;
	font-size: 2.2em;
	text-shadow: 3px 3px 3px #4f9909;
}
#jp-link {
	padding: 1em 2em 0em 0em;
	font-size: 1em;
	text-align: right;
	color: blue;
}
header {
	display: none;
}
#theme {
	position: absolute;
	left: 15em;
	margin: 0;
	padding: 0 3% 2em 0.5em;
	width: auto;
	border: 0px solid black;
	/* 文章ボックス */
}
#book {
	padding: 1em 5% 3em; 
	background-color: #fff8dc;
	border: solid medium #dcdcdc;
	/* 本文レイアウト枠 */
}
#contents {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 0.5em 3.5em 1em;
	width: 16.5em;
	font-size: 0.9em;
	color: navy;
	text-align: left;
	line-height: 2.0em;
	border: 0px solid red;
}
ol.mokuji {
	margin: 0em 0em 0em 2em;
	padding: 0em 0em 1em 1em;
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid black;
}
}

/* ＰＣ用のスタイルシート */
@media screen and (min-width: 900px) {
#type_sp {
	display: none;
}
body {
	margin: 0;
	font-size: 22px;
	background-size: auto 2200px;
	}
#title {
	position: static;
	text-align: center;
	border: 0px solid red;
}
#title a:link {color: #ffff33; text-decoration: none;}
#title a:visited {color: #ffff33; text-decoration: none;}
#title a:hover {color: #ffff33; text-decoration: underline;}
#title a:active {color:#ffff33; text-decoration: underline;}
h1 {
	padding: 0.3em 0em 1.3em 0em;
 	color: #ffff33;
	font-weight: bolder;
	font-size: 2.2em;
	text-shadow: 3px 3px 3px #4f9909;
}
#jp-link {
	padding: 0.5em 2em 0em 0em;
	font-size: 1.2em;
	text-align: right;
	color: blue;
}
header {
	display: none;
}
#theme {
	position: absolute;
	left: 15em;
	margin: 0;
	padding: 0 2em 3em 0.5em;
	width: auto;
	border: 0px solid black;
	/* 文章ボックス */
}
#book {
	padding: 1em 2em 3em; 
	background-color: #fff8dc;
	border: solid medium #dcdcdc;
	/* 本文レイアウト枠 */
}
#contents {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 0.5em 3.5em 1em;
	width: 16.5em;
	font-size: 0.9em;
	color: navy;
	text-align: left;
	line-height: 2em;
	border: 0px solid red;
}
ol.mokuji {
	margin: 0em 0em 0em 2em;
	padding: 0em 0em 1em 1em;
	list-style-type: decimal;
	list-style-position: outside;
	border: 0px solid black;
}
}
/* メディアタイプ別の記述はここまで */

body {
	background-repeat: repeat;
	background-image: linear-gradient(to bottom, #9999ff 0%, #ddddff 25%, #eeffff 33%, #eeffee 41%, #ffffee 49%, #ffeeee 57%, #ffeeff 66%, #ddddff 74%, #9999ff 100%);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#whole {
	position: relative;
	max-width: 1025px;
	margin: 0 auto;
	background-color: transparent;
	border: 0px solid yellow;
	/* 表示部分のセンタリング用 */
}
#book {
	text-align: left;
	/* 本文の左寄せ */
}
h2 {
 	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: blue;
	hyphens: manual;
}
p {
	line-height: 2.2em;
	border: 0px solid #cdcdcd;
	/* 本文 */
}
.hyodai1 {
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.4em;
	font-size: 1.3em;
	text-align: center;
	/* 本文上部「はじめに」部分 */
}
.hyodai2 {
	display: flex; /* フレックスボックスにする */
	align-items:stretch; /* 縦の位置指定 */
	justify-content:flex-start; /* 横の左寄せ指定 */
	margin-top: 2em; 
	margin-bottom: 2em; 
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	hyphens: manual;
	border: 0px solid red;
	/* 各本文タイトル部分 */
}
.hyodai3 {
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 1.1em;
	text-align: center;
	border: 0px solid yellow;
	/* 「もくじ」タイトル部分 */
}
.hyodai4 {
	display: flex; /* フレックスボックスにする */
	align-items:stretch; /* 縦の位置指定 */
	justify-content:center; /* 横の中央寄せ指定 */
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 1.4em;
	line-height: 1.4em;
	color: navy; /* 文字色 */
	border: 0px solid blue;
	/* 本文上部のPART.部分 */
}
.type1 {
	padding-bottom: 6em;
	border: 0px solid yellow;
	/* ドロワーメニューの最下部の余白調整 */
}
.type2 {
	font-size: 0.8em;
	text-align: right;
	/*【文頭へ戻る】右寄せ */
}
.type3 {
	display: flex; 
	align-items:stretch; 
	justify-content:flex-start; 
	margin: 0;
	line-height: 2.2em;
	border: 0px solid red;
	/* もくじ、第○章部分 */
}
.type4 {
	text-indent: 0;
	font-size: 1em;
	line-height: 2.2em;
	/* もくじ各行 */
}
.type5 {
	text-indent: 0;
	border: 0px solid #cdcdcd;
	/* もくじ『アルス』改行部分 */
}
.type6 {
	margin: 0;
	padding: 0.55em 0 1em 0; 
	line-height: 2.2em;
	border: 0px solid #cdcdcd;
	/* もくじ「はじめに・おわりに」 */
}
.type7 {
	display: flex; 
	align-items:stretch; 
	justify-content:center; 
	font-size: 1em;
	font-weight: normal;
	border: 0px solid blue;
	/* 後のページへのリンク部分 */
	/* テーブル内のフレックスボックス化  */
}
.type8 {
	padding-bottom: 2em;
	border: 0px solid red;
	/* 余白調整 */
}
.type9 {
	padding-bottom: 1em;
	border: 0px solid black;
	/* メール受付部分の余白調整 */
}
.type10 {
	text-align: right;
	line-height: 1.7em;
	font-size: 1.2em;
	/* 「おわりに」末尾署名と日付用 */
}
ul.ktkn {
	margin: 0 ;
	padding: 0 0 2.8em 2em;
	line-height: 2.2em;
	font-size: 1em;
	list-style-type: disc;
	list-style-position: outside;
	border: 0px solid #cdcdcd;
	/* 「価値観」リスト部分 */
}
a:link    { color: #0000ff; text-decoration: none;}
a:visited { color: #0000ff; text-decoration: none;}
a:hover   { color: #009900; text-decoration: underline;}
.color1 {
	color: navy;
}
.color2 {
	color: blue;
}
strong {
	font-weight: bold;
}
table {
	border: solid medium #dcdcdc;
	margin: auto;
	width: auto;
	table-layout: auto;
	border-collapse: collapse;
	background-color: #fff8dc;
}
table,td {
	vertical-align: middle;
	text-align: center;
}
td.type11 {
	font-size: 1em;
	text-align: left;
	padding: 0.5em 1em 0;
	/* 第○部の表示部分 */
}
td.type12 {
	font-size: 1em;
	text-align: center;
	padding: 0.5em 1em;
	/* 後のページへのリンク部分 */
}
td.type13 {
	border: solid medium #dcdcdc;
	height: 3.2em;
	padding: 0.25em 0.2em;
	font-size: 0.9em;
	line-height: 1.2em;
	/* スクロールページ・PDFファイル等へのリンク部分・メール案内部分 */
}
tr.type14 {
 	visibility: collapse;
	/* owari使用  */
}
.type15 {
}
.type15:nth-child(1) {
 	white-space: nowrap;
	border: 0px solid red;
}
.type15:nth-child(2) {
	hyphens: manual;
	border: 0px solid blue;
}

.type16 {
	line-height: 1.6em;
	text-align: left;
	/* テーブル内タイトル改行字下げ対策  */
}
.type16:nth-child(1) {
	border: 0px solid yellow;
}
.type16:nth-child(2) {
	border: 0px solid blue;
}
.type17 {
	font-size: 1.4em;
	vertical-align: middle;
	color: green;
	/* 他のページへのリンク部分のアイコンサイズ */
}
td.type18 {
	border: solid medium #dcdcdc;
	height: 2.2em;
	padding: 0.25em 1em;
	font-size: 0.8em;
	line-height: 1.6em;
	width: 33%;
	/* 「おわりに」のページリンク均等化 */
}
.type19 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	/* リンク日本語部分 */
}
.type20 {
	font-size: 1em;
	font-weight: normal;
	/* JAPAN edition部分 */
}
.type21 {
	text-align: left;
	line-height: 1.6em;
	/* テーブル内タイトル改行字下げ対策  */
}
.type21:nth-child(1) {
	white-space: nowrap;
	color: green;
	border: 0px solid red;
}
.type21:nth-child(2) {
	white-space: nowrap;
	border: 0px solid green;
}
.type21:nth-child(3) {
	flex-basis: auto;
	font-weight: bold;
	hyphens: manual;
	border: 0px solid blue;
}
.type22 {
	line-height: 1.4em;
	color: black; /* 文字色 */
	/* 各本文タイトルの改行対策 */
}
.type22:nth-child(1) {
	white-space: nowrap;
	border: 0px solid red;
}
.type22:nth-child(2) {
	font-size: 1em;
	font-weight: bold;
	color: blue;
	hyphens: manual;
	border: 0px solid blue;
}
.type23 {
	padding-left:1.9em;
	text-indent:-1.9em;
	text-align: left;
	hyphens: manual;
	line-height: 1.4em;
	/* メール案内の改行対策 */
}
.type24 {
	padding-left:3.5em;
	text-indent:-3.5em;
	text-align: center;
	hyphens: manual;
	line-height: 1.4em;
	/* 未使用 */
}
.type25 {
	text-align: left;
	/* 各PARTタイトルの改行対策 */
}
.type25:nth-child(1) {
  	white-space: nowrap;
	border: 0px solid red;
}
.type25:nth-child(2) {
	flex-basis: auto;
	hyphens: manual;
	border: 0px solid blue;
}
.type26 {
	text-align: center;
	line-height: 1.6em;
	/*テーブル部の おわりに用  */
}
.type27 {
 	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: blue;
	hyphens: manual;
	/*冒頭の おわりに用 */
}
rt {
	font-size: 0.6em;
}
rp {
	font-size: 0.6em;
}
hr {
	width: auto;
	height: 1px;
	background-color: #dcdcdc;
}

/*Google推奨
font-size: 16px;
font-size: 12px;（75% of the baseline)
font-size: 20px;（125% of the baseline)
一般的なデフォルトの行の高さ 1.2em 
 */

/* 以下は「フォントオーサムをアイコムーンで変換したフォント」の「style.css部分」 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?e7y9wy');
  src:  url('../fonts/icomoon.eot?e7y9wy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?e7y9wy') format('truetype'),
    url('../fonts/icomoon.woff?e7y9wy') format('woff'),
    url('../fonts/icomoon.svg?e7y9wy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-uniF005:before {
  content: "\f005";
}
.fa-uniF006:before {
  content: "\f006";
}
.fa-uniF102:before {
  content: "\f102";
}
.fa-uniF1AB:before {
  content: "\f1ab";
}
.fa-uniF003:before {
  content: "\f003";
}
.fa-uniF015:before {
  content: "\f015";
}
.fa-uniF100:before {
  content: "\f100";
}
.fa-uniF101:before {
  content: "\f101";
}
.fa-uniF104:before {
  content: "\f104";
}
.fa-uniF105:before {
  content: "\f105";
}
.fa-uniF1C1:before {
  content: "\f1c1";
}
