@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #000;
  background: #f7f5f1;
  font-size: 10px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, sans-serif;
}

body {
  background: #f7f5f1;
  font-size: 1.4rem;
  margin: 0;
  word-wrap: break-word;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  line-height: 1.6;
  margin: 0 0 1em;
  padding: 0;
  text-align: justify;
}

a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, sans-serif;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.outer-block {
  min-width: 1020px;
}

.inner-block {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 1000px;
}

.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {

  a {
    -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;
  }
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

.setting-block{
  color: #fff;
}

.setting-block select:disabled{
  background: #ccc;
}

.setting-block a{
  color: #fff;
}

.list_pagenavi .list_datenavi a{
  font-size: 2.0rem;
}

input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    outline: none;
}

main {
  display: block;
}

#wrapper .mw_wp_form .error {
  color: #e60012;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header.outer-block {
  background: #fff;
  border-top: solid 6px #143991;
  box-shadow:0px 0px 1px 1px rgba(197,197,197,0.7);
  -moz-box-shadow:0px 0px 1px 1px rgba(197,197,197,0.7);
  -webkit-box-shadow:0px 0px 1px 1px rgba(197,197,197,0.7);
  position: relative;
  z-index: 555;
}

#header .inner-block{
  padding: 0;
}

#header .pre-h1 {
  display: inline-block !important;
}

.header-top {
  padding: 13px 0;
}

.pre-nav-ul {
  float: right;
}

.pre-nav-ul li {
  float: left;
}

.pre-nav-ul li a {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}

.pre-nav-ul li a:after {
  background: url(../img/common/arrow05.png) no-repeat;
  background-size: contain;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 16px;
  margin: auto;
}

.search-box input[type="text"] {
  border: solid 1px #cecece;
  border-radius: 5px;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  height: 26px;
  padding: 0 0 0 5px;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

.search-box {
  position: relative;
}

.search-box input[type="image"] {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.1rem;
  font-weight: bold;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.1rem;
  font-weight: bold;
}
input::-moz-placeholder {
  color: #aaa;
  font-size: 1.1rem;
  font-weight: bold;
}

.pre-nav-ul .font-size {
  cursor: pointer;
  padding: 0 0 0 10px;
}

.pre-nav-ul .font-size span {
  background: #fff;
  border: solid 1px #ccc;
  color: #8cb11c;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 25px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 25px;
}

.pre-nav-ul .font-size span:last-child {
  margin: 0;
}

.pre-nav-ul .font-size .this {
  background: #8cb11c;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .pre-nav-ul .font-size span:hover {
    background: #8cb11c;
    color: #fff;
  }
}
/*------------------------------------------------------------------------------
  navi
------------------------------------------------------------------------------*/
#nav {
  padding: 0 0 20px 0;
}

#nav .logo {
  display: inline-block;
}

#nav .logo a {
  display: inline-block;
  height: 64px;
  width: auto;
}

#nav .logo img {
  height: 100%;
}

.nav-area {
  float: right;
}

.nav-area li {
  float: left;
}

.nav-area li a {
  border-left: solid 1px #ccc;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 73px;
  text-align: center;
  padding: 40px 0 0 0;
  position: relative;
  width: 170px;
}

.nav-area li a:before {
  background: url(../img/common/nav_icon01.png) no-repeat;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
.nav-area li:nth-child(2) a:before {
  background: url(../img/common/nav_icon02.png) no-repeat;
}
.nav-area li:nth-child(3) a:before {
  background: url(../img/common/nav_icon03.png) no-repeat;
}
.nav-area li:nth-child(4) a:before {
  background: url(../img/common/nav_icon04.png) no-repeat;
}

.nav-area .this a:before {
  background: url(../img/common/nav_icon01_on.png) no-repeat;
}
.nav-area .this:nth-child(2) a:before {
  background: url(../img/common/nav_icon02_on.png) no-repeat;
}
.nav-area .this:nth-child(3) a:before {
  background: url(../img/common/nav_icon03_on.png) no-repeat;
}
.nav-area .this:nth-child(4) a:before {
  background: url(../img/common/nav_icon04_on.png) no-repeat;
}

.nav-area li:last-child a {
  border-right: solid 1px #ccc;
}

@media screen and (min-width: 641px) {
  .side-block .menu-ul li a {
    opacity: 1;
  }
  .nav-area li a:hover:before {
     background: url(../img/common/nav_icon01_on.png) no-repeat;
  }
  .nav-area li:nth-child(2) a:hover:before {
    background: url(../img/common/nav_icon02_on.png) no-repeat;
  }
  .nav-area li:nth-child(3) a:hover:before {
    background: url(../img/common/nav_icon03_on.png) no-repeat;
  }
  .nav-area li:nth-child(4) a:hover:before {
    background: url(../img/common/nav_icon04_on.png) no-repeat;
  }
}

/*-- nav fixed --*/
#nav.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0px 0px 1px 1px rgba(197,197,197,0.7);
  -moz-box-shadow: 0px 0px 1px 1px rgba(197,197,197,0.7);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(197,197,197,0.7);
}

#nav.fixed .nav-inner {
  margin: 0 auto;
  width: 1000px;
}

#nav.fixed .logo a {
  height: 48px;
  padding: 8px 0;
}

#nav.fixed .nav-area li {
  padding: 10px 0;
}

#nav.fixed .nav-area li a {
  font-size: 1.3rem;
  height: inherit;
  line-height: 36px;
  padding: 0 35px 0 50px;
  position: relative;
  width: auto;
}

#nav.fixed .nav-area li a:before {
  background-size: 100%;
  bottom: 0;
  height: 20px;
  left: 20px;
  margin: auto;
  top: 0;
  right: inherit;
  width: 20px;
}
/*------------------------------------------------------------------------------
  mainvisual
------------------------------------------------------------------------------*/
#visual {
  background: url(../img/top/mainvisual.png) no-repeat center;
  height: 450px;
}

@media screen and (min-width: 641px) {
  #visual .inner-block {
    height: 450px;
  }
}

#visual .lead-area {
  background: rgba(237,109,30,0.9);
  box-shadow:0px 0px 6px -2px rgba(0,0,0,0.7);
  -moz-box-shadow:0px 0px 6px -2px rgba(0,0,0,0.7);
  -webkit-box-shadow:0px 0px 6px -2px rgba(0,0,0,0.7);
  box-sizing: border-box;
  height: 165px;
  margin: 0 auto;
  padding: 20px 27px;
  position: relative;
  top: 136px;
  width: 504px;
}

#visual .lead-area .main-text {
  color: #fff;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1;
  height: 1em;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 0 0 10px 0;
  position: relative;
}

#visual .lead-area .main-text:after {
  background: url(../img/top/border01.png) no-repeat center;
  content: "";
  height: 1px;
  width: 436px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#visual .lead-area .sub-text {
  font-size: 2.0rem;
  font-weight: bold;
}

#visual .unifan {
  position: absolute;
  right: 10px;
  top: 10px;
}

#visual .decent {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 360px;
  height: 102px;
}

/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
.bg-btn {
  background: #f7f5f1;
}

.top .btn-ul {
  margin: 40px 0 0 0;
}

.top .btn-ul li {
  float: left;
}

.top .btn-ul li:first-child {
  margin: 0 20px 0 0 ;
}

.top .btn-ul li a {
  display: inline-block;
  width: 490px;
}

.top .bnr-block {
  background: url(../img/top/bnr_bg01.jpg) no-repeat;
  height: 140px;
  margin: 40px 0 0 0;
}

.top .bnr-block .jtu-area {
  background: #ed6d1e;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  font-weight: bold;
  float: left;
  padding: 20px;
  position: relative;
  width: 356px;
}

