/**************************************************
 Reset
**************************************************/
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,
l,
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;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
	font-size: 100%;
}



blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}


ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}












caption,
th {
  text-align: left;
}

:focus {
  outline: 0;
}

img,
a img {
	border: none;
	text-align: center;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}











@charset "UTF-8";
/**************************************************
 Base style
**************************************************/
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"Facit","Facit Bold","Noto Sans Japanese","メイリオ",Meiryo,MS PGothic,sans-serif,"ＭＳ Ｐゴシック";*/
	font-size: 1em;
	background: #eee;
}

body, a, a:hover, a:visited {
	color: #333;
	text-decoration: none;
}

body .facit {
  font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.red {
  color: #f00;
}

.bottomL {
  padding-bottom: 30px;
}







/**************************************************
 Our Contents
**************************************************/
.ourContentsArea {
	background: url(../images/top/bg_our_contents.jpg) no-repeat center center;
	background-size: cover;
	height: 280px;
	transition: 0.3s;
	z-index: 9200;
	margin-top: -60px;
		

}

.ourContentsArea .haderContainer {
  text-align: center;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.ourContentsArea .haderContainer h2 {
	font-size: 2.3em;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-top:18px;
}

.ourContentsArea .haderContainer h2 span {
  color: #8D785A;
}

.ourContentsArea .haderContainer p {
  color: #fff;
}

.ourContentsArea .haderContainer .eng {
  color: #8D785A;
}

.ourContentsArea .boxContainer {
	max-width: 1400px;
	width: 70%;
	margin: -20px auto 0px auto;
}

.ourContentsArea .boxContainer .box:nth-child(2) {
  margin-left: 2%;
}

.ourContentsArea .boxContainer .box:nth-child(3) {
  margin-left: 2%;
}

.ourContentsArea .boxContainer .box {
  width: 100%;
  float: left;
  cursor: pointer;
  /*.img {
				background:#fff;
			}*/
}



.ourContentsArea .boxContainer .box .img {
  position: relative;
}

.ourContentsArea .boxContainer .box .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.3s;
}

.ourContentsArea .boxContainer .box .img .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.ourContentsArea .boxContainer .box .menu {
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
	position: relative;
	margin-top: 15px;
}

.ourContentsArea .boxContainer .box .menu .menuInner {
  position: absolute;
  top: -2px;
  width: 100%;
}






.ourContentsArea .boxContainer .box .menu .menuInner .textContainer {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 0;
	border: 0px solid #ffb600;
	background-color: #EBEBEB;
	font-size: 25px;
	font-weight: 700;
}


.ourContentsArea .boxContainer .box .menu .menuInner h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}



.ourContentsArea .boxContainer .box .menu .menuInner .sub1 {
	margin-bottom: 2px;
	color: #0051A2;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size: 25px;
	margin-top: 5px;
	padding-top: 0px;
	text-align: center;
}



