@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.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;
}
body {
    position: relative;
    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:'';
    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;
}
input, select {
    vertical-align:middle;
}

/* common */

body {
    color: #333;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-family: 'Noto Sans Japanese', sans-serif;
	-webkit-text-size-adjust: none;
    margin: 0 auto;
}
a {
    color: #555;
    text-decoration: none;
    transition: .3s;
}
a:hover {
    color: #aaa;
}
img {
    max-width: 100%;
}
.clearfix:after { 
    content: "."; 
    display: block; 
    visibility: hidden; 
    height: 0.1px; 
    line-height: 0; 
    clear: both; 
}

header .logo {
    padding: 30px;
    text-align: center;
    font-size: 1.75rem;
    font-weight: normal;
}
.logo {
    line-height: 1.2;
    font-weight: normal;
}
.logo span {
    font-size: 112.5%;
}
.logo em {
    font-size: 50%;
    font-style: normal;
}
nav {
    background: #fff;
}
nav ul {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
nav ul li {
    margin: 0 30px;
    font-size: 1.125rem;
}
nav.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
    box-shadow: #ccc 0 0 10px;
}
.navBtn {
    display: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap_inner {
    width: 920px;
    margin: 0 auto;
}

.anker {
    position: relative;
}
.anker a {
    position: absolute;
    top: -60px;
}
section {
    padding: 80px 0;
    line-height: 1.6;
}
section .title {
    margin: 0 0 60px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}
section .title span {
    font-size: 80%;
}
section p {
    font-size: 1.125rem;
    margin: 0 0 15px;
}
section table {
    width: 100%;
    border-top: 1px solid #999;
    font-size: 1.125rem;
}
section table tr {
    border-bottom: 1px solid #999;
}
section table th,
section table td {
    padding: 20px 40px;
    vertical-align: middle;
}
section table th {
    width: 23.5%;
    background: rgba(255,255,255,.4);
}
section table td {
    background: rgba(255,255,255,.8);
}

.gray {
    background: #f5f5f5;
}
.orange {
    background: rgba(244,121,0,.15);
}
.green {
    background: rgba(96,155,15,.15);
}
.blue {
    background: rgba(56,123,178,.15);
}
.purple {
    background: rgba(204,153,204,.15);
}
.cen {
    text-align: center;
}

footer {
    background: #654;
    color: #fff;
    padding: 30px 0 10px;
}
footer a {
    color: #fff;
}
footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .wrap .logo {
    font-size: 1.25rem;
    width: 7.5rem;
    text-align: center;
}
footer .wrap ul li {
    display: inline;
    margin-left: 2rem;
}
footer .copyright {
    background: #f5f5f5;
    color: #654;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    font-size: .875rem;
}

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 75px;
	z-index: 999;
}
#pagetop a {
	display: block;
	width: 64px;
	height: 64px;
	background: #876;
}
#pagetop a:hover {
	background: #987;
}
#pagetop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 28px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

