@charset "UTF-8";

/*-----------------------------
	RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: bottom;
}

/* 共通のフォントサイズ */
.font-size-s {
	font-size: 12px;
}

.font-size-m {
	font-size: 15px;
}

.font-size-l {
	font-size: 17px;
}

/*　共通のマージン */
.margin-top-s {
	margin-top: 5px;
}

.margin-top-m {
	margin-top: 10px;
}

.margin-top-l {
	margin-top: 15px;
}

/*　共通のパッディング */
.padding-top-s {
	padding-top: 5px;
}

.padding-top-m {
	padding-top: 10px;
}

.padding-top-l {
	padding-top: 15px;
}

/* 共通のテキストカラー */
.text-color-red {
	color: #ce061a;
}

/* 共通の縁取り用のスタイル */
.frame-black {
	border: 1px solid #000;
	padding: 5px;
	display: inline-block;
}

/* CSS reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

/*-----------------------------
	BASE
------------------------------*/
body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","sans-serif","ＭＳ Ｐゴシック";
	color: #000;
	line-height: 1.65;
	letter-spacing: 0.05em;
}
#container {
	word-wrap: break-word;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
a {
	color: #2ea7e0;
	text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 75%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b, strong {
	font-weight: bold;
}
.red {
	color: #f00;
}

/*----------------------------
	Material icons
-----------------------------*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}

/*----------------------------
	コンテンツの最大サイズを制限
-----------------------------*/
img {
	height: auto;
	max-width: 100%!important;
}

/*-----------------------------
	基本のhタグ
------------------------------*/
h1, .h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #1e3458;
}
h2, .h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #1e3458;
}
h3, .h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #1e3458;
}
h4, .h4 {
	border-left: solid 7px #2ea7e0;
	padding: 5px 0 5px 15px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*-----------------------------
	基本構造
------------------------------*/
header {
	width: 100%;
}
#container {
	min-width: 320px;
}
#main {
	margin-top: 65px;
	padding: 0;
}
footer {
	background-color: #ccc;
}

/*-----------------------------
	ヘッダー
------------------------------*/
header {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 1px #aaa;
	left: 0;
	top: 0;
	z-index: 9999;
}
header #header-in {
	padding: 10px 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}
header #header-in .table-cell {
	vertical-align: middle;
}
header #slide-nav {
	font-size: 30px;
	width: 30px;
	padding-right: 20px;
}
header #logo {
	width: 220px;
	min-width: 100px;
}
header #logo h1 {
	margin: 0;
	padding: 0;
	display: grid;
}
header nav {
	min-width: 535px;
}
header nav #global-nav {
	font-size: 13px;
	text-align: right;
}
header nav #global-nav li {
	display: inline-block;
	padding: 10px 0;
	margin-left: 12px;
}
header nav #global-nav li a {
	color: #000;
	font-weight: bold;
	display: inline-block;
}
header nav #global-nav li.donation {
	margin-left: 0;
}
header nav #global-nav li.contact a,
header nav #global-nav li.donation a {
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-weight: normal;
}
header nav #global-nav li.donation a {
	background-color: #666;
}
header nav #global-nav li.contact a {
	background-color: #ce0519;
}

/*-----------------------------
	スライドナビ
------------------------------*/
.drawer-hamburger {
	padding: 10px 0!important;
	top: 17px!important;
}
.drawer-nav {
	left: -16.25rem!important;
	padding: 50px 20px 20px;
	box-sizing: border-box;
	overflow: inherit!important;
}
.drawer-open .drawer-nav {
	left: 0!important;
	z-index: 10000;
	background-color: #152337;
	transition: left .6s cubic-bezier(.19,1,.22,1);
}
.drawer-nav .drawer-hamburger {
	top: 0!important;
	left: 16.25rem!important;
	padding: 13px .75rem 26px!important;
	background-color: #eee!important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	height: 3px!important;
}
.drawer-nav .logo {
	margin-bottom: 35px;
	padding: 0 20px;
}
.drawer-nav .drawer-nav-list li {
	margin-bottom: 15px;
}
.drawer-nav .drawer-nav-list li a {
	color: #fff;
}
.drawer-nav .drawer-nav-list li.contact a,
.drawer-nav .drawer-nav-list li.donation a {
	display: block;
	color: #152337;
	background-color: #f5f5f5;
	text-align: center;
	padding: 10px 0;
	line-height: 1;
	border-radius: 4px;
}
.drawer-nav .drawer-nav-list li.contact {
	margin-bottom: 10px;
}
.drawer-nav .drawer-nav-list li.contact a {
	margin-bottom: 0;
}
.drawer-nav .drawer-nav-list li.donation a {
	margin-bottom: 25px;
}
.drawer-nav .drawer-nav-list li.contact a:hover,
.drawer-nav .drawer-nav-list li.donation a:hover {
	text-decoration: none;
	background-color: #ddd;
}

