@charset "utf-8";
/* Sub Page Template CSS */

#wrapper {
  width: 100%;
  height: 100%;
}


/* common header */
#global-header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
}
#global-header h1.logo {
  /* width: 270px; */
  margin: 0 24px;
}
#global-header h1.logo img {
  width: 270px;
  height: 53px;
}

#global-header h1.sub-logo {
  width: 100%;
  margin-top: 95px;
}
#global-header h1.sub-logo a,
#global-header h1.sub-logo a img {
  width: 552px;
  height: 205px;
}
#global-header h1.sub-logo a {
  display: block;
  margin: 0 auto;
}
#global-header h1.sub-logo.tbsp { display: none; }
#global-header h1.sub-logo.tbsp a { display: none; }


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

  #global-header h1.sub-logo {
    width: 100%;
    margin-top: 80px;
  }
  #global-header h1.sub-logo a,
  #global-header h1.sub-logo a img {
    width: 331px;
    height: 123px;
  }

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

  #global-header h1.sub-logo.pc { display: none; }
  #global-header h1.sub-logo.tbsp {
    display: block;
    position: absolute;
    width: 65px;
    height : 65px;
    z-index: 10;
    top: 8px;
    left: 8px;
    margin-top: 0;
  }
  #global-header h1.sub-logo.tbsp a {
    display: block;
    width: 65px;
    height: 65px;
  }
  #global-header h1.sub-logo.tbsp a img {
    width: 65px;
    height: 65px;
  }

}
@media screen and (max-width: 834px) {
  #global-header {
    background: rgba(255,255,255,.95);
    height: 81px;
    position: fixed;
    z-index: 9000;
  }
  #global-header h1.sub-logo.tbsp {
    width: 100%;
    z-index: 10;
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 480px) {

  #global-header h1.sub-logo.tbsp {
    width: 100%;
    /* height : 65px; */
    z-index: 10;
    top: 0;
    left: 0;
  }
  #global-header h1.sub-logo.tbsp a {
    display: block;
    width: 65px;
    height: 65px;
    padding-top: 8px;
  }

}



/* common global navi */
#global-navi {
  width: 100%;
  height: auto;
  /* position: absolute; */
  /* top: 0; */
  background: #ffffff;
  /* box-shadow: 0 5px 5px rgba(0,0,0,.35); */
}
#global-navi ul {
  width: 100%;
  margin: 16px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#global-navi ul li {
  width: 100%;
  border-right: 1px solid #00a2e1;
}
#global-navi ul li:nth-child(1) {
  border-left: 1px solid #00a2e1;
}
#global-navi ul li a {
  display: block;
  height: 100%;
}
#global-navi ul li a span {
  display: block;
  text-align: center;
}
#global-navi ul li a span.gnavi-en {
  font-size: 18px;
  font-weight: bold;
  color: #00a2e1;
}
#global-navi ul li a span.gnavi-ja {
  font-size: 14px;
  color: #1a1a1a;
}

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

  #global-navi ul li a span.gnavi-en {
    font-size: 18px;
  }
  #global-navi ul li a span.gnavi-ja {
    font-size: 15px;
  }

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

  #global-navi ul {
    /* width: 980px; */
    margin: 16px 0 16px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
  }
  #global-navi ul li:nth-child(1) {
    border-left: none;
  }
  #global-navi ul li:nth-child(5) {
    border-right: none;
  }

}
@media screen and (max-width: 834px) {
  #global-navi {
    display: none;
  }
}
@media screen and (max-width: 480px) {}



/* common key visual */
#key-visual {
  width: 100%;
  height: auto;
  margin-bottom: 0px/*140px*/;
}
#key-visual .key-pic1 {
  /* padding-top: 81px; */
}
#key-visual .key-pic1 img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {}
@media screen and (max-width: 834px) {
  #key-visual {
    padding-top: 81px;
  }
}
@media screen and (max-width: 480px) {}


h2.common-title  {
  font-size: 36px;
  text-align: center;
  margin-bottom: 32px;
}
h2.common-title img {
  width: 40px;
  height: 52px;
  position: relative;
  top: 12px;
}
h2.common-title span {
  padding: 0 16px;
  font-style: italic;
  font-weight: normal;
  color: #454545;
}

@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {}
@media screen and (max-width: 834px) {}
@media screen and (max-width: 480px) {
  h2.common-title img {
    width: 20px;
    height: 26px;
    position: relative;
    top: 4px;
  }
  h2.common-title span {
    padding: 0 4px;
    font-size: 20px;
  }

}


/* common contents */
.common-contents {
  margin-bottom: 160px;
}

/* common Contents Header */
.contents-header {
  text-align: center;
  margin-bottom: 40px;
}