@media screen and (max-width: 1440px){
    #pagetop {
        bottom: 20px;
    }
}
@media screen and (max-width: 1240px){

    header .logo {
        padding: 24px;
    }
    nav ul li {
        margin: 0 2.25vw;
        font-size: 1rem;
    }
    
    .wrap {
        width: auto;
        padding: 0 20px;
    }
    
    section {
        padding: 60px 0;
    }
    section .title {
        margin: 0 0 45px;
        font-size: 2.5rem;
    }
    section p {
        font-size: 1rem;
        margin: 0 0 15px;
    }
    section table {
        font-size: 1rem;
    }
    section table th,
    section table td {
        padding: 15px 30px;
    }
    
    footer .copyright {
        font-size: .75rem;
    }

}
@media screen and (max-width: 959px){

    nav ul li {
        margin: 0 2.25vw;
        font-size: .875rem;
    }
    
    .wrap_inner {
        width: auto;
    }
    
    section {
        padding: 50px 0;
    }
    section .title {
        margin: 0 0 36px;
        font-size: 2rem;
    }


}
@media screen and (max-width: 767px){

	header {
		position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 1px solid #eee;
        box-shadow: #ccc 0 0 10px;
        background: #fff;
    }
    header .logo {
        padding: 0 10px 10px;
        text-align: left;
        font-size: .9375rem;
    }
    nav,
    nav.fixed {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        padding: 0;
        width: 75%;
        z-index: 999;
        border-bottom: 1px solid #eee;
        box-shadow: #ccc 0 0 10px;
    }
    nav.open {
        display: block;
        animation: show .25s linear 0s;
    }
    
    nav ul {
        padding: 10px 0;
        display: block;
    }
    nav ul li {
        margin: 0 20px;
        border-bottom: 1px solid #ccc;
    }
    nav ul li:last-child {
        border: none;
    }
    nav ul li a {
        display: block;
        padding: 12px 0;
        text-align: center;
    }

    .navBtn {
        position: fixed;
        top: 22px;
        right: 20px;
        z-index: 9999;
        display: block;
        width: 30px;
        height: 30px;
		cursor: pointer;
    }
	.navBtn span {
		display: block;
		height: 4px;
		width: 100%;
		background: #654;
		border-radius: 2px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
    .navBtn span:nth-of-type(2),
	.navBtn span:nth-of-type(3) {
		margin-top: 5px;
	}
	.navBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}
	.navBtn.active span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}
	.navBtn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) translateX(0) rotate(-45deg);
	}
    
    section {
        padding: 8vw 0;
    }
    section .title {
        margin: 0 0 6vw;
        font-size: 5vw;
    }
    section p {
        font-size: .875rem;
        margin: 0 0 12px;
    }
    section table {
        font-size: .875rem;
    }
    section table tr,
    section table th,
    section table td {
        display: block;
    }
    section table th {
        padding: 10px 20px;
    }
    section table td {
        padding: 15px 20px;
    }
    section table th {
        width: calc(100% - 40px);
        border-bottom: 1px solid #999;
    }
    
    footer .wrap .logo {
        font-size: 1.125rem;
    }
    footer .wrap ul li {
        font-size: .875rem;
        margin-left: 1.5rem;
    }
    
	#pagetop a {
		width: 48px;
		height: 48px;
	}
	#pagetop a::after {
		top: 21px;
		left: calc(50% - 8px);
		width: 16px;
		height: 16px;
	}

}
@keyframes show {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@media screen and (max-width: 567px){
    
    nav ul li a {
        padding: 20px 0;
        font-size: 3.75vw;
    }
    
    section {
        padding: 12vw 0;
    }
    section .title {
        margin: 0 0 9vw;
        font-size: 6.66vw;
    }
    section p {
        font-size: 3.5vw;
        margin: 0 0 2vw;
    }
    section table th,
    section table td {
        font-size: 3.5vw;
    }

    footer {
        padding: 10vw 0 2vw;
    }
    footer .wrap {
        display: block;
        text-align: center;
    }
    footer .wrap .logo {
        width: auto;
        font-size: 4.5vw;
    }
    footer .wrap ul {
        margin-top: 7.5vw;
    }
    footer .wrap ul li {
        font-size: 3.5vw;
        margin: 0 3vw;
    }
    footer .copyright {
        margin-top: 10vw;
        font-size: 2.75vw;
    }
    
    #pagetop {
        display: none!important;
    }
    
}


/* top */

.mainvisual {
    height: 720px;
    background: url("../images/main_visual.jpg") center bottom no-repeat;
    text-align: center;
    color: #333;
    text-shadow: #fff 1px 1px 0;
}
.mainvisual .subtitle {
    padding: 170px 0 0;
    font-size: 2rem;
}
.mainvisual .subtitle span {
    font-size: 150%;
    margin: 0 .5rem;
}
.mainvisual .title {
    margin: 45px 0 60px;
    font-size: 4rem;
}
.mainvisual .title span {
    color: #369;
    font-size: 120%;
}
.mainvisual .title br {
    display: none;
}
.mainvisual .btn {
    display: flex;
    justify-content: center;
}
.mainvisual .btn li a {
    display: block;
    margin: 0 20px;
    padding: 15px 30px;
    width: 180px;
    font-size: 1.25rem;
    font-weight: bold;
    background: #fff;
    border: 3px solid #333;
    text-align: center;
}

