@charset "UTF-8";

/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ここまでリセットCSS */



html{
	font-family: "Yu Mincho", "YuMincho", serif;
}
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/elements/tx_2000.jpg);
	background-size: 100% auto;
}

img {
	max-width: 100%;
}

p {
	line-height: 200%;
	font-size: 15px;

}

h2 {
	display: block;
	margin: 0 auto; 
	padding: 0 0 10px 0;
	text-align:center;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
	font-size: 23px;
	color: #080059;
	letter-spacing: 3px;
}

h3 {
	padding: 20 0 0 0;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
	font-size: 20px;
	color: #080059;
}

h4 {
	padding: 20 0 0 0;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: bold;
	font-size: 17px;
	color: #080059;
}

.attention {
	display: block;
	font-size: 15px;
	text-align:center;
	margin-top: 10px;
}

.sp-attention {
	display:none;
}

.headline {
	display: block;
	border-bottom: 2px solid #080059;
	margin: 70px 10px 0px 10px;
	max-width: 1000px;
}

.headline span {
	line-height:2;
}



section {
	max-width: 960px;
	margin: 0 auto;
	padding: 106px 0px 20px 0px;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top img:hover {
    opacity: 0.6;
}


/*　PC版　header & navi　*/
@media (min-width: 767px){
.headerBg {
	background-color: #fff;
	width: 100%;
	padding: 20px 0 0 0;
	position: fixed;z-index: 2;
}

.header {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 10px 0;
}

.headerlogo {
	margin: 0px auto 0px 30px;
}

.headermail a {
	font-size: 15px;
	padding: 2px 30px;
	border: 1px solid #000;
	color: #000; 
	text-decoration: none;
}

.headermail {
	margin: 0 10px 0 0;
}


.headermail a:visited {
	color: #000;
}

.headermail a:hover {
	background-color: #ddd;
}

.fbicon {
	margin: 0 30px 0 0;
}  

.fbicon:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;
	opacity: 0.8;
}  

.sp-menu-bt {
 	display: none;
}

nav {
 	display: none;
}

.pc-menu {
	background-image: url(../images/elements/gnavi_back.jpg);
}
.pc-menu ul {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	margin: auto;
	list-style-type: none;
	max-width: 1000px;
}

.pc-menu a {
	font-size: 16px;
	font-weight: 600;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
	display: block;
	padding: 13px 15px;
	color: white;
	text-decoration: none;
}
.pc-menu  li a:hover {
	background-color: #4a4d9f;
}
}


/*　PC版　footer　*/
@media (min-width: 767px){
.footer{
	margin-top: 30px;
	background-color: #fff;
}


.f-logo {
	display: block;
	text-align: center;
	padding: 30px 0 0 0;
}

.f-menu ul { 
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	margin: auto;
	list-style-type: none;
	max-width: 1000px;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
}

.f-menu li {
	display: flex;
	font-weight: 600;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
}

.f-menu li span {
	color: #080059;
	font-weight: bold;
	padding: 0 3 0 0;
}


.f-menu a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	}

.f-menu a:visited {
	color: #000;
	text-decoration: none;
}

.f-menu a:hover {
	color: #080059;
	text-decoration: none;
}

.copyright p {
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
	background-color: #080059;
	text-align: center;
}
}

/*　SP版　header & navi　*/
@media (max-width: 767px){
.headerBg {
	background-color: #fff;
	width: 100%;
	padding: 0;
	border-bottom:8px solid #080059;	
	position: fixed;z-index: 2;
}

.header {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.headerlogo {
	width: auto;
	margin: 5px 10px 0px 10px;
}
.headermail {
	display: none;
}

.fbicon {
	display: none;
}

.pc-menu{
	display: none;
}

.sp-menu-bt {
   margin: 6px 6px 0 auto;	
}

nav#sp-menu{
   margin-right:0px;
   width:100%;	
}
	
nav#sp-menu ul{
   padding:0px;	
}
	
nav#sp-menu ul li{
   list-style-type:none;	
}
	
nav#sp-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
	width:100%;
	display:block;
	background-color:#080059;
	color:#fff;
	border-bottom:1px solid #ccc;	
	text-align:center;
	padding:20px 0px;
}


section {
	margin: 0 auto;
	padding: 50px 0px 10px 0px;
}

.sp-attention {
	display: block;
	font-size: 15px;
	text-align:center;
}


	
	
/*　SP版　footer　*/

.footer{
	margin-top: 30px;
	background-color: #fff;
}


.f-logo {
	display: block;
	text-align: center;
	padding: 30px 10px 12px 10px;
}

.f-menu ul { 
	display: flex;
	flex-wrap:wrap;
	width:100%;

}

.f-menu li {
	width:50%; 
	padding: 0;
	list-style: none;
}

.f-menu ul li a{
	font-size: 14px;
	font-weight: 600;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
	width:100%;
	display:block;
	background-color:#f5f5f5;
	color:#000;
	border:1px solid #fff;	
	text-align:center;
	padding:10px 0px;
}

.f-menu li span {
display: none;
}


.f-menu a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	}


.copyright p {
	font-size: 10px;
	padding: 5px 0;
	color: #fff;
	background-color: #080059;
	text-align: center;
}
}



/*　PC版　headnews　*/
.headnews-tittle p {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #000;
	margin: 30px auto 0px auto;
	max-width: 900px;	
}	

.headnews p {
	display: block;
	font-size: 13px;
	text-align: center;
	color: #000;
	padding: 0px 50px; 
	margin: 0px auto 20px auto;
	max-width: 900px;	
}	


.headnews-tittle-red p {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #CE0000;
	margin: 30px auto 0px auto;
	max-width: 900px;	
}	

.headnews-tittle-red-border p {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #CE0000;
	padding: 3px 0px; 
	margin: 30px auto 20px auto;
	max-width: 550px;
	border: 1px solid #ce0000;
}	
/*.headnews-tittle-red-border br {
	display: none;
}	*/



.headnews-red p {
	display: block;
	font-size: 13px;
	text-align: center;
	color: #CE0000;
	padding: 0px 50px; 
	margin: 0px auto 20px auto;
	max-width: 900px;	
}	


.headnews-red-border p {
	display: block;
	font-size: 13px;
	text-align: center;
	color: #CE0000;
	padding: 8px 10px; 
	margin: 20px auto;
	max-width: 500px;
	border: 1px solid #ce0000;
}	



/*　SP版　headnews　*/
@media (max-width: 767px){

.headnews-tittle-red-border p {
	display: block;
	font-size: 14px;
	line-height:25px;
	text-align: center;
	color: #CE0000;
	padding:10px 0px; 
	margin: 30px auto 10px auto;
	max-width: 320px;
	border: 1px solid #ce0000;
}	
.headnews-tittle-red-border br {
	display: block;
}
	
	
.headnews p {
	font-size: 13px;
	padding: 10px 5px;
	max-width: 334px;
}
	
.headnews-red p {
	font-size: 12px;
	text-align: left;
	padding: 7px 7px;
	max-width: 340px;
}
.headnews-red br {	
	display: none;

	
}