.contents-header .contents-title-icon {
  width: 112px;
  height: 112px;
  margin-bottom: 24px;
}
.contents-header .contents-title-line {
  width: auto;
  height: 21px;
}
.contents-header span {
  display: block;
  text-align: center;
}
.contents-header .sub-title-en {
  color: #00a2e1;
  font-size: 40px;
  font-weight: lighter;
  padding-top: 140px;
  border-top: 1px solid #00a2e1;
}
.contents-header .sub-title-ja {
  color: #232323;
  font-size: 24px;
  font-weight: lighter;
}

@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {
  .contents-header .contents-title-line {
    width: 80%;
    height: auto;
  }
  .contents-header .sub-title-en {
    font-size: 28px;
  }
  .contents-header .sub-title-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {}
@media screen and (max-width: 480px) {}

/*イベントヘッダーのボーダー削除*/
#event-content .contents-header .sub-title-en, #topics .contents-header .sub-title-en  {
    border-top: none;
}

/*TOPICS追加分css */
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#topics {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

#topics ul#newsList{
	margin:0 0 15px;
	padding:0;
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
#topics ul#newsList li{
	color:#666;
	font-size:14px;
	margin:0;
	padding:10px 8;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
#topics a{color:#36F;text-decoration:underline;}
#topics a:hover{color:#039;text-decoration:none;}

#topics .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
#topics .newMark{
	display:inline-block;
	border:1px solid #DC143C;
	padding:3px 8px;
	font-size:11px;
	line-height:100%;
	background:#DC143C;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:6px;
}
#topics .comment{
	display:block;
	padding:5px 5px ;
	float:left;
	overflow:hidden;
	width:70%;
}
@media screen and (max-width:600px) {
  #topics .comment{ display:none;}
}
#topics .thumbNailWrap{
	display:block;
	width:30%;
  max-width: 150px;
  max-height:100px;
	float:left;
  margin-right: 1em;
  margin-bottom: 1em;
	overflow:hidden;
}
#topics .linkTag,.title{
	display:block;
	margin:3px 3px 3px 10px;
  font-size:110%;
}
.to-topics-list{
  text-align: right;
}
/*TOPICS一覧ページ*/
.topics-list {
  margin-top:100px!important;
  margin-bottom: 100px!important;
}

/* common Contents flow */
#flow {
  margin-bottom: 360px;
  padding-top: 120px;
  background: url(../images/flow-contents-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 800px;
}
#flow .flow-contents {
  width: 100%;
  position: relative;

  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#flow .flow-contents .flow-contents-inner {
  width: 90%;
  padding: 40px 0 160px;
  margin: 0 auto;
  position: relative;

}
#flow .flow-box {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
#flow .flow-contents .flow-contents-inner.odd-flow .flow-box {
  justify-content: flex-start;
}
#flow .flow-contents .flow-contents-inner.even-flow .flow-box {
  justify-content: flex-end;
  margin-right: 80px;
}
.odd-flow .flow1,
.odd-flow .flow3 {
  margin-bottom: 240px;
}
.even-flow .flow2 {
  margin-bottom: 240px;
}


#flow .flow-contents .flow-contents-inner .flow-box img.flow-icon {
  width: 75px;
  height: 75px;
  display: block;
}
#flow .flow-box-inner {
  /* background: rgba(0,0,0,.4); */
  padding: 12px;
}
#flow .flow-box-inner h3 {
  color: #ffffff;
  font-size: 30px;
  font-style: italic;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ffffff;
}
#flow .flow-box-inner p {
  color: #ffffff;
}
#flow  .contents-header .sub-title-ja {
  color: #ffffff;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {

  #flow .flow-box {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
  }
  #flow .flow-contents .flow-contents-inner .flow-box {
    display: block;
    padding: 16px;
    position: relative;
  }
  #flow .flow-contents .flow-contents-inner.odd-flow .flow-box {
    width: 100%;
  }
  #flow .flow-contents .flow-contents-inner.even-flow .flow-box {
    width: 100%;
    justify-content: flex-end;
    flex: 1;
    margin-right: 80px;
  }
  #flow .flow-box img {
    display: block!important;
    margin: 0 auto 32px;
  }
  #flow .flow-box-inner {
    display: block;
    text-align: center;
    padding: 24px;
  }
  #flow .flow-box-inner h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fcee21;
  }
  #flow .flow-box-inner p {
    font-size: 18px;
    text-align: left;
  }
  #flow .flow-box-inner p br {
    display: none;
  }

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

  #flow .flow-box img {
    margin: 0 auto -24px;
  }
  #flow .flow-box-inner {
    padding-top: 40px;
  }

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

  #flow .flow-contents {
    display: block;
    width: 100%;
  }
  #flow .flow-contents .flow-contents-inner {
    width: 100%;
    display: block;
  }
  #flow .flow-box {
    width: 100%!important;
  }
  .odd-flow .flow1,
  .even-flow .flow2,
  .odd-flow .flow3 {
    margin-bottom: 0;
  }
  #flow .flow-contents .flow-contents-inner.even-flow {
    display: none;
  }

}