.top .bnr-block .jtu-area:after {
  background: url(../img/common/arrow01.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;;
  margin: auto;
  height: 20px;
  width: 20px;
}

.top .bnr-block .jtu-area .title {
  font-size: 4.0rem;
  display: block;
  line-height: 1;
}

.top .bnr-block .jtu-area .text {
  font-size: 1.8rem;
  display: inline-block;
  margin: 5px 0 0 0;
}

.top .bnr-block .contact-area {
  background: #8cb11c;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  font-weight: bold;
  float: right;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  width: 140px;
}

.top .bnr-block .contact-area:after {
  background: url(../img/common/icon01.png) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  height: 28px;
  width: 42px;
}

.top .bnr-block .contact-area .title {
  font-size: 1.8rem;
  display: block;
  line-height: 1.2;
}

.top .bnr-block .contact-area .text {
  font-size: 1.2rem;
  display: inline-block;
  margin: 5px 0 0 0;
}

.top .bnr-block .contact-area.challenge {
  background: #38adb9;
}

.top .bnr-block .contact-area.challenge::after {
  content: none;
}


@media screen and (min-width: 641px) {
  .top .bnr-block .contact-area:hover {
    opacity: .9;
  }
}

.top .newslist-area {
  background: #fff;
  box-sizing: border-box;
  margin: 40px 0 0 0;
}

.top .newslist-area .title-h2 {
  background: none;
  color: #143991;
  font-size: 3.0rem;  
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  height: inherit;
}

.top .newslist-area .title-h2:after {
  background: none;
}

.top .newslist-area .nav-box {
  border-bottom: solid 1px #ccc;
  padding: 20px 20px 15px 20px;
}

.top .newslist-area .list-nav-ul {
  float: right;
}

.top .newslist-area .list-nav-ul li {
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 36px;
  padding: 0 20px;
}

.top .newslist-area .list-nav-ul li.this {
  border-bottom: solid 3px #143991;
  color: #143991;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0;
  margin: 0 20px;
}

.top .newslist-area .list-nav-ul a {
  border: solid 1px #143991;
  border-radius: 5px;
  color: #143991;
  display: none;
  line-height: 36px;
  position: relative;
  text-align: center;
  width: 128px;
}
.top .newslist-area .list-nav-ul a.this {
  display: inline-block;
}

.top .newslist-area .list-nav-ul a:after {
  background: url(../img/common/arrow02.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
  height: 12px;
  width: 12px;
}

.top .newslist-area .newses-box {
  padding: 0 0 0 20px;
}

.top .newslist-area .newses-ul {
  display: none;
  height: 254px;
  overflow-y: scroll;
  padding: 0 0 20px 0;
}
.top .newslist-area .newses-ul.this {
  display: block;
}

.top .newslist-area .newses-ul li {
  border-bottom: dashed 1px #ccc;
  line-height: 50px;
}

.top .newslist-area .newses-ul li:last-child {
  border: none;
}

.top .newslist-area .newses-ul .badge,
.top .newslist-area .newses-ul .badge.color-news {
  background: #d8ab6a;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  width: 85px;
}

.top .newslist-area .newses-ul .badge.color02,
.top .newslist-area .newses-ul .badge.color-announcement,
.top .newslist-area .newses-ul .badge.color-discourse {
  background: #747d91;
}

.top .newslist-area .newses-ul .badge.color03,
.top .newslist-area .newses-ul .badge.color-tensho,
.top .newslist-area .newses-ul .badge.color-music,
.top .newslist-area .newses-ul .badge.color-sketch {
  background: #16b6cd;
}

.top .newslist-area .newses-ul .badge.color04,
.top .newslist-area .newses-ul .badge.color-social {
  background: #2ccd8b;
}

.title-h2 {
  color: #143991;
  font-size: 3.0rem;  
  font-weight: bold;
  line-height: 1;
  padding: 0 0 20px 0;
  position: relative;
}

.title-h2:after {
  background: url(../img/common/pattern01.png) repeat-x;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
}

.content-block {
  margin: 60px 0 0 0;
}

.top .sitelink-box li {
  float: left;
  margin: 0 20px 0 0;
}

.top .sitelink-box li:last-child {
  margin: 0;
}

.top .sitelink-box a {
  background: #fff;
  border: solid 1px #eae8e4;
  box-sizing: border-box;
  display: inline-block;
  height: 320px;
  width: 320px;
}

.top .sitelink-box .title-area {
  background: url(../img/common/badge01.png) no-repeat right center;
  background-size: contain;
  box-sizing: border-box;
  color: #143991;
  font-size: 1.8rem;
  font-weight: bold;
  height: 93px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 83px 10px 10px;
}

.top .sitelink-box .img-area {
  margin: 0;
}

.top .sitelink-box .btn-area {
  background: #143991;
  color: #fff;
  font-size: 1.4rem;
  line-height: 50px;
  margin: 0;
  position: relative;
  text-align: center;
}

.top .sitelink-box .btn-area:after {
  background: url(../img/common/arrow03.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
  height: 36px;
  width: 36px;
}

.top .sitelink-ul {
  margin: 20px 0 0 0;
}

.top .link-ul {
  margin: 20px 0 0 0;
}

.top .link-ul li {
  float: left;
  margin: 0 40px 10px 0;
  width: 220px;
}

.top .link-ul li:nth-child(4n) {
  margin: 0 0 10px 0;
}

.top .link-ul li a {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 641px) { 
 .top .newslist-area .list-nav-ul li:hover {
    border-bottom: solid 3px #143991;
    color: #143991;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    margin: 0 20px;
 }
 .top .newslist-area .list-nav-ul li:last-child:hover {
    border-bottom: none;
    color: inherit;
    cursor: pointer;
 }
}

#pagetop {
  height: 30px;
  text-align: center;
  margin: 80px 0 0 0;
  position: relative;
}

#pagetop a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 68px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  background: #143991;
}

.foot-navi-ul a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.foot-navi-ul > li {
  float: left;
  margin: 30px 0 0 0;
  padding: 0 40px 0 10px;
}

.foot-navi-ul > li a {
  position: relative;
}

.foot-navi-ul > li a:before {
  background: url(../img/common/arrow04.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -10px;
  margin: auto;
  height: 10px;
  width: 7px;
}

.foot-navi-ul .sub-ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
}

.foot-navi-ul .sub-ul a {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 22px;
  position: relative;
}
.foot-navi-ul .sub-ul .disabled a {
  color: #999;
}
.foot-navi-ul .sub-ul .disabled a:hover {
  opacity: 1;
}
.foot-navi-ul .sub-ul .disabled a:before {
  background: url(../img/common/arrow05.png) no-repeat;
  background-size: contain;
}

.foot-navi-ul .sub-ul a:before {
  height: 8px;
  width: 8px;
}

.footer-btm {
  background: #0f2c6f;
  margin: 30px 0 0 0;
  padding: 20px 0 10px;
}

.footer-btm .btm-nav-ul li {
  float: left;
  margin: 0 50px 0 0;
}

.footer-btm .btm-nav-ul a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 0 10px;
  position: relative;
}

.footer-btm .btm-nav-ul a:before {
  background: url(../img/common/arrow04.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  height: 8px;
  width: 8px; 
}

.copyright {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-align: center;
}

/*------------------------------------------------------------------------------
  english footer
------------------------------------------------------------------------------*/
.english .sub-ul li a{
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 5px;
  position: relative;
}

.english .sub-ul li a:before{
  background: url(../img/common/arrow04.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.english .sub-ul li{
  display: inline-block;
  padding-right:30px;
}

.english .footer-menu {
  display: table;
  margin: 0 auto;
  padding-top: 20px;
}

/*------------------------------------------------------------------------------
  en-top
------------------------------------------------------------------------------*/

.en-top .link-txt {
  float:none;
  width:640px;
}

.en-top .link-box {
  padding: 20px;
  width: auto;
  border-top-style: dotted;
  border-top-color: #ececec;
  border-top-width: 1px;
  border: 1px solid #ececec;
  margin-bottom: 15px;
}

.english-tpo .link-btn {
  float: right;
  padding-top: 15px;
}

.en-top .link-set {
  width: 456px;
  float: none;
  padding-right: 20px;
  margin: 0 auto;
}

.en-top .bnr-link {
  height: auto;
  padding: 12px 12px 12px 17px;
}

.en-top .link-img {
  margin: 0 30px 2px 0;
  width: 160px;
}

.en-top .link-btn {
  float: right;
  margin-top: 0;
}

.en-top .about-news {
  padding: 10px 67px 11px 63px;
}

.english #visual,
.en-top #visual,
.en-news #visual {
  background: url(../img/english/top/mainvisual.png) no-repeat center;
  height: 200px;
  margin-bottom: 10px;
}

.en-top #visual.no-bread {
  margin-bottom: 30px;
}

.en-news #visual {
  margin: 0 0 10px 0;
}

.en-top #visual .lead-area,
.en-news #visual .lead-area {
  top: 20px;
}

.en-top #visual .lead-area .sub-text,
.en-news #visual .lead-area .sub-text {
  padding-left: 45px;
}

.en-top #visual .lead-area,
.en-news #visual .lead-area {
  top: 40px;
}

.en-top #visual .lead-area,
.en-news #visual .lead-area {
  background: rgba(237,109,30,0.9);
  box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.7);
  box-sizing: border-box;
  height: 120px;
  margin: 0 auto;
  padding: 10px 27px;
  position: relative;
  width: 504px;
}

#visual .lead-area .main-text {
  font-size: 40px;
}

.en-top #visual .lead-area .sub-text,
.en-news #visual .lead-area .sub-text {
  line-height: 22px;
  padding-left: 46px;
}

.english_blog-detail .main-block .english a {
  color: #0068c4;
  text-decoration: underline;
}


/*------------------------------------------------------------------------------
  english
------------------------------------------------------------------------------*/
.english .logo {
  float:left;
}

.english .logo img {
  width: auto;
  height: 44px;
}

.english .nav-area {
  float: none;
}

.english .nav-area li a:before {
  content: none;
}

.english .nav-area li a {
  padding: 0 10px;
  width: 166px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.english #nav.fixed .nav-area li a {
  font-size: 1.0rem;
  height: inherit;
  line-height: 36px;
  padding: 0 11px 0 11px;
  position: relative;
  width: auto;
}

.english .nav-area .this a{
  cursor: pointer;
  padding: 0 10px;
  margin: 0 20px;
  position: relative;
}

.english #nav {
  padding: 0 0 5px 0;
}
/*
.english #nav.fixed .nav-area .this a:before{
  content: "";
  border-bottom: solid 3px #8cb11c !important;
  color: #8cb11c;
  background: none !important;
  width: 100%;
  left: 0;
  padding: 0;
  padding-bottom: 20px;
}

.english .nav-area .this a:before{
  content: "";
  border-bottom: solid 3px #8cb11c !important;
  color: #8cb11c;
  width: 166px;
  background: none !important;
  position: absolute;
  bottom: -8px;
  left: 0;
  top:0;
  height: inherit;
  width: inherit;
}

.english .side-block .menu-title a:before {
  background: url(../img/news/side_icon02.png) no-repeat;
  background-size: 28px;
  height: 25px;
  background-position-x: 9px;
  padding-right: 5px;
}

.english .side-latest .latest-ul a:before {
  background: url(../img/news/side-icon03.png) no-repeat !important;
  background-position-x: 9px !important;
  padding-right: 5px;
}*/

.english .foot-navi-ul > li a {
  display: inline-block;
  padding: 10px 27px;
  width: 100%;
  line-height: 15px;
  vertical-align: middle;
  text-align: center;
}

.english .foot-navi-ul li {
  height: 45px;
}

.english .foot-navi-ul > li a:before {
  top: 2px;
}

.english .el-txt {
  padding-top: 15px !important;
}

.english .side-block .menu-ul li a {
  background: #e2e2e2;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  margin: 2px 0 0 0;
  padding: 0 10px 0 35px;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #b5b5b5;
  margin: 0;
  border-top: none;
}

.english .this a {
  color: #8cb11c;
}
@media screen and (min-width: 641px) {
  .english .nav-area a:hover {
    content: "";
    color: #8cb11c;
    width: 166px;
    background: none !important;
    padding: 0 10px;
  }
/*
  .english .nav-area a:hover:before {
    content: "";
    border-bottom: solid 3px #8cb11c !important;
    color: #8cb11c;
    width: 166px;
    background: none !important;
    position: absolute;
    bottom: -40px;
    left: 0;
  }

  .english #nav.fixed .nav-area a:hover:before {
    content: "";
    border-bottom: solid 3px #8cb11c !important;
    width: 100%;
    background: none !important;
    padding: 0 0 20px 0;
    margin-left: -20px;
  }

  .english #nav.fixed .this a:hover:before {
    content: "";
    border-bottom: solid 3px #8cb11c !important;
    width: 100%;
    background: none !important;
    padding: 0 0 20px 0;
    margin-left: 0;
  }
  
  .english #nav.fixed .nav-area .this a:before {
    bottom: -13px;
  }

  .english #nav.fixed .nav-area a:hover:before {
    bottom: -12px;
  }
  
  */
}
.worker .birth-img {
  padding: 20px 0 30px 0;
}

.english #nav {
  padding: 0;
}


/*------------------------------------------------------------------------------
  en-news
------------------------------------------------------------------------------*/
.en-news .news-txt{
  padding-bottom:15px;
}

.en-news .news-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center;
}

.en-news .news-date {
  float: right;
  width: 100%;
}

.en-news .news-date p {
  text-align: right;
}



/*------------------------------------------------------------------------------
  whats-jtu
------------------------------------------------------------------------------*/
#header .pre-h1.btm {
  font-size: 1.2rem;
}

.contents-menu-ul li {
  float: left;
  height: 130px;
  margin: 20px 20px 0 0;
}

.contents-menu-ul li:nth-child(2n) {
  margin: 20px 0 0 0;
}

.contents-menu-ul a {
  background: url(../img/whats-jtu/responsibillity/img01.jpg) no-repeat -70px 0;
  background-size: cover;
  display: inline-block;
  height: 130px;
  width: 330px;
}