.ourContentsArea .boxContainer .box .menu .menuInner p.sub {
	margin-bottom: 7px;
	color: #09F;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

.ourContentsArea .boxContainer .box .menu .menuInner p.text {
  font-size: 0.85em;
}

.ourContentsArea .boxContainer .box .menu .menuInner ul {
  /*margin-top:20px;*/
  height: 0;
  position: relative;
  overflow: hidden;
}

.ourContentsArea .boxContainer .box .menu .menuInner ul li,
.ourContentsArea .boxContainer .box .menu .menuInner ul li a {
  display: block;
}

.ourContentsArea .boxContainer .box .menu .menuInner ul li {
  border-top: 1px solid #eee;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.ourContentsArea .boxContainer .box .menu .menuInner ul li a {
	padding: 20px;
	color: #FFF;
	font-size: 20px;
	transition: 0.1s;
	border: 0px solid #ffb600;
	background-color: #09F;
}


.ourContentsArea .boxContainer .box .menu .menuInner ul li a:hover {
	color: #09F;
	transition: 0.2s;
	background-color: #FFF;
}

.ourContentsArea .boxContainer .open .menu .menuInner {
  padding-bottom: 0;
  /*top:-250px;*/
}

.ourContentsArea .boxContainer .open .menu .menuInner ul {
  display: block;
  /*height:260px;*/
}












.ourContentsArea .boxContainer2 {
	max-width: 1400px;
	width: 87.5%;
	margin: -20px auto 0px auto;
	display: none;
}






@media screen and (max-width: 1500px) {
  .ourContentsArea {
    height: 280px;
    transition: 0.3s;
  }
}






@media screen and (max-width: 1200px) {
  .ourContentsArea {
    height: 250px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 1000px) {
  .ourContentsArea .boxContainer .box .menu .menuInner {
    /*padding:15px 0 20px 0;*/
  }
  .ourContentsArea .boxContainer .box .menu .menuInner h3 {
    font-size: 1em;
    margin-bottom: 3px;
  }
  .ourContentsArea .boxContainer .box .menu .menuInner p.sub {
    margin-bottom: 4px;
    font-size: 0.8em;
  }
  .ourContentsArea .boxContainer .box .menu .menuInner p.text {
    font-size: 0.85em;
  }
  
  
  
   .ourContentsArea .boxContainer .box .menu .menuInner p.sub {
	margin-bottom: 7px;
	color: #09F;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size: 6px;
	margin-top: 0px;
	padding-top: 0px;
}
 
    .ourContentsArea .boxContainer .box .menu .menuInner p.sub {
	margin-bottom: 10px;
	color: #09F;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size: 8px;
	margin-top: 0px;
	padding-top: 0px;
}

  .ourContentsArea .boxContainer .box .menu .menuInner .sub1 {
	margin-bottom: 2px;
	color: #0051A2;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size:15px;
	margin-top: 5px;
	padding-top: 0px;
	text-align: center;
}

  .ourContentsArea .boxContainer {
  max-width: 1400px;
  width: 97%;
  margin: -20px auto 0px auto;
}

  
.ourContentsArea .boxContainer .box .menu .menuInner ul li a {
	padding: 9px;
	color: #FFF;
	font-size: 15px;
	transition: 0.1s;
	border: 0px solid #ffb600;
	background-color: #09F;
}

}








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

  

      .ourContentsArea .boxContainer .box .menu .menuInner .sub1 {
	margin-bottom: 2px;
	color: #0051A2;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size:9px;
	margin-top: 5px;
	padding-top: 0px;
	text-align: center;
}

      .ourContentsArea .boxContainer .box .menu .menuInner p.sub {
	margin-bottom: 10px;
	color: #09F;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	font-size: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
  
  
  .ourContentsArea .boxContainer .box .menu .menuInner ul li a {
	padding: 3px;
	color: #FFF;
	font-size: 1px;
	transition: 0.1s;
	border: 0px solid #ffb600;
	background-color: #09F;
}


.ourContentsArea .boxContainer .box .menu .menuInner ul li a:hover {
	color: #09F;
	transition: 0.2s;
	background-color: #FFF;
}
  
   .ourContentsArea {
    height: 200px;
    transition: 0.3s;
  } 
  
}





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


.ourContentsArea .boxContainer {
	max-width: 1400px;
	width: 97%;
	margin: -20px auto 0px auto;
	display: none;
}
.ourContentsArea .boxContainer2 {
	width: 95%;
	margin: 85px auto 0px auto;
	display: block;
	height: 100px;
	margin-bottom: 0px;
}

.ourContentsArea {
	background: url(../images/top/bg_our_contents.jpg) no-repeat center center;
	background-size: cover;
	height: 300px;
	transition: 0.3s;
	z-index: 9200;
	margin-top: -30px;
		

}


.box01 {
	background-color: #EBEBEB;
	float: left;
	width: 100%;
	height: 100%;
}
.box01tit {
	background-color: #005CB0;
	float: left;
	width: 100%;
	height: 18%;
	color: #FEDE01;
	text-align: center;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
}

.box01in {
	width: 90%;
	height: 100%;
	margin-left: 5%;
	
	padding-top: 50px;

}

.box01ina {
	color: #000;
	line-height: 1.5;
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: -5px;
	font-weight: 600;
	text-decoration: underline;
}


.boxline{
	border-bottom: inset 3px;
	margin-top: 12px;
	border-color: #FEDE01;
}





.box02 {
	background-color: #E0E0E0;
	float: left;
	width: 33.33333%;
	height: 100%;
}

.box02tit {
	background-color: #0070D5;
	float: left;
	width: 100%;
	height: 18%;
	color: #FEDE01;
	text-align: center;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
}


.box02in {
	background-color: #999;
	width: 90%;
	height: 100%;
	margin-left: 5%;
}




.box03 {
	background-color: #EBEBEB;
	float: right;
	width: 100%;
	height: 100%;
}

.box03tit {
	background-color: #005CB0;
	float: left;
	width: 100%;
	height: 30px;
	color: #FEDE01;
	text-align: center;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;	
}




.box03in {
	background-color: #999;
	width: 90%;
	height: 100%;
	margin-left: 5%;
}


.ourContentsArea .haderContainer h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-top:18px;
}

  
}



  






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


