@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	width: 100%;
	margin: 0 auto;
	background-image: url(../image/body.jpg);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flex_1{
	display:flex;
}

img{
	max-width:100%;
}

.wrapper{
	max-width: 1080px;
	width:96%;
	text-align:center;
	margin:0 auto;
	padding:0;
}

.line_up{display:flex;}

.pconly{display:block;}
.sponly{display:none;}
a:link, a:visited {
	text-decoration:none;
	color:#ff4200;
}

.wrap{
	display:flex;
	width:96%;
	max-width: 1080px;
	margin:20px auto 10px;
}

.while{margin-top:50px;}

/*ヘッダーここから*/
#top-head{
	/* width:62%; */
	margin:0 auto;
	max-width: 1080px;
}
.header_name{
	width: 57%;
}
.header_contact{
	width: 43%;
}
.header_contact img{
	margin-top: 4.5%;
}

.head{position:relative;}

.head_img{
    width:100%;
}

.head_p1{
	position: absolute;
    left: 16px;
    color: #717171;
    bottom:55px;
    font-size:43px;
    text-shadow:#fff 1px 1px 2px;
	letter-spacing:4px;
}
.head_p2{
    position: absolute;
    left: 16px;
    color: #f9c1c1;
    bottom: 30px;
    text-shadow: #fff 1px 0px 0px;
    padding-left: 6px;
    letter-spacing: 6px;
    font-size: 21px;
}


/*ヘッダーここまで*/

/* メニューここから */
.menu_full{
	background-color:#ff4200;
	margin: 15px 0 40px;
}

#nav-toggle {
    display: none;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 32px;
    height: 33px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height:2px;
    width: 100%;
    background:white;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {top:0;}
#nav-toggle span:nth-child(2) {top:11px;}
#nav-toggle span:nth-child(3) {top:22px;}

#call{
	height:42px;
    display: none;
    position: absolute;
    right: 65px;
    top:7px;
    cursor: pointer;
    z-index: 100;
}

#global-nav{
	display:block;
	text-align:center;
	margin:0 auto;
	padding: 3px 0;
}

#global-nav a {
	display:inline-block;
	width:24%;
	min-width:160px;
	color: #fff;
	letter-spacing:2px;
	font-size: 100%;
    padding:10px 5px;
	font-weight:bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position:relative;
}
#global-nav a:hover {
	
}

#global-nav a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	margin:0 20%;
	width: 60%;
	height: 2px;
	background:#297487;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

#global-nav a:hover::after {
	bottom: -4px	
	opacity: 1;
	visibility: visible;
}
 
#global-nav a+ a{
    border-left: 0;
    border-right: 1px solid #ccc;

}
/* メニューここまで*/

/* 左コンテンツここから*/
.wrap1{width:24%;}
.wrap1 img{margin-bottom: 10px;}
/*　youtube */
.youtube_wrap{
	border:3px solid #f00;
	margin-bottom:50px
}
.youtube {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	  /* margin-bottom:50px; */
}
.wrap1 .youtube_wrap img{
	margin-bottom:0;
	vertical-align:bottom
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* 左コンテンツここまで*/

/* 右コンテンツここから*/
.wrap2{
	width:72%;
	margin-left:4%;
}

.wrap_mini{
	padding:0 0 0 15px;
}

h2{
	letter-spacing:1px;
	font-size:25px;
	padding: 0.2em 0.2em 0 0.6em;/*文字周りの余白*/
    color: #333;
    background: #ff420010;
    border-bottom: solid 3px #ff4200; 
	margin-bottom:30px;
}

.index1{
	display:flex;
	margin-bottom:12px;
}

.index_profile1{
	width: 60%;
	margin-right: 5%;
}
.index_profile1 p{
	margin-bottom:1em;
}

.tasaka{	
    text-align: right;
    margin: 20px 0 0;
    font-size: 23px;
    letter-spacing: 2px;
}

.index_profile2{
	width: 35%;
}

.more{
	margin-top:25px;
	text-align:center;
}

.more a{
    background-color: #ff4200aa;
    border-radius: 7px;
    padding: 3px 12px;
    color: white;
    font-size: 21px;
    display:inline-block;
	margin:0 auto;
}

.more-right{
	margin-top:20px;
	text-align:right;
}

.more-right a{
    background-color: #ff4200aa;
    border-radius: 7px;
    padding: 3px 12px;
    color: white;
    font-size: 21px;
    display:inline-block;
	margin:0 auto;
}


.index2{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.index2-left{
	width:35%;
	margin-right:3%;
}

.index2-right{
	width:62%;
}

.katudo-midashi{
    font-weight: bold;
    color: #ff4200;
    margin-bottom: 12px;
    border-bottom: 1px dotted;
}

.mottomiru{
	text-align:right;
	padding-right:5%;
}
.mottomiru a{
	font-weight:bold;
}

/* 右コンテンツここまで*/

/* footerここから*/
.footer_full{
	border-top: 3px solid #ff4200;
	margin: 60px auto 0px;
	padding:20px 0;
	background: #ff420010;
}

.footer{
	max-width:1100px;
	margin:0 auto;
	width:96%;
	padding:0;
	display:flex;
}
.footer a{
	color:#ff4200;
	
}
.footer1{
	width: 30%;
}

.footer2{
	width: 60%;
	margin-left:10%;
}

.footer2_1{
    font-size: 100%;
    color: #929292;
	margin-top:0;
}

.footer2_2{
    font-size: 100%;
    font-weight: bold;
    color: #929292;
	margin-top:0px;
}

#footer-nav{
	display:block;
	margin: 20px 0 15px;
}

#footer-nav a {
	display:inline-block;
	/* color:#929292; */
	letter-spacing:2px;
	font-size: 90%;
	padding:0 20px;
	font-weight:bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position:relative;
}

