@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー*/
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media screen and (max-width: 1000px) {
  .contentsHead {
    width: 100%;
    background: url(../images/second/second_contents_bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    font-style: italic;
    height: 150px; }
    .contentsHead.subleace {
      background: url(../images/second/second_subleace_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.select {
      background: url(../images/second/second_select_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.flow {
      background: url(../images/second/second_flow_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.performance {
      background: url(../images/second/second_performance_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.company {
      background: url(../images/second/second_company_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.faq {
      background: url(../images/second/second_faq_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.access {
      background: url(../images/second/second_access_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.owner {
      background: url(../images/second/second_owner_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.monthlyparking {
      background: url(../images/second/second_monthlyparking_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.inquiry {
      background: url(../images/second/second_inquiry_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.news {
      background: url(../images/second/second_news_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.privacypolicy {
      background: url(../images/second/second_privacypolicy_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead .title {
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      padding: 0 20px;
      font-size: 24px; }
      .contentsHead .title + span {
        color: #fff;
        font-weight: bold;
        line-height: 1.3;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        margin-top: 5px;
        padding-left: 20px; }
      .contentsHead .title span {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        margin-top: 5px; }
  .contents_inner {
    padding: 0px 20px;
    margin-top: 30px; }
    .contents_inner.col1 {
      padding: 0; }
  .common_inner {
    padding: 0px 20px; }
  .faq_wrap {
    margin-bottom: 50px; }
    .faq_wrap dl {
      border-bottom: 2px solid #dedede;
      position: relative;
      margin-bottom: 30px; }
      .faq_wrap dl:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 21px;
        height: 3px;
        background-color: #000;
        right: 15px;
        top: 12px;
        right: 0;
        top: 11px;
        width: 17px;
        height: 3px; }
      .faq_wrap dl:before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 21px;
        width: 3px;
        background-color: #000;
        right: 24px;
        top: 3px;
        right: 7px;
        top: 4px;
        width: 3px;
        height: 17px; }
      .faq_wrap dl.open:before {
        content: none; }
      .faq_wrap dl dt, .faq_wrap dl button {
        font-weight: bold;
        position: relative;
        line-height: 1.3;
        width: 100%;
        border: none;
        background-color: transparent;
        text-align: left;
        display: block;
        font-size: 18px;
        padding-left: 45px;
        padding-right: 30px;
        padding-bottom: 20px; }
        .faq_wrap dl dt:before, .faq_wrap dl button:before {
          content: "Q";
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-style: italic;
          font-family: "Poppins", sans-serif;
          background-color: #0d3387;
          font-weight: bold;
          position: absolute;
          left: 0;
          top: -5px;
          width: 40px;
          height: 40px;
          font-size: 24px;
          top: -3px;
          width: 30px;
          height: 30px;
          font-size: 16px; }
      .faq_wrap dl dd {
        position: relative;
        display: none;
        padding-left: 40px;
        padding-bottom: 30px; }
        .faq_wrap dl dd:before {
          content: "A";
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-style: italic;
          font-family: "Poppins", sans-serif;
          background-color: #d2383a;
          font-weight: bold;
          position: absolute;
          left: 0;
          top: 0px;
          width: 40px;
          height: 40px;
          font-size: 24px;
          width: 30px;
          height: 30px;
          font-size: 16px; }
  .gmap iframe {
    width: 100%;
    height: 300px; }
  .map_detail {
    margin-top: 20px; }
    .map_detail .place .title {
      margin-top: 0;
      padding-left: 30px;
      position: relative;
      font-size: 20px;
      font-size: 18px; }
      .map_detail .place .title:before {
        content: "";
        background: url(../images/second/icon_building.png) no-repeat;
        display: inline-block;
        width: 18px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 4px; }
    .map_detail .place .place_detail {
      margin-top: 20px;
      border-left: 1px solid #d2383a;
      padding-left: 20px;
      padding-left: 15px;
      margin-top: 15px; }
    .map_detail .station {
      margin-top: 30px; }
      .map_detail .station .title {
        margin-top: 0;
        padding-left: 30px;
        position: relative;
        font-size: 20px;
        font-size: 18px; }
        .map_detail .station .title:before {
          content: "";
          background: url(../images/second/icon_train.png) no-repeat;
          display: inline-block;
          width: 18px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 4px; }
      .map_detail .station .commonList {
        margin-top: 20px;
        margin-top: 15px; }
  .news_list {
    border-top: 1px solid #000;
    margin-top: 20px; }
    .news_list li {
      border-bottom: 1px solid #000; }
    .news_list a {
      text-decoration: none;
      color: #000;
      display: block;
      padding: 20px 0; }
    .news_list .ymd {
      font-family: "Poppins", sans-serif;
      color: #0d3387;
      font-weight: bold;
      align-self: flex-start; }
    .news_list .cat {
      color: #fff;
      display: inline-block;
      background-color: #0d3387;
      text-align: center;
      line-height: 1.3;
      align-self: flex-start;
      font-size: 10px;
      padding: 3px 10px 4px;
      margin-left: 10px; }
    .news_list p {
      margin-top: 10px; }
  .wp-pagenavi {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    margin-top: 30px; }
    .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #0d3387;
      color: #000;
      text-decoration: none;
      margin: 0 5px;
      font-weight: normal;
      min-width: 30px;
      min-height: 30px; }
    .wp-pagenavi .nextpostslink {
      background: url(../images/second/arrow_right.png) no-repeat center;
      background-size: 14px 4px; }
      .wp-pagenavi .nextpostslink:hover {
        background: url(../images/second/arrow_right_red.png) no-repeat center;
        background-size: 14px 4px; }
    .wp-pagenavi .previouspostslink {
      background: url(../images/second/arrow_left.png) no-repeat center;
      background-size: 14px 4px; }
      .wp-pagenavi .previouspostslink:hover {
        background: url(../images/second/arrow_left_red.png) no-repeat center;
        background-size: 14px 4px; }
    .wp-pagenavi .extend {
      border: none; }
      .wp-pagenavi .extend:hover {
        background: #fff;
        opacity: 1;
        border: none !important;
        color: #000; }
    .wp-pagenavi span.current {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #d2383a;
      color: #d2383a;
      margin: 0 3px;
      font-weight: normal;
      min-width: 30px;
      min-height: 30px; }
    .wp-pagenavi .prev, .wp-pagenavi.nextpostslink {
      color: #000; }
      .wp-pagenavi .prev:hover, .wp-pagenavi.nextpostslink:hover {
        background-color: #d2383a;
        color: #fff; }
  .breadcrumbs {
    display: flex;
    margin: 0 20px;
    padding-top: 3px;
    padding-bottom: 2px; }
    .breadcrumbs > span {
      display: inline-block;
      position: relative;
      padding-right: 7px;
      font-size: 15px;
      color: #000;
      font-size: 11px; }
      .breadcrumbs > span:not(:last-of-type)::after {
        content: ">";
        display: inline-block;
        margin-left: 7px; }
      .breadcrumbs > span a {
        color: #000; }
  .form-wrap dl:not(:first-of-type) {
    margin-top: 20px; }
  .form-wrap dl:first-of-type {
    margin-top: 40px; }
  .form-wrap dl dt {
    font-weight: bold;
    margin: 0 0 10px; }
    .form-wrap dl dt .form-must {
      display: inline-block;
      color: #fff;
      background-color: #d2383a;
      font-size: 12px;
      padding: 2px 5px;
      margin-left: 10px; }
  .form-wrap dl dd.flexBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap; }
    .form-wrap dl dd.flexBox input {
      width: 100% !important;
      margin-top: 10px; 
	}
	.form-wrap dl dd.flexBox div {
      width: 70% !important;
	}
  .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"] {
    padding: 0 15px;
    height: 50px;
    background: #f5f5f5;
    line-height: 1.0;
    border: 1px solid #ccc;
    width: 100%; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-webkit-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-moz-placeholder {
      color: #aaa; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-ms-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::placeholder {
      color: #000; }
    .form-wrap .sizeS {
      width: 30%!important; }
  .form-wrap dl dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #f5f5f5;
    border: 1px solid #ccc; }
    .form-wrap dl dd textarea::-webkit-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd textarea::-moz-placeholder {
      color: #aaa; }
    .form-wrap dl dd textarea::-ms-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd textarea::placeholder {
      color: #aaa; }
  .form-wrap dl dd .inner_input li:not(:first-of-type) {
    margin-top: 10px; }
  .form-wrap dl dd .inner_input input {
    width: 100%; 
	}
	.form-wrap dl dd .inner_input div {
    width: calc(100% - 150px); 
	}
	.form-wrap dl dd .inner_input li {
		display: flex;
		align-items: center;
	}
  .form-wrap dl dd .inner_input .stitle {
    display: inline-block;
    width: 140px; }
  .form-wrap dl dd .attachedTxt {
    margin: 0 10px;
    font-size: 14px; }
  .form-wrap .form-radio > span {
    position: relative;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px; }
    .form-wrap .form-radio > span input[type="radio"] {
      position: relative;
      width: 16px;
      height: 16px;
      border: 1px solid #ccc;
      border-radius: 50%;
      vertical-align: -2px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .form-wrap .form-radio > span input[type="radio"]:checked:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #d2383a;
        content: ''; }
    .form-wrap .form-radio > span + span {
      padding: 0 0 0 0; }
  .form-wrap .btnWrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse; }
    .form-wrap .btnWrap input[type="submit"],
    .form-wrap .btnWrap input[type="button"] {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      -moz-appearance: button;
           appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      background: url(../images/common/btn_arrow.png) no-repeat right 20px center #d2383a;
      border: 2px solid #d2383a;
      background-size: 18px; }
      .form-wrap .btnWrap input[type="submit"].back,
      .form-wrap .btnWrap input[type="button"].back {
        background: #fff;
        color: #0d3387;
        border: 2px solid #0d3387;
        transition: .2s all;
        position: relative;
        width: 40%;
        margin-top: 20px;
        padding: 10px 35px; }
        .form-wrap .btnWrap input[type="submit"].back:hover,
        .form-wrap .btnWrap input[type="button"].back:hover {
          background-color: #0d3387;
          color: #fff;
          opacity: 1; }
  hr {
    height: 1px;
    background-color: #dadada;
    border: none;
    margin-top: 30px; }
  .contact_tel_wrap {
    margin-top: 30px; }
    .contact_tel_wrap .tel_box {
      background-color: #f7f7f7;
      text-align: center;
      position: relative;
      padding: 20px; }
      .contact_tel_wrap .tel_box:not(:first-of-type):after {
        content: "";
        display: block;
        width: calc(100% - 40px);
        height: 1px;
        border-top: 1px dashed #000;
        position: absolute;
        left: 20px;
        top: 0; }
      .contact_tel_wrap .tel_box .title {
        text-align: center;
        margin: 0;
        position: relative;
        font-size: 20px;
        /*
			&:before{
			content: "";
			display: block;
			width: 100%;
			height: 1px;
			background-color: #000;
			position: absolute;
			top: 50%;
			left: 0;
		}
			span{
			display: inline-block;
			background-color: #f7f7f7;
			position: relative;
			z-index: 2;
			padding: 0 50px;
		}
			*/ }
      .contact_tel_wrap .tel_box .tel {
        color: #0d3387;
        font-weight: bold;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        position: relative;
        background: url(../images/common/ico_tel.png) no-repeat left top 10px;
        font-size: 32px;
        padding-left: 30px;
        background-size: 20px;
        background-position: left top 4px; }
      .contact_tel_wrap .tel_box dl {
        text-align: left;
        color: #0d3387;
        display: flex;
        align-items: center; }
        .contact_tel_wrap .tel_box dl dt {
          text-align: center;
          padding: 10px 10px;
          border: 1px solid #0d3387;
          display: inline-block;
          padding: 3px 5px;
          font-size: 12px;
          width: 70px;
          align-self: flex-start; }
        .contact_tel_wrap .tel_box dl dd {
          width: calc(100% - 70px);
          margin-left: 10px; }
  .contact_link_wrap {
    margin-top: 30px; }
    .contact_link_wrap > div {
      background-color: #f7f7f7;
      padding: 20px; }
      .contact_link_wrap > div:not(:first-of-type) {
        margin-top: 15px; }
      .contact_link_wrap > div .icon {
        display: block;
        text-align: center;
        margin-top: 10px; }
      .contact_link_wrap > div p {
        margin-top: 20px; }
      .contact_link_wrap > div .commonBtn {
        margin-top: 20px; }
        .contact_link_wrap > div .commonBtn:after {
          width: 18px;
          height: 13px;
          right: 20px;
          top: calc(50% - 6px); }
        .contact_link_wrap > div .commonBtn[target="_blank"]:after, .contact_link_wrap > div .commonBtn[target="newwindow"]:after {
          width: 16px;
          height: 16px;
          top: calc(50% - 8px); }
  .agreeBox {
    padding: 30px 20px 30px;
    margin-top: 40px;
    background: #f0f1f5; }
    .agreeBox .agreeBoxNotes {
      margin-top: 0;
      margin-bottom: 22px; }
      .agreeBox .agreeBoxNotes a {
        color: #000000; }
    .agreeBox .title {
      font-weight: 700;
      padding-bottom: 15px; }
    .agreeBox ul {
      padding-left: 1.3em; }
      .agreeBox ul li {
        list-style: disc;
        margin-top: 1em; }
    .agreeBox .whiteBox {
      background-color: #fff;
      padding: 20px;
      margin-bottom: 30px;
      margin-top: 30px; }
      .agreeBox .whiteBox p {
        margin-top: 1em;
        font-size: 14px;
        line-height: 1.6; }
    .agreeBox .agreeBoxCheck {
      display: flex;
      align-items: center;
      justify-content: center; }
      .agreeBox .agreeBoxCheck .inputCheckWrap {
        font-weight: bold; }
        .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"] {
          position: relative;
          width: 16px;
          height: 16px;
          border: 1px solid #ccc;
          vertical-align: -5px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"]:checked {
            background: #d2383a; }
            .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"]:checked:before {
              position: absolute;
              top: 1px;
              left: 4px;
              -webkit-transform: rotate(50deg);
                      transform: rotate(50deg);
              width: 4px;
              height: 8px;
              border-right: 2px solid #fff;
              border-bottom: 2px solid #fff;
              content: ''; }
  .bnr_2_wrap {
    margin-top: 40px; }
    .bnr_2_wrap a {
      display: block; }
      .bnr_2_wrap a img {
        max-width: 100%; }
      .bnr_2_wrap a:not(:first-of-type) {
        margin-top: 15px; }
  .ymd_tag_area {
    margin-bottom: 5px; }
    .ymd_tag_area .ymd {
      color: #0d3387;
      font-weight: bold;
      font-size: 20px;
      font-family: "Poppins", sans-serif;
      font-size: 16px; }
    .ymd_tag_area .tag {
      color: #fff;
      display: inline-block;
      background-color: #0d3387;
      text-align: center;
      line-height: 1.3;
      font-size: 12px;
      padding: 3px 10px 4px;
      margin-left: 10px; }
  .newsH1 {
    line-height: 1.3;
    border-bottom: 1px solid #dedede;
    font-size: 20px;
    padding-bottom: 20px; }
  .merit_wrap {
    margin-top: 30px; }
    .merit_wrap > div.block:not(:first-of-type) {
      margin-top: 10px; }
    .merit_wrap > div.block .title {
      background-color: #f6f6f7;
      display: flex;
      align-content: stretch; }
      .merit_wrap > div.block .title .merit {
        background-color: #d2383a;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.1em;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        padding: 10px 10px 5px;
        width: 59px; }
        .merit_wrap > div.block .title .merit span {
          display: block; }
      .merit_wrap > div.block .title h3 {
        color: #0d3387;
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 5px 10px; }
    .merit_wrap > div.block .content {
      padding: 20px 0;
      display: flex; }
      .merit_wrap > div.block .content .icon {
        display: block;
        width: 80px; }
      .merit_wrap > div.block .content p {
        margin-top: 0;
        margin-left: 20px;
        width: calc(100% - 70px);
        margin-left: 15px; }
  .reason_wrap {
    margin-top: 30px; }
    .reason_wrap > div.block {
      background-color: #f6f6f7;
      overflow: hidden;
      position: relative;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      opacity: 0;
      transition: all .5s; }
      .reason_wrap > div.block.inView {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .reason_wrap > div.block:not(:first-of-type) {
        margin-top: 20px; }
      .reason_wrap > div.block .num {
        position: absolute;
        color: rgba(8, 51, 136, 0.08);
        font-family: "Poppins", sans-serif;
        font-style: italic;
        font-weight: bold;
        line-height: 1;
        font-size: 100px;
        right: -5px;
        bottom: -20px; }
      .reason_wrap > div.block h3 {
        margin: 0 auto;
        color: #fff;
        background-color: #d2383a;
        -webkit-transform: skewX(-15deg);
                transform: skewX(-15deg);
        text-align: center;
        padding: 8px 10px;
        width: 87%; }
        .reason_wrap > div.block h3 span {
          display: inline-block;
          -webkit-transform: skewX(15deg);
                  transform: skewX(15deg); }
      .reason_wrap > div.block .content {
        padding: 20px 20px 20px; }
        .reason_wrap > div.block .content .img {
          display: block;
          text-align: center; }
        .reason_wrap > div.block .content p {
          margin-top: 0;
          margin-top: 20px; }
  .col3_wrap {
    margin-top: 30px; }
    .col3_wrap > div.block {
      background-color: #fef9f9; }
      .col3_wrap > div.block:not(:first-of-type) {
        margin-top: 20px; }
      .col3_wrap > div.block a {
        text-decoration: none;
        color: #000;
        display: block; }
        .col3_wrap > div.block a:hover .text {
          text-decoration: underline; }
      .col3_wrap > div.block .img img {
        max-width: 100%; }
      .col3_wrap > div.block .text_wrap {
        border-top: 4px solid #d2383a;
        padding: 20px 20px 30px; }
        .col3_wrap > div.block .text_wrap .title {
          margin-top: 0;
          line-height: 1.3;
          font-weight: bold;
          font-size: 18px; }
          .col3_wrap > div.block .text_wrap .title span {
            color: #d2383a;
            display: inline-block;
            padding-top: 15px;
            background: url(../images/second/red_dot.png) repeat-x top left;
            background-size: 1em; }
        .col3_wrap > div.block .text_wrap .text {
          font-size: 16px;
          margin-top: 10px; }
  .flow_wrap {
    margin-top: 40px; }
    .flow_wrap > div.block {
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      opacity: 0;
      transition: all .8s; }
      .flow_wrap > div.block.inView {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .flow_wrap > div.block {
      background-color: #f6f6f7;
      position: relative;
      padding: 30px 20px 30px; }
      .flow_wrap > div.block:not(:first-of-type) {
        margin-top: 80px; }
        .flow_wrap > div.block:not(:first-of-type):before {
          content: "";
          display: inline-block;
          background: url(../images/second/flow/flow_arrow.jpg) no-repeat;
          background-size: cover;
          position: absolute;
          width: 103px;
          height: 26px;
          top: -50px;
          left: calc(50% - 51px); }
      .flow_wrap > div.block .text_wrap ul, .flow_wrap > div.block .text_wrap p {
        margin-top: 10px; }
      .flow_wrap > div.block .text_wrap h3 {
        color: #0d3387;
        font-size: 20px;
        position: relative;
        padding-left: 70px; }
        .flow_wrap > div.block .text_wrap h3 .num {
          font-family: "Poppins", sans-serif;
          color: #d2383a;
          font-style: italic;
          margin-right: 15px;
          display: inline-block;
          line-height: 1;
          font-size: 45px;
          position: absolute;
          left: 0;
          top: -10px; }
      .flow_wrap > div.block .img {
        margin-top: 20px; }
        .flow_wrap > div.block .img img {
          max-width: 100%; }
  .step_title {
    background-color: #f6f6f7;
    display: flex;
    align-content: stretch;
    margin-top: 20px; }
    .step_title .step {
      background-color: #d2383a;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.1em;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      padding: 10px 10px 5px;
      width: 59px; }
      .step_title .step span {
        display: block; }
    .step_title h3 {
      color: #0d3387;
      display: flex;
      align-items: center;
      font-size: 16px;
      padding: 5px 10px; }
  .performance_map {
    margin-top: 20px; }
  .performance_num {
    margin-top: 20px;
    text-align: center;
    position: relative; }
    .performance_num:after {
      content: "";
      display: block;
      background-color: #e2e2e2;
      width: 100%;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      height: 3px;
      height: 2px; }
    .performance_num .inner {
      text-align: center;
      display: inline-block;
      background-color: #fff;
      position: relative;
      z-index: 2;
      padding: 0 20px; }
    .performance_num .location {
      font-weight: bold;
      font-style: italic;
      color: #0d3387;
      text-align: left;
      font-size: 18px; }
      .performance_num .location .num {
        font-size: 24px; }
    .performance_num .room {
      font-weight: bold;
      font-style: italic;
      color: #0d3387;
      text-align: left;
      font-size: 18px; }
      .performance_num .room .num {
        color: #d2383a;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        font-size: 60px; }
    .performance_num .date {
      font-size: 13px;
      text-align: right; }
  .jirei_list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; }
    .jirei_list li {
      border-bottom: 1px solid #dedede;
      padding-bottom: 15px;
      width: calc(50% - 8px); }
      .jirei_list li:nth-of-type(odd) {
        margin-right: 16px; }
      .jirei_list li:nth-of-type(n + 3) {
        margin-top: 15px; }
      .jirei_list li .img img {
        max-width: 100%; }
      .jirei_list li .text_wrap {
        margin-top: 15px; }
        .jirei_list li .text_wrap .tag {
          border: 1px solid #000;
          padding: 2px 10px;
          font-size: 12px; }
        .jirei_list li .text_wrap .title {
          margin-top: 10px;
          font-weight: bold;
          line-height: 1.3;
          font-size: 16px; }
        .jirei_list li .text_wrap .text {
          margin-top: 5px;
          font-size: 14px; }
  .company_wrap_1 {
    background: url(../images/second/company/about_bg_1.png) no-repeat top right;
    background-size: 50% 100%;
    margin-top: -51px;
    padding-top: 10px; }
    .company_wrap_1 h2.title:first-of-type {
      margin-top: 30px; }
  .company_wrap_2 {
    background: url(../images/second/company/about_bg_2.png) no-repeat top left;
    background-size: 50% 100%;
    padding: 5px 0 30px;
    background-size: 50% 100%; }
  .company_wrap_3 {
    background: url(../images/second/company/about_bg_3.png) no-repeat top right;
    background-size: 88% 100%;
    padding: 40px 0 40px; }
    .company_wrap_3 .common_inner .img img {
      max-width: 100%; }
  .gaiyou {
    margin-top: 20px; }
    .gaiyou dl {
      padding: 15px 0; }
      .gaiyou dl:not(:first-of-type) {
        border-top: 1px solid #dedede; }
      .gaiyou dl dt {
        font-weight: bold;
        margin-bottom: 5px; }
      .gaiyou dl dd .commonBtn {
        margin-top: 15px; }
      .gaiyou dl dd .imgBox {
        margin-top: 30px; }
  .col2_wrap {
    margin-top: 20px; }
    .col2_wrap ul {
      margin-top: 0; }
  .infographic {
    background: url(../images/second/performance/info_bg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 30px 15px;
    margin-top: 30px; }
    .infographic #infographicInner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 100%;
      margin: 30px auto 0; }
      .infographic #infographicInner .item {
        width: 300px;
        margin: 15px auto 0;
        position: relative;
        background-color: #fff; }
        .infographic #infographicInner .item .num {
          font-family: 'Poppins', sans-serif;
          color: #d2383a;
          font-style: italic;
          font-weight: 700;
          position: absolute; }
        .infographic #infographicInner .item#item1 {
          font-size: 50px; }
          .infographic #infographicInner .item#item1 .num {
            top: 85px;
            right: 100px; }
        .infographic #infographicInner .item#item2 {
          font-size: 50px; }
          .infographic #infographicInner .item#item2 .num {
            top: 85px;
            right: 100px; }
        .infographic #infographicInner .item#item4 {
          font-size: 40px; }
          .infographic #infographicInner .item#item4 .num {
            top: 69px;
            right: 86px; }
        .infographic #infographicInner .item#item5 {
          font-size: 50px; }
          .infographic #infographicInner .item#item5 .num {
            top: 67px;
            right: 158px; }
    .infographic h2.title {
      margin-top: 0; }
  .opacity {
    transition: .3s; }
    .opacity:hover {
      opacity: .7; }
  .order_wrap {
    margin-top: 30px; }
    .order_wrap > div.block {
      background-color: #f6f6f7;
      padding: 20px 20px; }
      .order_wrap > div.block:not(:first-of-type) {
        margin-top: 15px; }
      .order_wrap > div.block .title {
        display: flex;
        align-items: center; }
        .order_wrap > div.block .title .num {
          text-align: center;
          color: #d2383a;
          font-weight: bold;
          font-family: "Poppins", sans-serif;
          line-height: 1.5;
          font-size: 24px; }
        .order_wrap > div.block .title h3 {
          color: #0d3387;
          font-size: 18px;
          margin-left: 10px;
          line-height: 1.2; }
      .order_wrap > div.block .content {
        margin-top: 15px; }
        .order_wrap > div.block .content .img {
          display: block;
          text-align: center; }
        .order_wrap > div.block .content p {
          margin-top: 0;
          margin-top: 15px; }
      .order_wrap > div.block .btn {
        justify-content: center;
        margin-top: 15px; }
        .order_wrap > div.block .btn .commonBtn {
          background-color: transparent; }
          .order_wrap > div.block .btn .commonBtn:nth-of-type(n + 2) {
            margin-top: 15px; }
  #subleaceImg2 {
    max-width: 658px;
    width: 90%;
    position: relative;
    margin: 0 auto; }
    #subleaceImg2 img {
      display: block;
      width: 100%;
      height: auto; }
      #subleaceImg2 img.img2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-animation: gurugur 10s infinite linear;
                animation: gurugur 10s infinite linear; }
  @-webkit-keyframes gurugur {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  @keyframes gurugur {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px; }
  article ul {
    list-style: none; }
  article img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .column-single a {
    text-decoration: underline;
    color: #3F7EC1; }
  strong {
    font-weight: bold !important; }
  h1 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 32px; }
  h2.title {
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 20px; }
    h2.title span.eng {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      color: #0d3387;
      margin-left: 10px;
      margin-top: 6px; }
    h2.title .sub {
      display: block;
      font-size: 16px;
      font-weight: normal;
      width: 100%;
      margin-top: 10px; }
    h2.title:after {
      content: "";
      display: inline-block;
      position: absolute;
      background-color: #0d3387;
      width: 56px;
      height: 3px;
      margin-top: 20px;
      left: calc(50% - 28px);
      bottom: 0px; }
  h3.title {
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    color: #0d3387;
    font-size: 20px;
    margin-top: 30px;
    padding-left: 40px; }
    h3.title:before {
      content: "";
      box-sizing: border-box;
      width: 13px;
      height: 13px;
      border: 13px solid transparent;
      border-bottom: 13px solid #d2383a;
      border-right: 13px solid #d2383a;
      position: absolute;
      bottom: calc(50% - 13px);
      left: 0; }
  h4.title {
    line-height: 1.2;
    margin-top: 25px;
    border-left: 2px solid #d2383a;
    padding-left: 20px;
    font-size: 16px; }
  p {
    margin-top: 1.5em; }
    p.contact {
      margin-top: 40px; }
    p.img img {
      max-width: 100%; }
  .commonTable {
    margin-top: 1.5em; }
  a.link,
  span.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px; }
    a.link:after,
    span.link:after {
      content: "";
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #0d3387;
      border-right: 2px solid #0d3387;
      right: 0;
      top: calc(50% - 3px);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    a.icon:after {
      content: "";
      display: block;
      width: 1em;
      height: 1.2em;
      background-size: auto 1em;
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      right: 0;
      top: .35em; }
    a.icon[href$=pdf]:after {
      background-image: url(../images/second/icon_pdf.png); }
    a.icon[href$=doc]:after, a.icon[href$=docx]:after {
      background-image: url(../images/second/icon_doc.png); }
    a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
      background-image: url(../images/second/icon_xls.png); }
  .ico_blank {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/ico_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px; }
  ul.anker {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    ul.anker.col2 li {
      width: calc(100%/2); }
    ul.anker.col4 li {
      width: calc(100%/2); }
    ul.anker li {
      list-style: none;
      border-right: 1px solid #fff;
      width: calc(100%/3); }
      ul.anker li a {
        display: block;
        background: #eeeeee;
        position: relative;
        height: 100%;
        padding: 8px 12px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1.3;
        text-decoration: none;
        transition: background-color .2s;
        font-size: 14px; }
        ul.anker li a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #0d3387;
          border-right: 1px solid #0d3387;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin-left: -3px; }
  .btn_wrap {
    padding: 0 20px; }
  .commonBtn, .btn_more a {
    color: #fff;
    text-decoration: none !important;
    background-color: #d2383a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 35px; }
    .commonBtn.bgBlue, .btn_more a.bgBlue {
      background-color: #0d3387; }
    .commonBtn.btnBlue, .btn_more a.btnBlue {
      background-color: #fff;
      border: 2px solid #0d3387;
      color: #0d3387;
      padding: 20px 40px 20px 40px;
      transition: .3s;
      padding: 15px 35px; }
      .commonBtn.btnBlue:hover, .btn_more a.btnBlue:hover {
        background-color: #0d3387;
        color: #fff;
        opacity: 1; }
        .commonBtn.btnBlue:hover:after, .btn_more a.btnBlue:hover:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
      .commonBtn.btnBlue.bgBlue, .btn_more a.btnBlue.bgBlue {
        color: #fff;
        background: #0d3387; }
        .commonBtn.btnBlue.bgBlue:hover, .btn_more a.btnBlue.bgBlue:hover {
          color: #0d3387;
          background: #fff; }
          .commonBtn.btnBlue.bgBlue:hover:after, .btn_more a.btnBlue.bgBlue:hover:after {
            border-color: #0d3387; }
        .commonBtn.btnBlue.bgBlue[target="_blank"]:hover:after, .btn_more a.btnBlue.bgBlue[target="_blank"]:hover:after {
          background-image: url(../images/common/ico_blank.png); }
        .commonBtn.btnBlue.bgBlue:after, .btn_more a.btnBlue.bgBlue:after {
          border-color: #fff; }
      .commonBtn.btnBlue:after, .btn_more a.btnBlue:after {
        content: "";
        background: none;
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #0d3387;
        border-right: 2px solid #0d3387;
        right: 30px;
        top: calc(50% - 5px);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .commonBtn.btnBlue:after, .btn_more a.btnBlue:after {
        width: 6px;
        height: 6px;
        right: 20px;
        top: calc(50% - 3px); }
    .commonBtn:after, .btn_more a:after {
      content: "";
      display: inline-block;
      background: url(../images/common/btn_arrow.png) no-repeat;
      background-size: cover;
      width: 27px;
      height: 20px;
      position: absolute;
      right: 30px;
      top: calc(50% - 10px);
      width: 18px;
      height: 13px;
      top: calc(50% - 6px);
      right: 20px; }
    .commonBtn[target="_blank"]:after, .commonBtn[target="newwindow"]:after, .btn_more a[target="_blank"]:after, .btn_more a[target="newwindow"]:after {
      border: none !important;
      content: "";
      background: url(../images/common/ico_blank_w.png) no-repeat;
      background-size: cover;
      width: 16px !important;
      height: 16px !important;
      display: inline-block;
      position: absolute;
      -webkit-transform: none;
              transform: none;
      right: 30px;
      top: calc(50% - 8px) !important;
      top: calc(50% - 8px);
      right: 20px; }
    .commonBtn.btn_center, .btn_more a.btn_center {
      margin: 0 auto; }
    .commonBtn.btn_right, .btn_more a.btn_right {
      margin: 0 0 0 auto; }
  .btnCenter {
    display: flex;
    justify-content: center; }
  .imgLine2 li {
    text-align: center;
    margin-top: 20px; }
    .imgLine2 li img {
      max-width: 100%; }
  .imgLine2 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine3 li {
    text-align: center;
    margin-top: 20px; }
    .imgLine3 li img {
      max-width: 100%; }
  .imgLine3 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine4 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    .imgLine4 li {
      width: calc(50% - 8px);
      margin-right: 16px; }
      .imgLine4 li:nth-of-type(2n) {
        margin-right: 0; }
      .imgLine4 li img {
        width: 100%; }
  .imgInP .img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px; }
    .imgInP .img .cap {
      display: block;
      text-align: left;
      font-size: 14px; }
  .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap; }
    .imgInP.sp_img_btm .img {
      display: block;
      order: 2;
      margin: 10px auto 0;
      padding-bottom: 0; }
    .imgInP.sp_img_btm .text {
      flex-basis: 100%;
      order: 1; }
  .twoCol {
    margin-top: 10px; }
    .twoCol .txt *:nth-child(1) {
      margin-top: 0; }
    .twoCol .txt + .img {
      margin-top: 10px; }
    .twoCol .img {
      width: 100%;
      text-align: center; }
      .twoCol .img + .txt {
        margin-top: 10px; }
      .twoCol .img img {
        max-width: 100%;
        width: auto;
        height: auto; }
  ul.commonList {
    margin-top: 1.5em; }
    ul.commonList.bgBlue li:before {
      background-color: #0d3387; }
    ul.commonList li {
      padding-left: 18px;
      position: relative;
      box-sizing: border-box; }
      ul.commonList li:not(:first-of-type) {
        margin-top: 20px; }
      ul.commonList li:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: auto;
        content: '';
        background-color: #d2383a;
        position: absolute;
        left: 0;
        top: .65em; }
  ol {
    padding-left: 18px;
    margin-top: 1.5em; }
    ol li + li {
      margin-top: 20px; }
  .commonTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%; }
    .commonTable tr {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .commonTable th {
      background-color: #0d3387;
      padding: 12px;
      text-align: left;
      border-right: 1px solid #ccc;
      color: #fff; }
      .commonTable th.sub {
        background-color: #f7f2f1;
        color: #000; }
      .commonTable th.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background-color: #fff; }
    .commonTable td {
      background-color: #fff;
      padding: 12px;
      border-right: 1px solid #ccc;
      vertical-align: top; }
      .commonTable td *:last-child {
        margin-bottom: 0; }
      .commonTable td *:first-child {
        margin-top: 0; }
      .commonTable td.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
  .scrollTable {
    overflow: auto; }
    .scrollTable table {
      white-space: nowrap; }
  .scrolltext {
    font-size: 13px;
    text-align: right;
    margin-bottom: -20px;
    margin-top: 20px; }
  .colorBox {
    margin-top: 2em;
    padding: 15px; }
    .colorBox *:nth-child(1) {
      margin-top: 0; }
    .colorBox p {
      line-height: 1.7; }
    .colorBox.bgGray {
      background-color: #f5f5f5; }
  .borderBox {
    margin-top: 2em;
    border: 1px solid #000;
    padding: 15px; }
    .borderBox *:nth-child(1) {
      margin-top: 0; }
    .borderBox p {
      line-height: 1.7; }
    .borderBox.bdGray {
      border-color: #999; }
  .kome {
    line-height: 1.7; }
  .tab_wrap {
    width: 100%; }
    .tab_wrap .tab_area {
      display: flex;
      overflow: auto; }
      .tab_wrap .tab_area label {
        background-color: #E5E5E5;
        color: #000;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        position: relative;
        width: auto;
        min-width: calc(50% - 5px);
        font-size: 14px;
        min-height: 50px;
        padding: 0 30px 0 15px; }
        .tab_wrap .tab_area label:first-of-type {
          margin-right: 10px; }
          .tab_wrap .tab_area label:first-of-type:after {
            content: "";
            width: 14px;
            height: 69px;
            border-bottom: 1px solid #ccc;
            position: absolute;
            right: -15px;
            bottom: -1px; }
        .tab_wrap .tab_area label span {
          display: block;
          color: #000;
          width: 100%;
          text-align: center;
          font-size: 13px;
          display: none; }
        .tab_wrap .tab_area label:before {
          content: "";
          border: 0px;
          border-top: solid 2px #B4B4B4;
          border-right: solid 2px #B4B4B4;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          display: inline-block;
          width: 6px;
          height: 6px;
          top: calc(50% - 4px);
          right: 10px; }
    .tab_wrap .tab_panel {
      width: 100%;
      display: none;
      padding-top: 15px; }
    .tab_wrap .panel_area {
      padding: 0 20px 20px;
      border-radius: 0 0 6px 6px;
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .border-box {
    border: 1px solid #ccc;
    padding: 20px; }
  .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none; }
  .taC {
    text-align: center !important; }
  .taL {
    text-align: left !important; }
  .taR {
    text-align: right !important; }
  .Center {
    margin: 0 auto !important; }
  .ovh {
    overflow: hidden !important; }
  .mw100 {
    max-width: 100% !important;
    width: auto !important; }
  .w100p {
    width: 100% !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5_sp {
    margin-bottom: 5px !important; }
  .mB10_sp {
    margin-bottom: 10px !important; }
  .mB20_sp {
    margin-bottom: 20px !important; }
  .mB30_sp {
    margin-bottom: 30px !important; }
  .mB40_sp {
    margin-bottom: 40px !important; }
  .mB50_sp {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5_sp {
    margin-top: 5px !important; }
  .mT10_sp {
    margin-top: 10px !important; }
  .mT20_sp {
    margin-top: 20px !important; }
  .mT30_sp {
    margin-top: 30px !important; }
  .mT40_sp {
    margin-top: 40px !important; }
  .mT50_sp {
    margin-top: 50px !important; }
  .mL0_sp {
    margin-left: 0px !important; }
  .mL5_sp {
    margin-left: 5px !important; }
  .mL10_sp {
    margin-left: 10px !important; }
  .mL20_sp {
    margin-left: 20px !important; }
  .mL30_sp {
    margin-left: 30px !important; }
  .mL40_sp {
    margin-left: 40px !important; }
  .mL50_sp {
    margin-left: 50px !important; }
  .mR0_sp {
    margin-right: 0px !important; }
  .mR5_sp {
    margin-right: 5px !important; }
  .mR10_sp {
    margin-right: 10px !important; }
  .mR20_sp {
    margin-right: 20px !important; }
  .mR30_sp {
    margin-right: 30px !important; }
  .mR40_sp {
    margin-right: 40px !important; }
  .mR50_sp {
    margin-right: 50px !important; }
  .size12_sp {
    font-size: 12px !important; }
  .size14_sp {
    font-size: 14px !important; }
  .size16_sp {
    font-size: 16px !important; }
  .size18_sp {
    font-size: 18px !important; }
  .size20_sp {
    font-size: 20px !important; }
  .w50p_sp {
    width: 50% !important; }
  .red {
    color: #de0000 !important; }
  .blue {
    color: #356fcf !important; }
  .gray {
    color: #666 !important; }
  .bold {
    font-weight: bold !important; }
  .underline {
    text-decoration: underline !important; }
  .green {
    color: #23ac3a !important; }
  .bdb {
    border-bottom: 2px solid #004aa4; }
  .fontL {
    font-size: 1.2em; }
  .fontS {
    font-size: .8em; }
  .floatL {
    float: left; }
  .floatR {
    float: right; }
  .preBox {
    background: #eff0f4;
    border: 1px solid #0d3387;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8; }
    .preBox pre {
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      -moz-text-align-last: auto;
           text-align-last: auto; } }

@media screen and (min-width: 1000px) {
  .contentsHead {
    width: 100%;
    background: url(../images/second/second_contents_bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    font-style: italic; }
    .contentsHead.subleace {
      background: url(../images/second/second_subleace_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.select {
      background: url(../images/second/second_select_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.flow {
      background: url(../images/second/second_flow_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.performance {
      background: url(../images/second/second_performance_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.company {
      background: url(../images/second/second_company_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.faq {
      background: url(../images/second/second_faq_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.access {
      background: url(../images/second/second_access_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.owner {
      background: url(../images/second/second_owner_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.monthlyparking {
      background: url(../images/second/second_monthlyparking_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.inquiry {
      background: url(../images/second/second_inquiry_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.news {
      background: url(../images/second/second_news_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.privacypolicy {
      background: url(../images/second/second_privacypolicy_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead .title {
      color: #fff;
      font-weight: bold;
      line-height: 1.3; }
      .contentsHead .title + span {
        color: #fff;
        font-weight: bold;
        line-height: 1.3;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase; }
      .contentsHead .title span {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase; }
  .faq_wrap dl {
    border-bottom: 2px solid #dedede;
    position: relative; }
    .faq_wrap dl:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 21px;
      height: 3px;
      background-color: #000;
      right: 15px;
      top: 12px; }
    .faq_wrap dl:before {
      content: "";
      position: absolute;
      display: inline-block;
      height: 21px;
      width: 3px;
      background-color: #000;
      right: 24px;
      top: 3px; }
    .faq_wrap dl.open:before {
      content: none; }
    .faq_wrap dl dt, .faq_wrap dl button {
      font-weight: bold;
      position: relative;
      line-height: 1.3;
      width: 100%;
      border: none;
      background-color: transparent;
      text-align: left;
      display: block; }
      .faq_wrap dl dt:before, .faq_wrap dl button:before {
        content: "Q";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-style: italic;
        font-family: "Poppins", sans-serif;
        background-color: #0d3387;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: -5px;
        width: 40px;
        height: 40px;
        font-size: 24px; }
    .faq_wrap dl dd {
      position: relative;
      display: none; }
      .faq_wrap dl dd:before {
        content: "A";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-style: italic;
        font-family: "Poppins", sans-serif;
        background-color: #d2383a;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0px;
        width: 40px;
        height: 40px;
        font-size: 24px; }
  .map_detail .place .title {
    margin-top: 0;
    padding-left: 30px;
    position: relative;
    font-size: 20px; }
    .map_detail .place .title:before {
      content: "";
      background: url(../images/second/icon_building.png) no-repeat;
      display: inline-block;
      width: 18px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 4px; }
  .map_detail .place .place_detail {
    margin-top: 20px;
    border-left: 1px solid #d2383a;
    padding-left: 20px; }
  .map_detail .station .title {
    margin-top: 0;
    padding-left: 30px;
    position: relative;
    font-size: 20px; }
    .map_detail .station .title:before {
      content: "";
      background: url(../images/second/icon_train.png) no-repeat;
      display: inline-block;
      width: 18px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 4px; }
  .map_detail .station .commonList {
    margin-top: 20px; }
  .news_list {
    border-top: 1px solid #000; }
    .news_list li {
      border-bottom: 1px solid #000; }
    .news_list a {
      text-decoration: none;
      color: #000; }
    .news_list .ymd {
      font-family: "Poppins", sans-serif;
      color: #0d3387;
      font-weight: bold;
      align-self: flex-start; }
    .news_list .cat {
      color: #fff;
      display: inline-block;
      background-color: #0d3387;
      text-align: center;
      line-height: 1.3;
      align-self: flex-start; }
  .wp-pagenavi {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    line-height: 1; }
    .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #0d3387;
      color: #000;
      text-decoration: none;
      margin: 0 5px;
      font-weight: normal; }
    .wp-pagenavi .nextpostslink {
      background: url(../images/second/arrow_right.png) no-repeat center;
      background-size: 14px 4px; }
      .wp-pagenavi .nextpostslink:hover {
        background: url(../images/second/arrow_right_red.png) no-repeat center;
        background-size: 14px 4px; }
    .wp-pagenavi .previouspostslink {
      background: url(../images/second/arrow_left.png) no-repeat center;
      background-size: 14px 4px; }
      .wp-pagenavi .previouspostslink:hover {
        background: url(../images/second/arrow_left_red.png) no-repeat center;
        background-size: 14px 4px; }
    .wp-pagenavi .extend {
      border: none; }
      .wp-pagenavi .extend:hover {
        background: #fff;
        opacity: 1;
        border: none !important;
        color: #000; }
    .wp-pagenavi span.current {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #d2383a;
      color: #d2383a;
      margin: 0 3px;
      font-weight: normal; }
    .wp-pagenavi .prev, .wp-pagenavi.nextpostslink {
      color: #000; }
      .wp-pagenavi .prev:hover, .wp-pagenavi.nextpostslink:hover {
        background-color: #d2383a;
        color: #fff; }
  .breadcrumbs {
    display: flex; }
    .breadcrumbs > span {
      display: inline-block;
      position: relative;
      padding-right: 7px;
      font-size: 15px;
      color: #000; }
      .breadcrumbs > span:not(:last-of-type)::after {
        content: ">";
        display: inline-block;
        margin-left: 7px; }
      .breadcrumbs > span a {
        color: #000; }
  .form-wrap dl dt {
    font-weight: bold; }
    .form-wrap dl dt .form-must {
      display: inline-block;
      color: #fff;
      background-color: #d2383a;
      font-size: 12px;
      padding: 2px 5px;
      margin-left: 10px; }
  .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"] {
    padding: 0 15px;
    height: 50px;
    background: #f5f5f5;
    line-height: 1.0;
    border: 1px solid #ccc;
    width: 100%; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-webkit-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-moz-placeholder {
      color: #aaa; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-ms-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::placeholder {
      color: #000; }
  .form-wrap dl dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #f5f5f5;
    border: 1px solid #ccc; }
    .form-wrap dl dd textarea::-webkit-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd textarea::-moz-placeholder {
      color: #aaa; }
    .form-wrap dl dd textarea::-ms-input-placeholder {
      color: #aaa; }
    .form-wrap dl dd textarea::placeholder {
      color: #aaa; }
  .form-wrap dl dd .attachedTxt {
    margin: 0 10px;
    font-size: 14px; }
  .form-wrap .form-radio > span {
    position: relative;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px; }
    .form-wrap .form-radio > span input[type="radio"] {
      position: relative;
      width: 16px;
      height: 16px;
      border: 1px solid #ccc;
      border-radius: 50%;
      vertical-align: -2px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .form-wrap .form-radio > span input[type="radio"]:checked:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #d2383a;
        content: ''; }
    .form-wrap .form-radio > span + span {
      padding: 0 0 0 0; }
  .form-wrap .btnWrap input[type="submit"],
  .form-wrap .btnWrap input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background: url(../images/common/btn_arrow.png) no-repeat right 20px center #d2383a;
    border: 2px solid #d2383a; }
    .form-wrap .btnWrap input[type="submit"].back,
    .form-wrap .btnWrap input[type="button"].back {
      background: #fff;
      color: #0d3387;
      border: 2px solid #0d3387;
      transition: .2s all;
      position: relative; }
      .form-wrap .btnWrap input[type="submit"].back:hover,
      .form-wrap .btnWrap input[type="button"].back:hover {
        background-color: #0d3387;
        color: #fff;
        opacity: 1; }
  hr {
    height: 1px;
    background-color: #dadada;
    border: none; }
  .contact_tel_wrap .tel_box {
    background-color: #f7f7f7;
    text-align: center;
    position: relative; }
    .contact_tel_wrap .tel_box .title {
      text-align: center;
      margin: 0;
      position: relative;
      /*
			&:before{
			content: "";
			display: block;
			width: 100%;
			height: 1px;
			background-color: #000;
			position: absolute;
			top: 50%;
			left: 0;
		}
			span{
			display: inline-block;
			background-color: #f7f7f7;
			position: relative;
			z-index: 2;
			padding: 0 50px;
		}
			*/ }
    .contact_tel_wrap .tel_box .tel {
      color: #0d3387;
      font-weight: bold;
      text-decoration: none;
      font-family: "Poppins", sans-serif;
      display: inline-block;
      position: relative;
      background: url(../images/common/ico_tel.png) no-repeat left top 10px; }
    .contact_tel_wrap .tel_box dl {
      text-align: left;
      color: #0d3387;
      display: flex;
      align-items: center; }
      .contact_tel_wrap .tel_box dl dt {
        text-align: center;
        padding: 10px 10px; }
  .contact_link_wrap > div {
    background-color: #f7f7f7; }
    .contact_link_wrap > div .icon {
      display: block;
      text-align: center; }
    .contact_link_wrap > div .commonBtn:after {
      width: 18px;
      height: 13px;
      right: 20px;
      top: calc(50% - 6px); }
    .contact_link_wrap > div .commonBtn[target="_blank"]:after, .contact_link_wrap > div .commonBtn[target="newwindow"]:after {
      width: 16px;
      height: 16px;
      top: calc(50% - 8px); }
  .agreeBox {
    padding: 30px 20px 30px;
    margin-top: 40px;
    background: #f0f1f5; }
    .agreeBox .agreeBoxNotes {
      margin-top: 0;
      margin-bottom: 22px; }
      .agreeBox .agreeBoxNotes a {
        color: #000000; }
    .agreeBox .title {
      font-weight: 700;
      padding-bottom: 15px; }
    .agreeBox ul {
      padding-left: 1.3em; }
      .agreeBox ul li {
        list-style: disc;
        margin-top: 1em; }
    .agreeBox .whiteBox {
      background-color: #fff;
      padding: 20px;
      margin-bottom: 30px;
      margin-top: 30px; }
      .agreeBox .whiteBox p {
        margin-top: 1em;
        font-size: 14px;
        line-height: 1.6; }
    .agreeBox .agreeBoxCheck {
      display: flex;
      align-items: center;
      justify-content: center; }
      .agreeBox .agreeBoxCheck .inputCheckWrap {
        font-weight: bold; }
        .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"] {
          position: relative;
          width: 16px;
          height: 16px;
          border: 1px solid #ccc;
          vertical-align: -5px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"]:checked {
            background: #d2383a; }
            .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"]:checked:before {
              position: absolute;
              top: 1px;
              left: 4px;
              -webkit-transform: rotate(50deg);
                      transform: rotate(50deg);
              width: 4px;
              height: 8px;
              border-right: 2px solid #fff;
              border-bottom: 2px solid #fff;
              content: ''; }
  .ymd_tag_area .ymd {
    color: #0d3387;
    font-weight: bold;
    font-size: 20px;
    font-family: "Poppins", sans-serif; }
  .ymd_tag_area .tag {
    color: #fff;
    display: inline-block;
    background-color: #0d3387;
    text-align: center;
    line-height: 1.3; }
  .newsH1 {
    line-height: 1.3;
    border-bottom: 1px solid #dedede; }
  .merit_wrap > div.block .title {
    background-color: #f6f6f7;
    display: flex;
    align-content: stretch; }
    .merit_wrap > div.block .title .merit {
      background-color: #d2383a;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.1em;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .merit_wrap > div.block .title h3 {
      color: #0d3387;
      display: flex;
      align-items: center; }
  .merit_wrap > div.block .content .icon {
    display: block; }
  .merit_wrap > div.block .content p {
    margin-top: 0;
    margin-left: 20px; }
  .reason_wrap > div.block {
    background-color: #f6f6f7;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    transition: all .5s; }
    .reason_wrap > div.block.inView {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .reason_wrap > div.block .num {
      position: absolute;
      color: rgba(8, 51, 136, 0.08);
      font-family: "Poppins", sans-serif;
      font-style: italic;
      font-weight: bold;
      line-height: 1; }
    .reason_wrap > div.block h3 {
      margin: 0 auto;
      color: #fff;
      background-color: #d2383a;
      -webkit-transform: skewX(-15deg);
              transform: skewX(-15deg);
      text-align: center; }
      .reason_wrap > div.block h3 span {
        display: inline-block;
        -webkit-transform: skewX(15deg);
                transform: skewX(15deg); }
    .reason_wrap > div.block .content .img {
      display: block; }
    .reason_wrap > div.block .content p {
      margin-top: 0; }
  .col3_wrap > div.block {
    background-color: #fef9f9; }
    .col3_wrap > div.block a {
      text-decoration: none;
      color: #000;
      display: block; }
      .col3_wrap > div.block a:hover .text {
        text-decoration: underline; }
    .col3_wrap > div.block .img img {
      max-width: 100%; }
    .col3_wrap > div.block .text_wrap .title {
      margin-top: 0;
      line-height: 1.3;
      font-weight: bold; }
    .col3_wrap > div.block .text_wrap .text {
      font-size: 16px;
      margin-top: 10px; }
  .flow_wrap > div.block {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    transition: all .8s; }
    .flow_wrap > div.block.inView {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .flow_wrap > div.block {
    background-color: #f6f6f7;
    position: relative; }
    .flow_wrap > div.block .text_wrap h3 {
      color: #0d3387; }
      .flow_wrap > div.block .text_wrap h3 .num {
        font-family: "Poppins", sans-serif;
        color: #d2383a;
        font-style: italic;
        margin-right: 15px;
        display: inline-block;
        line-height: 1; }
    .flow_wrap > div.block .img img {
      max-width: 100%; }
  .step_title {
    background-color: #f6f6f7;
    display: flex;
    align-content: stretch; }
    .step_title .step {
      background-color: #d2383a;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.1em;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .step_title h3 {
      color: #0d3387;
      display: flex;
      align-items: center; }
  .performance_num {
    margin-top: 20px;
    text-align: center;
    position: relative; }
    .performance_num:after {
      content: "";
      display: block;
      background-color: #e2e2e2;
      width: 100%;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      height: 3px; }
    .performance_num .inner {
      text-align: center;
      display: inline-block;
      background-color: #fff;
      position: relative;
      z-index: 2; }
    .performance_num .location {
      font-weight: bold;
      font-style: italic;
      color: #0d3387;
      text-align: left; }
    .performance_num .room {
      font-weight: bold;
      font-style: italic;
      color: #0d3387;
      text-align: left; }
      .performance_num .room .num {
        color: #d2383a;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
        line-height: 1; }
    .performance_num .date {
      font-size: 13px;
      text-align: right; }
  .jirei_list li {
    border-bottom: 1px solid #dedede; }
    .jirei_list li .img img {
      max-width: 100%; }
    .jirei_list li .text_wrap .tag {
      border: 1px solid #000;
      padding: 2px 10px; }
    .jirei_list li .text_wrap .title {
      margin-top: 10px;
      font-weight: bold;
      line-height: 1.3; }
    .jirei_list li .text_wrap .text {
      margin-top: 5px; }
  .company_wrap_1 {
    background: url(../images/second/company/about_bg_1.png) no-repeat top right;
    background-size: 50% 100%; }
  .company_wrap_2 {
    background: url(../images/second/company/about_bg_2.png) no-repeat top left;
    background-size: 50% 100%; }
  .company_wrap_3 .common_inner .img img {
    max-width: 100%; }
  .gaiyou dl:not(:first-of-type) {
    border-top: 1px solid #dedede; }
  .gaiyou dl dt {
    font-weight: bold; }
  .infographic {
    background: url(../images/second/performance/info_bg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center; }
    .infographic h2.title {
      margin-top: 0; }
  .opacity {
    transition: .3s; }
    .opacity:hover {
      opacity: .7; }
  .order_wrap > div.block {
    background-color: #f6f6f7; }
    .order_wrap > div.block .title {
      display: flex;
      align-items: center; }
      .order_wrap > div.block .title .num {
        text-align: center;
        color: #d2383a;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        line-height: 1.5; }
      .order_wrap > div.block .title h3 {
        color: #0d3387; }
    .order_wrap > div.block .content .img {
      display: block; }
    .order_wrap > div.block .content p {
      margin-top: 0; }
    .order_wrap > div.block .btn {
      justify-content: center; }
      .order_wrap > div.block .btn .commonBtn {
        background-color: transparent; }
  #subleaceImg2 {
    max-width: 658px;
    width: 90%;
    position: relative;
    margin: 0 auto; }
    #subleaceImg2 img {
      display: block;
      width: 100%;
      height: auto; }
      #subleaceImg2 img.img2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-animation: gurugur 10s infinite linear;
                animation: gurugur 10s infinite linear; }
  @-webkit-keyframes gurugur {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  @keyframes gurugur {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px; }
  article ul {
    list-style: none; }
  article img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .column-single a {
    text-decoration: underline;
    color: #3F7EC1; }
  strong {
    font-weight: bold !important; }
  h1 {
    font-weight: 700;
    line-height: 1.4; }
  h2.title {
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative; }
    h2.title:after {
      content: "";
      display: inline-block;
      position: absolute;
      background-color: #0d3387;
      width: 56px;
      height: 3px;
      margin-top: 20px;
      left: calc(50% - 28px);
      bottom: 0px; }
  h3.title {
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    color: #0d3387; }
    h3.title:before {
      content: "";
      box-sizing: border-box;
      width: 13px;
      height: 13px;
      border: 13px solid transparent;
      border-bottom: 13px solid #d2383a;
      border-right: 13px solid #d2383a;
      position: absolute;
      bottom: calc(50% - 13px);
      left: 0; }
  h4.title {
    line-height: 1.2;
    margin-top: 25px;
    border-left: 2px solid #d2383a;
    padding-left: 20px; }
  p.img img {
    max-width: 100%; }
  a.link,
  span.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px; }
    a.link:after,
    span.link:after {
      content: "";
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #0d3387;
      border-right: 2px solid #0d3387;
      right: 0;
      top: calc(50% - 3px);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    a.icon:after {
      content: "";
      display: block;
      width: 1em;
      height: 1.2em;
      background-size: auto 1em;
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      right: 0;
      top: .35em; }
    a.icon[href$=pdf]:after {
      background-image: url(../images/second/icon_pdf.png); }
    a.icon[href$=doc]:after, a.icon[href$=docx]:after {
      background-image: url(../images/second/icon_doc.png); }
    a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
      background-image: url(../images/second/icon_xls.png); }
  .ico_blank {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/ico_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px; }
  ul.anker {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    ul.anker.col2 li {
      width: calc(100%/2); }
    ul.anker.col4 li {
      width: calc(100%/4); }
    ul.anker li {
      list-style: none;
      border-right: 1px solid #fff;
      width: calc(100%/3); }
      ul.anker li a {
        display: block;
        background: #eeeeee;
        position: relative;
        height: 100%;
        padding: 8px 12px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1.3;
        text-decoration: none;
        transition: background-color .2s; }
        ul.anker li a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #0d3387;
          border-right: 1px solid #0d3387;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin-left: -3px; }
  .commonBtn, .btn_more a {
    color: #fff;
    text-decoration: none !important;
    background-color: #d2383a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box; }
    .commonBtn.bgBlue, .btn_more a.bgBlue {
      background-color: #0d3387; }
    .commonBtn.btnBlue, .btn_more a.btnBlue {
      background-color: #fff;
      border: 2px solid #0d3387;
      color: #0d3387;
      padding: 20px 40px 20px 40px;
      transition: .3s; }
      .commonBtn.btnBlue:hover, .btn_more a.btnBlue:hover {
        background-color: #0d3387;
        color: #fff;
        opacity: 1; }
        .commonBtn.btnBlue:hover:after, .btn_more a.btnBlue:hover:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
      .commonBtn.btnBlue.bgBlue, .btn_more a.btnBlue.bgBlue {
        color: #fff;
        background: #0d3387; }
        .commonBtn.btnBlue.bgBlue:hover, .btn_more a.btnBlue.bgBlue:hover {
          color: #0d3387;
          background: #fff; }
          .commonBtn.btnBlue.bgBlue:hover:after, .btn_more a.btnBlue.bgBlue:hover:after {
            border-color: #0d3387; }
        .commonBtn.btnBlue.bgBlue[target="_blank"]:hover:after, .btn_more a.btnBlue.bgBlue[target="_blank"]:hover:after {
          background-image: url(../images/common/ico_blank.png); }
        .commonBtn.btnBlue.bgBlue:after, .btn_more a.btnBlue.bgBlue:after {
          border-color: #fff; }
      .commonBtn.btnBlue:after, .btn_more a.btnBlue:after {
        content: "";
        background: none;
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #0d3387;
        border-right: 2px solid #0d3387;
        right: 30px;
        top: calc(50% - 5px);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .commonBtn:after, .btn_more a:after {
      content: "";
      display: inline-block;
      background: url(../images/common/btn_arrow.png) no-repeat;
      background-size: cover;
      width: 27px;
      height: 20px;
      position: absolute;
      right: 30px;
      top: calc(50% - 10px); }
    .commonBtn[target="_blank"]:after, .commonBtn[target="newwindow"]:after, .btn_more a[target="_blank"]:after, .btn_more a[target="newwindow"]:after {
      border: none !important;
      content: "";
      background: url(../images/common/ico_blank_w.png) no-repeat;
      background-size: cover;
      width: 16px !important;
      height: 16px !important;
      display: inline-block;
      position: absolute;
      -webkit-transform: none;
              transform: none;
      right: 30px;
      top: calc(50% - 8px) !important; }
    .commonBtn.btn_center, .btn_more a.btn_center {
      margin: 0 auto; }
    .commonBtn.btn_right, .btn_more a.btn_right {
      margin: 0 0 0 auto; }
  .btnCenter {
    display: flex;
    justify-content: center; }
  .imgLine2 li {
    text-align: center; }
    .imgLine2 li img {
      max-width: 100%; }
  .imgLine2 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine3 li {
    text-align: center; }
    .imgLine3 li img {
      max-width: 100%; }
  .imgLine3 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine4 {
    margin-bottom: 30px; }
    .imgLine4 li img {
      width: 100%; }
  .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  ul.commonList {
    margin-top: 1.5em; }
    ul.commonList.bgBlue li:before {
      background-color: #0d3387; }
    ul.commonList li {
      padding-left: 18px;
      position: relative;
      box-sizing: border-box; }
      ul.commonList li:not(:first-of-type) {
        margin-top: 20px; }
      ul.commonList li:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: auto;
        content: '';
        background-color: #d2383a;
        position: absolute;
        left: 0;
        top: .65em; }
  ol {
    padding-left: 18px;
    margin-top: 1.5em; }
    ol li + li {
      margin-top: 20px; }
  .commonTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%; }
    .commonTable tr {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .commonTable th {
      background-color: #0d3387;
      padding: 12px;
      text-align: left;
      border-right: 1px solid #ccc;
      color: #fff; }
      .commonTable th.sub {
        background-color: #f7f2f1;
        color: #000; }
      .commonTable th.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background-color: #fff; }
    .commonTable td {
      background-color: #fff;
      padding: 12px;
      border-right: 1px solid #ccc;
      vertical-align: top; }
      .commonTable td *:last-child {
        margin-bottom: 0; }
      .commonTable td *:first-child {
        margin-top: 0; }
      .commonTable td.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
  .scrollTable {
    overflow: auto; }
  .scrolltext {
    font-size: 13px;
    text-align: right;
    margin-bottom: -20px;
    margin-top: 20px; }
  .colorBox {
    margin-top: 2em; }
    .colorBox *:nth-child(1) {
      margin-top: 0; }
    .colorBox p {
      line-height: 1.7; }
    .colorBox.bgGray {
      background-color: #f5f5f5; }
  .borderBox {
    margin-top: 2em;
    border: 1px solid #000; }
    .borderBox *:nth-child(1) {
      margin-top: 0; }
    .borderBox p {
      line-height: 1.7; }
    .borderBox.bdGray {
      border-color: #999; }
  .kome {
    line-height: 1.7; }
  .tab_wrap {
    width: 100%; }
    .tab_wrap .tab_area {
      display: flex; }
      .tab_wrap .tab_area label {
        background-color: #E5E5E5;
        color: #000;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        position: relative; }
        .tab_wrap .tab_area label span {
          display: block;
          color: #000;
          width: 100%;
          text-align: center; }
        .tab_wrap .tab_area label:before {
          content: "";
          border: 0px;
          border-top: solid 2px #B4B4B4;
          border-right: solid 2px #B4B4B4;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          display: inline-block; }
    .tab_wrap .tab_panel {
      width: 100%;
      display: none; }
    .tab_wrap .panel_area {
      padding: 0 20px 20px;
      border-radius: 0 0 6px 6px;
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .border-box {
    border: 1px solid #ccc;
    padding: 20px; }
  .ytWrap {
    position: relative;
    padding-bottom: 56.25%; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none; }
  .taC {
    text-align: center !important; }
  .taL {
    text-align: left !important; }
  .taR {
    text-align: right !important; }
  .Center {
    margin: 0 auto !important; }
  .ovh {
    overflow: hidden !important; }
  .mw100 {
    max-width: 100% !important;
    width: auto !important; }
  .w100p {
    width: 100% !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .red {
    color: #de0000 !important; }
  .blue {
    color: #356fcf !important; }
  .gray {
    color: #666 !important; }
  .bold {
    font-weight: bold !important; }
  .underline {
    text-decoration: underline !important; }
  .green {
    color: #23ac3a !important; }
  .bdb {
    border-bottom: 2px solid #004aa4; }
  .fontL {
    font-size: 1.2em; }
  .fontS {
    font-size: .8em; }
  .floatL {
    float: left; }
  .floatR {
    float: right; }
  .preBox {
    background: #eff0f4;
    border: 1px solid #0d3387;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8; }
    .preBox pre {
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      -moz-text-align-last: auto;
           text-align-last: auto; } }

@media print, screen and (min-width: 1001px) {
  .contentsHead {
    width: 100%;
    background: url(../images/second/second_contents_bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    font-style: italic;
    height: 180px; }
    .contentsHead .inner {
      display: flex;
      align-items: baseline;
      width: 96%;
      max-width: 1120px;
      margin: 0 auto; }
    .contentsHead.subleace {
      background: url(../images/second/second_subleace_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.select {
      background: url(../images/second/second_select_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.flow {
      background: url(../images/second/second_flow_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.performance {
      background: url(../images/second/second_performance_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.company {
      background: url(../images/second/second_company_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.faq {
      background: url(../images/second/second_faq_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.access {
      background: url(../images/second/second_access_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.owner {
      background: url(../images/second/second_owner_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.monthlyparking {
      background: url(../images/second/second_monthlyparking_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.inquiry {
      background: url(../images/second/second_inquiry_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.news {
      background: url(../images/second/second_news_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead.privacypolicy {
      background: url(../images/second/second_privacypolicy_bg.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center; }
    .contentsHead .title {
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 42px; }
      .contentsHead .title + span {
        color: #fff;
        font-weight: bold;
        line-height: 1.3;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        font-size: 18px;
        margin-left: 20px; }
      .contentsHead .title span {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        font-size: 18px;
        margin-left: 20px; }
  .contents_inner {
    width: 96%;
    max-width: 1120px;
    margin: 60px auto 0; }
    .contents_inner.col1 {
      width: 100%;
      max-width: inherit; }
  .common_inner {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto; }
  .faq_wrap {
    margin-bottom: 70px; }
    .faq_wrap dl {
      border-bottom: 2px solid #dedede;
      position: relative;
      margin-bottom: 30px; }
      .faq_wrap dl:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 21px;
        height: 3px;
        background-color: #000;
        right: 15px;
        top: 12px; }
      .faq_wrap dl:before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 21px;
        width: 3px;
        background-color: #000;
        right: 24px;
        top: 3px; }
      .faq_wrap dl.open:before {
        content: none; }
      .faq_wrap dl dt, .faq_wrap dl button {
        font-weight: bold;
        position: relative;
        line-height: 1.3;
        width: 100%;
        border: none;
        background-color: transparent;
        text-align: left;
        display: block;
        font-size: 22px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 30px; }
        .faq_wrap dl dt:hover, .faq_wrap dl button:hover {
          cursor: pointer;
          color: #0d3387; }
        .faq_wrap dl dt:before, .faq_wrap dl button:before {
          content: "Q";
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-style: italic;
          font-family: "Poppins", sans-serif;
          background-color: #0d3387;
          font-weight: bold;
          position: absolute;
          left: 0;
          top: -5px;
          width: 40px;
          height: 40px;
          font-size: 24px; }
      .faq_wrap dl dd {
        position: relative;
        display: none;
        padding-left: 60px;
        padding-bottom: 30px; }
        .faq_wrap dl dd:before {
          content: "A";
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-style: italic;
          font-family: "Poppins", sans-serif;
          background-color: #d2383a;
          font-weight: bold;
          position: absolute;
          left: 0;
          top: 0px;
          width: 40px;
          height: 40px;
          font-size: 24px; }
  .gmap iframe {
    width: 100%;
    height: 360px; }
  .map_detail {
    display: flex;
    margin-top: 30px; }
    .map_detail .place {
      width: 50%; }
      .map_detail .place .title {
        margin-top: 0;
        padding-left: 30px;
        position: relative;
        font-size: 20px; }
        .map_detail .place .title:before {
          content: "";
          background: url(../images/second/icon_building.png) no-repeat;
          display: inline-block;
          width: 18px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 4px; }
      .map_detail .place .place_detail {
        margin-top: 20px;
        border-left: 1px solid #d2383a;
        padding-left: 20px; }
    .map_detail .station {
      width: 50%;
      padding-left: 20px; }
      .map_detail .station .title {
        margin-top: 0;
        padding-left: 30px;
        position: relative;
        font-size: 20px; }
        .map_detail .station .title:before {
          content: "";
          background: url(../images/second/icon_train.png) no-repeat;
          display: inline-block;
          width: 18px;
          height: 24px;
          position: absolute;
          left: 0;
          top: 4px; }
      .map_detail .station .commonList {
        margin-top: 20px; }
  .news_list {
    border-top: 1px solid #000; }
    .news_list li {
      border-bottom: 1px solid #000; }
    .news_list a {
      text-decoration: none;
      color: #000;
      padding: 30px;
      display: flex; }
      .news_list a:hover p {
        text-decoration: underline; }
    .news_list .ymd {
      font-family: "Poppins", sans-serif;
      color: #0d3387;
      font-weight: bold;
      align-self: flex-start;
      width: 110px; }
    .news_list .cat {
      color: #fff;
      display: inline-block;
      background-color: #0d3387;
      text-align: center;
      line-height: 1.3;
      align-self: flex-start;
      font-size: 13px;
      width: 90px;
      padding: 5px 5px; }
    .news_list p {
      width: calc(100% - 200px);
      padding-left: 30px;
      margin-top: 0; }
  .wp-pagenavi {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    margin-top: 50px; }
    .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #0d3387;
      color: #000;
      text-decoration: none;
      margin: 0 5px;
      font-weight: normal;
      min-width: 35px;
      min-height: 35px; }
      .wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .extend:hover, .wp-pagenavi .last:hover, .wp-pagenavi .first:hover {
        border: 2px solid #d2383a;
        color: #d2383a;
        opacity: 1; }
    .wp-pagenavi .nextpostslink {
      background: url(../images/second/arrow_right.png) no-repeat center;
      background-size: 14px 4px; }
      .wp-pagenavi .nextpostslink:hover {
        background: url(../images/second/arrow_right_red.png) no-repeat center;
        background-size: 14px 4px; }
    .wp-pagenavi .previouspostslink {
      background: url(../images/second/arrow_left.png) no-repeat center;
      background-size: 14px 4px; }
      .wp-pagenavi .previouspostslink:hover {
        background: url(../images/second/arrow_left_red.png) no-repeat center;
        background-size: 14px 4px; }
    .wp-pagenavi .extend {
      border: none; }
      .wp-pagenavi .extend:hover {
        background: #fff;
        opacity: 1;
        border: none !important;
        color: #000; }
    .wp-pagenavi span.current {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #d2383a;
      color: #d2383a;
      margin: 0 3px;
      font-weight: normal;
      min-width: 35px;
      min-height: 35px; }
    .wp-pagenavi .prev, .wp-pagenavi.nextpostslink {
      color: #000; }
      .wp-pagenavi .prev:hover, .wp-pagenavi.nextpostslink:hover {
        background-color: #d2383a;
        color: #fff; }
  .breadcrumbs {
    display: flex;
    width: 96%;
    margin: 0 auto;
    padding-top: 5px;
    max-width: 1120px; }
    .breadcrumbs > span {
      display: inline-block;
      position: relative;
      padding-right: 7px;
      font-size: 15px;
      color: #000; }
      .breadcrumbs > span:not(:last-of-type)::after {
        content: ">";
        display: inline-block;
        margin-left: 7px; }
      .breadcrumbs > span a {
        color: #000; }
  .form-wrap {
    max-width: 800px;
    margin: 0 auto; }
    .form-wrap dl {
      display: flex;
      align-items: center; }
      .form-wrap dl:not(:first-of-type) {
        margin-top: 30px; }
      .form-wrap dl:first-of-type {
        margin-top: 70px; }
      .form-wrap dl dt {
        font-weight: bold;
        width: 280px;
        position: relative; }
        .form-wrap dl dt .form-must {
          display: inline-block;
          color: #fff;
          background-color: #d2383a;
          font-size: 12px;
          padding: 2px 5px;
          margin-left: 10px;
          position: absolute;
          top: calc(50% - 11px);
          right: 15px; }
      .form-wrap dl dd {
        width: calc(100% - 280px); }
        .form-wrap dl dd.flexBox {
          display: flex;
          align-items: center;
          white-space: nowrap; }
        .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"] {
          padding: 0 15px;
          height: 50px;
          background: #f5f5f5;
          line-height: 1.0;
          border: 1px solid #ccc;
          width: 100%; }
          .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-webkit-input-placeholder {
            color: #aaa; }
          .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-moz-placeholder {
            color: #aaa; }
          .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::-ms-input-placeholder {
            color: #aaa; }
          .form-wrap dl dd input[type="text"], input[type="tel"], input[type="email"]::placeholder {
            color: #000; }
          .form-wrap .sizeS {
            width: 20%!important; }
        .form-wrap dl dd textarea {
          width: 100%;
          padding: 15px 20px;
          background: #f5f5f5;
          border: 1px solid #ccc; }
          .form-wrap dl dd textarea::-webkit-input-placeholder {
            color: #aaa; }
          .form-wrap dl dd textarea::-moz-placeholder {
            color: #aaa; }
          .form-wrap dl dd textarea::-ms-input-placeholder {
            color: #aaa; }
          .form-wrap dl dd textarea::placeholder {
            color: #aaa; }
        .form-wrap dl dd .inner_input li {
          display: flex;
          align-items: center; }
          .form-wrap dl dd .inner_input li:not(:first-of-type) {
            margin-top: 10px; }
        .form-wrap dl dd .inner_input input {
          width: 100%; }
	.form-wrap dl dd .inner_input div {
          width: calc(100% - 200px); }
        .form-wrap dl dd .inner_input .stitle {
          display: inline-block;
          width: 200px; }
        .form-wrap dl dd .attachedTxt {
          margin: 0 10px;
          font-size: 14px; }
    .form-wrap .form-radio > span {
      position: relative;
      padding: 10px 0;
      font-weight: bold;
      display: inline-block;
      margin-right: 20px; }
      .form-wrap .form-radio > span input[type="radio"] {
        position: relative;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 50%;
        vertical-align: -2px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .form-wrap .form-radio > span input[type="radio"]:checked:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #d2383a;
          content: ''; }
      .form-wrap .form-radio > span + span {
        padding: 0 0 0 0; }
    .form-wrap .btnWrap {
      margin-top: 70px;
      display: flex;
      justify-content: center; }
      .form-wrap .btnWrap input[type="submit"],
      .form-wrap .btnWrap input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        -moz-appearance: button;
             appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        background: url(../images/common/btn_arrow.png) no-repeat right 20px center #d2383a;
        border: 2px solid #d2383a; }
        .form-wrap .btnWrap input[type="submit"].back,
        .form-wrap .btnWrap input[type="button"].back {
          background: #fff;
          color: #0d3387;
          border: 2px solid #0d3387;
          transition: .2s all;
          position: relative;
			padding: 20px 80px 20px 80px;
			width: 30%;
          margin-right: 20px; }
          .form-wrap .btnWrap input[type="submit"].back:hover,
          .form-wrap .btnWrap input[type="button"].back:hover {
            background-color: #0d3387;
            color: #fff;
            opacity: 1; }
  hr {
    height: 1px;
    background-color: #dadada;
    border: none;
    margin-top: 40px; }
  .contact_tel_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center; }
    .contact_tel_wrap .tel_box {
      background-color: #f7f7f7;
      text-align: center;
      position: relative;
      display: flex;
      padding: 30px 75px;
      /*
			&:nth-of-type(odd){
			margin-right: 50px;
			&:after{
			content: "";
			background: url(../images/common/line_dash.png) repeat-y;
			display: block;
			width: 1px;
			height: 100%;
			position: absolute;
			right: -25px;
			top: 0;
		}
		}
			*/ }
      .contact_tel_wrap .tel_box .title {
        text-align: center;
        margin: 0;
        position: relative;
        font-size: 24px;
        /*
			&:before{
			content: "";
			display: block;
			width: 100%;
			height: 1px;
			background-color: #000;
			position: absolute;
			top: 50%;
			left: 0;
		}
			span{
			display: inline-block;
			background-color: #f7f7f7;
			position: relative;
			z-index: 2;
			padding: 0 50px;
		}
			*/ }
      .contact_tel_wrap .tel_box .tel {
        color: #0d3387;
        font-weight: bold;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        position: relative;
        background: url(../images/common/ico_tel.png) no-repeat left top 10px;
        font-size: 44px;
        pointer-events: none;
        padding-left: 40px; }
      .contact_tel_wrap .tel_box dl {
        text-align: left;
        color: #0d3387;
        display: flex;
        align-items: center; }
        .contact_tel_wrap .tel_box dl dt {
          text-align: center;
          padding: 10px 10px;
          border: 2px solid #0d3387;
          width: 100px;
          font-size: 16px;
          margin-left: 30px; }
        .contact_tel_wrap .tel_box dl dd {
          width: calc(100% - 100px);
          font-size: 18px;
          margin-left: 15px; }
  .contact_link_wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact_link_wrap > div {
      background-color: #f7f7f7;
      width: calc(100% / 3 - 20px);
      padding: 20px; }
      .contact_link_wrap > div .icon {
        display: block;
        text-align: center;
        margin-top: 20px; }
      .contact_link_wrap > div p {
        margin-top: 40px; }
      .contact_link_wrap > div .commonBtn {
        margin-top: 20px;
        font-size: 18px;
        padding: 20px 40px; }
        .contact_link_wrap > div .commonBtn:after {
          width: 18px;
          height: 13px;
          right: 20px;
          top: calc(50% - 6px); }
        .contact_link_wrap > div .commonBtn[target="_blank"]:after, .contact_link_wrap > div .commonBtn[target="newwindow"]:after {
          width: 16px;
          height: 16px;
          top: calc(50% - 8px); }
  .agreeBox {
    padding: 30px 20px 30px;
    margin-top: 40px;
    background: #f0f1f5; }
    .agreeBox .agreeBoxNotes {
      margin-top: 0;
      margin-bottom: 22px;
      font-size: 16px; }
      .agreeBox .agreeBoxNotes a {
        color: #000000; }
    .agreeBox .title {
      font-weight: 700;
      padding-bottom: 15px; }
    .agreeBox ul {
      padding-left: 1.3em; }
      .agreeBox ul li {
        list-style: disc;
        margin-top: 1em; }
    .agreeBox .whiteBox {
      background-color: #fff;
      padding: 20px;
      margin-bottom: 30px;
      margin-top: 30px; }
      .agreeBox .whiteBox p {
        margin-top: 1em;
        font-size: 14px;
        line-height: 1.6; }
    .agreeBox .agreeBoxCheck {
      display: flex;
      align-items: center;
      justify-content: center; }
      .agreeBox .agreeBoxCheck .inputCheckWrap {
        font-weight: bold; }
        .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"] {
          position: relative;
          width: 16px;
          height: 16px;
          border: 1px solid #ccc;
          vertical-align: -5px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"]:checked {
            background: #d2383a; }
            .agreeBox .agreeBoxCheck .inputCheckWrap input[type="checkbox"]:checked:before {
              position: absolute;
              top: 1px;
              left: 4px;
              -webkit-transform: rotate(50deg);
                      transform: rotate(50deg);
              width: 4px;
              height: 8px;
              border-right: 2px solid #fff;
              border-bottom: 2px solid #fff;
              content: ''; }
  .bnr_2_wrap {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .bnr_2_wrap a {
      display: block;
      transition: opacity .3s; }
      .bnr_2_wrap a:nth-of-type(odd) {
        margin-right: 50px; }
      .bnr_2_wrap a:hover {
        opacity: .7; }
  .ymd_tag_area {
    margin-bottom: 15px; }
    .ymd_tag_area .ymd {
      color: #0d3387;
      font-weight: bold;
      font-size: 20px;
      font-family: "Poppins", sans-serif; }
    .ymd_tag_area .tag {
      color: #fff;
      display: inline-block;
      background-color: #0d3387;
      text-align: center;
      line-height: 1.3;
      font-size: 14px;
      padding: 5px 10px;
      margin-left: 15px; }
  .newsH1 {
    line-height: 1.3;
    border-bottom: 1px solid #dedede;
    font-size: 36px;
    padding-bottom: 30px; }
  .merit_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px; }
    .merit_wrap > div.block {
      width: calc(50% - 10px); }
      .merit_wrap > div.block:nth-of-type(n + 3) {
        margin-top: 30px; }
      .merit_wrap > div.block .title {
        background-color: #f6f6f7;
        display: flex;
        align-content: stretch; }
        .merit_wrap > div.block .title .merit {
          background-color: #d2383a;
          text-align: center;
          color: #fff;
          font-weight: bold;
          font-family: "Poppins", sans-serif;
          letter-spacing: 0.1em;
          line-height: 1.5;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          padding: 15px;
          width: 74px; }
          .merit_wrap > div.block .title .merit span {
            font-size: 20px;
            display: block; }
        .merit_wrap > div.block .title h3 {
          color: #0d3387;
          display: flex;
          align-items: center;
          font-size: 20px;
          padding: 10px 20px; }
      .merit_wrap > div.block .content {
        padding: 25px;
        display: flex; }
        .merit_wrap > div.block .content .icon {
          display: block; }
        .merit_wrap > div.block .content p {
          margin-top: 0;
          margin-left: 20px; }
  .reason_wrap {
    margin-top: 80px; }
    .reason_wrap:after {
      content: "";
      display: block;
      clear: both; }
    .reason_wrap > div.block {
      background-color: #f6f6f7;
      overflow: hidden;
      position: relative;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      opacity: 0;
      transition: all .5s;
      float: left;
      width: calc(50% - 10px); }
      .reason_wrap > div.block.inView {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .reason_wrap > div.block:nth-of-type(odd) {
        margin-right: 20px;
        margin-top: -20px; }
      .reason_wrap > div.block:nth-of-type(even) {
        margin-top: 40px; }
      .reason_wrap > div.block .num {
        position: absolute;
        color: rgba(8, 51, 136, 0.08);
        font-family: "Poppins", sans-serif;
        font-style: italic;
        font-weight: bold;
        line-height: 1;
        font-size: 150px;
        right: -5px;
        bottom: -30px; }
      .reason_wrap > div.block h3 {
        margin: 0 auto;
        color: #fff;
        background-color: #d2383a;
        -webkit-transform: skewX(-15deg);
                transform: skewX(-15deg);
        text-align: center;
        padding: 10px 20px;
        width: 70%; }
        .reason_wrap > div.block h3 span {
          display: inline-block;
          -webkit-transform: skewX(15deg);
                  transform: skewX(15deg); }
      .reason_wrap > div.block .content {
        padding: 20px 20px 30px;
        display: flex; }
        .reason_wrap > div.block .content .img {
          display: block;
          width: 216px; }
        .reason_wrap > div.block .content p {
          margin-top: 0;
          width: calc(96% - 216px);
          padding-left: 20px;
          font-size: 16px; }
  .col3_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px; }
    .col3_wrap > div.block {
      background-color: #fef9f9;
      width: calc(100% / 3 - 20px); }
      .col3_wrap > div.block a {
        text-decoration: none;
        color: #000;
        display: block; }
        .col3_wrap > div.block a:hover .text {
          text-decoration: underline; }
      .col3_wrap > div.block .img img {
        max-width: 100%; }
      .col3_wrap > div.block .text_wrap {
        border-top: 4px solid #d2383a;
        padding: 20px 20px 30px; }
        .col3_wrap > div.block .text_wrap .title {
          margin-top: 0;
          line-height: 1.3;
          font-weight: bold;
          font-size: 20px; }
          .col3_wrap > div.block .text_wrap .title span {
            color: #d2383a;
            display: inline-block;
            padding-top: 15px;
            background: url(../images/second/red_dot.png) repeat-x top left;
            background-size: 1em; }
        .col3_wrap > div.block .text_wrap .text {
          font-size: 16px;
          margin-top: 10px; }
  .flow_wrap {
    margin-top: 80px; }
    .flow_wrap > div.block {
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      opacity: 0;
      transition: all .8s; }
      .flow_wrap > div.block.inView {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .flow_wrap > div.block {
      background-color: #f6f6f7;
      position: relative;
      padding: 50px 80px;
      display: flex;
      justify-content: space-between; }
      .flow_wrap > div.block:not(:first-of-type) {
        margin-top: 120px; }
        .flow_wrap > div.block:not(:first-of-type):before {
          content: "";
          display: inline-block;
          background: url(../images/second/flow/flow_arrow.jpg) no-repeat;
          background-size: cover;
          position: absolute;
          width: 206px;
          height: 52px;
          top: -82px;
          left: calc(50% - 103px); }
      .flow_wrap > div.block .text_wrap {
        width: calc(55% - 20px); }
        .flow_wrap > div.block .text_wrap ul, .flow_wrap > div.block .text_wrap p {
          margin-top: 10px; }
        .flow_wrap > div.block .text_wrap h3 {
          color: #0d3387;
          font-size: 24px; }
          .flow_wrap > div.block .text_wrap h3 .num {
            font-family: "Poppins", sans-serif;
            color: #d2383a;
            font-style: italic;
            margin-right: 15px;
            display: inline-block;
            line-height: 1;
            font-size: 70px;
            -webkit-transform: translateY(3px);
                    transform: translateY(3px); }
      .flow_wrap > div.block .img {
        width: calc(45% - 20px); }
        .flow_wrap > div.block .img img {
          max-width: 100%; }
  .step_title {
    background-color: #f6f6f7;
    display: flex;
    align-content: stretch;
    margin-top: 40px; }
    .step_title .step {
      background-color: #d2383a;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.1em;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      padding: 10px 15px;
      width: 74px; }
      .step_title .step span {
        font-size: 20px;
        display: block; }
    .step_title h3 {
      color: #0d3387;
      display: flex;
      align-items: center;
      font-size: 24px;
      padding: 10px 20px; }
  .performance_map {
    margin-top: 40px; }
  .performance_num {
    margin-top: 20px;
    text-align: center;
    position: relative; }
    .performance_num:after {
      content: "";
      display: block;
      background-color: #e2e2e2;
      width: 100%;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      height: 3px; }
    .performance_num .inner {
      text-align: center;
      display: inline-block;
      background-color: #fff;
      position: relative;
      z-index: 2;
      padding: 0 40px; }
    .performance_num .location {
      font-weight: bold;
      font-style: italic;
      color: #0d3387;
      text-align: left;
      font-size: 30px; }
      .performance_num .location .num {
        font-size: 42px; }
    .performance_num .room {
      font-weight: bold;
      font-style: italic;
      color: #0d3387;
      text-align: left;
      font-size: 30px; }
      .performance_num .room .num {
        color: #d2383a;
        font-weight: 900;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        font-size: 135px; }
    .performance_num .date {
      font-size: 13px;
      text-align: right; }
  .jirei_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    .jirei_list li {
      border-bottom: 1px solid #dedede;
      width: calc(25% - 15px);
      padding-bottom: 15px; }
      .jirei_list li:not(:nth-of-type(4n)) {
        margin-right: 20px; }
      .jirei_list li:nth-of-type(n + 5) {
        margin-top: 40px; }
      .jirei_list li .img img {
        max-width: 100%; }
      .jirei_list li .text_wrap {
        margin-top: 15px; }
        .jirei_list li .text_wrap .tag {
          border: 1px solid #000;
          padding: 2px 10px;
          font-size: 14px; }
        .jirei_list li .text_wrap .title {
          margin-top: 10px;
          font-weight: bold;
          line-height: 1.3;
          font-size: 20px; }
        .jirei_list li .text_wrap .text {
          margin-top: 5px;
          font-size: 16px; }
  .company_wrap_1 {
    background: url(../images/second/company/about_bg_1.png) no-repeat top right;
    background-size: 50% 100%;
    margin-top: -86px;
    padding-top: 10px; }
    .company_wrap_1 h2.title:first-of-type {
      margin-top: 60px; }
  .company_wrap_2 {
    background: url(../images/second/company/about_bg_2.png) no-repeat top left;
    background-size: 50% 100%;
    padding: 20px 0 60px; }
  .company_wrap_3 {
    background: url(../images/second/company/about_bg_3.png) no-repeat top right;
    background-size: 88% 100%;
    padding: 30px 0 80px; }
    .company_wrap_3 .common_inner {
      display: flex; }
      .company_wrap_3 .common_inner .img {
        width: 45%;
        margin-top: 40px;
        padding-right: 30px; }
        .company_wrap_3 .common_inner .img img {
          max-width: 100%; }
      .company_wrap_3 .common_inner .text {
        width: 55%; }
  .gaiyou {
    margin-top: 40px; }
    .gaiyou dl {
      display: flex;
      padding: 25px 0; }
      .gaiyou dl:not(:first-of-type) {
        border-top: 1px solid #dedede; }
      .gaiyou dl dt {
        font-weight: bold;
        width: 170px;
        align-items: flex-start;
        padding-right: 20px; }
      .gaiyou dl dd {
        width: calc(100% - 170px); }
        .gaiyou dl dd.btnR {
          display: flex;
          justify-content: space-between; }
          .gaiyou dl dd.btnR .commonBtn {
            align-self: flex-start;
            margin-left: 20px; }
          .gaiyou dl dd.btnR.row {
            flex-wrap: wrap; }
            .gaiyou dl dd.btnR.row .imgBox {
              margin-top: 30px; }
        .gaiyou dl dd.btnAndMore .btnR {
          display: flex;
          justify-content: space-between; }
          .gaiyou dl dd.btnAndMore .btnR .commonBtn {
            align-self: flex-start;
            margin-left: 20px; }
  .col2_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    .col2_wrap > div {
      width: 49%; }
  .infographic {
    background: url(../images/second/performance/info_bg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 883px;
    padding: 60px 0;
    margin-top: 70px; }
    .infographic #infographicInner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1000px;
      margin: 30px auto 0; }
      .infographic #infographicInner .item {
        width: 451px;
        margin: 10px -60px 0;
        position: relative; }
        .infographic #infographicInner .item .num {
          font-family: 'Poppins', sans-serif;
          color: #d2383a;
          font-style: italic;
          font-weight: 700;
          position: absolute; }
        .infographic #infographicInner .item#item1 {
          font-size: 85px; }
          .infographic #infographicInner .item#item1 .num {
            top: 123px;
            right: 150px; }
        .infographic #infographicInner .item#item2 {
          font-size: 85px; }
          .infographic #infographicInner .item#item2 .num {
            top: 123px;
            right: 150px; }
        .infographic #infographicInner .item#item4 {
          font-size: 65px; }
          .infographic #infographicInner .item#item4 .num {
            top: 109px;
            right: 129px; }
        .infographic #infographicInner .item#item5 {
          font-size: 85px;
          margin-right: 50px; }
          .infographic #infographicInner .item#item5 .num {
            top: 97px;
            right: 236px; }
    .infographic h2.title {
      margin-top: 0; }
  .opacity {
    transition: .3s; }
    .opacity:hover {
      opacity: .7; }
  .order_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px; }
    .order_wrap > div.block {
      background-color: #f6f6f7;
      width: calc(50% - 10px);
      padding: 20px 20px; }
      .order_wrap > div.block:nth-of-type(n + 3) {
        margin-top: 30px; }
      .order_wrap > div.block .title {
        display: flex;
        align-items: center; }
        .order_wrap > div.block .title .num {
          text-align: center;
          color: #d2383a;
          font-weight: bold;
          font-family: "Poppins", sans-serif;
          line-height: 1.5;
          font-size: 36px; }
        .order_wrap > div.block .title h3 {
          color: #0d3387;
          font-size: 20px;
          margin-left: 15px; }
      .order_wrap > div.block .content {
        display: flex;
        margin-top: 15px; }
        .order_wrap > div.block .content .img {
          display: block;
          width: 220px; }
        .order_wrap > div.block .content p {
          margin-top: 0;
          margin-left: 20px;
          width: calc(100% - 200px); }
      .order_wrap > div.block .btn {
        justify-content: center;
        display: flex;
        margin-top: 25px; }
        .order_wrap > div.block .btn .commonBtn:hover {
          background-color: #0d3387; }
        .order_wrap > div.block .btn .commonBtn {
          background-color: transparent; }
          .order_wrap > div.block .btn .commonBtn:nth-of-type(odd) {
            margin-right: 15px; }
  #subleaceImg2 {
    max-width: 658px;
    width: 90%;
    position: relative;
    margin: 0 auto; }
    #subleaceImg2 img {
      display: block;
      width: 100%;
      height: auto; }
      #subleaceImg2 img.img2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-animation: gurugur 10s infinite linear;
                animation: gurugur 10s infinite linear; }
  @-webkit-keyframes gurugur {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  @keyframes gurugur {
    0% {
      -webkit-transform: rotate(1deg);
              transform: rotate(1deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px; }
  article ul {
    list-style: none; }
  article img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .column-single a {
    text-decoration: underline;
    color: #3F7EC1; }
  strong {
    font-weight: bold !important; }
  h1 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 48px; }
  h2.title {
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 36px;
    margin-top: 80px;
    padding-bottom: 50px; }
    h2.title span.eng {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      color: #0d3387;
      margin-left: 20px;
      margin-top: 6px; }
    h2.title .sub {
      display: block;
      font-size: 18px;
      font-weight: normal;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
    h2.title:after {
      content: "";
      display: inline-block;
      position: absolute;
      background-color: #0d3387;
      width: 56px;
      height: 3px;
      margin-top: 20px;
      left: calc(50% - 28px);
      bottom: 0px; }
  h3.title {
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    color: #0d3387;
    font-size: 24px;
    margin-top: 40px;
    padding-left: 40px; }
    h3.title:before {
      content: "";
      box-sizing: border-box;
      width: 13px;
      height: 13px;
      border: 13px solid transparent;
      border-bottom: 13px solid #d2383a;
      border-right: 13px solid #d2383a;
      position: absolute;
      bottom: calc(50% - 13px);
      left: 0; }
  h4.title {
    line-height: 1.2;
    margin-top: 25px;
    border-left: 2px solid #d2383a;
    padding-left: 20px;
    font-size: 20px; }
  p {
    margin-top: 2em;
    line-height: 1.8; }
    p.contact {
      margin-top: 60px; }
    p.img img {
      max-width: 100%; }
  .commonTable {
    margin-top: 2em; }
  a.link,
  span.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px; }
    a.link:after,
    span.link:after {
      content: "";
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #0d3387;
      border-right: 2px solid #0d3387;
      right: 0;
      top: calc(50% - 3px);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    a.icon:after {
      content: "";
      display: block;
      width: 1em;
      height: 1.2em;
      background-size: auto 1em;
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      right: 0;
      top: .35em; }
    a.icon[href$=pdf]:after {
      background-image: url(../images/second/icon_pdf.png); }
    a.icon[href$=doc]:after, a.icon[href$=docx]:after {
      background-image: url(../images/second/icon_doc.png); }
    a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
      background-image: url(../images/second/icon_xls.png); }
  .ico_blank {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/ico_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px; }
  ul.anker {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    ul.anker.col2 li {
      width: calc(100%/2); }
    ul.anker.col4 li {
      width: calc(100%/4); }
    ul.anker li {
      list-style: none;
      border-right: 1px solid #fff;
      width: calc(100%/3); }
      ul.anker li a {
        display: block;
        background: #eeeeee;
        position: relative;
        height: 100%;
        padding: 8px 12px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1.3;
        text-decoration: none;
        transition: background-color .2s;
        font-size: 15px; }
        ul.anker li a:hover {
          background: #0d3387;
          text-decoration: none;
          color: #fff; }
          ul.anker li a:hover:after {
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff; }
        ul.anker li a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #0d3387;
          border-right: 1px solid #0d3387;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin-left: -3px; }
  .btnCol {
    display: flex;
    flex-wrap: wrap; }
    .btnCol .commonBtn + .commonBtn {
      margin-left: 20px; }
  .commonBtn, .btn_more a {
    color: #fff;
    text-decoration: none !important;
    background-color: #d2383a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 80px 20px 80px;
    font-size: 20px;
    transition: opacity .3s; }
    .commonBtn.bgBlue, .btn_more a.bgBlue {
      background-color: #0d3387; }
    .commonBtn.btnBlue, .btn_more a.btnBlue {
      background-color: #fff;
      border: 2px solid #0d3387;
      color: #0d3387;
      padding: 20px 40px 20px 40px;
      transition: .3s; }
      .commonBtn.btnBlue:hover, .btn_more a.btnBlue:hover {
        background-color: #0d3387;
        color: #fff;
        opacity: 1; }
        .commonBtn.btnBlue:hover:after, .btn_more a.btnBlue:hover:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
      .commonBtn.btnBlue.bgBlue, .btn_more a.btnBlue.bgBlue {
        color: #fff;
        background: #0d3387; }
        .commonBtn.btnBlue.bgBlue:hover, .btn_more a.btnBlue.bgBlue:hover {
          color: #0d3387;
          background: #fff; }
          .commonBtn.btnBlue.bgBlue:hover:after, .btn_more a.btnBlue.bgBlue:hover:after {
            border-color: #0d3387; }
        .commonBtn.btnBlue.bgBlue[target="_blank"]:hover:after, .btn_more a.btnBlue.bgBlue[target="_blank"]:hover:after {
          background-image: url(../images/common/ico_blank.png); }
        .commonBtn.btnBlue.bgBlue:after, .btn_more a.btnBlue.bgBlue:after {
          border-color: #fff; }
      .commonBtn.btnBlue:after, .btn_more a.btnBlue:after {
        content: "";
        background: none;
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #0d3387;
        border-right: 2px solid #0d3387;
        right: 30px;
        top: calc(50% - 5px);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .commonBtn.btnBlue.small, .btn_more a.btnBlue.small {
        padding: 10px 30px 10px 30px;
        font-size: 18px; }
        .commonBtn.btnBlue.small:after, .btn_more a.btnBlue.small:after {
          width: 6px;
          height: 6px;
          right: 20px;
          top: calc(50% - 3px); }
    .commonBtn:hover, .btn_more a:hover {
      opacity: .7; }
    .commonBtn:after, .btn_more a:after {
      content: "";
      display: inline-block;
      background: url(../images/common/btn_arrow.png) no-repeat;
      background-size: cover;
      width: 27px;
      height: 20px;
      position: absolute;
      right: 30px;
      top: calc(50% - 10px); }
    .commonBtn[target="_blank"]:after, .commonBtn[target="newwindow"]:after, .btn_more a[target="_blank"]:after, .btn_more a[target="newwindow"]:after {
      border: none !important;
      content: "";
      background: url(../images/common/ico_blank_w.png) no-repeat;
      background-size: cover;
      width: 16px !important;
      height: 16px !important;
      display: inline-block;
      position: absolute;
      -webkit-transform: none;
              transform: none;
      right: 30px;
      top: calc(50% - 8px) !important; }
    .commonBtn.btn_center, .btn_more a.btn_center {
      margin: 0 auto; }
    .commonBtn.btn_right, .btn_more a.btn_right {
      margin: 0 0 0 auto; }
  .btn_more a {
    width: 40%;
    margin: 0 auto; }
  .btnS {
    width: 30%; }
  .btnM {
    width: 50%; }
  .btnL {
    width: 70%; }
  .btnCenter {
    display: flex;
    justify-content: center; }
  .imgLine2 {
    display: flex;
    justify-content: center;
    margin-top: 1.5em; }
    .imgLine2 li {
      text-align: center;
      width: calc(50% - 8px); }
      .imgLine2 li:nth-of-type(odd) {
        margin-right: 16px; }
      .imgLine2 li img {
        max-width: 100%; }
    .imgLine2.small li {
      width: calc(33% - 8px); }
    .imgLine2 .cap {
      display: block;
      text-align: left;
      font-size: 14px; }
  .imgLine3 {
    display: flex;
    justify-content: center;
    margin-top: 1.5em; }
    .imgLine3 li {
      text-align: center;
      width: calc(33% - 8px);
      margin-right: 16px; }
      .imgLine3 li:nth-of-type(3n) {
        margin-right: 0; }
      .imgLine3 li img {
        max-width: 100%; }
    .imgLine3 .cap {
      display: block;
      text-align: left;
      font-size: 14px; }
  .imgLine4 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .imgLine4 li {
      width: calc(25% - 12px);
      margin-right: 16px; }
      .imgLine4 li:nth-of-type(4n) {
        margin-right: 0; }
      .imgLine4 li img {
        width: 100%; }
  .imgInP {
    overflow: hidden; }
    .imgInP .img {
      max-width: 300px; }
      .imgInP .img img {
        width: 100%;
        height: auto; }
      .imgInP .img .cap {
        display: block;
        text-align: left;
        font-size: 14px; }
    .imgInP .img.left {
      float: left;
      margin-right: 20px; }
    .imgInP .img.right {
      float: right;
      margin-left: 20px; }
  .twoCol {
    display: flex;
    margin-top: 20px; }
    .twoCol .txt {
      flex: 1; }
      .twoCol .txt *:nth-child(1) {
        margin-top: 0; }
      .twoCol .txt + .img {
        margin-left: 40px; }
    .twoCol .img {
      max-width: 50%; }
      .twoCol .img + .txt {
        margin-left: 40px; }
      .twoCol .img img {
        max-width: 100%;
        width: auto;
        height: auto; }
  ul.commonList {
    margin-top: 1.5em; }
    ul.commonList.bgBlue li:before {
      background-color: #0d3387; }
    ul.commonList li {
      padding-left: 18px;
      position: relative;
      box-sizing: border-box; }
      ul.commonList li:not(:first-of-type) {
        margin-top: 20px; }
      ul.commonList li:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: auto;
        content: '';
        background-color: #d2383a;
        position: absolute;
        left: 0;
        top: .65em; }
  ul.col2List {
    display: flex;
    flex-wrap: wrap; }
    ul.col2List li {
      width: 50%;
      flex-basis: 50%; }
      ul.col2List li:not(:first-of-type) {
        margin-top: 0px; }
      ul.col2List li:nth-of-type(n + 3) {
        margin-top: 10px; }
  ol {
    padding-left: 18px;
    margin-top: 1.5em; }
    ol li + li {
      margin-top: 20px; }
  .commonTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%; }
    .commonTable tr {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .commonTable th {
      background-color: #0d3387;
      padding: 12px;
      text-align: left;
      border-right: 1px solid #ccc;
      color: #fff; }
      .commonTable th.sub {
        background-color: #f7f2f1;
        color: #000; }
      .commonTable th.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background-color: #fff; }
    .commonTable td {
      background-color: #fff;
      padding: 12px;
      border-right: 1px solid #ccc;
      vertical-align: top; }
      .commonTable td *:last-child {
        margin-bottom: 0; }
      .commonTable td *:first-child {
        margin-top: 0; }
      .commonTable td.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
  .scrollTable {
    overflow: auto; }
  .scrolltext {
    font-size: 13px;
    text-align: right;
    margin-bottom: -20px;
    margin-top: 20px;
    display: none; }
  .colorBox {
    margin-top: 2em;
    padding: 20px; }
    .colorBox *:nth-child(1) {
      margin-top: 0; }
    .colorBox p {
      line-height: 1.7; }
    .colorBox.bgGray {
      background-color: #f5f5f5; }
  .borderBox {
    margin-top: 2em;
    border: 1px solid #000;
    padding: 20px; }
    .borderBox *:nth-child(1) {
      margin-top: 0; }
    .borderBox p {
      line-height: 1.7; }
    .borderBox.bdGray {
      border-color: #999; }
  .col2_wrap {
    display: flex;
    flex-wrap: wrap; }
    .col2_wrap .left {
      width: calc(50% - 15px);
      margin-right: 30px; }
    .col2_wrap .right {
      width: calc(50% - 15px); }
  .kome {
    line-height: 1.7;
    font-size: 14px; }
  .tab_wrap {
    width: 100%; }
    .tab_wrap .tab_area {
      display: flex; }
      .tab_wrap .tab_area label {
        background-color: #E5E5E5;
        color: #000;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        position: relative;
        width: calc(50% - 7px);
        font-size: 18px;
        min-height: 70px;
        padding: 5px 40px 5px 15px; }
        .tab_wrap .tab_area label:hover {
          opacity: .7; }
        .tab_wrap .tab_area label:first-of-type {
          margin-right: 14px; }
          .tab_wrap .tab_area label:first-of-type:after {
            content: "";
            width: 14px;
            height: 69px;
            border-bottom: 1px solid #ccc;
            position: absolute;
            right: -15px;
            bottom: -1px; }
        .tab_wrap .tab_area label span {
          display: block;
          color: #000;
          width: 100%;
          text-align: center;
          font-size: 14px; }
        .tab_wrap .tab_area label:before {
          content: "";
          border: 0px;
          border-top: solid 2px #B4B4B4;
          border-right: solid 2px #B4B4B4;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          display: inline-block;
          width: 8px;
          height: 8px;
          top: calc(50% - 4px);
          right: 20px; }
    .tab_wrap .tab_panel {
      width: 100%;
      display: none;
      padding-top: 20px; }
    .tab_wrap .panel_area {
      padding: 0 20px 20px;
      border-radius: 0 0 6px 6px;
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .border-box {
    border: 1px solid #ccc;
    padding: 20px; }
  .ytWrap_s {
    max-width: 780px;
    margin: 0 auto; }
  .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 40px; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none; }
  .taC {
    text-align: center !important; }
  .taL {
    text-align: left !important; }
  .taR {
    text-align: right !important; }
  .Center {
    margin: 0 auto !important; }
  .ovh {
    overflow: hidden !important; }
  .mw100 {
    max-width: 100% !important;
    width: auto !important; }
  .w100p {
    width: 100% !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .mB0_pc {
    margin-bottom: 0 !important; }
  .mB5_pc {
    margin-bottom: 5px !important; }
  .mB10_pc {
    margin-bottom: 10px !important; }
  .mB20_pc {
    margin-bottom: 20px !important; }
  .mB30_pc {
    margin-bottom: 30px !important; }
  .mB40_pc {
    margin-bottom: 40px !important; }
  .mB50_pc {
    margin-bottom: 50px !important; }
  .mT0_pc {
    margin-top: 0 !important; }
  .mT5_pc {
    margin-top: 5px !important; }
  .mT10_pc {
    margin-top: 10px !important; }
  .mT20_pc {
    margin-top: 20px !important; }
  .mT30_pc {
    margin-top: 30px !important; }
  .mT40_pc {
    margin-top: 40px !important; }
  .mT50_pc {
    margin-top: 50px !important; }
  .mL0_pc {
    margin-left: 0px !important; }
  .mL5_pc {
    margin-left: 5px !important; }
  .mL10_pc {
    margin-left: 10px !important; }
  .mL20_pc {
    margin-left: 20px !important; }
  .mL30_pc {
    margin-left: 30px !important; }
  .mL40_pc {
    margin-left: 40px !important; }
  .mL50_pc {
    margin-left: 50px !important; }
  .mR0_pc {
    margin-right: 0px !important; }
  .mR5_pc {
    margin-right: 5px !important; }
  .mR10_pc {
    margin-right: 10px !important; }
  .mR20_pc {
    margin-right: 20px !important; }
  .mR30_pc {
    margin-right: 30px !important; }
  .mR40_pc {
    margin-right: 40px !important; }
  .mR50_pc {
    margin-right: 50px !important; }
  .size12 {
    font-size: 12px !important; }
  .size14 {
    font-size: 14px !important; }
  .size16 {
    font-size: 16px !important; }
  .size18 {
    font-size: 18px !important; }
  .size20 {
    font-size: 20px !important; }
  .taC_pc {
    text-align: center !important; }
  .red {
    color: #de0000 !important; }
  .blue {
    color: #356fcf !important; }
  .gray {
    color: #666 !important; }
  .bold {
    font-weight: bold !important; }
  .underline {
    text-decoration: underline !important; }
  .green {
    color: #23ac3a !important; }
  .bdb {
    border-bottom: 2px solid #004aa4; }
  .fontL {
    font-size: 1.2em; }
  .fontS {
    font-size: .8em; }
  .floatL {
    float: left; }
  .floatR {
    float: right; }
  .preBox {
    background: #eff0f4;
    border: 1px solid #0d3387;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8; }
    .preBox pre {
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      -moz-text-align-last: auto;
           text-align-last: auto; } }

.wpcf7 form .wpcf7-response-output:empty{
  display:none;
}

/*# sourceMappingURL=map/second.css.map */