.contents-menu-ul .disabled a {
  opacity: 1.0;
}

.contents-menu-ul li:nth-child(1) a {
  background: url(../img/whats-jtu/group/img01.jpg) no-repeat -70px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(2) a {
  background: url(../img/whats-jtu/img02.jpg) no-repeat -60px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(3) a {
  background: url(../img/whats-jtu/responsibillity/img01.jpg) no-repeat -70px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(4) a {
  background: url(../img/whats-jtu/jtu-list/img01.jpg) no-repeat -70px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(5) a {
  background: url(../img/whats-jtu/img03.jpg) no-repeat -60px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(6) a {
  background: url(../img/whats-jtu/img04.jpg) no-repeat -55px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(7) a {
  background: url(../img/whats-jtu/img05.jpg) no-repeat -60px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(8) a {
  background: url(../img/whats-jtu/img07.jpg) no-repeat -35px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(9) a {
  background: url(../img/whats-jtu/responsibillity/img02.jpg) no-repeat -70px 0;
  background-size: cover;
}

.contents-menu-ul li:nth-child(10) a {
  background: url(../img/whats-jtu/img06.jpg) no-repeat -60px 0;
  background-size: cover;
}

.contents-menu-ul .right-area {
  background: #143991;
  box-sizing: border-box;
  color: #fff;
  display: table;
  font-size: 1.8rem;
  font-weight: bold;
  float: right;
  height: 100%;
  margin: 0;
  padding: 10px 5px;
  position: relative;
  text-shadow: 0 0 9px #000;
  width: 165px;
}

.contents-menu-ul .disabled .right-area {
  background: #666;
}
.contents-menu-ul .disabled .text-span {
  color: #ccc;
}

.contents-menu-ul .right-area:after {
  background: url(../img/common/arrow03.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.contents-menu-ul .text-span {
  display: table-cell;
  vertical-align: middle;
}


/*-- responsibillity --*/
.whats-jtu #visual {
  background: url(../img/whats-jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.page-title {
  color: #143991;
  display: inline-block;
  font-size: 4.0rem;
  font-weight: bold;
  margin: 80px 0 0 0;
  text-align: center;
  width: 436px;
  line-height: 1.3;
  padding: 0 0 6px;
}

.page-title:after {
  background: url(../img/whats-jtu/border01.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 436px;
  height: 1px;
}

.side-block {
  float: left;
  width: 240px;
}

.side-block .menu-title a {
  background: #fff;
  border-top: solid 2px #ed6d1e;
  color: #ed6d1e;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 68px;
  padding: 0 10px 0 60px;
  position: relative;
  width: 100%;
}

.side-block .menu-title a:before {
  background: url(../img/whats-jtu/side_icon01.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  margin: auto;
  height: 19px;
  width: 31px;
}

.side-block .menu-ul li a {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 52px;
  padding: 0 10px 0 35px;
  position: relative;
  width: 100%;
  border-top: solid 2px #f7f5f1;
}

.side-block .menu-ul li.disabled a {
  background: #ccc;
  color: #aaa;
}
.side-block .menu-ul li.disabled a:before {
  background: url(../img/common/arrow05.png) no-repeat;
  background-size: contain;
}


.side-block .menu-ul li a:before {
  background: url(../img/common/arrow02.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  margin: auto;
  height: 7px;
  width: 7px;
}

@media screen and (min-width: 641px) {
  .side-block .menu-ul li:not(.disabled) a:hover,
  .side-block .menu-ul .this a {
    background: #143991;
    color: #fff;
  }

  .side-block .menu-ul li:not(.disabled) a:hover:before,
  .side-block .menu-ul .this a:before {
    background: url(../img/common/arrow04.png) no-repeat;
    background-size: contain;
  }
}
.side-block .bnr-ul {
  background: #e5e1da;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

.side-block .bnr-ul li:first-child {
  margin: 0 0 10px 0;
}

.whats-jtu #main-wrap {
  padding: 20px 0 0 0;
}

.search #main-wrap {
  padding: 20px 0 0 0;
}

.bread {
  margin: 0 0 20px 0;
}

.bread-ul {
  line-height: 20px;
}

.bread-ul li {
  font-size: 1.2rem;
  float: left;
  padding: 0 0 0 26px;
  position: relative;
}

.bread-ul .top {
  padding: 0;
}

.bread-ul a {
  color: #8cb11c;
  font-size: 1.2rem;
  font-weight: bold;
}


.bread-ul .top a {
  padding: 0 0 0 20px;
  position: relative;
}

.bread-ul .top a:before {
  background: url(../img/common/nav_icon01_on.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: -1px;
  left: 0;
  margin: auto;
  height: 14px;
  width: 14px;
}

.bread ul li + li:before {
  content: ">";
  color: #000;
  font-weight: normal;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: 2px;
}

.main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right;
  width: 720px;
}

.main-block .inner-block {
  box-sizing: border-box;
  padding: 20px 20px 60px;
  width: 100%;
}

.title-h2.btm-page {
  color: #8cb11c;
  margin: 10px 0 20px 0;
} 

.main-block p {
  color: #151515;
  font-size: 1.4rem;
}

.title-h3,
.block-area h3 {
  background: #f3f3f3;
  border-left: solid 2px #8cb11c;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 0 0 10px; 
}

.number-ul .list-title {
  color: #143991;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0 10px;
  position: relative;
}

.number-ul .list-title:before {
  background: #143991;
  border-radius: 11px;
  content: "1";
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 22px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 22px;
}

.number-ul li:nth-child(2) .list-title:before {
  content: "2";
}
.number-ul li:nth-child(3) .list-title:before {
  content: "3";
}
.number-ul li:nth-child(4) .list-title:before {
  content: "4";
}
.number-ul li:nth-child(5) .list-title:before {
  content: "5";
}

/*------------------------------------------------------------------------------
  search
------------------------------------------------------------------------------*/

/*-- responsibillity --*/
.search #visual {
  background: url(../img/search/keyvisual.png) no-repeat center;
  height:230px;
}

.search .main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right; 
  min-height: 140px;
  width: 720px;
}

.search .main-block p {
  color: #151515;
}

.search .main-block {
  width:1000px;
}

.search-txt {
  padding-bottom:40px;
}


/*------------------------------------------------------------------------------
  privacy
------------------------------------------------------------------------------*/

/*-- responsibillity --*/
.privacy #main-wrap {
  padding-top:20px;
}

.privacy #visual {
  background: url(../img/privacy/keyvisual.png) no-repeat center;
  height:230px;
}

.privacy .main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right; 
  min-height: 140px;
  width: 720px;
}

.privacy .main-block {
  width:1000px;
}

.indent {
  text-indent:-1em;
  padding-left:1em;
  line-height: 1.5;
}

.privacy-txt {
  color:#143991;
}

.privacy-title {
  left:37px;
}

.privacy-box {
  padding-bottom:20px;
}

/*------------------------------------------------------------------------------
  accessibility
------------------------------------------------------------------------------*/

/*-- responsibillity --*/
.accessibility #visual {
  background: url(../img/accessibility/keyvisual.png) no-repeat center;
  height:230px;
}

.accessibility .main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right; 
  min-height: 140px;
  width: 720px;
}

.accessibility .main-block p {
  color: #151515;
}

.accessibility .main-block {
  width:1000px;
}

.accessibility-txt {
  padding-bottom:40px;
}

.accessibility #main-wrap {
  padding-top:20px;
}

.title-h4 {
  color: #143991;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  position: relative;
}

.inbox {
  background-color:#f8f8f8;
  padding:20px;
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
}  

.page-title2 {
  color: #143991;
  display: inline-block;
  font-size: 4.0rem;
  font-weight: bold;
  position: relative;
  top: 82px;
  left:5px;
}

.page-title2:after {
  background: url(../img/accessibility/border01.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  width: 500px;
  height: 3px;
  left:-10px;
}

/*------------------------------------------------------------------------------
  bnr-link
------------------------------------------------------------------------------*/
.bnr-link {
  background: #143991;
  color: #fff !important;
  height: 45px;
  margin: 0;
  position: relative;
  text-align: left;
  padding:10px;
}

.bnr-link:after {
  background: url(../img/common/arrow03.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
  height: 36px;
  width: 36px;
}

.link-set {
  width:330px;
  float:left;
  padding-right:20px;
}

.link-setbox {
  width:700px;
}

.link-alpha a {
  display:block;
}

.link .link-btn {
  color: #fff;
  padding: 10px 30px 11px 12px;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  background: url(../img/common/link_icon01.png) no-repeat;
  background-position: 169px;
  background-size: 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.link .link-btn a{
  color: #fff;
}


/*------------------------------------------------------------------------------
  group
------------------------------------------------------------------------------*/
.group .number-ul li {
  width:25%;
  float: left;
}

.group .history {
  float: right;
  padding: 5px 0 15px 20px;
}

.group .song {
  float: left;
  padding: 0 20px 30px 0;
}

.download {
  text-align: center;
  padding-top: 20px;
}

.download-img {
  text-align: center;
}

.group .img-right {
  padding: 40px 0 0 25px;
  width: inherit;
}

.group .img-left {
  width: inherit;
}

.btn-download {
  color: #fff;
  padding: 9px 63px 10px 63px;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
}
/*------------------------------------------------------------------------------
  activity
------------------------------------------------------------------------------*/
.activity #visual {
  background: url(../img/whats-jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.activity  #main-wrap {
  padding-top:20px;
}


.activity .main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right; 
  min-height: 140px;
  width: 720px;
}

.activity-txt {
  padding-bottom:40px;
}

.activity .page-title {
  left:120px;
}

.table-01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}
.table-01 th{
  font-size: 1.4rem;
  width:29%;
  padding:24px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #ffe2b1;
  border-bottom: 2px solid #fff
}
.table-01 td{
  font-size: 1.4rem;
  width:210px;
  padding:5px 25px;
  background-color: #fff7ea;
  border-bottom: 2px solid #fff;
  height:62px;
}

.activity-box {
  width:680px;
}

.activity-left {
  width:330px;
  float:left;
}

.activity-right {
  width:330px;
  float:right;
}

/*------------------------------------------------------------------------------
  jtu-list
------------------------------------------------------------------------------*/
.jtu-list #main-wrap {
  padding-top:20px;
}

.jtu-list #visual {
  background: url(../img/whats-jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.h2-small {
  font-size: 1.6rem;
}

.tab-content input[type="radio"] {
  max-height: 0;
}

.tab-content .tab-box {
  width: 100%;
  border-top: 1px solid #eaeae8;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

.tab-list2 {
  background: #f4f4f4;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  margin-left: 30px;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
}

.tab-list12:active {
  background: #FFF;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  margin-left: 30px;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
}

.tab-list2:visited {
  background: #FFF;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  margin-left: 30px;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
}
@media screen and (min-width: 641px) {
  .tab-list1:hover {
    opacity: 1.0;
  }
}
.tab-list1 {
  background: #FFF;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  margin-left: 20px;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
}

.tab-list1:active {
  background: #f4f4f4;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  margin-left: 20px;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
}

.tab-list1:visited {
  background: #f4f4f4;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  margin-left: 20px;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
}
@media screen and (min-width: 641px) {
  .tab-list2:hover {
    opacity: 1.0;
  }
}

.tab-txt {
  float: left;
  width: 52%;
  padding-top: 30px;
}

.tab-map {
  float: right;
  width: 46%;
  padding-top: 30px;
}

.tab-box {
  display: inline-block;
}

.tab-txt li{
  float: left;
  list-style: none;
}

.table-04 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

.table-04 th{
  font-size: 1.4rem;
  width: 40%;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.table-04 th a{
  color: #ff8e1a;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
}

.table-04 th a:after {
  content: "";
  background: url(../img/whats-jtu/jtu-list/icon.png) no-repeat;
  position: relative;
  bottom: -3px;
  margin-left: 5px;
  padding: 0 7px 0 10px;
  background-size: 13px;
}

.table-04 td{
  font-size: 1.4rem;
  width:210px;
  padding:5px 25px;
  background-color: #fff;
  border-bottom: 1px dotted #dedede;
}

.school-map, .highschool-map {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.jtu-list .another-link {
  display:inline-block;
  padding-top: 30px;
}

.jtu-list .group-link {
  display: inline-block;
  padding-top: 30px;
}

.jtu-list .table-top {
  border-top: 1px solid #dedede;
} 

.jtu-list .table-bottom {
  border-bottom: 1px solid #dedede !important;
} 

.another-link th{
  font-weight: normal;
  width: 40%;
}

.another-link a{
  color: #ff8e1a;
  text-decoration: underline;
  font-weight: normal;
}

.another-link a:after {
  content: "";
  background: url(../img/whats-jtu/jtu-list/icon.png) no-repeat;
  position: relative;
  bottom: -3px;
  margin-left: 5px;
  padding: 0 7px 0 10px;
  background-size: 13px;
}

.another-link {
  width: 100%;
}

.group-link .link-txt {
  background: #f8f8f8;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.jtu-list .link-txt p {
  vertical-align: middle;
  display: table-cell !important;
  padding-left: 20px;
}

.jtu-list .table-04 th {
  font-weight: normal;
}

.table-space {
  padding: 15px 25px !important;
}

.table-border {
  border-bottom: 1px dotted #dedede;
}

.no-space {
 padding: 0 !important;
}

.mail-url {
  padding: 15px 0px 0px 25px;
}

.mail-url2 {
  border: none;
  padding: 0px 0px 0px 25px; 
}

.mail-url a:after{
  content: none;
}

.mail-url2 a:after{
  content: none;
}

#area01, #area02,#area03, #area04,#area05, #area06,#area07, #area08,#area09 {
  margin-top: -110px;
  padding-top: 110px;
}

.tab{overflow:hidden;}

.tab li{
  background: #f4f4f4;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  margin-left: 25px;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
}

.tab li.select {
  background: #FFF;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  margin-left: 25px;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
}

.content { 
  width: 100%;
  border-top: 1px solid #eaeae8;
  background: #FFF;
}
.content li{
  background:#FFF; 
}

.tab-txt li {
  float: left;
  list-style: none;
}  

.area-box li{
  padding: 0;
}

.hide {display:none;}


label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #003399;
}

#panels {
  background-color: white;
}

#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}

#panels section main {
  box-sizing: border-box;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  display: block;
  opacity: 1;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  display: block;
  opacity: 1;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  margin-left: 30px;
  font-size: 1.6rem;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background: #FFF;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  background: #f4f4f4;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  margin-left: 30px;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background: #FFF;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
  height: 6px;
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
}

ul#tabs-list li {
  text-align: center;
  font-size: 1.6rem;
  width: 296px;
  margin-left:25px;
  position: relative;
}

ul#tabs-list li label.panel-label {
  background: #f4f4f4;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
}

#tab-list li {
  background: #f4f4f4;
  cursor: pointer;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #bdbdbd;
  font-weight: bold;
  font-size: 1.6rem;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  text-align: center;
  font-size: 1.6rem;
  width: 296px;
  margin-left: 25px;
  position: relative;
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#tab-list .current {
  background: #FFF;
  cursor: pointer;
  line-height: 52px;
  width: 296px;
  display: inline-block;
  text-align: center;
  color: #ff7d0e;
  font-weight: bold;
  border-top: 1px solid #ff7d0e;
  border-left: 1px solid #e8e6e6;
  border-right: 1px solid #e8e6e6;
  font-size: 1.6rem;
  position: relative;
}

#tab-list li.current:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 296px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#tab-list {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
}

#panels .section .main {
  box-sizing: border-box;
  display: none; 
  opacity: 0; 
  -webkit-transition: opacity 600ms; 
  transition: opacity 600ms;
  overflow-y: hidden; 
}

