@charset "UTF-8";
/*
Theme Name: cytori_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 bold 700 Heavy 900 */
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #000;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_fut {
  /* regular 400 Heavy 700 */
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}

.f_min {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}
body.noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}
.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}
.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}
.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.header {
  position: relative;
  z-index: 999;
}

.skiptranslate {
  display: none;
}

.header_inner {
  position: relative;
  height: 140px;
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  text-align: center;
}
.header_logo h1 {
  font-size: 90%;
}

.header_lang {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 28px;
}

.header_nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-color: #3a6d8e;
}
.header_nav ul {
  padding-right: calc((100vw - 1080px) / 2);
  padding-left: 20px;
}
.header_nav ul li {
  display: inline-block;
}
.header_nav ul li a {
  display: block;
  padding: 9px 12px 13px;
  color: #fff;
}
.header_nav ul li a:hover i, .header_nav ul li a.is-act i {
  -webkit-transform: translateY(0%) translateX(-50%) scale(1, 1);
          transform: translateY(0%) translateX(-50%) scale(1, 1);
}
.header_nav ul li a .inn {
  position: relative;
  display: inline-block;
}
.header_nav ul li a span {
  font-size: 94%;
  font-weight: 700;
  line-height: 1;
}
.header_nav ul li a i {
  position: absolute;
  bottom: -2px;
  left: 50%;
  display: block;
  width: 96%;
  height: 1px;
  -webkit-transition: -webkit-transform 200ms 0s ease;
  transition: -webkit-transform 200ms 0s ease;
  transition: transform 200ms 0s ease;
  transition: transform 200ms 0s ease, -webkit-transform 200ms 0s ease;
  -webkit-transform: translateY(0%) translateX(-50%) scale(0, 1);
          transform: translateY(0%) translateX(-50%) scale(0, 1);
  background-color: #fff;
}

.header_nav_inner {
  position: relative;
}

.header_nav_cd {
  position: absolute;
  z-index: -1;
  top: 46px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  background-color: #3a6d8e;
}
.header_nav_cd a {
  color: #fff;
}
.header_nav_cd.is-over {
  z-index: 1;
  pointer-events: visible;
  opacity: 1;
}
.header_nav_cd dl {
  display: none;
  padding: 32px 61px;
}
.header_nav_cd dl.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_nav_cd dl._hide {
  display: none;
}
.header_nav_cd dl dt {
  line-height: 1;
  position: relative;
  color: #fff;
}
.header_nav_cd dl dt strong {
  font-size: 174%;
  font-weight: 700;
}
.header_nav_cd dl dt span {
  font-size: 94%;
  font-weight: 900;
  position: relative;
  top: -3px;
  margin-left: 7px;
}
.header_nav_cd dl dt i {
  position: absolute;
  top: 50%;
  right: 10vw;
  display: none;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.header_nav_cd dl dd {
  padding-left: 20px;
}
.header_nav_cd dl dd ul li {
  display: block;
  margin-bottom: 5px;
}
.header_nav_cd dl dd ul li:last-child {
  margin-bottom: 0;
}
.header_nav_cd dl dd ul li a {
  display: inline-block;
  padding: 4px 0;
}

.sp_navbtn {
  position: fixed;
  z-index: 1001;
  top: 15px;
  right: 15px;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3a6d8e;
}
.sp_navbtn .inn {
  position: relative;
  z-index: 102;
  top: 16px;
  left: 14px;
  width: 23px;
  height: 23px;
}
.sp_navbtn .inn i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 2.5px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  background-color: #fff;
}
.sp_navbtn .inn i:nth-child(2) {
  top: 8px;
}
.sp_navbtn .inn i:nth-child(3) {
  top: 16px;
}
.sp_navbtn.on .inn {
  top: 15px;
  left: 11px;
}
.sp_navbtn.on .inn i {
  width: 28px;
}
.sp_navbtn.on .inn i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp_navbtn.on .inn i:nth-child(2) {
  opacity: 0;
}
.sp_navbtn.on .inn i:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp_menu_overlay {
  position: fixed;
  z-index: 96;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
  background-color: #9d9d9d;
  mix-blend-mode: multiply;
}
.sp_menu_overlay.on {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.sp_menu_overlay.off {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
}
.btn:hover .bg {
  opacity: 0.9;
}
.btn:hover .inn i {
  -webkit-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px);
}
.btn .bg {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  background-color: #3a6d8e;
}
.btn .inn {
  position: relative;
  height: 60px;
}
.btn .inn p {
  font-size: 94%;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #fff;
}
.btn .inn i {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 24px;
  display: block;
  -webkit-transition: -webkit-transform 200ms 0s ease;
  transition: -webkit-transform 200ms 0s ease;
  transition: transform 200ms 0s ease;
  transition: transform 200ms 0s ease, -webkit-transform 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  color: #fff;
  scale: 0.9;
}