/*-----------------------------
	フッター
------------------------------*/
footer {
	background-color: #333;
	display: table;
	width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
}
footer .table-cell {
	vertical-align: middle;
}
footer .logo {
	width: 150px;
}
footer .fotter-navi {

}
footer .fotter-navi .fotter-navi-list {
	overflow: hidden;
	padding: 0 5%;
	font-size: 17px;
}
footer .fotter-navi .fotter-navi-list li {
	display: inline-block;
	padding: 0 10px;
}
footer .fotter-navi .fotter-navi-list li a {
	color: #999;
}
footer .sns {
	width: 80px;
}
footer .sns .sns-list {
	overflow: hidden;
}
footer .sns .sns-list li {
	display: inline-block;
	width: 30px;
}
footer .sns .sns-list li.facebook {
	margin-right: 10px;
}
footer .sns .sns-list li a {
	display: block;
}

/*-----------------------------------
	共通クラス
------------------------------------*/
.mobile_parts {
	display: none!important;
}
.table-cell {
	display: table-cell;
}
.content-box {
	margin: 0 auto;
	padding: 50px 20px 30px;
	max-width: 800px;
	box-sizing: border-box;
}
.bg-glay {
	background-color: #eee;
}
.bg-middle-glay {
	background-color: #ddd;
}
.el-scool {

}
.high-scool {

}
.btn {
	margin: 50px 0;
}
.btn a {
	display: block;
	color: #fff;
	font-weight: bold;
	background-color: #ce0519;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
}
.btn a:hover {
	opacity: 0.7;
}

table {
	width: 100%;
}
table tr {
	display: block;
	margin-bottom: 10px;
}
table td {
	padding: 15px 20px;
	border: solid 1px #ccc;
	font-size: 20px;
}
table td:first-child {
	color: #fff;
	background-color: #777;
	border-color: #777;
	text-align: center;
	width: 150px;
}
table td:last-child {
	background-color: #fff;
	width: 80%;
}
.tab-content {
	box-shadow: 2px 2px 10px #aaa
}
.tab-content input[type="radio"] {
  display: none;
}
.tab-content label {
  display: inline-block;
  line-height: 1;
  padding: 15px 0;
  color: #555;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}
.tab-content label[for="tab1"] {
	border-radius: 6px 0 0 0;
}
.tab-content label[for="tab2"] {
	border-radius: 0 6px 0 0;
}
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #29426a;
}
.tab-content .tab-box {
  box-sizing: border-box;
  padding: 30px 15px 35px;
}
.tab-content .tab-box .description {
	margin-bottom: 18px;
	font-size: 13.5px;
	text-align: left;
}
.tab-content .tab-box .tabView {
	text-align: center;
}
.tab-content .tab-box .form-item.price {
	position: relative;
}
.tab-content .tab-box .form-item.price .sub {
	position: absolute;
	right: 10px;
	top: 8px;
}
.tab-content .tab-box .form-item input {
	margin-bottom: 12px;
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	padding: 12px;
	border: none;
	border-radius: 4px;
	font-size: 17px;
}
.tab-content > .tab-box > div {
  display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}
