@charset "UTF-8";

/*
Theme Name: original
Version: 0.0.1
*/

/* =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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

.fl {float: left;}
.fr {float: right;}
.bold {font-weight: bold;}


/* =all
-------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	color: #231815;
	background: #fff;
	letter-spacing: 0.1em;
}
body.shownav {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
a {
	color: #50577c;
	text-decoration: none;
}
a ,a img, a svg, input[type="submit"], input[type="reset"] {
	-webkit-transition: color .15s ease-out , opacity .15s ease-out, background-color .15s ease-out , fill .15s ease-out;
	transition: color .15s ease-out , opacity .15s ease-out, background-color .15s ease-out , fill .15s ease-out;
	opacity: 1;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}
@media ( min-width: 768px) {
	a:hover {
		text-decoration: underline;
	}
	.sp {
		display: none;
	}
	.inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 30px;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	.pc {
		display: none;
	}
	.inner {
		padding: 0 20px;
	}
}


/* = common
-------------------------------------------------------------- */

#header {
	background: #f7f6f3;
}
#header .log_area {
	float: left;
}
#header .log_area .log {
	display: block;
	float: left;
}
#header .log_area .lead {
	float: left;
	line-height: 1.5;
	text-align: left;
}
#header .warp .menu_list {
	float: right;
	padding: 10px 0;
}
#header .warp .menu_list ul li {
	float: left;
	margin: 0 25px 0 0;
}
#header .warp .menu_list ul li:last-child {
	margin: 0;
}
#header .warp .menu_list ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #231815;
}
#kv .cover {
	display: inline-block;
}
#container .common_title {
	text-align: left;
}
#container .common_title .tit {
	letter-spacing: 0.2em;
	color: #474a5b;
	font-weight: bold;
	position: relative;
}
#container .common_title .tit:before {
	content: '';
	background: #474a5b;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.2;
}
#container .common_title .spl {
	letter-spacing: 0.05em;
	color: #474a5b;
	opacity: 0.2;
	font-weight: bold;
}
#container .sub_common_title {
	border-left: 4px solid #231815;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
}
#main_warp .btn_area {
	text-align: left;
}
#main_warp .btn_area a {
	letter-spacing: 0.1em;
	font-weight: bold;
	border: 2px solid #50577c;
	display: block;
	text-align: center;
}
#main_warp .btn_area a:hover {
	background: #50577c;
	color: #fff;
	text-decoration: none;
}
.article_list_warp .item a {
	display: block;
	text-align: left;
}
.article_list_warp .item a .tit_area {
	font-weight: bold;
}
.article_list_warp .item a .tit_area .day {
	color: #ddafb1;
	margin: 0 0.8em 0 0;
}
.article_list_warp .item a .tit_area .title {
	color: #50577c;
}
.article_list_warp .item a .txtarea {
	font-weight: 500;
	opacity: 0.4;
	line-height: 1.5;
}
.file_list_warp .item a {
	position: relative;
	display: block;
	text-align: left;
	font-weight: bold;
}
.file_list_warp .item a:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #50577c;
	opacity: 0.15;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	z-index: -1;
}
.file_list_warp .item a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.file_list_warp .item a .title_cover {
	background: #fff;
	display: inline-block;
}
.file_list_warp .item a:hover .title_cover {
	text-decoration: underline;
}
#side_warp #donation_box {
	border: 2px solid #e5e6eb;
}
#side_warp #donation_box .title {
	color: #333;
	font-weight: bold;
}
#side_warp #donation_box p {
	font-weight: 400;
	line-height: 1.5;
}
#side_warp #donation_box .btn_area a {
	background: #50577c;
	font-weight: bold;
	display: block;
	color: #fff;
}
#side_warp #donation_box .btn_area a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#footer {
	background: #f7f6f3;
	border-top: 2px solid #50577c;
}
#footer .inner {
	position: relative;
}
#footer #pagetop {
	position: absolute;
	right: 0;
}
@media ( min-width: 768px) {
	#header {
		padding: 34px 0;
	}
	#header .log_area .log {
		max-width: 115px;
		margin: 0 20px 0 0;
	}
	#header .log_area .log a:hover {
		opacity: 0.8;
	}
	#header .log_area .lead {
		font-size: 14px;
	}
	#header .warp {
		max-width: 1140px;
		margin: 0 auto;
	}
	#header .warp .menu_list ul li a:hover {
		opacity: 0.8;
		text-decoration: none;
	}
	#kv {
		margin: 0 0 50px;
	}
	#kv .cover {
		padding: 120px;
	}
	#container {
		min-height: 500px;
	}
	#container #main_warp {
		float: left;
		width: 68.5%;
		margin: 0 0 120px;
	}
	#container #side_warp {
		float: right;
		width: 28%;
	}
	#container .common_title {
		margin: 0 0 30px;
	}
	#container .common_title .tit {
		font-size: 24px;
		padding: 0 0 0 35px;
		margin: 0 0 12px;
	}
	#container .common_title .tit:before {
		width: 18px;
		height: 4px;
	}
	#container .common_title .spl {
		font-size: 10px;
		font-size: 20px;
	}
	#container .sub_common_title {
		font-size: 18px;
		margin: 0 0 20px;
		padding: 0 0 0 15px;
	}
	#main_warp .secbox {
		margin: 0 0 80px;
	}
	#main_warp .btn_area a {
		font-size: 18px;
		padding: 20px;
		width: 260px;
		border-radius: 6px;
	}
	.article_list_warp {
		margin: 0 0 40px;
	}
	.article_list_warp .item a {
		padding: 28px 0;
	}
	.article_list_warp .item a .tit_area {
		font-size: 18px;
		margin: 0 0 15px;
	}
	.article_list_warp .item a .txtarea {
		font-size: 16px;
	}
	.file_list_warp {
		margin: 0 0 40px;
	}
	.file_list_warp .item {
		margin: 0 0 10px;
	}
	.file_list_warp .item a {
		font-size: 20px;
	}
	.file_list_warp .item a:after {
		width: 34px;
		height: 42px;
		background: url(img/icon_pdf.png) no-repeat center;
		background-size: cover;
	}
	.file_list_warp .item a .title_cover {
		padding: 20px 25px 20px 0;
	}
	#side_warp {
		margin: 0 0 80px;
	}
	#side_warp #donation_box {
		border-radius: 8px;
		padding: 26px 10px 20px;
	}
	#side_warp #donation_box .title {
		font-size: 18px;
		margin: 0 0 12px;
	}
	#side_warp #donation_box p {
		font-size: 16px;
		margin: 0 0 15px;
	}
	#side_warp #donation_box .btn_area a {
		font-size: 18px;
		border-radius: 34px;
		padding: 20px;
	}
	#footer {
		padding: 55px 0 50px;
	}
	#footer .cover_box .log {
		width: 135px;
		float: left;
	}
	#footer .cover_box .log a:hover {
		opacity: 0.8;
	}
	#footer .cover_box p.copy {
		padding: 45px 0;
		font-size: 13px;
		text-align: right;
	}
	#footer #pagetop {
		width: 70px;
		height: 70px;
		top: -90px;
	}
	#spnav,
	.nav_shadow {
		display: none !important;
	}
}
@media ( min-width: 768px ) and ( max-width: 980px ){
	#header .log_area .log {
		max-width: 90px;
	}
	#header .log_area .lead {
		font-size: 12px;
	}
	#header .warp .menu_list ul li {
		margin: 0 15px 0 0;
	}
	#header .warp .menu_list ul li a {
		font-size: 14px;
	}
	#side_warp #donation_box p {
		font-size: 13px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1200px ){
	#header .warp {
		padding: 0 30px;
	}
	#footer #pagetop {
		right: 20px;
	}
}
@media ( max-width: 767px) {
	#header {
		padding: 22px 0;
	}
	#header .warp {
		padding: 0 20px;
	}
	#header .log_area .log {
		max-width: 75px;
		margin: 0 15px 0 0;
	}
	#header .log_area .lead {
		font-size: 10px;
	}
	#kv {
		margin: 0 0 40px;
	}
	#kv .cover {
		padding: 90px;
	}
	#menutogglebtn {
		width: 42px;
		height: 42px;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 101;
	}
	#menutogglebtn span {
		position: absolute;
		width: 80%;
		height: 2px;
		border-radius: 4px;
		background: #50577c;
		transition: transform .2s ease-out;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menutogglebtn span:nth-child(1) {
		top: 28%;
	}
	#menutogglebtn span:nth-child(2) {
		top: 50%;
	}
	#menutogglebtn span:nth-child(3) {
		top: 72%;
	}
	#menutogglebtn.active span:nth-child(1) {
		transform: rotate(35deg);
		top: 50%;
	}
	#menutogglebtn.active span:nth-child(2) {
		display: none;
	}
	#menutogglebtn.active span:nth-child(3) {
		transform: rotate(-35deg);
		top: 50%;
	}
	#container .common_title {
		margin: 0 0 25px;
	}
	#container .common_title .tit {
		font-size: 19px;
		padding: 0 0 0 30px;
		margin: 0 0 12px;
	}
	#container .common_title .tit:before {
		width: 15px;
		height: 3px;
	}
	#container .common_title .spl {
		font-size: 16px;
	}
	#container .sub_common_title {
		font-size: 18px;
		margin: 0 0 20px;
		padding: 0 0 0 15px;
	}
	#main_warp .secbox {
		margin: 0 0 85px;
	}
	#main_warp .btn_area a {
		font-size: 15px;
		padding: 16px;
		width: 130px;
		border-radius: 6px;
	}
	.article_list_warp {
		margin: 0 0 40px;
	}
	.article_list_warp .item a {
		padding: 20px 0;
	}
	.article_list_warp .item a .tit_area {
		font-size: 16px;
		margin: 0 0 12px;
	}
	.article_list_warp .item a .txtarea {
		font-size: 13px;
	}
	.file_list_warp {
		margin: 0 0 40px;
	}
	.file_list_warp .item {
		margin: 0 0 10px;
	}
	.file_list_warp .item a {
		font-size: 18px;
	}
	.file_list_warp .item a:after {
		width: 28px;
		height: 35px;
		background: url(img/icon_pdf.png) no-repeat center;
		background-size: cover;
	}
	.file_list_warp .item a .title_cover {
		padding: 18px 15px 18px 0;
		font-size: 16px;
	}
	#side_warp {
		margin: 0 0 100px;
	}
	#side_warp #donation_box {
		border-radius: 8px;
		padding: 26px 18px 20px;
	}
	#side_warp #donation_box .title {
		font-size: 18px;
		margin: 0 0 12px;
	}
	#side_warp #donation_box p {
		font-size: 14px;
		margin: 0 0 15px;
	}
	#side_warp #donation_box .btn_area a {
		font-size: 16px;
		border-radius: 34px;
		padding: 22px;
	}
	#footer {
		padding: 55px 0 50px;
	}
	#footer .cover_box .log {
		width: 160px;
		margin: 0 auto 40px;
	}
	#footer .cover_box p.copy {
		padding: 10px 0;
		font-size: 12px;
	}
	#footer #pagetop {
		width: 55px;
		height: 55px;
		top: -80px;
		right: 15px;
	}
	#spnav,
	.nav_shadow {
		display: none;
	}
	#spnav {
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		z-index: 100;
		width: 280px;
		height: 100vh;
		padding: 85px 0 0;
		box-sizing: border-box;
	}
	#spnav ul li {
		border-bottom: 1px solid #ccc;
	}
	#spnav ul li:first-child {
		border-top: 1px solid #ccc;
	}
	#spnav ul li a {
		color: #231815;
		text-align: left;
		padding: 20px;
		display: block;
	}
	.nav_shadow {
		background: #50577c;
		position: absolute;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		opacity: 0.2;
		box-sizing: border-box;
	}
}

