@charset "UTF-8";

/*
* break point
* - 1280px
* - 768px
*/

/* ================================================================

fonts

================================================================ */
/* noto sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ================================================================

reset

================================================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
p,time,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  line-height: 1.8;
}
ol,ul,dl,dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
article,nav,section,figure {
  display: block;
  margin: 0;
  padding: 0;
}
input,textarea,button,select {
  font-size: 100%;
  font-family: inherit;
  -webkit-box-shadow:none;
  box-shadow:none;
}
button {
  margin: 0;
  padding: 0;
}
table {
  border-spacing:0;
}
img {
  border:0;
  vertical-align:bottom;
}
/* ================================================================

base

================================================================ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}
body {
  color:#333;
  background:#fff;
  font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  line-height:1.5;
  min-width: 1280px;
}
body::before{
  content: '';
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #98c8e3;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  body::before{
    height: 3px;
  }
}
/* ================================================================
clearfix
================================================================ */
.clearfix:after{ content : ''; display : block; clear : both; }
/* ================================================================
common
================================================================ */
.wrap {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: auto;
  }
}
/* ================================================================
header
================================================================ */
.header {
  position: fixed;
  top: 6px;
  left: 0;
  z-index: 800;
  width: 100%;
  padding-left: 200px;
  background-color: #fff;
}
.header .header-wrap {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo,
.header-btn-menu {
  display: none;
}
.header h1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  border-left: 1px solid #ccc;
}
.header-nav li {
  border-right: 1px solid #ccc;
}
.header-nav li > a,
.header-nav li > span {
  display: block;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.header-nav li > a:hover,
.header-nav li > span:hover {
  color: #39c;
}
.header-nav li .mdi {
  font-size: 2.4rem;
}
.header-nav .header-nav-contact a {
  position: relative;
}
.header-nav .header-nav-contact a .dot-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding: 0 30px;
  left:0;
  top: 0;
}
.header-nav-contact a .dot-wrap span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #DD5E0F;
  border-radius: 50%;
}
.header-nav-search {
  position: relative;
}
.header-nav-search .close {
  display: none;
  position: absolute;
  top: -12px;
  bottom: -24px;
  left: 0;
  right: 0;
  height: auto;
  padding: 0;
  line-height: 72px;
  text-align: center;
  background-color: rgba(27,45,94,1);
  color: #fff !important;
}
.js-search-open .header-nav-search .close {
  display: block;
}
.header-nav-search .close .mdi {
  font-size: 40px;
}
.pc-dis-non {
  display: none;
}
@media screen and (max-width: 767px) {
  .header {
    top: 3px;
    width: 100%;
    padding-left: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  }
  .header .header-wrap {
    height: 45px;
  }
  .header-logo {
    display: block;
    margin: 0 auto;
  }
  .header-logo a {
    line-height: 1;
  }
  .header-logo img {
    width: 110px;
    height: auto;
  }
  .header-btn-menu {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2.4rem;
    text-align: center;
    color: #1B2D5E;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-search-open .header-btn-menu {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
    opacity: 0;
  }
  .header h1 {
    display: none;
  }
  .header-nav {
    margin-left: 0;
    border: 0;
  }
  .header-nav li > a,
  .header-nav li > span {
    padding: 0 12px;
    line-height: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  .header-nav li > a .mdi,
  .header-nav li > span .mdi {
    font-size: 2.0rem;
  }
  .header-nav .header-nav-event,
  .header-nav .header-nav-support,
  .header-nav .header-nav-contact {
    display: none;
  }
  .header-nav .header-nav-contact a .dot-wrap {
    top: -3px;
    padding: 0 12px;
  }
  .header-nav-contact a .dot-wrap span {
    width: 2px;
    height: 2px;
  }
  .header-nav .header-nav-search {
    border-right: none;
  }
  .header-nav-search {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-menu-open .header-nav-search {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
    opacity: 0;
  }
  .header-nav-search .close {
    top: 0;
    bottom: 0;
    line-height: 45px;
  }
  .header-nav-search .close .mdi {
    font-size: 2.0rem;
  }
  .pc-dis-non {
    display: block;
  }
  .sp-dis-non {
    display: none;
  }
}

/* ================================================================
search-form
================================================================ */
.search-form {
  display: none;
  position: fixed;
  z-index: 900;
  left: 200px;
  right: 0;
  top: 94px;
  bottom: 0;
  background-color: rgba(27,45,94,0.95);
  border-top: 6px solid rgba(27,45,94,1);
  overflow: hidden;
}
.search-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 188px;
}
.search-form-item {
  position: relative;
  color: #fff;
}
.search-form-item .mdi {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  font-size: 50px;
  line-height: 1;
}
.search-form-input {
  width: 520px;
  height: 60px;
  line-height: 60px;
  padding: 0 80px;
  color: #fff;
  font-size: 2.0rem;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.9);
  border-radius: 0;
  background-color: transparent;
  outline: none;
}
@-webkit-keyframes autofill { to { color: #333; background: transparent; } }
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input.search-form-input::-webkit-input-placeholder { color: rgba(255,255,255,0.3);}
input.search-form-input:-ms-input-placeholder { color: rgba(255,255,255,0.3);}
input.search-form-input::-moz-placeholder { color: rgba(255,255,255,0.3);}
input.search-form-input:focus::-webkit-input-placeholder { color: transparent;}
input.search-form-input:focus:-ms-input-placeholder { color: transparent;}
input.search-form-input:focus::-moz-placeholder { color: transparent;}
.search-form-button {
  position: absolute;
  right: 0;
  top: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0 1.6rem;
  color: #fff;
  font-size: 2.0rem;
  border: 0;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px !important;
  cursor: pointer;
  outline: none;
}
.search-form-button:hover {
  background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 767px) {
  .search-form {
    left: 0;
    top: 48px;
    border-top-width: 3px;
  }
  .search-form-wrap {
    padding: 15px 15px 90px;
  }
  .search-form-wrap form,
  .search-form-item {
    width: 100%;
  }
  .search-form-item .mdi {
    margin-top: -12px;
    font-size: 24px;
  }
  .search-form-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 30px;
    color: #fff;
    font-size: 1.6rem;
  }
  input.search-form-input::-webkit-input-placeholder { font-size: 1.4rem;}
  input.search-form-input:-ms-input-placeholder { font-size: 1.4rem;}
  input.search-form-input::-moz-placeholder { font-size: 1.4rem;}
  .search-form-button {
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    padding: 0 5px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 4px !important;
  }
}

/* ================================================================
gnav
================================================================ */
.gnav-bg {
  display: none;
}
.gnav {
  position: fixed;
  left: 0;
  top: 6px;
  bottom: 0;
  z-index: 900;
  width: 200px;
  padding: 0 10px;
  overflow: visible;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.15);
  box-shadow: 2px 0 4px rgba(0,0,0,0.15);
}
.gnav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 82px;
}
.gnav-header > a img {
  width: 178px;
}
.gnav-menu {
  margin-bottom: 20px;
  margin-right: -10px;
}
.gnav-menu > dt {
  padding-bottom: 5px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #ccc;
}
.gnav-menu > dd {
  padding: 0 20px 0 10px;
}
.gnav-menu > dd > ul > li {
  border-bottom: 1px dotted #ccc;
}
.gnav-menu > dd > ul > li:nth-child(7) {
  font-size: 1.3rem;
}
.gnav-menu > dd > ul > li:last-child {
  border-bottom-style: solid;
}
.gnav-menu > dd > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
  padding: 6px 20px;
  font-weight: 300;
  color: #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnav-menu > dd > ul > li:hover > a {
  color: #fff;
  background-color: #1b2d5e;
  border-right-color: #98c8e3;
}
.gnav-menu > dd > ul > li > a > img {
  margin-left: auto;
}
.gnav-menu-sub {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 800;
  width: 300px;
  padding: 10px 15px 0;
  overflow: hidden;
  background-color: rgba(27,45,94,0.95);
  -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.15),inset 6px 0 14px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 4px rgba(0,0,0,0.15),inset 6px 0 14px -4px rgba(0, 0, 0, 0.2);
}
li:hover .gnav-menu-sub {
  display: block;
}
.gnav-menu-sub > dt {
  padding-bottom: 5px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.gnav-menu-sub > dd > ul > li {
  border-bottom: 1px dotted #fff;
}
.gnav-menu-sub > dd > ul > li:last-child {
  border-bottom-style: solid;
}
.gnav-menu-sub > dd > ul > li > a {
  display: block;
  margin: 0 -20px;
  padding: 15px 20px;
  font-size: 1.2rem;
  color: #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sns-menu .gnav-menu-sub > dd > ul > li > a {
  padding: 30px 20px;
}
.sns-menu .gnav-menu-sub > dd > ul > li > a > figure {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align:center;
}
.sns-menu .gnav-menu-sub > dd > ul > li > a > p {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  font-size: 16px;
}
.gnav-menu-sub > dd > ul > li > a:hover {
  color: #333;
  background-color: #fff;
  border-right-color: #98c8e3;
}
.gnav-menu-sub > dd > ul > li > a > figure > img {
  height: 32px;
}
.gnav-menu-sub > dd > ul > li > a > p {
  margin-top: 5px;
  font-size: 1.1rem;
}
.gnav-menu-sub > dd > ul > li > a:hover > p {
  color: #999;
}
.gnav-menu-sub .link-name {
  height: 50px;
  padding-top: 10px;
}
.gnav-menu-sub .link-name a {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 1em;
}
.gnav-menu-sub .noimg-link > a {
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  padding: 20px 0 20px 1em;
}
.gnav-menu-sub .noimg-link > .bd-style-d {
  border-bottom: 1px dotted #fff;
  font-size: 1.6rem;
}
.gnav-menu-sub .noimg-link > p {
  border-bottom: 1px dotted #fff;
  display: block;
  color: #fff;
  padding: 20px 0px 20px 1em;
}
.gnav-menu-sub .noimg-link > a p {
  font-size: 1.2rem;
  padding-top: 5px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .gnav-bg {
    display: block;
    position: fixed;
    z-index: 800;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-tap-highlight-color: transparent;
  }
  .js-menu-open .gnav-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .gnav {
    left: -240px;
    top: 3px;
    width: 240px;
    padding: 0 20px 80px;
    overflow: scroll;
    -webkit-overflow-scrolling : touch;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-menu-open .gnav {
    left: 0;
  }
  .gnav-header {
    height: 82px;
  }
  .gnav-menu {
    margin-right: -20px;
    margin-bottom: 40px;
  }
  li:hover .gnav-menu-sub {
    display: none;
  }
}
/* ================================================================
container
================================================================ */
.container {
  padding: 94px 0 0 200px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 48px 0 0 0;
  }
}
/* ================================================================
main
================================================================ */
.main {
  /*background: url(../img/common/bg.png) center repeat;*/
}
#main {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
}
/* ================================================================
message
================================================================ */
.message {
  /*border-top: 2px solid #999;
  background-color: #fafafa;*/
}
.message-wrap {
  padding: 25px 0;
  background: url(../img/common/bg_message.png) center no-repeat;
}
.message-wrap dl {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.message-wrap dl dt {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.message-wrap dl dd {
  font-size: 1.2rem;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .message-wrap {
    padding: 25px 20px;
    background-position: center;
    background-size: 110% auto;
  }
  .message-wrap dl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .message-wrap dl dt {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .message-wrap dl dd {
    font-size: 1.4rem;
    line-height: 2.0;
  }
}
/* ================================================================
footer
================================================================ */
.footer {
  color: #fff;
  background-color: #333;
}
.footer-nav-sp {
  display: none;
}
.footer-nav {
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-nav dl {
  width: 160px;
}
.footer-nav dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  height: 3.6rem;
}
.footer-nav dl dt a {
  color: #fff;
  text-decoration: none;
}
.footer-nav dl dd {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.footer-nav dl dd ul li {
  margin-bottom: 10px;
}
.footer-nav dl dd ul li a {
  color: #fff;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.footer-bottom dt {
  margin-right: 40px;
}
.footer-bottom dd {
  padding-top: 0.2em;
  font-size: 1.0rem;
}
@media screen and (max-width: 767px) {
  .footer-nav-sp {
    display: block;
  }
  .footer-nav-sp a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background-color: #73A0BE;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .footer-nav {
    padding: 0;
    display: block;
  }
  .footer-nav dl {
    width: 100%;
    text-align: center;
  }
  .footer-nav dl dt {
    font-size: 1.4rem;
    line-height: 1.5;
    height: auto;
  }
  .footer-nav dl dt a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
  }
  .footer-nav dl dd {
    display: none;
  }
  .footer-nav dl dd {
    margin-top: 10px;
    padding-top: 0;
    border-top: none;
  }
  .footer-nav dl dd ul {
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .footer-bottom {
    display: block;
    border-top: 0;
    padding: 20px 0 40px;
    text-align: center;
  }
  .footer-bottom dt {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-bottom dd {
    padding-top: 0;
    font-size: 1.0rem;
  }
}
/* ================================================================

parts

================================================================ */
/* a
------------------------------------------*/
a {
  color:#39c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* br
------------------------------------------*/
.spbr {
  display:none;
}
@media screen and (max-width: 767px) {
  .pcbr {
    display:none;
  }
  .spbr {
    display:inline;
  }
}
/* button
------------------------------------------*/
/* default */
.button {
  cursor:pointer;
  display:inline-block;
  position:relative;
  height: 44px;
  line-height:43px;
  padding:0 44px;
  text-align:center;
  text-decoration:none !important;
  font-size:16px;
  -webkit-transition-duration:.2s;
  transition-duration:.2s;
}
.button:hover {
}
.button-detail {
  display: inline-block;
  padding: 1.2rem 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.8rem;
  border: 2px solid #fff;
  border-radius: 8px 0 8px 0;
  color: #fff;
  text-decoration: none;
  background-color: rgba(27,45,94,0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button-detail:hover {
  text-decoration: none;
  border-color: rgba(27,45,94,1);
  background-color: rgba(27,45,94,1);
}
@media screen and (max-width: 767px) {
  .button-detail {
    padding: 1.2rem 1.8rem;
    font-size: 1.4rem;
    border: 1px solid #fff;
  }
}
/* image
------------------------------------------*/
/* full width */
.img-width-full {
  width: 100%;
  height: auto;
}
/* align */
.img-al-left {
  display: block;
  margin-right: auto;
}
.img-al-right {
  display: block;
  margin-left: auto;
}
.img-al-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* cover image (wrapped div / figure) */
.img-cover {
  position: relative;
  overflow: hidden;
}
.img-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
}
/* breadcrumb
------------------------------------------*/
.breadcrumb {
  padding: 5px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
}
.breadcrumb li:before {
  content: '>';
  margin: 0 1rem;
}
.breadcrumb li:first-child:before {
  display: none;
}
/* section
------------------------------------------*/
.section {
}
/* title
------------------------------------------*/
.title {
}
/* text
------------------------------------------*/
/* text align */
.txt-al-center {
  text-align: center;
}
.txt-al-left {
  text-align: left;
}
.txt-al-right {
  text-align: right;
}
/* line height */
.txt-lh-medium {
  line-height: 2.0;
}
.txt-lh-large {
  line-height: 2.8;
}
/* float
------------------------------------------*/
.float-r {
  float: right;
}
.float-l {
  float: left;
}
/* float
------------------------------------------*/
.bdnone {
  border: none !important;
}
.bd-t-none {
  border-top: none !important;
}
.bd-r-none {
  border-right: none !important;
}
.bd-l-none {
  border-left: none !important;
}
.bd-b-none {
  border-bottom: none !important;
}
/* list
------------------------------------------*/
.listnone {
  list-style: none !important;
}
/* width
------------------------------------------*/
.width-large,
.width-medium,
.width-small {
  margin-left: auto;
  margin-right: auto;
}
.width-large {
  width: 1060px;
}
.width-medium {
  width: 920px;
}
.width-small {
  width: 800px;
}
/* margin
------------------------------------------*/
.margin-top-mini {
  margin-top: 5px;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-bottom-medium {
  margin-bottom: 25px;
}
.margin-bottom-large {
  margin-bottom: 50px;
}
.margin-bottom-xlarge {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
}
/* padding
------------------------------------------*/
.padding-top-none {
  padding-top: 0 !important;
}
.padding-top-mini {
  padding-top: 5px;
}
.padding-horisontal-large {
  padding-left: 50px;
  padding-right: 50px;
}
/* divider
------------------------------------------*/
.divider {
  height: 1px;
}
/* hidden
------------------------------------------*/
@media screen and (min-width: 769px) {
  .hidden-pc { display: none !important;}
}
@media screen and (max-width: 767px) {
  .hidden-sp { display: none !important;}
}
/* ================================================================

page style

================================================================ */
/* top
------------------------------------------*/

.pg-top-wrap{
  width: 100%;

}
.pg-top-wrap .pg-top-width1060{
  width:1060px;
  margin-left:auto;
  margin-right:auto;
}
.pg-top-nav-width{
  width:100%;
  position: relative;
  	background-color: #EFF9FF;
}
.pg-top-nav{
  height:93px;
  width:840px;
  margin:0 auto;

}
.top-nav-item{
  width:260px;
  float:left;
  text-align: center;
    margin: 20px 0;
    border-radius: 4px;
  background: #fff;
  border:1px solid #5A89CF;

margin-right:30px;
  color:#347199;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.margin-r0{
  margin-right:0;
}
.top-nav-item:before,
.top-nav-item:after {
content:"";
display:block;
height:1px;
width:100%;

}
.icon1:before {
  content: url(../img/common/icon-onpre.png);
      position: relative;
      top: 7px;
      left: -7px;


}
.icon2:before {
  content: url(../img/common/icon-cloud.png);
      position: relative;
      top: 5px;
      left: -7px;


}
.icon3:before {
  content: url(../img/common/icon-hyouteki.png);
      position: relative;
      top: 7px;
      left: -7px;


}

.top-nav-item-left2{
  left:-350px;
}
.top-nav-item-left3{
  left:-705px;
}
.top-nav-item-text:after{
  content: "";
  position: absolute;
  right: 15px;
  bottom: 24px;
  /* left: 0; */
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #347199 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.mgn-right5{
  margin-right:5px;
}
.top-nav-item-title{
  font-size:16px;
  font-weight: bold;

      line-height: 60px;
}
.top-nav-item-title:hover{
  cursor: pointer;
}
.top-nav-item-text{
  font-size:14px;
  color:#347199;
  position: relative;
}


.top-nav-wrap{
    display: none;
    position: absolute;
    top: 82px;
    z-index: 1;
  background-color: #EFF9FF;
    left: 0;
    width:100%;
}
.top-nav-det-wrap{
  width: 1104px;
  height: auto;
  margin:0 auto;
  padding: 60px 0;


}
.top-nav-item:hover{

    color:#fff;
    background: #5A89CF;
}


#top-nav1:hover .icon1:before {
  content: url(../img/common/icon-onpre-w.png);
      position: relative;
      top: 7px;
      left: -7px;


}
#top-nav2:hover .icon2:before {
  content: url(../img/common/icon-cloud-w.png);
      position: relative;
      top: 7px;
      left: -7px;


}
#top-nav3:hover .icon3:before {
  content: url(../img/common/icon-hyouteki-w.png);
      position: relative;
      top: 7px;
      left: -7px;


}
.width880{
  width:910px !important;
}

.top-nav-item:hover  .top-nav-wrap{
  display: block;
}



.select2{
  left: 420px;
}
.select3{
  left: 775px;
}
.select1{
  left: 70px;
}
.top-nav-select{
  width:251px;
  position:absolute;
  top:40px;
}
.top-nav-select img{
  width:100%;
}

.top-nav-logo-wrap{
  height:262px;
  width:1104px;
  margin:0 auto;
}
.top-nav-logo-wrap2{
  width:1060px;
  margin:0 auto;
  height:221px;
}
.top-nav-logo-wrap3{
  width:636px;
  margin:0 auto;
  height:221px;
}
.logo-item{
  width: 162px;
  height: 164px;
  box-sizing: content-box;
  float: left;
  opacity: 0.6;
  padding: 0 10px;
}


}
.mgn-r20{
  margin-right:0px;
}
/*
.logo-item:hover{
  border:1px solid #4AA0D8;
  border-radius: 5px;
    opacity: 1;
    cursor: pointer;
    background-color: #fff;
}
*/

.logo-item-text{
  color: #4A4A4A;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 19px;
    padding-top: 15px;
}
.logo-item-img1{
  width: 162px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
}
.select-hover{

  border-radius: 5px;
    opacity: 1;
    cursor: pointer;

}
.select-hover .logo-item-img1{
    border:1px solid #4AA0D8;
}
.select-hover .logo-item-text{
  color:#578DD0;
  text-decoration:underline;
text-decoration-color:#578DD0;
}
.logo-item-title{
  font-size:16px;
  color:#4A4A4A;
  font-weight: lighter;
  margin-bottom:13px;
}

.logo-item-img2{
  width:89px;
}
.logo-item-img3{
  width:99px;
}
.logo-item-img4{
  width:139px;
}
.logo-item-img5{
  width:143px;
}
.item-select-wrap{
  position: absolute;
  top: 277px;
  z-index: 1;
  display: none;
  background-color: #EFF9FF;
  left: 0;
  width: 100%;
  padding-bottom:30px;
}
.logo-item-select-wrap{
  width: 1060px;
      height: auto;
      background-color: #EFF9FF;
      margin:0 auto;
      padding-top: 30px;

}

.select-service-title{
  padding-bottom:30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color:#4A4A4A;
}

.select-service-item{
  width:250px;
  height:230px;
  float:left;

}
.select-service-item3{
  width:400px;
  height:230px;
  float:left;

}
.select-service-link-text{
  color:#4AA0D8;
  font-size:14px;

  text-align: left;
  padding-left:40px;
  white-space: nowrap;
  margin-right: 60px;
  position: relative;
    line-height: 18px;
}
.select-service-link-text:before {
    content: url(/wp-content/themes/cs/assets/img/common/top-select-link1.png);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 12px;

    top: 3px;
}
.row5-mgn{
  margin-top:12px;
}

.select-service-link-text2{
  color: #4A4A4A;
  font-size: 14px;
  text-align: left;




  position: relative;
  font-weight: 300;
  line-height: 18px;
}

.row4-mgn{
  margin-top:12px;
}
/*
.logo-item:hover  .item-select-wrap{
  display: block;
}
*/
.select-hover .item-select-wrap{
  display: block;
}
.select-service-item2{
  width:535px;
margin:0 auto;
}
.select-service-contact-img{
  width:100%;
}
.select-service-contact-text{
  margin-top: 10px;
  font-size: 13px;
  color: #4A4A4A;
  text-align: left;
  font-weight: lighter;
}

.left2{
left:-212px;
}
.left3{
left:-424px;
}
.left4{
left:-636px;
}
.left5{
left:-848px;
}



.left6{
left:-106px;
}
.left7{
left:-318px;
}
.left8{
left:-530px;
}
.left9{
left:-742px;
}


.left10{
left:-212px;
}
.left11{
left:-424px;
}
.left12{
left:-636px;
}

.overflow-auto{
  overflow: auto;
}

.pg-top-hero {
  width: 100%;
  height: 500px;


}
.pg-top-hero .flex-viewport,
.pg-top-hero .slides {
  width: 100%;
  height: 100%;
}
.pg-top-hero .slides img {
  display: inline-block;
  width: inherit;
}
.pg-top-hero .flex-direction-nav a {
  z-index: 10;
  width: 100px;
  height: 100px;
  margin: -50px 0 0;
  text-shadow: none;
  color: transparent;
  overflow: visible;
}
.pg-top-hero .flex-direction-nav .flex-prev {
  left: -100px;
}
.pg-top-hero .flex-direction-nav .flex-next {
  right: -100px;
}
.pg-top-hero:hover .flex-prev {
  left: 0;
}
.pg-top-hero:hover .flex-next {
  right: 0;
}
.pg-top-hero .flex-direction-nav a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 2px solid transparent;
  -webkit-transform: rotate(-52deg) skewX(-15deg);
  transform: rotate(-52deg) skewX(-15deg);
}
.pg-top-hero .flex-direction-nav a.flex-prev:before {
  border-left-color: rgba(0,0,0,0.2);
  border-top-color: rgba(0,0,0,0.2);
}
.pg-top-hero .flex-direction-nav a.flex-next:before {
  border-right-color: rgba(0,0,0,0.2);
  border-bottom-color: rgba(0,0,0,0.2);
}
.pg-top-hero .flex-control-nav {
  bottom: 20px;
}
.pg-top-hero .flex-control-paging {
  line-height: 1;
  font-size: 0;
}
.pg-top-hero .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: #fff;
}
.pg-top-hero .flex-control-paging li a:hover {
  background: #cfcfcf;
  background: rgba(255,255,255,.7);
}
.pg-top-hero .flex-control-paging li a.flex-active {
  cursor: default;
  background: rgba(0,0,0,.2);
}
.pg-top-hero .flex-control-paging li a.flex-active {
}
.pg-top-hero .flex-direction-nav a.flex-next:before,
.pg-top-hero .flex-direction-nav a.flex-next:after {
  content: '';
}
.pg-top-hero .pg-top-slider,
.pg-top-hero .pg-top-slider a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pg-top-hero .pg-top-slider a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-top-hero .pg-top-slider a:hover {
  opacity: 0.7;
}
.pg-top-hero .pg-top-slider img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.pg-top-hero .pg-top-slider img.hero-img-sp {
  display: none;
}
.pg-top-ticker {
  padding: 25px 32px;
}
.pg-top-ticker ul {
  width: 100%;
  height: 32px;
  overflow: hidden;
}
.pg-top-ticker ul li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
}
.pg-top-ticker ul li a {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
  transition: 0.2s;
}
.pg-top-ticker ul li a:hover {
  opacity: 0.7;
}
.pg-top-ticker ul li span.cat {
  display: inline-block;
  background-color: #ff870a;
  color: #fff;
  margin-right: 20px;
  padding: 0 1em;
  line-height: 30px;
  font-weight: bold;
}
.pg-top-ticker ul li span.cat.cat-news {
  background-color: #FF870A;
}
.pg-top-ticker ul li span.cat.cat-press {
  background-color: #E65023;
}
.pg-top-ticker ul li span.cat.cat-info {
  background-color: #55BEFF;
}
.pg-top-ticker ul li span.cat.cat-media {
  background-color: #FF55FF;
}
.pg-top-ticker ul li span.cat.cat-adopt {
  background-color: #96B90F;
}
.pg-top-ticker ul li span.cat.cat-case {
  background-color: #2DC391;
}
.pg-top-ticker ul li span.cat.cat-event {
  background-color: #8264a5;
}
.pg-top-card {
  margin: 0 -10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pg-top-card > a {
  position: relative;
  display: block;
  width: 340px;
  margin: 10px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  overflow: hidden;
}
.pg-top-card > a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-top-card > a:hover img {
  opacity: 0.6;
}
.pg-top-card > a .meta {
  position: absolute;
  left: 16px;
  top: 16px;
}
.pg-top-card > a .meta p {
  position: relative;
  font-weight: bold;
  padding-left: 4px;
  border-left: 4px solid #333;
  margin-bottom: 8px;
  line-height: 1.2;
}
.pg-top-card > a .meta p.date {
  color: #1B2D5E;
  border-color: #1B2D5E;
}
.pg-top-card > a .meta p.cat.cat-news {
  color: #FF870A;
  border-color: #FF870A;
}
.pg-top-card > a .meta p.cat.cat-event {
  color: #7D4BB9;
  border-color: #7D4BB9;
}
.pg-top-card > a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.95);
  padding: 12px 16px;
}
.pg-top-card > a .title span {
  display: block;
  height: 4.8rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pg-top-card > a .icon-new {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 80px;
  height: 80px;
  line-height: 136px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #DC3223;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pg-top-banner {
  margin-bottom: 40px;
}
.pg-top-banner > a {
  display: block;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-top-banner > a:hover {
  opacity: 0.7;
}
.pg-top-banner > a img {
  width: 100%;
  height: auto;
}
.pg-top-banner > a img.banner-img-sp {
  display: none;
}
.pg-top-news {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  /*margin: 0 -10px 30px;*/
}
.pg-top-news .col {
  width: 520px;
  margin: 10px 5px;
  padding: 0 0 20px;
  float: left;
  /*border-top: 6px solid #73A0BE;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.15);*/
}
.pg-top-news.pg-top-event .col {
  width: 100%;
}
.pg-top-news .col.cat-news {
  border-color: #FF870A;
}
.pg-top-news .col.cat-press {
  border-color: #E65023;
}
.pg-top-news .col.cat-info {
  border-color: #55BEFF;
}
.pg-top-news .col.cat-media {
  border-color: #f56ea5;
}
.pg-top-news .col.cat-adopt {
  border-color: #96B90F;
}
.pg-top-news .col.cat-case {
  border-color: #50be9b;
}
.pg-top-news .col.cat-event {
  border-color: #8264a5;
}
.pg-top-news .news-head {
  position: relative;
  padding: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.pg-top-news .news-head .title {
  font-weight: bold;
  margin: 0 3em;
}
.pg-top-news .news-head .more {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  line-height: 1;
  margin-top: -0.9rem;
}
.pg-top-news ul {
  padding: 0 24px;
}
.pg-top-news li {
  border-bottom: 1px dashed #fff;

}
.pg-top-news li > a {
  display: block;
  margin: 0 -24px;
  padding: 25px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pg-top-news li > a:hover {
  opacity: 0.8;
}
.pg-top-news li > a .meta {
  margin-bottom: 18px;
}
.pg-top-news li > a .meta p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;

  margin-right: 12px;
  line-height: 1.2;
}
.pg-top-news li > a .title {
  padding: 0;
  height: 83px;
}
.pg-top-news li > a .title span {
  display: block;
  max-height: 8.4rem;
  line-height: 2.8rem;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pg-top-news.pg-top-event li > a .title span {
  max-height: 5.6rem;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .breadcrumb.home {
    display: none;
  }
  .pg-top-hero {
    position: relative;
    padding-top: 66.666%;
    height: auto;
    margin-top: -10px;
  }
  .pg-top-hero .flex-viewport {
    position: absolute !important;
    top: 0;
    left: 0;
  }
  .pg-top-hero .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
  }
  .pg-top-hero .flex-direction-nav .flex-prev {
    left: 0;
  }
  .pg-top-hero .flex-direction-nav .flex-next {
    right: 0;
  }
  .pg-top-hero .flex-direction-nav a:before {
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
  }
  .pg-top-hero .flex-direction-nav a.flex-prev:before {
    border-left-color: rgba(255,255,255,0.5);
    border-top-color: rgba(255,255,255,0.5);
  }
  .pg-top-hero .flex-direction-nav a.flex-next:before {
    border-right-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.5);
  }
  .pg-top-hero .flex-control-nav {
    bottom: 8px;
  }
  .pg-top-hero .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
  .pg-top-hero .pg-top-slider img.hero-img-sp {
    display: block;
  }
  .pg-top-hero .pg-top-slider img.hero-img-sp + img.hero-img-pc {
    display: none;
  }
  .pg-top-ticker {
    padding: 20px 15px;
  }
  .pg-top-ticker ul {
    height: 42px;
  }
  .pg-top-ticker ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    white-space: normal;
    line-height: 18px;
    font-size: 13px;
  }
  .pg-top-ticker ul li span.cat {
    margin-right: 10px;
    padding: 5px 0.8em;
    line-height: 1;
  }
  .pg-top-ticker ul li span.text {
    height: 36px;
    margin: 3px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .pg-top-card {
    margin: 0 15px 15px;
    display: block;
  }
  .pg-top-card > a {
    width: auto;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
    -webkit-transition: none;
    transition: none;
  }
  .pg-top-card > a:hover {
    opacity: 1;
  }
  .pg-top-card > a .meta {
    left: 15px;
    top: 15px;
    font-size: 1.4rem;
  }
  .pg-top-card > a .title {
    padding: 12px 16px;
  }
  .pg-top-card > a .title span {
    font-size: 1.4rem;
    height: auto;
    max-height: 6.0rem;
    line-height: 2.0rem;
  }
  .pg-top-card > a .icon-new {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 136px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #DC3223;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pg-top-banner {
    margin: 0 15px 15px;
  }
  .pg-top-banner > a {
    margin-bottom: 15px;
    -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  }
  .pg-top-banner > a img.banner-img-sp {
    display: block;
  }
  .pg-top-banner > a img.banner-img-sp+ .banner-img-pc {
    display: none;
  }
  .pg-top-news {
    display: block;
    margin: 0 15px 15px;
  }
  .pg-top-news .col {
    width: auto;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-top-width: 3px;
  }
  .pg-top-news .news-head {
    padding: 15px;
    font-size: 1.6rem;
  }
  .pg-top-news .news-head .more {
    right: 15px;
    font-size: 1.3rem;
    margin-top: -0.6rem;
  }
  .pg-top-news ul {
    padding: 0 15px;
  }
  .pg-top-news li > a {
    display: block;
    margin: 0 -15px;
    padding: 10px 15px;
  }
  .pg-top-news li > a .meta {
    margin-bottom: 10px;
  }
  .pg-top-news li > a .meta p {
    font-size: 1.4rem;
  }
  .pg-top-news li > a .title {
    padding: 0;
  }
  .pg-top-news li > a .title span,
  .pg-top-news.pg-top-event li > a .title span {
    font-size: 1.4rem;
    max-height: 6.0rem;
    line-height: 2.0rem;
  }
}


/* prev
------------------------------------------*/
.prev {
  font-size:1.6rem;
  line-height: 1.5;
}
#main_image,
#main_image_wide {
  background-color: #f0faff;
  text-align: center;
  margin-bottom: 15px;
}
.prev #main_image img {
  width: auto;
}
.prev #maincontents,
.prev #contentsbox,
.prev #contents_ul,
.prev .contact_lead {
  width: 690px;
  margin: 0 auto;
}
#maincontents_wide {
  float: none;
  width: 960px;
  margin: 0 auto;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .prev,
  .prev.contact-main,
  .prev #maincontents,
  .prev #contentsbox,
  .prev #contents_ul,
  .prev .contact_lead,
  #maincontents_wide {
    width: auto;
  }
  .prev #maincontents{
    padding: 0 20px;
  }
}