#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}
.tab-content .tab-box .table {
	display: table;
	width: 100%;
}
.tab-content .tab-box .table .table-cell {
	display: table-cell;
}
.tab-content .tab-box input[type="radio"] {
  display: inline;
  margin-left: 0;
}
.tab-content .tab-box label,
.tab-content .tab-box input[type="radio"]:checked + label {
	display: inline-block;
	background: none;
	color: #000;
	font-weight: bold;
	width: auto;
	padding: 0;
	margin-right: 15px;
}
.tab-content .tab-box .subtab-box {
	margin-top: 25px;
}
.tab-content .subtab-box > div {
  display: none;
}
#subtab1:checked ~ .subtab-box > #subtabView1 {
  display: block!important;
}
#subtab2:checked ~ .subtab-box > #subtabView2 {
  display: block!important;
}
#subtab3:checked ~ .subtab-box > #subtabView3 {
  display: block!important;
}

/*-----------------------------
	トップページ
------------------------------*/
.home .content-box {
	margin-top: -50px;
	padding-top: 100px;
	padding-bottom: 80px;
}
.home #main {
	margin-top: 0;
}
.home #eyecatch {
	position: relative;
}
.home #eyecatch .eyecatch-img img {
	width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    padding: 230px 0 45px;
}
.home #eyecatch .absolute {
	position: absolute;
	display: table;
	width: 84%;
	top: 125px;
	left: 8%;
}
.home #eyecatch .absolute .copy,
.home #eyecatch .absolute .regist-form {
	display: table-cell;
	vertical-align: top;
}
.home #eyecatch .absolute .copy {
	text-align: left;
	padding-right: 20px;
}
.home #eyecatch .absolute .copy h2 {
	text-align: left;
	margin-bottom: 5px;
	font-size: 30px;
}
.home #eyecatch .absolute .copy .lead {
	font-size: 20px;
}
.home .regist-form {
    background-color: #eee;
    padding: 40px 25px;
    width: 380px;
    box-sizing: border-box;
    border-radius: 8px;
}
.home .regist-form h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
.home .regist-form p {
	font-size: 15px;
	margin-bottom: 20px;
}
.home .regist-form .form-item {
	margin-bottom: 10px;
}
.home .regist-form .form-item input,
.home .regist-form .form-item select {
	width: 100%;
	padding: 7px 10px 6px;
	box-sizing: border-box;
	border: solid 1px #bbb;
	border-radius: 4px;
	font-size: 16px;
}
.home .regist-form .form-item.subject {
	border: solid 1px #bbb;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;
}
.home .regist-form .form-item .label {
	font-size: 16px;
	margin-bottom: 5px;
}
.home .regist-form .form-item .subject-list {
	display: table;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	letter-spacing: 0;
}
.home .regist-form .form-item.subject input {
	width: auto;
}
.home .regist-form .form-btn {
	display: -webkit-box;
}
.home .regist-form .form-btn input {
	display: block;
	color: #fff;
	background-color: #29426a;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1px #ccc;
	cursor: pointer;
}
.home .regist-form .form-btn input:hover {
	opacity: 0.7;
}
.home #message {
}
.home #vision h2 {

	margin-bottom: 100px;
}
.home #vision .vision-item-wrap {
	overflow: hidden;
	background: url(img/logo.png) no-repeat center center;
	background-size: 300px 40px;
}
.home #vision .vision-item-wrap .vision-item {
	width: 50%;
	box-sizing: border-box;
}
.home #vision .vision-item-wrap .vision-item.left {
	float: left;
	padding-right: 8%;
}
.home #vision .vision-item-wrap .vision-item.right {
	float: right;
	padding-left: 8%;
}
.home #vision .vision-item-wrap .vision-item.bottom {
	margin-top: 200px;
}
.home #vision .vision-item-wrap .vision-item p {
	background-color: #e7f4ff;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}
