
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
ul li{line-height: 2.5;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}



body{
font-weight: 300;
-webkit-text-size-adjust:100%;
overflow-x: hidden;
background-color:#fff;
background-size: cover;
-webkit-background-size: cover;
}

a{/*color: #96a6d3;*/
text-decoration: none;
}

/*
a:hover, .active{
text-decoration: underline;
}
*/

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
text-align: center;
background-color:#f5df33; 
}



#topicpath{
margin : 0 auto;
padding : 0;
font-size : 1em;
text-align: left;
background-color: rgba(53,98,228,10);  
}

#topicpath p{
text-align : left;
width :70%;
margin : 0 auto;
padding : 15px;
color : #96a6d3;
}


/* 共通
------------------------------------------------------------*/

img{
max-width: 100%;
height: auto;
}

section{
clear:both;
padding-top: 50px;
}

section h2{
width: 70%;
margin: 10px auto 20px;
font-size: 2em;
font-weight:normal;
text-align: center;
position: relative;
  padding: 0.6em;
  background: #ffed5a;
}
section h2:after{
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffed5a;
width: 0;
height: 0;
}


section h2 span {
padding: 0 10px;
}

.inner{
width: 94%;
margin: 0 auto;
padding-bottom: 20px;
}

.innerS{
width: 70%;
margin: 0 auto;
padding-bottom: 20px;
font-size : 1.2em;
text-align : left;
}



h5{
margin-bottom: .5em;;
background-color : #3562e4;
padding : 0.8em;
color : #fff;
}

h6{
padding:2px 0 2px 0;
color : #ff0000;
}

p.card-text{font-size : 0.9em;}


/* youtube 埋め込み */
.youtube-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}




/* 日付
------------------------------------------------------------*/



.report {
text-align:center;
padding: 0.8em;
line-height: 1.2;
color: #fff;
background-color : #3562e4; 
font-size : 2em;
font-weight : bold;
}

#pony{
width : 90%;
margin : 0 auto;
}

#pony dt {
width : 100%;
  margin-top: 1em;
  padding: 0.7em;
  color: #454545;
  background-color: #ffed55;
}
#pony dd {
width : 100%;
padding: 1em;
  margin-left: 0;
  font-size: 1em;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #ffed55;
}

.simekiri{
font-weight : bold;
color : #ff5400;
}

.shiken {
 border: 2px solid #d1c137;
padding : 0.2em;
}



/* ダウンロード
------------------------------------------------------------*/

.dl{
margin-top: 1em;
text-align: center;
}

.dl box{
background-color: #F0F0F0;
display:block;
padding: .6em;
}

.dl h4{
font-size: .9em;
margin-bottom: .5em;
}

.dl a{
font-size: 1em;
display: inline-block;
padding: 0.3rem 2rem;
border-radius: 0.5rem;
background-color: #E43562;
color:#fff;
font-weight:bold;
}

.dl a:hover{
background-color: #ffed55;
text-decoration: none;
}


/* メール
------------------------------------------------------------*/
a.ml{
font-size: 1em;
display: inline-block;
padding: 0 12px;
border-radius: 0.5rem;
background-color: #E43562;
color:#fff;
font-weight:bold;
font-size:.85em;
}

a.ml:hover{
background-color: #ffed55;
text-decoration: none;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/



@media screen and (min-width: 769px){
.menu_sp{display :none;}
}


@media screen and (max-width: 768px){
.menu_link,#topicpath{display :none;}

#headerWrap{
position: relative;
width: 100%;
background: #fff;
}

#header h1 img{width: auto !important;}

section{padding-top: 30px;}

section h2{
width: 90%;
margin: 20px auto 10px;
font-size: 1.2em;
font-weight:normal;
text-align: center;
}


section h2 span {padding: 0 10px;}

#hiduke{margin : 0 auto;font-size : 1em;}


.innerS{
width: 90%;
margin: 0 auto;
padding-bottom: 10px;
font-size : 1em;
text-align : left;
}

.report {
padding: 0.8em;
line-height: 1.2;
color: #fff;
background-color : #3562e4; 
font-size : 1.4em;
font-weight : bold;
}

.hiduke {
padding: 0.8em;
line-height: 1.2;
color: #fff;
background-color : #3562e4; 
font-size : 1em;
font-weight : bold;
}

}


/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px 0 !important;
}



footer p{
	text-transform: uppercase;
	font-size: .8rem;
	margin-bottom: 10px;
}