/* single page
------------------------------------------*/
.prev article:not(.casestudy) {
  width: 690px;
  margin: 0 auto;
}

/* event
------------------------------------------*/
.event_list li span.date {
  font-size: 1.4rem;
}
.event_list li div.article {
  font-size: 1.4rem;
}
.contents_li h2 {
  font: bold 14px/33px sans-serif;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 30px;
  margin: 0 0 15px;
  padding-left: 15px;
  color: #333;
  background: url(/wp-content/themes/cs/assets/img/prev/btn_forText_tit.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
}

.page-cloudprice .contents_li h2,
.page-private .contents_li h2,
.page-tekiyou .contents_li h2,
.page-sankou .contents_li h2 {
    margin: 0;
    overflow:auto;
    height:auto;
}
/* #container childrens
------------------------------------------*/
#container .wrapper > .container {
  padding: 0;
  background: none;
}
#container .sidebar {
  display: none;
}

/* bled-list
------------------------------------------*/
.bread-list {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  line-height: 40px;
}
.bread-list ul {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
}
.bread-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  font-size: 1.2rem;
}
.bread-list ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -4px;
}
.bread-list ul li:last-child:after,
.bread-list ul li.bread-st:after,
.bread-list ul li.bread-stg:after,
.bread-list ul li.bread-s-st:after {
  display: none;
}
.cv-ubtn {
  display: block;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
}