.home #background.content-box {
	max-width: 1000px;
}
.home #background h2 {
	text-align: left;
}
.home #background .background-item-list {
    display:flex;
    flex-wrap:wrap;
}
.home #background .background-item-list li {
	padding: 15px 0;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.home #background .background-item-list li:nth-child(odd) {
	padding-right: 4%;
}
.home #background .background-item-list li:nth-child(even) {
	padding-left: 4%;
}
.home #background .background-item-list li img {
	width: 80%;
	margin-bottom: 10px;
}
.home #background .background-item-list li p {
	text-align: left;
}
.home #voice.content-box {
	max-width: 1000px;
}
.home #voice h2 {
	text-align: left;
}
.home #voice h2 .sub {
	font-size: 20px;
	padding-left: 20px;
}
.home #voice .voice-item-list {
    display:flex;
    flex-wrap:wrap;
    margin-top: 80px;
}
.home #voice .voice-item-list li {
    width: 33.3%;
    padding: 0 3%;
    box-sizing: border-box;
}
.home #voice .voice-item-list li .voice-item {
	font-size: 14px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 1px 2px #ccc;
}
.home #voice .voice-item-list li .voice-item p {
	margin-bottom: 0;
}
.home #voice .voice-item-list li .voice-item .profile {
	text-align: center;
	margin-top: -55px;
	padding-bottom: 10px;
}
.home #voice .voice-item-list li .voice-item .profile img {
	width: 100px;
}
.home #voice .voice-item-list li .voice-item .profile .name {
	font-size: 20px;
	font-weight: bold;
}
.home #voice .voice-item-list li .voice-item .profile .name .s {
	margin-left: 5px;
}
.home #voice .voice-item-list li .voice-item .profile .name-sub {
	color: #999;
	font-size: 12px;
}
.home #voice .voice-item-list li .voice-item .profile .career {
	margin-top: 5px;
}
.home #voice .voice-item-list li .voice-item .message {
	padding-top: 12px;
	border-top: solid 1px #ccc;
}
.home #step.content-box {
	max-width: 700px;
}
.home #step .step-list {
	margin-top: 50px;
	counter-reset: number;
}
.home #step .step-list li {
	border: solid 1px #ccc;
	padding: 5%;
	margin-bottom: 80px;
	border-radius: 4px;
	position: relative;
}
.home #step .step-list li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	color: #fff;
	font-size: 20px;
	padding: 4px 14px;
	border-radius: 50%;
	background-color: #555;
	top: -10px;
	left: -10px;
}
.home #step .step-list li h3 {
	text-align: center;
}
.home #step .step-list li .step-content {
	overflow: hidden;
}
.home #step .step-list li .step-content .img {
	width: 30%;
	float: left;
}
.home #step .step-list li .step-content .img img {
	display: block;
}
.home #step .step-list li .step-content .text {
	padding-left: 35%;
	font-size: 15px;
}
.home #step .step-list li .step-content .text p {
	margin-bottom: 0;
}
.home #form {
	display: none;
}
.home #end .end-img img {
	display: block;
}

/*-----------------------------
	アバウトページ
------------------------------*/
#about-page #group #group-main.content-box {
	max-width: 1000px;
}
#about-page #group .group-guide {
	margin-bottom: 30px;
}
#about-page #group .group-guide span {
	font-weight: bold;
	margin-right: 30px;
}
#about-page #group .group-menu dl {
	margin-bottom: 20px;
}
#about-page #group .group-menu dl dt {
	font-size: 18px;
	font-weight: bold;
	width: 120px;
}
#about-page #group .group-menu dl dt span {
	padding: 4px 22px 3px;
	background-color: #555;
	color: #fff;
	border-radius: 20px;
	line-height: 1;
}
#about-page #group .group-menu dl dd {
	margin-left: 120px;
	margin-top: 10px;
}
#about-page #group .group-menu dl dd ul {
    display:flex;
    flex-wrap:wrap;
}
#about-page #group .group-menu dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 8px;
}
#about-page #group .group-menu dl dd ul li span {
	margin-right: 10px;
}
#about-page #group .group-menu dl dd ul li .name {
	position: relative;
	padding-left: 25px;
	font-weight: bold;
}
#about-page #group .group-menu dl dd ul li .name i {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 20px;
}
#about-page .group-sub h3 {
	position: relative;
	padding-left: 34px;
}
#about-page .group-sub h3 i {
	font-size: 26px;
	position: absolute;
	top: 2px;
	left: 0;
}
#about-page #action.content-box {
	max-width: 900px;
}