.content-block.hide {
  display: none;
}

.section.content-block {
  margin: 10px 0 0 0;
}

/*------------------------------------------------------------------------------
  jtu-link
------------------------------------------------------------------------------*/
.jtu-link .link-txt {
    width: 420px;
    float: right;
    padding-left: 5px;
}

.jtu-link .link-btn {
    float: right;
    margin-top: 28px;
}

.jtu-link .link-btn {
  color: #fff;
  padding: 10px 30px 11px 12px;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  background: url(../img/common/link_icon01.png) no-repeat;
  background-position: 169px;
  background-size: 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.jtu-link .link-btn a{
  color: #fff;
}

.jtu-link .contents-menu-ul .right-area {
  background: #143991;
  box-sizing: border-box;
  color: #fff;
  float: right;
  height: 100%;
  margin: 0;
  padding: 10px;
  position: relative;
  text-shadow: none;
  width: 165px;
  display:inline;
  font-size: 1.2rem;
  font-weight: normal;
}

.jtu-link .contents-menu-ul .text-span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 0 9px #000;
  padding-top: 10px;
}

.jtu-link .contents-menu-ul li:nth-child(1) a {
    background: url(../img/whats-jtu/jtu-link/human01.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(2) a {
    background: url(../img/whats-jtu/jtu-link/human02.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(3) a {
    background: url(../img/whats-jtu/jtu-link/human03.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(4) a {
    background: url(../img/whats-jtu/jtu-link/human04.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(5) a {
    background: url(../img/whats-jtu/jtu-link/human05.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(6) a {
    background: url(../img/whats-jtu/jtu-link/human06.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(7) a {
    background: url(../img/whats-jtu/jtu-link/human07.png) no-repeat;
}

.jtu-link .contents-menu-ul li:nth-child(8) a {
  background: url(../img/whats-jtu/jtu-link/human08.png) no-repeat;
}


.jtu-link .contents-menu-ul li {
  border: 1px solid #eae8e4;
  margin: 10px 8px 0 0;
}
/*------------------------------------------------------------------------------
  link
------------------------------------------------------------------------------*/
.link #main-wrap {
  padding-top:20px;
}

.link #visual {
  background: url(../img/link/keyvisual.png) no-repeat center;
  height:230px;
}

.link .main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right; 
  min-height: 140px;
  width: 720px;
}

.link .main-block {
  width:1000px;
}

.link-title {
  left:37px;
}


.link-box {
  padding:20px 0;
  width:100%;
  border-top-style:dotted;
  border-top-color:#ececec;
  border-top-width:1px; 
}

.link-txt {
  width:690px;
  float:right;
}

.link-btn {
  float:right;
  margin-top:21px;
}



/*------------------------------------------------------------------------------
  sitemap
------------------------------------------------------------------------------*/

/*-- responsibillity --*/
.sitemap #main-wrap {
  padding-top:20px;
}

.sitemap #visual {
  background: url(../img/sitemap/keyvisual.png) no-repeat center;
  height:230px;
}

.sitemap .main-block {
  background: #fff;
  border-top: solid 2px #8cb11c;
  float: right; 
  min-height: 140px;
  width: 720px;
}

.sitemap .main-block {
  width:1000px;
}

.sitemap .block-area {
  width:440px;
}

.map-h3 a {
  text-decoration: underline;
}

.map-h3 {
  text-decoration: underline;
}

.list-arrow {
  list-style: none;
  margin-left: 10px;
}

.sitemap .block-area:nth-child(odd) {
  float: left;
  clear: both;
  padding-left:20px;
}

.sitemap .block-area:nth-child(even) {
  float: right;
  padding-right:20px;
}

.list-arrow li {
  padding-bottom:10px;
}

.list-arrow li a{
  color:#143991;
  font-weight: 500;
  padding-left:20px;
  background: url(../img/sitemap/arrow01.png) no-repeat;
  background-size: 8px;
  background-position: 0 3px;
  font-size: 1.4rem;
}

.list-arrow li.disabled a {
  background: url(../img/common/arrow05.png) no-repeat;
  background-size: 7px;
  background-position: 0 3px;
  color: #aaa;
}
.list-arrow li.disabled a:hover {
  opacity: 1.0;
}

/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
.news #main-wrap {
  padding-top:20px;
}

.news #visual,
.page-template-page-news-template #visual {
  background: url(../img/news/keyvisual.png) no-repeat center;
  height:230px;
}

.news .link-txt {
  float:none;
  width:680px;
}

.news .link-img {
  padding-left: 20px;
  width:160px;
  padding-right:20px;
}

.news .link-date {
  float: right;
}

.news .link-date p {
  margin: 0 20px 0 0;
  height: 6px;
}

.news .link-btn {
  float:right;
  padding-top:0;
  padding-right:20px;
}

.news .title-h4 {
  padding-right: 20px;
}

.news .link-box {
  padding: 20px 0;
  width: 680px;
  border-style: solid;
  border-color: #ececec;
  border-width: 1px;
  margin-bottom: 10px;
}

.preview {
  float:left;
}

.news .page-number {
  width:100%;
  padding-top: 30px;
  text-align: center;
}

.news .side-block .menu-title a:before,
.news-detail .side-block .menu-title a:before {
  background: url(../img/news/side_icon02.png) no-repeat;
  height: 24px;
  margin-left:10px;  
}

.news .side-block .latest-icon a:before,
.news-detail .side-block .latest-icon a:before {
    background: url(../img/news/side-icon03.png) no-repeat;
    height: 24px;
    margin-left: 10px;
}

.latest-ul {
  margin-top:20px;
}

.button {
  text-align:center;
  padding:10px;
  color:#fff;
  background: #ed6d1e;
  font-size: 1.4rem;
  width: 170px;
  margin: 10px auto;
  cursor: pointer;
  display:inline-block;
}

.button2 {
  font-size: 1.4rem;
  text-align:center;
  padding:10px;
  color:#fff;
  background: #ed6d1e;
  width: 170px;
  margin: 10px auto;
  cursor: pointer;
  display:inline-block;
}

.btn-bg {
  text-align:center;
  padding:10px;
  background: #e2e2e2;
  width: 240px;
  display:inline-block;
  height: 42px;
}

.more {
  background-color: #e2e2e2;
  text-align: center;
}

.category {
  padding: 20px 10px 5px 10px;
  border-top: solid 1px #f7f5f1;
}

.side-latest {
  background-color:#FFF;
}

.news-title {
  margin-top:20px;
}

.news-title a{
  color: #f19156;
  font-size: 1.4rem;
  text-decoration: underline;
}

.side-date {
  float:right;
  font-size: 1.4rem;
  padding-top: 2px;
}
.english .side-date {
  font-size: 1.2rem;
}

.news .side-block .menu-ul li a {
  background: #e2e2e2;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  margin: 2px 0 0 0;
  padding: 0 10px 0 35px;
  position: relative;
  width: 100%;
}

.news .side-block .menu-ul li a {
  border-bottom: solid 1px #b5b5b5;
  margin:0;
}
@media screen and (min-width: 641px) {
  .news .side-block .menu-ul li a:hover, .side-block .menu-ul .this a {
    background: #143991;
    color: #fff;
  }
}
.news .side-block .menu-title a {
  padding: 0 10px 0 85px;
}

.news .title-h4 {
  padding: 10px;
}

.link-img {
  width: 250px;
  float: left;
}

.archive-ul li{
  text-align: left;
}

.clear-li {
  clear: both;
  display: inline;
}

.news .side-block .menu-ul li a {
  border-top: none;
}
/*------------------------------------------------------------------------------
   newslist
------------------------------------------------------------------------------*/
.newslist .normal-txt {
  margin-top: -14px;
}

.newslist #main-wrap {
  padding-top:20px;
}

.newslist #visual {
  background: url(../img/newslist/keyvisual.png) no-repeat center;
  height:230px;
}

.newslist .normal-txt {
    margin-top: 0;
}

/*------------------------------------------------------------------------------
   statement
------------------------------------------------------------------------------*/
.statement #main-wrap {
  padding-top:20px;
}

.statement #visual {
  background: url(../img/statement/keyvisual.png) no-repeat center;
  height:230px;
}

.statement .link-txt {
  float:none;
  width:680px;
}

.statement .link-img {
  padding-left: 20px;
  width:160px;
  padding-right:20px;
}

.statement .link-date {
  float: right;
}

.statement .link-date p {
  margin: 0 20px 0 0;
  height: 6px;
}

.statement .link-btn {
  float:right;
  padding-top:0;
  padding: 0 20px 10px 0;
}

.statement .title-h4 {
  padding: 10px 20px 0 20px;
  margin: 0;
}

.statement .link-box {
  padding: 20px 0;
  width: 680px;
  border-style: solid;
  border-color: #ececec;
  border-width: 1px;
  margin-bottom: 10px;
}

.statement-top ul {
  width: 100%;
  display: inline-block;
  margin: 15px 0 30px 0;
}

.statement-top li {
  width: 330px;
}

.statement-top li a {
  color: #FFF;
  padding-left: 20px;
  background: url(../img/common/arrow07.png) no-repeat;
  background-position: 281px 9px;
  display: block;
  background-size: 35px;
  font-size: 1.4rem;
}

.statement .btn-1{
  background: #143991;
  line-height: 50px;
  width: 330px;
  display: inline-block;
  float: left;
}

.statement .btn-2{
  background: #143991;
  line-height: 50px;
  width: 330px;
  display: inline-block;
  float: right;
}

.statement .archive-ul li .aco-btn {
  background: #fff !important;
  border-top: solid 1px #f7f5f1 !important;
  border-bottom: none !important;
  margin: 2px 0 0 0 !important;
}

.statement .archive-ul li .aco-btn.open {
  background-color: #143991 !important;
  color: #fff;
  border-bottom: none !important;
  content: "";
}

.statement .archive-ul li .aco-btn:before {
  background-image: url(../img/common/arrow02.png) !important;
  background-repeat: no-repeat !important;
  transform: rotate( 90deg ) !important;
}
.statement .archive-ul li .aco-btn.open:before {
  background-image: url(../img/common/arrow04.png) !important;
  background-repeat: no-repeat !important;
  transform: rotate( 270deg ) !important;
}
@media screen and (min-width: 641px) {
  .statement .archive-ul li .aco-btn.open:hover {
    background-color: #143991 !important;
    color: #fff !important;
  }

  .statement .click a:hover {
    background: #FFF !important;
    color: #000000 !important;
  }
}

.syncer-acdn-01 li a {
  background: #efefef;
}

.statement .side-block .menu-ul li a {
  border-top: none !important;
  border-bottom: solid 1px #b5b5b5;
  cursor: pointer;
  margin: 0;
  background: #e2e2e2;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  padding: 0 10px 0 35px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .statement .side-block .menu-ul li a:hover {
    background: #143991;
    color: #fff;
  }
}
.statement .side-block .menu-title a:before {
  background: url(../img/statement/icon01.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 40px;
  margin: auto;
  height: 22px;
  width: 22px;
  background-size: 22px;
}

.statement .side-block .click {
  border-top: solid 2px #f7f5f1;
  cursor: pointer;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  padding: 0 10px 0 35px;
  position: relative;
  width: 100%;
}
.statement .side-block .click:before {
  background: url(../img/common/arrow02.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1px;
  left: 15px;
  margin: auto;
  height: 7px;
  transform: rotate(90deg);
  transform-origin: center center;
  width: 7px;
}
.has-click-action:not(.open) {
  display: none;
}

.statement .side-block .click.open:before {
  top: -3px;
  transform: rotate(270deg);
}

@media screen and (min-width: 641px) {
  .statement .side-block .click:hover {
    opacity: 0.6;
  }
}

.statement .side-block .menu-title a {
  padding: 0 10px 0 75px;
}

.statement .side-block .latest-ul a:before {
  background: url(../img/statement/icon02.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 40px;
  margin: auto;
  height: 22px;
  width: 22px;
  background-size: 22px;
}
/*------------------------------------------------------------------------------
  halftime
------------------------------------------------------------------------------*/
.halftime #main-wrap {
  padding-top:20px;
}

.halftime #visual {
  background: url(../img/halftime/keyvisual.png) no-repeat center;
  height:230px;
}

.space-txt {
  letter-spacing: -1px;
}

.halftime .link-set {
  width: 220px;
  padding-right: 10px;
}

.bnr-halftime{
  background: #143991;
  color: #fff !important;
  height: 35px;
  margin: 0;
  position: relative;
  text-align: left;
  padding: 10px;
  line-height: 35px;
} 

.bnr-halftime.yumi {
  line-height: 1.3;
}

.bnr-halftime:after {
  background: url(../img/common/arrow03.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  margin: auto;
  height: 36px;
  width: 36px;
}


.halftime-title {
  margin-top:20px;
}

.halftime-title a{
  margin-top: 20px;
  color: #f19156;
  text-decoration: underline;
}

.halftime-date {
  float:right;
  padding-top: 2px;
}

.halftime .side-block .menu-title a {
  padding: 0 10px 0 65px;
}

.halftime .title-h4 {
  padding: 10px;
}

.halftime .link-txt {
  float:none;
  width:680px;
}

.halftime .link-txt .txt-top .category-deiscourse {
  font-size: 1.4rem;
}
 
.halftime .link-img {
  padding-left: 20px;
  width:160px;
  padding-right:20px;
}

.halftime .link-date {
  float: right;
}

.halftime .link-date p {
  margin: 0 20px 0 0;
  height: 6px;
}

.halftime .link-btn {
  float:right;
  padding-top:0;
  padding-right:20px;
}

.halftime .title-h4 {
  padding-right: 20px;
  height:50px;
}

.halftime .link-box {
  padding: 20px 0;
  width: 680px;
  border-style: solid;
  border-color: #ececec;
  border-width: 1px;
  margin-bottom: 10px;
}

.halftime-setbox {
  padding-bottom: 30px;
}

.page-number {
  width:100%;
  padding-top: 20px;
}
.nextten {
  float:right;
}

.halftime .side-block .menu-title a:before {
    background: url(../img/halftime/side-icon04.png) no-repeat;
}

.halftime .side-block .latest-icon a:before {
    background: url(../img/news/side-icon03.png) no-repeat;
    height: 24px;
    margin-left: 10px;
}

/*------------------------------------------------------------------------------
  social
------------------------------------------------------------------------------*/
.social #main-wrap {
  padding-top:20px;
}

.social #visual {
  background: url(../img/whats-jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.social .link-txt {
  float:none;
  width:640px;
}

.social-link {
  padding-top: 40px;
} 

.social .link-box {
  padding: 20px;
  width: auto;
  border-top-style: dotted;
  border-top-color: #ececec;
  border-top-width: 1px;
  border: 1px solid #ececec;
  margin-bottom: 15px;
}

.link-photo {
  width: 250px;
  float: left;
}

.social .link-btn {
  float: right;
  padding-top: 15px;
}

.social .link-set {
  width: 456px;
  float: none;
  padding-right: 20px;
  margin: 0 auto;
}

.social .bnr-link {
  height: auto;
  padding: 10px;
}

.side-what {
  margin-top: 20px;
}

.has-side-what .side-block {
  margin-top: 20px;
}

.social .sitelink-ul{
  margin-bottom: 50px;
}

.small-txt {
  font-size: 1.2rem;
}

.social .link-img {
  margin: 0 30px 0 0;
  width: 160px;
}

.social .side-block .archive-ul li a {
  background: #e2e2e2;
  border-bottom: solid 1px #b5b5b5;
  margin: 0;
  border-top: none;
}
@media screen and (min-width: 641px) {
  .social .side-block .archive-ul li a:hover {
    background: #143991;
    color: #fff;
  }
}
/*------------------------------------------------------------------------------
  social-detail
------------------------------------------------------------------------------*/
.social-detail #main-wrap {
  padding-top:20px;
}

.social-detail #visual {
  background: url(../img/whats-jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.social-detail .link-txt {
  float:none;
  width:640px;
}

.socialblog-box {
  padding-top: 10px;
  display: inline-block;
}

.socialblog-pohoto {
}

.socialblog-pohoto p {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.3;
  width: 330px;
}

.social-detail .side-block .archive-ul li a {
  background: #e2e2e2;
  border-bottom: solid 1px #b5b5b5;
  margin: 0;
  border-top: none;
}

.social-detail .socialblog-box {
  padding: 0 55px 15px 55px;
}

@media screen and (min-width: 641px) {
  .social-detail .side-block .archive-ul li a:hover {
    background: #143991;
    color: #fff;
  }
}

/*------------------------------------------------------------------------------
  curriculum
------------------------------------------------------------------------------*/
.curriculum .title-h3 {
  margin-top: 30px;
}

.curriculum .link-box {
  padding: 20px 20px 30px;
  width: auto;
  border-top-style: dotted;
  border-top-color: #ececec;
  border-top-width: 1px;
  border: 1px solid #ececec;
  margin-bottom: 15px;
  position: relative;
}

.curriculum .link-img {
  margin: 0 30px 0 0;
  width: 170px;
  display: inline-block;
}

.curriculum .link-txt {
  float: none;
  width: 430px;
  display: inline-block;
  min-height: 230px;
  position: relative;
}

.curriculum .link-btn {
  float: inherit; 
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.curriculum .link-double .link-btn {
  position: inherit;
}

.curriculum .link-double + .link-double {
  margin-top: 20px;
}

.curriculum .link-double + .link-double .link-txt {
  text-align: left;
}

.curriculum .link-p a {
  color: #ff8e1a;
  text-decoration: underline;
}

.curriculum .link-dl {
  color: #fff;
  padding: 10px 0;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  background-position: 125px 9px;
  background-size: 20px;
  border-radius: 2px;
  width: 210px;
  -webkit-border-radius: 2px;
  display: inline-block;
  text-align: center;
  }

.curriculum .link-box-double {
  padding: 20px 20px 60px 20px
}

/*------------------------------------------------------------------------------
  survey-effort
------------------------------------------------------------------------------*/
.survey-effort .text-cell {
  line-height: 1.5;
}

.survey-effort .main-block{
  min-height: 600px;
}

.survey-effort .side-block .menu-title a {
  line-height: 21px;
  padding: 15px 10px 15px 60px;
}

.survey-effort .side-block .menu-ul li a {
  line-height: 20px;
  padding: 10px 5px 10px 35px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  width: 240px;
}

.survey-effort .small {
  font-size: 2.7rem;
}

.survey-effort .page-title {
  font-size: 3.9rem;
}

.survey-effort #main-wrap {
  padding-top:20px;
}

.survey-effort #visual {
  background: url(../img/survey-effort/keyvisual.png) no-repeat center;
  height:230px;
}

.survey-effort .contents-menu-ul li:nth-child(1) a {
  background: url(../img/survey-effort/img01.png) no-repeat;
  background-size: cover;
}

.survey-effort .contents-menu-ul li:nth-child(2) a {
  background: url(../img/survey-effort/img02.png) no-repeat;
  background-size: cover;
}

.survey-effort .contents-menu-ul li:nth-child(3) a {
  background: url(../img/survey-effort/img03.jpg) no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------------------------
  questionnaire
------------------------------------------------------------------------------*/
.questionnaire #main-wrap {
  padding-top:20px;
}

.questionnaire .h2-small {
  font-size: 2.0rem;
  line-height: 35px;
}

.questionnaire .block-area2 {
  padding-top:20px;
}

.questionnaire .date {
  float: right;
}

.th-top {
  border-top: 1px solid #dedede;
  border-bottom: 1px dotted #dedede;
  width: 30%;
}

.td-top {
  border-top: 1px solid #dedede;
  width: 230px;
}

.th-bottom {
  border-bottom: 1px solid #dedede !important;
}

.td-bottom {
  border-bottom: 1px solid #dedede !important;
}

.questionnaire .table-04 th {
  width: 20%;
  border-bottom: 1px dotted #dedede;
}

.questionnaire .table-04 td {
  padding: 5px 10px 5px 25px;
}

.questionnaire .title-h4 {
  padding: 25px 0 15px 0;
}

.questionnaire h5 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.questionnaire h5:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #143991;
  margin-right: 5px;
}