@media screen and (max-width: 767px) {
  .bread-list {
    height: auto;
  }
  .prev #main_image img {
    width: 100%;
  }
}


/* past-archive-link
------------------------------------------*/
.backnumber-text {
  text-align: center;
  margin-top: 40px;
  font-size: 2.8rem;
  font-weight: bold;
}
.past-archive-link {
  width: 100%;
  letter-spacing: -.4em;
  display: block;
  margin: 40px 0;
}
.past-archive-link li {
  display: inline-block;
  width: 180px;
  letter-spacing: 0;
  margin-right: 75px;
  margin-bottom: 40px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.past-archive-link li:nth-child(3n) {
  margin-right: 0;
}
.past-archive-link li a {
  display: block;
  background-color: #ebf5fa;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4rem;
}
.past-archive-link li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 10px solid #69b4dc;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  color: #fff;
}
.past-archive-link li a:hover {
  background-color: #1b2d5e;
  color: #fff;
}
.past-archive-link li:hover:after {
  border-left: 10px solid #fff;
}


@media screen and (max-width: 767px) {
  .backnumber-text {
    font-size: 2.2rem;
  }
  .past-archive-link {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
  }
  .past-archive-link li {
    width: 47%;
    margin-right: 6% !important;
    margin-bottom: 20px;
  }
  .past-archive-link li:nth-child(even) {
    margin-right: 0 !important;
  }
  .past-archive-link li:after {
    right: 5%;
  }
}




