@charset "UTF-8";


/****************************************************************************
    common parts
****************************************************************************/

/* PC/SP/Tabletで表示・非表示
--------------------------------*/
/*SPの時のみに表示*/
.m-sp {
	display: block;
}
@media (min-width:768px){
	.m-sp {
		display: none;
	}
}

/*PCとタブの時に表示*/
.m-pc-tab {
	display: none;
}
@media (min-width:768px){
	.m-pc-tab {
		display: block;
	}
}

/*PCの時のみに表示*/
.m-pc {
	display: none;
}
@media (min-width:1110px){
	.m-pc {
		display: block;
	}
}


/* box
--------------------------------*/
/* section */
.m-section {
	padding: 40px 0;
}
@media (min-width:768px){
}
@media (min-width:1110px){
	.m-section {
		padding: 80px 0;
	}
}

/* inner */
.m-inner {
	width: 100%;
	padding: 0 5%;
}
@media (min-width:1110px){
	.m-inner {
		padding: 0;
	    width: 1110px;
		margin: 0 auto;
	}
	.m-inner.small-1000 {
	    width: 1000px;
	}
}

/* ボックス */
.m-box {
	padding: 20px 20px;
	border-radius: 20px;
	background-color: #fff;
}
.m-box.beige {
	background-color: #FCFAF7;
}
@media (min-width:768px){
	.m-box {
		padding: 50px 50px;
		border-radius: 30px;
	}
}
@media (min-width:1110px){
	.m-box {
		padding: 50px 100px;
		border-radius: 30px;
	}
}


/* 背景
--------------------------------*/
.m-bg-beige {
	background-color: #FCFAF7;
}