/*-----------------------------
	寄付ページ
------------------------------*/
#donation-page #main {
	margin-top: 0;
}
#donation-page #eyecatch {
	position: relative;
}
#donation-page #eyecatch .eyecatch-img img {
	width: 100%;
    height: 660px;
    object-fit: cover;
}
#donation-page #eyecatch .eyecatch-content {
	position: absolute;
	left: 100px;
	top: 150px;
	width: 620px;
}
#donation-page #eyecatch .eyecatch-content .copy h1 {
	font-size: 28px;
	margin-bottom: 30px;
}
#donation-page #eyecatch .form {
	max-width: 400px;
	min-width: 240px;
	margin-top: 40px;
	background-color: #eee;
	border-radius: 8px;
}
#donation-page #menu.content-box  {
	max-width: 1000px;
	padding-bottom: 70px
}
#donation-page #menu .description  {
	max-width: 600px;
	margin: 0 auto;
}
#donation-page #menu .donation-list {
    display:flex;
    flex-wrap:wrap;
    margin-top: 25px;
    overflow: hidden;
}
#donation-page #menu .donation-list li {
    width: 33.3%;
    padding: 0 1.5%;
    box-sizing: border-box;
}
#donation-page #menu .donation-list li .donation-item {
	border: solid 1px #ccc;
}
#donation-page #menu .donation-list li .donation-item .donation-item-header {

}
#donation-page #menu .donation-list li .donation-item .donation-item-header h3 {
	color: #fff;
	background-color: #333;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content {
	padding: 0 15px 15px;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content img {
	margin-bottom: 10px;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .text {
	min-height: 120px;
	margin-bottom: 0;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list {

}
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list li:last-child {
	margin-bottom: 0;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list li a,
.stripe-button-el {
	display: block!important;
	width: 100%;
	color: #fff!important;
	padding: 15px 0!important;
	line-height: 1!important;
	text-align: center;
	background-image: none!important;
	background-color: #f79d08!important;
	border-radius: 4px;
	font-size: 15px!important;
	font-weight: bold!important;
}
.stripe-button-el span {
	min-height: inherit!important;
	height: auto!important;
	line-height: inherit!important;
	background-image: none!important;
	box-shadow: none!important;
	background-color: #f79d08!important;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list li a:hover,
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list li button:hover {
	opacity: 0.7;
	text-decoration: none;
}
#donation-page #message .content-box {
	padding: 0;
	max-width: 1000px;
	display: table;
}
#donation-page #message .content-box .table-cell {
	vertical-align: middle;
}
#donation-page #message .content-box .content {
	padding-right: 80px;
	color: #555;
}
#donation-page #message .content-box .content .message-text {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#donation-page #message .content-box .content .message-author{
	margin-bottom: 0;
}
#donation-page #message .content-box .content .message-author .name {
	font-size: 20px;
}
#donation-page #message .content-box .content .message-author .name .sub {
	font-size: 14px;
	color: #999;
}
#donation-page #message .content-box .img {
	width: 340px;
}
#donation-page #message .content-box .img img {
	display: block;
}
#donation-page #bank {
	margin-top: -50px;
	padding-top: 100px;
	padding-bottom: 80px;
}
#donation-page #bank h3 {
	margin-top: 50px;
}

/*-----------------------------
	よくある質問ページ
------------------------------*/
#question-page #question dl {
	margin-bottom: 50px;
}
#question-page #question dl dt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
#question-page #question dl dt i {
	position: absolute;
	left: 0;
	top: 5px;
}
#question-page #question dl dd {
}

/*-----------------------------
	団体概要ページ
------------------------------*/
#group-page #vision h1 {
	text-align: center;
}
#group-page #vision h2 {
	font-size: 26px;
	text-align: left;
}

/*-----------------------------
ページTOP
------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 10px;
}
#page-top a {
}
#page-top a:hover img {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}


@media only screen and (max-width: 1100px) {

.home #eyecatch .absolute .copy h2 {
	font-size: 28px;
}
.home #eyecatch .absolute .copy .lead {
	display: none;
}

}

/*-----------------------------


	スマホ用


------------------------------*/

@media only screen and (max-width: 768px) {

/*--基本のhタグ--*/

h1, .h1 {
    font-size: 24px;
    margin-bottom: 30px;
}
h2, .h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #1e3458;
}
h3, .h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #1e3458;
}
h4, .h4 {
	border-left: solid 7px #2ea7e0;
	padding: 5px 0 5px 15px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*--ヘッダー--*/

header #header-in {
	padding: 15px;
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
header #header-in .table-cell {
	vertical-align: middle;
}
header #slide-nav {
	float: right;
	font-size: 30px;
	width: 30px;
	padding-right: 0;
	line-height: 1;
	padding-top: 5px;
}
header #logo {
}
header nav {
	display: none!important;
}