.history_ks {
    float: right;
    padding: 7px 0 10px 30px;
    width: 27.5%;
}
.president_name {
    text-align: right;
}
.president_name span {
    font-size: 120%;
    font-weight: bold;
}

/* flow */

.flow_area {
}
.flow_area .flow_box {
    position: relative;
    width: calc(100% - 100px);
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 30px 50px 15px;
    margin-bottom: 30px;
}
.flow_area .flow_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    left: calc(50% - 60px);
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
    border-width: 30px 60px 0 60px;
    z-index: 1;
}
.flow_area .flow_box:last-child::after {
    display: none;
}
.flow_area .flow_box .flow_step {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.375rem;
    border-bottom: 1px dashed #999;
}
.flow_area .flow_box .flow_step span {
    color: #f60;
    margin-right: 2rem;
}
.flow_area .flow_box .flow_text {
    
}
.red {
    color: #f00;
}
.pcnone {
    display: none;
}

/* support */

.support_member {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support_member li {
    width: 25%;
    text-align: center;
}
.support_member li .image {
    margin: 50px 0 10px;
}
.support_member li .image img {
    width: 87.5%;
    border-radius: 50%;    
}
.support_member li .work {
    color: #963;
    font-size: 1.125rem;
    font-weight: bold;
}
.support_member li .name {
    font-size: 1.5rem;
}
.support_member li .office {
    font-size: 1rem;
}
.support_member .office_works p {
    color: #999;
    font-size: .75rem;
}

/* entry */

.entry_form table th {
    text-align: left;
    width: 29.5%;
}
.entry_form table th span {
    float: right;
    font-size: 75%;
    background: #f93;
    border-radius: .25rem;
    color: #fff;
    margin-top: 3px;
    padding: .1rem .25rem;
}
.entry_form table td .modal_click {
    margin: 15px 30px;
}
.entry_form table td .modal_click li {
    display: inline-block;
    margin-right: 15px;
}
.entry_form table td .modal_click li a {
    text-decoration: underline;
}

.entry_form input[type="text"],
.entry_form input[type="email"] {
    padding: .5rem .75rem;
    width: 90%;
    font-size: 1.125rem;
}
.entry_form input[type="text"].age {
    width: 100px;
    margin-right: .5rem;
}
.entry_form textarea {
    padding: .5rem .75rem;
    width: 96%;
    height: 8rem;
}
.entry_form input[type="checkbox"] {
    margin-right: 1rem;
    transform: scale(1.5);
}
.entry_form label {
    display: inline-block;
    margin: .5rem 0;
}
.entry_form input[type="submit"] {
    display: block;
    width: 500px;
    margin: 50px auto;
    padding: 20px;
    background: #f30;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.entry_form input[type="submit"]:hover {
    background: #f66;
}
/* iOS */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 1399px){
    .mainvisual {
        height: 620px;
        background-size: 120% auto;
    }
    .mainvisual .subtitle {
        padding: 120px 0 0;
    }
}
@media screen and (max-width: 1240px){

    .mainvisual {
        height: 560px;
    }
    .mainvisual .subtitle {
        font-size: 1.75rem;
    }
    .mainvisual .title {
        margin: 30px 0 45px;
        font-size: 3.25rem;
    }
    .mainvisual .btn li a {
        margin: 0 15px;
        padding: 16px 24px;
        width: 180px;
        font-size: 1.125rem;
        border-width: 2px;
    }

    /* flow */

    .flow_area .flow_box .flow_step {
        font-size: 1.25rem;
    }
    

}
@media screen and (max-width: 959px){

    .mainvisual {
        height: 700px;
    }
    .mainvisual .subtitle {
        padding: 100px 0 0;
    }
    .mainvisual .title {
        font-size: 3rem;
    }
    
    /* flow */

    .flow_area .flow_box {
        width: calc(100% - 100px);
        padding: 30px 50px 15px;
        margin-bottom: 30px;
    }
    .flow_area .flow_box::after {
        bottom: -30px;
        left: calc(50% - 60px);
        border-width: 30px 60px 0 60px;
    }
    .flow_area .flow_box .flow_step {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 1.375rem;
    }
    .flow_area .flow_box .flow_step span {
        color: #f60;
        margin-right: 2rem;
    }

    .support_member li .name {
        font-size: 1.25rem;
    }
    .support_member li .office {
        font-size: 1.75vw;
    }
    .support_member .office_works p {
        font-size: 1.25vw;
    }

    .entry_form table th {
        width: 33.33%;
    }

    
}
@media screen and (max-width: 767px){

    .mainvisual {
        height: 124vw;
    }
    .mainvisual .subtitle {
        padding: 30vw 0 0;
    }
    .mainvisual .subtitle {
        font-size: 4vw;
    }
    .mainvisual .subtitle span {
        font-size: 150%;
        margin: 0 .75vw;
    }
    .mainvisual .title {
        margin: 4vw 0 8vw;
        font-size: 8.75vw;
        line-height: 1.2;
    }
    .mainvisual .title br {
        display: inline-block;
    }
    .mainvisual .btn li a {
        margin: 0 2vw;
        padding: 15px 30px;
        width: 150px;
        font-size: 1rem;
    }

    .flow_area .flow_box {
        width: calc(100% - 12vw);
        padding: 20px 6vw 10px;
        margin-bottom: 24px;
    }
    .flow_area .flow_box::after {
        bottom: -24px;
        left: calc(50% - 48px);
        border-width: 24px 48px 0 48px;
    }
    .flow_area .flow_box .flow_step {
        margin: 0 0 10px;
        padding: 0 0 10px;
        font-size: 3vw;
    }
    .flow_area .flow_box .flow_step span {
        margin-right: 4vw;
    }

    .support_member li {
        width: 50%;
    }
    .support_member li .image {
        margin: 7vw 0 2vw;
    }
    .support_member li .work {
        font-size: 4vw;
    }
    .support_member li .name {
        font-size: 3.25vw;
    }
    
    .entry_form table th {
        width: calc(100% - 40px);
    }
    .entry_form input[type="text"],
    .entry_form input[type="email"],
    .entry_form textarea {
        width: 95%;
        padding: 2%;
        font-size: 3.75vw;
    }
    .entry_form input[type="submit"] {
        width: 90%;
        margin: 7.5vw auto;
        padding: 4vw 0;
    }    
    
}
@media screen and (max-width: 567px){
    
    .mainvisual .btn {
        display: block;
    }
    .mainvisual .btn li a {
        margin: 6vw auto 3vw;
        padding: 3vw 0;
        width: 75%;
        font-size: 4vw;
    }
    
    .history_ks {
        padding: 5px 0 10px 5vw;
        width: 40%;
    }
    
    .support_member li .name {
        font-size: 4vw;
    }
    .support_member li .office {
        font-size: 3vw;
    }
    .support_member .office_works p {
        font-size: 2.5vw;
    }
    
    .flow_area .flow_box .flow_step {
        font-size: 4vw;
    }
    
}
@media screen and (max-width: 479px){
    
    .mainvisual {
        height: 170vw;
    }
    .mainvisual .subtitle {
        padding: 45vw 0 0;
    }
    
    .entry_form input[type="checkbox"] {
        margin-right: 3vw;
    }
    .entry_form input[type="submit"] {
        margin: 9vw auto;
        font-size: 5vw;
    }    

}


