@charset "utf-8";

@import url("reset.css");

/*===========================================
Base
===========================================*/

:root {
	--textblue: #000fff;
	--textgreen: #0bb12f;
	--textpink: #eb2b7b;
	--textorange: #f05e0a;
	--textred: #dd2121;
	--textpurple: #6c0eaa;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	min-width: 1200px;
	background: #dafffe;
}

.inner {
	width: 1200px;
	padding: 0 20px;
	margin: 50px auto;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.txt_c {
	text-align: center;
}

img {
	max-width: 100%;
}

section h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	color: var(--textgreen);
	margin: 40px 0 20px;
}

.title h2 {
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--textpink);
	letter-spacing: 0.3em;
	line-height: 1.3;
}
.title h2 span {
	color: var(--textorange);
}
.title h2 span span {
	font-size: 2.0em;
	display: block;
}


/*===========================================
	TOPページ
===========================================*/

#top {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 0;
}
#top .catch {
	position: absolute;
	top: 20px;
	left: 25px;
}
#top .catch p {
	display: inline-block;
	color: var(--textblue);
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 15px 3px;
}
#top .catch p:nth-child(2) {
	color: var(--textgreen);
	margin-top: 20px;
	text-shadow: 1px 1px 2px #FFFFFF;
}
#top .title {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
#top .title h2 {
	text-align: right;
}
#top .title p {
	color: var(--textgreen);
}
#top .title p span {
	color: var(--textpink);
}

#npo_info {
	font-size: 2.0rem;
	line-height: 1.3;
	color: var(--textgreen);
	text-align: right;
}
#npo_info h1 span {
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 10px;
}
#npo_info address {
	margin: 10px 0;
}

p.link_single {
    font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
    background: #ffffcc;
}
p.link_single a {
	display: inline-block;
	padding: 15px 30px 13px;
	color: var(--textorange);
}

ul.link {
	display: flex;
    justify-content: center;
    font-size: 1.6rem;
    margin: 40px 0;
    background: #ffffcc;
}
ul.link li a {
	display: block;
	padding: 15px 30px 13px;
	color: var(--textorange);
	font-weight: bold;
}
ul.link li a:hover {
	background: var(--textorange);
	color: #FFFFFF;
}

#beginning {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
#beginning h2 span {
	font-size: 1.2em;
	color: var(--textpink);
}
#beginning .plan img {
	float: left;
	margin-right: 20px;
}
#beginning > dl dt {
	margin: 20px 0 10px;
	background: rgba(255, 255, 255, 0.8);
    padding: 13px 20px 10px;
}
#beginning dl dd {
	display: flex;
	align-items: flex-start;
	padding: 0 50px;
}
#beginning dl dd p {
	width: 100%;
	margin-top: 15px;
	font-size: 1.2em;
}
#beginning dl dd p > span {
	color: var(--textred);
	display: block;
	margin-top: 5px;
}
#beginning dl dd p > span:nth-child(2) {
	margin-left: 50px;
}
#beginning dl dd p > span:nth-child(3) {
	margin-left: 100px;
}
#beginning dl dd p > span:nth-child(4) {
	margin-left: 150px;
}
#beginning dl dd p > span:nth-child(5) {
	margin-left: 200px;
}
#beginning dl dd p span span {
	color: var(--textgreen);
	font-size: 0.9em;
}
#beginning dl dd img {
	margin-left: 20px;
}
#beginning dl dd dl {
	width: 100%;
}
#beginning dl dd dl dt {
	background: transparent;
    padding: 0;
	margin: 0;
	color: var(--textred);
}
#beginning dl dd dl dd {
	font-size: 0.8em;
	color: var(--textblue);
}
#beginning p.images {
	margin-top: 30px;
}
#beginning p.images img {
	height: 136px;
	margin: 0 10px;
}