.ourContentsArea {
	background: url(../images/top/bg_our_contents.jpg) no-repeat center center;
	background-size: cover;
	height: 300px;
	transition: 0.3s;
	z-index: 9200;
	margin-top: -60px;
		

}


}










/**************************************************
 Footer
**************************************************/
.footer {
  background: url(../images/common/bg_footer.jpg) no-repeat left top;
  background-size: cover;
  display: inline-block;
  padding: 10px 0 50px 0;
  width: 100%;
  text-align: center;
  border-top: 4px solid #FFCC00;
}

.footer .inner {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	text-align: left;
	position: relative;
	display: inline-block;
}

.footer .inner .left {
	width: 20%;
	height: 10px;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7;
	margin-left: 70%;
}

.footer .inner .left .textContainer {
	position: absolute;
	left: 72%;
	bottom: -40px;
	color: #FFF;
}










.footer .inner .left .textContainer .logo {
  background: url(../images/common/logo_main.png) no-repeat;
  width: 340px;
  height: 52px;
  text-indent: -9999px;
  margin-bottom: 9px;
}

.footer .inner .left p.copyright {
  margin-top: 6px;
}

.footer .inner .right1,
.footer .inner .right2,
.footer .inner .right3 {
	float: left;
	width: 18%;
	color: #999;
	margin-left: 6%;
	height: 400px;
}


.footer .inner .right2
{
	float: left;
	width: 16%;
	color: #999;
	margin-left: -9%;
	line-height: 1.8;
}


.footer .inner .right3
{
	float: left;
	width: 16%;
	color: #999;
	margin-left: 0%;
	line-height: 1.8;
}



.footer .inner .right1 .topLi,
.footer .inner .right2 .topLi,
.footer .inner .right3 .topLi {
	margin-bottom: 5px;
	margin-left: 5px;
}

.footer .inner .right1 ul ul,
.footer .inner .right2 ul ul,
.footer .inner .right3 ul ul {
  padding-top: 5px;
}

.footer .inner .right1 li,
.footer .inner .right2 li,
.footer .inner .right3 li {
	font-size: 14px;
	margin-bottom: 5px;
}

.footer .inner .right1 li li,
.footer .inner .right2 li li,
.footer .inner .right3 li li {
  padding-left: 1px;
  margin-bottom: 8px;
  font-size: 0.95em;
}

.footer .inner .right1 li li li,
.footer .inner .right2 li li li,
.footer .inner .right3 li li li {
  margin-bottom: 5px;
  font-size: 0.95em;
}

.footer .inner .right1 a,
.footer .inner .right2 a,
.footer .inner .right3 a {
	color: #FFF;
}

.footer .inner .right1 a:hover,
.footer .inner .right2 a:hover,
.footer .inner .right3 a:hover {
  color: #fff;
}



.topLi2 {
	font-size: 12px;
	margin-bottom: -3px;
	margin-top: -5px;
}

.footer .inner .right30 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	padding-left: 20px;
	padding-top: 5px;
	background-color: #1A5CA6;	
}


