@charset "UTF-8";

/************************
reset
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul, ul li {
  list-style: none;
}

ol {
padding:0;
margin:0;
list-style:none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

#contentContainer #contentArea {
	width: 100%;
	margin: 0 auto;
}
/************************
common
************************/
/*headerresponsive*/
@media screen and (max-width: 911px)  {
     #headersub{
        margin-top: 65px !important;
     }

    #header #headerArea #headersub {
        width:100%;
        height:auto;
        box-sizing: border-box;
    }

    #header #headerArea #headersub #topicpath_wrapper {
        position:relative;
        width:100%;
        height:auto;
    }

    #header #headerArea #headersub #topicpath_wrapper ul#topicpath {
            width:auto;
            height:auto;
          margin: 10px;
        padding: 6px 7px;
        background: #f5f5f5;
        line-height: 0.8;
    }

    img {
        max-width: 100%;
    }

    #contentContainer #contentArea {
        width: 100%;
        margin: 0 auto;
    }
}
/*headerresponsive*/

body {
    -webkit-font-smoothing: antialiased;
}
#contentContainer .contentArea {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}
#jmo__wrap {
    font-family: axisstd_r;
    font-size: 16px;
    line-height: 1.5;
    color: #2b2b2b;
    position: relative;
}
#jmo__wrap img {
    width: 100%;
    height: auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

span.jns-txt {
    font-family: jins_nextregular;
    line-height: 1;
    color: #333;
}

.txt_white {
    color: #fff !important;
}

@media screen and (max-width: 1028px) {
    br.nobr {
        display: none;
    }
}


/************************
main-visual
************************/
.main-visual {
    background-color: #333e58;
    padding: 105px 0;
    position: relative;
    z-index: 2;
}
.main-visual .main-visual__inner {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.main-visual h2.main-visual__ttl {
    font-family: axisstd_l;
    font-size: 6vw;
    color: #fff;
    text-align: center;
    top: -0.1em;
    position: relative;
}
.main-visual .main-visual__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    width: 18%;
    height: auto;
}
.main-visual .main-visual__fig {
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    width: 25%;
    height: auto;
}