#pillars {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
#pillars ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
#pillars ul li {
	background: rgba(255, 255, 255, 0.8);
    padding: 8px 15px 5px;
	margin: 5px;
}
#pillars ul li span {
	font-size: 1.3em;
	color: var(--textred);
}
#pillars dl dt {
	font-size: 2.4rem;
	color: var(--textgreen);
}
#pillars dl dt > span {
	background: rgba(255, 255, 255, 0.8);
    padding: 13px 15px 5px;
}
#pillars dl dt span span {
	font-size: 1.3em;
	color: var(--textred);
	margin: 0 10px;
}
#pillars dl dd {
	font-size: 2.8rem;
	line-height: 1.3;
	margin: 10px 0 15px;
}
#pillars dl dd p {
	margin-bottom: 10px;
}
#pillars dl dd p span.small{
	display: block;
	font-size: 2.0rem;
	color: var(--textblue);
}
#pillars dl dd > div {
	position: relative;
	width: 850px;
    margin: 10px auto 30px;
}
#pillars dl dd div p span {
	font-size: 1.2em;
	color: var(--textblue);
	letter-spacing: 0.1em;
	margin: 0 10px;
}
#pillars dl dd div p span.item {
	font-size: 1.0em;
	color: var(--textpurple);
	margin: 0;
}
#pillars dl dd div img {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
#pillars dl dd div img.img02 {
	left: auto;
	right: 0;
}
#pillars dl dd div img.img03 {
	left: auto;
	right: 30px;
}
#pillars dl dd div:nth-child(3) img {
    width: 250px;
	top: auto;
	bottom: 0;
}
#pillars dl dd div:nth-child(4) img {
    width: 220px;
	top: auto;
	bottom: 10px;
}
#pillars dl dd div.environment {
	display: flex;
}
#pillars dl dd div.environment:nth-child(2) {
	align-items: center;
}
#pillars dl dd div.environment img {
	position: relative;
	width: auto;
}
#pillars dl dd div.environment p.img {
	position: relative;
	margin-right: 20px;
}
#pillars dl dd div.environment p.img span {
	position: absolute;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    margin: 0;
    font-size: 1.8rem;
    padding: 5px 5px 3px 8px;
}
#pillars dl dd div.environment p.mt-20 {
	margin-top: -20px;
}
#pillars dl dd div.environment div {
	width: calc(100% - 290px);
}
#pillars dl dd div.environment div p {
	margin: 10px 0 20px;
}
#pillars dl dd div.environment.world {
	width: 950px;
    margin: 0 auto 30px;
}
#pillars dl dd div.environment.world div {
	width: 300px;
}
#pillars dl dd div.environment.world div p {
	margin-bottom: 15px;
}
#pillars dl dd div.environment.world p {
	margin: 0 auto;
}

#suggest .title p {
	font-size: 2.4rem;
	line-height: 1.8;
}
#suggest .title p img {
    width: 40%;
	float: right;
}
#suggest .flex_box {
	display: flex;
    margin: 20px 0;
	align-items: center;
    justify-content: space-between;
}
#suggest .flex_box img {
	width: auto;
    height: 150px;
}
#suggest .flex_box .txt {
	font-size: 2.0rem;
    line-height: 1.6;
}
#suggest .flex_box .txt span {
	color: var(--textblue);
	font-weight: bold;
}
#suggest .flex_box .txt span.small {
	color: #000000;
    font-size: 0.75em;
    font-weight: normal;
    display: inline-block;
    transform: translateY(-6px);
}
#suggest .flex_box .img2 img {
	height: 140px;
}
#suggest .flex_box .img3 img {
	height: 125px;
}
#suggest .imgbox {
	display: flex;
	justify-content: center;
}
#suggest .imgbox img {
	margin: 0 10px;
}
#suggest .flex_box .img4 img {
	height: 93px;
}
#suggest .flex_box .txt.txt2 {
	width: calc(100% - 400px);
}

