@charset "UTF-8";
.fp-slide, nav ul li {
  float: left;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.btn--theme-color{
  display: inline-block;
  padding: 1em 2em;
  min-width: 240px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background: #008cca;
  color: #fff;
}

.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow span {
  width: 120px;
  height: 66px;
  background-size: contain;
  position: absolute;
  color: transparent;
  font: 0/0 a;
  top: -77px;
  left: -35px;
  display: none;
  display: block;
}

.fp-controlArrow.fp-prev {
  left: 96px;
  background: url(../images/common/btn_slide_prev_b.png) no-repeat;
  background-size: 50px 50px;
}

.fp-controlArrow.fp-next {
  right: 96px;
  background: url(../images/common/btn_slide_next_b.png) no-repeat;
  background-size: 50px 50px;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 19px;
  height: 19px;
  margin: 7px;
  position: relative;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background: #148ff3;
  border: 1px solid #007acb;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  height: 17px;
  width: 17px;
  border: 1px solid #CCC;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -6px 0 0 -6px;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

nav ul li, nav ul li a {
  width: 192px;
  height: 60px;
  padding: 0;
  display: block;
}

body, nav, section {
  width: 100%;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #333;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #111;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  background: #FFF;
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

body {
  background-color: #FFF;
}

a {
  text-decoration: none;
  color: #008cca;
}

a:hover {
  opacity: .6;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
a:visited {
  text-decoration: none;
}

nav {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url(../images/common/bg_nav.png);
  background-size: 100% 60px;
  z-index: 255;
}

nav ul {
  width: 1152px;
  display: block;
  vertical-align: top;
  font-size: 22px;
  line-height: 1.25em;
  margin: 0 auto;
  padding: 0;
}

nav ul li {
  vertical-align: top;
  margin: 0;
}

nav ul li a {
  font: 0/0 a;
  color: transparent;
  background-image: url(../images/common/nav_v2.jpg);
  background-size: 600% 200%;
}

nav ul li a.section_1 {
  background-position: 0 0;
}

nav ul li a.section_1.active, nav ul li a.section_1:hover {
  background-position: 0 100%;
}

nav ul li a.section_2 {
  background-position: 20% 0;
}

nav ul li a.section_2.active, nav ul li a.section_2:hover {
  background-position: 20% 100%;
}

nav ul li a.section_3 {
  background-position: 40% 0;
}

nav ul li a.section_3.active, nav ul li a.section_3:hover {
  background-position: 40% 100%;
}

nav ul li a.section_4 {
  background-position: 60% 0;
}

nav ul li a.section_4.active, nav ul li a.section_4:hover {
  background-position: 60% 100%;
}

nav ul li a.section_5 {
  background-position: 80% 0;
}

nav ul li a.section_5.active, nav ul li a.section_5:hover {
  background-position: 80% 100%;
}

nav ul li a.section_6 {
  background-position: 100% 0;
}

nav ul li a.section_6.active, nav ul li a.section_6:hover {
  background-position: 100% 100%;
}

nav ul li a:hover {
  opacity: 1;
}

nav ul li.disable {
  opacity: .4;
}

section.section_main {
  position: relative;
  background-image: url(../images/section_main/dot.png), url(../images/section_main/foto.jpg);
  background-size: 4px 4px,cover;
  background-repeat: repeat;
}

section.section_main .header {
  width: 960px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 60;
}

section.section_main .header a.logo {
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  background-image: url(../images/common/asumatch.png);
  background-size: cover;
  width: 360px;
  height: 59.5px;
  font: 0/0 a;
  color: transparent;
}

section.section_main .header a.company {
  position: absolute;
  display: block;
  font-size: 14px;
  color: #FFF;
  text-decoration: underline;
  text-align: center;
    left: 726px;
  top: 90px;
  background: url(../images/section_main/icon_target_blank.png) center right no-repeat;
  background-size: 11px 11px;
  padding-right: 20px;
}

section.section_main .header a.contact {
  position: absolute;
  display: block;
  font-size: 14px;
  color: #FFF;
  text-decoration: underline;
  text-align: center;
  right: 10px;
  top: 90px;
  background: url(../images/section_main/icon_target_blank.png) center right no-repeat;
  background-size: 11px 11px;
  padding-right: 20px;
}

section.section_main .header a.btn_register {
  position: absolute;
  top: 36.5px;
  right: 0;
  display: block;
  width: 245px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 13px;
  color: #FFF;
  background: #1c8bee;
  border: 1px solid #007acb;
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #2486e8 0, #09f 100%);
  background-image: -webkit-linear-gradient(90deg, #2486e8 0, #09f 100%);
  background-image: -ms-linear-gradient(90deg, #2486e8 0, #09f 100%);
}

section.section_main .header a.btn_register span {
  padding-right: 20px;
  background: url(../images/section_main/icon_target_blank.png) center right no-repeat;
  background-size: 11px 11px;
}

.sns-nav{
  position: absolute;
  top: 40px;
  right: 245px;
}
.sns-nav .nav__unit{
  display: inline-block;
  margin: 0 18px 0 0;
}
.sns-nav .nav__unit .sns-icon{
  display: block;
  width: 35px;
}

section.section_main .contents {
  text-align: center;
  padding-top: 80px;
}

section.section_main .contents img.main {
  text-align: center;
  margin: 0 auto 10px;
  width: 460px;
  height: auto;
}

section.section_main .contents .news {
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
  width: 650px;
  margin: 0 auto;
  height: auto;
  max-height: auto;
}

section.section_main .contents .news .title{
  border-bottom: 1px dotted;
  text-align: center;
  font-family: Roboto, "Helvetica Neue",Helvetica,Arial,Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  padding-bottom: .5em;
}

section.section_main .contents .news .news-container{
}
.news__more-btn{
  margin: 20px auto 0;
  display: block;
  width: 240px;
}

section.section_main .contents .news .article {
  display: block;
  border-width: 1px;
  padding: 7px 0;
  border-style: none none dotted dotted;
  border-color: transparent transparent #FFF;
}

section.section_main .contents .news .article p {
  display: inline-block;
  color: #FFF;
}

section.section_main .contents .news .article p.date {
  width: 67.5px;
  margin-right: 14px;
}

section.section_main .contents .news .article p.type {
  font-size: 10px;
  line-height: 20px;
  border-radius: 2px;
  width: 77.5px;
  height: 20px;
  margin-right: 14px;
  text-align: center;
}

section.section_main .contents .news .article p.type.info {
  background-color: #008cca;
}

section.section_main .contents .news .article p.type.report {
  background-color: #693;
}

section.section_main .contents .news .article p.text {
  font-size: 12px;
  vertical-align: top;
  width: 455px;
}

section.section_main .contents .news .article p.text a {
  color: #FFF;
}

section.section_main .contents .news .article p.text a:hover {
  text-decoration: underline;
  opacity: 1;
}

section.section_1 {
  color: #FFF;
  background-color: #414141;
  background-image: url(../images/section_1/foto.jpg);
  background-size: cover;
  text-align: center;
}

section.section_1 h1 {
  margin: 0 0 34px;
}

section.section_1 p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 24px 0;
}

section.section_1 img.text_1 {
  width: 890px;
  height: 112.5px;
}

section.section_1 img.alert {
  width: 67px;
  height: 57.5px;
}

section.section_1 img.text_2 {
  width: 524.5px;
  height: 99.5px;
}

section.section_2 {
  background-color: #fff;
  color: #008cca;
}

section.section_2 h1 {
  margin-top: 60px;
}

section.section_2 img.figure {
  width: 844px;
  height: 199px;
  display: block;
  margin: 40px auto 0;
}

section.section_2 img.description {
  width: 872px;
  height: 152px;
  display: block;
  margin: 50px auto 0;
}

section.section_3 {
  background-color: #080808;
  background-image: url(../images/section_3/foto.jpg);
  background-size: cover;
  color: #FFF;
}

section.section_3 .slide_1 {
  font-size: 0;
  text-align: center;
}

section.section_3 .slide_1 h1 {
  margin-top: 44px;
}

section.section_3 .slide_1 p.lead {
  margin-top: 16px;
}

section.section_3 .slide_1 .article {
  display: inline-block;
  vertical-align: top;
  margin: 24px 0 0;
  padding: 0;
}

section.section_3 .slide_1 .article h2 {
  font-size: 21px;
  text-align: center;
  margin: 0 0 32px;
}

section.section_3 .slide_1 .article.cnts_school {
  width: 534px;
  box-sizing: border-box;
  padding-right: 24px;
}

section.section_3 .slide_1 .article.cnts_school img {
  text-align: left;
  display: block;
  width: 534px;
  height: 266px;
  padding-right: 24px;
  border-right: 1px solid #FFF;
}

section.section_3 .slide_1 .article.cnts_event {
  width: 363px;
}

section.section_3 .slide_1 .article.cnts_event img {
  text-align: left;
  width: 315px;
  height: 266px;
}

section.section_3 .slide_1 strong {
  display: block;
  font-size: 24px;
  line-height: 29px;
  margin-top: 39px;
}

section.section_3 .slide_2 {
  margin: 0 auto;
  text-align: center;
}

section.section_3 .slide_2 h1 {
  margin-top: 44px;
}

section.section_3 .slide_2 .article {
  width: 200px;
  display: inline-block;
  margin: 65px 28px 0;
}

section.section_3 .slide_2 .article h2 {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

section.section_3 .slide_2 .article img {
  width: 200px;
  height: 200px;
  margin: 27px 0 31px;
}

section.section_3 .slide_2 .article p {
  font-size: 14px;
  color: #fff;
  line-height: 1.286em;
  text-align: center;
}

section.section_3 .slide_2 strong {
  display: block;
  font-size: 23px;
  line-height: 29px;
  margin-top: 37px;
}

.modal .photo, .modal .text, section.section_4 .slide_1 .image, section.section_4 .slide_1 .text {
  display: inline-block;
}

section.section_3 .fp-prev span {
  background-image: url(../images/section_3/prev.png);
}

section.section_3 .fp-next span {
  background-image: url(../images/section_3/next.png);
}

section.section_4 {
  background-color: #fff;
  color: #333;
}

section.section_4 .slide_1 h1 {
  margin-top: 16px;
  margin-bottom: 59px;
  color: #333;
}

section.section_4 .slide_1 .text {
  width: 365px;
}

section.section_4 .slide_1 .text p {
  font-size: 14px;
  color: #333;
  line-height: 1.714em;
  text-align: left;
}

section.section_4 .slide_1 .text img.gfx {
  width: 360px;
  height: 177.5px;
  margin: 22px 0;
}

section.section_4 .slide_1 .image img.figure {
  width: 549px;
  height: 405px;
  margin-left: 40px;
}

section.section_4 .slide_2 {
  text-align: center;
}

section.section_4 .slide_2 h1 {
  margin-bottom: 30px;
  color: #666;
}

section.section_4 .slide_2 p {
  font-size: 14px;
  color: #666;
  line-height: 1.571;
  text-align: center;
}

section.section_4 .slide_2 h2 {
  width: 891px;
  font-size: 18px;
  font-weight: 700;
  color: #666;
  line-height: 1.333;
  text-align: left;
  margin: 48px auto 24px;
}

section.section_4 .slide_2 img {
  width: 891px;
  height: 260px;
  margin: 0 auto;
}

section.section_4 .fp-prev span {
  background-image: url(../images/section_4/prev.png);
}

section.section_4 .fp-next span {
  background-image: url(../images/section_4/next.png);
}

section.section_5 {
  background-color: #eee;
  color: #666;
}

section.section_5 .slide_1{
  overflow: hidden;
}

section.section_5 .slide_1, section.section_5 .slide {
  text-align: left;
  font-size: 0;
}

section.section_5 .slide_1 .contents_inner, section.section_5 .slide .contents_inner {
  width: 890px;
}

section.section_5 .slide_1 h1, section.section_5 .slide h1 {
  margin-bottom: 9px;
  margin-top: 54px;
}

section.section_5 .slide_1 p.lead, section.section_5 .slide p.lead {
  margin-bottom: 13px;
}

section.section_5 .slide_1 .person, section.section_5 .slide .person {
  width: 160px;
  display: inline-block;
  margin: 17px 9px 0;
  vertical-align: top;
}

section.section_5 .slide_1 .person:hover, section.section_5 .slide .person:hover {
  cursor: pointer;
}

section.section_5 .slide_1 .person p.category, section.section_5 .slide .person p.category {
  border-radius: 2px 2px 0 0;
  background-color: #008cca;
  width: 160px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

section.section_5 .slide .person.female p.category, .modal.female .photo p.category{
  background-color: lightpink;
}

section.section_5 .slide_1 .person img, section.section_5 .slide .person img {
  border-radius: 0 0 4px 4px;
  width: 160px;
  height: 121px;
  margin-bottom: 9px;
}
section.section_5 .slide_1 .person img.business, section.section_5 .slide .person img.business {
  height: 125px;
}

section.section_5 .slide_1 .person p.name, section.section_5 .slide .person p.name {
  font-size: 12px;
  color: #666;
  line-height: 1.333;
  text-align: center;
}
section.section_5 .slide a.forcus{
  width: 230px;
  margin: 17px auto 0 auto;
  display: block;
}
section.section_5 .slide a.forcus img{
  width: 230px;
  height: 180px !important;
}
section.section_5 .slide .person {
    margin: 17px 9px 0;
}
/*section.section_5 .fp-prev span {
  background-image: url(../images/section_5/prev.png);
}

section.section_5 .fp-next span {
  background-image: url(../images/section_5/next.png);
}*/

section.section_5 .slide_1 .person.geneki{
  width: 278px;
}
section.section_5 .slide_1 .person.geneki .category{
  width: 100%;
}
section.section_5 .slide_1 .person.geneki img{
  width: 100%;
  height: 210px;
}

section.section_5 .nav_5_1 {
  background-image: url(../images/section_5/nav_5_1.png);
}
section.section_5 .nav_5_2 {
  background-image: url(../images/section_5/nav_5_2.png);
}
section.section_5 .nav_5_3 {
  background-image: url(../images/section_5/nav_5_3.png);
}

section.section_6 {
  background-color: #fff;
}

section.section_6 h1 {
  margin-top: 60px;
  margin-bottom: 30px;
}

ul.section_6_list{
  text-align: center;
  width: 980px;
  margin: 0 auto;
}
ul.section_6_operation{
  display: flex;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
}
ul.section_6_list:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
ul.section_6_list li{
  float: left;
  width: 25%;
  padding: 8px;
  box-sizing: border-box;
}
ul.section_6_operation li{
  float: left;
  width: 25%;
  padding: 8px;
  box-sizing: border-box;
}
ul.section_6_list li a, ul.section_6_operation li a{
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}
ul.section_6_list li a .inner, ul.section_6_operation li a .inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.section_6_list li img, ul.section_6_operation li img{
  max-width: 90%;
  max-height: 55px;
  display: block;
  margin: 0 auto;
}

.pocari{
  background: #0075c2;
}
.spomane{
  background: #c8161d;
}

.logo--soccerdigestweb{
  height: 30px;
}
.logo--USF, .logo--jfps{
  height: 37px;
}
.logo--minnade-ganbaro{
  height: 39px;
}

/*.logo--USF{
  height: 50px;
}
.logo--minnade-ganbaro{
  height: 50px;
}
.logo--co{
  height: 54px;
  margin: -4px 0;
}
.logo--molten{
  height: 54px;
  margin: -4px 0;
}
.logo--centerpole{
  height: 65px;
}
.logo--sy32{
  height: 60px;
}
.logo--mpandc{
  height: 50px;
  margin: 0 30px -8px 50px;
}
.logo--mediaflag{
  width: 226px;
  margin-bottom: -15px;
}
.logo--ATSU{
  width: 220px;
}
.logo--ATSU-field{
  height: 37px;
}
.logo--k9{
  width: 182px;
  margin-bottom: -10px;
}
.logo--yokomine-dairiten{
  width: 200px;
  margin-bottom: -10px;
}*/

section h1 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

section p.lead {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.modal {
  border-radius: 5px;
  background-color: #FFF;
  width: 788px;
  box-sizing: border-box;
  font-size: 0;
  padding: 25px 34px;
}

.modal .photo {
  width: 160px;
  margin-right: 20px;
}

.modal .photo p.category {
  border-radius: 2px;
  background-color: #008cca;
  width: 160px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 8px;
  text-align: center;
}

.modal .photo img {
  border-radius: 4px;
  width: 160px;
  height: 121px;
}

.modal .photo img.business {
  height: 125px;
}

.modal .text {
  width: 540px;
  vertical-align: top;
}

.modal .text p {
  width: 540px;
  padding: 0;
  font-size: 13px;
  line-height: 1.385em;
  color: #000;
  text-align: left;
  margin-bottom: 25px;
}

.contents {
  width: 960px;
  width: 100%;
  margin: 0 auto;
}

.contents .contents_inner {
  width: 960px;
  margin: 60px auto 0;
}

.btn_active {
  display: block !important;
}

.btn_disable {
  display: none !important;
}

.fp-prev {
  display: none;
}

.fp-next, header a.logo {
  display: block;
}

header {
  height: 108px;
  background: #FFF;
  border-bottom: 1px solid #e2e2e2;
}

header .contents {
  width: 890px;
}

header a.logo {
  position: absolute;
  top: 28px;
  background-image: url(../images/common/asumatch2.png);
  background-size: cover;
  width: 360px;
  height: 59.5px;
  font: 0/0 a;
  color: transparent;
}

header a.home {
  float: right;
  background: url(../images/common/icon_home.png) left center no-repeat;
  background-size: 18px 18px;
  padding: 0 0 0 22px;
  color: #008cca;
  font-size: 14px;
  text-decoration: underline;
  line-height: 108px;
}

article {
  background: #f8f8f8;
  padding-bottom: 77px;
}

article h1.title {
  display: block;
  text-align: center;
  height: 126px;
  line-height: 126px;
  font-size: 24px;
  font-weight: 700;
}

article .contents section {
  background: #FFF;
  width: 890px;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0;
}

article .contents section .date {
  width: 250px;
  display: inline-block;
}

article .contents section .date p {
  font-size: 16px;
  margin: 10px 0 0 50px;
  color: #008cca;
}

article .contents section .text {
  width: 590px;
  display: inline-block;
  vertical-align: top;
}

article .contents section .text h1 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
}

article .contents section .text p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

article .contents section table.company_info {
  width: 790px;
  border-collapse: collapse;
  margin: 0 auto;
}

article .contents section table.company_info tr {
  font-size: 14px;
  color: #666;
}

article .contents section table.company_info tr th {
  width: 22%;
  padding: 12px 0;
  text-align: center;
  vertical-align: top;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
}

article .contents section table.company_info tr td {
  padding: 12px 17px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

article .contents section h2 {
  background: url(../images/company/bg.png) left center no-repeat;
  background-size: 7px 30px;
  border-bottom: 4px solid #e9e9e9;
  font-size: 24px;
  color: #333;
  line-height: 1;
  padding: 16px 0 16px 25px;
  margin-bottom: 30px;
}

article .contents section .section_company {
  padding: 0 50px;
  margin: 40px 0 80px;
  font-size: 0;
}

article .contents section .section_company:first-child {
  margin: 0;
}

article .contents section .section_company p.lead {
  margin-bottom: 1.5em;
  color: #666;
}

article .contents section .section_company p {
  font-size: 14px;
  color: #333;
  line-height: 1.714;
  line-height: 24px;
}

article .contents section .section_company img.foto {
  float: right;
  margin: 0 0 30px 30px;
}

article .contents section .section_company img.name {
  display: block;
  margin-bottom: 25px;
}

article .contents section .section_company dl {
  display: inline-block;
  vertical-align: top;
}

article .contents section .section_company dl.line_0 {
  width: 190px;
}

article .contents section .section_company dl.line_1 {
  width: 320px;
}

article .contents section .section_company dl.line_2 {
  width: 280px;
}

article .contents section .section_company dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 0 0 .75em;
}

article .contents section .section_company dl dd {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin: 0 0 2em;
}

article .contents section .section_company dl dd span {
  display: block;
  font-size: 12px;
}

article .contents section .section_company dl dd .kamoshita {
  margin-top: 1em;
}

article .contents section .section_company .point_green {
  width: 345px;
  display: inline-block;
  vertical-align: top;
}

article .contents section .section_company .point_green img {
  display: block;
  margin: 20px 0 28px;
}

article .contents section .section_company .point_green strong {
  font-weight: 700;
}

article .contents section .section_company #map {
  display: inline-block;
  width: 445px;
  height: 330px;
}

footer {
  height: 195px;
  background: #333;
  text-align: center;
}

footer p {
  font-size: 12px;
  line-height: 195px;
  color: #ccc;
}
.pg {
  text-align: right;
}
.newstitle {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newstitle2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.newstitle3 {

  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.title2 {
  border:solid 5px #000;
  padding: 16px;
  margin-bottom: 26px;
  margin-bottom: 40px;
  margin-top: 40px;
  clear: both;
}
.title3 {
  border:solid 2px #000;
  padding: 16px;
 margin-bottom: 26px;
 margin-bottom: 40px;
 margin-top: 40px;
}
.pn {
  margin-bottom: 20px;
}
.pn2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.pn3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.kg {
  margin-right: 70px;
}
.press {
  float: left;
  overflow:hidden
}
.foot {
  text-align: center;
}
.foot2 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