.right30 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	padding-left: 0px;
	padding-top: 5px;

	width: 70%;
	margin-left: auto;
	margin-right: auto;
}








@media screen and (max-width: 1330px) {
.footer .inner .right1,
.footer .inner .right2,
.footer .inner .right3 {
	
	float: left;
	width: 18%;
	color: #999;
	margin-left: 2%;
	line-height: 1.8;

}


.footer .inner .right2
{
	float: left;
	width: 16%;
	color: #999;
	margin-left: -8%;
	line-height: 1.8;
}


.footer .inner .right3
{
	float: left;
	width: 16%;
	color: #999;
	margin-left: 0%;
	line-height: 1.8;
}



}




@media screen and (max-width: 1000px) {
  .footer .inner {
    text-align: center;
  }
  .footer .inner .left {
    float: none;
    margin: auto;
    width: 100%;
  }
  .footer .inner .left .textContainer {
    position: static;
  }
  .footer .inner .left .textContainer .logo {
    margin: 0 auto 20px auto;
  }
  .footer .inner .right1,
  .footer .inner .right2,
  .footer .inner .right3 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .footer .inner .left {
	font-size: 0.8em;
	margin-top: 5px;
  }
  .footer .inner .left .textContainer .logo {
	background-size: 61px 16px;
	width: 61px;
	height: 16px;
	margin-bottom: 60px;
  }
  
  
  
  .footer .inner .left .textContainer .logo {
  background: url(../images/common/logo_main.png) no-repeat;
  width: 280px;
  height: 120px;
  text-indent: -9999px;
}


.footer {
  background: url(../images/common/bg_footer2.jpg) no-repeat left top;

}




  
}



/* ページトップ
----------------------------------------- */
#pageTop{
	bottom: 25px;
	right: 50px;
	position: fixed;
	display: block;
	width: 60px;
	display: none;
	z-index: 1000;
}
#pageTop a {
	position: relative;
	display: block;
	padding: 10px 0px 10px 0px;
	text-indent: -9898px;
}
#pageTop a::before,
#pageTop a::after {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ccc;
	text-decoration: none;
}
#pageTop a::before {
	margin-top:3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 26px;
}
#pageTop a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pageTop a:hover::before,
#pageTop a:hover::after {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
} 
	@media screen and (max-width: 640px) {
		#pageTop{
			position: relative;
			display: block;
			bottom: inherit;
			right: inherit;
			width: 100%;
		}
		#pageTop a:hover::before,
		#pageTop a:hover::after {  
		    opacity: 1.0;  
		    filter: alpha(opacity=100);  
			-ms-filter: "alpha( opacity=100 )";
		}
		#pageTop a::before,
		#pageTop a::after {
			left: 50%;
		}
		#pageTop a::after {
			margin-left: -20px;
		}
	}
/*パン屑*/
#breadCrumb{
	overflow: hidden;
	width: 100%;
	min-height: 30px;
	margin-top: 70px;
	border-top: 1px solid #333;
}
#breadCrumb p{
	padding: 10px 0 0;
	font-style: italic;
	font-size: 79%;
	text-align: right;
	max-width: 1200px;
	width: 96%;
	margin: 0 auto 0;
}
#breadCrumb span{
	font-style: normal;
	color: #aaa;
    padding: 0 2px;
}
#breadCrumb a{
	text-decoration: underline;
	color: #aaa;
}
#breadCrumb a:hover{
	text-decoration: none;
	color: #fff;
}

	@media screen and (max-width: 1200px) {
		#breadCrumb p{
			width: 96%;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media screen and (max-width: 950px) {
		#breadCrumb{
			margin-top: 90px;
		}
	}
	@media screen and (max-width: 640px) {
		#breadCrumb{
			width: 100%;
			min-height: 30px;
			margin-top: 60px;
			border-top: none;
		}
		#breadCrumb p{
			padding: 10px 0;
			text-align: left;
			max-width: 100%;
			width: 94%;
		}
	}
.bodyContainer .entryArea .entryAreaInner .floatContainer .gaibu .gaibu0 a {
	color: #FF0;
}
.newsContainer .right30 a u strong {
	color: #FFF;
}