/*--スライドナビ--*/

.drawer-hamburger {
	padding: 10px 0!important;
	top: 9px!important;
}
.drawer-nav {
	right: -16.25rem!important;
}
.drawer-open .drawer-nav {
	padding: 30px 20px;
	left: inherit!important;
	right: 0!important;
	transition: right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-nav .logo {
	margin-bottom: 15px;
	padding: 0 40px;
}
.drawer-nav .drawer-hamburger {
	left: inherit!important;
	right: 16.25rem!important;
}

/*--フッター--*/

footer {
	position: relative;
}
footer .table-cell {
	display: block;
}
footer .logo {
	width: 150px;
	margin-bottom: 15px;
}
footer .sns {
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 15px;
	width: auto;
}
footer .fotter-navi {

}
footer .fotter-navi .fotter-navi-list {
	padding: 0;
	font-size: 15px;
}
footer .fotter-navi .fotter-navi-list li {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}
footer .fotter-navi .fotter-navi-list li a {
	color: #999;
}
footer .sns .sns-list li {
	width: 25px;
}

/*--共通クラス--*/

.pc_parts {
	display: none!important;
}
.mobile_parts {
	display: inherit!important;
}
.content-box {
	min-width: inherit!important;
}
table td {
	padding: 15px 10px;
	font-size: 15px;
}

/*--トップページ--*/

.home #eyecatch {
	margin-top: 80px;
	padding: 0 10px;
}
.home #eyecatch .absolute {
	position: inherit;
	display: block;
	width: auto;
	top: auto;
	left: auto;
}
.home #eyecatch .eyecatch-img img {
	width: 100%;
    height: 200px;
    padding: 0;
}
.home #eyecatch .absolute .copy {
	display: block;
}
.home #eyecatch .absolute .regist-form {
	display: none;
}
.home #eyecatch .absolute .copy {
	padding: 0;
}
.home #eyecatch .absolute .copy h2 {
	margin-bottom: 2px;
	font-size: 19px;
}
.home #eyecatch .absolute .copy .lead {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.home #eyecatch .regist-form {
	left: 3%;
	top: inherit;
	bottom: -100px;
	padding: 20px 3%;
	width: 94%;
	max-width: inherit;
	min-width: 170px;
	box-sizing: border-box;
	background-color: #fff;
	opacity: 0.9;
}
.home #eyecatch .regist-form h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.home #eyecatch .regist-form p {
	margin-bottom: 15px;
}
.home .content-box {
    margin-top: -30px;
    padding-top: 80px;
}
.home #message.content-box {
	margin-top: 0;
	padding-top: 35px;
	padding-bottom: 0;
}
.home #vision h2 {
	margin-bottom: 30px;
}
.home #vision .vision-item-wrap {
	padding-top: 70px;
	background-size: 200px 25px;
	background-position: top center;
}
.home #vision .vision-item-wrap .vision-item {
	width: 80%;
	margin-bottom: 20px;
}
.home #vision .vision-item-wrap .vision-item.left {
	padding: 0;
	float: left;
}
.home #vision .vision-item-wrap .vision-item.right {
	padding: 0;
	float: right;
}
.home #vision .vision-item-wrap .vision-item.bottom {
	margin-top: 0;
}
.home #background .background-item-list li {
	padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.home #background .background-item-list li:nth-child(odd) {
	padding-right: 0;
}
.home #background .background-item-list li:nth-child(even) {
	padding-left: 0;
}
.home #background .background-item-list li img {
	width: 90%;
	max-width: 300px!important;
	margin-bottom: 0;
}
.home #background .background-item-list li p {
	text-align: left;
}
.home #voice.content-box {
	max-width: 1000px;
}
.home #voice h2 .sub {
	display: block;
	font-size: 16px;
	padding-left: 0;
}
.home #voice .voice-item-list {
    display:flex;
    flex-wrap:wrap;
    margin-top: 80px;
}
.home #voice .voice-item-list li {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.home #voice .voice-item-list li:last-child {
	margin-bottom: 0;
}
.home #step.content-box {
	padding-bottom: 0;
}
.home #step .step-list {
	margin-top: 50px;
	counter-reset: number;
}
.home #step .step-list li {
	border: solid 1px #ccc;
	padding: 5%;
	margin-bottom: 40px;
	border-radius: 4px;
	position: relative;
}
.home #step .step-list li:before {
	font-size: 16px;
	padding: 2px 10px;
	top: -14px;
	left: -14px;
}
.home #form {
	display: block;
}
.home .regist-form {
    background-color: #eee;
    padding: 25px 10px;
    width: auto;
    box-sizing: border-box;
    border-radius: 8px;
}
.home .regist-form h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.home .regist-form p {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.home .regist-form .form-item {
	margin-bottom: 10px;
}
.home .regist-form .form-item .subject-list {
	display: block;
}
.home .regist-form .form-item .subject-list .table-cell {
	display: inline-block;
	margin-right: 5px;
}

/*--アバウトページ--*/

#about-page #group .group-guide {
}
#about-page #group .group-guide span {
	display: block;
	margin-right: 0;
}
#about-page #group .group-menu dl {
	margin-bottom: 30px;
}
#about-page #group .group-menu dl dt {
	font-size: 16px;
	width: auto;
}
#about-page #group .group-menu dl dt span {
	padding: 5px 20px 3px;
}
#about-page #group .group-menu dl dd {
	margin-left: 0;
	margin-top: 12px;
}
#about-page #group .group-menu dl dd ul li {
	margin-bottom: 10px;
}
#about-page #group .group-menu dl dd ul li span {
	display: inline-block;
}
#about-page #group .group-menu dl dd ul li .name {
	display: block;
}
#about-page .group-sub h3 {
	padding-left: 30px;
}
#about-page .group-sub h3 i {
	font-size: 24px;
	top: -1px;
}