/* テキスト関連
--------------------------------*/
.m-txt-maru {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.m-txt-gray {
	color: #797478;
}

.m-txt-C {
	text-align: center;
}
.m-txt-R {
	text-align:  right;
}

.m-txt-smaller {
	font-size: .9em;
}



/****************************************************************************
 	pagenavi
****************************************************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
	margin: 4em 0 0 0;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #4d4d4d;
	background-color: #FFF;
	border: solid 1px #dcdcdc;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF; 
	background-color:#666666; 
	border-color:#666666;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #d2d2d2;
	border-color: #d2d2d2;
	font-weight: bold;
}
.wp-pagenavi span.pages{
	border: 1px solid #d2d2d2;
	background-color: #F5F4F5;
}


/****************************************************************************
 	ページタイトル
****************************************************************************/
.m-pagettl-sec {
	position: relative;
	height: 200px;
}
.page-info-arc .m-pagettl-sec {
	background:url("../img/info/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-about .m-pagettl-sec {
	background:url("../img/about/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-outline .m-pagettl-sec {
	background:url("../img/outline/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-corp .m-pagettl-sec {
	background:url("../img/corp/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-support .m-pagettl-sec {
	background:url("../img/support/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-volunteer .m-pagettl-sec {
	background:url("../img/volunteer/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-program .m-pagettl-sec {
	background:url("../img/program/bg_pagettl.jpg")no-repeat center center;
	background-size: cover;
}
.page-404 .m-pagettl-sec {
	background-color: #ccc;
}
.m-pagettl-text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: relative;
	padding-top: 70px;
}
.m-pagettl-text:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -48.6px;
	display: block;
	content:"";
	width: 97.2px;
	height: 6px;
	background: url("../img/top/mainvisual_dot.png") no-repeat 0 0;
	background-size: cover;
}
.m-pagettl-text .en {
	font-size: 11px;
	letter-spacing: 3px;
	line-height: 1;
}
.m-pagettl-text .jp {
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 5px;
}
@media (min-width:768px){
	.m-pagettl-sec {
		height: 260px;
	}
	.m-pagettl-text {
		padding-top: 100px;
	}
	.m-pagettl-text .en {
		font-size: 13px;
	}
	.m-pagettl-text .jp {
		font-size: 32px;
	}
}
@media (min-width:1000px){/*headerのブレイクポイント*/
	.m-pagettl-sec {
		height: 400px;
	}
	.m-pagettl-text {
		padding-top: 160px;
	}
	.m-pagettl-text .en {
		font-size: 14px;
	}
	.m-pagettl-text .jp {
		font-size: 45px;
		letter-spacing: 2px;
	}
}


/****************************************************************************
 	topic-path
****************************************************************************/
.m-topic-path-sec {
	/*background-color: #fff;*/
	padding: 10px 5%;
	line-height: 1.4;
	text-align: right;
	font-size: 11px;
}
.m-topic-path-sec li {
	display: inline;
}
.m-topic-path-sec li a {
	text-decoration: none;
	color: #797478;
}
.m-topic-path-sec li a:hover {
	color: #000;
}
.m-topic-path-sec li a:after {
	content: ">";
	color: #797478;
	padding-right: 5px;
	padding-left: 10px;
}
.m-topic-path-sec li span {
	color: #adacac;
}
@media (min-width:768px) {
	.m-topic-path-sec {
		padding: 25px 2% 5px 2%;
		font-size: 12px;
	}
}



/****************************************************************************
 	タイトル
****************************************************************************/
.m-ttl-L-wrap {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5em;
}
.m-ttl-L-wrap.yellow {
	color: #FACA07;
}
.m-ttl-L-wrap.pink {
	color: #FF9F79;
}
.m-ttl-L-sub {
	font-size: .8em;
	line-height: 1.2;
	letter-spacing: 3px;
}
.m-ttl-L-main {
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: 3px;
}
@media (min-width:768px){
	.m-ttl-L-wrap {
		margin-bottom: 1.5em;
	}
	.m-ttl-L-sub {
		font-size: 1em;
	}
	.m-ttl-L-main {
		font-size: 2.2em;
	}
}
@media (min-width:1110px){
	.m-ttl-L-wrap {
		margin-bottom: 2em;
	}
	.m-ttl-L-sub {
		font-size: 1em;
	}
	.m-ttl-L-main {
		font-size: 2.8em;
	}
}



.m-ttl-M {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 1em;
}
.m-ttl-M.yellow {
	color: #FACA07;
}
.m-ttl-M.orange {
	color: #FA9E0A;
}
.m-ttl-M.pink {
	color: #FF9F79;
}
.m-ttl-M.blue {
	color: #5EBFFB;
}
@media (min-width:768px){
	.m-ttl-M {
		font-size: 1.6em;
		margin-bottom: 1em;
	}
}
@media (min-width:1110px){
	.m-ttl-M {
		font-size: 2em;
		margin-bottom: 1em;
	}
}


/****************************************************************************
 	ボタン
****************************************************************************/

a.m-btn,
.m-btn {
	position: relative;
	display: block;
	width: 240px;
	padding: 15px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FA9E0A;
	color: #fff;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
a.m-btn:after,
.m-btn:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content:"";
	width: 22px;
	height: 10px;
	background: url("../img/common/btn_arrow_white.png") no-repeat 0 0;
	background-size: cover;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
a.m-btn:hover {
	opacity: .8;
}
a.m-btn:hover:after {
	 right: 10px;
}

/* 戻るボタン */
a.m-btn.return {
	padding: 15px 3px 15px 20px;
}
a.m-btn.return:after {
	transform: rotate(180deg);
	left: 15px;
	right: auto;
}
a.m-btn.return:hover:after {
	left: 10px;
}


/****************************************************************************
 	table
****************************************************************************/
table {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
}
.m-table-base {
	border-top: 1px dashed #E3E3E2;
}
.m-table-base th,
.m-table-base td {
	padding: 15px 10px;
	border-bottom: 1px dashed #E3E3E2;
	line-height: 1.5;
	font-size: .85em;
	letter-spacing: 0;
}
.m-table-base th {
	width: 26%;
	font-weight: 500;
	color: #000;
	background-color: #FFF8ED;
}
.m-table-base td {
	font-weight: 500;
	color: #797478;
}
.m-table-base td a {
	color: #FA9E0A;
	text-decoration: underline;
}
.m-table-base td a:hover {
	text-decoration: none;
}
@media (min-width:1110px){
	.m-table-base th,
	.m-table-base td {
		padding: 20px 30px;
		font-size: 1em;
		letter-spacing: 1px;
	}
	.m-table-base th {
		width: 30%;
	}
}




/****************************************************************************
    margin top
****************************************************************************/

/*   XXSサイズ
---------------------*/
.m-mt-XXS {
	margin-top: .5em;
}

/*   XSサイズ
---------------------*/
.m-mt-XS {
	margin-top: 1em;
}


/*   Sサイズ
---------------------*/
.m-mt-S {
	margin-top: 2em;
}


/*   Mサイズ
---------------------*/
.m-mt-M {
	margin-top: 3em;
}

/*   Lサイズ
---------------------*/
.m-mt-L {
	margin-top: 4em;
}


/*   XLサイズ
---------------------*/
.m-mt-XL {
	margin-top: 5em;
}