#building .title {
	font-size: 2.8rem;
	line-height: 1.5;
	color: var(--textgreen);
	margin-bottom: 15px;
}
#building .title span {
	display: inline-block;
	font-weight: bold;
	color: var(--textblue);
	text-decoration: underline;
	margin-bottom: 10px;
}
#building .title strong {
	color: var(--textred);
}
#building .flex_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#building .flex_box .img {
	width: 460px;
    margin-right: 20px;
}
#building .flex_box .txt {
	font-size: 2.0rem;
	line-height: 1.5;
}
#building .flex_box .txt .small {
	font-size: 0.8em;
}
#building .flex_box .img2 img {
	height: 120px;
	width: auto;
}
#building .flex_box .txt.red {
	color: var(--textred);
	letter-spacing: -0.05em;
}
#building .flex_box .txt.red span {
	color: var(--textgreen);
}
#building .flex_box .txt.red span strong {
	color: var(--textpurple);
	font-size: 2.8rem;
	letter-spacing: 0;
	margin-right: 5px;
}
#building .flex_box .txt.red span.small {
	color: var(--textred);
}
#building > p.txt {
	font-size: 2.4rem;
    line-height: 1.5;
    margin: 30px 0;
}
#building > p.txt span {
	color: var(--textblue);
}

#world .flex_box {
	display: flex;
	justify-content: space-between;
}
#world .flex_box h2 {
	text-align: left;
	margin-top: 0;
}
#world .flex_box .txt p {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textorange);
	line-height: 1.5;
	margin-bottom: 10px;
}
#world .flex_box .imgbox img {
	width: auto;
	height: 160px;
	margin-left: 15px;
}
#world > .imgbox {
	text-align: center;
}
#world > .imgbox img {
	width: auto;
	height: 224px;
	margin-right: 10px;
}
#world > .imgbox img:last-child {
	margin-right: 0;
}
#world > p {
	font-size: 3.0rem;
	font-weight: bold;
	color: var(--textorange);
	margin: 20px 0 5px;
}
#world > .imgbox2 img {
	width: auto;
	height: 119px;
}
#world > .imgbox3 img {
	width: auto;
	height: 144px;
}

#world .japan {
	position: relative;
	margin-top: 40px;
	align-items: center;
}
#world .japan .img01 {
	float: left;
}
#world .japan .txt {
	width: 490px;
	float: left;
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--textorange);
	letter-spacing: 0.1em;
	margin: 0 20px;
}
#world .japan .txt strong {
	font-size: 1.3em;
	color: var(--textred);
}
#world .japan .txt span {
	display: block;
	text-align: right;
}
#world .japan .txt img {
	transform: translateY(-20px);
}
#world .japan .img02 {
	display: flex;
    justify-content: flex-end;
    gap: 15px;
}
#world .japan .txt02 {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textorange);
	margin: 10px 0;
}
#world .japan .culture {
	width: 455px;
    position: relative;
	float: left;
	margin-top: 20px;
}
#world .japan .culture .txt02 {
	position: absolute;
    top: -10px;
	right: 5px;
}
#world .japan .commerce {
	float: left;
	width: 250px;
    transform: translate(25px, -110px);
}
#world .japan .making {
	float: left;
    width: 225px;
    margin-left: 37px;
}
#world .japan .making .txt02 {
	text-align: right;
}
#world .japan .performance {
	float: right;
    width: 180px;
    text-align: right;
}
#world .japan .last {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	transform: translateY(-120px);
}
#world .japan .peace img {
	width: auto;
	height: 110px;
}
#world .japan .technique {
	margin-left: 20px;
}
#world .japan .img04 img {
	margin-left: 15px;
}