/************************************
  お問い合わせNEW 20171101
************************************/
.grad-bottomleft-topright {
  background: rgb(225,241,254); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(225,241,254,1) 0%, rgba(236,251,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(225,241,254,1) 0%,rgba(236,251,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(225,241,254,1) 0%,rgba(236,251,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f1fe', endColorstr='#ecfbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#call_new .call_ttl_wrap{
  width:839px;
  height:150px;
  margin:0 auto;
  color:#1B3764;
  text-align: left;
  padding:25px 0;
}

#call_new .call_ttl{
  font-size:25px;
  border-bottom: 1px solid #BDCDE6;
  width:560px;
  padding:20px 0 5px;
}

#call_new .call_ttl_det{
  font-size: 14px;
  padding-top:4px;
}

#call_new .call_main_wrap{
  width:839px;

  margin:0 auto;
  padding:15px 0;
}

#call_new .main_text{
  font-size: 14px;
  color:#555;
}

#call_new .call_btn{
  background-color: #5E50EB;
  width:216px;
  height:50px;
  line-height:15px;
  text-align: center;
  padding:10px 0;
  cursor: pointer;
}

#call_new .call_btn a{
  color:#fff;
  font-size:10px;
  display: block;
}

#call_new .call_btn2{
  cursor: pointer;
  width:285px;
  height:62px;
  line-height:22px;
  text-align: center;
  margin:40px auto;
  border-radius: 30px;
}