/* form */

.confirm_error .exp,
.exp_c {
    text-align: center;
    margin: 0 0 40px;
}
.exp_c br {
    display: none;
}
.confirm_error_box {
    margin: 50px 0;
    padding: 50px 50px 30px;
    background: #fee;
    border: 10px solid #fcc;
    color: #f00;
}

.confirm_btn input[type="submit"],
.confirm_btn input[type="button"] {
    display: block;
    width: 500px;
    margin: 50px auto;
    padding: 20px;
    background: #f30;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.confirm_btn input[type="submit"]:hover {
    background: #f66;
}
.confirm_btn input[type="button"] {
    background: #aaa;
}
.confirm_btn input[type="button"]:hover {
    background: #bbb;
}


@media screen and (max-width: 1240px){
    
    .confirm_error_box {
        margin: 5vw 0;
        padding: 5vw 5vw 3vw;
        border-width: 1vw;
    }

}
@media screen and (max-width: 767px){

    .confirm {
        margin-top: 70px;
    }
    .confirm_error .exp {
        text-align: left;
        margin: 0 0 4vw;
    }
    .exp_c {
        margin: 0 0 4vw;
    }
    .exp_c br {
        display: inline-block;
    }
    .confirm_error_box {
        margin: 8vw 0;
        padding: 5vw 3vw 3vw;
        border-width: 2vw;
    }
    .confirm_btn input[type="submit"],
    .confirm_btn input[type="button"] {
        width: 90%;
        margin: 7.5vw auto;
        padding: 4vw 0;
    }    

}

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

    .confirm_btn input[type="submit"],
    .confirm_btn input[type="button"] {
        margin: 9vw auto;
        font-size: 5vw;
    }    

}