.sec_news_list._top {
  margin-bottom: -70px;
}
.sec_news_list._top .wrap {
  top: -140px;
  background-color: #fff;
}
.sec_news_list._irlib {
  margin-bottom: 80px;
}

.news_list {
  padding: 48px 40px;
}

.news_slct {
  padding-bottom: 15px;
  text-align: right;
}
.news_slct select {
  font-size: 107%;
  padding: 10px 20px;
  border: 1px solid #727272;
  background-color: #e3e3e3;
}

.news_head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_head .boxs .box {
  width: 30%;
}
.news_head .boxs .box:nth-child(2) {
  width: 70%;
}
.news_head .box_tit h2 {
  font-size: 174%;
  font-weight: 700;
}
.news_head .box_nav ul {
  text-align: right;
}
.news_head .box_nav ul li {
  display: inline-block;
  width: auto;
  height: 45px;
  margin-left: 5px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  text-align: center;
  white-space: nowrap;
  background-color: #e3e3e3;
}
.news_head .box_nav ul li.is-act, .news_head .box_nav ul li:hover {
  background-color: #727272;
}
.news_head .box_nav ul li.is-act span, .news_head .box_nav ul li:hover span {
  color: #fff;
}
.news_head .box_nav ul li span {
  font-size: 116%;
  line-height: 47px;
  display: block;
  color: #727272;
}
.news_head .box_nav ul li span._min {
  font-size: 96%;
  line-height: 45px;
}

.news_body ul {
  display: none;
}
.news_body ul.is-show {
  display: block;
}
.news_body ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_body ul li a, .news_body ul li .nolink {
  display: block;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
}
.news_body ul li a:hover, .news_body ul li .nolink:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.news_body ul li a .inn, .news_body ul li .nolink .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 81px;
}
.news_body ul li a .inn span.date, .news_body ul li .nolink .inn span.date {
  font-size: 107%;
  width: 144px;
  text-align: center;
}
.news_body ul li a .inn span.tag, .news_body ul li .nolink .inn span.tag {
  line-height: 23px;
  width: 100px;
  height: 23px;
  text-align: center;
  color: #fff;
  background-color: #727272;
}
.news_body ul li a .inn span.tag._min, .news_body ul li .nolink .inn span.tag._min {
  font-size: 80%;
  line-height: 22px;
}
.news_body ul li a .inn p, .news_body ul li .nolink .inn p {
  max-width: 600px;
  margin-left: 27px;
}
.news_body ul li a .inn p i, .news_body ul li .nolink .inn p i {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 5px;
  scale: 0.8;
}

.news_more {
  padding-top: 30px;
  text-align: center;
}
.news_more .btn {
  width: 260px;
}
.news_more .btn .inn {
  height: 50px;
}
.news_more .btn .inn p {
  font-size: 114%;
}

.footer_bread {
  font-size: 87%;
  padding: 18px 0;
  color: #727272;
}