/*--寄付ページ--*/

#donation-page #eyecatch .eyecatch-img img {
	height: 630px;
    min-height: inherit;
}
#donation-page #eyecatch .eyecatch-content {
	left: 5%;
	top: 100px;
	width: 90%;
}
#donation-page #eyecatch .eyecatch-content .copy h1 {
	font-size: 20px;
	margin-bottom: 30px;
}
#donation-page #eyecatch .eyecatch-content .copy p {
	font-size: 15px;
}
#donation-page #eyecatch .form {
	box-sizing: border-box;
}
.tab-content .tab-box label {
	font-size: 14px;
}
#donation-page #menu.content-box  {
	padding-bottom: 40px
}
#donation-page #menu .donation-list {
    margin-top: 0;
}
#donation-page #menu .donation-list li {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 25px;
    box-sizing: border-box;
}
#donation-page #menu .donation-list li .donation-item .donation-item-header {

}
#donation-page #menu .donation-list li .donation-item .donation-item-header h3 {
	padding: 10px 0;
	font-size: 18px;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content {
	padding: 0 15px 15px;
	text-align: center;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content img {
	max-width: 200px!important;
	margin: 0 auto;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .text {
	min-height: auto;
	margin-bottom: 10px;
	text-align: left;
}
#donation-page #menu .donation-list li .donation-item .donation-item-content .donation-btn-list li {
	width: 100%;
	padding: 0;
}
#donation-page #message .content-box {
	padding: 40px 20px;
	display: block;
}
#donation-page #message .content-box .table-cell {
	display: block;
}
#donation-page #message .content-box .content {
	padding-right: 0;
}
#donation-page #message .content-box .content .message-text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#donation-page #message .content-box .content .message-author{
	margin-bottom: 0;
}
#donation-page #message .content-box .content .message-author .name {
	font-size: 16px;
}
#donation-page #message .content-box .content .message-author .name .sub {
	font-size: 13px;
	margin-left: 1em;
}
#donation-page #message .content-box .img {
	width: 280px;
	margin: 20px auto;
}
#donation-page #message .content-box .img img {
	display: block;
}
#donation-page #bank h3 {
	margin-top: 50px;
}

/*--よくある質問ページ--*/

#question-page #question dl {
	margin-bottom: 40px;
}
#question-page #question dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 24px;
}
#question-page #question dl dt i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
}

/*--団体概要ページ--*/

#group-page #vision h2 {
	font-size: 18px;
}

}