.graph-box {
  width: 564px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.graph-box2 {
  width: 392px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.graph-box3 {
  width: 578px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.graph-box4 {
  width: 368px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.graph-box5 {
  width: 380px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.graph-box5 p {
  font-weight: bold;
}

.graph-box5 img {
  padding: 20px 0 10px 0 !important;
}
.questionnaire .socialblog-pohoto{
  padding-bottom: 30px;
  display: inline-block;
}

.questionnaire .rightbox {
  float: right;
}

.questionnaire .number-ul li img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

.questionnaire .download-txt {
  float: none;
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 90px;
  padding: 20px;
}
/*------------------------------------------------------------------------------
   awareness
------------------------------------------------------------------------------*/
.awareness .socialblog-pohoto {
  width: 100%;
  float: none;
}

.awareness .socialblog-pohoto img {
  display: table;
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 20px;
}

.awareness .stress th {
  width: 13% !important;
}

.awareness .title-h4 {
  padding: 25px 0 5px 0;
}

.awareness .download-txt .title-h4 {
  padding: 0;
}

.awareness .block-txt {
  margin: 10px 0 0;
}

/*------------------------------------------------------------------------------
   contact
------------------------------------------------------------------------------*/
.common-table {
  width: 100%;
}

.common-table tr {
  border: solid 1px #cccccc;
}

.common-table td {
  border-top: solid 1px #cccccc;
}

.common-table th,
.common-table td {
  font-size: 1.4rem;
  padding: 20px;
  vertical-align: top;
  display: block;
}

.common-table th {
  background: #e7e7e7;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.required {
  color: #fff;
  background-color: #f34444 !important;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  background: none;
  line-height: 22px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

.validate-box .contact input[type="text"] {
  width: 330px;
  height: 37px;
  border: 1px solid #cccccc;
}

.validate-box .other .txt {
  margin: 10px 0 5px;
  font-size: 14px;
}

.contact #main-wrap input[type="email"],
.contact #main-wrap input[type="text"],
.challenge #main-wrap input[type="email"],
.challenge #main-wrap input[type="text"],
.challenge #main-wrap #zip {
  box-sizing: border-box;
  width: 330px;
  height: 37px;
  border: 1px solid #cccccc;
  padding: 0 5px;
}

.validate-text {
  color: #e60012;
  font-size: 1.2rem;
}

.contact textarea,
.challenge textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border: 1px solid #cccccc;
  padding: 0 5px;
}

.contact .submit,
.challenge .submit {
  color: #fff;
  background-color: #ed6d1e !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.8rem;
  width: 258px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  display: table;
  display: inline-block;
}

.contact .backpage,
.challenge .backpage {
  color: #fff;
  background-color: #888888 !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.8rem;
  width: 258px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (min-width: 641px) {
  .contact .submit,
  .contact .backpage,
  .challenge .submit,
  .challenge .backpage {
    -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;
  }
  .contact .submit:hover,
  .contact .backpage:hover,
  .challenge .submit:hover,
  .challenge .backpage:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}


.contact .btn-area,
.challenge .btn-area {
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}

.contact #visual,
.challenge #visual {
  background: url(../img/contact/keyvisual.png) no-repeat center;
  height:230px;
}

.contact-txt {
  padding-top: 10px;
}

.form-block .title-text {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #8cb11c;
}

.form-block p{
  text-align: center;
}

.form-block {
  padding: 50px;
}

.form-finish {
  padding-bottom: 40px;
}

.form-block .btn-block01 {
  text-align: center;
}

.form-block .home a {
  color: #fff;
  padding: 10px 42px 10px 42px;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}



/*-----------
  radio
-------------*/

.mwform-radio-field label input:checked + span::after,
.mwform-checkbox-field label input:checked + span::after {
  opacity: 1;
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 2.2;
}

.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cecece;
  background: #fff;
  content: "";
}

.mwform-radio-field-text::after,
.mwform-checkbox-field-text::after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #143991;
  font-size: 13px;
  content: "✔";
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mwform-radio-field-text::before {
  border-radius: 50%;
}

.mwform-radio-field-text::after {
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #0077bb;
  content: "";
}


/*------------------------------------------------------------------------------
  worker
------------------------------------------------------------------------------*/
.worker #visual {
  background: url(../img/english/worker/keyvisual.png) no-repeat center;
  height:230px;
}

.worker #main-wrap {
  padding-top: 20px;
}

.worker .normal-txt {
  padding-top: 20px;
  margin: 0;
}

.worker .activity-box {
  display: inline-block;
  padding: 20px 0;
}

.worker .page-title { 
  margin: 50px 0 0 0;
}
/*------------------------------------------------------------------------------
   organization
------------------------------------------------------------------------------*/
.organization #visual {
  background: url(../img/english/organization/keyvisual.png) no-repeat center;
  height:230px;
}