#call_new .call_btn2 a{
  color:#fff;
  font-size:14px;
  width:285px;
  height:62px;
  border-radius: 30px;
  display: block;
  padding-top: 7px;
}
#call_new .call_btn a:hover,
#call_new .call_btn2 a:hover{
  text-decoration: none;
}
#call_new .mail_product_list_wrap{
  height:240px;
  width:839px;
  margin:0 auto;
  padding:30px 0;
}

#call_new .mail_product_list{
  width:176px;
  height:180px;
  box-sizing: border-box;
  border:1px solid #d4d4d4;
  position: relative;
}
#call_new .mail_product_list:hover{
  border:1px solid #28468C;
  /*background-color: #EFF9FF;*/
}

#call_new .margin-right-45{
  margin-right:45px;
}

#call_new .margin_top_100{
  margin-top:150px;
}
#call_new .margin_top_30{
  margin-top:30px;
}
#call_new .float-left{
  float:left;
}

#call_new .float-right{
  float:right;
}
#call_new .box-img {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
#call_new .box-text {
  position: absolute;
  top: 81%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  font-size: 10px;
  line-height: 15px;
}

#call_new .check_box{
  display: block;
  width:100%;
  height:100%;
  z-index: 10;
  position: absolute;
  cursor: pointer;
}
#call_new .checkbox01-input{
  display: none;
}
#call_new .checkbox01 label{
  padding-left: 25px;
  display:block;
  margin-bottom:10px;
  position: relative;
  cursor: pointer;
}
#call_new .checkbox-outline {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}
#call_new .checkbox-easing {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: 5px;
}
#call_new .checkbox01-input:checked ~ .checkbox-easing {
  background: url(../img/common/checkbox.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  background-size: 100%;
}
.check {
  background-color: #EFF9FF;
}
#call_new .grad-left-right {
  background: rgb(20,61,145); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(20,61,145,1) 0%, rgba(94,80,235,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(20,61,145,1) 0%,rgba(94,80,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(20,61,145,1) 0%,rgba(94,80,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143D91', endColorstr='#5E50EB',GradientType=1 ); /* IE6-9 */
}
#call_new .grad-left-right .toggleModal span {
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;
  padding-left: 2px;
}
.form_01 .call_btn2 a span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 3px;
}
html.no-scroll {
  overflow-y: hidden;
}
.form_02 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100000002;
  overflow: hidden;
}
.form_02.open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
.form_02 > div{
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 50px 0 200px;
}
.modal-bg {
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-body {
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 900px;
  margin: 20px auto 0;
  font-size: 1.3rem;
  border-radius: 3px;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  padding: 40px;
}
.form_02.open .modal-body {
  opacity: 1;
  margin-top: 0;
  text-align: center;
}
.modal-body dl {
  letter-spacing: -.4em;
}
.modal-body dt {
  letter-spacing: 0;
  display: inline-block;
  width: 150px;
  text-align: right;
  vertical-align: middle;
  margin-bottom: 30px;
}
.modal-body dd {
  display: inline-block;
  letter-spacing: 0;
  padding-left: 40px;
  width: calc(100% - 150px);
  margin-bottom: 30px;
  vertical-align: middle;
  text-align: left;
}
.modal-body dd.partner .partner-list {
  padding-left: 0 !important;
}
.modal-body dd.partner li {
  height: 50px;
  width: 340px;
  line-height: 50px;
  padding-left: 12px !important;
  color: #000;
  border: #ccc solid 1px;
  background: #fff;
}


.modal-body dt.margin-bottom-60,
.modal-body dd.margin-bottom-60 {
  margin-bottom: 55px;
}
.modal-body dd.margin-bottom-60 {
  position:relative;
}
.modal-body dd.margin-bottom-60 span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 55px;
  color: #ccc;
}
.modal-body dd select {
  height: 50px;
  width: 340px;
  box-sizing: border-box;
  padding: 2px 5px;
  padding-left: 12px;
}
.modal-body dd textarea {
  width: 100%;
  height: 200px;
  padding: 2px 5px;
  padding-left: 12px;
}
.modal-body dd input {
  height: 50px;
  width: 340px;
  box-sizing: border-box;
  border: none;
  border:1px solid #bbb;
  padding: 2px 5px;
  padding-left: 12px !important;
}
.form_02 .submit_btn {
  cursor: pointer;
  width: 285px;
  height: 62px;
  line-height: 22px;
  text-align: center;
  padding: 7.5px 0;
  margin: 40px auto;
  border-radius: 30px;
  border: none;
  color: #fff;
}
.form_02 .submit_btn span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 3px;
}
#captcha_input {
  margin-top: 10px;
}
#captcha_input span {
  display: block;
}
.thanks-content {
  position: relative;
}
.thanks_bg {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index:-1;
}
.thanks_text{
  text-align: center;
}
.thanks_text h2{
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom:40px;
  position:relative;
}
.thanks_text h2:after{
  content:"";
  display:block;
  width: 500px;
  height:1px;
  background-color: #bbb;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  margin: 0 auto;
}
.thanks_text > img {
  margin-bottom: 60px;
}
.thanks_text p{
  padding-bottom:60px;
  line-height:2;
}