/* common Contents contact */
#contact {
  background: url(../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 240px;
}
#contact .contact-contents {
  min-height: 300px;
  width: 100%;
  background: rgba(0,162,225,.5);
  padding: 40px 0;
}
#contact .contents-header .sub-title-en {}
#contact .contents-header .sub-title-ja {
  color: #ffffff;
}
#contact .contact-contents-inner {
  display: flex;
  flex: 1;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
}
#contact .contact-contents h3 {
  color: #ffffff;
  font-weight: lighter;
  font-size: 32px;
  margin-bottom: 40px;
}
#contact .contact-mail {
  width: 530px;
  box-sizing: border-box;
  text-align: center;
  border-right: 3px solid #ffffff;
}
.contact-mail .contact-box {
  background: #ffffff;
  border-radius: 12px;
  min-height: 120px;
  margin: 0 32px;
  padding: 16px;
}
.contact-text {
  margin-bottom: 16px;
}
.contact-btn {
  margin: 0 32px;
  border-radius: 14px;
  background: #00a2e1;
}
.contact-btn a {
  display: block;
  padding: 6px;
}
.contact-btn a span {
  display: block;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 0;
}

#contact .contact-telephone {
  width: 530px;
  text-align: center;
}
.contact-telephone .tel-box {
  text-align: center;
}
.contact-telephone .tel-number {
  font-size: 64px;
  line-height: 1;
}
.contact-telephone .tel-number a {
  color: #ffffff;
  /* letter-spacing: .025em; */
  font-weight: lighter;
}
.contact-telephone .tel-time {
  color: #ffffff;
  font-weight: lighter;
  margin-bottom: 16px;
}
.contact-telephone .tel-btn {
  background: #ffffff;
  border-radius: 8px;
  margin: 0 32px;
  padding: 8px 0;
  font-size: 24px;
}
.contact-telephone .tel-btn a {
  color: #00a2e1;
}
.contact-telephone .tel-btn img {
  width: 25px;
  height: 35px;
  margin-left: 8px;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {

  #contact .contact-contents-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #contact .contact-mail {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-right: none;
    margin-bottom: 40px;
  }
  #contact .contact-telephone {
    width: 100%;
    text-align: center;
  }
  #contact .contact-contents h3 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .contact-telephone .tel-time {
    font-size: 32px;
  }

}
@media screen and (max-width: 834px) {}
@media screen and (max-width: 480px) {

  .contact-telephone .tel-number {
    font-size: 32px;
    line-height: 1;
  }
  .contact-telephone .tel-time {
    font-size: 16px;
  }

}



/* common related contents css */
#related {
  margin-bottom: 0;
  background: #ededed;
  padding-top: 120px;
}
#related .contents-header {
  margin-bottom: 40px;
}
#related .contents-header .sub-title-en {
  color: #00a2e1;
  padding-top: 40px;
  border-top: 1px solid #232323;
}
#related .contents-header .sub-title-ja {
  color: #232323;
}
#related .related-box {

  padding: 64px 0 40px;
}
.related-box .related-box-inner {
  width: 1280px;
  margin: 0 auto;
}
.related-box .related-box-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.related-box-inner ul li {
  width: 256px;
  text-align: center;
  margin-bottom: 24px;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {
  .related-box .related-box-inner {
    width: 100%;
    margin: 0 auto;
  }
  .related-box-inner ul li {
    width: 200px;
    text-align: center;
    margin-bottom: 24px;
  }
  .related-box-inner ul li img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .related-box-inner ul li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {}



/* common footer */
#global-footer {}

#footer-navi {
  width: 100%;
  padding: 16px 0;
  height: auto;
  background: #00a2e1;
}
#footer-navi ul {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  background: #ffffff;
  padding: 10px 0;
}
#footer-navi ul li {
  width: 100%;
  border-right: 1px solid #ffffff;
}
#footer-navi ul li:nth-child(1) {
  border-left: 1px solid #ffffff;
}
#footer-navi ul li a {
  display: block;
  height: 100%;
}
#footer-navi ul li a span {
  display: block;
  text-align: center;
}
#footer-navi ul li a span.gnavi-en {
  font-size: 24px;
  font-weight: bold;
  color: #00a2e1;
}
#footer-navi ul li a span.gnavi-ja {
  font-size: 18px;
  color: #1a1a1a;
}
#global-footer .copy {
  padding: 32px 0;
  text-align: center;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1112px) {}
@media screen and (max-width: 834px) {

  #footer-navi ul {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    border-radius: 14px;
    padding: 0;
  }
  #footer-navi ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #00a2e1;
  }
  #footer-navi ul li:nth-child(1) {
    border-left: none;
  }
  #footer-navi ul li a {
    display: block;
    height: 100%;
    padding: 14px 0;

  }

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