.organization #main-wrap {
  padding-top: 20px;
}

.organization .page-title {
  margin: 50px 0 0 0;
}

.organization .title-h6 {
  background: #e7e7e7;
  border-left: none;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 20px;
  margin: 20px 0;
}

.organization .en-h3 {
  margin:20px 0 0 0;
}

.organization .table-04 th {
  color: #143991;
  width: 35%;
}

.organization .table-04 td {
  padding: 15px 25px;
}

.organization .en-tag li {
  padding: 15px;
  border-bottom: 1px dotted #e8e8e8;
  font-size: 1.4rem;
}

.organization .en-tag li:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.organization .normal-txt {
  padding-top: 20px;
  margin: 0;
}
/*------------------------------------------------------------------------------
   work
------------------------------------------------------------------------------*/
.work .block-txt {
  padding-top: 15px;
}

.link-bnr {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.link-bnr .title-h4{
  padding: 25px 0 0 0;
}

.socialblog-country {
  width: 190px;
  text-align: center;
  padding-top: 40px;
  display: inline-block;
}

.small-h3 {
  font-size: 1.4rem;
  font-weight: normal;
}

.space-page {
  padding-bottom: 20px;
}

.title-h6 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.point-txt {
  width: 100%;
  border: solid 1px #ececec;
  padding: 10px;
  box-sizing: border-box;
}

.point-txt .title-h4 {
  padding: 10px 0 0 10px !important;
}

.point-txt p {
  width: 100%;
  text-align: justify;
  padding: 0px;
}

.work .number-ul .list-title {
  color: #151515;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 10px;
  border-bottom: 1px dotted #ececec;
  padding-bottom: 10px;
  text-indent: -2.3em;
  padding-left: 2.3em;}

.work .number-ul .list-title:before {
    background: #143991;
    border-radius: 11px;
    content: "1";
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 22px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 22px;
    text-indent: -0.1em;
}

.work .download-box {
  padding: 20px 15px;
  width: 44%;
}

.work .download-txt {
  float: none;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}

.work .download-box .title-h4 {
  padding: 0;
}

.work .box-right {
  float: right;
}

.stress th {
  width: 25% !important;
}

.work .sitelink-ul {
  width: 100%;
}

.work .link-set {
  display: table;
  margin: 0 auto;
  padding-right: 0;
  width: 100%;
} 

.work .link-set p {
  vertical-align: middle;
  display: table;
  margin: 0 auto;
  height: auto;
  padding: 20px 0px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------
  JTU-news
------------------------------------------------------------------------------*/
.pagelinks {
  margin: 0 auto;
  width: 100%;
}

.news-detail .nextten {
  color: #143991;
  padding: 10px 50px;
  background-color: #FFF;
  border: 1px #143991 solid;
  font-size: 1.4rem;
  font-weight: 500;
  background: url(../img/common/arrow02.png) no-repeat;
  background-position: 140px 15px;
  background-size: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: -12px 30px 0 0;
}

.page-number {
  padding: 30px 0 0 0;
  width: 100%;
  text-align: center;
}

.jtunews-txt p {
  padding-top: 15px;
  clear: both;
}

.jtunews-date {
  float: right;
}

.jtunews-box {
  clear: both;
}

.jtunews-box div {
  float: none;
}

/*
.single .block-area p,
.jtunews-box p {
  clear: both;
}

.single .block-area p {
  padding-top: 15px;
}
*/

#wrapper .right-image-box {
  float: right;
  margin: 0 0 1em 2em;
  width: 250px;
}
#wrapper .right-image-box img {
  height: auto;
  width: 250px;
}
#wrapper .right-image-box .caption {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
  text-align: left;
}