#footer-nav a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	margin:0 20%;
	width: 60%;
	height: 2px;
	background:#297487;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

#footer-nav a:hover::after {
	bottom: -4px	
	opacity: 1;
	visibility: visible;
}
 
#footer-nav a+ a{
    border-left: 0;
    border-right: 1px solid #ccc;
}

.bottom{
    text-align: center;
    background: #FF4200;
    color: white;
    font-weight: bold;
    font-size:90%;
    padding:5px 0;
}
/*footerここまで*/

/*profile.htmlここから*/
.profile1{display:flex;}
.profile1_1{/* margin-left:33px; */}
.profile1_1 span{
	margin:0;
	display:block;
	margin-left:2em;
	text-indent:-1em;
}
.profile1_3{margin-left:34px;text-indent: 2rem; }


.keireki_year{
	min-width: 160px;
}
.ronbun_year{
	min-width: 170px;
}


.profile_other{
    margin-top: 13px;
    text-indent: -1rem;
    padding-left: 1rem;
}

.profile2{
		width:54%;
		margin-right:1%;
}
.profile3{
	width:44%;
}

.profile2_1{
}
.profile2_2{
    margin:1px 0 6px 21px;
}

.wrap_profile1{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 10px;
}

.politics1{
    text-indent: -1rem;
    padding-left: 1rem;
    margin-bottom: 18px;
}

.politics2{
    margin-bottom: 18px;
}

.guide_profile span{
    padding-left: 1rem;
}

.guide_profile1{
    font-size: 105%;
    font-weight:bold;
    margin: 20px 0 3px;
}

.guide_profile2{
    padding-left:2rem;
}

.guide_profile3,.guide_profile3_1{
    padding-left:2rem;
}

.guide_profile4{
    padding-left:2rem;
	margin-bottom:15px;
}

.guide_profile5{
    padding-left:3rem;
	margin-bottom:15px;
}


.word2{
	width: 24%;
	margin-left:4%

}

/*profile.htmlここまで*/