#life {
	position: relative;
    top: -90px;
}
#life p {
	font-size: 2.4rem;
}
#life .flex_box {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#life .flex_box .txt {
	line-height: 1.5;
    letter-spacing: 0.1em;
}
#life .flex_box .txt p:first-child {
	margin-bottom: 15px;
    font-weight: bold;
    color: var(--textorange);
}
#life .flex_box .txt p:first-child span {
	font-size: 1.3em;
	color: var(--textblue);
	margin: 0 5px;
}
#life .flex_box .txt p:last-child {
	font-weight: bold;
	color: var(--textorange);
	margin-top: 15px;
}
#life .flex_box .txt p:last-child span {
	font-size: 1.3em;
	color: var(--textgreen);
	margin: 0 5px;
}
#life .flex_box .img {
	width: 400px;
}
#life .saying {
	font-size: 3.2rem;
    font-weight: bold;
	color: var(--textred);
	background: #ffffcc;
    text-align: center;
    letter-spacing: 0.1em;
	padding: 15px 0 10px;
    margin: 30px 0 20px;
}
#life .saying span {
	font-size: 2.0rem;
	color: #000000;
	margin-left: 10px;
	letter-spacing: 0;
}
#life .flex_box .txt h2 {
	margin-top: 0;
}
#life .flex_box ul {
	margin: 0 0 20px 30px;
}
#life .flex_box ul li {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textred);
}
#life .flex_box ul li span {
	color: var(--textblue);
}
#life .flex_box ul li span span {
	color: var(--textgreen);
}
#life .flex_box.ideal {
	justify-content: space-around;
	margin-bottom: 20px;
}
#life .flex_box.ideal p img {
	width: auto;
	height: 100px;
}
#life .flex_box.ideal p.txt {
	font-size: 3.0rem;
	font-weight: bold;
	color: var(--textorange);
	text-align: center;
}
#life .flex_box.ideal p.txt span {
	display: inline-block;
	font-size: 0.8em;
	color: var(--textgreen);
	letter-spacing: 0;
	margin: 10px 30px;
}
#life .flex_box.ideal p.txt span:nth-child(2) {
	color: var(--textblue);
}
#life .table_box {
	position: relative;
}
#life table {
	font-size: 1.8rem;
	width: 50%;
	background: #FFFFFF;
	text-align: center;
	padding: 5px 0 0 5px;
	margin: 20px 0;
}
#life table tr td {
	border: 1px solid #000000;
	padding: 5px 3px;
}
#life table tr:nth-child(1) td {
	border: 0;
	text-align: right;
	padding: 5px 0 5px 3px;
}
#life table tr:nth-child(1) td span {
	display: inline-block;
    width: calc(100% - 0.8em);
    text-align: left;
}
#life table tr th {
	font-weight: normal;
	padding: 5px 3px 3px;
}
#life table tr:nth-child(3) td:nth-child(1) {
	border-right: 0;
	background: #FF99CC;
}
#life table tr:nth-child(3) td:nth-child(2) {
	border-left: 0;
	background: #FF99CC;
}
#life table tr:nth-child(3) td:nth-child(3),
#life table tr:nth-child(3) td:nth-child(4),
#life table tr:nth-child(3) td:nth-child(5),
#life table tr:nth-child(3) td:nth-child(6) {
	border-right: 0;
	border-left: 0;
	background: #99CCFF;
}
#life table tr:nth-child(3) td:nth-child(7) {
	border-right: 0;
	background: #FFFF99;
}
#life table tr:nth-child(3) td:nth-child(8) {
	border-left: 0;
	background: #FFFF99;
}
#life table tr:nth-child(4) span {
	color: var(--textred);
}
#life table tr:nth-child(4) td:nth-child(2) {
	background: #CCFFCC;
}
#life table.table02 {
	margin-left: 12%;
}
#life table.table03 {
	margin-left: 24%;
}
#life table.table04 {
	margin-left: 36%;
}
#life table.table05 {
	margin-left: 50%;
}
#life .table_box .txt01 {
	position: absolute;
    top: 0;
    right: 0;
	font-weight: bold;
	color: var(--textgreen);
	text-align: center;
	line-height: 1.5;
}
#life .table_box .txt01 p:first-child span {
	float: left;
	font-size: 0.7em;
	color: var(--textblue);
	margin-top: 10px;
	margin-right: 25px;
}
#life .table_box .txt01 p:first-child img {
	float: left;
}
#life .table_box .txt01 p:not(:first-child) {
	text-align: right;
    margin-top: 10px;
}
#life .table_box .txt01 p:nth-child(2) img {
	width: 200px;
}
#life .table_box .txt01 p:nth-child(3) img {
	width: 150px;
}
#life .table_box .txt02 {
	position: absolute;
    bottom: 0;
    left: 0;
    color: var(--textblue);
    line-height: 1.5;
}
#life .table_box .txt02 p {
	font-size: 2.0rem;
	margin: 10px 0;
}
#life .table_box .txt02 p img {
	width: 170px;
}
#life .table_box .txt02 p span {
	color: var(--textgreen);
	font-weight: bold;
}