/* thanks */

.thanks {
    height: 50vw;
    background: url("../images/main_visual.jpg") center bottom no-repeat;
    background-size: 100% auto;
}
.thanks_txt {
    text-align: center;
}
.thanks .btn a {
    display: block;
    width: 500px;
    margin: 50px auto;
    padding: 20px;
    background: #aaa;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.thanks .btn a:hover {
    background: #bbb;
}

@media screen and (max-width: 1240px){
    .thanks {
        height: 60vw;
    }

}
@media screen and (max-width: 767px){
    
    .thanks {
        height: 75vw;
        margin-top: 70px;
    }
    .thanks .btn a {
        width: 90%;
        margin: 7.5vw auto;
        padding: 4vw 0;
    }    

}
@media screen and (max-width: 479px){
    
    .thanks .btn a {
        margin: 9vw auto;
        font-size: 5vw;
    }    

}


/* donate */

.donate_menu {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 999;
}
.donate_menu a {
    display: block;
    padding: 15px;
    background: #c9c;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(0,0,0,.3) 0 0 10px;
    line-height: 1.1;
}
.donate_menu a:hover {
    background: #dad;
}
.donate_area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.donate_area_txt {
    width: 70%;
}
.donate_area_img {
    width: 25%;
}
.donate_info {
    border: solid 5px #dcd;
    background: #fff8ff;
    padding: 30px 120px;
}
.donate_info h4 {
    margin: 0 0 20px;
    color: #b6b;
    font-size: 1.75rem;
    text-align: center;
}
.donate_info dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
.donate_info dl dt {
    width: 8rem;
    font-size: 1.25rem;
}
.donate_info dl dd {
    width: calc(100% - 8rem);
    font-size: 1.75rem;
}
.donate_back .btn a {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #aaa;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.donate_back .btn a:hover {
    background: #bbb;
}


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

    .donate_menu {
        top: 120px;
        right: 0;
    }
    .donate_menu a {
        padding: 1.5vw;
        font-size: .875rem;
        border-radius: 5px 0 0 5px;
    }
    
    .donate_area {
        margin: 0 0 5vw;
    }
    .donate_area_txt {
        width: 70%;
    }
    .donate_area_img {
        width: 25%;
    }
    .donate_info {
        padding: 3vw 0;
    }
    .donate_info h4 {
        margin: 0 0 2vw;
        font-size: 3vw;
    }
    .donate_info dl {
        margin-left: 12vw;
    }
    .donate_info dl dt {
        width: 11vw;
        font-size: 2vw;
    }
    .donate_info dl dd {
        width: calc(100% - 11vw);
        font-size: 2.66vw;
    }
    .donate_back .btn a {
        width: 500px;
        padding: 20px;
        font-size: 1.25rem;
    }
    
}
@media screen and (max-width: 849px){
    
    .donate_menu {
        top: auto;
        bottom: 150px;
    }
    .donate_menu a {
        padding: 1.5vw 2vw;
    }
    
}
@media screen and (max-width: 767px){

    .donate {
        margin-top: 70px;
    }
    
    .donate_back .btn a {
        width: 90%;
        padding: 4vw 0;
    }    
    .donate_info {
        margin-bottom: -10vw;
    }

}
@media screen and (max-width: 567px){
    
    .donate_menu {
        bottom: 35px;
        right: 0;
    }
    .donate_menu a {
        padding: 2vw;
    }
    .donate_menu br {
        display: none;
    }

    .donate_area {
        display: block;
        margin: 0 0 8vw;
    }
    .donate_area_txt {
        width: 100%;
    }
    .donate_area_img {
        width: 100%;
        text-align: center;
    }
    .donate_area_img img {
        margin-top: 5vw;
        width: 66.66%;
    }
    
    .donate_info {
        padding: 6vw 0;
    }
    .donate_info h4 {
        margin: 0 0 5vw;
        font-size: 4.75vw;
    }
    .donate_info dl {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    .donate_info dl dt {
        width: 100%;
        font-size: 3.25vw;
        color: #999;
    }
    .donate_info dl dd {
        width: 100%;
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }
    .donate_back .btn a {
        font-size: 5vw;
    }
    
}


/*----- modal -----*/

.lock { overflow:hidden; }
.modal-content { position:relative; display:none; width: 900px; margin: 30px 0 100px; padding: 30px 30px 0; border:2px solid #aaa; background:#fff; }
.modal-overlay { z-index:9998; display:none; position:fixed; top:0; left:0; width:100%; height:120%; background-color:rgba(0,0,0,0.75); }
.modal-wrap { z-index:9999; display:none; position:fixed; top:0; left:0; width:100%; height:100%; overflow:auto; }
.modal-content  { margin-right: -100%\0; }
.modal-content  { margin-right: -100%\9; }
.modal-content h3 { color: #900; font-size: 20px; line-height: 1.5; text-align: center; padding: 0 0 10px; }
.modal-content h4 { line-height: 1.5; margin-bottom: 5px; }
.modal-content p { line-height: 1.5; font-size: 14px; }
.modal-content ol { line-height: 1.5; font-size: 14px; }
.modal-content ol li { list-style: outside decimal; margin-left: 1.25em; }
.modal-content p.tr { text-align: right; padding: 0 0 20px; }
.modal-content .mb { margin-bottom: 24px; }
.modal-open, .modal-close { cursor: pointer; }

.closeBtn { margin: 50px auto; width: 200px; line-height: 1.5; }
.closeBtn a { border-bottom: 4px solid #bbb; background-color: #ccc; background: linear-gradient(#eee, #ccc); border-radius: 10px; display: block; padding: 15px 0; text-align: center; text-decoration: none; text-shadow: #555 1px 1px 1px; }
.closeBtn a:hover { border-bottom: 4px solid #ccc; background: #eee; }



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

	.modal-content { width: 90%; margin: 20px 0; padding: 15px; }

}

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


}

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

	.modal-content { width: 85%; margin: 10px 0 30px; padding: 10px; }
	.modal-content h3 { font-size: 15px; text-align: center; padding: 0 0 10px; }
	.modal-content h4 { font-size: 15px; }
	.modal-content p { line-height: 1.4; font-size: 12px; }
	.modal-content ol { line-height: 1.4; font-size: 12px; }
	.modal-content p.tr { padding: 0 0 10px; }
	.modal-content .mb { margin-bottom: 16px; }

    .closeBtn { margin: 5vw auto 3vw; }

}