/*support.htmlここから*/
.support1 a{border-bottom: 1px dotted #ff4200;}

table.type04 input,table.type04 select{height:35px;}
.month,.da{margin-left:15px;}
table.type04 span{color:#ff4200;padding-left:6px;}

.radio02-input,.radio03-input{
  display: none;
}
.radio02-input + label,.radio03-input + label{
  padding-left: 22px;
  position:relative;
  margin-right: 40px;
}
.radio02-input + label::before,.radio03-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio02-input:checked + label::after,.radio03-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 11px;
	height: 11px;
	background:#ff4200;
	border-radius: 50%;
}

table.type04{
    border-collapse:collapse;
    text-align:center;
    line-height:1.5;
    width:100%;
    margin:20px auto 0;
}

table.type04 tr{
	height: 60px;
	border-bottom: 1px solid #ccc;
	border-top:  1px solid #ccc;
}

table.type04 th{
    width:30%;
    padding:10px;
    font-weight:bold;
    vertical-align:middle;
	border:none;
    background: #f2f1f0;
}

table.type04 td{
    width:40%;
    padding:10px;
    vertical-align: middle;
    border:none;
	text-align:left;
}

.contact_button{
    padding: 3px 20px;
    font-weight: bold;
    font-size: 18px;
    margin:30px 0;
}

#privacy{text-align:center;}

.introduction{font-size:20px;font-weight:bold;}

.agreement span{}
.agreement p{
    text-indent: -4rem;
    padding-left: 4rem;
	margin-bottom:8px;
}
.agreement2{margin-top:15px;}
/*support.htmlここまで*/

/*donation.htmlここから*/

.donation1 span{
	position: relative;
}

.donation1 span:after {
	content: "";
    position: absolute;
    left: 0;
    border-bottom: 1px dotted red;
    bottom: 2.5px;
    width: 100%;
}

.notes p{
    text-indent: -1rem;
    padding-left: 1rem;
}

.form_age{text-align:right;}

.notes2{
	margin-top:15px;
	font-weight:bold;
}

.notes3{padding-left:1rem;}
/*donation.htmlここまで*/


/*policy.htmlここから*/
.policy0{margin-bottom:20px;}

.policy1{
    color: #ff4200;
    font-weight: bold;
	margin:15px 0 3px;
}

.policy2,.policy3{
	padding-left:1rem;
}

/*policy.htmlここまで*/


/*send.phpここから*/
.check{text-align:center;}
/*send.phpここまで*/


@media screen and (max-width:500px) {
	 
	h2{
		margin-bottom:20px;
		font-size: 23px;
	}

	.pconly{display:none;}
	.sponly{display:block;}
	
	.wrap {
		margin: 10px auto 0px;
		flex-flow: column-reverse;
   		width: 100%;
	}
	
	.wrap2 {
		width: 100%;
		margin-left: 0%;
		padding: 0 2%;
	}
	
	.wrap_mini {padding:0 2%;}

	.while {margin-top: 30px;}

/*headerここから*/
    .sp_header{
		max-width:62%;
		max-height: 50px;
		margin: 2px 0 0 10px;
	}
	
	.wrapper {width: 100%;margin:20px auto 0;}
	.menu_full {margin: 0;}
	.head_p1{
		position: absolute;
		left: 16px;
		color: #717171;
		bottom:36px;
		font-size:28px;
		text-shadow:#fff 1px 1px 2px;
		letter-spacing:4px;
	}
	.head_p2{
		position: absolute;
		left: 10px;
		color: #f9c1c1;
		bottom:14px;
		text-shadow: #fff 1px 0px 0px;
		padding-left: 6px;
		letter-spacing: 3px;
		font-size:16px;
	}


/*headerここまで*/

/*メニューここから*/
    #global-nav {
        position: absolute;
        top: -505px;
        background: #666;
        width: 100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        margin:0;
    }
	
    #global-nav a{
		width:100%;
        float: none;
    }
	
    #top-head #global-nav a,
    #top-head.fixed #global-nav a {
        display: block;
        padding: 12px 0;
        background-color:#ff4200;
        color:white;
        font-size:15px;
		text-align:center;
		border-top:1.5px solid white;
    }
	
    #nav-toggle {display: block;}
	
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    
	.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
	
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	
    .open #global-nav {
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	#top-head{
		z-index: 999;
		width: 100%;
		padding: 0;
		top: 0;
		position: fixed;
	}
	
	#mobile-head {
		height: 54px;
		z-index: 999;
		position: relative;
		background-color:#ff4200;
	}
	
	#call{display: block;}
	
/*メニューここまで*/

/*左バナーここから*/
	.left-block{
		margin:65px auto 0 !important;
	}
/*左バナーここまで*/

/*右バナーここから*/
	.wrap1 {
		width: 80%;
		margin: 15px 10% 0;
	}
/*右バナーここまで*/

/*footerここから*/
	.footer {flex-flow: column-reverse;}
	
	#footer-nav{margin: 14px 0 15px;}

	#footer-nav a {
		letter-spacing: 1px;
		font-size: 72%;
		padding: 0 5px;
	}
	
	.footer2 {
		width: 98%;
		margin: 0 2%;
	}
	
	.footer1{
		width: 70%;
		margin: 4px 0 6px 2%;
	}
	
	.footer_full {
		margin: 8px auto 4px;
		padding: 0px 0 0;
	}
