@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*================================================================
 site_default
================================================================*/
/*================================================================
 common_style
================================================================*/
.allWrap {
  position: relative;
  padding-top: 3px;
  overflow: hidden;
}
.allWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2d287f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMjg3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFmZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #2d287f 0%, #00afe5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2d287f 0%, #00afe5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2d287f 0%, #00afe5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d287f', endColorstr='#00afe5',GradientType=1 );
  /* IE6-8 */
}

.site-header {
  position: relative;
  padding-top: 21px;
  padding-bottom: 19px;
}
.site-header h1 {
  padding-top: 0;
  width: 80.15625%;
}
.site-header .head-links {
  display: none;
}
.site-header .other-links {
  display: none;
}
.site-header .languege {
  display: none;
}

.global-navi {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  margin-left: 0;
  padding-left: 0;
  padding-top: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  height: auto;
  line-height: 1.5;
  z-index: 10000;
}
.global-navi ul {
  border-top: 1px dashed #000;
}
.global-navi li {
  display: block;
  border-bottom: 1px dashed #000;
  line-height: 56px;
  font-size: 14px;
  color: #000;
  font-size: 12px;
  text-align: center;
}
.global-navi li a {
  color: #000;
}
.global-navi li:before {
  content: "";
}
.global-navi li:first-child:before {
  content: "";
}
.global-navi .contact {
  background: #2d287f;
}
.global-navi .contact a {
  color: #fff;
}
.global-navi .contact,
.global-navi .languege-navi {
  border: none;
}
.global-navi .languege {
  margin: 16px auto;
  width: 66px;
  height: 25px;
  background: #8b8b8b;
}
.global-navi .languege img {
  vertical-align: middle;
}
.global-navi .languege a {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 25px;
}
.global-navi .languege a.current {
  pointer-events: none;
  background: #ff9700;
}
.global-navi .languege a.current:hover {
  pointer-events: none;
}
.global-navi .layer {
  display: none !important;
}

.common-headline01 {
  margin-bottom: 15px;
  padding: 12px 0;
  border-top: 4px solid #2d287f;
  border-bottom: 1px solid #000000;
  font-size: 17px;
  letter-spacing: 0.09em;
}

.page-top {
  margin: 40px auto 30px;
  text-align: center;
}
.page-top a {
  display: inline-block;
  padding-top: 29px;
  background: url(../img/common/arrow01.png) no-repeat top center;
  background-size: 18px;
  color: #000;
  font-size: 12px;
}

.menu-button {
  position: fixed;
  top: 20px;
  right: 12px;
  padding: 4px;
  width: 20px;
  height: 20px;
  z-index: 20000;
}
.menu-button span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
}
.menu-button span.cond01 {
  top: 4px;
  right: 4px;
  transform: rotate(0deg);
}
.menu-button span.cond02 {
  top: 13px;
  right: 4px;
  transform: rotate(0deg);
}
.menu-button span.cond03 {
  top: 23px;
  right: 4px;
  transform: rotate(0deg);
}

.open.menu-button span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
}
.open.menu-button span.cond01 {
  width: 30px;
  top: 9px;
  right: 2px;
  transform: rotate(45deg);
}
.open.menu-button span.cond02 {
  width: 0;
  top: 9px;
  right: 2px;
  transform: rotate(0deg);
}
.open.menu-button span.cond03 {
  width: 30px;
  top: 9px;
  right: 2px;
  transform: rotate(-45deg);
}