#download_catalog table {
  margin: 0 auto;
}
.bg-fff{
  background-color: #fff;
}

#call_new .trial{
  position: absolute;
  bottom: -23px;
  font-size: 10px;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: #555;
  color: #fff;
  left: 53px;
  text-align: center;
}


@media screen and (max-width: 768px) {
#call_new .call_main_wrap {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
#call_new .main_text {
  margin-bottom: 10px;
}
#call_new .grad-left-right {
  margin-bottom: 40px;
}
#call_new .margin_top_100 {
  clear: both;
}
#call_new .mail_product_list_wrap {
  letter-spacing: -.4em;
  width: 100%;
  height: auto;
  padding: 15px 0;
}
#call_new .mail_product_list {
  float: none;
  display: inline-block;
  width: 47%;
  height: auto;
  height: 220px;
  margin-right: 6%;
  letter-spacing: 0;
}
#call_new .mail_product_list:nth-child(2n) {
  margin-right: 0;
}
#call_new .box-img img {
  width: 100%;
}
#call_new .box-text {
  width: 90%;
}
#call_new .call_btn2 {
  width: 255px;
}
#call_new .call_btn2 a {
  width: 255px;
}

#call_new .box-img {
  top: 28%;
}
#call_new .box-text {
  top: 67%;
}