.footer_bg {
  height: 339px;
  background-image: url(./img/common/footer_bg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer {
  padding: 37px 0 22px;
  color: #fff;
  background-color: #727272;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .boxs .box {
  float: none;
}
.footer .boxs .box:nth-child(1) {
  width: 36%;
}
.footer .boxs .box:nth-child(1) dl dt {
  width: 130px;
}
.footer .boxs .box:nth-child(2) {
  width: 30%;
}
.footer .boxs .box:nth-child(2) dl dt {
  width: 100px;
}
.footer .boxs .box:nth-child(3) {
  width: 39%;
}
.footer .boxs .box:nth-child(3) dl dt {
  width: 150px;
}
.footer .boxs .box:last-child {
  width: 17%;
}
.footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.footer dl dt, .footer dl dd {
  display: block;
}
.footer dl dd {
  font-size: 94%;
}
.footer ul li {
  margin-bottom: 7px;
}
.footer ul li ul {
  margin-top: 7px;
  padding-left: 10px;
}

.footer_logo {
  position: absolute;
  right: 0;
  bottom: 71px;
}

.footer_copy {
  margin-top: 165px;
  text-align: center;
}
.footer_copy p {
  font-size: 80%;
}

.footer_goto {
  position: absolute;
  top: 15px;
  right: 21px;
}
.footer_goto i {
  color: #3a6d8e;
  scale: 0.9;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_topimg .boxs .box:nth-child(1) {
  width: 65%;
  max-width: calc(100% - 373px);
}
.sec_top_topimg .boxs .box:nth-child(2) {
  width: 35%;
  min-width: 373px;
}
.sec_top_topimg .box_bg {
  width: 100%;
  height: 800px;
  background-image: url(./img/top/top_topimg_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec_top_topimg .box_clms {
  width: 353px;
  margin: 0 auto;
  padding-top: 110px;
}
.sec_top_topimg .box_tit h2 {
  font-size: 267%;
  font-weight: 900;
  line-height: 1.5;
  color: #3a6d8e;
}
.sec_top_topimg .box_clm {
  margin: 22px 0 36px;
}
.sec_top_topimg .box_clm p {
  font-size: 107%;
  line-height: 1.7;
  text-align: justify;
}

/****************************************
		pages Setting 
*****************************************/
.sec_pages_topimg {
  position: relative;
}
.sec_pages_topimg .wrap {
  z-index: 2;
  height: 260px;
}
.sec_pages_topimg .box_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec_pages_topimg .box_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.sec_pages_topimg .box_tit h2 {
  color: #fff;
}
.sec_pages_topimg .box_tit h2 span {
  font-size: 260%;
  font-weight: 900;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sec_pages_topimg .box_tit h2 strong {
  font-size: 114%;
  letter-spacing: 0.04em;
}

.sec_pages_menu {
  padding: 178px 0;
}
.sec_pages_menu._min {
  font-size: 80%;
}
.sec_pages_menu._min .pages_menu .boxs .box {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sec_pages_menu._min .box_clms {
  height: 150px;
}

.pages_menu .boxs .box {
  position: relative;
  width: 50%;
  padding: 62px 101px;
}
.pages_menu .boxs .box:hover .box_bg {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.pages_menu .boxs .box:hover .box_arw i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.pages_menu .box_clms {
  position: relative;
  z-index: 11;
  height: 200px;
  background-color: rgba(58, 109, 142, 0.8);
}
.pages_menu .box_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.pages_menu .box_tit h3 {
  text-align: center;
  color: #fff;
}
.pages_menu .box_tit h3 span {
  font-size: 214%;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pages_menu .box_tit h3 strong {
  font-size: 120%;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.pages_menu .box_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pages_menu .box_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pages_menu .box_arw {
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 14px;
  scale: 1.2;
}
.pages_menu .box_arw i {
  -webkit-transition: -webkit-transform 200ms 0s ease;
  transition: -webkit-transform 200ms 0s ease;
  transition: transform 200ms 0s ease;
  transition: transform 200ms 0s ease, -webkit-transform 200ms 0s ease;
  color: #fff;
}

/****************************************
		page Setting 
*****************************************/
.sec_page_ct {
  padding: 60px 0 0;
}

.page_ct_head._col1 .boxs .box:nth-child(2) {
  float: none;
  width: 100%;
}
.page_ct_head .boxs .box:nth-child(1) {
  float: right;
  width: 50%;
}
.page_ct_head .boxs .box:nth-child(2) {
  width: 50%;
  padding-left: calc((100% - 1080px) / 2);
}
.page_ct_head .box_img {
  height: 498px;
}
.page_ct_head .box_img img {
  width: 100%;
  height: 498px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_ct_head .box_tit {
  padding-top: 76px;
}
.page_ct_head .box_tit h3 span {
  font-size: 428%;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.page_ct_head .box_tit h3 strong {
  font-size: 114%;
  font-weight: 500;
  padding-left: 5px;
  letter-spacing: 0.04em;
}

.page_ct_read._misson .wrap {
  margin-top: 0;
  padding-top: 50px;
  background-color: transparent;
}
.page_ct_read._misson .wrap .box_clm h4 span {
  padding: 3px 10px;
  background-color: #e1e1e1;
}
.page_ct_read._misson .wrap .box_clm h5 {
  font-size: 154%;
}
.page_ct_read .wrap {
  z-index: 2;
  margin-top: -70px;
  background-color: #fff;
}
.page_ct_read .box_clm {
  padding: 10px 49px 0;
}
.page_ct_read .box_clm h4 {
  font-size: 174%;
  font-weight: 700;
  line-height: 2.1;
  margin-bottom: 15px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.page_ct_read .box_clm h5 {
  font-size: 114%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.page_ct_read .box_clm h5.tar {
  text-align: right;
}

.page_ct_clm .box_clm {
  padding: 50px 49px;
}
.page_ct_clm .box_clm p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.64;
  text-align: justify;
  letter-spacing: 0.04em;
}

.page_ct_img {
  padding: 30px 0;
}
.page_ct_img .box_img {
  width: 73.4%;
  height: 360px;
}
.page_ct_img .box_img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_ct_member {
  margin: 50px 0 0;
}
.page_ct_member._history .boxs .box:nth-child(1) {
  width: 250px;
}
.page_ct_member._history .boxs .box:nth-child(2) {
  width: calc(100% - 250px);
  padding-left: 50px;
}
.page_ct_member .boxs .box:nth-child(1) {
  width: 250px;
}
.page_ct_member .boxs .box:nth-child(2) {
  width: calc(100% - 250px);
  padding-left: 50px;
}

.member_tit {
  margin-bottom: 40px;
}
.member_tit h2 {
  position: relative;
}
.member_tit h2 strong {
  font-size: 174%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background-color: #fff;
}
.member_tit h2 i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: calc(100% + 4vw);
  height: 1px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #727272;
}

.member_item {
  margin-bottom: 50px;
  padding: 0 49px;
}
.member_item:last-child {
  margin-bottom: 0;
}
.member_item .box_name {
  margin-bottom: 20px;
}
.member_item .box_name strong {
  font-size: 147%;
}
.member_item .box_name small {
  font-size: 120%;
  margin-left: 20px;
}
.member_item .box_clm p {
  font-size: 107%;
  line-height: 1.7;
  text-align: justify;
}

.history_item {
  padding: 0 49px;
}
.history_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
.history_item dl dt, .history_item dl dd {
  font-size: 107%;
}
.history_item dl dt {
  font-weight: 700;
  width: 80px;
  margin-right: 20px;
  border-bottom: 1px dotted #727272;
}
.history_item dl dd {
  width: calc(100% - 100px);
  padding-bottom: 15px;
  border-bottom: 1px dotted #727272;
}

.page_ct_base {
  max-width: 982px;
  margin: 0 auto;
  padding-top: 80px;
}
.page_ct_base._pt0 {
  padding-top: 0;
}
.page_ct_base table {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.64;
  width: 100%;
  margin: 40px 0;
  letter-spacing: 0.04em;
}
.page_ct_base table tbody tr th, .page_ct_base table tbody tr td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #3a6d8e;
}
.page_ct_base table tbody tr th.tac, .page_ct_base table tbody tr td.tac {
  text-align: center;
}
.page_ct_base h1 {
  font-size: 157%;
  font-weight: 700;
  line-height: 1.64;
  margin: 30px 0;
  padding: 4px;
  letter-spacing: 0.04em;
  border-bottom: 3px solid #3a6d8e;
}
.page_ct_base h2 {
  font-size: 137%;
  font-weight: 700;
  line-height: 1.64;
  margin: 30px 0;
  padding: 4px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #3a6d8e;
}
.page_ct_base p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.64;
  margin: 40px 0;
  text-align: justify;
  letter-spacing: 0.04em;
}
.page_ct_base p a {
  text-decoration: underline;
  color: #3a6d8e;
}
.page_ct_base ul._gv {
  margin-top: -20px;
  padding-left: 20px;
}
.page_ct_base ul._gv li {
  margin-bottom: 10px;
}
.page_ct_base ul._gv li:last-child {
  margin-bottom: 0;
}
.page_ct_base ul._gvc {
  margin-top: 5px;
}

.page_ct_btns .boxs .box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.page_ct_btns .boxs .box:last-child {
  margin-right: 0;
}
.page_ct_btns .box_btn .inn p {
  font-size: 120%;
  margin: 0;
  letter-spacing: 0;
}

.page_ct_pipeline {
  margin: 50px 0 0;
}

.pipeline_tbl table {
  width: 100%;
}
.pipeline_tbl table th, .pipeline_tbl table td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.pipeline_tbl table thead tr th {
  padding: 10px;
  color: #fff;
  background-color: #2e74b5;
}
.pipeline_tbl table tbody tr td {
  height: 114px;
  padding: 16px 10px;
  background-color: #f2f2f2;
}
.pipeline_tbl table tbody tr td i {
  position: relative;
  z-index: 11;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 3px solid #001f5f;
  border-radius: 50%;
  background-color: #001f5f;
}
.pipeline_tbl table tbody tr td i._last:after {
  display: none;
}
.pipeline_tbl table tbody tr td i._grayLine:after {
  background-color: #bebebe;
}
.pipeline_tbl table tbody tr td i._grayCircle {
  border-color: #7f7f7f;
  background-color: #f2f2f2;
}
.pipeline_tbl table tbody tr td i:after {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 22px;
  width: 110px;
  height: 5px;
  content: "";
  background-color: #001f5f;
}

/****************************************
		wp-pagenavi Setting 
*****************************************/
.wp-pagenavi {
  font-size: 108%;
  font-weight: 700;
  clear: both;
  zoom: 1;
  padding-top: 30px;
  text-align: center;
}
.wp-pagenavi:before {
  display: block;
  content: "";
}
.wp-pagenavi:after {
  font-size: 0.1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  content: "";
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 34px;
  height: 34px;
}
.wp-pagenavi span {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.wp-pagenavi span.current {
  color: #3a6d8e;
  border-color: #3a6d8e !important;
}
.wp-pagenavi a {
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  border-color: #3a6d8e !important;
  background-color: #3a6d8e;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  color: #3a6d8e;
  background: #fff;
}

/****************************************
		form Setting 
*****************************************/
.mw_wp_form span._caun, .mw_wp_form span._cau {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  text-align: center;
}
.mw_wp_form span._cau {
  color: #fff;
  background-color: #ff5959;
}
.mw_wp_form span._caun {
  background-color: #e3e3e3;
}
.mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form textarea {
  font-size: 107%;
  padding: 10px;
}
.mw_wp_form input[type=submit] {
  font-size: 107%;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 353px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  color: #fff;
  border: none;
  background-color: #3a6d8e;
}
.mw_wp_form input[type=submit]:hover {
  opacity: 0.9;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1199px) {
  .sec_top_topimg .boxs .box:nth-child(1) {
    width: 50%;
    max-width: none;
  }
  .sec_top_topimg .boxs .box:nth-child(2) {
    width: 50%;
    min-width: 373px;
  }
}
@media (max-width: 1144px) {
  .wrap {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .header_nav ul {
    padding-right: 2vw;
  }
  .footer .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .boxs .box:nth-child(1) {
    width: 40%;
  }
  .footer .boxs .box:nth-child(1) dl dt {
    width: 150px;
  }
  .footer .boxs .box:nth-child(2) {
    width: 40%;
  }
  .footer .boxs .box:nth-child(2) dl dt {
    width: 100px;
  }
  .footer .boxs .box:nth-child(3) {
    width: 40%;
  }
  .footer .boxs .box:last-child {
    width: 40%;
  }
  .footer_logo {
    right: 5vw;
    bottom: 100px;
  }
  .footer_copy {
    margin-top: 50px;
  }
  .news_head .boxs .box:nth-child(1) {
    width: 100%;
  }
  .news_head .boxs .box:nth-child(2) {
    width: 100%;
  }
  .pages_menu .boxs .box {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .page_ct_head .boxs .box:nth-child(2) {
    padding-left: 2vw;
  }
  .page_ct_read .wrap {
    margin-top: 0;
    padding-top: 25px;
  }
  .page_ct_read .box_clm {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .page_ct_read .box_clm h4 {
    white-space: inherit;
  }
  .page_ct_read .box_clm h4 br {
    display: none;
  }
  .page_ct_clm .box_clm {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .member_item, .history_item {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media (max-width: 1023px) {
  .pipeline_tbl table tbody tr td i:after {
    width: 9.2vw;
  }
}
@media (max-width: 999px) {
  .header_nav {
    position: fixed;
    top: 0;
    right: inherit;
    left: 0;
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
    background-color: #3a6d8e;
  }
  .header_nav.on {
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
  }
  .header_nav.off {
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
  }
  .header_nav_cd {
    position: relative;
    z-index: 1000;
    top: 0;
    padding: 80px 0;
    pointer-events: visible;
    opacity: 1;
  }
  .header_nav_cd dl {
    display: block;
    padding: 0;
  }
  .header_nav_cd dl._hide {
    display: block;
  }
  .header_nav_cd dl dt {
    padding: 32px 61px;
    cursor: pointer;
  }
  .header_nav_cd dl dt i {
    display: block;
  }
  .header_nav_cd dl dd {
    padding-left: 100px;
  }
  .header_nav_inner ul {
    display: none;
  }
  .sp_navbtn {
    display: block;
  }
  .footer .boxs .box:nth-child(1) {
    width: 50%;
  }
  .footer .boxs .box:nth-child(2) {
    width: 50%;
  }
  .footer .boxs .box:nth-child(3) {
    width: 50%;
  }
  .footer .boxs .box:last-child {
    width: 50%;
  }
  .footer_logo {
    right: 5vw;
    bottom: 100px;
    width: 200px;
  }
}
@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_topimg {
      height: -webkit-fill-available;
    }
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  	Base Setting 
  *****************************************/
  .wrap {
    padding: 0 5vw;
  }
  .header_inner {
    height: 110px;
  }
  .header_lang {
    position: absolute;
    top: 78%;
    right: inherit;
    bottom: inherit;
    left: 2vw;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .header_lang .goog-te-gadget .goog-te-combo {
    font-size: 10px;
    margin-bottom: -6px;
  }
  .header_lang .goog-te-gadget div {
    margin-bottom: -6px;
  }
  .header_logo {
    top: 35%;
    left: 2vw;
  }
  .header_logo img {
    width: 120px;
  }
  .header_logo h1 {
    font-size: 79%;
    position: relative;
    top: -5px;
    left: 10px;
    display: inline-block;
  }
  .header_nav {
    z-index: 99;
  }
  .header_nav ul li a span {
    font-size: 100%;
  }
  .header_nav_cd {
    padding: 70px 0;
  }
  .header_nav_cd a {
    display: inline-block;
  }
  .header_nav_cd dl dt {
    padding: 15px 5vw;
  }
  .header_nav_cd dl dt strong {
    font-size: 164%;
    display: block;
    margin-bottom: 10px;
  }
  .header_nav_cd dl dt span {
    font-size: 85%;
    display: block;
  }
  .header_nav_cd dl dd {
    padding-left: 5vw;
  }
  .sec_news_list._top {
    margin-bottom: 0;
  }
  .sec_news_list._top .wrap {
    top: 0;
    background-color: transparent;
  }
  .sec_news_list._irlib {
    margin-bottom: 30px;
  }
  .news_list {
    padding: 48px 0;
  }
  .news_head .box_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .news_head .box_nav ul li {
    display: block;
    width: auto;
    margin: 5px 5px 5px 0;
    padding: 0 10px;
  }
  .news_head .box_nav ul li span._min {
    font-size: 92%;
  }
  .news_body ul {
    display: none;
  }
  .news_body ul.is-show {
    display: block;
  }
  .news_body ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .news_body ul li a, .news_body ul li .nolink {
    display: block;
    -webkit-transition: background-color 200ms 0s ease;
    transition: background-color 200ms 0s ease;
  }
  .news_body ul li a:hover, .news_body ul li .nolink:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .news_body ul li a .inn, .news_body ul li .nolink .inn {
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    height: auto;
    padding: 15px;
  }
  .news_body ul li a .inn span, .news_body ul li .nolink .inn span {
    display: inline-block;
  }
  .news_body ul li a .inn span.date, .news_body ul li .nolink .inn span.date {
    width: auto;
    margin-right: 10px;
    text-align: left;
  }
  .news_body ul li a .inn p, .news_body ul li .nolink .inn p {
    max-width: inherit;
    margin-left: 0;
    padding-top: 10px;
  }
  .footer_bread {
    padding-right: 20px;
  }
  .footer_bread a, .footer_bread span {
    font-size: 80%;
  }
  .footer_bg {
    height: 150px;
  }
  .footer {
    padding: 37px 0 22px;
    color: #fff;
    background-color: #727272;
  }
  .footer a {
    color: #fff;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .footer .boxs {
    display: block;
  }
  .footer .boxs .box {
    float: none;
  }
  .footer .boxs .box:nth-child(1) {
    width: 100%;
  }
  .footer .boxs .box:nth-child(1) dl dt {
    width: auto;
  }
  .footer .boxs .box:nth-child(2) {
    width: 100%;
  }
  .footer .boxs .box:nth-child(2) dl dt {
    width: auto;
  }
  .footer .boxs .box:nth-child(3) {
    width: 100%;
  }
  .footer .boxs .box:nth-child(3) dl dt {
    width: auto;
  }
  .footer .boxs .box:last-child {
    width: 100%;
  }
  .footer dl {
    display: block;
    padding-left: 10vw;
  }
  .footer dl dt {
    display: block;
    padding-bottom: 5px;
  }
  .footer dl dd {
    padding-left: 10vw;
  }
  .footer_logo {
    position: relative;
    right: inherit;
    bottom: inherit;
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  /****************************************
  	top Setting 
  *****************************************/
  .sec_top_topimg .boxs .box {
    float: none;
  }
  .sec_top_topimg .boxs .box:nth-child(1) {
    width: 100%;
    max-width: inherit;
  }
  .sec_top_topimg .boxs .box:nth-child(2) {
    width: 100%;
    min-width: inherit;
  }
  .sec_top_topimg .box_bg {
    height: 250px;
  }
  .sec_top_topimg .box_clms {
    width: 100%;
    padding: 30px 5vw 15px;
  }
  .sec_top_topimg .box_tit h2 {
    font-size: 207%;
  }
  .sec_top_topimg .box_clm {
    margin: 22px 0 36px;
  }
  .sec_top_topimg .box_clm p {
    font-size: 100%;
  }
  /****************************************
  		pages Setting 
  *****************************************/
  .sec_pages_topimg .wrap {
    height: 160px;
  }
  .sec_pages_topimg .box_tit h2 span {
    font-size: 160%;
  }
  .sec_pages_topimg .box_tit h2 strong {
    font-size: 100%;
  }
  .sec_pages_menu {
    padding: 78px 0;
  }
  .pages_menu .boxs .box {
    width: 100%;
    padding: 30px 5vw;
  }
  .pages_menu .box_clms {
    height: 130px;
  }
  .pages_menu .box_tit h3 span {
    font-size: 164%;
  }
  .pages_menu .box_tit h3 strong {
    font-size: 100%;
  }
  .pages_menu .box_arw {
    right: 20px;
    bottom: 10px;
    scale: 1;
  }
  /****************************************
  		page Setting 
  *****************************************/
  .sec_page_ct {
    padding: 60px 0 0;
  }
  .page_ct_head .boxs .box:nth-child(1) {
    float: none;
    width: 90%;
  }
  .page_ct_head .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    padding-left: 5vw;
  }
  .page_ct_head .box_img {
    height: 198px;
  }
  .page_ct_head .box_img img {
    height: 198px;
  }
  .page_ct_head .box_tit {
    padding-top: 36px;
  }
  .page_ct_head .box_tit h3 span {
    font-size: 217%;
  }
  .page_ct_head .box_tit h3 strong {
    font-size: 100%;
  }
  .page_ct_read._misson .wrap {
    margin-top: 0;
    padding-top: 50px;
    background-color: transparent;
  }
  .page_ct_read._misson .wrap .box_clm h4 {
    font-size: 139%;
  }
  .page_ct_read._misson .wrap .box_clm h4 br {
    display: block;
  }
  .page_ct_read._misson .wrap .box_clm h4 span {
    padding: 3px 0;
  }
  .page_ct_read._misson .wrap .box_clm h5 {
    font-size: 126%;
  }
  .page_ct_read .box_clm h4 {
    font-size: 124%;
    line-height: 1.9;
    text-align: justify;
  }
  .page_ct_read .box_clm h5 {
    font-size: 107%;
    letter-spacing: 0.04em;
  }
  .page_ct_clm .box_clm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page_ct_img {
    padding: 10px 0;
  }
  .page_ct_img .box_img {
    width: 90%;
    height: 160px;
  }
  .page_ct_img .box_img img {
    height: 160px;
  }
  .page_ct_member {
    margin: 50px 0 0;
  }
  .page_ct_member .boxs .box {
    float: none;
  }
  .page_ct_member .boxs .box:nth-child(1) {
    width: 100%;
  }
  .page_ct_member .boxs .box:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .member_tit {
    margin-bottom: 20px;
  }
  .member_tit h2 strong {
    font-size: 164%;
    padding: 0 20px 0 0;
  }
  .member_tit h2 i {
    width: 100%;
  }
  .member_item {
    margin-bottom: 30px;
  }
  .member_item .box_img {
    margin-bottom: 20px;
    text-align: center;
  }
  .member_item .box_img img {
    width: 65%;
  }
  .member_item .box_name {
    margin-bottom: 20px;
  }
  .member_item .box_name strong {
    font-size: 137%;
  }
  .member_item .box_name small {
    font-size: 100%;
    margin-left: 10px;
  }
  .member_item .box_clm p {
    font-size: 100%;
  }
  .page_ct_base {
    padding-top: 30px;
  }
  .page_ct_base table {
    font-size: 100%;
    display: block;
    margin: 20px 0;
  }
  .page_ct_base table tbody {
    display: block;
  }
  .page_ct_base table tbody tr {
    display: block;
  }
  .page_ct_base table tbody tr th, .page_ct_base table tbody tr td {
    display: block;
    width: 100% !important;
    padding: 10px;
    word-break: break-all;
  }
  .page_ct_base table tbody tr th:first-child, .page_ct_base table tbody tr td:first-child {
    padding-bottom: 0;
    white-space: nowrap;
    border: none;
  }
  .page_ct_base p {
    margin: 30px 0;
  }
  .page_ct_btns .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page_ct_btns .boxs .box:last-child {
    margin-right: 0;
  }
  .page_ct_btns .box_btn .inn p {
    font-size: 120%;
    margin: 0;
    letter-spacing: 0;
  }
  .pipeline_tbl {
    overflow-x: scroll;
  }
  .pipeline_tbl table {
    width: 820px;
  }
  .pipeline_tbl table thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pipeline_tbl table tbody tr td {
    height: 100px;
  }
  .pipeline_tbl table tbody tr td i:after {
    width: 80px;
  }
  .mw_wp_form table {
    display: block;
  }
  .mw_wp_form table tbody tr {
    display: block;
  }
  .mw_wp_form table tbody tr th, .mw_wp_form table tbody tr td {
    display: block;
  }
  .mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form textarea {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */