@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html article, html aside, html footer, html header, html nav, html section, html figcaption, html figure, html main {
  display: block;
}
html sub, html sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
html sub {
  bottom: -0.25em;
}
html sup {
  top: -0.5em;
}
html img {
  border-style: none;
  vertical-align: top;
}
html table {
  border-collapse: collapse;
}
html button, html input, html select, html textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html button, html html [type=button], html [type=reset], html [type=submit] {
  -webkit-appearance: button;
}
html textarea {
  overflow: auto;
  resize: vertical;
}
html [type=checkbox], html [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
html a, html area, html button, html input, html label, html select, html summary, html textarea, html [tabindex] {
  touch-action: manipulation;
}

@media print, screen and (max-width: 1000px) {
  html {
    overflow: auto;
    height: 100%;
  }
  html body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-size: 16px;
  }
  html body.isView {
    padding-top: 51px;
  }
  html body.isOpen {
    padding-top: 51px;
  }
  html body ul, html body li {
    list-style: none;
  }
  html body img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  html body *::before, html body *::after {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  html body .bnrText {
    line-height: 1;
    margin-bottom: 8px;
    text-align: left;
  }
  html body .mark {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 1em;
    font-size: 14px;
  }
  html body .mark:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #1FC3B2;
    position: absolute;
    left: 0;
    top: 0.2em;
  }
  html body a {
    text-decoration: underline;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  html body a {
    text-decoration: none;
  }
  html body .saria {
    font-family: "Saira", sans-serif;
  }
  header#header {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    position: static;
    top: -30px;
    transition: all 0.3s ease-in-out;
    height: 51px;
  }
  header#header.isView {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  header#header.isOpen {
    position: fixed;
    top: 0;
    left: 0;
  }
  header#header p {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
  }
  header#header .headerInner {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    position: relative;
    justify-content: flex-end;
  }
  header#header .headerInner .leftBox {
    position: absolute;
    left: calc(50% - 80px);
    top: 5px;
    width: 160px;
  }
  header#header .headerInner .leftBox img {
    width: 160px;
  }
  header#header .headerInner .rightBox {
    display: flex;
    align-items: center;
  }
  header#header .headerInner .rightBox .toLike {
    position: relative;
    top: 4px;
    left: 10px;
  }
  header#header .headerInner .rightBox .toLike a {
    display: inline-block;
    background-image: url(../images/common/heart_wh.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 27px;
    display: flex;
    background-size: 70%;
  }
  header#header .headerInner .rightBox .menu {
    position: relative;
    margin-left: 18px;
    width: 20px;
    height: 20px;
  }
  header#header .headerInner .rightBox .menu.isOpen span:nth-of-type(1) {
    transform: rotate(405deg);
    top: 8px;
  }
  header#header .headerInner .rightBox .menu.isOpen span:nth-of-type(2) {
    display: none;
  }
  header#header .headerInner .rightBox .menu.isOpen span:nth-of-type(3) {
    transform: rotate(-405deg);
    top: 8px;
  }
  header#header .headerInner .rightBox .menu span {
    position: absolute;
    background-color: #000;
    height: 2px;
    transition: 0.3s;
    width: 20px;
  }
  header#header .headerInner .rightBox .menu span:nth-of-type(1) {
    top: 0px;
  }
  header#header .headerInner .rightBox .menu span:nth-of-type(2) {
    top: 8px;
  }
  header#header .headerInner .rightBox .menu span:nth-of-type(3) {
    top: 16px;
  }
  header#header .navBox {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 1px solid #000;
    padding-bottom: 80px;
    top: 51px;
    overflow: auto;
  }
  header#header .navBox .navInner {
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  header#header .navBox .navInner .toTop {
    text-align: end;
    font-size: 13px;
  }
  header#header .navBox .navInner .toTop a {
    text-decoration: none;
  }
  header#header .navBox .navInner .toTop a .circle {
    position: relative;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    top: 6px;
  }
  header#header .navBox .navInner .toTop a .circle:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 6px;
    height: 1px;
    top: 10px;
    left: 6px;
  }
  header#header .navBox .navInner .toTop a .circle:after {
    position: absolute;
    content: "";
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    width: 4px;
    height: 4px;
    top: 8px;
    right: 7px;
  }
  header#header .navBox .navInner .navCont {
    display: flex;
    flex-wrap: wrap;
  }
  header#header .navBox .navInner .navCont .left {
    width: 100%;
  }
  header#header .navBox .navInner .navCont .left ul li {
    border-bottom: 1px solid #DFDFDF;
  }
  header#header .navBox .navInner .navCont .left ul li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 16px;
    padding: 20px 15px 20px 65px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_a:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_01.png);
    width: 45px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 22px;
    left: 13px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_b:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_02.png);
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 22px;
    left: 17px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_c:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_03.png);
    width: 43px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 22px;
    left: 13px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_d:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_04.png);
    width: 31px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 17px;
    left: 17px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_e:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_05.png);
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 24px;
    left: 21px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_f:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_06.png);
    width: 34px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 75%;
    top: 22px;
    left: 19px;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox {
    margin-top: 15px;
    text-align: center;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox .txt a {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox .txt:not(:first-of-type) {
    position: relative;
    padding-left: 13px;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox .txt:not(:first-of-type):before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #000;
    transform: rotate(15deg);
    top: 6px;
    left: 6px;
  }
  header#header .navBox .navInner .navCont .right {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header#header .navBox .navInner .navCont .right .account {
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
  }
  header#header .navBox .navInner .navCont .right a {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    border: 1px solid #fff;
    min-width: 200px;
    padding: 15px 30px;
    margin: 10px;
    transition: 0.3s;
    overflow: hidden;
  }
  header#header .navBox .navInner .navCont .right a:hover {
    border: 1px solid #1FC3B2;
    color: #1FC3B2;
  }
  header#header .navBox .navInner .navCont .right a:hover:before {
    width: 0;
  }
  header#header .navBox .navInner .navCont .right a:hover:after {
    width: 0;
  }
  header#header .navBox .navInner .navCont .right a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    right: 0;
    border-radius: 0 30px 30px 0;
    transition: 0.3s;
    z-index: -1;
  }
  header#header .navBox .navInner .navCont .right a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    left: 0;
    border-radius: 30px 0 0 30px;
    transition: 0.3s;
    z-index: -1;
  }
  header#header .navBox .navInner .navCont .sp_closeBtn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  header#header .navBox .navInner .navCont .sp_closeBtn .closeTxt {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
  header#header .navBox .navInner .navCont .sp_closeBtn .closeTxt:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    transform: rotate(45deg);
    top: 12px;
    left: 0px;
    background-color: #000;
  }
  header#header .navBox .navInner .navCont .sp_closeBtn .closeTxt:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    transform: rotate(-45deg);
    top: 12px;
    left: 0px;
    background-color: #000;
  }
  footer#footer {
    position: relative;
    background-color: #86fddf;
    z-index: 0;
    padding: 50px 0 50px;
  }
  footer#footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/common/f_bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto 100%;
    width: 100%;
    height: 300px;
  }
  footer#footer .footerInner {
    position: relative;
    z-index: 3;
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  footer#footer .footerInner .itemBox {
    display: flex;
    position: relative;
    flex-wrap: wrap-reverse;
  }
  footer#footer .footerInner .itemBox .boxA {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    width: 80%;
    margin: 60px auto 0;
    padding: 8% 6%;
  }
  footer#footer .footerInner .itemBox .boxA .charaImg {
    position: absolute;
    width: 80px;
    bottom: -80px;
    left: 0;
    z-index: -1;
  }
  footer#footer .footerInner .itemBox .boxA .lead {
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
  }
  footer#footer .footerInner .itemBox .boxA .company {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
  }
  footer#footer .footerInner .itemBox .boxA .adress {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn, footer#footer .footerInner .itemBox .boxA .termsBtn {
    text-align: center;
    margin: 10px auto 0px auto;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a, footer#footer .footerInner .itemBox .boxA .termsBtn a {
    min-width: 200px;
    text-align: center;
    border: 1px solid #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #000;
    font-size: 13px;
    padding: 3px 30px 3px 15px;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:before, footer#footer .footerInner .itemBox .boxA .termsBtn a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #fff;
    right: 0;
    transition: 0.3s;
    z-index: -1;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:after, footer#footer .footerInner .itemBox .boxA .termsBtn a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #fff;
    left: 0;
    transition: 0.3s;
    z-index: -1;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a .yazi, footer#footer .footerInner .itemBox .boxA .termsBtn a .yazi {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a .yazi:before, footer#footer .footerInner .itemBox .boxA .termsBtn a .yazi:before {
    position: absolute;
    content: "";
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    top: 8px;
    right: 12px;
    width: 6px;
    height: 6px;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a .yazi:after, footer#footer .footerInner .itemBox .boxA .termsBtn a .yazi:after {
    position: absolute;
    content: "";
    background-color: #000;
    top: 11px;
    right: 13px;
    width: 10px;
    height: 2px;
  }
  footer#footer .footerInner .itemBox .boxB {
    width: 100%;
  }
  footer#footer .footerInner .itemBox .boxB .bnr {
    text-align: center;
  }
  footer#footer .footerInner .itemBox .boxB .bnr .bnrImgBox {
    display: flex;
    flex-direction: row;
  }
  footer#footer .footerInner .itemBox .boxB .bnr .bnrImgBox .bnrImg {
    height: 40px;
    width: 40px;
    margin: 5px;
  }
  footer#footer .footerInner .itemBox .boxB .bnr:not(:first-of-type) {
    margin-top: 15px;
  }
  footer#footer .footerInner .copy {
    text-align: center;
    margin-top: 30px;
  }
  footer#footer .footerInner .copy .txt {
    font-size: 12px;
  }
  .breadcrumb {
    background-color: #b3ffec;
    width: 100%;
    position: relative;
    padding: 10px 0 20px;
  }
  .breadcrumb .inner {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
  }
  .breadcrumb .inner img {
    max-width: 100%;
  }
  .breadcrumb .inner > div {
    position: relative;
    margin-top: 8px;
    font-size: 13px;
    margin-left: 1.4em;
  }
  .breadcrumb .inner > div:nth-child(2)::before {
    left: -1.8em;
  }
  .breadcrumb .inner > div:first-of-type span::before, .breadcrumb .inner > div:first-of-type a::before {
    content: none;
  }
  .breadcrumb .inner > div.home {
    margin-left: 20px;
  }
  .breadcrumb .inner > div.home a {
    position: relative;
    display: block;
  }
  .breadcrumb .inner > div.home a:after {
    content: "";
    color: #9b9b9b;
    display: inline-block;
    background: url(../images/common/ico_home.png) no-repeat center;
    background-size: contain;
    text-align: center;
    position: absolute;
    top: -0.7em;
    left: -1.4em;
    width: 16px;
    height: 16px;
  }
  .breadcrumb .inner > div a, .breadcrumb .inner > div span {
    text-decoration: none;
    font-size: 13px;
  }
  .breadcrumb .inner > div a:before, .breadcrumb .inner > div a:before, .breadcrumb .inner > div span:before, .breadcrumb .inner > div span:before {
    content: "";
    color: #9b9b9b;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    top: 0.5em;
    left: -1.1em;
    z-index: 2;
  }
  .breadcrumb .inner > div a:hover, .breadcrumb .inner > div span:hover {
    text-decoration: underline;
  }
  .breadcrumb .inner > div br {
    display: none;
  }
  .breadcrumb + #footer {
    padding: 10px 0 50px;
  }
  #pageTop {
    position: fixed;
    z-index: 99;
    border-radius: 50%;
    background-color: #000;
    transform-origin: center center;
    transform: scale(0);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.41, 0.01, 0, 0.97) transform, 0.4s opacity;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 160px;
  }
  #pageTop.show {
    transform: scale(1);
    opacity: 1;
  }
  #pageTop:before {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    top: 16px;
    right: 15px;
  }
  #pageTop:after {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    top: 22px;
    right: 15px;
  }
  .filter_block_select .filter_elm {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 16px 10px 4px;
  }
  .filter_block_select .filter_elm:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }
  .filter_block_select .filter_elm a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .filter_block_select .filter_elm .filter_text {
    font-weight: bold;
    position: relative;
    width: 100%;
    padding-right: 2.5em;
    font-size: 12px;
  }
  .filter_block_select .filter_elm .filter_text::after {
    content: "";
    background-image: url(../images/common/ico_arrow_b.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    right: 0;
  }
  .filter_block_select .filter_elm .filter_text.change {
    color: #1FC3B2;
  }
  .filter_block_select .filter_elm .filter_text input[type=text], .filter_block_select .filter_elm .filter_text .btn_search {
    border: none;
    height: 36px;
  }
  .filter_block_select .filter_elm .filter_text input[type=text] {
    outline: none;
    background-color: #F6F6F6;
    border: 1px solid #DFDFDF;
    border-radius: 5px 0 0 5px;
    padding: 8px 13px;
    font-size: 16px;
    width: calc(100% - 60px);
  }
  .filter_block_select .filter_elm .filter_text .btn_search {
    background-color: #2EC1F1;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    transition: 0.3s opacity ease-in-out;
    font-size: 14px;
    padding: 8px 16px;
  }
  .filter_block_select .filter_elm .filter_text .btn_search :hover {
    opacity: 0.7;
  }
  .filter_block_select .filter_elm .filter_ico {
    text-align: center;
    margin-right: 15px;
    width: 65px;
  }
  .filter_block_select .filter_elm .filter_ico img + span {
    color: #000;
    display: block;
    font-size: 10px;
  }
  .filter_block_select .filter_elm.elm_area .filter_ico img {
    width: 16px;
  }
  .filter_block_select .filter_elm.elm_industry .filter_ico img {
    width: 18px;
  }
  .filter_block_select .filter_elm.elm_kodawari .filter_ico img {
    padding-top: 8px;
    width: 18px;
  }
  .filter_block_select .filter_elm.elm_keyword .filter_ico img {
    width: 18px;
  }
  .filter_block_select .filter_elm.elm_keyword .filter_text {
    padding-right: 0;
  }
  .filter_block_select .filter_elm.elm_keyword .filter_text::after {
    content: none;
  }
  .filter_block_reset {
    text-align: center;
  }
  .filter_block_reset .weakBtn {
    margin-top: 10px;
  }
  .filter_block_reset .btn_reset {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6px;
    margin-right: 16px;
  }
  .filter_block_reset .btn_reset .batsu {
    background-color: #A3A3A3;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .filter_block_reset .btn_reset .batsu::before, .filter_block_reset .btn_reset .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  .filter_block_reset .btn_reset .batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .filter_block_reset .btn_reset .batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .filter_block_reset .btn_reset input[type=button] {
    background-color: transparent;
    border: none;
    color: #A3A3A3;
    font-size: 14px;
    text-decoration: underline;
  }
  .filter_block_reset .btn_reset button {
    border: none;
    background-color: #2EC1F1;
    border-radius: 23px;
    color: #fff;
    width: 203px;
    text-align: center;
    font-size: 14px;
    padding: 13px 16px;
  }
  #lineSubscribeBtn {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 99;
    transform-origin: center center;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.41, 0.01, 0, 0.97) transform, 0.8s opacity;
    transition-delay: 0.2s;
  }
  #lineSubscribeBtn.show {
    transform: translateY(0);
    opacity: 1;
  }
  #lineSubscribeBtn img {
    width: 200px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .slick-slider {
    width: 100%;
    margin: 15px auto 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-list {
    height: 225px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
  }
  .slick-slider .slick-list:focus {
    outline: none;
  }
  .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-list .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slider .slick-list .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, 0, 0);
  }
  .slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
    content: "";
    display: table;
  }
  .slick-slider .slick-list .slick-track:after {
    clear: both;
  }
  .slick-slider .slick-list .slick-track [dir=rtl] .slick-slide {
    float: right;
  }
  .slick-slider .slick-list .slick-track .slick-slide {
    margin: 25px 5px;
    width: 150px;
    height: 150px;
    padding: 0px;
    box-sizing: content-box;
    border-radius: 5px;
    float: left;
  }
  .slick-slider .slick-list .slick-track .slick-slide a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    transition: all 0.3s;
  }
  .slick-slider .slick-list .slick-track .slick-slide a .itemInner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 5px;
  }
  .slick-slider .slick-list .slick-track .slick-slide a .itemInner img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .slick-slider .slick-list .slick-track .slick-slide a .itemInner img:hover {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .slick-slider .slick-list .slick-track .slick-slide.slick-current {
    margin: 0px 5px;
    height: 200px;
    width: 200px;
    transition: all 0.5s;
  }
  .slick-slider .slick-list .slick-track .slick-slide.slick-current img {
    display: block;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s;
  }
  .slick-slider .slick-list .slick-track.dragging img {
    pointer-events: none;
  }
  .slick-slider .slick-list .slick-track.slick-loading img {
    display: none;
  }
  .slick-slider .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-slider .slick-arrow.slick-prev {
    z-index: 98;
    left: 25px;
    transform: translateY(-50%) scale(-1, 1);
    -webkit-transform: translateY(-50%) scale(-1, 1);
  }
  .slick-slider .slick-arrow.slick-next {
    right: 25px;
  }
  .slick-slider .slick-arrow.slick-prev, .slick-slider .slick-arrow.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .slick-slider .slick-arrow.slick-prev:hover, .slick-slider .slick-arrow.slick-prev:focus, .slick-slider .slick-arrow.slick-next:hover, .slick-slider .slick-arrow.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .slick-slider .slick-arrow.slick-prev:hover:before, .slick-slider .slick-arrow.slick-prev:focus:before, .slick-slider .slick-arrow.slick-next:hover:before, .slick-slider .slick-arrow.slick-next:focus:before {
    opacity: 1;
  }
  .slick-slider .slick-arrow.slick-prev.slick-disabled:before, .slick-slider .slick-arrow.slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-slider .slick-arrow.slick-prev:before, .slick-slider .slick-arrow.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-slider .slick-dots {
    position: relative;
    bottom: -25px;
    list-style: none;
    text-align: center;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 5px 5px;
    display: table;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    border-radius: 10px;
    height: 20px;
  }
  .slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
  }
  .slick-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0px;
    color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
  }
  .slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
    outline: none;
  }
  .slick-slider .slick-dots li button:hover:before, .slick-slider .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-slider .slick-dots li.slick-active button {
    background-color: #000;
  }
  .slick-slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .modal::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh + 100px);
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
  }
  .modal .modal_bg {
    background: rgba(0, 0, 0, 0.26);
    height: 100vh;
    width: 100%;
  }
  .modal .modal_content {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px 20px 0 0;
    padding-bottom: 50px;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
  }
  .modal .modal_content .modal_title {
    color: #fff;
    font-size: 16px;
    padding: 12px;
    position: relative;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  .modal .modal_content .modal_title .modal_close {
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    right: 30px;
    color: #fff;
    font-size: 14px;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
  }
  .modal .modal_content .modal_title .modal_close span {
    position: relative;
  }
  .modal .modal_content .modal_title .modal_close span::before, .modal .modal_content .modal_title .modal_close span::after {
    content: "";
    position: absolute;
    background-color: #fff;
  }
  .modal .modal_content .modal_title .modal_close span::before {
    top: 1px;
    left: 10px;
    width: 3px;
    height: 21px;
    transform: rotate(45deg);
  }
  .modal .modal_content .modal_title .modal_close span::after {
    position: absolute;
    top: 10px;
    left: 1px;
    width: 21px;
    height: 3px;
    transform: rotate(225deg);
  }
  .modal .modal_content .modal_content_inner {
    position: relative;
    overflow-y: auto;
    max-height: calc(100% - 67px);
  }
  .modal .modal_content .modal_content_inner li.now_c > label {
    background-color: #ECFAFF;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li {
    position: relative;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label {
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 3em;
    position: relative;
    transition: 0.4s background ease-in-out;
    padding: 16px 20px;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label span {
    display: inline-block;
    font-size: 14px;
    padding-left: 38px;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span {
    font-weight: bold;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li .btn_accrodion {
    position: absolute;
    top: 0;
    right: 40px;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 52px;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before {
    content: "";
    background-image: url(../images/common/ico_arrow2_g.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    transform-origin: center center;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease-in-out;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  .modal .modal_content .modal_content_inner .modal_select_list .list_child, .modal .modal_content .modal_content_inner .modal_select_list .list_g_child {
    display: none;
  }
  .modal .modal_content .modal_content_inner .modal_select_list .list_child li label {
    padding-left: 4em;
  }
  .modal .modal_content .modal_content_inner .modal_select_list .list_g_child li label {
    padding-left: 6.5em;
  }
  .modal .modal_content .btn_area {
    background-color: #fff;
    border-top: 1px solid #D1D1D1;
    width: 100%;
    transform: translateY(100px);
    transition: 0.3s transform ease-in-out;
    padding: 10px 20px 10px 28px;
    position: absolute;
    bottom: 0;
  }
  .modal .modal_content .btn_area.show {
    transition-delay: 0.5s;
    transform: translateY(0);
  }
  .modal .modal_content .btn_area #search_btn_area {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .modal .modal_content .btn_area .btn_clear {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .modal .modal_content .btn_area .batsu {
    background-color: #A3A3A3;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .modal .modal_content .btn_area .batsu::before, .modal .modal_content .btn_area .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  .modal .modal_content .btn_area .batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal .modal_content .btn_area .batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal .modal_content .btn_area input[type=button] {
    background-color: transparent;
    border: none;
    color: #A3A3A3;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  .modal .modal_content .btn_area button {
    border: none;
    background-color: #2EC1F1;
    border-radius: 23px;
    color: #fff;
    width: 203px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    padding: 13px 16px;
  }
  .modalArea {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .modalArea .modalBox {
    position: relative;
    top: 25%;
    padding-bottom: 58.25%;
  }
  .modalArea .modalBox .modalBtn {
    position: absolute;
    z-index: 999;
    right: 3%;
    top: -30px;
    width: 45px;
    height: 45px;
  }
  .modalArea .modalBox .modalBtn:before {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;
    top: 20px;
    left: 8px;
  }
  .modalArea .modalBox .modalBtn:after {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    width: 30px;
    height: 2px;
    top: 20px;
    right: 6px;
  }
  .modalArea iframe {
    position: absolute;
    top: 10%;
    width: 94%;
    height: 90%;
    left: 3%;
  }
  #modal_intro {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  #modal_intro iframe {
    position: absolute;
    top: 10%;
    width: 94%;
    height: 90%;
    left: 3%;
  }
  #modal_intro .modalBox {
    position: relative;
    top: 25%;
    padding-bottom: 58.25%;
  }
  #modal_intro .modalBox .modalBtn {
    position: absolute;
    z-index: 999;
    right: 3%;
    top: -30px;
    width: 45px;
    height: 45px;
  }
  #modal_intro .modalBox .modalBtn:before {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;
    top: 20px;
    left: 8px;
  }
  #modal_intro .modalBox .modalBtn:after {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    width: 30px;
    height: 2px;
    top: 20px;
    right: 6px;
  }
  #modal_area, #modal_industry, #modal_kodawari {
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #modal_area::before, #modal_industry::before, #modal_kodawari::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh + 100px);
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
  }
  #modal_area .modal_bg, #modal_industry .modal_bg, #modal_kodawari .modal_bg {
    background: rgba(0, 0, 0, 0.26);
    height: 100vh;
    width: 100%;
  }
  #modal_area .modal_content, #modal_industry .modal_content, #modal_kodawari .modal_content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 67px;
  }
  #modal_area .modal_content .modal_title, #modal_industry .modal_content .modal_title, #modal_kodawari .modal_content .modal_title {
    background-color: #47C7F1;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    position: relative;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  #modal_area .modal_content .modal_title .modal_close, #modal_industry .modal_content .modal_title .modal_close, #modal_kodawari .modal_content .modal_title .modal_close {
    position: absolute;
    color: #fff;
    display: block;
    font-size: 14px;
    width: 21px;
    height: 21px;
    top: calc(50% + 2px);
    right: 30px;
    transform: translateY(-50%);
  }
  #modal_area .modal_content .modal_title .modal_close span, #modal_industry .modal_content .modal_title .modal_close span, #modal_kodawari .modal_content .modal_title .modal_close span {
    position: relative;
  }
  #modal_area .modal_content .modal_title .modal_close span::before, #modal_area .modal_content .modal_title .modal_close span::after, #modal_industry .modal_content .modal_title .modal_close span::before, #modal_industry .modal_content .modal_title .modal_close span::after, #modal_kodawari .modal_content .modal_title .modal_close span::before, #modal_kodawari .modal_content .modal_title .modal_close span::after {
    content: "";
    background-color: #fff;
    position: absolute;
  }
  #modal_area .modal_content .modal_title .modal_close span::before, #modal_industry .modal_content .modal_title .modal_close span::before, #modal_kodawari .modal_content .modal_title .modal_close span::before {
    top: 1px;
    left: 10px;
    width: 3px;
    height: 21px;
    transform: rotate(45deg);
  }
  #modal_area .modal_content .modal_title .modal_close span::after, #modal_industry .modal_content .modal_title .modal_close span::after, #modal_kodawari .modal_content .modal_title .modal_close span::after {
    position: absolute;
    top: 10px;
    left: 1px;
    width: 21px;
    height: 3px;
    transform: rotate(225deg);
  }
  #modal_area .modal_content .modal_content_inner, #modal_industry .modal_content .modal_content_inner, #modal_kodawari .modal_content .modal_content_inner {
    position: relative;
    overflow-y: auto;
    max-height: calc(100% - 67px);
  }
  #modal_area .modal_content .modal_content_inner li.now_c > label, #modal_industry .modal_content .modal_content_inner li.now_c > label, #modal_kodawari .modal_content .modal_content_inner li.now_c > label {
    background-color: #ECFAFF;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li, #modal_industry .modal_content .modal_content_inner .modal_select_list li, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li {
    position: relative;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label, #modal_industry .modal_content .modal_content_inner .modal_select_list li label, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label {
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 3em;
    position: relative;
    transition: 0.4s background ease-in-out;
    padding: 16px 20px;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .checkbox_input, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .checkbox_input, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .checkbox_input {
    display: none;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    font-size: 14px;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts:before, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts:before, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #C4C4C4;
    background-color: #E1E1E1;
    transition: 0.4s background ease-in-out;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::before, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::before, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::before {
    background-color: #21D9AB;
    border-color: transparent;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::after, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::after, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 4px;
    height: 10px;
    transform: rotate(40deg);
    transition: 0.4s background ease-in-out;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:disabled + .checkbox_parts, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:disabled + .checkbox_parts, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:disabled + .checkbox_parts {
    opacity: 0.25;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span {
    font-weight: bold;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li .btn_accrodion, #modal_industry .modal_content .modal_content_inner .modal_select_list li .btn_accrodion, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li .btn_accrodion {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 52px;
    top: 0;
    right: 40px;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before, #modal_industry .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before {
    content: "";
    background-image: url(../images/common/ico_arrow2_g.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    right: 0;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before, #modal_industry .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list .list_child, #modal_area .modal_content .modal_content_inner .modal_select_list .list_g_child, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_child, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_g_child, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_child, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_g_child {
    display: none;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list .list_child li label, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_child li label, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_child li label {
    padding-left: 4em;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list .list_g_child li label, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_g_child li label, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_g_child li label {
    padding-left: 6.5em;
  }
  #modal_area .modal_content .btn_area, #modal_industry .modal_content .btn_area, #modal_kodawari .modal_content .btn_area {
    background-color: #fff;
    border-top: 1px solid #D1D1D1;
    width: 100%;
    transform: translateY(100px);
    transition: 0.3s transform ease-in-out;
    padding: 10px 20px 10px 28px;
    position: absolute;
    bottom: 0;
  }
  #modal_area .modal_content .btn_area.show, #modal_industry .modal_content .btn_area.show, #modal_kodawari .modal_content .btn_area.show {
    transition-delay: 0.5s;
    transform: translateY(0);
  }
  #modal_area .modal_content .btn_area #search_btn_area, #modal_industry .modal_content .btn_area #search_btn_area, #modal_kodawari .modal_content .btn_area #search_btn_area {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #modal_area .modal_content .btn_area .btn_clear, #modal_industry .modal_content .btn_area .btn_clear, #modal_kodawari .modal_content .btn_area .btn_clear {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  #modal_area .modal_content .btn_area .batsu, #modal_industry .modal_content .btn_area .batsu, #modal_kodawari .modal_content .btn_area .batsu {
    background-color: #A3A3A3;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  #modal_area .modal_content .btn_area .batsu::before, #modal_area .modal_content .btn_area .batsu::after, #modal_industry .modal_content .btn_area .batsu::before, #modal_industry .modal_content .btn_area .batsu::after, #modal_kodawari .modal_content .btn_area .batsu::before, #modal_kodawari .modal_content .btn_area .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  #modal_area .modal_content .btn_area .batsu::before, #modal_industry .modal_content .btn_area .batsu::before, #modal_kodawari .modal_content .btn_area .batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #modal_area .modal_content .btn_area .batsu::after, #modal_industry .modal_content .btn_area .batsu::after, #modal_kodawari .modal_content .btn_area .batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #modal_area .modal_content .btn_area input[type=button], #modal_industry .modal_content .btn_area input[type=button], #modal_kodawari .modal_content .btn_area input[type=button] {
    background-color: transparent;
    border: none;
    color: #A3A3A3;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  #modal_area .modal_content .btn_area button, #modal_industry .modal_content .btn_area button, #modal_kodawari .modal_content .btn_area button {
    border: none;
    background-color: #2EC1F1;
    border-radius: 23px;
    color: #fff;
    width: 203px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    padding: 13px 16px;
  }
  #modalLineSubscribe {
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #modalLineSubscribe::before {
    content: "";
    background-color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh + 100px);
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
  }
  #modalLineSubscribe .modal_bg {
    background: rgba(0, 0, 0, 0.26);
    height: 100vh;
    width: 100%;
  }
  #modalLineSubscribe .modal_content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-radius: 20px;
    width: 90%;
    height: 85%;
    max-height: none;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  #modalLineSubscribe .modal_content .modal_title {
    background-color: #06c152;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    position: relative;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  #modalLineSubscribe .modal_content .modal_title .modal_close {
    position: absolute;
    color: #fff;
    display: block;
    font-size: 14px;
    width: 21px;
    height: 21px;
    top: calc(50% + 2px);
    right: 30px;
    transform: translateY(-50%);
  }
  #modalLineSubscribe .modal_content .modal_title .modal_close span {
    position: relative;
  }
  #modalLineSubscribe .modal_content .modal_title .modal_close span::before, #modalLineSubscribe .modal_content .modal_title .modal_close span::after {
    content: "";
    background-color: #fff;
    position: absolute;
  }
  #modalLineSubscribe .modal_content .modal_title .modal_close span::before {
    top: 1px;
    left: 10px;
    width: 3px;
    height: 21px;
    transform: rotate(45deg);
  }
  #modalLineSubscribe .modal_content .modal_title .modal_close span::after {
    position: absolute;
    top: 10px;
    left: 1px;
    width: 21px;
    height: 3px;
    transform: rotate(225deg);
  }
  #modalLineSubscribe .modal_content .modal_content_inner {
    position: relative;
    overflow-y: auto;
    max-height: calc(100% - 67px);
    padding: 10px 20px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area {
    margin-top: 20px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to {
    color: #47c7f1;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to span {
    position: relative;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to span::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #47c7f1;
    left: -22px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to span::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #47c7f1;
    right: -22px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list {
    margin-top: 10px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li {
    background-color: #d9f6ff;
    position: relative;
    border-bottom: 3px solid #47c7f1;
    padding: 20px 20px 8px 20px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li:not(:first-child) {
    padding-bottom: 20px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #47c7f1;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: translateX(-50%);
    position: absolute;
    bottom: -24px;
    left: 50%;
    z-index: 2;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li + li {
    margin-top: 20px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .step {
    position: absolute;
    top: 12px;
    left: 0;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li p {
    font-size: 14px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line img {
    display: inline-block;
    transition: 0.3s all;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line span {
    display: inline-block;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line span:not(:last-child) {
    margin-right: 15px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line a {
    max-width: 212px;
  }
  #modalLineSubscribe .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line a:not(:last-child) {
    margin-right: 15px;
  }
  #modal_alert .modal_content_inner {
    height: auto;
  }
  #modal_alert .modal_content_alert {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 80px);
    background: #fff;
    border-radius: 7px;
    padding: 22px 20px 32px;
    padding-bottom: 10px;
    transform: translate(-50%, -50%);
  }
  #modal_alert .alert_icon_wrap {
    text-align: center;
  }
  #modal_alert .alert_icon_wrap img {
    height: auto;
    width: 30px;
  }
  #modal_alert .alert_text {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
  }
  #modal_alert .btn_area_alert {
    text-align: center;
    margin-top: 20px;
  }
  #modal_alert .btn_area_alert .m_btn {
    border: 1px solid #939393;
    color: #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    padding: 12px 30px;
    width: 105px;
  }
  #modal_alert .btn_area_alert .m_btn:not(:last-child) {
    margin-right: 6px;
  }
  #modal_alert .btn_area_alert .m_btn.yes {
    background-color: #000;
    color: #fff;
  }
  .catTitle {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .catTitle span {
    background: linear-gradient(transparent 70%, #FFB8DA 0%);
    font-weight: bold;
    position: relative;
    display: inline-block;
    font-size: 16px;
  }
  .catTitle span:before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000;
    transform: rotate(-30deg);
    height: 35px;
    bottom: -10px;
    left: -20px;
  }
  .catTitle span:after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000;
    transform: rotate(30deg);
    height: 35px;
    bottom: -10px;
    right: -20px;
  }
  .itemBox .btnBox .btnText {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
  }
  .itemBox .btnBox .btnText a {
    color: #00A5DB;
    text-decoration: underline;
  }
  .itemBox .btnBox .btnText + .btnArea {
    margin-top: 16px;
  }
  .itemBox .itemInner .btnBox .btnArea {
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 0.3s opacity;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn {
    max-width: 329px;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.general {
    border-color: #FF74B5;
    color: #fff;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.general::before, .itemBox .itemInner .btnBox .btnArea .p_btn.general::after {
    background-color: #FF74B5;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.movie span {
    position: relative;
    padding-left: 2.5em;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.movie span::before {
    content: "";
    background: url(../images/common/icon_view.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .pagenav {
    font-family: "Saira", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 14px;
    margin-top: 30px;
  }
  .pagenav a, .pagenav .now {
    border-radius: 50px;
    display: inline-block;
    color: #2EC1F1;
    border: 1px solid #2EC1F1;
    background-color: #fff;
    width: 28px;
    margin-top: 10px;
    margin-left: 4px;
    padding: 2px 4px;
  }
  .pagenav a:hover {
    background-color: #2EC1F1;
    color: #fff;
  }
  .pagenav .now {
    background-color: #2EC1F1;
    color: #fff;
  }
  .pagenav span {
    margin-left: 6px;
  }
  .aform .aform-header {
    display: none;
  }
  .aform .aform-checking {
    margin: 5px 0px;
  }
  .aform .aform-content {
    min-height: 150px;
    margin-bottom: 20px;
    width: 100%;
  }
  .aform .aform-content dl {
    width: 100%;
    display: block;
    border-bottom: none;
    margin: 10px 0 5px 0;
    padding: 0;
  }
  .aform .aform-content dl + .aform .aform-content dl {
    margin-top: 20px;
  }
  .aform .aform-content dl dt {
    font-weight: normal !important;
    text-align: left;
    font-weight: normal;
    background-clip: padding-box;
    float: none;
    position: relative;
    border-top: none;
    border-right: none;
    margin-bottom: 1px;
    margin-right: 25px;
    width: 100%;
    font-size: 14px;
    display: block;
  }
  .aform .aform-content dl dt .aform-label {
    display: flex;
    align-items: center;
    width: 99%;
    font-weight: bold;
  }
  .aform .aform-content dl dt .aform-label .aform-required {
    font-size: 82%;
    font-weight: normal;
    padding: 2px;
    background-color: #FCFA7F;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
  }
  .aform .aform-content dl dt .aform-validation {
    color: #595959;
    font-size: 90%;
    font-weight: normal;
  }
  .aform .aform-content dl dd {
    display: block;
    float: none;
    border-top: none;
    border-left: none;
    width: 100%;
  }
  .aform .aform-content dl dd .aform-input-example {
    color: #BCBCBC;
    font-size: 90%;
    font-weight: normal;
    margin: 10px 0 0;
  }
  .aform .aform-content dl dd input, .aform .aform-content dl dd select, .aform .aform-content dl dd textarea {
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 5px 13px;
    width: 100%;
    background-color: #fff;
  }
  .aform .aform-content dl dd input.aform-name, .aform .aform-content dl dd input.aform-kana, .aform .aform-content dl dd select.aform-name, .aform .aform-content dl dd select.aform-kana, .aform .aform-content dl dd textarea.aform-name, .aform .aform-content dl dd textarea.aform-kana {
    margin: 10px 0 0;
  }
  .aform .aform-content dl dd input.aform-textarea, .aform .aform-content dl dd select.aform-textarea, .aform .aform-content dl dd textarea.aform-textarea {
    width: 100%;
    min-height: 150px;
  }
  .aform .aform-content dl dd input.aform-checkbox, .aform .aform-content dl dd input.aform-radio, .aform .aform-content dl dd select.aform-checkbox, .aform .aform-content dl dd select.aform-radio, .aform .aform-content dl dd textarea.aform-checkbox, .aform .aform-content dl dd textarea.aform-radio {
    margin-right: 5px;
    vertical-align: middle;
  }
  .aform .aform-content dl dd input.aform-select, .aform .aform-content dl dd select.aform-select, .aform .aform-content dl dd textarea.aform-select {
    background-color: #fff;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul {
    margin-top: -20px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li {
    width: 100%;
    margin-right: 5px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li + .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li {
    margin-top: -25px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li:nth-child(even), .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li:nth-child(even), .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li:nth-child(even) {
    margin-right: 0;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 17px 23px 17px 53px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::before, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::before, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::before {
    background: #F6F6F6;
    left: 20px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::after, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::after, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::after {
    left: 25px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox]:checked + label::before, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox]:checked + label::before, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox]:checked + label::before {
    background: #21D9AB;
  }
  .aform .aform-content dl dd input.error, .aform .aform-content dl dd select.error, .aform .aform-content dl dd textarea.error {
    background-color: #fff1f2;
  }
  .aform .aform-content dl dd input.clear_upload, .aform .aform-content dl dd select.clear_upload, .aform .aform-content dl dd textarea.clear_upload {
    width: 150px;
  }
  .aform .aform-content dl dd input[type=radio] {
    display: none;
  }
  .aform .aform-content dl dd input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 6px 0px 3px 34px;
    cursor: pointer;
    margin-right: 52px;
    margin-bottom: 5px;
  }
  .aform .aform-content dl dd input[type=radio] + label::before, .aform .aform-content dl dd input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.2s;
    backface-visibility: visible;
  }
  .aform .aform-content dl dd input[type=radio] + label::before {
    left: 0;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    background: #F6F6F6;
    border: 1px solid #DFDFDF;
  }
  .aform .aform-content dl dd input[type=radio] + label::after {
    opacity: 0;
    left: 7px;
    width: 13px;
    height: 13px;
    margin-top: -3px;
    background: #21D9AB;
    transform: scale(2);
  }
  .aform .aform-content dl dd input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform .aform-content dl dd input[type=checkbox] {
    opacity: 0;
    width: 1px;
    height: 1px;
  }
  .aform .aform-content dl dd input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 5px;
    padding: 17px 3px 17px 32px;
  }
  .aform .aform-content dl dd input[type=checkbox] + label::before, .aform .aform-content dl dd input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.2s;
  }
  .aform .aform-content dl dd input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    background: #F6F6F6;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: -10px;
    width: 22px;
    height: 22px;
  }
  .aform .aform-content dl dd input[type=checkbox] + label::after {
    opacity: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    left: 6px;
    width: 9px;
    height: 5px;
    margin-top: -6px;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform .aform-content dl dd input[type=checkbox]:checked + label::before {
    background: #21D9AB;
    border: 1px solid #ccc;
  }
  .aform .aform-content dl dd input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content dl dd input {
    background-color: #f6f6f6;
  }
  .aform .aform-content dl dd select {
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    line-height: 1.4;
    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
    background-size: 5px 6px, 5px 6px;
    background-position: calc(100% - 30px) 50%, calc(100% - 25px) 50%;
    background-repeat: no-repeat;
  }
  .aform .aform-content dl dd select::-ms-expand {
    display: none;
  }
  .aform .aform-content dl dd textarea {
    margin-top: 10px;
  }
  .aform .aform-content dl dd .block_sp {
    display: block !important;
    margin-top: 10px;
  }
  .aform .aform-content dl dd .aform-error {
    color: #cf0000;
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
  }
  .aform .aform-content dl dd .aform-error:first-child {
    margin-top: 0;
  }
  .aform .aform-content dl dd .aform-error .error {
    color: #D92B00;
    font-weight: bold;
    font-size: 16px;
    background-size: 16px;
    padding-left: 20px;
  }
  .aform .aform-content dl dd .aform-error .error img {
    display: none;
  }
  .aform .aform-content dl dd .aform-error .validation-advice {
    padding-top: 4px;
    line-height: 1.4;
  }
  .aform .aform-content dl.dl_password {
    height: 0;
    opacity: 0;
    overflow-y: hidden;
  }
  .aform .aform-content dl.dl_password .aform-twice-note {
    display: block;
    margin-top: 0.5em;
  }
  .aform .aform-content dl.dl_privacy .privacy a {
    color: #1FC3B2;
    text-decoration: underline;
  }
  .aform .aform-content dl.dl_privacy .privacy a img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
    width: 12px;
  }
  .aform .aform-content ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  .aform .aform-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .aform .aform-content ul.aform-name-ul, .aform .aform-content ul.aform-kana-ul {
    display: flex;
  }
  .aform .aform-content ul.aform-name-ul li, .aform .aform-content ul.aform-kana-ul li {
    flex: 1;
    margin: 0 5px;
  }
  .aform .aform-content ul.aform-name-ul li label, .aform .aform-content ul.aform-kana-ul li label {
    font-size: 12px;
  }
  .aform .aform-content ul.aform-horizontal-ul li {
    display: inline-block;
    margin-right: 1em;
  }
  .aform .aform-content ul.aform-horizontal-ul li label {
    font-size: 12px;
  }
  .aform .aform-content ul.commonList li {
    font-size: 12px;
    color: #D92B00;
  }
  .aform .aform-content ul.commonList li::before {
    display: none;
  }
  .aform .aform-content .aform-hdln {
    font-size: 120%;
    font-weight: bold;
    position: relative;
    margin-top: 2em;
    border-bottom: 4px solid #fff;
    border-width: 2px;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
  .aform .aform-content .aform-hdln::before {
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    background-color: #21D9AB;
    bottom: -2px;
    width: 45px;
    height: 2px;
  }
  .aform .aform-content .aform-button-area {
    margin-top: 20px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: none;
  }
  .aform .aform-content .aform-button-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .aform .aform-content .aform-button-area input {
    background-color: #1fc3b2;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border: none;
    width: 100%;
    margin: 6px 6px;
    padding: 12px 20px;
    font-size: 15px;
    order: 1;
    line-height: 1;
  }
  .aform .aform-content .aform-button-area input#aform_btn_back {
    background-color: grey;
  }
  .aform#aform-999 input, .aform#aform-999 select, .aform#aform-999 textarea {
    background-color: #F6F6F6;
    border-color: #DFDFDF;
  }
  .aform#aform-999 input[type=submit] {
    background-color: #1FC3B2;
    border-color: #1FC3B2;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 250px;
    margin: 5px;
  }
  .aform#aform-999 input[type=button] {
    background-color: grey;
    border-color: grey;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 250px;
    margin: 5px;
  }
  .for_member {
    font-size: 12px;
    text-align: right;
  }
  .for_member a {
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: underline;
  }
  .for_member a::before {
    content: "";
    background: url(../images/common/ico_check.png) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    left: -26px;
  }
  .for_leave {
    text-align: center;
    margin-top: 37px;
  }
  .for_leave span {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
  }
  .for_leave span::before {
    content: "";
    background: url(../images/common/ico_leave.png) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;
    left: -15px;
  }
  .for_leave a {
    color: #1FC3B2;
    text-decoration: underline;
  }
  .signup_block {
    background-color: #FFF6E9;
    border-radius: 5px;
    position: relative;
    margin: 53px 0 20px;
    padding: 30px 20px 20px;
  }
  .signup_block img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 184px;
    top: -30px;
  }
  .signup_block .signup_lead {
    text-align: center;
    font-size: 12px;
  }
  .signup_block .merit {
    margin-top: 10px;
  }
  .signup_block .merit p {
    font-weight: 900;
    position: relative;
    margin-top: 0;
    border-top: 2px solid #fff;
    font-size: 14px;
    padding: 15px 0 15px 22px;
  }
  .signup_block .merit p:last-child {
    border-bottom: 2px solid #fff;
  }
  .signup_block .merit p::before {
    content: "";
    background: url(../images/common/ico_lamp.png) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    width: 15px;
    height: 26px;
    top: 12px;
    left: 0;
  }
  .signup_block + .aform {
    margin-top: 20px;
  }
  .signup_block.login_block {
    margin: 0;
    padding-top: 20px;
  }
  .form_note {
    color: #E05817;
    font-size: 14px;
  }
  /* common class */
  body .mB0 {
    margin-bottom: 0 !important;
  }
  body .mB5 {
    margin-bottom: 5px !important;
  }
  body .mB10 {
    margin-bottom: 10px !important;
  }
  body .mB20 {
    margin-bottom: 20px !important;
  }
  body .mB30 {
    margin-bottom: 30px !important;
  }
  body .mB40 {
    margin-bottom: 40px !important;
  }
  body .mB50 {
    margin-bottom: 50px !important;
  }
  body .mB0_sp {
    margin-bottom: 0px !important;
  }
  body .mB5_sp {
    margin-bottom: 5px !important;
  }
  body .mB10_sp {
    margin-bottom: 10px !important;
  }
  body .mB20_sp {
    margin-bottom: 20px !important;
  }
  body .mB30_sp {
    margin-bottom: 30px !important;
  }
  body .mB40_sp {
    margin-bottom: 40px !important;
  }
  body .mB50_sp {
    margin-bottom: 50px !important;
  }
  body .mT0 {
    margin-top: 0 !important;
  }
  body .mT5 {
    margin-top: 5px !important;
  }
  body .mT10 {
    margin-top: 10px !important;
  }
  body .mT20 {
    margin-top: 20px !important;
  }
  body .mT30 {
    margin-top: 30px !important;
  }
  body .mT40 {
    margin-top: 40px !important;
  }
  body .mT50 {
    margin-top: 50px !important;
  }
  body .mT0_sp {
    margin-top: 0px !important;
  }
  body .mT5_sp {
    margin-top: 5px !important;
  }
  body .mT10_sp {
    margin-top: 10px !important;
  }
  body .mT20_sp {
    margin-top: 20px !important;
  }
  body .mT30_sp {
    margin-top: 30px !important;
  }
  body .mT40_sp {
    margin-top: 40px !important;
  }
  body .mT50_sp {
    margin-top: 50px !important;
  }
  body .mL0 {
    margin-left: 0px !important;
  }
  body .mL5 {
    margin-left: 5px !important;
  }
  body .mL10 {
    margin-left: 10px !important;
  }
  body .mL20 {
    margin-left: 20px !important;
  }
  body .mL30 {
    margin-left: 30px !important;
  }
  body .mL40 {
    margin-left: 40px !important;
  }
  body .mL50 {
    margin-left: 50px !important;
  }
  body .mL0_sp {
    margin-left: 0px !important;
  }
  body .mL5_sp {
    margin-left: 5px !important;
  }
  body .mL10_sp {
    margin-left: 10px !important;
  }
  body .mL20_sp {
    margin-left: 20px !important;
  }
  body .mL30_sp {
    margin-left: 30px !important;
  }
  body .mL40_sp {
    margin-left: 40px !important;
  }
  body .mL50_sp {
    margin-left: 50px !important;
  }
  body .mR0 {
    margin-right: 0px !important;
  }
  body .mR5 {
    margin-right: 5px !important;
  }
  body .mR10 {
    margin-right: 10px !important;
  }
  body .mR20 {
    margin-right: 20px !important;
  }
  body .mR30 {
    margin-right: 30px !important;
  }
  body .mR40 {
    margin-right: 40px !important;
  }
  body .mR50 {
    margin-right: 50px !important;
  }
  body .mR0_sp {
    margin-right: 0px !important;
  }
  body .mR5_sp {
    margin-right: 5px !important;
  }
  body .mR10_sp {
    margin-right: 10px !important;
  }
  body .mR20_sp {
    margin-right: 20px !important;
  }
  body .mR30_sp {
    margin-right: 30px !important;
  }
  body .mR40_sp {
    margin-right: 40px !important;
  }
  body .mR50_sp {
    margin-right: 50px !important;
  }
  body .pT0 {
    padding-top: 0 !important;
  }
  body .pT5 {
    padding-top: 5px !important;
  }
  body .pT10 {
    padding-top: 10px !important;
  }
  body .pT15 {
    padding-top: 15px !important;
  }
  body .pT20 {
    padding-top: 20px !important;
  }
  body .pT25 {
    padding-top: 25px !important;
  }
  body .pT30 {
    padding-top: 30px !important;
  }
  body .pT35 {
    padding-top: 35px !important;
  }
  body .pT40 {
    padding-top: 40px !important;
  }
  body .pT45 {
    padding-top: 45px !important;
  }
  body .pT50 {
    padding-top: 50px !important;
  }
  body .pB0 {
    padding-bottom: 0 !important;
  }
  body .pB5 {
    padding-bottom: 5px !important;
  }
  body .pB10 {
    padding-bottom: 10px !important;
  }
  body .pB15 {
    padding-bottom: 15px !important;
  }
  body .pB20 {
    padding-bottom: 20px !important;
  }
  body .pB25 {
    padding-bottom: 25px !important;
  }
  body .pB30 {
    padding-bottom: 30px !important;
  }
  body .pB35 {
    padding-bottom: 35px !important;
  }
  body .pB40 {
    padding-bottom: 40px !important;
  }
  body .pB45 {
    padding-bottom: 45px !important;
  }
  body .pB50 {
    padding-bottom: 50px !important;
  }
  body .size12_sp {
    font-size: 12px !important;
  }
  body .size14_sp {
    font-size: 14px !important;
  }
  body .size15_sp {
    font-size: 15px !important;
  }
  body .size16_sp {
    font-size: 16px !important;
  }
  body .size18_sp {
    font-size: 18px !important;
  }
  body .size20_sp {
    font-size: 20px !important;
  }
  body .taC {
    text-align: center !important;
  }
  body .taL {
    text-align: left !important;
  }
  body .taR {
    text-align: right !important;
  }
  body .Center {
    margin: 0 auto !important;
  }
  body .ovh {
    overflow: hidden !important;
  }
  body .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  body .w100p {
    width: 100% !important;
  }
  body .w50p_sp {
    width: 50% !important;
  }
  body .red {
    color: #cf0000 !important;
  }
  body .blue {
    color: #2EC1F1 !important;
  }
  body .green {
    color: #23ac3a !important;
  }
  body .gray {
    color: #666666 !important;
  }
  body .marker {
    background: linear-gradient(transparent 60%, #FCFA7F 60%);
  }
  body .bold {
    font-weight: bold !important;
  }
  body .underline {
    text-decoration: underline !important;
  }
  body .bdb {
    border-bottom: 2px solid #004aa4;
  }
  body .fontL {
    font-size: 1.2em;
  }
  body .fontS {
    font-size: 0.8em;
  }
  body .floatL {
    float: left;
  }
  body .floatR {
    float: right;
  }
  body input[type=button], body button {
    cursor: pointer;
  }
  body a.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
  }
  body a.link:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
  }
  body a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  body a.icon:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background-size: auto 1em;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    top: 0.15em;
    right: -0.25em;
  }
  body a.icon[href$=pdf]::after, body a.icon[href$=doc]::after, body a.icon[href$=docx]::after, body a.icon[href$=docm]::after, body a.icon[href$=xls]::after, body a.icon[href$=xlsx]::after, body a.icon[href$=xlsm]::after {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
  body a.icon[href$=pdf]:after {
    background-image: url(../images/second/common/icon_pdf.png);
  }
  body a.icon[href$=doc]:after, body a.icon[href$=docx]:after, body a.icon[href$=docm]:after {
    background-image: url(../images/second/common/icon_doc.png);
  }
  body a.icon[href$=xls]:after, body a.icon[href$=xlsx]:after, body a.icon[href$=xlsm]:after {
    background-image: url(../images/second/common/icon_xls.png);
  }
  body a.icon[href$=ppt]:after, body a.icon[href$=pptx]:after, body a.icon[href$=pptm]:after {
    background-image: url(../images/second/common/icon_ppt.png);
    background-size: contain;
    width: 18px;
    height: 20px;
  }
  body a.icon_blank {
    display: inline-block;
  }
  body a.icon_blank:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/second/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    top: -5px;
  }
  body .preBox {
    background: #eff0f4;
    border: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  body .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
    text-align-last: auto;
  }
  body strong {
    font-weight: bold !important;
  }
  body h1.title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 32px;
  }
  body h2.title {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
    margin-top: 40px;
    font-size: 22px;
  }
  body h2.title + p {
    margin-top: 20px;
  }
  body h2.title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 100%;
    content: "";
    background-color: #1FC3B2;
  }
  body h3.title {
    font-size: 120%;
    font-weight: bold;
    position: relative;
    margin-top: 2em;
    border-bottom: 4px solid #fff;
    border-width: 2px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
  body h3.title::before {
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    background-color: #21D9AB;
    bottom: -2px;
    width: 45px;
    height: 2px;
  }
  body h3.title + p {
    margin-top: 20px;
  }
  body h4.title {
    color: #1FC3B2;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 25px;
  }
  body h4.title + p {
    margin-top: 10px;
  }
  body h5.title {
    padding-left: 5px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 25px;
  }
  body h5.title + p {
    margin-top: 10px;
  }
  body blockquote {
    position: relative;
    padding: 50px 60px 50px 60px;
    background: #efefef;
    margin-top: 20px;
    padding: 55px 30px 55px 30px;
  }
  body blockquote > *:first-child {
    margin-top: 0 !important;
  }
  body blockquote:before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "";
    background-image: url(../images/second/common/icon_inyou.png);
    background-size: 100%;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    width: 34px;
    height: 29px;
  }
  body blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 15px;
    content: "";
    background-image: url(../images/second/common/icon_inyou.png);
    background-size: 100%;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    width: 34px;
    height: 29px;
    transform: rotate(180deg);
  }
  body .imgLine2 li {
    text-align: center;
    margin-top: 20px;
  }
  body .imgLine2 li img {
    max-width: 100%;
  }
  body .imgLine2 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  body .imgLine3 li {
    text-align: center;
    margin-top: 20px;
  }
  body .imgLine3 li img {
    max-width: 100%;
  }
  body .imgLine3 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  body .imgLine4 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  body .imgLine4 li {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  body .imgLine4 li:nth-of-type(2n) {
    margin-right: 0;
  }
  body .imgLine4 li img {
    width: 100%;
  }
  body .imgInP .img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  body .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  body .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap;
  }
  body .imgInP.sp_img_btm .img {
    display: block;
    order: 2;
    margin: 10px auto 0;
    padding-bottom: 0;
  }
  body .imgInP.sp_img_btm .text {
    flex-basis: 100%;
    order: 1;
  }
  body .twoCol {
    margin-top: 30px;
  }
  body .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  body .twoCol .txt + .img {
    margin-top: 10px;
  }
  body .twoCol .img {
    width: 100%;
    text-align: center;
  }
  body .twoCol .img span {
    display: block;
    margin-top: 10px;
  }
  body .twoCol .img + .txt {
    margin-top: 20px;
  }
  body .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .itemboxFle {
    display: flex;
    flex-wrap: wrap;
  }
  body .itemboxFle .itemBox {
    position: relative;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    width: 100%;
    padding: 15px 20px 50px;
    margin-top: 30px;
  }
  body .itemboxFle .itemBox:nth-child(n+2) {
    margin-top: 20px;
  }
  body .itemboxFle .itemBox .itemInner .thumBox {
    text-align: center;
  }
  body .itemboxFle .itemBox .itemInner .thumBox iframe {
    width: 100%;
  }
  body .itemboxFle .itemBox .itemInner .h3Box {
    margin-top: 10px;
  }
  body .itemboxFle .itemBox .itemInner .h3Box .completeH3 {
    font-size: 16px;
  }
  body .itemboxFle .itemBox .itemInner .txt {
    margin-top: 10px;
    font-size: 13px;
  }
  body .itemboxFle .itemBox .toDetail {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  body .itemboxFle .itemBox .toDetail:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
    border-radius: 0 0 5px 5px;
  }
  body .itemboxFle .itemBox .toDetail p {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: right;
    z-index: 1;
    margin-top: 0;
    font-size: 12px;
    padding: 10px 55px 10px 20px;
  }
  body .itemboxFle .itemBox .toDetail p .circle {
    position: absolute;
    top: 6px;
    right: 20px;
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #21D9AB;
  }
  body .itemboxFle .itemBox .toDetail p .circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #21D9AB;
    top: 12px;
    left: 7px;
  }
  body .itemboxFle .itemBox .toDetail p .circle:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #21D9AB;
    border-right: 1px solid #21D9AB;
    transform: rotate(45deg);
    top: 9px;
    right: 6px;
  }
  body ul.commonList {
    margin-top: 20px;
  }
  body ul.commonList li {
    padding-left: 18px;
    position: relative;
    box-sizing: border-box;
  }
  body ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  body ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #21D9AB;
    position: absolute;
    left: 0;
    top: 0.65em;
  }
  body .borderBox {
    margin-top: 2em;
    border: 1px solid #000;
    padding: 15px;
  }
  body .borderBox *:nth-child(1) {
    margin-top: 0;
  }
  body .borderBox p {
    line-height: 1.7;
  }
  body .borderBox.bdGray {
    border-color: #999;
  }
  body ol:not([class]) {
    counter-reset: my-counter;
    margin-top: 20px;
  }
  body ol:not([class]) > li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
  }
  body ol:not([class]) > li + body ol:not([class]) > li {
    margin-top: 10px;
  }
  body ol:not([class]) > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    box-sizing: border-box;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
  }
  body .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    margin-top: 25px;
  }
  body .commonTable tr + tr {
    border-top: 1px solid #fff;
  }
  body .commonTable td.wFix, body .commonTable th.wFix {
    width: 120px;
  }
  body .commonTable th {
    background-color: #939393;
    padding: 12px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
  }
  body .commonTable th:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  body .commonTable th.required {
    position: relative;
    vertical-align: middle;
  }
  body .commonTable th.required:after {
    content: "必須";
    background-color: #cf0000;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    float: right;
    margin-right: -35px;
  }
  body .commonTable th.sub {
    background-color: #cbcbcb;
  }
  body .commonTable th.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #fff;
  }
  body .commonTable td {
    padding: 12px;
    background-color: #F3F3F3;
    padding: 10px 10px;
  }
  body .commonTable td *:last-child {
    margin-bottom: 0;
  }
  body .commonTable td *:first-child {
    margin-top: 0;
  }
  body .commonTable td:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  body .commonTable td .kome {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  body .commonTable td .category {
    width: 130px;
    display: inline-block;
  }
  body .commonTable td .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  body .commonTable td.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  body .commonTable.company {
    border-left: none;
    border-top: none;
  }
  body .commonTable.company tr {
    border-right: none;
  }
  body .commonTable.company th {
    border-right: none;
    background-color: #fff;
    font-weight: bold;
    display: block;
    padding: 15px 0 0;
  }
  body .commonTable.company td {
    border-right: none;
    display: block;
    padding: 6px 0 15px;
  }
  body .commonTable.type2 {
    border-left: none;
  }
  body .commonTable.type2 th {
    background: none;
    border-right: none;
    position: relative;
    width: 120px;
  }
  body .commonTable.type2 th:after {
    content: ":";
    color: #999999;
    display: inline-block;
    position: absolute;
    right: 0;
  }
  body .commonTable.type2 th .title {
    text-align: left;
    border-right: none;
    background-color: #f6f6f6;
  }
  body .commonTable.type2 th .title:after {
    content: none;
  }
  body .commonTable.type2 tr {
    border-right: none;
  }
  body .commonTable.type2 td {
    border-right: none;
  }
  body .scrollTable {
    overflow: auto;
  }
  body .scrollTable table {
    white-space: nowrap;
  }
  body .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
  }
  body .colorBox {
    margin-top: 2em;
    padding: 15px;
  }
  body .colorBox *:nth-child(1) {
    margin-top: 0;
  }
  body .colorBox p {
    line-height: 1.7;
  }
  body .colorBox.bgGray {
    background-color: #f5f5f5;
  }
  body .border-box {
    border: 1px solid #ccc;
    padding: 20px;
  }
  body .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
  }
  body .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  body .block_alert {
    background-color: #C9F2FF;
    text-align: center;
    margin: 25px 0 15px;
    padding: 20px 10px 25px;
  }
  body .block_alert .block_alert p {
    font-size: 14px;
  }
  body .commonBtn.agreeBtn {
    margin-top: 16px;
  }
  body .commonBtn.agreeBtn span {
    border-color: #C9F2FF;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 30px;
    width: 234px;
  }
  body .commonBtn.agreeBtn span:not(:last-child) {
    margin-right: 6px;
  }
  body .commonBtn.weakBtn {
    margin-top: 20px;
  }
  body .commonBtn.weakBtn span {
    background-color: #939393 !important;
    border-color: #939393 !important;
    color: #939393 !important;
    font-size: 12px;
    padding: 5px 14px;
    width: 160px;
  }
  body .commonBtn.weakBtn span input {
    border: none;
    background-color: transparent;
    font-weight: bold;
  }
  body .commonBtn.weakBtn:hover span {
    color: #fff !important;
  }
  body .like_body .search_block .search_list {
    margin-top: 25px;
  }
  body .like_body .search_block .search_list_area {
    margin-top: 35px;
  }
  body .like_body .search_block .modal::before {
    content: none;
  }
  body .h2Box {
    background-color: #FFF6E9;
    position: relative;
    text-align: center;
    padding: 20px 20px;
  }
  body .h2Box:before {
    position: absolute;
    content: "";
    background-image: url(../images/signup/complete_img01.png);
    width: 89px;
    height: 60px;
    background-repeat: no-repeat;
    left: -5px;
    top: 0px;
    background-size: 60%;
  }
  body .h2Box:after {
    position: absolute;
    content: "";
    background-image: url(../images/signup/complete_img02.png);
    width: 92px;
    height: 73px;
    background-repeat: no-repeat;
    right: -5px;
    top: -5px;
    background-size: 60%;
    background-position: top right;
  }
  body .h2Box .completeH2 {
    font-weight: bold;
    font-size: 16px;
  }
  body .leadTxtBox {
    margin-top: 30px;
  }
  body .leadTxtBox p {
    text-align: left;
    font-size: 13px;
  }
  body .leadTxtBox .txtLink {
    color: #00A5DB;
    text-decoration: underline;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1001px) {
  html {
    overflow: auto;
    height: 100%;
  }
  html body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-size: 18px;
  }
  html body.isView {
    padding-top: 76px;
  }
  html body.isOpen {
    padding-top: 76px;
  }
  html body ul, html body li {
    list-style: none;
  }
  html body img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  html body *::before, html body *::after {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  html body .bnrText {
    line-height: 1;
    margin-bottom: 12px;
  }
  html body .mark {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 1em;
  }
  html body .mark:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #1FC3B2;
    position: absolute;
    left: 0;
    top: 0.3em;
  }
  html body a {
    text-decoration: underline;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: 0.3s;
  }
  html body a:hover {
    color: #1FC3B2;
    text-decoration: none;
  }
  html body a {
    text-decoration: none;
  }
  html body .saria {
    font-family: "Saira", sans-serif;
  }
  header#header {
    height: 76px;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    position: static;
    top: -30px;
    transition: all 0.3s ease-in-out;
  }
  header#header p {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 18px;
  }
  header#header.isView {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  header#header.isOpen {
    position: fixed;
    top: 0;
    left: 0;
  }
  header#header .headerInner {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
  }
  header#header .headerInner .leftBox {
    position: relative;
    top: -3px;
    transition: 0.3s;
  }
  header#header .headerInner .leftBox:hover {
    opacity: 0.7;
  }
  header#header .headerInner .leftBox img {
    width: 200px;
  }
  header#header .headerInner .rightBox {
    display: flex;
    align-items: center;
  }
  header#header .headerInner .rightBox .toLike {
    position: relative;
    top: 2px;
  }
  header#header .headerInner .rightBox .toLike a {
    display: inline-block;
    background-image: url(../images/common/heart_wh.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 27px;
    background-size: 100%;
  }
  header#header .headerInner .rightBox .toLike a:hover {
    background-image: url(../images/common/heart_on.png);
  }
  header#header .headerInner .rightBox .menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 30px;
  }
  header#header .headerInner .rightBox .menu span {
    position: absolute;
    background-color: #000;
    height: 2px;
    transition: 0.3s;
    width: 26px;
  }
  header#header .headerInner .rightBox .menu span:nth-of-type(1) {
    top: 7px;
    left: calc(50% - 13px);
  }
  header#header .headerInner .rightBox .menu span:nth-of-type(2) {
    top: 17px;
    left: calc(50% - 13px);
  }
  header#header .headerInner .rightBox .menu span:nth-of-type(3) {
    top: 28px;
    left: calc(50% - 13px);
  }
  header#header .headerInner .rightBox .menu.isOpen span:nth-of-type(1) {
    top: 18px;
    left: calc(50% - 13px);
    transform: rotate(405deg);
  }
  header#header .headerInner .rightBox .menu.isOpen span:nth-of-type(2) {
    display: none;
  }
  header#header .headerInner .rightBox .menu.isOpen span:nth-of-type(3) {
    top: 18px;
    left: calc(50% - 13px);
    transform: rotate(-405deg);
  }
  header#header .navBox {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 1px solid #000;
    top: 76px;
    padding-bottom: 90px;
  }
  header#header .navBox .navInner {
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
  }
  header#header .navBox .navInner .toTop {
    text-align: end;
    font-size: 14px;
  }
  header#header .navBox .navInner .toTop a {
    text-decoration: none;
  }
  header#header .navBox .navInner .toTop a .circle {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 8px;
    margin-left: 10px;
    transition: 0.3s;
    border: 1px solid #1FC3B2;
  }
  header#header .navBox .navInner .toTop a .circle:before {
    position: absolute;
    content: "";
    background-color: #1FC3B2;
    position: absolute;
    content: "";
    background-color: #1FC3B2;
    width: 10px;
    height: 1px;
    top: 11px;
    left: 6px;
    transition: 0.3s;
  }
  header#header .navBox .navInner .toTop a .circle:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 9px;
    right: 7px;
    transition: 0.3s;
    border-right: 1px solid #1FC3B2;
    border-bottom: 1px solid #1FC3B2;
    transform: rotate(-45deg);
  }
  header#header .navBox .navInner .navCont {
    display: flex;
  }
  header#header .navBox .navInner .navCont .left {
    width: 50%;
  }
  header#header .navBox .navInner .navCont .left ul li {
    border-bottom: 1px solid #DFDFDF;
  }
  header#header .navBox .navInner .navCont .left ul li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 18px;
    padding: 25px 20px 25px 80px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_a:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_01.png);
    width: 45px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 25px;
    left: 15px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_b:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_02.png);
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 25px;
    left: 25px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_c:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_03.png);
    width: 43px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 25px;
    left: 18px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_d:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_04.png);
    width: 31px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 20px;
    left: 25px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_e:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_05.png);
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 28px;
    left: 30px;
  }
  header#header .navBox .navInner .navCont .left ul li a.icon_f:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/icon_06.png);
    width: 34px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 28px;
    left: 20px;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox {
    margin-top: 20px;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox .txt:not(:first-of-type) {
    position: relative;
    padding-left: 13px;
  }
  header#header .navBox .navInner .navCont .left .navTxtBox .txt:not(:first-of-type):before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    top: 8px;
    left: 6px;
    background-color: #000;
    transform: rotate(15deg);
  }
  header#header .navBox .navInner .navCont .left .navTxtBox .txt a {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }
  header#header .navBox .navInner .navCont .right {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header#header .navBox .navInner .navCont .right .account {
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
  }
  header#header .navBox .navInner .navCont .right a {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    border: 1px solid #fff;
    min-width: 300px;
    padding: 15px 30px;
    margin: 10px;
    transition: 0.3s;
    overflow: hidden;
  }
  header#header .navBox .navInner .navCont .right a:hover {
    border: 1px solid #1FC3B2;
    color: #1FC3B2;
  }
  header#header .navBox .navInner .navCont .right a:hover:before {
    width: 0;
  }
  header#header .navBox .navInner .navCont .right a:hover:after {
    width: 0;
  }
  header#header .navBox .navInner .navCont .right a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    right: 0;
    border-radius: 0 30px 30px 0;
    transition: 0.3s;
    z-index: -1;
  }
  header#header .navBox .navInner .navCont .right a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #1FC3B2;
    left: 0;
    border-radius: 30px 0 0 30px;
    transition: 0.3s;
    z-index: -1;
  }
  footer#footer {
    position: relative;
    background-color: #86fddf;
    z-index: 0;
    padding: 100px 0 50px;
  }
  footer#footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/common/f_bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto 100%;
    width: 100%;
    height: 200px;
  }
  footer#footer .footerInner {
    position: relative;
    z-index: 3;
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
  }
  footer#footer .footerInner .itemBox {
    display: flex;
  }
  footer#footer .footerInner .itemBox .boxA {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    width: 48%;
    padding: 55px 65px;
  }
  footer#footer .footerInner .itemBox .boxA .charaImg {
    position: absolute;
    width: 90px;
    left: -55px;
    top: 220px;
  }
  footer#footer .footerInner .itemBox .boxA .lead {
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
  }
  footer#footer .footerInner .itemBox .boxA .company {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-top: 14px;
  }
  footer#footer .footerInner .itemBox .boxA .adress {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn, footer#footer .footerInner .itemBox .boxA .termsBtn {
    text-align: center;
    margin-top: 15px;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a, footer#footer .footerInner .itemBox .boxA .termsBtn a {
    text-align: center;
    border: 1px solid #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #000;
    width: 100%;
    padding: 10px 50px 10px 40px;
    font-size: 18px;
    transition: 0.3s;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:hover, footer#footer .footerInner .itemBox .boxA .termsBtn a:hover {
    color: #fff;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:hover .yazi:before, footer#footer .footerInner .itemBox .boxA .termsBtn a:hover .yazi:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:hover .yazi:after, footer#footer .footerInner .itemBox .boxA .termsBtn a:hover .yazi:after {
    background-color: #fff;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:hover:before, footer#footer .footerInner .itemBox .boxA .privacyBtn a:hover:after, footer#footer .footerInner .itemBox .boxA .termsBtn a:hover:before, footer#footer .footerInner .itemBox .boxA .termsBtn a:hover:after {
    width: 0;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:before, footer#footer .footerInner .itemBox .boxA .termsBtn a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #fff;
    right: 0;
    transition: 0.3s;
    z-index: -1;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a:after, footer#footer .footerInner .itemBox .boxA .termsBtn a:after {
    position: absolute;
    content: "";
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #fff;
    left: 0;
    transition: 0.3s;
    z-index: -1;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a .yazi, footer#footer .footerInner .itemBox .boxA .termsBtn a .yazi {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a .yazi:before, footer#footer .footerInner .itemBox .boxA .termsBtn a .yazi:before {
    position: absolute;
    content: "";
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    top: 10px;
    right: 15px;
    width: 8px;
    height: 8px;
    transition: 0.3s;
  }
  footer#footer .footerInner .itemBox .boxA .privacyBtn a .yazi:after, footer#footer .footerInner .itemBox .boxA .termsBtn a .yazi:after {
    position: absolute;
    content: "";
    background-color: #000;
    top: 14px;
    right: 16px;
    width: 13px;
    height: 2px;
    transition: 0.3s;
  }
  footer#footer .footerInner .itemBox .boxB {
    width: 48%;
    margin-left: 4%;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
  }
  footer#footer .footerInner .itemBox .boxB .bnr {
    margin-top: 5px;
  }
  footer#footer .footerInner .itemBox .boxB .bnr .bnrImgBox {
    display: flex;
    flex-direction: row;
  }
  footer#footer .footerInner .itemBox .boxB .bnr .bnrImgBox .bnrImg {
    height: 50px;
    width: 50px;
    margin: 5px;
  }
  footer#footer .footerInner .itemBox .boxB .bnr a {
    display: block;
    transition: 0.3s;
  }
  footer#footer .footerInner .itemBox .boxB .bnr a:hover {
    transform: translateY(-10px);
  }
  footer#footer .footerInner .copy {
    text-align: center;
    margin-top: 40px;
  }
  footer#footer .footerInner .copy .txt {
    font-size: 15px;
  }
  .breadcrumb {
    width: 100%;
    position: relative;
    padding: 20px 0 10px;
  }
  .breadcrumb .inner {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    max-width: 95%;
    width: 850px;
    margin: 0 auto;
  }
  .breadcrumb .inner .lead_block .lead {
    text-align: center;
    font-size: 17px;
    line-height: 2.18;
  }
  .breadcrumb .inner .lead_block .lead_form {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
  .breadcrumb .inner > div {
    position: relative;
    margin-top: 8px;
    font-size: 14px;
    margin-left: 1.4em;
  }
  .breadcrumb .inner > div:first-of-type span::before, .breadcrumb .inner > div:first-of-type a::before {
    content: none;
  }
  .breadcrumb .inner > div.home a {
    position: relative;
    display: block;
  }
  .breadcrumb .inner > div.home a:after {
    content: "";
    color: #9b9b9b;
    display: inline-block;
    background: url(../images/common/ico_home.png) no-repeat center;
    background-size: contain;
    text-align: center;
    position: absolute;
    top: -0.7em;
    left: -1.4em;
    width: 18px;
    height: 18px;
  }
  .breadcrumb .inner > div a, .breadcrumb .inner > div span {
    text-decoration: none;
    font-size: 14px;
  }
  .breadcrumb .inner > div a:before, .breadcrumb .inner > div span:before {
    content: "";
    color: #9b9b9b;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    top: 0.5em;
    left: -1.1em;
    z-index: 2;
  }
  .breadcrumb .inner > div a:hover {
    text-decoration: underline;
  }
  .breadcrumb .inner > div br {
    display: none;
  }
  .breadcrumb + #footer {
    padding: 60px 0 50px;
  }
  #pageTop {
    position: fixed;
    z-index: 99;
    border-radius: 50%;
    background-color: #000;
    transform-origin: center center;
    transform: scale(0);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.41, 0.01, 0, 0.97) transform, 0.4s opacity;
    width: 70px;
    height: 70px;
    cursor: pointer;
    right: 20px;
    bottom: 400px;
  }
  #pageTop.show {
    transform: scale(1);
    opacity: 1;
  }
  #pageTop:hover {
    transform: translateY(-8px);
  }
  #pageTop:before {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    top: 30px;
    right: 29px;
  }
  #pageTop:after {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    top: 36px;
    right: 29px;
  }
  .filter_block_select {
    display: flex;
    flex-flow: wrap;
  }
  .filter_block_select .filter_elm {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 10px;
    width: 100%;
  }
  .filter_block_select .filter_elm:not(:last-child) {
    border-bottom: 1px solid #DFDFDF;
  }
  .filter_block_select .filter_elm.elm_area {
    border-top: 1px solid #DFDFDF;
    order: 0;
  }
  .filter_block_select .filter_elm.elm_area .filter_ico img {
    width: 24px;
  }
  .filter_block_select .filter_elm.elm_industry {
    order: 1;
  }
  .filter_block_select .filter_elm.elm_industry .filter_ico img {
    width: 26px;
  }
  .filter_block_select .filter_elm.elm_kodawari {
    order: 2;
  }
  .filter_block_select .filter_elm.elm_kodawari .filter_ico img {
    padding-top: 8px;
    width: 28px;
  }
  .filter_block_select .filter_elm.elm_keyword {
    margin-top: 15px;
    order: 3;
    z-index: 1;
  }
  .filter_block_select .filter_elm.elm_keyword .filter_ico img {
    width: 27px;
  }
  .filter_block_select .filter_elm.elm_keyword .filter_text {
    padding-right: 0;
  }
  .filter_block_select .filter_elm.elm_keyword .filter_text::after {
    content: none;
  }
  .filter_block_select .filter_elm.elm_keyword dd::after {
    content: none;
  }
  .filter_block_select .filter_elm a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .filter_block_select .filter_elm .filter_ico {
    text-align: center;
    margin-right: 60px;
    width: 70px;
  }
  .filter_block_select .filter_elm .filter_ico img + span {
    color: #000;
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
  .filter_block_select .filter_elm .filter_text {
    font-weight: bold;
    position: relative;
    width: 100%;
    padding-right: 2.5em;
    font-size: 16px;
  }
  .filter_block_select .filter_elm .filter_text::after {
    content: "";
    background-image: url(../images/common/ico_arrow_b.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    right: 7px;
  }
  .filter_block_select .filter_elm .filter_text.change {
    color: #1FC3B2;
  }
  .filter_block_select .filter_elm .filter_text input[type=text], .filter_block_select .filter_elm .filter_text .btn_search {
    border: none;
    height: 52px;
  }
  .filter_block_select .filter_elm .filter_text input[type=text] {
    outline: none;
    background-color: #F6F6F6;
    border: 1px solid #DFDFDF;
    border-radius: 5px 0 0 5px;
    padding: 8px 13px;
    width: calc(100% - 70px);
  }
  .filter_block_select .filter_elm .filter_text .btn_search {
    background-color: #2EC1F1;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    transition: 0.3s opacity ease-in-out;
    font-size: 15px;
    padding: 14px 20px;
  }
  .filter_block_select .filter_elm .filter_text .btn_search:hover {
    opacity: 0.7;
  }
  .filter_block_reset {
    text-align: center;
  }
  .filter_block_reset .weakBtn {
    margin-top: 40px;
  }
  .filter_block_reset .btn_reset {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6px;
  }
  .filter_block_reset .btn_reset .batsu {
    background-color: #A3A3A3;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .filter_block_reset .btn_reset .batsu::before, .filter_block_reset .btn_reset .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  .filter_block_reset .btn_reset .batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .filter_block_reset .btn_reset .batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .filter_block_reset .btn_reset input[type=button] {
    background-color: transparent;
    border: none;
    color: #A3A3A3;
    font-size: 14px;
    text-decoration: underline;
  }
  .filter_block_reset .btn_reset button {
    border: none;
    background-color: #2EC1F1;
    border-radius: 23px;
    color: #fff;
    width: 203px;
    text-align: center;
    font-size: 15px;
    padding: 14px 20px;
    padding: 12px 10px;
  }
  #lineSubscribeBtn {
    position: fixed;
    z-index: 99;
    transform-origin: center center;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.41, 0.01, 0, 0.97) transform, 0.8s opacity;
    transition-delay: 0.2s;
    right: 20px;
    bottom: 15px;
  }
  #lineSubscribeBtn img {
    width: 350px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #lineSubscribeBtn.show {
    transform: translateY(0);
    opacity: 1;
  }
  #lineSubscribeBtn:hover {
    transform: translateY(-8px);
  }
  .slick-slider {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slider .slick-loading .slick-track .slick-slide {
    visibility: hidden;
  }
  .slick-slider .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 50px;
    margin: 0 0 10px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .slick-slider .slick-list:focus {
    outline: none;
  }
  .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-list .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
    content: "";
    display: table;
  }
  .slick-slider .slick-list .slick-track:after {
    clear: both;
  }
  .slick-slider .slick-list .slick-track .slick-slide {
    float: left;
    display: none;
    margin: 0 0 10px;
    padding-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
    transform: scale(0.75);
  }
  .slick-slider .slick-list .slick-track .slick-slide a {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-slider .slick-list .slick-track .slick-slide a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    transition: all 0.3s;
  }
  .slick-slider .slick-list .slick-track .slick-slide a:hover img {
    transform: scale(1.05);
  }
  .slick-slider .slick-list .slick-track .slick-slide.slick-current {
    transform: scale(1.05) translateY(-10px);
  }
  .slick-slider .slick-list .slick-track .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slider .slick-list .slick-track .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-slider .slick-list .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slick-slider .slick-list .slick-track .slick-slide .premium_head {
    width: 100%;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 0;
  }
  .slick-slider .slick-list .slick-track .slick-slide .premium_head img {
    width: 100%;
  }
  .slick-slider.hasPremium .slick-list {
    padding-top: 50px !important;
  }
  .slick-slider .slick-arrow {
    display: block;
    width: 81px;
    height: 81px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    background: transparent;
    background-image: url(../images/home/arrow-pink.png);
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .slick-slider .slick-arrow:hover {
    outline: none;
    background: transparent;
    color: transparent;
    filter: contrast(180%);
  }
  .slick-slider .slick-arrow:hover:before {
    opacity: 1;
  }
  .slick-slider .slick-arrow:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }
  .slick-slider .slick-arrow:focus:before {
    opacity: 1;
  }
  .slick-slider .slick-arrow.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-slider .slick-arrow:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-slider .slick-arrow.slick-prev {
    z-index: 98;
    transform: translateY(-50%) scale(-1, 1);
    top: 50%;
    left: 25%;
  }
  .slick-slider .slick-arrow.slick-next {
    top: 50%;
    right: 25%;
  }
  .slick-slider .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-slider .slick-dots {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    border-radius: 10px;
    height: 20px;
    overflow: hidden;
    position: relative;
  }
  .slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    cursor: pointer;
  }
  .slick-slider .slick-dots li button {
    box-sizing: border-box;
    border: 3px solid #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    background: transparent;
    display: block;
    outline: none;
    color: transparent;
    cursor: pointer;
  }
  .slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
    outline: none;
  }
  .slick-slider .slick-dots li button:hover:before, .slick-slider .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-slider .slick-dots li.slick-active button {
    background-color: #000;
  }
  .slick-slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .modal .modal_bg {
    background: rgba(0, 0, 0, 0.26);
    height: 100vh;
    width: 100%;
  }
  .modal .modal_content {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-radius: 7px;
    width: 654px;
  }
  .modal .modal_content .modal_title {
    background-color: #47C7F1;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    position: relative;
    text-align: center;
    border-radius: 7px 7px 0 0;
  }
  .modal .modal_content .modal_title .modal_close {
    position: absolute;
    color: #fff;
    display: block;
    font-size: 14px;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
    top: calc(50% + 2px);
    right: 40px;
  }
  .modal .modal_content .modal_title .modal_close span {
    position: relative;
  }
  .modal .modal_content .modal_title .modal_close span::before, .modal .modal_content .modal_title .modal_close span::after {
    content: "";
    background-color: #fff;
    position: absolute;
  }
  .modal .modal_content .modal_title .modal_close span::before {
    top: 1px;
    left: 10px;
    width: 3px;
    height: 21px;
    transform: rotate(45deg);
  }
  .modal .modal_content .modal_title .modal_close span::after {
    position: absolute;
    top: 10px;
    left: 1px;
    width: 21px;
    height: 3px;
    transform: rotate(225deg);
  }
  .modal .modal_content .modal_content_inner {
    position: relative;
    overflow-y: auto;
    height: 485px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal .modal_content .modal_content_inner::-webkit-scrollbar {
    display: none;
  }
  .modal .modal_content .modal_content_inner li.now_c > label {
    background-color: #ECFAFF;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li {
    position: relative;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label {
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 3em;
    position: relative;
    transition: 0.4s background ease-in-out;
    padding: 16px 20px;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .checkbox_input {
    display: none;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts {
    display: inline-block;
    padding-left: 25px;
    margin-right: 20px;
    position: relative;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .checkbox_parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #C4C4C4;
    background-color: #E1E1E1;
    transition: 0.4s background ease-in-out;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::before {
    background-color: #21D9AB;
    border-color: transparent;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:checked + .checkbox_parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 4px;
    height: 10px;
    transform: rotate(40deg);
    transition: 0.4s background ease-in-out;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .checkbox_input:disabled + .checkbox_parts {
    opacity: 0.25;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label span {
    display: inline-block;
    font-size: 16px;
    padding-left: 38px;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span {
    font-weight: bold;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li .btn_accrodion {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 56px;
    top: 0;
    right: 40px;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before {
    content: "";
    background-image: url(../images/common/ico_arrow2_g.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    right: 0;
  }
  .modal .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  .modal .modal_content .modal_content_inner .modal_select_list .list_child, .modal .modal_content .modal_content_inner .modal_select_list .list_g_child {
    display: none;
  }
  .modal .modal_content .modal_content_inner .modal_select_list .list_child li label {
    padding-left: 4em;
  }
  .modal .modal_content .modal_content_inner .modal_select_list .list_g_child li label {
    padding-left: 6.5em;
  }
  .modal .modal_content .btn_area {
    background-color: #fff;
    border-top: 1px solid #D1D1D1;
    width: 100%;
    transform: translateY(100px);
    transition: 0.3s transform ease-in-out;
    padding: 10px 30px 0;
    position: relative;
    z-index: -1;
  }
  .modal .modal_content .btn_area.show {
    transition-delay: 0.5s;
    transform: translateY(0);
  }
  .modal .modal_content .btn_area #search_btn_area {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .modal .modal_content .btn_area .btn_clear {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .modal .modal_content .btn_area .batsu {
    background-color: #A3A3A3;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .modal .modal_content .btn_area .batsu::before, .modal .modal_content .btn_area .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  .modal .modal_content .btn_area .batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal .modal_content .btn_area .batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal .modal_content .btn_area input[type=button] {
    background-color: transparent;
    border: none;
    color: #A3A3A3;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }
  .modal .modal_content .btn_area button {
    border: none;
    background-color: #2EC1F1;
    border-radius: 23px;
    color: #fff;
    width: 203px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    padding: 14px 20px;
    padding: 12px 10px;
  }
  .modalArea {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .modalArea .modalBox {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .modalArea .modalBox .modalBtn {
    position: absolute;
    z-index: 999;
    right: 15vw;
    top: 4%;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .modalArea .modalBox .modalBtn:before {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(-45deg);
    top: 30px;
    left: 9px;
    width: 40px;
    height: 2px;
  }
  .modalArea .modalBox .modalBtn:after {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    top: 30px;
    right: 0;
    width: 40px;
    height: 2px;
  }
  .modalArea iframe {
    position: absolute;
    left: calc(50% - 34.5vw);
    bottom: 18%;
    width: 70%;
    height: 70%;
  }
  #modal_intro {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #modal_intro iframe {
    position: absolute;
    top: 10%;
    width: 94%;
    height: 90%;
    left: 3%;
  }
  #modal_intro .modalBox {
    position: relative;
    top: 25%;
    padding-bottom: 58.25%;
  }
  #modal_intro .modalBox .modalBtn {
    position: absolute;
    z-index: 999;
    right: 3%;
    top: -30px;
    width: 45px;
    height: 45px;
  }
  #modal_intro .modalBox .modalBtn:before {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;
    top: 20px;
    left: 8px;
  }
  #modal_intro .modalBox .modalBtn:after {
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    width: 30px;
    height: 2px;
    top: 20px;
    right: 6px;
  }
  #modal_area, #modal_industry, #modal_kodawari {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #modal_area::before, #modal_industry::before, #modal_kodawari::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh + 100px);
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
  }
  #modal_area .modal_bg, #modal_industry .modal_bg, #modal_kodawari .modal_bg {
    background: rgba(0, 0, 0, 0.26);
    height: 100vh;
    width: 100%;
  }
  #modal_area .modal_content, #modal_industry .modal_content, #modal_kodawari .modal_content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 67px;
  }
  #modal_area .modal_content .modal_title, #modal_industry .modal_content .modal_title, #modal_kodawari .modal_content .modal_title {
    background-color: #47C7F1;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    position: relative;
    text-align: center;
    border-radius: 7px 7px 0 0;
  }
  #modal_area .modal_content .modal_title .modal_close, #modal_industry .modal_content .modal_title .modal_close, #modal_kodawari .modal_content .modal_title .modal_close {
    position: absolute;
    color: #fff;
    display: block;
    font-size: 14px;
    width: 21px;
    height: 21px;
    top: calc(50% + 2px);
    right: 30px;
    transform: translateY(-50%);
  }
  #modal_area .modal_content .modal_title .modal_close span, #modal_industry .modal_content .modal_title .modal_close span, #modal_kodawari .modal_content .modal_title .modal_close span {
    position: relative;
  }
  #modal_area .modal_content .modal_title .modal_close span::before, #modal_area .modal_content .modal_title .modal_close span::after, #modal_industry .modal_content .modal_title .modal_close span::before, #modal_industry .modal_content .modal_title .modal_close span::after, #modal_kodawari .modal_content .modal_title .modal_close span::before, #modal_kodawari .modal_content .modal_title .modal_close span::after {
    content: "";
    background-color: #fff;
    position: absolute;
  }
  #modal_area .modal_content .modal_title .modal_close span::before, #modal_industry .modal_content .modal_title .modal_close span::before, #modal_kodawari .modal_content .modal_title .modal_close span::before {
    top: 1px;
    left: 10px;
    width: 3px;
    height: 21px;
    transform: rotate(45deg);
  }
  #modal_area .modal_content .modal_title .modal_close span::after, #modal_industry .modal_content .modal_title .modal_close span::after, #modal_kodawari .modal_content .modal_title .modal_close span::after {
    position: absolute;
    top: 10px;
    left: 1px;
    width: 21px;
    height: 3px;
    transform: rotate(225deg);
  }
  #modal_area .modal_content .modal_content_inner, #modal_industry .modal_content .modal_content_inner, #modal_kodawari .modal_content .modal_content_inner {
    position: relative;
    overflow-y: auto;
    max-height: calc(100% - 67px);
  }
  #modal_area .modal_content .modal_content_inner li.now_c > label, #modal_industry .modal_content .modal_content_inner li.now_c > label, #modal_kodawari .modal_content .modal_content_inner li.now_c > label {
    background-color: #ECFAFF;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li, #modal_industry .modal_content .modal_content_inner .modal_select_list li, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li {
    position: relative;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label, #modal_industry .modal_content .modal_content_inner .modal_select_list li label, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label {
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 3em;
    position: relative;
    transition: 0.4s background ease-in-out;
    padding: 16px 20px;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label span, #modal_industry .modal_content .modal_content_inner .modal_select_list li label span, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label span {
    display: inline-block;
    font-size: 14px;
    padding-left: 38px;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span, #modal_industry .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li label .parent_cb + span {
    font-weight: bold;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li .btn_accrodion, #modal_industry .modal_content .modal_content_inner .modal_select_list li .btn_accrodion, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li .btn_accrodion {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 52px;
    top: 0;
    right: 40px;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before, #modal_industry .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li .btn_accrodion::before {
    content: "";
    background-image: url(../images/common/ico_arrow2_g.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    right: 0;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before, #modal_industry .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before, #modal_kodawari .modal_content .modal_content_inner .modal_select_list li .btn_accrodion.open::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list .list_child, #modal_area .modal_content .modal_content_inner .modal_select_list .list_g_child, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_child, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_g_child, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_child, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_g_child {
    display: none;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list .list_child li label, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_child li label, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_child li label {
    padding-left: 4em;
  }
  #modal_area .modal_content .modal_content_inner .modal_select_list .list_g_child li label, #modal_industry .modal_content .modal_content_inner .modal_select_list .list_g_child li label, #modal_kodawari .modal_content .modal_content_inner .modal_select_list .list_g_child li label {
    padding-left: 6.5em;
  }
  #modalLineSubscribe {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #modalLineSubscribe .modal_bg {
    background: rgba(0, 0, 0, 0.26);
    height: 100vh;
    width: 100%;
  }
  #modalLineSubscribe .modalBox .modal_content {
    width: 728px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_title {
    background-color: #06c152;
    color: #fff;
    font-size: 20px;
    padding: 12px;
    position: relative;
    text-align: center;
    border-radius: 7px 7px 0 0;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner {
    padding: 20px 30px;
    height: calc(100vh - 100px);
    max-height: 550px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block img {
    width: 100% !important;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area {
    margin-top: 12px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to {
    color: #47c7f1;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to span {
    position: relative;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to span::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #47c7f1;
    left: -22px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .title_how_to span::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #47c7f1;
    right: -22px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list {
    margin-top: 12px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li {
    background-color: #d9f6ff;
    position: relative;
    border-bottom: 3px solid #47c7f1;
    padding: 20px 40px 8px 120px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li:not(:first-child) {
    padding-bottom: 20px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #47c7f1;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: translateX(-50%);
    position: absolute;
    bottom: -24px;
    left: 50%;
    z-index: 2;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li + li {
    margin-top: 20px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .step {
    position: absolute;
    top: 12px;
    left: 0;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li p {
    font-size: 16px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line img {
    display: inline-block;
    transition: 0.3s all;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line span {
    display: inline-block;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line span:not(:last-child) {
    margin-right: 15px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line span img {
    max-width: 110px;
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line a:hover img {
    filter: contrast(150%);
  }
  #modalLineSubscribe .modalBox .modal_content .modal_content_inner .modal_content_line_block .step_area .step_list li .add_line a img {
    max-width: 323px;
  }
  #modal_alert .modal_content_inner {
    height: auto;
  }
  #modal_alert .modal_content_alert {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-radius: 5px;
    width: 654px;
    padding: 40px 110px 60px;
  }
  #modal_alert .alert_icon_wrap {
    text-align: center;
  }
  #modal_alert .alert_icon_wrap img {
    height: auto;
    width: 50px;
  }
  #modal_alert .alert_text {
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }
  #modal_alert .btn_area_alert {
    text-align: center;
    margin-top: 40px;
  }
  #modal_alert .btn_area_alert .m_btn {
    border: 1px solid #939393;
    color: #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 38px;
    font-size: 16px;
    padding: 17px 30px;
    width: 197px;
  }
  #modal_alert .btn_area_alert .m_btn:not(:last-child) {
    margin-right: 10px;
  }
  #modal_alert .btn_area_alert .m_btn.yes {
    background-color: #000;
    color: #fff;
  }
  .more {
    margin-top: 40px;
  }
  .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 281px;
    height: 61px;
    border-radius: 32px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
  }
  .more a:after {
    content: "";
    display: block;
    width: 27px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: 10px;
    transition: all 0.3s;
    background-repeat: no-repeat;
  }
  .more a:hover {
    letter-spacing: 0.05em;
  }
  .catTitle {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .catTitle span {
    background: linear-gradient(transparent 70%, #FFB8DA 0%);
    font-weight: bold;
    position: relative;
    display: inline-block;
    font-size: 24px;
  }
  .catTitle span:before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000;
    transform: rotate(-30deg);
    height: 45px;
    bottom: -10px;
    left: -25px;
  }
  .catTitle span:after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000;
    transform: rotate(30deg);
    bottom: -10px;
    height: 45px;
    right: -25px;
  }
  .itemBox .itemInner .btnBox .btnArea {
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 0.3s opacity;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn {
    max-width: 329px;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.general {
    border-color: #FF74B5;
    color: #fff;
    padding: 16px 30px;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.general::before, .itemBox .itemInner .btnBox .btnArea .p_btn.general::after, .itemBox .itemInner .btnBox .btnArea .p_btn.general:hover {
    background-color: #FF74B5;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.general:hover span {
    color: #FF74B5;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.movie span {
    position: relative;
    padding-left: 2.5em;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.movie span::before {
    content: "";
    background: url(../images/common/icon_view.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.movie:hover span::before {
    background-image: url(../images/common/icon_view_pink.png);
  }
  .itemBox .itemInner .btnBox .btnArea .p_btn.member:hover {
    opacity: 0.8;
  }
  .itemBox .itemInner .btnBox .btnText {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
  }
  .itemBox .itemInner .btnBox .btnText a {
    color: #00A5DB;
    text-decoration: underline;
  }
  .itemBox .itemInner .btnBox .btnText a:hover {
    text-decoration: underline;
  }
  .itemBox .itemInner .btnBox .btnText + .btnArea {
    margin-top: 16px;
  }
  .pagenav {
    font-family: "Saira", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 18px;
    margin-top: 50px;
  }
  .pagenav a, .pagenav .now {
    border-radius: 50px;
    display: inline-block;
    color: #2EC1F1;
    border: 1px solid #2EC1F1;
    background-color: #fff;
    width: 34px;
    margin-left: 6px;
    padding: 2px 4px;
  }
  .pagenav a:hover {
    background-color: #2EC1F1;
    color: #fff;
  }
  .pagenav .now {
    background-color: #2EC1F1;
    color: #fff;
  }
  .pagenav span {
    margin-left: 6px;
  }
  .aform .aform-header {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0;
    display: none;
  }
  .aform .aform-checking {
    margin: 5px 0px;
  }
  .aform .aform-content {
    min-height: 150px;
    margin-bottom: 20px;
  }
  .aform .aform-content dl {
    font-weight: normal !important;
    font-size: 16px;
    margin: 10px 0;
  }
  .aform .aform-content dl dt {
    font-weight: normal !important;
    text-align: left;
    font-weight: normal;
    background-clip: padding-box;
    float: none;
    position: relative;
    border-top: none;
    border-right: none;
    vertical-align: top;
    margin-right: 25px;
  }
  .aform .aform-content dl dt .aform-label {
    display: flex;
    align-items: center;
  }
  .aform .aform-content dl dt .aform-label .aform-required {
    font-weight: normal;
    padding: 2px;
    border-radius: 3px;
    background-color: #FCFA7F;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    width: 35px;
  }
  .aform .aform-content dl dt .aform-validation {
    color: #595959;
    font-size: 90%;
    font-weight: normal;
  }
  .aform .aform-content dl dd {
    display: block;
    float: none;
    border-top: none;
    border-left: none;
    width: 100%;
  }
  .aform .aform-content dl dd .aform-input-example {
    color: #BCBCBC;
    font-size: 90%;
    font-weight: normal;
    margin: 10px 0 0;
  }
  .aform .aform-content dl dd input, .aform .aform-content dl dd select, .aform .aform-content dl dd textarea {
    margin-top: 10px;
    background-color: #f6f6f6;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 17px 30px;
  }
  .aform .aform-content dl dd input.aform-checkbox, .aform .aform-content dl dd input.aform-radio, .aform .aform-content dl dd select.aform-checkbox, .aform .aform-content dl dd select.aform-radio, .aform .aform-content dl dd textarea.aform-checkbox, .aform .aform-content dl dd textarea.aform-radio {
    margin: 0px;
    vertical-align: middle;
  }
  .aform .aform-content dl dd input.aform-select, .aform .aform-content dl dd select.aform-select, .aform .aform-content dl dd textarea.aform-select {
    background-color: #fff;
    width: 427px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul {
    margin-top: -30px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li {
    width: calc(50% - 10px);
    margin-right: 5px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li:nth-child(n+3), .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li:nth-child(n+3), .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li:nth-child(n+3) {
    margin-top: -20px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li:nth-child(even), .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li:nth-child(even), .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li:nth-child(even) {
    margin-right: 0;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 17px 23px 17px 70px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::before, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::before, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::before {
    background: #F6F6F6;
    left: 27px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::after, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::after, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox] + label::after {
    left: 34px;
  }
  .aform .aform-content dl dd input.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox]:checked + label::before, .aform .aform-content dl dd select.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox]:checked + label::before, .aform .aform-content dl dd textarea.aform-checkbox-ul.aform-horizontal-ul li input[type=checkbox]:checked + label::before {
    background: #21D9AB;
  }
  .aform .aform-content dl dd input.clear_upload, .aform .aform-content dl dd select.clear_upload, .aform .aform-content dl dd textarea.clear_upload {
    width: 150px;
  }
  .aform .aform-content dl dd input[type=radio] {
    display: none;
  }
  .aform .aform-content dl dd input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 6px 0px 3px 34px;
    cursor: pointer;
    margin-right: 52px;
  }
  .aform .aform-content dl dd input[type=radio] + label::before, .aform .aform-content dl dd input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.2s;
    backface-visibility: visible;
  }
  .aform .aform-content dl dd input[type=radio] + label::before {
    left: 0;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    background: #F6F6F6;
    border: 1px solid #DFDFDF;
  }
  .aform .aform-content dl dd input[type=radio] + label::after {
    opacity: 0;
    left: 7px;
    width: 13px;
    height: 13px;
    margin-top: -3px;
    background: #21D9AB;
    transform: scale(2);
  }
  .aform .aform-content dl dd input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform .aform-content dl dd input[type=checkbox] {
    opacity: 0;
    width: 1px;
    height: 1px;
  }
  .aform .aform-content dl dd input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
    padding: 17px 3px 17px 42px;
  }
  .aform .aform-content dl dd input[type=checkbox] + label::before, .aform .aform-content dl dd input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.2s;
  }
  .aform .aform-content dl dd input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    background: #F6F6F6;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: -15px;
    width: 29px;
    height: 29px;
  }
  .aform .aform-content dl dd input[type=checkbox] + label::after {
    opacity: 0;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    top: 50%;
    left: 7px;
    width: 11px;
    height: 6px;
    margin-top: -6px;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform .aform-content dl dd input[type=checkbox]:checked + label::before {
    background: #21D9AB;
    border: 1px solid #ccc;
  }
  .aform .aform-content dl dd input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content dl dd select {
    background-color: #fff;
    width: 427px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    line-height: 1.4;
    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
    background-size: 5px 6px, 5px 6px;
    background-position: calc(100% - 30px) 50%, calc(100% - 25px) 50%;
    background-repeat: no-repeat;
  }
  .aform .aform-content dl dd .aform-error {
    color: #cf0000;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    margin-top: 10px;
  }
  .aform .aform-content dl dd .aform-error:first-child {
    margin-top: 0;
  }
  .aform .aform-content dl dd .aform-error .error {
    color: #D92B00;
    font-weight: bold;
    font-size: 16px;
    background-size: 16px;
    padding-left: 20px;
  }
  .aform .aform-content dl dd .aform-error .error img {
    display: none;
  }
  .aform .aform-content dl dd .aform-error .validation-advice {
    padding-top: 4px;
    line-height: 1.4;
  }
  .aform .aform-content dl.dl_password {
    height: 0;
    opacity: 0;
    overflow-y: hidden;
  }
  .aform .aform-content dl.dl_password .aform-twice-note {
    display: block;
    margin: 10px 0;
  }
  .aform .aform-content dl.dl_privacy .privacy a {
    color: #1FC3B2;
    text-decoration: underline;
  }
  .aform .aform-content dl.dl_privacy .privacy a img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
    width: 12px;
  }
  .aform .aform-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .aform .aform-content ul li {
    list-style: none;
    margin: 10px;
    padding: 0;
  }
  .aform .aform-content ul.aform-name-ul, .aform .aform-content ul.aform-kana-ul {
    display: flex;
  }
  .aform .aform-content ul.aform-name-ul label, .aform .aform-content ul.aform-kana-ul label {
    display: none;
  }
  .aform .aform-content ul.aform-name-ul li, .aform .aform-content ul.aform-kana-ul li {
    flex: 1;
  }
  .aform .aform-content ul.aform-name-ul li + .aform .aform-content ul.aform-name-ul li, .aform .aform-content ul.aform-name-ul li + .aform .aform-content ul.aform-kana-ul li, .aform .aform-content ul.aform-kana-ul li + .aform .aform-content ul.aform-name-ul li, .aform .aform-content ul.aform-kana-ul li + .aform .aform-content ul.aform-kana-ul li {
    margin-left: 22px;
  }
  .aform .aform-content ul.aform-horizontal-ul li {
    display: inline-block;
    margin-right: 1em;
  }
  .aform .aform-content ul.commonList li {
    font-size: 16px;
    color: #D92B00;
  }
  .aform .aform-content ul.commonList li::before {
    display: none;
  }
  .aform .aform-content .aform-hdln {
    font-size: 120%;
    font-weight: bold;
    position: relative;
    margin-top: 2em;
    border-bottom: 4px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .aform .aform-content .aform-hdln::before {
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    background-color: #21D9AB;
    bottom: -4px;
    width: 66px;
    height: 4px;
  }
  .aform .aform-content .aform-button-area {
    background: none;
    margin-top: 30px;
    padding: 15px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .aform .aform-content .aform-button-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .aform .aform-content .aform-button-area input {
    background-color: #1fc3b2;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border: none;
    width: 100%;
    margin: 6px 6px;
    padding: 22px 20px;
    font-size: 18px;
  }
  .aform .aform-content .aform-button-area input#aform_btn_back {
    background-color: grey;
  }
  .aform#aform-999 input,
  .aform#aform-999 select,
  .aform#aform-999 textarea {
    background-color: #F6F6F6;
    border-color: #DFDFDF;
  }
  .aform#aform-999 input[type=submit] {
    background-color: #1FC3B2;
    border-color: #1FC3B2;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 300px;
    margin: 5px;
  }
  .aform#aform-999 input[type=button] {
    background-color: grey;
    border-color: grey;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 300px;
    margin: 5px;
  }
  .forSP {
    display: none !important;
  }
  .for_member {
    font-size: 17px;
    text-align: center;
  }
  .for_member a {
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: underline;
  }
  .for_member a::before {
    content: "";
    background: url(../images/common/ico_check.png) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    left: -38px;
  }
  .for_leave {
    text-align: center;
    margin-top: 60px;
  }
  .for_leave span {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
  }
  .for_leave span::before {
    content: "";
    background: url(../images/common/ico_leave.png) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 19px;
    left: -18px;
  }
  .for_leave a {
    color: #1FC3B2;
    text-decoration: underline;
  }
  .signup_block {
    background-color: #FFF6E9;
    border-radius: 5px;
    position: relative;
    margin: 110px 0 60px;
    padding: 70px 57px 48px;
  }
  .signup_block img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }
  .signup_block .signup_lead {
    text-align: center;
  }
  .signup_block .merit {
    margin-top: 26px;
  }
  .signup_block .merit p {
    font-weight: 900;
    position: relative;
    margin-top: 0;
    border-top: 4px solid #fff;
    font-size: 24px;
    padding: 30px 0 30px 90px;
  }
  .signup_block .merit p:last-child {
    border-bottom: 4px solid #fff;
  }
  .signup_block .merit p::before {
    content: "";
    background: url(../images/common/ico_lamp.png) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    width: 33px;
    height: 57px;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
  }
  .signup_block.login_block {
    margin: 0;
    padding: 15px 20px 10px;
  }
  .signup_block.login_block .signup_lead {
    font-size: 16px;
  }
  .signup_block.login_block .merit_col2 {
    display: flex;
    margin-top: 8px;
  }
  .signup_block.login_block .merit_col2 p {
    border: none;
    font-size: 16px;
    padding: 10px 0 5px 90px;
  }
  .signup_block.login_block .merit_col2 p::before {
    width: 19px;
    height: 34px;
    left: 50px;
  }
  .form_note {
    color: #E05817;
    font-size: 14px;
  }
  /* common class */
  body .taC {
    text-align: center !important;
  }
  body .taL {
    text-align: left !important;
  }
  body .taR {
    text-align: right !important;
  }
  body .Center {
    margin: 0 auto !important;
  }
  body .ovh {
    overflow: hidden !important;
  }
  body .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  body .w100p {
    width: 100% !important;
  }
  body .mB0 {
    margin-bottom: 0 !important;
  }
  body .mB5 {
    margin-bottom: 5px !important;
  }
  body .mB10 {
    margin-bottom: 10px !important;
  }
  body .mB20 {
    margin-bottom: 20px !important;
  }
  body .mB30 {
    margin-bottom: 30px !important;
  }
  body .mB40 {
    margin-bottom: 40px !important;
  }
  body .mB50 {
    margin-bottom: 50px !important;
  }
  body .mT0 {
    margin-top: 0 !important;
  }
  body .mT5 {
    margin-top: 5px !important;
  }
  body .mT10 {
    margin-top: 10px !important;
  }
  body .mT20 {
    margin-top: 20px !important;
  }
  body .mT30 {
    margin-top: 30px !important;
  }
  body .mT40 {
    margin-top: 40px !important;
  }
  body .mT50 {
    margin-top: 50px !important;
  }
  body .mL0 {
    margin-left: 0px !important;
  }
  body .mL5 {
    margin-left: 5px !important;
  }
  body .mL10 {
    margin-left: 10px !important;
  }
  body .mL20 {
    margin-left: 20px !important;
  }
  body .mL30 {
    margin-left: 30px !important;
  }
  body .mL40 {
    margin-left: 40px !important;
  }
  body .mL50 {
    margin-left: 50px !important;
  }
  body .mR0 {
    margin-right: 0px !important;
  }
  body .mR5 {
    margin-right: 5px !important;
  }
  body .mR10 {
    margin-right: 10px !important;
  }
  body .mR20 {
    margin-right: 20px !important;
  }
  body .mR30 {
    margin-right: 30px !important;
  }
  body .mR40 {
    margin-right: 40px !important;
  }
  body .mR50 {
    margin-right: 50px !important;
  }
  body .pT0 {
    padding-top: 0 !important;
  }
  body .pT5 {
    padding-top: 5px !important;
  }
  body .pT10 {
    padding-top: 10px !important;
  }
  body .pT15 {
    padding-top: 15px !important;
  }
  body .pT20 {
    padding-top: 20px !important;
  }
  body .pT25 {
    padding-top: 25px !important;
  }
  body .pT30 {
    padding-top: 30px !important;
  }
  body .pT35 {
    padding-top: 35px !important;
  }
  body .pT40 {
    padding-top: 40px !important;
  }
  body .pT45 {
    padding-top: 45px !important;
  }
  body .pT50 {
    padding-top: 50px !important;
  }
  body .pB0 {
    padding-bottom: 0 !important;
  }
  body .pB5 {
    padding-bottom: 5px !important;
  }
  body .pB10 {
    padding-bottom: 10px !important;
  }
  body .pB15 {
    padding-bottom: 15px !important;
  }
  body .pB20 {
    padding-bottom: 20px !important;
  }
  body .pB25 {
    padding-bottom: 25px !important;
  }
  body .pB30 {
    padding-bottom: 30px !important;
  }
  body .pB35 {
    padding-bottom: 35px !important;
  }
  body .pB40 {
    padding-bottom: 40px !important;
  }
  body .pB45 {
    padding-bottom: 45px !important;
  }
  body .pB50 {
    padding-bottom: 50px !important;
  }
  body .mB0_pc {
    margin-bottom: 0 !important;
  }
  body .mB5_pc {
    margin-bottom: 5px !important;
  }
  body .mB10_pc {
    margin-bottom: 10px !important;
  }
  body .mB20_pc {
    margin-bottom: 20px !important;
  }
  body .mB30_pc {
    margin-bottom: 30px !important;
  }
  body .mB40_pc {
    margin-bottom: 40px !important;
  }
  body .mB50_pc {
    margin-bottom: 50px !important;
  }
  body .mT0_pc {
    margin-top: 0 !important;
  }
  body .mT5_pc {
    margin-top: 5px !important;
  }
  body .mT10_pc {
    margin-top: 10px !important;
  }
  body .mT20_pc {
    margin-top: 20px !important;
  }
  body .mT30_pc {
    margin-top: 30px !important;
  }
  body .mT40_pc {
    margin-top: 40px !important;
  }
  body .mT50_pc {
    margin-top: 50px !important;
  }
  body .mL0_pc {
    margin-left: 0px !important;
  }
  body .mL5_pc {
    margin-left: 5px !important;
  }
  body .mL10_pc {
    margin-left: 10px !important;
  }
  body .mL20_pc {
    margin-left: 20px !important;
  }
  body .mL30_pc {
    margin-left: 30px !important;
  }
  body .mL40_pc {
    margin-left: 40px !important;
  }
  body .mL50_pc {
    margin-left: 50px !important;
  }
  body .mR0_pc {
    margin-right: 0px !important;
  }
  body .mR5_pc {
    margin-right: 5px !important;
  }
  body .mR10_pc {
    margin-right: 10px !important;
  }
  body .mR20_pc {
    margin-right: 20px !important;
  }
  body .mR30_pc {
    margin-right: 30px !important;
  }
  body .mR40_pc {
    margin-right: 40px !important;
  }
  body .mR50_pc {
    margin-right: 50px !important;
  }
  body .size12 {
    font-size: 12px !important;
  }
  body .size14 {
    font-size: 14px !important;
  }
  body .size16 {
    font-size: 16px !important;
  }
  body .size18 {
    font-size: 18px !important;
  }
  body .size20 {
    font-size: 20px !important;
  }
  body .red {
    color: #cf0000 !important;
  }
  body .blue {
    color: #2EC1F1 !important;
  }
  body .gray {
    color: #666 !important;
  }
  body .green {
    color: #23ac3a !important;
  }
  body .marker {
    background: linear-gradient(transparent 60%, #FCFA7F 60%);
  }
  body .bold {
    font-weight: bold !important;
  }
  body .underline {
    text-decoration: underline !important;
  }
  body .bdb {
    border-bottom: 2px solid #004aa4;
  }
  body .fontL {
    font-size: 1.2em;
  }
  body .fontS {
    font-size: 0.8em;
  }
  body .floatL {
    float: left;
  }
  body .floatR {
    float: right;
  }
  body h1.title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 48px;
  }
  body h2.title {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
    margin-top: 60px;
    font-size: 30px;
  }
  body h2.title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 100%;
    content: "";
    background-color: #1FC3B2;
  }
  body h3.title {
    font-size: 120%;
    font-weight: bold;
    position: relative;
    margin-top: 2em;
    border-bottom: 4px solid #fff;
    font-size: 22px;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  body h3.title::before {
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    background-color: #21D9AB;
    bottom: -4px;
    width: 66px;
    height: 4px;
  }
  body h4.title {
    color: #1FC3B2;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 30px;
  }
  body h5.title {
    padding-left: 5px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 30px;
  }
  body .imgLine2 {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
  }
  body .imgLine2 li {
    text-align: center;
    width: calc(50% - 8px);
  }
  body .imgLine2 li:nth-of-type(odd) {
    margin-right: 16px;
  }
  body .imgLine2 li img {
    max-width: 100%;
  }
  body .imgLine2.small li {
    width: calc(33% - 8px);
  }
  body .imgLine2 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  body .imgLine3 {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
  }
  body .imgLine3 li {
    text-align: center;
    width: calc(33% - 8px);
    margin-right: 16px;
  }
  body .imgLine3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  body .imgLine3 li img {
    max-width: 100%;
  }
  body .imgLine3 .cap {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  body .imgLine4 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body .imgLine4 li {
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  body .imgLine4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  body .imgLine4 li img {
    width: 100%;
  }
  body .imgInP {
    overflow: hidden;
  }
  body .imgInP .img {
    max-width: 300px;
  }
  body .imgInP .img img {
    width: 100%;
    height: auto;
  }
  body .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
  }
  body .imgInP .img.left {
    float: left;
    margin-right: 40px;
  }
  body .imgInP .img.right {
    float: right;
    margin-left: 40px;
  }
  body .twoCol {
    display: flex;
    margin-top: 40px;
  }
  body .twoCol .txt {
    flex: 1;
  }
  body .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  body .twoCol .img {
    max-width: 50%;
  }
  body .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .twoCol .img span.cap {
    display: inline-block;
    margin-top: 10px;
  }
  body .twoCol .txt + .img {
    margin-left: 40px;
  }
  body .twoCol .img + .txt {
    margin-left: 40px;
  }
  body .itemboxFle {
    display: flex;
    flex-wrap: wrap;
  }
  body .itemboxFle .itemBox {
    position: relative;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    width: 48%;
    padding: 30px 20px 70px;
    transition: 0.3s ease-in-out;
    margin-top: 40px;
  }
  body .itemboxFle .itemBox:nth-of-type(2n) {
    margin-left: 4%;
  }
  body .itemboxFle .itemBox:nth-child(n+3) {
    margin-top: 4%;
  }
  body .itemboxFle .itemBox:hover {
    transform: translateY(-10px);
  }
  body .itemboxFle .itemBox:hover .toDetail:before {
    width: 0;
  }
  body .itemboxFle .itemBox:hover .toDetail p {
    color: #000;
    margin-top: 0;
  }
  body .itemboxFle .itemBox .itemInner .thumBox {
    text-align: center;
  }
  body .itemboxFle .itemBox .itemInner .thumBox iframe {
    width: 100%;
    height: 205px;
  }
  body .itemboxFle .itemBox .itemInner .h3Box {
    margin-top: 10px;
  }
  body .itemboxFle .itemBox .itemInner .h3Box .completeH3 {
    font-size: 20px;
  }
  body .itemboxFle .itemBox .itemInner .txt {
    margin-top: 10px;
    font-size: 14px;
  }
  body .itemboxFle .itemBox .toDetail {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  body .itemboxFle .itemBox .toDetail:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
    border-radius: 0 0 5px 5px;
    transition: 0.3s;
  }
  body .itemboxFle .itemBox .toDetail p {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: right;
    z-index: 1;
    margin-top: 0;
    font-size: 13px;
    padding: 10px 55px 10px 20px;
    transition: 0.3s ease-in-out;
  }
  body .itemboxFle .itemBox .toDetail p .circle {
    position: absolute;
    top: 6px;
    right: 20px;
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #21D9AB;
  }
  body .itemboxFle .itemBox .toDetail p .circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #21D9AB;
    top: 12px;
    left: 7px;
  }
  body .itemboxFle .itemBox .toDetail p .circle:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #21D9AB;
    border-right: 1px solid #21D9AB;
    transform: rotate(45deg);
    top: 9px;
    right: 6px;
  }
  body ul.commonList {
    margin-top: 30px;
  }
  body ul.commonList li {
    padding-left: 18px;
    position: relative;
    box-sizing: border-box;
  }
  body ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  body ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: "";
    border-radius: 50%;
    background-color: #21D9AB;
    position: absolute;
    left: 0;
    top: 0.65em;
  }
  body ul.col2List {
    display: flex;
    flex-wrap: wrap;
  }
  body ul.col2List li {
    width: 50%;
    flex-basis: 50%;
  }
  body ul.col2List li:not(:first-of-type) {
    margin-top: 0px;
  }
  body ul.col2List li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  body ol:not([class]) {
    counter-reset: my-counter;
    margin-top: 30px;
  }
  body ol:not([class]) > li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
  }
  body ol:not([class]) > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    box-sizing: border-box;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
  }
  body ol:not([class]) li + li {
    margin-top: 10px;
  }
  body .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    margin-top: 30px;
  }
  body .commonTable tr + tr {
    border-top: 1px solid #fff;
  }
  body .commonTable td.wFix, body .commonTable th.wFix {
    width: 150px;
  }
  body .commonTable th {
    background-color: #939393;
    padding: 12px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 20px;
  }
  body .commonTable th.required {
    position: relative;
    vertical-align: middle;
  }
  body .commonTable th.required:after {
    content: "必須";
    background-color: #cf0000;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    display: inline-block;
    float: right;
    margin-right: -35px;
  }
  body .commonTable th.sub {
    background-color: #cbcbcb;
  }
  body .commonTable th.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #fff;
  }
  body .commonTable td {
    padding: 12px;
    background-color: #F3F3F3;
    padding: 20px;
  }
  body .commonTable td *:last-child {
    margin-bottom: 0;
  }
  body .commonTable td *:first-child {
    margin-top: 0;
  }
  body .commonTable td .kome {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  body .commonTable td .category {
    width: 130px;
    display: inline-block;
  }
  body .commonTable td .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  body .commonTable td.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  body .commonTable.company {
    border-left: none;
    border-top: none;
  }
  body .commonTable.company tr {
    border-right: none;
  }
  body .commonTable.company th {
    border-right: none;
    background-color: #fff;
    font-weight: bold;
  }
  body .commonTable.company td {
    border-right: none;
  }
  body .commonTable.type2 {
    border-left: none;
  }
  body .commonTable.type2 th.title {
    text-align: left;
    border-right: none;
    background-color: #f6f6f6;
  }
  body .commonTable.type2 th.title:after {
    content: none;
  }
  body .commonTable.type2 tr {
    border-right: none;
  }
  body .commonTable.type2 th {
    background: none;
    border-right: none;
    position: relative;
    width: 170px;
  }
  body .commonTable.type2 th:after {
    content: ":";
    color: #999999;
    display: inline-block;
    position: absolute;
    right: 0;
  }
  body .commonTable.type2 td {
    border-right: none;
  }
  body .scrollTable {
    overflow: auto;
  }
  body .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
  }
  body .colorBox {
    margin-top: 2em;
    padding: 20px;
  }
  body .colorBox *:nth-child(1) {
    margin-top: 0;
  }
  body .colorBox p {
    line-height: 1.7;
  }
  body .colorBox.bgGray {
    background-color: #f5f5f5;
  }
  body .borderBox {
    margin-top: 2em;
    border: 1px solid #000;
    padding: 20px;
  }
  body .borderBox *:nth-child(1) {
    margin-top: 0;
  }
  body .borderBox p {
    line-height: 1.7;
  }
  body .borderBox.bdGray {
    border-color: #999;
  }
  body .border-box {
    border: 1px solid #ccc;
    padding: 20px;
  }
  body .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 40px;
  }
  body .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  body .h2Box {
    background-color: #FFF6E9;
    position: relative;
    text-align: center;
    padding: 35px 30px;
  }
  body .h2Box:before {
    position: absolute;
    content: "";
    background-image: url(../images/signup/complete_img01.png);
    width: 89px;
    height: 60px;
    background-repeat: no-repeat;
    left: 20px;
    top: -10px;
    background-size: 100%;
  }
  body .h2Box:after {
    position: absolute;
    content: "";
    background-image: url(../images/signup/complete_img02.png);
    width: 92px;
    height: 73px;
    background-repeat: no-repeat;
    right: -5px;
    top: -10px;
    background-size: 100%;
  }
  body .h2Box .completeH2 {
    font-weight: bold;
    font-size: 22px;
  }
  body .leadTxtBox {
    margin-top: 40px;
  }
  body .leadTxtBox p {
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
  }
  body .leadTxtBox .txtLink {
    color: #00A5DB;
    text-decoration: underline;
  }
  body .leadTxtBox .txtLink:hover {
    text-decoration: none;
  }
  body .block_alert {
    background-color: #C9F2FF;
    text-align: center;
    margin: 34px 0 20px;
    padding: 30px 10px 40px;
  }
  body .block_alert p {
    font-size: 16px;
  }
  body .commonBtn .agreeBtn {
    margin-top: 24px;
  }
  body .commonBtn .agreeBtn span {
    border-color: #C9F2FF;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 38px;
    font-size: 16px;
    padding: 12px 30px;
    width: 280px;
  }
  body .commonBtn .agreeBtn span:not(:last-child) {
    margin-right: 10px;
  }
  body .commonBtn .weakBtn {
    margin-top: 30px;
  }
  body .commonBtn .weakBtn span {
    background-color: #939393 !important;
    border-color: #939393 !important;
    color: #939393 !important;
    font-size: 16px;
    width: 240px;
    padding: 10px 14px;
  }
  body .commonBtn .weakBtn span input {
    border: none;
    background-color: transparent;
    font-weight: bold;
  }
  body .commonBtn .weakBtn:hover span {
    color: #fff;
  }
  body input[type=button], body button {
    cursor: pointer;
  }
  body strong {
    font-weight: bold !important;
  }
  body blockquote {
    position: relative;
    padding: 50px 60px 50px 60px;
    background: #efefef;
    margin-top: 30px;
    padding: 50px 60px 50px 60px;
  }
  body blockquote > *:first-child {
    margin-top: 0 !important;
  }
  body blockquote:before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "";
    background-image: url(../images/second/common/icon_inyou.png);
    background-size: 100%;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    width: 34px;
    height: 29px;
  }
  body blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 15px;
    content: "";
    background-image: url(../images/second/common/icon_inyou.png);
    background-size: 100%;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    width: 34px;
    height: 29px;
    transform: rotate(180deg);
  }
  body a.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
  }
  body a.link:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: calc(50% - 3px);
    right: 0;
    transform: rotate(45deg);
  }
  body a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  body a.icon:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background-size: auto 1em;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    top: 0.15em;
    right: -0.25em;
  }
  body a.icon[href$=pdf]::after, body a.icon[href$=doc]::after, body a.icon[href$=docx]::after, body a.icon[href$=docm]::after, body a.icon[href$=xls]::after, body a.icon[href$=xlsx]::after, body a.icon[href$=xlsm]::after {
    width: 18px;
    height: 20px;
    background-size: contain;
  }
  body a.icon[href$=pdf]:after {
    background-image: url(../images/second/common/icon_pdf.png);
  }
  body a.icon[href$=doc]:after, body a.icon[href$=docx]:after, body a.icon[href$=docm]:after {
    background-image: url(../images/second/common/icon_doc.png);
  }
  body a.icon[href$=xls]:after, body a.icon[href$=xlsx]:after, body a.icon[href$=xlsm]:after {
    background-image: url(../images/second/common/icon_xls.png);
  }
  body a.icon[href$=ppt]:after, body a.icon[href$=pptx]:after, body a.icon[href$=pptm]:after {
    background-image: url(../images/second/common/icon_ppt.png);
    background-size: contain;
    width: 18px;
    height: 20px;
  }
  body a.icon_blank {
    display: inline-block;
  }
  body a.icon_blank:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/second/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    top: -5px;
  }
  body .preBox {
    background: #eff0f4;
    border: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  body .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
    text-align-last: auto;
  }
}
@media print {
  html {
    zoom: 70%;
  }
}
/*# sourceMappingURL=common_yt.css.map */