.jtunews-img {
  padding: 0 55px 15px 55px;
}

.img-left {
  padding: 0 10px 0 0;
  float: left;
}

.img-right {
  float: right;
  width: 270px;
}

.news-detail #visual {
  background: url(../img/news/keyvisual.png) no-repeat center;
  height:230px;
}

.news-detail #main-wrap {
    padding-top: 20px;
}

.news-detail .side-block .menu-ul li a {
  background: #e2e2e2;
  border-bottom: solid 1px #b5b5b5;
  margin: 0;
  border-top: none;
}
@media screen and (min-width: 641px) {
  .news-detail .side-block .menu-ul li a:hover {
    background: #143991;
    color: #fff;
  }
}

/*------------------------------------------------------------------------------
  music
------------------------------------------------------------------------------*/

.right {
  padding-right: 0 !important;
}

.category-photo {
  float: left;
  padding-right: 20px;
}

.category-photo img {
  width: 160px;
}

.category-box {
  width: 100%;
  height: 160px;
  
}

.music-list {
  width:100%;
  height: 160px;
  padding-bottom: 20px;
}

.music-list-right{
  float:right;
}

.music-list-right img {
  max-width: 180px;
}

.music-list ul{
  border-top: solid 1px #343434;
  width: 485px;
  float: left;
}

.music-list ul {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.music-list ul li {
  padding:6px 0 6px 35px;
  border-top: 1px #ececec dotted;
}

.p500 {
  font-weight: bold;
}

.border-non {
  border-top: none !important;
}

.name {
  font-weight: bold;
}

.song-txt {
  padding-right: 10px;
}

/*------------------------------------------------------------------------------
  tensho
------------------------------------------------------------------------------*/
.tensho .title-h4 {
  padding-right: 20px;
  height: auto;
  padding: 0;
  margin: 0;
} 

.tensho .name {
  float: left;
  padding-top: 0;
}

.tensho .date {
  float: right;
  padding-top: 0;
}

/*------------------------------------------------------------------------------
  sketch
------------------------------------------------------------------------------*/
.single-txt {
  padding-top: 15px;
  border-top: dotted 2px #ececec;
  clear: both;
}

.music-detail .single-txt {
  border: none;
}

.single {
  padding-bottom: 30px;
}

.sketch .title-h4 {
  padding-right: 20px;
  height: auto;
  padding: 0;
  margin: 0;
} 

.sketch .name {
  float: left;
  padding-top: 0;
}

.sketch .date {
  float: right;
  padding-top: 0;
}

/*------------------------------------------------------------------------------
  statement-detail
------------------------------------------------------------------------------*/

.statement-detail .title-h4 {
  padding-right: 20px;
  height: auto;
  padding: 0;
  margin: 0;
} 

.statement-detail .name {
  float: left;
  padding-top: 0;
}

.statement-detail .date {
  float: right;
  padding-top: 0;
  padding-bottom: 15px;
}

/*------------------------------------------------------------------------------
  proposal
------------------------------------------------------------------------------*/
.download-box {
  border: solid 1px #ececec;
  padding: 15px;
  display: inline-block;
  width: 95%;
}

.download-box a {
  display: inline-block;
  width: 100%;
}

.download-click {
  display: table;
  margin: 0 auto;
}

.download-photo {
  float: left;
}

.download-txt {
  float: right;
  text-align: center;
  margin: 0;
  padding-top: 45px;
  padding-right: 55px;
  padding-left: 90px;
}

.download-txt h4 {
  padding-bottom: 20px;
}

.download-txt p{
  text-align: center;
}

.proposal #visual {
  background: url(../img/whats-jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.proposal #main-wrap {
  padding-top:20px;
}

.proposal .link-btn, .survey-effort .link-btn {
  color: #fff;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  background: none;
  -webkit-border-radius: 2px;
  line-height: 40px;
  width: 210px;
  text-align: center;
  padding: 0;
  float: none;
  margin: 0;
  cursor: pointer;
}

.group-img {
  display: table;
}
/*------------------------------------------------------------------------------
   english
------------------------------------------------------------------------------*/
.english .side-latest {
  word-break: break-all;
}
/*------------------------------------------------------------------------------
   birth
------------------------------------------------------------------------------*/
.birth-img {
  display: table;
  margin: 0 auto;
  padding: 20px 0 ;
}

.birth-box {
  padding: 20px 20px 10px 20px;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  background-color: #f8f8f8;
  margin: 20px 0;
}

.birth .side-block .menu-ul li a, .about_jtu .side-block .menu-ul li a {
  background: #e2e2e2;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  margin: 2px 0 0 0;
  padding: 0 10px 0 35px;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #b5b5b5;
  margin: 0;
  border-top: none;
}
@media screen and (min-width: 641px) {
  .birth .side-block .menu-ul li a:hover, 
  .news .side-block .menu-ul li a:hover, 
  .about_jtu .side-block .menu-ul li a:hover  {
    background: #143991;
    color: #fff;
}
}

/*------------------------------------------------------------------------------
   present-feature
------------------------------------------------------------------------------*/
.present-feature #visual {
  background: url(../img/english/present-feature/keyvisual.png) no-repeat center;
  height:230px;
}

.present-feature #main-wrap {
    padding-top: 20px;
}

.present-feature .sub-ul li a{
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 0 5px;
  position: relative;
}

.present-feature .sub-ul li a:before{
  background: url(../img/common/arrow04.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.present-feature .sub-ul li{
  display: inline-block;
  padding-right:30px;
}

.present-feature .footer-menu {
  display: table;
  margin: 0 auto;
  padding-top: 20px;
}

.english #nav {
  display: inline-block !important;
}

.present-feature .page-title {
  margin: 50px 0 0 0;
}


/*------------------------------------------------------------------------------
   about_jtu
------------------------------------------------------------------------------*/
.about_jtu #visual {
  background: url(../img/english/about_jtu/keyvisual.png) no-repeat center;
  height:230px;
}

.interview-box {
  padding: 30px 30px 20px 30px;
}

.interview-box {
  line-height: 1.0;
}

.affi_a {
  color: #fff;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
  background: none;
  line-height: 20px;
  width: 93px;
  text-align: center;
  padding: 0;
  float: none;
  margin: 0;
  margin-bottom: 5px;
}

.affi_b {
  color: #fff;
  background-color: #143991 !important;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
  background: none;
  line-height: 20px;
  width: 93px;
  text-align: center;
  padding: 0;
  float: none;
  margin: 0;
  margin-bottom: 5px;
}

.interview-box .normal-txt{
  margin-top: -10px;
}

.h3-many {
  line-height: 27px;
  padding: 10px;
}

.question .txt-q {
  font-size: 1.8rem;
  color: #143991;
  font-weight: bold;
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 5px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.question .txt-q:before {
  content: "";
  background: url(../img/common/icon-q.png) no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  margin-bottom: -5px;
  background-size: 100%;
}

.question .txt-a:before {
  content: "";
  background: url(../img/common/icon-a.png) no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
  left: 1.5em;
  position: absolute;
  background-size: 100%;
}

.question .indent{
  text-indent: 0;
}

.question .txt-a {
  font-size: 1.4rem;
  width: 95%;
  float:right;
  padding-top: 5px;
  padding-bottom: 20px;
}

.question {
  display: inline-block;
}

.about_jtu .page-title {
  width: 590px;
  margin: 50px 0 0 0;
}

.about_jtu .page-title:after {
  margin-left: 86px;
}

.blg-txt {
  display: table;
}
/*------------------------------------------------------------------------------
  child-saving
------------------------------------------------------------------------------*/
.child-saving .link-btn {
  color: #fff;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
  background: none;
  -webkit-border-radius: 2px;
  line-height: 40px;
  width: 210px;
  text-align: center;
  padding: 0;
}

.child-saving .link-txt {
  width: 420px;
  float: right;
  padding-left: 5px;
}

.child-saving .link-btn {
  float: right;
  margin-top: 28px;
}

.child-saving .link-box a {
  display: table;
}

.icon-pdf:after {
  content: "";
  background: url(../img/whats-jtu/child-saving/download-icon.png) no-repeat;
  position: relative;
  padding-left: 18px;
  margin-left: 3px;
  background-size: 100%;
}

.box-last {
  border-bottom-style: dotted;
  border-bottom-color: #ececec;
  border-bottom-width: 1px;
}

.table-03 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

.table-03 .th01{
  background-color: #f8f8f8;
  width: 259px;
  border-bottom: 1px dotted #e7e7e7;
  border-right: 1px solid #e7e7e7;
  font-size: 1.4rem;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #32529f;
}

.table-03 .th02{
  background-color: #f8f8f8;
  width: 259px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  font-size: 1.4rem;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #32529f;
}

.table-03 td{
  background-color: #fff;
  height:62px;
}

#wrapper .table-title {
  background-color: #e7e7e7;
  border: none;
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}

.table-03 a {
  color: #ff8e1a;
  text-decoration: underline;
  padding-left: 15px;
}

.table-03 p {
  padding: 8px 0 15px 0;
  border-bottom: 1px dotted #e7e7e7;
  margin: 0;
}

.table-03 .long-txt {
  line-height: 2.2;
  padding: 15px 0;
}

.table-03 .nomal-txt {
  line-height: 2;
  padding: 15px 0 15px 15px;
  border: none;
}

.table-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.table-top {
  padding-top: 30px;
}

.no-deco {
  border: none !important;
}

/*------------------------------------------------------------------------------
  music icon
------------------------------------------------------------------------------*/
.music-icon01 {
  background: url(../img/halftime/music-icon01.png) no-repeat;
  background-size: 14px;
  background-position: 10px 8px;
}

.music-icon02 {
  background: url(../img/halftime/music-icon02.png) no-repeat;
  background-size: 14px;
  background-position: 9px 8px;
}

.music-icon03 {
  background: url(../img/halftime/music-icon03.png) no-repeat;
  background-size: 14px;
  background-position: 11px 8px;
}