/*footerここまで*/

/*index.htmlここから*/
	
	.index1 {
    	flex-flow: column;
	}
	

	.index2 {
		margin: 40px auto 46px;
		width: 94%;
	}

	.index2-left {
		width: 100%;
		margin:0 0 6px;
	}

	.index2-right {
		width: 100%;
	}

	.index_profile1 {
		width:96%;
		margin:0 2%;
	 }
	 
	 
	 .more {
		padding-left: 0px;
		text-align: center;
	}
	 
	 .more a {
		font-size: 19px;
	}
	
	.index_profile2 {
		width: 96%;
		margin: 14px 2% 0;
	}
	
	.line_up {
    	flex-flow: column;
	}
	
 
/*index.htmlここまで*/

/*profile.htmlここから*/
	.profile1 {
		flex-flow: column;
		padding: 0 2%;
	}

	.profile1_0{
		width: 96%;
		font-weight: bold;
		margin: 0 2% 3px;
		border-top: 1px dotted #ccc;
		padding-top: 6px;
	}
	
	.profile1_1,.profile1_2,.profile1_3,.paper1,.paper2{
		margin:3px 2% 10px;
		padding-left:10px;
	}
	
	.profile1_2 {
		text-indent: 0rem;
		padding-left:1.1rem;
		margin:0;
	}
	
	.profile1_3 {
		text-indent: 0rem;
	}

	.profile_other {
		margin: 5px 2% 0;
		width: 96%;
		text-indent: -1rem;
		padding-left: 1rem;
	}
	
	.wrap_profile1 {
		flex-flow: column;
	}
	
	.profile2 {
		width: 96%;
		font-size: 92%;
		margin: 0 2%;
	}
	
	.profile2_2 {
		margin: 1px 0 4px 14px;
	}
	
	.profile3,.memo{
		width: 96%;
		margin: 10px 2% 0;
	}
	
	.politics1 {
		width: 96%;
		font-size: 92%;
		text-indent: -1rem;
		padding-left: 1rem;
		margin: 0 2% 15px;
	}
	
	.memo1{padding-left:1rem;}
	
	.politics2 {
		width: 96%;
		margin: 0 2% 18px;
	}
	
	.catch{
		width:96%;
		margin:0 2%;
	}
	
	.guide_profile{
		width: 96%;
		margin: 13px 2% 0;
	}
	
	.guide_profile1 {
		font-size: 17px;
		margin: 20px 2% 3px;
		width: 96%;
	}
	
	.guide_profile span {
		padding-left: 0.5rem;
	}
	
	.guide_profile2 {
		padding-left: 2rem;
		width: 96%;
	}
	
	.guide_profile3, .guide_profile3_1 {
		padding-left: 1rem;
	}
	
	 .guide_profile3_1{
		text-indent: -1rem;
		padding-left: 2rem;
	}
	
	.guide_profile5 {
		padding-left: 0rem;
		margin: 0 2% 15px;
		width: 96%;
	}
/*profile.htmlここまで*/

/*support.htmlここから*/
	.support1{
		width:96%;
		margin:0 2% 15px;
	}

	table.type04{
	    width:100%;	
		margin:0 auto;
        border:1px solid #8b0a0a;
	}
	
	table.type04 th{
		width:100%;
		display:block;
		padding:2% 0;
		background-color:#ccc;
		color:#fff;
	}
	
	table.type04 td{
		padding:11px;
	}
	
	table.type04 th{
		width:100%;
		display:block;
		color:#fff;
	}
	
	table.type04 td{
		width:100%;
		display:block;
	}
	
	.contact_button {
		margin: 14px 0px 16px;
	}
	
	.personal_information{
		width: 96%;
		margin: 0 2%;
	}
	
	.agreement p {
		margin: 0 2% 8px;
	}
/*support.htmlここまで*/

/*policy.htmlここから*/
.policy_wrap{
    width: 96%;
    margin: 0 2%;
}
/*policy.htmlここまで*/


/*donation.htmlここから*/
	.donation1{
		width: 96%;
		margin: 0 2%;
	}
/*donation.htmlここまで*/

}