.site-footer {
  position: relative;
  padding: 28px 0 22px;
  background: url(../img/common/bg-footer.png);
}
.site-footer .wrap {
  position: relative;
}
.site-footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #2d287f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMjg3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFmZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #2d287f 0%, #00afe5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2d287f 0%, #00afe5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2d287f 0%, #00afe5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d287f', endColorstr='#00afe5',GradientType=1 );
  /* IE6-8 */
}
.site-footer .organizer {
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.site-footer .organizer-address {
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.site-footer .copyright {
  font-size: 10px;
}
.site-footer .footer-links {
  position: static;
}
.site-footer .footer-links li {
  float: left;
  margin-right: 12px;
  margin-bottom: 9px;
}
.site-footer .footer-links li img {
  width: auto;
  height: 24px;
}
.site-footer .footer-links li.cond01 {
  padding-top: 4px;
}
.site-footer .footer-links li.cond02 img {
  width: auto;
  height: 28px;
}
.site-footer .footer-links li:last-child {
  margin-right: 0;
}

.sectionTitle01 {
  margin-bottom: 25px;
  padding-bottom: 12px;
  font-size: 16px;
}

.sectionTitle02 {
  margin-bottom: 40px;
  padding-left: 15px;
  font-size: 15px;
}
.sectionTitle02:before {
  margin-top: -10px;
  width: 5px;
  height: 20px;
}

.annotation {
  font-size: 10px;
}

/*================================================================
 top_style
================================================================*/
#top .mainvisual {
  padding-bottom: 0;
  position: relative;
  padding-bottom: 0;
}
#top .mainvisual .wrap {
  width: 100%;
}
#top .mainvisual .visual {
  position: relative;
  z-index: 2;
  position: relative;
}
#top .mainvisual .catch {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 90%;
}
#top .mainvisual .text {
  position: relative;
  z-index: 2;
  padding: 30px 3% 45px;
  background: url(../img/top/bg01-sp.png) no-repeat bottom;
  background-size: cover;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
#top .mainvisual .bg {
  display: none;
}
#top .container {
  position: relative;
  margin-top: 10px;
  z-index: 2;
}
#top .newsWrap {
  float: none;
  margin-bottom: 62px;
  width: auto;
}
#top .newsWrap .news-area {
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  height: auto;
  overflow: auto;
}
#top .newsWrap .scroll-bar {
  display: none;
}
#top .newsWrap .news-lists li {
  margin-bottom: 15px;
}
#top .newsWrap .news-lists li.new:before {
  width: 45px;
  height: 18px;
  line-height: 20px;
  font-size: 11px;
}
#top .newsWrap .news-lists li.new span.time {
  padding-left: 55px;
}
#top .newsWrap .news-lists li span {
  font-size: 13px;
}
#top .content-links {
  float: none;
  margin-bottom: 64px;
  width: auto;
}
#top .content-links li {
  position: relative;
  margin-bottom: 20px;
}
#top .content-links li a {
  color: #fff;
}
#top .content-links li span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5%;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
#top .content-links .notice {
  padding: 18px;
  border: 4px solid #213491;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #213491;
}
#top .content-links .notice a {
  color: #213491;
}
#top .banners {
  padding-left: 0;
}
#top .banners.ja {
  padding-top: 0;
}
#top .banners.ja li {
  width: 49%;
}
#top .banners li {
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
  width: 49%;
}
#top .banners li:nth-child(4) {
  clear: none;
}
#top .banners li:nth-child(2n) {
  float: right;
}

/*================================================================
 lower_style
================================================================*/
.lower .mainvisual {
  margin-bottom: 30px;
  height: 125px;
}
.lower .mainvisual h2 {
  line-height: 125px;
  font-size: 16px;
}

/*================================================================
 about_style
================================================================*/
#about .pageTabs {
  padding-bottom: 35px;
}
#about .pageTabs ul {
  width: 230px;
  background-size: contain;
}
#about .pageTabs li {
  width: 100px;
  font-size: 12px;
}
#about .pageTabs li.current {
  font-size: 15px;
}
#about .pageTabs li a {
  padding: 8px 0 7px;
}
#about .pageTabs li:last-child {
  top: 6px;
  width: 130px;
}
#about .pageTabs li:last-child a {
  padding: 6px 0;
}
#about .sections {
  padding-bottom: 40px;
}
#about .sections p {
  max-width: none;
}
#about .sections .lead {
  line-height: 1.7;
  font-size: 12px;
}
#about .sections .annotation {
  line-height: 1.7;
}
#about .sections dl {
  max-width: none;
}
#about .sections dt {
  margin-bottom: 15px;
  font-size: 14px;
}
#about .sections dd {
  line-height: 2;
  font-size: 12px;
}
#about .section03 .annotation {
  padding-bottom: 25px;
}
#about .section03 dd:first-of-type {
  padding-bottom: 8px;
}
#about .section03 dd:nth-of-type(2) {
  padding-bottom: 20px;
}
#about .section03 dd:last-of-type {
  padding: 0;
  line-height: 1.7;
}
#about.activity .pageTabs li {
  width: 170px;
}
#about.activity .pageTabs li a {
  display: block;
  position: relative;
  padding: 13px 0 12px;
  color: #fff;
}
#about.activity .pageTabs li:first-child {
  top: 6px;
  width: 100px;
}
#about.activity .pageTabs li:first-child a {
  padding: 6px 25px 6px 0;
}
#about.activity .pageTabs li:last-child {
  top: 0;
  width: 130px;
}
#about.activity .pageTabs li:last-child a {
  padding: 8px 30px 7px 0;
}
#about.activity .sections .lead:first-of-type {
  padding-bottom: 20px;
}
#about.activity .sections dl {
  padding-bottom: 20px;
}
#about.activity .sections dd {
  line-height: 1.7;
  font-size: 12px;
  text-indent: 1em;
}
#about.activity .sections dd:nth-of-type(2) {
  padding-top: 15px;
}