#under_title {
	border-bottom: 2px solid #e5e6eb;
}
#under_title .title {
	display: block;
}
#under_title .spl {
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #ccc;
}
#main_warp .outline_text {
	text-align: left;
	line-height: 1.5;
}
#main_warp .outline_table table {
	width: 100%;
	text-align: left;
}
#main_warp .outline_table table,
#main_warp .outline_table  td,
#main_warp .outline_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
#main_warp .outline_table th {
	background: #f1f1f6;
}
@media ( min-width: 768px) {
	#under_title {
		padding: 50px 0;
		margin: 0 0 80px;
	}
	#under_title .title {
		font-size: 25px;
		margin: 0 0 20px;
	}
	#under_title .spl {
		font-size: 14px;
	}
	#main_warp .outline_text {
		margin: 0 0 50px;
		font-size: 15px;
	}
	#main_warp .outline_text p {
		margin: 0 0 30px;
	}
	#main_warp .outline_table td,
	#main_warp .outline_table th {
		padding: 3px;
		width: 30px;
		height: 25px;
		padding: 10px 15px;
		line-height: 1.5;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	#under_title {
		padding: 35px 0;
		margin: 0 0 50px;
	}
	#under_title .title {
		font-size: 22px;
		margin: 0 0 15px;
	}
	#under_title .spl {
		font-size: 14px;
	}
	#main_warp .outline_text {
		margin: 0 0 50px;
		font-size: 15px;
	}
	#main_warp .outline_text p {
		margin: 0 0 30px;
	}
	#main_warp .outline_table td,
	#main_warp .outline_table th {
		padding: 3px;
		width: 30px;
		height: 25px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1.5;
	}
}