#environment h2 {
	text-align: left;
	margin-left: 120px;
}
#environment .top_area {
	position: relative;
	margin: 0 120px;
}
#environment .top_area p:first-child {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
	color: var(--textgreen);
	padding: 10px 15px 5px;
}
#environment .top_area p:first-child span {
	font-size: 2.8rem;
}
#environment .top_area p:first-child span.red {
	color: var(--textred);
	margin: 0 5px;
}
#environment .top_area + p {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.8;
	color: var(--textgreen);
	text-align: center;
	margin: 10px 0;
}
#environment .top_area + p span.red {
	font-size: 3.0rem;
	color: var(--textred);
	margin: 0 5px;
}
#environment .flex_box {
	display: flex;
	justify-content: center;
}
#environment .flex_box img {
	width: auto;
	height: 130px;
}
#environment .kan {
	margin: 50px 0;
}
#environment .kan h3:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--textorange);
	text-align: center;
	background: #FFFFFF;
}
#environment .kan h3 span.img {
	display: inline-block;
	width: 230px;
	height: 100px;
	overflow: hidden;
}
#environment .kan h3 span.img img {
    max-width: none;
	height: 100%;
}
#environment .kan h3 span.img img.environment06 {
    max-width: 100%;
	height: auto;
    transform: translateY(-50px);
}
#environment .kan h3 span.txt span.red {
	font-size: 1.2em;
	color: var(--textred);
}
#environment .kan h3 span.txt span:not(.red) {
	margin-left: 20px;
}
#environment .kan .design {
	position: relative;
	margin-bottom: 30px;
}
#environment .kan .design p {
	background: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	color: var(--textred);
	position: absolute;
}
#environment .kan .design p span.blue {
	color: var(--textblue);
}
#environment .kan .design p:nth-child(2) {
	top: 30px;
    left: 80px;
	font-size: 1.8rem;
}
#environment .kan .design p:nth-child(3) {
	top: 90px;
    left: 60px;
	font-size: 1.7rem;
}
#environment .kan .design p:nth-child(4) {
	top: 170px;
    left: 35px;
	font-size: 1.7rem;
	padding: 3px;
}
#environment .kan .design p:nth-child(5) {
	bottom: 220px;
	left: 5px;
	font-size: 1.8rem;
	padding: 3px;
}
#environment .kan .design p:nth-child(6) {
	bottom: 155px;
	left: 5px;
	font-size: 1.8rem;
	padding: 3px;
}
#environment .kan .design p:nth-child(7) {
	bottom: 100px;
    left: 6px;
}
#environment .kan .design p:nth-child(8) {
	bottom: 110px;
    right: 16px;
}
#environment .kan .design p:nth-child(9) {
	bottom: 15px;
    right: 130px;
}
#environment .kan h3 {
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--textorange);
	text-align: left;
}
#environment .kan h3 span.red {
	font-size: 1.2em;
	color: var(--textred);
}
#environment .kan .view {
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	margin: 20px 0 30px;
}
#environment .kan .view .txt {
	width: 510px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 20px;
}
#environment .kan .view .txt p {
	color: var(--textgreen);
	margin-bottom: 30px;
	line-height: 1.5;
}
#environment .kan .view .txt p span {
	color: var(--textred);
	margin: 0 5px;
}
#environment .kan .view .txt p:last-child {
	color: var(--textblue);
	margin-top: 50px;
}
#environment .kan .view + h3 {
	text-align: center;
	margin-bottom: 20px;
}
#environment .kan h3 span.green {
	color: var(--textgreen);
}
#environment .kan h3 span.green span {
	font-size: 1.2em;
}
#environment .kan .model > p {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textgreen);
	text-align: center;
	margin-bottom: 20px;
}
#environment .kan .model > p span {
	font-size: 1.2em;
	color: var(--textorange);
	margin: 0 5px;
}
#environment .kan .model .img_flex {
	display: flex;
	position: relative;
	margin-bottom: 15px;
}
#environment .kan .model .img_flex p:nth-child(2) {
	margin: 0 10px;
}
#environment .kan .model .img_flex p.txt {
	width: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textgreen);
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#environment .kan .model .img_flex p.txt span {
	font-size: 1.2em;
	margin-left: 3px;
}
#environment .kan .model .img_flex .img01 {
	height: 210px;
	margin-left: 10px;
}
#environment .kan .model .img_flex .img01 img {
	max-width: none;
	height: 100%;
}
#environment .kan .model .txt02 {
	text-align: right;
}
#environment .kan .model .txt03 {
	text-align: left;
	line-height: 1.5;
}
#environment .kan .model .img_flex .img02 {
	height: 170px;
	margin: 0 10px;
}
#environment .kan .model .img_flex .img02 img {
	max-width: none;
	height: 100%;
}
#environment .kan .model .txt04 span {
	display: inline-block;
	margin-bottom: 10px;
}