.en #about .contents {
  letter-spacing: 0;
}
.en #about .section03 dd:last-of-type {
  font-size: 11px;
}
.en #about .pageTabs ul {
  width: 270px;
  background-size: contain;
}
.en #about .pageTabs li {
  padding-left: 5px;
  width: 140px;
  font-size: 12px;
}
.en #about .pageTabs li:last-child {
  padding-left: 0px;
  top: 5px;
  width: 120px;
}
.en #about.activity .pageTabs ul {
  background-size: contain;
}
.en #about.activity .pageTabs li:first-child {
  top: 3px;
  width: 140px;
}

/*================================================================
 staff_style
================================================================*/
#staff .pageTabs {
  width: auto;
}
#staff .pageTabs ul {
  display: inline-block;
  width: 300px;
  background-size: contain;
}
#staff .pageTabs li {
  width: 100px;
  font-size: 12px;
}
#staff .pageTabs li.current {
  font-size: 15px;
}
#staff .pageTabs li.current a {
  pointer-events: none;
}
#staff .pageTabs li a {
  padding: 7px 20px 7px 0;
}
#staff .pageTabs li:last-child {
  top: 5px;
  width: 200px;
}
#staff .pageTabs li:last-child a {
  padding: 6px 0;
}
#staff .main {
  padding: 40px 0 30px;
}
#staff .main .lead {
  max-width: none;
  line-height: 1.7;
  font-size: 12px;
}
#staff .main .people p {
  line-height: 1.7;
  font-size: 12px;
}
#staff .main .people p .name {
  padding-top: 15px;
  font-size: 15px;
}
#staff.organization .pageTabs {
  padding-bottom: 40px;
}
#staff.organization .pageTabs ul {
  width: 300px;
  background-size: contain;
}
#staff.organization .pageTabs li a {
  display: block;
  position: relative;
  padding: 13px 0 12px;
  color: #fff;
}
#staff.organization .pageTabs li:first-child {
  top: 4px;
  width: 95px;
}
#staff.organization .pageTabs li:first-child a {
  padding: 6px 40px 5px 0;
}
#staff.organization .pageTabs li:last-child {
  top: 0;
  width: 205px;
}
#staff.organization .pageTabs li:last-child a {
  padding: 7px 30px 6px 0;
}
#staff.organization .main {
  width: auto;
  background: none;
}
#staff.organization .main h3 {
  margin: 0 auto 25px;
  width: 94%;
}
#staff.organization .main table th,
#staff.organization .main table td {
  padding: 10px;
  font-size: 10px;
}
#staff.organization .main table th {
  width: 30%;
}
#staff.organization .main table th:nth-of-type(2) {
  width: 20%;
}
#staff.organization .main table th:last-of-type {
  width: 50%;
}

.en #staff .pageTabs {
  width: auto;
}
.en #staff .pageTabs ul {
  width: 300px;
  background-size: contain;
}
.en #staff .pageTabs li {
  width: 125px;
}
.en #staff .pageTabs li a {
  padding: 11px 20px 10px 0;
}
.en #staff .pageTabs li:last-child {
  top: 6px;
  width: 175px;
}
.en #staff .pageTabs li:last-child a {
  padding: 9px 0;
}
.en #staff.organization .pageTabs {
  padding-bottom: 40px;
}
.en #staff.organization .pageTabs ul {
  width: 300px;
}
.en #staff.organization .pageTabs li a {
  padding: 13px 0 12px;
}
.en #staff.organization .pageTabs li:first-child {
  top: 6px;
  width: 125px;
}
.en #staff.organization .pageTabs li:first-child a {
  padding: 9px 25px 9px 0;
}
.en #staff.organization .pageTabs li:last-child {
  top: 0;
  width: 175px;
}
.en #staff.organization .pageTabs li:last-child a {
  padding: 11px 30px 10px 0;
}
.en #staff.organization .main {
  padding: 0;
}
.en #staff.organization .main table th {
  width: 30%;
}
.en #staff.organization .main table th:last-of-type {
  width: 70%;
}