#call_new .trial{
  bottom: 13px;
  width:60%;
  left:20%;
}

#download_catalog {
  overflow-x: auto;
  overflow: scroll;
  overflow-y: auto;
  margin-bottom: 40px;
}
#download_catalog::-webkit-scrollbar {
  height: 5px;
}
#download_catalog::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#download_catalog::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#call_new .call_ttl_wrap {
  width: 100%;
  padding: 25px 20px;
  height:auto;
}

#call_new .call_ttl{
  width: 100%;

}

.thanks_text h2:after {
  width: 80%;
}
.modal-body {
  padding: 20px;
}
.modal-body dt {
  display: block;
  width: 100%;
  text-align: left;
}
.modal-body dd {
  display: block;
  padding-left: 10px;
  margin-top: 10px;
  width: 100%;
}
.modal-body dd.partner li {
  width: 100%;
}
.modal-body dd select,
.modal-body dd input {
  width: 100%;
}
.form_02 .submit_btn {
  width: 235px;
}
#form1 .modal {
  width: 300px;
  margin-left: -150px;
}
.modal-body dd.margin-bottom-60 span {
  left: 22px;
}


}


@media screen and (max-width: 400px) {
  #call_new .box-img {
    width: 65%;
  }
}
@media screen and (max-width: 350px) {
.modal-body dd.partner li {
  font-size: 10px;
}
}


.overlay-wrap{
  width:100%;
  height:100vh;
  background-color:rgba(0,0,0,0.8);
  position: fixed;
  top:0;
  left:0;
  z-index: 999;
  display: none;
  color:#fff;
}

#overlay-wrap .overlay-content{
  width:800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

#overlay-wrap .overlay-img img{
  width:100%;

}

#overlay-wrap .overlay-btn{

  font-size:24px;
  margin-top:30px;
  text-align: center;
  padding:10px 20px;
  box-sizing: border-box;
  border:1px solid #fff;
  margin-bottom:5px;
}

#overlay-wrap .close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

    position: absolute;

    z-index: 5;
    cursor: pointer;
}
#overlay-wrap .close_overlay p{
    padding:30px;
    box-sizing: border-box;
    text-align: right;
    color:#fff;
    font-size:16px;
}

#overlay-wrap .cpcheck{
　
}

.disp-on{
  display: block;
}
#overlay-wrap .disp-on{
  display: block;
}


/**************************/

.pg-top-slide-sec{
  padding-bottom:20px;
  margin-bottom:20px;
  width:100%;
  overflow: hidden;
}
.pg-top-slide-sec-wrap {
  width:1060px;
  margin:0px auto 0;
  /*overflow: hidden;*/
}
.slide-sec-col{
  width:520px;
  float: left;
  margin-right:20px;
  margin-bottom:20px;
}
.slide-sec-col:nth-child(2n){
  margin-right:0;
}
.pg-top-slide-sec2{
  width:1060px;
  margin-top:0px;
}
.pg-top-slide-sec2 .slick-track, .pg-top-slide-sec2 .slick-list{
  /*overflow: visible;*/
}

.pg-top-wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9B9B9B;
}
.pg-top-wrap .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #CDD4E3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pg-top-wrap .slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-sec-img{
  width:520px;
  height:205px;
  overflow: hidden;
}
.slide-sec-img img{
  width:100%;

  box-sizing: border-box;
}
.slide-sec-col:nth-child(3n){


}
.slide-sec-text{
word-wrap: break-word;
padding:10px;
box-sizing: border-box;
font-size:18px;
color:#4A4A4A;
width: 380px;
}

.pg-top-slide-sec .flex-viewport{
overflow: visible;
}

.pg-top-slide-sec .flex-control-paging li a.flex-active {
    cursor: default;
    background: #9B9B9B;

}

.pg-top-slide-sec .flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #CDD4E3;

}

.pg-top-event .flex-control-paging li a.flex-active {
    cursor: default;
    background: #9B9B9B;

}

.pg-top-event .flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #CDD4E3;

}



.seminar-wrap{
  color:#4A4A4A;
  margin-bottom:60px;
}
.seminar-col{
  width:353px;
  float: left;

}
.seminar-slide{
  margin-top:40px;
    padding-bottom:20px;
}
.sec-title{
  text-align: center;
  font-size: 18px;

  font-weight: bold;
}