@media (min-width: 1201px) {
    .main-visual h2.main-visual__ttl {
        font-size: 76px;
        top: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .main-visual .main-visual__fig {
        right: 20px;
        width: 22%;
    }
}

@media (max-width: 768px) {
    .main-visual {
        padding: 50px 0;
    }
    .main-visual h2.main-visual__ttl {
        text-align: left;
        padding-left: 4.5em;
    }
    .main-visual .main-visual__fig {
        display: none;
    }
}

@media screen and (max-width: 640px) {
   .main-visual {
        padding: 20px 0;
    }
    .main-visual .main-visual__logo {
        left: 20px;
        width: 70px;
        top: 5px;
    }
    .main-visual h2.main-visual__ttl {
        font-size: 26px;
        top: 0;
        padding-left: 4em;
    }
}
@media screen and (min-width: 320px) and (max-width: 359px)   {
   .main-visual {
        padding: 20px 0;
    }
    .main-visual .main-visual__logo {
        width: 60px;
    }
    .main-visual h2.main-visual__ttl {
        font-size: 24px;
    }
}

/************************
anchor
************************/
.anchor {
    background-color: #f9f9f9;
    padding: 30px 0;
    margin-bottom: 50px;
}
.anchor ul.anchor__list {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.anchor ul.anchor__list li {
    width: 25%;
}
.anchor ul.anchor__list li > div {
    width: 90%;
    border: 2px solid #333e58;
    background-color: #fff;
    box-sizing: border-box;
}
.anchor ul.anchor__list li a.anchor__list___lnk {
    display: block;
    padding: 18px 10px 25px 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
}
.anchor ul.anchor__list li a.anchor__list___lnk::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333e58;
    border-right: 2px solid #333e58;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    position: absolute;
    bottom: 14px;
    left: 46%;
     transition: 0.3s;
}
.anchor ul.anchor__list li a.anchor__list___lnk > span {
    color: #333 !important;
}
.anchor ul.anchor__list li a.anchor__list___lnk:hover {
    background-color: #333e58;
    color: #fff;
}
.anchor ul.anchor__list li a.anchor__list___lnk:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.anchor ul.anchor__list li a.anchor__list___lnk:hover > span {
    color: #fff !important;
}

@media (max-width: 768px) {
    .anchor ul.anchor__list {
        max-width: initial;
        width: 100%;
    }
    .anchor {
        padding: 20px 14px;
        margin-bottom: 30px;
    }
    .anchor ul.anchor__list li a.anchor__list___lnk {
        width: 95%;
        padding: 14px 8px 20px 8px;
    }
    .anchor ul.anchor__list li a.anchor__list___lnk::before {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 640px) {
    .anchor {
        padding: 15px 10px;
    }
    .anchor ul.anchor__list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .anchor ul.anchor__list li > div {
        border: none;
        background-color: transparent;
        border-bottom: 1px solid #333e58;
        width: 95%;
        margin: 0 auto;
    }
    .anchor ul.anchor__list li a.anchor__list___lnk {
        font-size: 12px;
        padding: 8px 5px 18px 5px;
    }
    .anchor ul.anchor__list li a.anchor__list___lnk {
    }
    .anchor ul.anchor__list li a.anchor__list___lnk::before {
        bottom: 9px;
        
    }
}

@media (max-width: 320px) {
    .anchor ul.anchor__list li a.anchor__list___lnk {
        font-size: 12px;
        padding: 8px 5px 18px 5px;
    }
}

/************************
about
************************/
.about {
    max-width: 1358px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
.about__inner {
    max-width: 1358px;
    margin: 0 80px;
    border: 1px solid #e1e1e1;
    padding: 60px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
}
.about h3.about__ttl {
    font-size: 46px;
    font-family: jins_nextmedium, axisstd_m;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    text-align: center;
}
.about h3.about__ttl::before,
.about h3.about__ttl::after {
    border-top: 1px solid #333e58;
    content: "";
    display: inline;
    flex-grow: 1;
}
.about h3.about__ttl::before {
    margin-right: 0.5em;
}
.about h3.about__ttl::after {
    margin-left: 0.5em;
}
.about h3.about__ttl > span {
    display: inline-block;
    color: #333e58 !important;
}
.about p.about__txt {
    font-size: 22px;
    line-height: 2.1;
}
.about p.about__txt strong {
    color: #333e58;
    font-weight: bold;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .about {
        max-width: initial;
    }
    .about__inner {
        margin: 0 40px;
        max-width: initial;
    }
}

@media (max-width: 768px)  {
    .about__inner {
        margin: 0 20px;
        padding: 35px;
    }
    .about h3.about__ttl {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .about p.about__txt {
        font-size: 18px;
    }
}

@media (max-width: 640px)  {
    .about__inner {
        padding: 0;
        border: none;
    }
    .about h3.about__ttl {
        font-size: 28px;
        display: inline;
    }
    .about h3.about__ttl::before, .about h3.about__ttl::after {
        display: none;
    }
    .about p.about__txt {
        font-size: 16px;
    }
}

/************************
content
************************/
.content__bg {
    width: 100%;
    background-color: #f5f6f9;
}

.block {
    max-width: 1358px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.block__inner {
    max-width: 1358px;
    margin: 0 80px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .block {
        max-width: initial;
    }
    .block__inner {
        margin: 0 40px;
        max-width: initial;
    }
}

@media screen and (max-width: 768px)  {
    .block__inner {
        margin: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .block__inner {
        margin-bottom: 40px;
    }
    .block__inner {
        margin: 0;
    }
   
}


h3.content__ttl {
    font-size: 46px;
    font-family: axisstd_b;
    border-left: 6px solid #333e58;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 75px;
    position: relative;
    z-index: 2;
}
.block h3.content__ttl {
    top: -30px;
    margin-bottom: 40px;
}
.block h3.content__ttl span {
    color: #333e58;
}
h4.content__ttl {
    position: relative;
    font-size: 30px;
    font-family: axisstd_m;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
h4.content__ttl.lead {
    margin-bottom: 20px;
}
h4.content__ttl::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 22px;
    height: 6px;
    background-color: #333e58;
}

.content__lead__txt {
    font-family: axisstd_m;
    margin-left: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

ul.content__notice {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 35px;
    position: relative;
    z-index: 2;
}
ul.content__notice li {
    position: relative;
    padding-left: 18px;
    font-family: axisstd_l;
    font-size: 14px;
}
ul.content__notice li::before {
    content: "※";
    position: absolute;
    left: 0;
}

@media (max-width: 768px)  {
    .block h3.content__ttl {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
   .block h3.content__ttl {
       font-size: 28px;
       padding-left: 12px;
       margin-bottom: 10px;
    }
    .block h3.content__ttl span {
       display: inline-block;
    }
    .block h4.content__ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .block h4.content__ttl::before {
        height: 4px;
    }
    .block h4.content__ttl.lead {
        margin-bottom: 15px;
    }
    .block .content__lead__txt {
        margin-right: 20px;
        font-size: 14px;
    }
    .block ul.content__notice {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .block ul.content__notice li {
        font-size: 12px;
    }
}

/*------------
col
------------*/
.col {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.col.mb0 {
    margin-bottom: 0;
}
.col li {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.col li > p {
    margin-bottom: 20px;
    font-family: axisstd_m;
}

.col li .kit_fig {
    width: 90%;
    margin: 0 auto;
}

.col.col__3col li {
    width: 33.3333%;
}

.col.kit li > p {
    font-size: 14px;
    
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    .col li {
        width: 33.3333%;
    }
}

@media screen and (max-width: 640px) {
    .col {
        margin-bottom: 30px;
    }
    .col li {
        width: 50%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .col li > p {
        margin-bottom: 15px;
    }
}

/*------------
order-flow__list
------------*/
.col.order-flow__list {
    counter-reset: order-flow;
}
.col.order-flow__list li::before {
    counter-increment: order-flow;
    content: counter(order-flow);
    display: block;
    background-color: #333e58;
    width: 45px;
    height: 45px;
    color: #fff;
    font-family: axisstd_l;
    font-size: 36px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.col.order-flow__list li .order-flow__list___notice {
    display: block;
    font-size: 14px;
    font-family: axisstd_r;
}

@media screen and (max-width: 640px) {
    .col.order-flow__list li::before {
        width: 38px;
        height: 38px;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}

/*------------
assembly__list
------------*/
.col.assembly__list {
    counter-reset: assembly;
}
.col.assembly__list li > p {
    font-size: 14px;
    font-family: axisstd_r;
    margin-top: 10px;
}
.col.assembly__list li::before {
    counter-increment: assembly;
    content: counter(assembly);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333e58;
    width: 30px;
    height: 30px;
    color: #fff;
    font-family: axisstd_r;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.col.assembly__list li.pt {
    padding-top: 50px;
}

.col.assembly__list li .assembly-number__txt {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #333e58;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .col.assembly__list {
        display: block;
        margin: 0 20px;
        overflow: hidden;
    }
    .col.assembly__list li {
        width: 100%;
        padding: 0;
    }
    .col.assembly__list li > img.collection_assembly__fig {
        position: relative;
        float: right;
        width: 30% !important;
        clear: both;
    }
    .col.assembly__list li > p {
        width: 100%;
        padding-right: 30%;
        padding-left: 32px;
        text-align: left;
        box-sizing: border-box;
    }
}

/*------------
assembly__step
------------*/
ul.assembly-step {
    display: table;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
ul.assembly-step li {
    display: table-cell;
    vertical-align: top;
}
ul.assembly-step li.assembly-step__box {
    width: 40%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}
ul.assembly-step li.assembly-step__box .assembly-step__box___inner {
    background-color: #333e58;
    padding: 3.8em;
}
ul.assembly-step li.assembly-step__box .step__txt {
    margin-bottom: 10px;
    line-height: 1;
}
ul.assembly-step li.assembly-step__box .step__txt > span {
    display: block;
    font-size: 26px;
    font-family: axisstd_b;
    margin-bottom: 8px;
}
ul.assembly-step li.assembly-step__box .step__txt .number {
    font-size: 44px;
}
ul.assembly-step li.assembly-step__box .step__ttl {
    font-size: 22px;
    font-family: axisstd_b;
}

@media screen and (min-width: 641px) and (max-width: 769px) {
    ul.assembly-step li.assembly-step__box {
        width: 35%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 640px) {
    ul.assembly-step {
        display: block;
        margin-bottom: 40px;
    }
    ul.assembly-step li {
        display: block;
    }
    ul.assembly-step li.assembly-step__box {
        width: 100%;
        padding: 0;
        text-align: left;
        margin-bottom: 15px;
    }
    ul.assembly-step li.assembly-step__box .assembly-step__box___inner {
        padding: 15px;
    }
    ul.assembly-step li.assembly-step__box .step__txt {
        display: inline-block;
        font-size: 20px;
        padding-right: 10px;
        margin-bottom: 0;
    }
    ul.assembly-step li.assembly-step__box .step__txt > span {
        display: inline;
        font-size: 16px;
    }
    ul.assembly-step li.assembly-step__box .step__txt .number {
        font-size: 20px;
    }
    ul.assembly-step li.assembly-step__box .step__ttl {
        display: inline-block;
        font-size: 16px;
    }
    .collection_assembly {
        display: block;
    }
    .col.assembly__list li::before {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
        top: 14px;
    }
    .col.col__3col li {
        width: 100%;
        padding: 0;
        clear: both;
        overflow: hidden;
    }
    .col.col__3col li p {
        width: 100%;
        padding-right: 30%;
        padding-left: 32px;
        text-align: left;
        box-sizing: border-box;
    }
    .col.col__3col li > img.collection_assembly__fig {
        position: relative;
        float: right;
        width: 30% !important;
        height: auto;
    }
    .col.assembly__list li.pt {
        padding-top: 0;
    }
    .col.assembly__list li .assembly-number__txt {
        width: 16px;
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
    .col.assembly__list li {
        margin-bottom: 20px;
        overflow: hidden;
    }
}



/************************
collection-info
************************/
.collection-info {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.collection-info ul.collection-info__list {
    display: table;
}
.collection-info ul.collection-info__list li {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px;
}
.collection-info ul.collection-info__list li:first-child {
    width: 60%;
}
.collection-info ul.collection-info__list li .collection-info__txt {
    font-family: jins_nextmedium, axisstd_b;
}
.collection-info ul.collection-info__list li .collection-info__txt span {
    color: #333e58 !important;
}
.collection-info ul.collection-info__list li .collection-info__txt strong {
    font-size: 22px;
}
.collection-info ul.collection-info__list li .notice {
    font-size: 12px;
    position: relative;
    padding-left: 12px;
    line-height: 1.3;
    margin-top: 10px;
}
.collection-info ul.collection-info__list li .notice::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.collection-info ul.collection-info__list li a {
    color: #333e58;
    text-decoration: underline;
    font-family: axisstd_m;
    transition: 0.3s;
}
.collection-info ul.collection-info__list li a:hover {
    text-decoration: none;
}
.collection-info ul.collection-info__list li .collection-info__tel {
    position: relative;
    font-size: 36px;
    color: #333e58 !important;
    font-family: jins_nextmedium, axisstd_b;
    padding-left: 52px;
    padding-top: 7px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}
.collection-info ul.collection-info__list li .collection-info__tel::before {
    content: "";
    background-image: url(../img/contact_tel.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 36px;
    position: absolute;
    top: 2px;
    left: 0;
}
.collection-info ul.collection-info__list li .collection-info__open {
    font-size: 14px;
    font-family: axisstd_m;
    color: #333e58;
    padding-left: 52px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
   .collection-info {
       width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .collection-info {
        width: 90%;
    }
   .collection-info ul.collection-info__list {
       display: block;
    }
    .collection-info ul.collection-info__list li {
        display: block;
        padding: 0;
    }
    .collection-info ul.collection-info__list li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .collection-info ul.collection-info__list li .collection-info__txt {
        text-align: center;
        font-size: 14px;
        line-height: 1.3;
    }
    .collection-info ul.collection-info__list li .collection-info__txt span {
        display: inline-block;
    }
    .collection-info ul.collection-info__list li .collection-info__txt span:last-child {
        margin-bottom: 4px;
    }
    .collection-info ul.collection-info__list li .collection-info__tel {
        font-size: 26px;
        padding-left: 0;
        padding: 0 40px;
        margin-bottom: 2px;
        text-decoration: none;
        font-family: jins_nextmedium, axisstd_b;
    }
    .collection-info ul.collection-info__list li .collection-info__tel::before {
        background-size: 100%;
        width: 30px;
        top: -3px;
        left: 0;
    }
    .collection-info ul.collection-info__list li .collection-info__open {
        padding-left: 0;
        text-align: center;
    }
}

/************************
order
************************/
.order-step__block {
    position: relative;
    padding-bottom: 80px;
}

.order-step__block .step-deco_txt {
    position: absolute;
    left: -130px;
}
.order-step__block .step-deco_txt > span {
    display: block;
    font-size: 200px;
    font-family: axisstd_b;
    color: #e5e8f1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.order-step__block .order-step__area {
    width: 90%;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.order-step__block .order-step__inner {
    padding: 60px;
    position: relative;
}
.order-step__block .order-step__inner::before {
    content: "";
    display: block;
    background-color: #333e58;
    height: 83%;
    width: 2px;
    position: absolute;
    left: 5.5em;
    z-index: -1;
}
.order-step__block .order-step__inner .step {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.order-step__block .order-step__inner .step:last-child {
    margin-bottom: 0;
}
.order-step__block .order-step__inner .step .step__block {
    display: table-cell;
    vertical-align: top;
}
.order-step__block .order-step__inner .step .step__number {
    width: 10%;
    box-sizing: border-box;
}
.order-step__block .order-step__inner .step .step__number > p {
    color: #333e58 !important;
    font-size: 70px;
    font-family: axisstd_b;
    line-height: 1;
    background-color: #fff;
}
.order-step__block .order-step__inner .step .step__contents {
    width: 90%;
}
.order-step__block .order-step__inner .step .step__contents p {
    color: #333e58 !important;
    font-size: 18px;
    font-family: jins_nextmedium, axisstd_b;
}
.order-step__block .order-step__inner .step .step__contents p > span {
    display: block;
    color: #333;
    font-size: 14px;
    font-family: axisstd_r;
    padding-top: 10px;
}
.order-step__block .order-step__inner .step .step__contents ul.content__notice {
    margin-left: 0;
}

.order-step__block .order-step__inner .step .step__contents > ul.step__block___services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-step__block .order-step__inner .step .step__contents > ul.step__block___services li {
    width: 50%;
    box-sizing: border-box;
}
.order-step__block .order-step__inner .step .step__contents > ul.step__block___services li:first-child {
    padding-right: 15px;
}
.order-step__block .order-step__inner .step .step__contents > ul.step__block___services li:last-child {
    padding-left: 15px;
}
.order-step__block .order-step__inner .step .step__contents > ul.step__block___services li ul.content__notice li {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .order-step__block {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .order-step__block .step-deco_txt {
        display: none;
    }
    .order-step__block .order-step__area {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }
    .order-step__block .order-step__inner {
        padding: 40px;
    }
    .order-step__block .order-step__inner::before {
        left: 4em;
        height: 90%;
    }
}

@media screen and (max-width: 640px) {
    .order-step__block .order-step__area {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .order-step__block .order-step__inner {
        padding: 20px;
    }
    .order-step__block .order-step__inner .step .step__number > p {
        font-size: 50px;
    }
    .order-step__block .order-step__inner::before {
        left: 2.3em;
        height: 95%;
    }
    .order-step__block .order-step__inner .step .step__contents {
        padding-left: 10px;
        box-sizing: border-box;
    }
    .order-step__block .order-step__inner .step .step__contents p {
        font-size: 16px;
    }
    .order-step__block .order-step__inner .step .step__contents > ul.step__block___services {
        display: block;
    }
    .order-step__block .order-step__inner .step .step__contents > ul.step__block___services li {
        width: 100%;
    }
    .order-step__block .order-step__inner .step .step__contents > ul.step__block___services li:first-child {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .order-step__block .order-step__inner .step .step__contents > ul.step__block___services li:last-child {
        padding-left: 0;
    }
    ul.content__notice li {
        margin-bottom: 5px;
        
    }
    ul.step__block___services li ul.content__notice li:last-child {
        padding-left: 15px !important;
        
    }
}

/************************
button
************************/
.btn__block {
    display: table;
    position: relative;
    z-index: 2;
    width: 640px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.btn__block > a {
    display: table-cell !important;
    color: #fff;
    background-color: #3A4763;
    display: block;
    height: 60px;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-family: axisstd_m;
    padding: 20px;
}
.btn__block > a > p {
    line-height: 1.3;
}
.btn__block > a:hover {
    background-color: rgba(51,62,88,0.9);
}
.btn__block > a span {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .btn__block {
        width: 90%;
    }
}

/************************
lines
************************/
.lines {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1358px;
    z-index: -1;
}
.lines .lines__inner {
    margin: 0 80px;
    max-width: 1358px;
    position: relative;
}
.lines .line {
    width: 1px;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #e1e1e1;
}
.lines .line:first-child {
    left: 0;
}
.lines .line:nth-child(2) {
    left: 20%;
}
.lines .line:nth-child(3) {
    left: 40%;
}
.lines .line:nth-child(4) {
    left: 60%;
}
.lines .line:nth-child(5) {
    right: 20%;
}
.lines .line:last-child {
    right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .lines {
        max-width: initial;
    }
    .lines .lines__inner {
        margin: 0 40px;
        max-width: initial;
    }
}

@media screen and (max-width: 768px) {
    .lines {
       display: none;
    }
}

/************************
lines post inn
************************/
.post-inn .lines__post-inn {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1358px;
    z-index: 2;
}

.post-inn .lines__post-inn .lines__inner {
    margin: 0 80px;
    max-width: 1358px;
    position: relative;
}
.post-inn .lines__post-inn .line {
    width: 1px;
    height: 200vh;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #e1e1e1;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .post-inn .lines__post-inn {
        max-width: initial;
    }
    .post-inn .lines__post-inn .lines__inner {
        margin: 0 40px;
        max-width: initial;
    }
}

@media screen and (max-width: 768px) {
    .post-inn .lines__post-inn {
       display: none;
    }
}


/************************
font
************************/
/* webフォント -jins_next- */
@font-face {
  font-family: 'jins_nextbold';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextBold.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextBold.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextBold.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextBold_web.ttf") format("truetype"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextBold.svg#JINS_NextBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jins_nextextralight';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-extralight-webfont.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-extralight-webfont.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-extralight-webfont.ttf") format("truetype"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-extralight-webfont.svg#jins_nextextralight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jins_nextlight';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-light-webfont.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-light-webfont.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-light-webfont.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-light-webfont.ttf") format("truetype"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-light-webfont.svg#jins_nextlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jins_nextblack';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-black-webfont.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-black-webfont.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-black-webfont.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-black-webfont.ttf") format("truetype"), url("/client_info/JINSJINS/view/userweb/css2/font/jins_next-black-webfont.svg#jins_nextblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jins_nextmedium';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextMedium.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextMedium.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextMedium.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextMedium_web.ttf") format("truetype"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextMedium.svg#JINS_NextMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jins_nextregular';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextRegular.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextRegular.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextRegular.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextRegular_web.ttf") format("truetype"), url("/client_info/JINSJINS/view/userweb/css2/font/JINS_NextRegular.svg#JINS_NextRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* webフォント -axisstd- */
@font-face {
  font-family: 'axisstd_h';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Heavy.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Heavy.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Heavy.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_r';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Regular.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Regular.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Regular.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_l';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Light.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Light.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Light.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_b';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Bold.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Bold.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Bold.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'axisstd_m';
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Medium.eot");
  src: url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Medium.eot?#iefix") format("embedded-opentype"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Medium.woff") format("woff"), url("/client_info/JINSJINS/view/userweb/css2/font/AxisStd-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