/*================================================================
 access_style
================================================================*/
#access .section01 {
  padding-bottom: 40px;
}
#access .section01 p {
  max-width: none;
  padding-bottom: 15px;
  line-height: 1.7;
  font-size: 12px;
}
#access .section02 dl {
  padding: 0 0 30px 50px;
  max-width: none;
}
#access .section02 dl:before {
  width: 36px;
  height: 36px;
  background-size: contain;
}
#access .section02 dl:nth-of-type(2):before {
  height: 21px;
}
#access .section02 dl:last-of-type {
  padding-bottom: 30px;
}
#access .section02 dl:last-of-type:before {
  height: 18px;
}
#access .section02 dt,
#access .section02 dd {
  line-height: 1.7;
}
#access .section02 dt {
  font-size: 14px;
}
#access .section02 dd {
  padding-bottom: 10px;
  font-size: 12px;
}
#access .section02 .image01 {
  padding-bottom: 20px;
}

/*================================================================
 news_style
================================================================*/
#news .main .inner {
  width: 100%;
}
#news .main .inner h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #2d287f;
}
#news .main .inner h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #2d287f;
}
#news .main .inner h3:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 3px;
  height: 3px;
  background: #ce0c19;
}
#news .main .inner h4 {
  line-height: 1.7;
  font-size: 16px;
}
#news .main .inner p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 12px;
}
#news .main .inner ul {
  margin-bottom: 15px;
}
#news .main .inner ul li {
  line-height: 1.7;
  font-size: 12px;
}
#news .main .article-lists li {
  margin-bottom: 15px;
}
#news .main .article-lists li.new:before {
  width: 45px;
  height: 18px;
  line-height: 20px;
  font-size: 11px;
}
#news .main .article-lists li.new span.time {
  padding-left: 55px;
}
#news .main .article-lists li span {
  font-size: 13px;
}
#news.archive .main {
  padding-top: 50px;
}

/*================================================================
 links_style
================================================================*/
#links .contents {
  padding-top: 50px;
}
#links .linkList {
  max-width: none;
}
#links .linkList li {
  margin-bottom: 25px;
  padding-left: 12px;
  font-size: 13px;
}
#links .linkList li:before {
  top: 5px;
}
#links .linkList li a {
  margin-top: 8px;
}

/*================================================================
 contact_style
================================================================*/
#contact {
  max-width: none;
}
#contact .contents {
  padding-top: 50px;
}
#contact form .inputList li {
  padding-bottom: 30px;
}
#contact form .inputList li dl {
  font-size: 14px;
}
#contact form .inputList li dt,
#contact form .inputList li dd {
  float: none;
  clear: both;
  width: auto;
}
#contact form .inputList li dt {
  padding-bottom: 10px;
}
#contact form .inputList li .alphanumeric {
  font-size: 12px;
}
#contact form .inputList li label {
  display: block;
  padding-left: 22px;
  text-indent: -22px;
  line-height: 1.3;
}
#contact form .inputList li input,
#contact form .inputList li textarea {
  font-size: 14px;
}
#contact form .inputList li input[type="radio"] {
  margin: 0 8px 0 0;
  width: 14px;
  height: 14px;
}
#contact form .inputList li input[type="text"],
#contact form .inputList li input[type="tel"],
#contact form .inputList li input[type="email"] {
  width: 100%;
}
#contact form .inputList li textarea {
  width: 100%;
}
#contact form .inputList li:not(:first-child) dt label {
  line-height: 1;
}
#contact form .inputList li .error {
  font-size: 13px;
}
#contact form input[type="submit"] {
  margin: 50px auto 20px;
}
#contact form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact form .annotation {
  font-size: 12px;
}

/*================================================================
 sitemap_style
================================================================*/
#sitemap .contents {
  padding-top: 50px;
}
#sitemap .linkList {
  max-width: none;
}
#sitemap .linkList li {
  padding-bottom: 30px;
}
#sitemap .linkList li a {
  font-size: 13px;
}

/*# sourceMappingURL=smartphone.css.map */