.sec-subtitle{
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  font-weight: lighter;
}
.seminar-col{

}
.seminar-col .seminar-col-date{
  font-size:37px;
  font-weight: bold;
  text-align: left;
  color:#9B9B9B;
  padding: 0 10px;
  position: relative;
}

.seminar-col .seminar-col-date span{
  background-color: #9B9B9B;
  font-size: 10px;
  color: #fff;
  padding: 0px 6px;
  border-radius: 10px;
  /* line-height: 20px; */
  box-sizing: border-box;
  /* margin-top: -10px; */
  bottom: 17px;
  position: absolute;
}

.seminar-col .seminar-col-title{
  font-size:16px;
  font-weight: bold;
  text-align: left;
  color:#4A4A4A;
  height:62px;
padding:0 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.seminar-col-img{
  padding:0 10px;
    margin-top: 10px;
height: 150px;
overflow: hidden;
}
.seminar-col-img img{
  width:100%;
}
.seminar-col-place{
  background-color: #4A4A4A;
  padding:0px 10px;
  line-height: 30px;
  color:#fff;
  font-size: 14px;
  display: inline-block;
  margin:20px 10px 15px;
  border-radius: 15px;
}
.seminar-col-text{
  font-size:16px;
word-wrap: break-word;
  padding:0 10px;
  height: 75px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
    line-height: 24px;
    color:#4A4A4A;
}
.seminar-col-link{
  font-size: 12px;
  margin-top: 20px;
  text-align: right;
  padding: 0 10px;
  display: inline-block;
  color: #4AA0D8;
  margin-left: 230px;
  position: relative;
}
.seminar-col-link:before{
  content: url("/wp-content/themes/cs/assets/img/top/TextNavi.png");
width:14px;
height:14px;
position: absolute;
    left: -10px;
    top: 3px;
}

.pg-top-bkcolor{
  color:#fff;
  background: rgb(111,134,214);
    background: -moz-linear-gradient(top, rgba(111,134,214,1) 0%, rgba(72,198,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(111,134,214,1) 0%,rgba(72,198,239,1) 100%);
    background: linear-gradient(to bottom, rgba(111,134,214,1) 0%,rgba(72,198,239,1) 100%);
}


}

.pg-top-bkcolor li > a {

    color: #fff;

}
.pg-top-bkcolor li > a:hover {
    opacity: 0.5;
}

.more-link{
  font-size: 12px;
  margin-top: 40px;
  text-align: right;
  padding: 0 10px;
  color: #fff;
  position: relative;
  margin-left: 420px;
  display: inline-block;
}

.more-link:before{
  content: url("/wp-content/themes/cs/assets/img/common/TextNavi_wh.png");
width:14px;
height:14px;
position: absolute;
    left: -10px;
    top: 3px;
}

.press-wrap{
  overflow: hidden;

}
.press-col{
    margin-top:60px;
  width:330px;
  float:left;
  margin-right:35px;
  color:#333333;
}
.press-col a{
  text-decoration: none;
}
.press-col:nth-child(3n){
  margin-right:0;
}

.press-col-date{
  font-size:16px;
  color:#555555;
  font-weight: bold;
  position: relative;
}
.press-col-date span{

font-size:12px;
line-height: 18px;
color:#fff;
border-radius:9px;
bottom: 4px;
padding:0 10px;
position: absolute;
margin-left: 10px;
}

.press-col-date .case{
  background-color: #D93882;
}
.press-col-date .adopt{
  background-color: #50BE9B;
}


.press-col-title{
  font-size:18px;
  line-height: 28px;
  height: 120px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
margin-top:10px;
color:#333;
word-break: break-all;
}
.press-col-img{
  width:330px;
  margin-top:10px;
  height:140px;
  overflow: hidden;
  position: relative;
}
.press-col-img img{
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom:0;
   margin: auto;
}

.press-col-link{
  text-align: center;
  margin-top:20px;
  color:#4AA0D8;
  font-size:14px;
}

.media-wrap{
    overflow: hidden;
}
.media-col{
  margin-top:30px;
width:250px;
float:left;
margin-right:20px;
color:#333333;
border-radius: 15px;
border:1px solid #C8C8C8;
padding:15px 9px 25px;
box-sizing: border-box;
}
.media-col a{
color:#333333;
}
.media-col:nth-child(4n){

margin-right:0px;

}
.media-col-date{
  font-size:16px;
  font-weight: bold;
  text-align: center;
}

.media-col-img img{
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom:0;
   margin: auto;
}
.media-col-title{
  font-size:16px;
  line-height: 28px;
  height: 84px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
margin-top:10px;
}
.media-col-img{
  width:100%;
  height:100px;
  margin-top:10px;
  overflow: hidden;
  position: relative;
}
.media-col-img img{
width: 100%;
}

.mgn-top60{
  margin-top:60px;
}
.mgn-btm60{
  margin-bottom:60px;
}.mgn-top100{
  margin-top:100px;
}

.bk-fa{
  background-color: #FAFAFA;
}

#pagetop .message-wrap dl {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
.pg-top-nav{
  display:none;
}
.pg-top-wrap .pg-top-width1060{
width:100%;
}
#pagetop .message-wrap dl {
    width: 100%;
}
.pg-top-slide-sec-wrap {
    width: 100%;
        margin-top: 0;
}
.pg-top-slide-sec2 {
  width: 100%;
  margin-top: 0;
}
.slide-sec-col {
    width: 100%;
    float: none;
    margin-right: 0px;

}
.slide-sec-img {
    width: 100%;
    height: auto;
}
.slide-sec-img img {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.slide-sec-text {
    word-wrap: break-word;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #4A4A4A;
    width: 100%;
}
.seminar-col-img img{
  width:100%;
}
.more-link {
    font-size: 12px;
    margin-top: 40px;
    text-align: right;
    padding: 0 10px;
    color: #fff;
    position: relative;
    margin-left: 25px;
    display: inline-block;
}
.press-col {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.press-col:nth-child(3n) {
    margin-right: auto;
}
.media-col {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.media-col:nth-child(4n) {
    margin-right: auto;
}
.main-sp{
  padding: 0 !important;
}
}


.right-contents{
  position:fixed;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right:10px;
  width:138px;
  -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;

}
.right-contents::before {
    content: " ";
    position: absolute;
    top: -4px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #000;
    transform: rotate(-20deg);
    opacity: 0;
    -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.1s;
    -moz-transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.1s;
    -o-transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.1s;
    transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.1s;
}
.right-contents::after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #000;
    transform: rotate(20deg);
    opacity: 0;
    -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.2s;
    -moz-transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.2s;
    -o-transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.2s;
    transition: cubic-bezier(0.55, 0, 0.1, 1) all 0.2s;
}
.right-contents:hover::before {
    opacity: 1;
    top: -12px;
    transition-delay: 0.4s;
}
.right-contents:hover::after {
    opacity: 1;
    top: -8px;
    transition-delay: 0.4s;
}
.right-contents:hover{
  opacity: 0.8;
}
.right-contents img{
  width:100%;
}
@media screen and (max-width: 767px) {
.right-contents{
  display: none;
}
}