#sin {
	position: relative;
}
#sin h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textorange);
	text-align: left;
}
#sin h3 span {
	font-size: 3.2rem;
	margin: 0 5px;
}
#sin h3 span span {
	color: var(--textpurple);
}
#sin .sin_list {
	position: relative;
	margin: 20px 0;
}
#sin .sin_list ol li {
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--textblue);
	margin-top: 5px;
	margin-left: 100px;
}
#sin .sin_list ol li:nth-child(2) {
	margin-left: 150px;
}
#sin .sin_list ol li:nth-child(3) {
	margin-left: 200px;
}
#sin .sin_list ol li:nth-child(4) {
	margin-left: 250px;
}
#sin .sin_list ol li:nth-child(5) {
	margin-left: 300px;
}
#sin .sin_list ol li:nth-child(6) {
	margin-left: 350px;
}
#sin .sin_list ol li:nth-child(7) {
	margin-left: 400px;
}
#sin .sin_list ol li:nth-child(8) {
	margin-left: 450px;
}
#sin .sin_list ol li:nth-child(8) span {
	color: var(--textpurple);
}
#sin .sin_list p {
	position: absolute;
}
#sin .sin_list p.img01 {
	top: 0;
	right: 0;
}
#sin .sin_list p.img02 {
	bottom: 0;
	left: 0;
}
#sin .learning {
	display: flex;
	justify-content: space-between;
}
#sin .learning .txt h3 {
	font-size: 3.2rem;
	margin: 20px 10px 10px;
	color: var(--textred);
}
#sin .learning .txt h3 span {
	display: block;
	color: var(--textblue);
	margin: 0;
}
#sin .learning .txt ul {
	background: #FFFFCC;
	padding: 20px 30px 5px;
}
#sin .learning .txt ul li {
	font-size: 2.4rem;
	margin-bottom: 15px;
}
#sin .learning .txt ul li span:not(.green) {
	font-size: 0.8em;
}
#sin .learning .txt ul li span.green {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--textgreen);
}
#sin .learning .img p {
	text-align: right;
	margin-bottom: 10px;
}
#sin .learning + p {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textred);
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
#sin > p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textblue);
	margin-bottom: 20px;
	line-height: 1.5;
}
#sin p.big {
	font-size: 3.8rem;
	color: var(--textorange);
	text-shadow: 1px 1px 1px #000000;
	letter-spacing: 0.5em;
	margin: 30px 0 10px;
}
#sin > p span {
	font-size: 1.2em;
	margin: 0 10px;
}
#sin > p span.red {
	color: var(--textred);
	font-size: 1.4em;
	letter-spacing: 0.5em;
}
#sin > p.purple {
	color: var(--textpurple);
}
#sin > p:last-child {
	position: absolute;
    bottom: 0;
    right: 0;
	margin: 0;
}