/*------------------------------------------------------------------------------
  カテゴリー
------------------------------------------------------------------------------*/

.page-back {
  color: #143991;
  padding: 10px 55px;
  background-color: #FFF;
  border: 1px #143991 solid;
  font-size: 1.4rem;
  font-weight: 500;
  background-position: 140px 15px;
  background-size: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
}

.back {
  color: #143991;
  padding: 10px 51px;
  background-color: #FFF;
  border: 1px #143991 solid;
  font-size: 1.4rem;
  font-weight: 500;
  background: url(../img/common/arrow06.png) no-repeat;
  background-position: 10px 15px;
  background-size: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
}

.nextpage {
    color: #143991;
    padding: 10px 51px;
    background-color: #FFF;
    border: 1px #143991 solid;
    font-size: 1.4rem;
    font-weight: 500;
    background: url(../img/common/arrow02.png) no-repeat;
    background-position: 140px 15px;
    background-size: 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
}

.next {
  float: right;
  display: inline-block;
}

/*------------------------------------------------------------------------------
  ニュースカテゴリー
------------------------------------------------------------------------------*/
.category-news {
  color: #fff;
  padding: 2px 16px 2px 16px;
  background-color: #d8ab6a;
  text-decoration: none;
  font-size: 1.2rem;
}

.category-detail,
.category-announcement,
.category-discourse {
  color: #fff;
  padding: 2px 10px 2px 10px;
  background-color: #878ea0;
  text-decoration: none;
  font-size: 1.2rem;
}

.category-tensho,
.category-music,
.category-sketch {
  color: #fff;
  padding: 2px 8px 2px 8px;
  background-color: #16b6cd;
  text-decoration: none;
  font-size: 1.2rem;
}


.link-txt .category-detail,
.link-txt .category-announcement,
.link-txt .category-discourse {
  margin: 0 0 0 20px;
}

.category-statement {
    color: #fff;
    padding: 0;
    background-color: #747d91;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 20px;
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}

.category-social {
    color: #fff;
    padding: 0;
    background-color: #2ccd8b;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 20px;
    width: 80px;
    display: inline-block;
    text-align: center;
}

.category-map {
    padding: 0;
    background: url(../img/common/arrow_open.png) no-repeat;
    background-size: 7px;
    background-color: #f4f4f4;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 30px;
    width: 58px;
    display: inline-block;
    border: solid 1px #eaeae8;
    margin: 0 3px 3px 0;
    padding-left: 20px;
    background-position: 60px 14px;
    font-weight: bold;
}

.category-map2 {
    padding: 0;
    background: url(../img/common/arrow_open.png) no-repeat;
    background-size: 7px;
    background-color: #f4f4f4;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 30px;
    width: 62px;
    display: inline-block;
    border: solid 1px #eaeae8;
    margin: 0 3px 3px 0;
    padding-left: 16px;
    background-position: 60px 14px;
    font-weight: bold;
}

.category-map3 {
    padding: 0;
    background: url(../img/common/arrow_open.png) no-repeat;
    background-size: 7px;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 30px;
    width: 58px;
    display: inline-block;
    border: solid 1px #eaeae8;
    margin: 0 3px 3px 0;
    padding-left: 20px;
    background-position: 60px 14px;
    font-weight: bold;
    color: #8a8a8a !important;
}

.category-map4 {
    padding: 0;
    background: url(../img/common/arrow_open.png) no-repeat;
    background-size: 7px;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 30px;
    width: 62px;
    display: inline-block;
    border: solid 1px #eaeae8;
    margin: 0 3px 3px 0;
    padding-left: 16px;
    background-position: 60px 14px;
    font-weight: bold;
    color: #8a8a8a !important;
}

/*------------------------------------------------------------------------------
  ナビ　アコーディオン
------------------------------------------------------------------------------*/
.statement-btn a:visited {
  background: url(../img/common/arrow02.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  margin: auto;
  height: 7px;
  width: 7px;
  background: #143991;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .syncer-acdna:hover {
   content:none;
  }
}
/*------------------------------------------------------------------------------
  日政 カテゴリー
------------------------------------------------------------------------------*/
.category-sangiin {
  color: #fff;
  padding: 2px 25px 2px 25px;
  background-color: #d8ab6a;
  text-decoration: none;
  font-size: 1.2rem;
}

.category-shugiin {
  color: #fff;
  padding: 2px 25px 2px 25px;
  background-color: #16b6cd;
  text-decoration: none;
  font-size: 1.2rem;
}
/*------------------------------------------------------------------------------
  詳細はこちら
------------------------------------------------------------------------------*/
.about-news {
  color: #fff;
  padding: 10px 42px 11px 27px;
  background-color: #ed6d1e !important;
  text-decoration: none;
  font-size: 1.4rem;
  background: url(../img/common/arrow01.png) no-repeat;
  background-position: 125px 9px;
  background-size: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

/*------------------------------------------------------------------------------
  pagenation
------------------------------------------------------------------------------*/
.page-nation {
  width:23%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.page-nation li {
  display: inline-block;
}

.page-nation .one {
  float:left;
}

.page-nation .three {
  float: right;
}

.next-link {
  float: right;
  margin-top: -33px;
}

/*------------------------------------------------------------------------------
  archive
------------------------------------------------------------------------------*/
.archive-ul .count {
  float: right;
  padding-top: 16px;
}

/*------------------------------------------------------------------------------
  次のページ
------------------------------------------------------------------------------*/
.number-on {
  color: #fff;
  background-color: #143991;
  text-decoration: none;
  font-size: 1.3rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: 500;
  line-height: 40px;
  width: 40px;
}

.number-off {
  color: #143991;
  background-color: #FFF;
  border: 1px #143991 solid;
  font-size: 1.3rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: 500;
  line-height: 38px;
  width: 38px;
}

.nextten {
  color: #143991;
  background-color: #FFF;
  border: 1px #143991 solid;
  font-size: 1.4rem;
  font-weight: 500;
  background: url(../img/common/arrow02.png) no-repeat;
  background-position: 140px 13px;
  background-size: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: -7px 0 0 0;
  line-height: 38px;
  width: 170px;
  text-align: center;
}

.clea-h3 {
  clear: both;
}
/*------------------------------------------------------------------------------
  br
------------------------------------------------------------------------------*/
.sp-br {
  display: none;
}

.sp-txt {
  display: none;
}

/*------------------------------------------------------------------------------
  paging-area
------------------------------------------------------------------------------*/
.paging-area {
  clear: both;
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}

.paging-area .page-numbers {
  border: 1px solid #143991;
  border-radius: 2px;
  color: #143991;
  display: inline-block;
  height: 40px;
  line-height: 41px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}

.paging-area .page-numbers.next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  text-indent: -10px;
  top: 0;
  width: auto;
}
.paging-area .page-numbers.next:before {
  background: url(../img/common/arrow02.png) no-repeat;
  background-size: 6px;
  bottom: -100%;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: -100%;
  width: 6px;
}

.paging-area .page-numbers.prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: auto;
}
.paging-area .page-numbers.prev:before {
  background: url(../img/common/arrow06.png) no-repeat;
  background-size: 6px;
  bottom: -100%;
  content: "";
  height: 10px;
  left: 10px;
  margin: auto;
  position: absolute;
  top: -100%;
  width: 6px;
}

.paging-area .page-numbers.current {
  background: #143991;
  color: #fff;
}

.paging-area .page-numbers.prev.has-link,
.paging-area .page-numbers.next.has-link {
  padding: 0;
}
.paging-area .page-numbers.prev.has-link:before,
.paging-area .page-numbers.next.has-link:before {
  background: none;
  height: 0;
  width: 0;
}

.paging-area .page-numbers.has-link a {
  color: #143991;
  display: block;
  font-weight: bold;
  height: 100%;
  padding: 0 40px;
  position: relative;
}
.paging-area .page-numbers.next.has-link a:before {
  background: url(../img/common/arrow02.png) no-repeat;
  background-size: 6px;
  bottom: -100%;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: -100%;
  width: 6px;
}
.paging-area .page-numbers.prev.has-link a:before {
  background: url(../img/common/arrow06.png) no-repeat;
  background-size: 6px;
  bottom: -100%;
  content: "";
  height: 10px;
  left: 10px;
  margin: auto;
  position: absolute;
  top: -100%;
  width: 6px;
}


.paging-area .page-numbers.list {
  font-weight: bold;
  width: 160px;
}

@media screen and (min-width: 641px) {
  .paging-area .page-numbers:hover {
    background: #143991;
    color: #fff;
    opacity: 1;
  }
  .paging-area .page-numbers.next:hover:before {
    background: url(../img/common/arrow04.png) no-repeat;
    background-size: 6px;
  }
  .paging-area .page-numbers.prev:hover:before {
    background: url(../img/common/arrow10.png) no-repeat;
    background-size: 6px;
  }
  .paging-area .page-numbers.next.has-link:hover:before,
  .paging-area .page-numbers.prev.has-link:hover:before {
    background: none;
  }
  .paging-area .page-numbers.has-link a:hover {
    background: #143991;
    color: #fff;
    opacity: 1;
  }
  .paging-area .page-numbers.next.has-link a:hover:before {
    background: url(../img/common/arrow04.png) no-repeat;
    background-size: 6px;
  }
  .paging-area .page-numbers.prev.has-link a:hover:before {
    background: url(../img/common/arrow10.png) no-repeat;
    background-size: 6px;
  }
}


.search #wrapper .link-txt {
  float: none;
  width: 960px;
}

.search #wrapper .link-date {
  float: right;
}

.search #wrapper .link-img {
  float: left;
  margin: 0 20px 5px 0;
  width: 160px;
}


.text-center {
  text-align: center;
}


/*------------------------------------------------------------------------------
  jtuのcssコピー（社会貢献活動の記事関連）
------------------------------------------------------------------------------*/
.hyou {
	margin-top:6px;
	}
	
.hyou th{
	font-weight:bold;
	font-size:93%;
	line-height:1.4;
	padding:6px;
	background-color:#eee;
	border-collapse:collapse;
	border:1px solid #bbb;
	}
.hyou td{
	font-size:93%;
	line-height:1.4;
	padding:6px;
	border-collapse:collapse;
	border:1px solid #bbb;
	}

.hyou p{
	line-height:1.4;
	margin-bottom:6px;
	padding:0;
	text-indent:0;
	}

/*------------------------------------------------------------------------------
  投稿記事内リンク色対応_180309
------------------------------------------------------------------------------*/
.single .main-block p a {
  color: #143991;
  text-decoration: underline;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.header-top:after,
.pre-nav-ul:after,
.btn-ul:after,
.nav-box:after,
.list-nav-ul:after,
.sitelink-ul:after,
.link-ul:after,
.foot-navi-ul:after,
.btm-nav-ul:after,
.bread-ul:after,
.main-block:after,
.contents-menu-ul:after,
.link-box:after,
.single-txt:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