#main_warp .post_warp #detail_header {
	text-align: left;
}
#main_warp .post_warp #detail_header .post_title {
	font-weight: bold;
	border-left: 4px solid #50577c;
	line-height: 1.5;
}
#main_warp .post_box {
	text-align: left;
	line-height: 1.75;
	font-weight: 400;
}
#main_warp .post_box img {
	height: auto !important;
}
#main_warp .post_box a:hover {
	text-decoration: none;
}
#main_warp .post_box p {
	margin: 0 0 1.2em;
}
#main_warp .post_box h2 {
	font-weight: bold;
	margin: 3em 0 1.5em;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#main_warp .post_box h2:before {
	content: '';
	border-radius: 20px;
	background: linear-gradient(rgb(255 133 162 / 60%), #FFDDE4);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#main_warp .post_box h3 {
	font-weight: bold;
	margin: 2.5em 0 1.5em;
	position: relative;
	z-index: 1;
}
#main_warp .post_box h3:before {
	content: '';
	width: 5px;
	border-radius: 20px;
	height: 100%;
	background: linear-gradient(rgb(255 133 162 / 60%), #FFDDE4);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#main_warp .post_box h4 {
	color: #333;
	margin: 2.5em 0 1.2em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#main_warp .post_box h4:before {
	content: '';
	background: #ffdae1;
	border-radius: 100%;
	display: block;
	position: absolute;
	z-index: -1;
}
#main_warp .post_box h4:after {
	content: '';
	background: rgb(237 115 190 / 20%);
	border-radius: 100%;
	display: block;
	position: absolute;
	z-index: -1;
}
#main_warp .post_box h2:first-child,
#main_warp .post_box h3:first-child,
#main_warp .post_box h4:first-child {
	margin-top: 0;
}
#main_warp .post_box ol {
	list-style-type: decimal;
	padding: 0 0 0 1.5em;
	margin: 1em 0;
}
#main_warp .post_box ol > li {
	list-style-type: decimal;
	margin: 0.2em 0;
}
#main_warp .post_box ul {
	list-style: none;
}
#main_warp .post_box ul {
	margin: 1em 0;
	padding: 0;
}
#main_warp .post_box ul li {
	padding: 0 0 0 1em;
	position: relative;
	margin: 0.8em 0;
}
#main_warp .post_box ul > li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #666;
	display: block;
	position: absolute;
	left: 0.2em;
	top: 0.6em;
	border-radius: 100%;
}
#main_warp .post_box .su-list ul li:before {
	content: '';
	display: none;
}
#main_warp .donation_box {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
#main_warp .donation_box .title {
	background: #f7f6f3;
	font-weight: bold;
}
#main_warp .donation_box .box {
	text-align: left;
	line-height: 1.5;
}
#main_warp .donation_detail_box {
	line-height: 1.5;
}
#main_warp .donation_detail_box ol li {
	display: inline-block;
	margin: 5px;
}
@media ( min-width: 768px) {
	#main_warp .post_warp {
		margin: 0 0 100px;
	}
	#main_warp .post_warp #detail_header {
		margin: 0 0 40px;
	}
	#main_warp .post_warp #detail_header .post_title {
		font-size: 24px;
		padding: 0 0 0 15px;
		margin: 0 0 15px;
	}
	#main_warp .post_box {
		font-size: 16px;
	}
	#main_warp .donation_box {
		margin: 0 0 20px;
	}
	#main_warp .donation_box .title {
		padding: 20px;
		font-size: 18px;
	}
	#main_warp .donation_box .box {
		padding: 20px 25px;
	}
	#main_warp .donation_detail_box p {
		margin: 0 0 15px;
	}
}
@media ( min-width: 768px ) and ( max-width: 960px ){
}
@media ( max-width: 767px) {
	#main_warp .post_warp {
		margin: 0 0 40px;
	}
	#main_warp .post_warp #detail_header {
		margin: 0 0 20px;
	}
	#main_warp .post_warp #detail_header .post_title {
		font-size: 18px;
		padding: 0 0 0 10px;
		margin: 0 0 10px;
	}
	#main_warp .post_box {
		font-size: 12px;
	}
	#main_warp .donation_box {
		margin: 0 0 20px;
	}
	#main_warp .donation_box .title {
		padding: 15px;
		font-size: 14px;
	}
	#main_warp .donation_box .box {
		padding: 15px 20px;
		font-size: 14px;
	}
	#main_warp .donation_detail_box p {
		margin: 0 0 15px;
		text-align: left;
		font-size: 14px;
	}
	#main_warp .donation_detail_box ol {
		text-align: left;
	}
	#main_warp .donation_detail_box ol li {
		font-size: 14px;
	}
}
