@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;
}
.tsushin{
	background:#f1f7ff;
	padding:5px 8px;
	box-shadow:3px 3px 3px #ddd
}

.flex_2{
	display:flex;
	flex-wrap:wrap;
}
.flex_2 > div{
	margin-right:4%;
	margin-left:0;
	width:48%;
	margin-bottom:15px;
}
.flex_2 > div:nth-child(n+3){
	width:30.5%;
	padding:5px 12px;
}
.flex_2 > div:nth-child(n+3) h3{
	font-size:100%;
}
.flex_2 > div:last-child,
.flex_2 > div:nth-child(2),
.flex_2 > div:nth-child(5){
	margin-right:0;
}



.tsushin:first-child{
	margin-left:0;
}



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:#0075ff;
}

.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:16px;
}

.head{
	position:relative;
	margin-bottom:20px;
}

.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:#0075ff;
	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:19.5%;
	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 #0174fe;
	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;
}


/* 左コンテンツここまで*/

/* 右コンテンツここから*/
h3{
	font-size:17px;
    color: #6775ff;
}

.index-top{
	display: flex;
    flex-wrap: wrap;
}

.index-top-left{
	width: 57%;
	margin-right:3%;
}

.index-top-right{
	width: 40%;
}



.try{
	display: flex;
    flex-wrap: wrap;
	margin:10px 0 20px;
}

.try div{
	width:48%;
	margin:0 4% 25px 0;
}

.try div:nth-child(2n){
	margin-right:0;
}

.wrap2{
	width:72%;
	margin-left:4%;
}

.wrap_mini{
	padding: 0;
}

h2{
	letter-spacing:1px;
	font-size:25px;
	padding: 0.2em 0.2em 0 0.6em;/*文字周りの余白*/
	color: #333;
	background:#f1f7ff;
	border-bottom: solid 3px #0075ff;
	margin-bottom: 22px;
}

.index1{
	display:flex;
	margin-bottom:12px;
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}

.topics1,.topics2{
	font-size:105%;
}
.topics1{
    /* background-color:#0075ff; */
    margin-right: 11px;
    padding: 1px;
	width:6.5em;

}

.topics2{
    width: calc(100% - 6.5em);
}

.index_profile1{
	width: 60%;
	margin-right: 5%;
	/* padding-top:20px; */
}

.index_profile1 p{
	font-size:25px;
    letter-spacing: 2px;
}

.index_profile1 span{
	font-size:18px;
	margin-right: 12px;
    letter-spacing: 2px;
}

.index_profile2{
	width: 35%;
}

.more{
	margin-top:25px;
	text-align:center;
}

.more a{
    background-color:#0075ff;
    border-radius: 7px;
    padding: 3px 12px;
    color: white;
    font-size: 21px;
    display:inline-block;
	margin:0 auto;
}

.sns1{
	width: 47%;
	margin:0 1.5%
}

.sns2{
	width: 47%;
	margin:0 1.5%;
}
.mottomiru{
	text-align:right;
	padding-right:5%;
}
.mottomiru a{
	font-weight:bold;
}

/* 右コンテンツここまで*/

/* footerここから*/
.footer_full{
	border-top: 3px solid #0075ff;
	margin: 60px auto 0px;
	padding:20px 0;
	background:#f1f7ff;
}

.footer{
	max-width:1100px;
	margin:0 auto;
	width:96%;
	padding:0;
	display:flex;
}
.footer a{
	color:#0075ff;
	
}
.footer1{
	width: 30%;
}

.footer2{
	width: 60%;
	margin-left:10%;
}

.footer2_1{
    font-size: 100%;
    color: #000000;
	margin-top:0;
}

.footer2_2{
    font-size: 100%;
    font-weight: bold;
    color: #929292;
	margin-top:0px;
}

#footer-nav{
	display:block;
	margin: 40px 0 19px;
}

#footer-nav a {
	display:inline-block;
	letter-spacing:2px;
	font-size: 90%;
	padding:0 20px;
	font-weight:bold;
	border-left: 1px solid #0075ff;
	border-right: 1px solid #0075ff;
	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 #0075ff;
}

.bottom{
    text-align: center;
    background:#0075ff;
    color: white;
    font-weight: bold;
    font-size:90%;
    padding:5px 0;
}
/*footerここまで*/

/*seisaku.htmlここから*/
.no1{
    width: 100%;
    max-width: 487px;
}

.no1-txt1{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
	color:#4e4e4e;
	margin:9px 0 11px;
}
/*seisaku.htmlここまで*/


/*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: 182px;
}
.kengikai .keireki_year{
	min-width:70px;
}
.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;
	font-size:92%;
	margin-bottom:8px;
}

.guide_profile3,.guide_profile3_1{
    padding-left:2rem;
	font-size:92%;
}

.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 #0075ff;}

table.type04 input,table.type04 select{height:35px;}
.month,.da{margin-left:15px;}
table.type04 span{color:#0075ff;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:#0075ff;
	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: #0075ff;
    font-weight: bold;
	margin:15px 0 3px;
}

.policy2,.policy3{
	padding-left:1rem;
}

/*policy.htmlここまで*/


/*send.phpここから*/
.check{text-align:center;}
/*send.phpここまで*/


/*seisaku.htmlここから*/
.tushin-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 9px 0 0;
}

.tushin-flex div{
	width:22%;
	margin:0 4% 35px 0;
}

.tushin-flex div:nth-child(4n){
	margin-right:0;
}

.tushin-flex div p{
	text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.tushin-flex p a{
	border-bottom: 1px dotted #0075ff;	
}

/*seisaku.htmlここまで*/


@media screen and (max-width:500px) {
	 
	 h2{margin-bottom:20px;font-size: 23px;}
	.pconly{display:none;}
	.sponly{display:block;}
	
	.wrap {
		margin:2px auto 0px;
		flex-flow: column-reverse;
   		width: 100%;
	}
	
	.wrap2 {
		width: 100%;
		margin-left: 0%;
		padding:0 2%;
	}
	
	.wrap_mini {
		padding:0 2%;
		font-size:92%
	}

	.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;
	}

	.head {
		margin-bottom: 0;
	}

/*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:#0075ff;
        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:#0075ff;
	}
	
	#call{display: block;}
	
/*メニューここまで*/

/*右バナーここから*/
	.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 0;
		padding: 0px 0 0;
	}
/*footerここまで*/

/*index.htmlここから*/
	.topics1, .topics2 {
		font-size: 17px;
	}
	
	.topics1 {
		background:none;
		margin: 0 2%;
		color: #55a3ff;
		font-weight: bold;
		font-size:15px;
	}
	
	
	.index-top-left {
		width: 100%;
		margin-right: 0%;
	}

	.index-top-right{
		width:100%;
	}
	
	.try div {
		width: 100%;
		margin: 19px 0% 8px 0;
	}
	
	.index1 {
    	flex-flow: column;
	}
	
	.topics2 {
		padding: 3px 0 3px 10px;
	    width: 96%;
	    margin: 0 2%;
	}

	.index_profile1 {
		width:96%;
		margin:0 2%;
	 }
	 
	 .index_profile1 span {
		font-size: 15px;
	 }
	 
	 .index_profile1 p {
		font-size: 20px;
	 }
	 
	 .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;
	}
	
	.sns1{
		width: 83%;
		margin: 0 8.5%;
	}
	
	.sns2 {
		width: 83%;
		margin: 26px 8.5% 0;
	}
 
/*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: 1px 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ここまで*/
}

#pdfSelect{
	width:100%;
	font-size:105;
	padding:4px;
}