#assignment h3 {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 20px 10px 10px;
	color: var(--textorange);
}
#assignment > ul li {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textorange);
	margin: 15px;
}
#assignment > ul li span:not(.small) {
	display: block;
	font-size: 0.8em;
}
#assignment > ul li span.small {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
#assignment p.note {
	font-size: 1.8rem;
	margin: 20px;
}
#assignment .past {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	margin: 50px 0;
	padding: 15px 0 10px;
}
#assignment .past .txt {
	margin-right: 50px;
}
#assignment .past .txt h4 {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textred);
	margin-bottom: 15px;
}
#assignment .past .txt ul li {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textgreen);
	letter-spacing: 0.5em;
	margin-top: 10px;
}
#assignment > p:not(.note) {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textgreen);
	text-align: center;
	margin-bottom: 20px;
}
#assignment > p > span {
	font-size: 1.2em;
	margin: 0 5px;
}
#assignment > p .red {
	color: var(--textred);
	margin: 0 5px;
}

#summary {
	background: #FFFFFF;
	padding: 1px 0;
}
#summary p:not(.green) {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
}
#summary p:not(.green) span {
	color: var(--textred);
	display: block;
}
#summary p.green {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--textgreen);
	margin-top: 20px;
}
#summary p.center {
	text-align: center;
}
#summary p.green span.big {
	font-size: 1.2em;
}
#summary p.green span.red {
	font-size: 1.2em;
	color: var(--textred);
	margin: 0 5px;
}
#summary h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--textorange);
	text-align: center;
	margin-top: 40px;
}
#summary h3 span {
	font-size: 1.2em;
	color: var(--textred);
}
#summary p:last-child {
	margin: 20px 100px;
	line-height: 1.5;
}
#summary p:last-child span {
	color: var(--textred);
	margin: 0 5px;
}

#faq h3 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#faq > p {
	font-size: 1.8rem;
	text-align: center;
}
#faq dl dt {
	font-size: 2.0rem;
	color: var(--textblue);
	margin: 30px 10px 0;
}
#faq dl dd {
	display: flex;
	background: #FFFFFF;
	font-size: 2.0rem;
	line-height: 1.5;
	padding: 15px 20px;
	margin: 10px 10px 0;
}
#faq dl dd p span {
	font-weight: bold;
	color: var(--textred);
	margin: 0 5px;
}
#faq dl dd p span.txt_c {
	display: block;
	color: var(--textorange);
	text-align: center;
	margin-top: 15px;
}

#sponsorship {
	width: fit-content;
}
#sponsorship p {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.5;
}
#sponsorship p span {
	display: inline-block;
	width: 6em;
}
#sponsorship p:first-child span {
	letter-spacing: 0.5em;
}

footer {
	background-color: #58a907;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 15px 0 0;
}
footer address {
	display: block;
	background-color: #0768a9;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0;
	padding: 8px 0 5px;
	margin-top: 10px;
}

/*===========================================
	下層ページ
===========================================*/

