@charset "utf-8";

/* Basic
------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

html,body {
    height: 100%;
}
section, header, footer, nav,
h1, h2, h3, h4, h5, h6,
form, fieldset,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

input,textarea {
    font-size: 14px;
    vertical-align: middle;
}
.scroll{
    overflow-y: scroll !important;
}
#REGISTER {
    position: relative;
    overflow: hidden;
    background: url(/images/bg_wave_01.png) no-repeat 0 bottom;
    background-size: 100%;
}

#videoWrap{
    width: 640px;
    height: 360px;
    /*margin-left: -110px;*/
    margin-top: 80px;
}
#video{
    display: block;
    height: 360px;
    width: 640px;
    max-width: 640px;
    object-fit: cover;
}
body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img {
    display: inline-block;
    border: none;
    max-width: 100%;
    height: auto;
}
input[type="radio"]{
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
/*input { line-height: 100%; }*/

ol, ul { list-style-type: none; }

label {cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }


a[name] { color: #000; }
a[name]:hover { color: #000; text-decoration: none !important; outline:0 !important; }
a img { color: #000; }

.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }
em { font-weight: bold; font-style: normal; }

body {
    background: #FFF;
    color: #272727;
    line-height: 1.8;
    font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif!important;*/
    font-size: 14px;
    text-align: left;
    font-feature-settings : “palt” 1;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
pre {
    font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif!important;*/
}
/* Link */
a {
    color: #111;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a:hover {
    text-decoration: underline;
}
/* hoverImg01 */
a.hoverImg01 img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a.hoverImg01:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

/* serch */
.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #07b459;
    border-radius: 60px;
}

.search-form input {
    width: 100%;
    height: 60px;
    padding: 10px 30px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
}

.search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 60px;
    border: none;
    background-color: #07b459;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.search-form button::before {
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
    padding-right: 6px;
}
.subtitle_box{
    margin-bottom: 40px;
    margin-top: 80px;
}

/* Form
------------------------------------------ */
#sf-form-page #wrapper>div{
    margin-top: 70px;
}
#sf-form-page div.nocover-body{
    padding-top: 110px;
}
#sf-form-page h1{
    margin-bottom: 0!important;
    font-size: 0!important;
}
#sf-form-page div#policy{
    height: 250px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}
#sf-form-page div#policy #contents p:nth-child(2) span{
    color: #455A64;
    font-size: 20px !important;
    margin-bottom: 20px;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Hiragino Kaku Gothic Pro", "Hiragino Sans GB", "PingFang SC", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
}
#sf-form-page div#policy #contents h4 span,
#sf-form-page div#policy #contents h5 span,
#sf-form-page div#policy #contents p span,
#sf-form-page div#policy #contents p span a{
    color: #455A64;
    font-size: 15px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Hiragino Kaku Gothic Pro", "Hiragino Sans GB", "PingFang SC", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
}
select,
textarea,
input {
    font-family: inherit;
}

/* IME : For Windows IE */
.imeA { ime-mode: active; }
.imeD { ime-mode: disabled; }

/* password */
input[type="password"] {
    /*height: 1.2em;*/
    /*font-family: arial; */
    ime-mode: disabled;
}

/* button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
input[type="image"] { cursor: pointer; }

#step:after {
    content: '次へ';
}

/* Margin
------------------------------------------ */
.mgt0   { margin-top: 0 !important; }


/* Padding
------------------------------------------ */
.pdt0   { padding-top: 0 !important; }


/* Layout
------------------------------------------ */
.floatL { float: left; }
.floatR { float: right; }
.clearboth { clear: both; }
br.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0;
    font-size: 0;
}

.alL { text-align: left !important; }
.alC { text-align: center !important; }
.alR { text-align: right !important; }

.vaT { vertical-align: top !important; }
.vaM { vertical-align: middle !important; }
.vaB { vertical-align: bottom !important; }


/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* Text
------------------------------------------ */
.nowrap { white-space: nowrap !important; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }

.fs01 { font-size:  10px !important; }
.fm01 { font-size:     12px !important; }
.fl01 { font-size:     14px !important; }
.fl02 { font-size:  16px !important; }
.fl03 { font-size:  18px !important; }
.fl04 { font-size:  20px !important; }


/* pc sp
------------------------------------------ */
.pc {
    display: block;
}
.pcInline {
    display: inline-block;
}
.spInline,
.sp {
    display: none;
}


/* wrapperInr
------------------------------------------ */
.wrapperInr {
    min-height: calc(100vh - 110px);
}

/* anchorNav
------------------------------------------ */
#anchorNav {
    position: fixed;
    top: 104px;
    right: 30px;
    z-index: 99;
}
#anchorNav ul li {
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0em;
}
#anchorNav ul li:not(:first-child) {
    margin-top: 17px;
}
#anchorNav ul li a {
    position: relative;
    display: block;
    padding-right: 18px;
    color: transparent;
}
#anchorNav ul li a::after {
    content: " ";
    position: absolute;
    top: 0.5em;
    right: 2px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 6px;
    height: 6px;
    background: #1A1A1A;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#anchorNav ul li:hover a::after,
#anchorNav ul li.current a::after {
    content: " ";
    position: absolute;
    top: 0.4em;
    right: 0;
    border: 3px solid #1253d3;
    width: 10px;
    height: 10px;
    background: #FFF;
}
#anchorNav ul li:hover a,
#anchorNav ul li.current a {
    color: #1253d3;
    text-decoration: none;
}

/* header
------------------------------------------ */
#header {
    padding: 0 40px;
}
#header > .vessel {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
#header .logo01 {
    padding: 82px 0 55px 0;
    line-height: 0;
}
#header .logo01 img {
    width: 245px;
    height: auto;
}

/* Footer
------------------------------------------ */
#footer {
    padding: 0 40px;
}
#footer > .vessel {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 100%;
    max-width: 900px;
}
#footer .copyright01 {
    font-size: 12px;
    text-align: center;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
}
#authentication{
    display: none;
}
#authentication dd input{
    width: 30%;
}
#sendcode{
    display: block;
    margin: 10px 0;
    padding: 15px;
    background: #07B459;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.2;
    width: 28.7%;
    border: 1px solid #07B459;
}
#sendcode:hover{
    color: #07B459;
    background: #fff;
    text-decoration: none;
    border: 1px solid #07B459;
}

/* stepbar
------------------------------------------ */
.stepbar-row {
    width: 100%;
    position: relative;
}
.stepbar {
    position: relative;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}
.stepbar li {
    font-size: 14px;
    list-style: none;
    position: relative;
    padding: 10px 0;
    width: 20%;
}
.stepbar-row:after {
    background-color: #eee;
    content: "";
    height: 3px;
    position: absolute;
    top: 19px;
    width: 81%;
    left: 0;
    right: 0;
    margin: auto;
}
/*.stepbar li:first-child {
    padding-left: 0;
    width: 42px;
    }*/
    .stepbar li:first-child:after {
        display: none;
    }
    .stepbar li span {
        background-color: #eee;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 20px;
        margin-bottom: 4px;
        line-height: 20px;
        text-align: center;
        width: 20px;
        z-index: 1;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        z-index: 2;
    }
    .stepbar li.done span:before{
        content: " ";
        position: absolute;
        top: -1px;
        right: -1px;
        border: 2px solid #07B459;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        animation: currentEffect 1.3s linear infinite;
    }
    .stepbar li em{
        display: block;
        color: #999;
        font-weight: bold;
    }
    .stepbar .done:after {
        background-color: #07B459;
        z-index: 1;
    }
    .stepbar .done span {
        background-color: #07B459;
    }
    .comp_end p{
        text-align: center;
        margin-bottom: 20px;
        display: block;
        height: 104px;
    }
    .checkmark{
        position:relative;
    }

    .checkmark:before,
    .checkmark:after{
        content:"";
        display:block;
        position:absolute;
    }
    .checkmark:before{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #07B459;
        left: 0;
        top: 2px;
        margin: auto;
        right: 0;
    }
    .checkmark:after{
        border-left: 6px solid #fff;
        border-bottom: 6px solid #fff;
        width: 40px;
        height: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 0;
        top: 34px;
        margin: auto;
        right: 0;
    }
/* stepbar
------------------------------------------ */
/* homeFooter
------------------------------------------ */
#homeFooter {
    position: relative;
    padding: 0 5%;
    /*height: auto;*/
    /*height: 100%;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b806+0,00d354+51,00c17d+100 */
    background: #1253d3; /* Old browsers */
    background-image: linear-gradient(127deg, #1253d3, #306de5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b806', endColorstr='#00c17d',GradientType=1 ); /* IE6-9 */
    color: #FFF;
}
#homeFooter a {
    color: #FFF;
}
#homeFooter > .vessel {
    /*display: table;*/
    width: 100%;
}
.footer_text{
    overflow: hidden;
    display: inline;
    padding-bottom: 10px;
}
.footer_p{
    font-size: 11px;
    color: #fff;
    clear: both;
    margin-left: 40px;
}
#homeFooter .copyright01{
    width: 100%;
    font-size: 11px !important;
}
#homeFooter > .vessel .copyright01,
#homeFooter > .vessel .nav01 {
    /*display: table-cell;*/
    vertical-align: middle;
}
#homeFooter .nav01 {
    padding: 0 20px 0 0;
}


/*#homeFooter .nav01 ul li:last-child a {
    padding: 0;
}
*/
#homeFooter .nav01 ul li:last-child a::before {
    display: none;
}
#homeFooter .copyright01 {
    /*width: 20%;*/
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    padding: 10px 0;
}
@media screen and (max-width: 1513px) {
    #homeFooter .nav01 ul{
        width: 100%;
    }
	.footer_p{
		margin-left: 4%;
		padding-top: 20px
	}
}
@media screen and (max-width: 1300px) {
    #homeFooter .nav01 ul li a {
        font-size: 12px;
        padding: 0 32px 0 0;
    }
    #homeFooter .nav01 ul li a::before {
        right: 16px;
    }
    #homeFooter .copyright01 {
        font-size: 12px;
    }
    .merit .slide{
        width: auto;
    }
    #homeFooter .nav01 ul{
        width: 100%;
    }
}
@media screen and (max-width: 1150px) {
    /*#homeFooter {
        padding: 40px 5%;
    }*/
    .up_wrapper #footerCont #homeFooter{
        padding:0 ;
    }
    .up_wrapper .company{
        margin:0;
    }
    #homeFooter > .vessel {
        display: block;
        width: auto;
    }
    .footer_text{
        display: block;
    }
    #homeFooter > .vessel .copyright01,
    .footer_p{
        width: auto;
        padding-top: 20px;
    }
    #homeFooter > .vessel .copyright01,
    #homeFooter > .vessel .nav01 {
            overflow: hidden;
        display: block;
        vertical-align: baseline;
    }
    #homeFooter .nav01 ul {
        justify-content: center;
    }
    #homeFooter > .vessel .copyright01{
        /*padding-top: 20px;*/
        width: auto;
        text-align: center;
    }
    .merit .slide{
        width: auto;
    }
    #homeFooter .nav01 ul{
        width: 100%;
    }
}


/* Common
------------------------------------------ */
/* contentsArea01 */
.contentsArea01 {
    position: relative;
    margin: 0 auto;
}
@media screen and (min-width: 1501px) {
    .contentsArea01 {
        width: 90%;
    }
    #homeFooter .nav01 ul{
        width: 100%;
    }
    #FAQ .faqBlock01{
        width: 60%;
        margin: 0 auto;
    }
/*    .contentsArea01.widthbox01{
        width: 1300px;
    }*/
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
/*    .contentsArea01 {
        width: 1080px;
    }*/
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .contentsArea01 {
        width: 80%;
    }
    #homeFooter .nav01 ul{
        width: 100%;
    }
}
/* headMod01 */
.headMod01 {
    text-align: center;
    margin-bottom:20px;
}
.headMod01 .en {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-indent: 0.07em;
    letter-spacing: 0.07em;
}
.headMod01 .en em {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
}
.headMod01 .en em::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -19px;
    width: 38px;
    height: 2px;
    background: #1253d3;
}
.headMod01 .ja {
    display: block;
    margin-top: 13px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
}
.headMod01 .ja span{
    display: block;
    font-size: 18px;
    margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .headMod01 .ja {
        font-size: 32px;
    }
}

/* listKomeMod01 */
.listKomeMod01 > li {
    padding-left: 1em;
    text-indent: -1em;
}

/* listNoMod01 */
.listNoMod01 > li > .vessel {
    display: table;
    width: 100%;
}
.listNoMod01.lv1 > li:not(:first-child) {
    margin-top: 23px;
}
.listNoMod01.lv3 > li:not(:first-child),
.listNoMod01.lv2 > li:not(:first-child) {
    margin-top: 16px;
}
.listNoMod01 > li > .vessel > .text,
.listNoMod01 > li > .vessel > .no {
    display: table-cell;
    vertical-align: top;
}
.listNoMod01.lv1 > li > .vessel > .text .listKomeMod01,
.listNoMod01.lv1 > li > .vessel > .text .listNoMod01,
.listNoMod01.lv1 > li > .vessel > .text p:not(:first-child) {
    margin-top: 16px;
}
.listNoMod01 > li > .vessel > .no {
    width: 1em;
    white-space: nowrap;
}
/*loder*/
@keyframes lds-spinner {
  0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.lds-css {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
    left: calc(50% + 38.5px);
    top: 50%;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: rgba(0%,0%,0%,0.474);
    width: 6px;
    height: 16px;
    border-radius: 16%;
    -webkit-transform-origin: 3px 32px;
    transform-origin: 3px 32px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
    width: 77px !important;
    height: 77px !important;
    -webkit-transform: translate(-71.5px, -38.5px) scale(0.385) translate(38.5px, 38.5px);
    transform: translate(-71.5px, -38.5px) scale(0.385) translate(38.5px, 38.5px);
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
/*loder*/
#rg {
    height: 40vh;
    width: 100%;
    margin: 0 auto;
    overflow-y:scroll;
    border: 1px solid #eee;
    margin: 30px 0;
}
#rg iframe {
    width: 100%;
    max-width: calc(100vw - 20px);
    border: 0;
    cursor: pointer;
    pointer-events: initial;
}

/* movieMod01 */
.movieMod01 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    line-height: 0;
    z-index: 10;
}
.movieMod01 video {
    position: absolute;
    top: 18.3%;
    left: 18.5714%;
    width: 62.85714%;
    max-width: 264px;
    z-index: 14;
}
.movieMod01 video img {
    width: 100%;
    height: auto;
}
.movieMod01 .movieImg01 {
    position: relative;
    z-index: 13;
}
.movieMod01 .movieImg01 img {
    width: 100%;
    height: auto;
}
.movieMod01 .movieBtn01 {
    position: absolute;
    top: 18.3%;
    left: 18.5714%;
    padding-top: 111%;
    width: 62.85714%;
    max-width: 264px;
    background: rgba(0,0,0,0.2) url(../img/icn_arrow_start_01.svg) no-repeat 50% 50%;
    background-size: 64px 64px;
    z-index: 15;
    cursor: pointer;
    display: none;
}
.regist_select p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.regist_select ul{
    overflow: hidden;
    margin-bottom: 30px;
}
.regist_select ul li a{
    display: block;
    text-align: center;
    padding: 5%;
    font-size: 16px;
    border: 1px solid #eee;
    float: left;
    width: 36%;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.regist_select ul li a:hover{
    background: #07B459;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.regist_select ul li:first-child a{
    margin-right: 7%;
}
body .regist_select{
    margin-bottom: 150px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
#douilabel{
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#douilabel.disable{
    cursor: initial;
    color: #aaa;
}

.topback a{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px;
    color: #0AB55B;
    font-size: 16px;
    border: 1px solid #0AB55B;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.topback p{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.regist_guide.company form:last-child{
    text-align: center;
}
/* btnMod01 */
.btnMod01 {
    position: relative;
    display: inline-block;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    width: 86%;
    height: 70px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
    overflow: hidden;
    border: none;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b806+0,00d354+51,00c17d+100 */
    background: #00b806; /* Old browsers */
    background: -moz-linear-gradient(left,  #00b806 0%, #00d354 51%, #00c17d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #00b806 0%,#00d354 51%,#00c17d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #00b806 0%,#00d354 51%,#00c17d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b806', endColorstr='#00c17d',GradientType=1 ); /* IE6-9 */




    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnMod01:hover{
    text-decoration: none;
    letter-spacing: 0.14em;
}
.btnMod01 span.arr {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    margin-top: -6.5px;
    width: 11px;
    height: 13px;
    overflow: hidden
}

.btnMod01 span.arr:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 11px;
    height: 13px;
    background: url(../img/icn_arrow_02.svg) no-repeat;
    background-size: 11px 13px;
}
/* seach */
.seach_no{
    text-align: center;
    padding: 50px 0 0px;
    margin-bottom: 100px;
}
.seach_no a{
    color: rgb(7,180,89) !important;
    font-size: 16px;
}

/* animation
------------------------------------------ */
.hover-slideBg{
    position: relative;
}
.hover-slideBg:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #07B459;
    transform: scaleX(0);
    animation: hover-slideBg-out .3s cubic-bezier(.16,.84,.44,1) 0s 1 normal forwards running;
}
.hover-slideBg:hover:before{
    animation: hover-slideBg-in .3s cubic-bezier(.16,.84,.44,1) 0s 1 normal forwards running;
}


@-webkit-keyframes hover-slideBg-in {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}
to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
}

@keyframes hover-slideBg-in {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}
to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
}

@-webkit-keyframes hover-slideBg-out {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}
}

@keyframes hover-slideBg-out {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}
}

.guide p{
    font-size: 16px;
    margin-bottom: 15px;
}
.guide h3{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
.guide a{
    color: #007EF2;
}
.senko{
    width: 300px;
    margin-bottom: 10px;
}
/* news
------------------------------------------ */
#news {
    position: relative;
    background: #07B459;
    color: #FFF;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#news .newsVessel1 {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#news .newsVessel1 > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 30px;
}
#news .newsVessel1 > a:hover {
    text-decoration: none;
}
#news .newsVessel1.off {
    display: none;
}

#news span {
    color: #FFF;
}
#news span:hover {
    text-decoration: none;
}
#news .newsInner {
    width: 100%;
    position: relative;
}
#news dl {
    display: -webkit-flex;
    display: flex;
    min-height: 60px;
    font-size: 15px;
    line-height: 1.54;
    align-items: center;
}
#news dl > dt,
#news dl > dd{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
#news dl > dt {
    margin-right: 30px;
    color: rgba(255,255,255,0.78);
    white-space: nowrap;
}
#news dl > dd {
    width: calc(100% - 145px);
    padding: 15px 0;
}
#news dl > dd span:after{
    content: " ";
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icn_news_01.svg) no-repeat;
    background-size: 14px 14px;
}
#news dl dt:before,
#news dl dt:after{
    display: inline-block;
    width: auto;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    background: #fff;
    color: #2EA0E0;
    margin: 0 30px 0 0;
    padding: 9px 17px 9px 40px;
    white-space: nowrap;
    border-radius: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#news dl dt:after {
    display: none;
}
#news dl dt.info01:before,
#news dl dt.info01:after{
    content:"お知らせ";
    background: #fff url(../img/icn_news_01.png) no-repeat;
    background-size: 14px 16px;
    background-position: 17px 7px;
}
#news dl dt.info02:before,
#news dl dt.info02:after{
    content:"重要なお知らせ";
    padding: 9px 17px 9px 39px;
    color: #DE4E42;
    background: #fff url(../img/icn_news_03.png) no-repeat;
    background-size: 16px 16px;
    background-position: 17px 7px;
}
#news dl dt.info03:before,
#news dl dt.info03:after{
    content:"ご注意";
    background:  #fff url(../img/icn_news_02.png) no-repeat;
    background-size: 17px 15px;
    background-position: 17px 7px;
}
/* newsContentsMod01 */
.newsContentsMod01 {
    padding: 70px;
    background: #fff;
    margin: 0  0 20px 0;
}
.newsContentsMod01 .date01 {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    letter-spacing: 0.1em;
}
.newsContentsMod01 .titleMain01 {
    margin-top: 9px;
    color: #222;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.newsContentsMod01 .textBlock01 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.1em;
    word-break: break-all;
}
.newsContentsMod01 .titleMain01 + .textBlock01 {
    margin-top: 36px;
}
.newsContentsMod01 .imageBlock01 {
    margin-top: 30px;
    line-height: 0;
    text-align: center;
}

/* home
------------------------------------------ */
/* homeArea01 */
.homeArea01 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.homeArea01 .homeBg {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.homeArea01 .homeBg > .vessel {
    position: relative;
    padding-top: calc(480 / 2800 * 100%);
    height: 0;
}
.homeArea01 .homeBg img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 101%;
    max-width: 101%;
    height: auto;
    vertical-align: top;
}
.homeArea01 .circle01 {
    position: absolute;
    top: 0;
    right: 0;
    margin: -3.78% -15.5% 0 0;
    width: 70%;
    z-index: 2;
}
.homeArea01 .circle01 img {
    width: 100%;
    height: auto;
}
.homeArea01 .phone01 {
    position: absolute;
    bottom: 0;
    margin-bottom: -3%; /* 0827 */
    right: 0;
    width: 60%;
    z-index: 3;
}
.homeArea01 .phone01 img {
    width: 100%;
    height: auto;
}
.homeArea01 .logo01 {
    line-height: 0;
    z-index: 4;
    margin-bottom: 20px;
}
.homeArea01 .logo01 img {
    width: 245px;
    height: auto;
}
.homeArea01 .mainBlock01 {
    position: absolute;
    top: 46%;
    left: 150px;
    width: 27%;
    z-index: 10;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.homeArea01 .mainBlock01 .lead01 {
    font-size: 2.8vw;
    line-height: 1.48;
}
.homeArea01 .mainBlock01 .lead01 strong{
    font-weight: normal;
}
.homeArea01 .mainBlock01 .text01 {
    margin-top: 37px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.homeArea01 .mainBlock01 .text01 span{
    color: #07B459;
    font-weight: bold;
}
.homeArea01 .mainBlock01 .text02 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.homeArea01 .mainBlock01 .btnBlock01 {
    margin-top: 58px;
}
.homeArea01 .mainBlock01 .btnBlock01 ul {
    display: table;
}
.homeArea01 .mainBlock01 .btnBlock01 ul li {
    display: table-cell;
    line-height: 0;
    vertical-align: top;
}
.homeArea01 .mainBlock01 .btnBlock01 ul li:nth-child(1) {
    padding-right: 16px;
}
.homeArea01 .mainBlock01 .btnBlock01 ul li:nth-child(2) {
    padding-left: 16px;
}
.homeArea01 .mainBlock01 .btnBlock01 ul li img {
    width: auto;
    height: 58px;
}
.homeArea01 .mainBlock01 .btnBlock01 p.attention01 {
    font-size: 12px;
    padding-top: 8px;
}
.homeArea01 .navBlock01 {
    position: absolute;
    bottom: 37px;
    left: 120px;
    font-size: 12px;
    letter-spacing: 0.05em;
    overflow: hidden;
    z-index: 10;
}
.homeArea01 .navBlock01 ul {
    margin: 0 0 0 -11px;
}
.homeArea01 .navBlock01 ul li {
    display: inline-block;
    padding: 0 11px;
}
.homeArea01 .copyright01 {
    position: absolute;
    bottom: 39px;
    left: 38px;
    z-index: 10;
}
.homeArea01 .copyright01 p {
    color: #4B5164;
    font-size: 11px;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}
.homeArea01 .scrollBlock01 {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.homeArea01 .scrollBlock01 .scrollTxt01 {
    padding: 0 0 4px 0;
    color: #4B5164;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    text-indent: 0.07em;
    letter-spacing: 0.07em;
}
.homeArea01 .scrollBlock01 .scrollLine01 {
    margin: 0 auto;
}
.scrollLine01{
    position: relative;
    width: 1px;
    height: 40px;
    overflow: hidden;
    z-index: 4;
}
.scrollLine01:after,
.scrollLine01:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
}
.scrollLine01:before{
    background: #4B5164;
    z-index: 10;
    -webkit-animation: scroll 2.4s infinite normal;
    animation: scroll 2.4s infinite normal;
}
.scrollLine01:after{
    background: transparent;
}
.app_download{
    overflow: hidden;
    width: 75%;
    margin: 40px auto 0;
}
.app_download p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.app_download a{
    display: block;
    float: left;
    width: 48%;
}
.app_download a.left{
    margin-right: 4%;
}
.app_download a img{
    width: 100%;
    height: auto;
}
@-webkit-keyframes scroll{
    0%{-webkit-transform:translate3d(0,-100%,0)}
    15%{-webkit-transform:translate3d(0,-98%,0)}
    85%{-webkit-transform:translate3d(0,98%,0)}
    100%{-webkit-transform:translate3d(0,100%,0)}
}
@keyframes scroll{
    0%{transform:translate3d(0,-100%,0)}
    15%{transform:translate3d(0,-98%,0)}
    85%{transform:translate3d(0,98%,0)}
    100%{transform:translate3d(0,100%,0)}
}
@media screen and (min-width: 1280px) and (max-width: 1499px) {
    .homeArea01 .logo01 {
        /*position: absolute;*/
        left: 100px;
    }
    .homeArea01 .mainBlock01 {
        position: absolute;
        left: 100px;
        width: calc(40% - 100px);
    }
    .homeArea01 .mainBlock01 .lead01 {
        font-size: 40px;
        line-height: 1.475;
    }
    .homeArea01 .mainBlock01 .text01 {
        margin-top: 19px;
        font-size: 16px;
    }
    .homeArea01 .mainBlock01 .text02 {
        margin-top: 8px;
    }
    .homeArea01 .mainBlock01 .btnBlock01 {
        margin-top: 25px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .homeArea01 .logo01 {
        /*position: absolute;*/
        left: 100px;
    }
    .homeArea01 .mainBlock01 {
        position: absolute;
        left: 100px;
        width: calc(40% - 100px);
        min-width: 380px; /* 0827 */
    }
    .homeArea01 .mainBlock01 .lead01 {
        margin-right: 0;
        font-size: 34px;
        line-height: 1.48;
    }
    .homeArea01 .mainBlock01 .text01 {
        margin-top: 24px;
        font-size: 14px;
    }
    .homeArea01 .mainBlock01 .text02 {
        margin-top: 18px;
    }
    .homeArea01 .mainBlock01 .btnBlock01 {
        margin-top: 29px;
    }
    .all_button_link a i{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .homeArea01 {
        min-width: 960px;
    }
    .homeArea01 .logo01 {
        /*position: absolute;*/
        left: 100px;
        top: 34px; /* 0827 */
    }
    .homeArea01 .mainBlock01 {
        position: absolute;
        left: 100px;
        width: calc(40% - 100px);
    }
    #ABOUT.homeArea02 .lo01{
        display: block;
    }
    #ABOUT.homeArea02 .lo01 .lo0101 #videoWrap,
    #ABOUT.homeArea02 .lo01 .lo0101{
        width: 100%;
    }
    #ABOUT.homeArea02 .lo01 .lo0102 {
        padding: 40px 0;
        width: 100%;
    }
    #videoWrap{
        margin-left:0; 
    }
    .homeArea01 .mainBlock01 .lead01 {
        margin-right: 0;
        font-size: 30px; /* 0827 */
        line-height: 1.28; /* 0827 */
    }
    .all_button_link a i{
        display: none;
    }
    .homeArea01 .mainBlock01 .text01 {
        margin-top: 24px;
        font-size: 14px;
    }
    .homeArea01 .mainBlock01 .text02 {
        margin-top: 18px;
    }
    .homeArea01 .mainBlock01 .btnBlock01 {
        margin-top: 29px;
    }
    .homeArea01 .phone01 {
        margin-bottom: 0;/* 0827 */
    }
    .homeArea01 .mainBlock01 .btnBlock01 ul li img{
        height: auto;
    }
    .merit .slide{
        width: auto;
    }
}
/* homeArea02 */
.homeArea02 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.homeArea02 .contentsArea01 {
    padding-bottom: 66px;
}
.homeArea02 .bg01 {
    position: absolute;
    top: -106px;
    left: -90px;
    display: block;
    width: 556px;
    line-height: 0;
    overflow: hidden;
    z-index: 2;
}
.homeArea02 .bg01 > .vessel {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.homeArea02 .bg01 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.homeArea02 .bg02 {
    position: absolute;
    bottom: -200px;
    right: -260px;
    display: block;
    width: 400px;
    line-height: 0;
    overflow: hidden;
    z-index: 2;
}
.homeArea02 .bg02 > .vessel {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.homeArea02 .bg02 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.homeArea02 .lo01 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;

    position: relative;
    z-index: 3;
}
#ABOUT.homeArea02 .lo01 .lo0101{
	/*width:54%;*/
	padding: 47px 10% 0 5%;
}
.homeArea02 .lo01 .lo0101 {
    padding: 47px 0 0 0;
    width:44%;
}
.homeArea02 .lo01 .lo0101 > .bg02,
.homeArea02 .lo01 .lo0101 > .bg01 {
    display: none;
}
.homeArea02 .lo01 .lo0102 {
    padding: 179px 0 0 0;
    width: 46%;
}
.homeArea02 .titleMain01 .en {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
}
.homeArea02 .titleMain01 .en em {
    position: relative;
    display: inline-block;
    padding: 0 47px 0 0;
}
.homeArea02 .titleMain01 .en em::after {
    content: " ";
    position: absolute;
    top: 44%;
    right: 0;
    display: block;
    width: 38px;
    height: 2px;
    background: #1253d3;
}
.homeArea02 .titleMain01 .ja {
    display: block;
    margin-top: 8px;
    font-size: 33px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.homeArea02 .textBlock01 {
    margin-top: 35px;
    font-size: 15px;
    line-height: 1.9;
}
.homeArea02 .textBlock01 p:not(:first-child) {
    margin-top: 40px;
}
#wrapper .title_box a{
    line-height: inherit;
}
.title_box{
    padding-top: 130px;
}
.merit .slide{
    width: 960px;
    margin: 0 auto;
}
.merit_dl{
    width: 960px;
    margin: 60px auto;
}
.merit_dl dl{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.merit_dl dl dt{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    padding-left: 70px;
}
.merit_dl dl dd{
    padding-left: 70px;
}
.merit .homeArea05 .listBlock01{
    margin-top: 40px;
}
.merit_regist h3{
    margin-bottom: 20px;
    font-size: 24px;
}
.merit_regist{
    width: 1000px;
    margin: 30px auto 0;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.merit_regist .btnBlock01{
    width: 60%;
    margin: 0 auto;
}
.merit_regist .btnBlock01 a.btnMod01{
    width: 100%;
}
.merit_cv{
    margin-bottom: 100px;
}
.tab_merit a{
    text-align: center;
    display: block;
    border: 1px solid #1BAA59;
    padding: 15px;
    margin: 30px auto;
    width: 60%;
    color: #1BAA59;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.merit01:before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(/images/icon01.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.merit02:before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(/images/icon02.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.merit03:before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(/images/icon03.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .homeArea02 .titleMain01 .ja {
        font-size: 27px;
    }
}
@media screen and (max-width: 767px) {

    .arrow_icon:first-child:before{
        top: 26px !important;
    }
    .arrow_icon:first-child:after{
        top: 32px !important;
    }
    .footer_helplist li a{
        display: block !important;
        padding: 20px 10px 20px 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pcInline,
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .spInline {
        display: inline-block;
    }
/* wrapper
------------------------------------------ */
    #wrapper {
        overflow: hidden;
    }
    #sf-form-page div#policy #contents p:nth-child(2) span{
        font-size: 18px !important;
    }
    #sf-form-page div#policy #contents h4 span,
    #sf-form-page div#policy #contents h5 span{
        font-size: 16px;
    }
    #sf-form-page div#policy #contents p span,
    #sf-form-page div#policy #contents p span a{
        font-size: 15px;
    }
    a.hoverImg01 img {
        -webkit-transition: none;
        transition: none;
    }
    a.hoverImg01:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    a {
        -webkit-transition: none;
        transition: none;
    }
    .footer_p {
        margin-left: 2%;
    }
    #homeFooter .nav01 {
        padding: 21px 0 0 0;
    }
    #homeFooter .nav01 ul {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #homeFooter .nav01 ul li:not(:first-child) {
        margin-top: 3px;
    }
    #homeFooter .nav01 ul li a {
        display: inline-block;
        padding: 0 0 0 0;
        font-size: 12px;
    }
    /*#homeFooter .nav01 ul li:last-child a {
        padding: 0;
    }*/
    #homeFooter .nav01 ul li a::before {
        content: " ";
        display: none;
    }
    #homeFooter .nav01 ul li:last-child a::before {
        display: none;
    }
    #homeFooter .copyright01 {
        margin-top: 30px;
        padding-bottom: 29px;
        font-size: 12px;
        white-space: normal;
    }
    #homeFooter .vessel .nav01{
        display: -webkit-box; /*Android4.3*/
        display: -moz-box;    /*Firefox21*/
        display: -ms-flexbox; /*IE10*/
        display: -webkit-flex; /*PC-Safari,iOS8.4*/
        display: flex;
        flex-wrap: wrap;
    }
    .nav01 .footer_wrap {
        padding: 2%;
        width: 46%;
    }
    #footer {
        padding: 0 26px;
    }
    #footer > .vessel {
        padding-bottom: 64px;
        width: auto;
    }
    #sendcode{
        margin: 15px 0 0;
        width: auto;
    }
    #authentication dd input{
        width: 60%;
    }
    .regist_guide.first_regist.company dl dd#verify_code{
        float: left;
        margin-left: 15px;
    }
    .regist_guide.first_regist.company dl#authentication dt{
        float: left;
        height: 46px;
        margin-bottom: 0;
        line-height: 46px;
    }
    #header {
        padding: 0 26px;
    }
    #header > .vessel {
        width: auto;
    }
    #header .logo01 {
        padding: 40px 0 30px 0;
    }
    #header .logo01 img {
        width: 153px;
    }
    #anchorNav{
        display: none;
    }
    .newsContentsMod01 {
        padding: 30px 20px 30px 20px;
        margin: 0 0 10px 0;
    }
    .newsContentsMod01 .titleMain01 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.72;
    }
    .newsContentsMod01 .textBlock01 {
        margin-top: 20px;
        line-height: 1.72;
    }
    .newsContentsMod01 .titleMain01 + .textBlock01 {
        margin-top: 16px;
    }
    .newsContentsMod01 .imageBlock01 {
        margin-top: 20px;
    }
    #news {
        min-width: 0;
        position: relative;
    }
    #news:after{
        content: " ";
        margin-left: 10px;
        display: inline-block;
        width: 14px;
        height: 14px;
        /*background: url(../img/icn_news_01.svg) no-repeat;*/
        background-size: 14px 14px;
        position: absolute;
        top: calc(50% - 7px);
        right: 16px;
    }
    #news .newsInner {
        margin: 0 auto;
        width: 100%;
    }
    #news .newsVessel1 {
        display: table;
        width: 100%;
        z-index: 10;
        height: 70px;
    }
    #news .newsVessel1 > a {
        padding: 14px 44px 14px 24px;
    }
    #news dl {
        display: block;
        width: auto;
        font-size: 13px;
    }
    #news dl > dd,
    #news dl > dt {
        display: block;
        vertical-align: baseline;
    }
    #news dl > dd{
        display: block;
        vertical-align: baseline;
        width: 100%;
    }
    #news dl > dt {
        display: inline-block;
        width: auto;
        font-size: 12px;
        margin-right: 0;
    }
    #news dl > dd {
      padding: 10px 0 0 0;
    }
    #news dl > dd span:after{
    display: none;
    }
    #news dl dt{
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    #news dl dt:after {
        width: auto;
        margin-left: 10px;
    }
    #news dl dt:before{
        display: none;
    }
    #news dl dt:after{
        display: block;
        height: 26px;
        padding: 8px 15px 6px 38px;
        font-size: 11px;
    }
    #news dl dt.info01:after,
    #news dl dt.info02:after,
    #news dl dt.info03:after{
        background-position: 17px 5px;
    }
    #news dl dt.info01:after{
        background-size: 13px 15px;
    }
    #news dl dt.info02:after{
        background-size: 15px 15px;
        padding: 8px 13px 6px 34px;
        background-position: 13px 5px;
    }
    #news dl dt.info03:after{
        background-size: 16px 14px;
    }
    dt.any:after{
        top: 0;
        right: 0;
    }
    .btnMod01 {
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        width: 240px;
        height: 60px;
        font-size: 13px;
        line-height: 60px;
    }
    .movieMod01 .movieBtn01 {
        opacity: 1;
    }
    _:-ms-fullscreen, :root .movieMod01 {
      margin-bottom: -10vw;
    }
    .listNoMod01.lv1 > li:not(:first-child) {
        margin-top: 28px;
    }
    .listNoMod01.lv3 > li:not(:first-child),
    .listNoMod01.lv2 > li:not(:first-child) {
        margin-top: 18px;
    }
    .listNoMod01.lv1 > li > .vessel > .text .listKomeMod01,
    .listNoMod01.lv1 > li > .vessel > .text .listNoMod01,
    .listNoMod01.lv1 > li > .vessel > .text p:not(:first-child) {
        margin-top: 7px;
    }
    .headMod01 .ja {
        margin-top: 18px;
        font-size: 24px;
    }
    .contentsArea01 {
        width: 86%;
    }
    .app_download{
        width: 90%;
        margin: 40px auto;
    }
    .app_download a{
        width: 49%;
    }
    .app_download a.left{
        margin-right: 2%;
    }
    .homeArea01 .homeBg {
        bottom: 0;
    }
    .homeArea01 .spVessel {
        position: relative;
        margin-bottom: 32%;
    }
    .homeArea01 .circle01 {
        position: absolute;
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        margin: 0 0 -50% 16%;
        width: 130%;
    }
    .homeArea01 .phone01 {
        position: absolute;
        bottom: -10px;
        right: 0;
        margin: 0 0 -33% 0;
        width: 120%;
        text-align: right;
    }
    .homeArea01 .phone01 img {
        width: 100%;
        height: auto;
    }
    .homeArea01 .logo01 {
        position: relative;
        top: 0;
        left: auto;
        padding: 20px 0 0 0;
        width: 30%;
        min-width: 160px;
    }
    .homeArea01 .logo01 img {
        width: 100%;
    }
    .homeArea01 .mainBlock01 {
        position: relative;
        top: auto;
        left: auto;
        padding: 0 10%;
        width: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .homeArea01 .mainBlock01 .lead01 {
        margin: 18px 0 0 0;
        font-size: 8vw;
        line-height: 1.5;
    }
    .homeArea01 .mainBlock01 .text01 {
        margin-top: 15px;
        font-size: 3.2vw;
        line-height: 1.58;
    }
    .homeArea01 .mainBlock01 .text02 {
        margin-top: 10px;
        line-height: 1.67;
    }
    .homeArea01 .mainBlock01 .btnBlock01 {
        margin-top: 24px;
    }
    .homeArea01 .mainBlock01 .btnBlock01 .btnBlock01{
        margin-top: 0;
    }
    .homeArea01 .mainBlock01 .btnBlock01 ul li:nth-child(1) {
        padding-right: 11.5px;
    }
    .homeArea01 .mainBlock01 .btnBlock01 ul li:nth-child(2) {
        padding-left: 11.5px;
    }
    .homeArea01 .mainBlock01 .btnBlock01 ul li img {
        width: auto;
        height: 50px;
    }
    .homeArea01 .copyright01 {
        position: absolute;
        bottom: calc(32% + 35px);
        left: 0;
        width: 100%;
        text-align: center;
    }
    .homeArea01 .copyright01 {
        display: none;
        opacity: 0;
    }
    .homeArea01 .copyright01 p {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .homeArea01 .scrollBlock01 {
        display: none;
    }
    .homeArea02 .contentsArea01 {
        padding-bottom: 52px;
    }
    .homeArea02 .contentsArea01 > .bg02,
    .homeArea02 .contentsArea01 > .bg01 {
        display: none;
    }
    .homeArea02 .bg01 {
        position: absolute;
        width: 90%;
        -webkit-transform: rotate(340deg);
        -o-transform: rotate(340deg);
        transform: rotate(340deg);
    }
    .homeArea02 .bg02 {
        position: absolute;
        bottom: 20px;
        right: -24.53333%;
        width: 208px;
    }
    .homeArea02 .lo01 {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #ABOUT.homeArea02 .lo01 .lo0101{
    	padding: 14px 0 0 0;
    }
    .homeArea02 .lo01 .lo0101 {
        position: relative;
        padding: 14px 0 0 0;
        order: 2;
        width: 100%;
        margin-bottom: 20px;
    }
    .homeArea02 .lo01 .lo0101 > .bg02,
    .homeArea02 .lo01 .lo0101 > .bg01 {
        display: block;
    }
    .homeArea02 .lo01 .lo0102 {
        padding: 20px 0 0 0;
        width: auto;
        order: 1;
        position: relative;
        z-index: 11;
    }
    .homeArea02 .titleMain01 .ja {
        margin-top: 14px;
        font-size: 23px;
    }
    .homeArea02 .textBlock01 {
        margin-top: 27px;
        font-size: 13px;
        line-height: 2;
    }
    .homeArea02 .textBlock01 p:not(:first-child) {
        margin-top: 26px;
    }
}
#ISSUES{
    margin: 100px 0;
}
/* homeArea03 */
.homeArea03 {
    position: relative;
    overflow: hidden;
}
.homeArea03 .contentsArea01 {
    padding: 76px 0 80px 0;
}
.homeArea03 .listBlock01 {
    margin-top: 76px;
}
.homeArea03 .listBlock01 ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#MERIT.homeArea03 .listBlock01 ul li{
    width: 48%;
}
.homeArea03 .listBlock01 ul li {
    width: 30%;
}
.homeArea03 .listBlock01 ul li .image01 {
    position: relative;
    margin: 0 auto;
    width: 50%;
    max-width: 160px;
    line-height: 0;
    text-align: center;
}
.homeArea03 .listBlock01 ul li .image01 .circle01 .svgWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.homeArea03 .listBlock01 ul li .image01 .icon01 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
}
.homeArea03 .listBlock01 ul li .image01 .icon01 .svgWrap {
    position: relative;
    padding-top: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.homeArea03 .listBlock01 ul li .image01 .svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.homeArea03 .listBlock01 ul li:nth-of-type(2) .image01 .circle01 .svg {
    -webkit-transform: rotate(-210deg);
    -o-transform: rotate(-210deg);
    transform: rotate(-210deg);
}
.homeArea03 .listBlock01 ul li:nth-of-type(3) .image01 .circle01 .svg {
    -webkit-transform: rotate(-340deg);
    -o-transform: rotate(-340deg);
    transform: rotate(-340deg);
}
.homeArea03 .listBlock01 ul li .title01 {
    margin-top: 38px;
    color: #272727;
    font-size: 18px;
    text-align: center;
}
.homeArea03 .listBlock01 ul li .text01 {
    margin-top: 20px;
    color: #272727;
    font-size: 15px;
    line-height: 1.9;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .homeArea03 .listBlock01 ul li .title01 {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    .homeArea03 .contentsArea01 {
        padding: 54px 0 85px 0;
    }
    .homeArea03 .listBlock01 {
        margin-top: 42px;
    }
    #MERIT.homeArea03 .listBlock01 ul li{
        width: auto;
    }
    .homeArea03 .listBlock01 ul {
        flex-direction: column;
    }
    .homeArea03 .listBlock01 ul li {
        width: auto;
        margin-bottom: 30px;
    }
    .homeArea03 .listBlock01 ul li .image01 {
        width: 120px;
        max-width: 120px;
    }
    .homeArea03 .listBlock01 ul li .title01 {
        margin-top: 17px;
        font-size: 17px;
    }
    .homeArea03 .listBlock01 ul li .text01 {
        margin-top: 12px;
        font-size: 13px;
        line-height: 2;
    }
}

/* homeArea04 */
.homeArea04 {
    position: relative;
    overflow: hidden;
}
.homeArea04 .contentsArea01 {
    padding: 76px 0 110px 0;
}
/*.homeArea04 .faqBlock01 {
    margin: 80px auto 0 auto;
    max-width: 860px;
}*/
/*.homeArea04 .faqBlock01 > ul > li:last-child{
    border-bottom: 1px solid #eee;
}*/
.homeArea04 .faqBlock01 > ul > li {
    border-top: 1px solid #eee;
}
.homeArea04 .faqBlock01 > ul > li a,
.homeArea04 .faqBlock01 > a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 70px 0 88px;
    height: 100px;
    color: #272727;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.homeArea04 .faqBlock01 a span.icnArea {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15.5px;
    display: block;
    overflow: hidden;
    width: 31px;
    height: 31px;
}
.homeArea04 .faqBlock01 a span.icnBlock {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
}
.homeArea04 .faqBlock01 a span.icnBlock span {
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1253d3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.homeArea04 .faqBlock01 a span.icnBlock span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.homeArea04 .faqBlock01 a span.icnBlock span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.homeArea04 .faqBlock01 a.open span.icnBlock span:nth-of-type(1) {
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.homeArea04 .faqBlock01 a.open span.icnBlock span:nth-of-type(2) {
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.homeArea04 .faqBlock01 .a,
.homeArea04 .faqBlock01 .q {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -30px;
    padding-top: 7px;
    width: 60px;
    height: 60px;
    background: url('/images/bg_qa_circle.png') no-repeat;
    background-size: 60px 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.faqBlock01 .faqContents02 a{
    color: #1253d3 !important;
}
.homeArea04 .faqBlock01 .faqContents02 p a{
    padding: 0;
    line-height: normal;
    display: inline;
}
.homeArea04 .faqBlock01 .a {
    position: absolute;
    top: 21px;
    left: 0;
    margin: 0;
    color: #1253d3;
}
.homeArea04 .faqBlock01 .faqBody01 {
    display: none;
}
.homeArea04 .faqBlock01 .faqContents01 {
    position: relative;
    padding: 37px 0 0 88px;
    color: #272727;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
.homeArea04 .faqBlock01 .faqContents02 {
    padding-bottom: 44px;
}
.homeArea04 .faqBlock01 .faqContents02 > ul:not(:first-child),
.homeArea04 .faqBlock01 .faqContents02 > p:not(:first-child) {
    margin-top: 21px;
}
.homeArea04 .faqBlock01 > ul > li .indent01 {
    margin-left: 2px;
}
.homeArea04 .faqBlock01 > ul > li .indent02 {
    margin-left: 18px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 {
    margin-top: 26px;
    padding-bottom: 6px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table {
    border-top: 1px solid #DEE9F4;
    border-left: 1px solid #DEE9F4;
    width: 100%;
    max-width: 524px;
    color: #5F6365;
    line-height: 1.5;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table td,
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table th {
    border-right: 1px solid #DEE9F4;
    border-bottom: 1px solid #DEE9F4;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th {
    padding: 12px 0 14px 0;
    background: #F4F6FA;
    text-align: center;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th:nth-of-type(1) {
    width: 200px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th:nth-of-type(2) {
    width: 160px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th:nth-of-type(3) {
    width: 160px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table tbody tr td,
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table tbody tr th {
    vertical-align: middle;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table tbody tr th {
    padding: 12px 10px 14px 19px;
    font-weight: 400;
    text-align: left;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table tbody tr td {
    padding: 12px 10px 14px 10px;
    font-weight: 700;
    text-align: center;
}
.footer_helplist{
    overflow: hidden;
}
.footer_helplist li{
    font-display: block;
    width: 48%;
    float: left;
}
.footer_helplist li:nth-child(odd){
    margin-right: 2%;
}
.footer_helplist li:nth-child(even){
    margin-left: 2%;
}
.homeArea04 .faqBlock01.footer_helplist li a{
    padding: 0;
    line-height: 100px;
}
.homeArea04 .btnBlock01 {
    margin-top: 40px;
    line-height: 0;
    text-align: center;
}
.homeArea04 .headMod01.banks {
    padding-top: 120px;
}
.homeArea04 .banksTxtBlock01 {
    margin-top: 13px;
    color: #5F6365;
    font-size: 14px;
    text-align: center;
}
.homeArea04 .banksTxtBlock01 a{
    display: inline-block;
    color: #269DEC;
    font-weight: 700;
    margin: 40px 0 7px;
}
.homeArea04 .banksTxtBlock01 a:hover{
    text-decoration: none;
}
.homeArea04 .banksTxtBlock01 a::after{
    content: " ";
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url("../img/icn_arrow_03.svg") no-repeat;
    background-size: 6px 9px;
    margin-left: 9px;
}
#FLLOW h2{
    margin-bottom: 100px;
}
.fllow_list{
    display: flex;
}
.fllow_list li{
    color: #fff;
    width: 20%;
    text-align: center;
    margin: 0 1%;
    padding: 80px 15px;
    position: relative;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.fllow_list li p{
    font-size: 16px;
    line-height: 1.4;
}
.fllow_list li div{
    margin: 0 auto 10px;
    width: 50%;
}
.fllow_list li span{
    color: #272727;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #FFF;
    padding: 15px;
    font-size: 16px;
    line-height: 1.3;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.fllow01{
    background: #8dceff;
}
.fllow02{
    background: #58b0ff;
}
.fllow03{
    background: #318fff;
}
.fllow04{
    background: #1b6ff5;
}
.fllow05{
    background: #1253d3;
}
.fllow01 span{
    border: 4px solid #8dceff;
}
.fllow02 span{
    border: 4px solid #58b0ff;
}
.fllow03 span{
    border: 4px solid #318fff;
}
.fllow04 span{
    border: 4px solid #1b6ff5;
}
.fllow05 span{
    border: 4px solid #1253d3;
}
/*#wrapper{
    position: relative;
}*/
.logolower{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    /*margin-bottom: 30px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    line-height: 1;
}
.logolower h1{
    text-align: center;
    margin: 0;
}
.logolower h1 img{
    max-width: inherit;
    height: 50px;
}
.company{
    width: 800px;
    margin: 110px auto 150px;
}
.company h2{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
.company dl{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    overflow: hidden;
}
.company dl dt{
    float: left;
    width: 30%;
    font-weight: bold;
}
.regist_guide dl dt{
    padding-top: 10px;
    position: relative;
    text-align: left;
}
.regist_guide.first_regist.company dl dd{
    line-height: 39px;
    position: relative;
}
.company dl dd{
    float: left;
    width: 70%;
}
.company dl dd input#card_year{
    background: #eee;
    padding: 15px 2%;
    width: 150px;
    display: inline-block;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.company dl dd select{
    background: #eee;
    padding: 17px 2%;
    border: none;
    margin-left: 2px;
    height: 52px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.company dl dd input{
    background: #eee;
    padding: 2%;
    width: 95%;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.company dl dd p{
    font-size: 12px;
    background: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.regist_guide p{
    font-size: 18px;
    margin-bottom: 15px;
}
.regist_guide p a{
    color: #07B459;
}
.tyanel_p{
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    margin-top: 30px;
}
.regist_guide .btnBlock01{
    text-align: center;
    margin-top: 30px;
}
.regist_price{
    border: 1px solid #eee;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.regist_guide h2 span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-indent: 0.07em;
    letter-spacing: 0.07em;
}
.regist_guide h2 span em{
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
}
.regist_guide h2 span em:before{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -19px;
    width: 38px;
    height: 2px;
    background: #07B459;
}
.regist_guide h2 strong{
    display: block;
    margin-top: 13px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
}
.regist_guide .box03 ul,.regist_guide .box01 ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.regist_guide .box01 ul li{
    text-align: center;
    width: 30%;
    margin: 15px;
    padding: 20px;
    background: url(/images/bg_circle_02.png) no-repeat 50% 40px;
    background-size: 160px;
}
.regist_guide .box01 ul li span{
    display: block;
    padding: 10px;
    background: #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.regist_guide .box01 ul li img{
    width: 50%;
    height: auto;
    display: block;
    margin: 50px auto;
}
.regist_guide .box03 ul li{
    width: 25%;
    margin: 15px;
}
.regist_guide .box01 ul li span{
    display: block;
    padding: 10px;
    background: #eee;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.regist_guide .box03 ul li img{
    box-shadow: 0 8px 16px rgba(0,0,0,.12);
}
.regist_guide .box03 ul li span{
    display: block;
    font-size: 14px;
    margin: 10px 0;
    height: 100px;
}
    .multiple_wrapper .credit_ttl{
       text-align: center;
       margin: 15px 0;
   }
   .multiple_wrapper .examination_text{
       font-size: 12px;
       margin: 15px 0;
   }
   .multiple_wrapper .introduction_num dd input{
       width: 20%;
   }
   .multiple_wrapper #item_summary{
       padding: 15px 0;
   }
   .multiple_wrapper #item_summary li div{
       padding: 1%;
   }
   .multiple_wrapper #item_summary .under{
       border-bottom: 1px solid #eee;
   }
   .multiple_wrapper #item_summary .head div{
       background:#494D6A;
       color: #fff;
   }
   .regist_price p{
    padding: 10px 20px 0;
}
.multiple_wrapper .acting dd{
    padding-top: 10px;  
}
.multiple_wrapper .acting input{
    width: auto;
    display: inline-block !important;
    margin: 6px;
}
.multiple_wrapper .acting label {
    margin-right: 20px;
}
body .regist_price dl{
    border-bottom: none;
    padding: 10px 0;
}
body .regist_price dl dd,
body .regist_price dl dt{
    float: left;
    margin-bottom: 0;
    padding: 0 4%;
    font-weight: normal;
    position: relative;
}
body .regist_price dl dd{
    width: 18%;
    text-align: right;
}
body .regist_price dl dt{
    width: 66%;
}
body .regist_price dl.allprice{
    border-top: 1px solid #eee;
}
body .regist_price dl.allprice dt,
body .regist_price dl.allprice dd{
    font-size: 16px;
    font-weight: bold;
    color: #07B459;
}
.top_regist input{
    border: 1px solid #aaa;
    padding: 3%;
    width: 79%;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.top_regist .topform{
    position: relative;
    opacity: 0;
}
.top_regist .topform label{
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: normal;
    color: #666;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.top_regist .topform label{
    background: #FFF;
}
.regist_area{
    width: 800px;
    margin: 0 auto;
}
.regist_guide .box03,
.regist_guide .box01{
    padding: 40px 0;
}
.regist_guide .box02{
    padding: 40px 0;
}
.regist_wrap{
    box-shadow: 0 8px 16px rgba(0,0,0,.12);
    padding: 60px;
    background: #25a157;
}
.regist_in{
    box-shadow: 0 8px 16px rgba(0,0,0,.12);
    padding: 30px;
    background: #FFF;
}
.checkmark01{
    display: inline-block;
    position: relative;
    width: 25px;
    height: 21px;
    padding-right: 20px;
}
.checkmark01:before, .checkmark01:after {
    content: "";
    display: block;
    position: absolute;
}
.checkmark01:before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ddd;
    left: 0;
    top: 2px;
    margin: auto;
    right: 0;
}
.checkmark01:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 10px;
    margin: auto;
    right: 0;
}
#douilabel.active:hover .checkmark01:before{
    background: #07B459;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
input#doui:checked + label{
    color: #060606;
}
input#doui:checked + label .checkmark01:before{
    background: #07B459;
}
#douilabel.active:hover{
    color: #060606;
}
#doui+label+#submit:hover{
    letter-spacing: 0.1em;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.first_regist #douilabel{
    cursor: pointer;
}
.first_regist .btn button{
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;*/
    -webkit-border-radius: 70px;
    border-radius: 70px;
    width: 100%;
    text-decoration: none!important;
    font-weight: 700;
    height: 80px;
    font-size: 16px;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    background: #07B459;
}
.regist_formbtn form:last-child button{
    color: #000 !important;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    margin-top: 30px;
    height: auto;
    line-height: initial;
}
.regist_formbtn form:last-child button:hover{
    text-decoration: underline !important;
}
.regist_formbtn form:first-child button:hover{
    opacity: 0.8;
}
.first_regist #doui:checked+label+div{
    pointer-events: inherit;
    opacity: 1;
    /*background: #07B459;*/
}
.first_regist #doui+label+div{
    opacity: 0;
    pointer-events: none;
    /*background: #ddd;*/
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.first_regist #mail input {
    display: block;
}
.mail_if{
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.mail_if h3{
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .multiple_wrapper #item_summary li div{
        font-size: 12px;
    }
    .multiple_wrapper .credit_ttl{
        font-size: 14px;
       line-height: 1.4;
   }
   .top_regist input{
    width: 94%;
}
.homeArea01 .mainBlock01 .btnBlock01{
    text-align: center;
}
.regist_area{
    width: auto;
}
.regist_guide .box03 ul li span{
    font-size: 16px;
}
.regist_guide h2 strong{
    margin-top: 18px;
    font-size: 22px;
}
.regist_guide .box03 ul, .regist_guide .box01 ul{
    display: initial;
    display: initial;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.regist_guide .box03 ul li{
    width: 60%;
    margin: 0 auto 20px;
}
.company{
    width: auto;
}
.regist_guide dl dt{
    padding: 0;
}
.company dl dt{
    float: none;
    width: auto;
    display: block;
    margin-bottom: 10px;
}
.company dl dd input{
    padding: 15px 4%;
    width: 90%;
}
.company dl dd{
    float: none;
    width: auto;
}
.company dl dd input{
    display: block;
    width: 95%;
    margin-bottom: 4%;
}
.company dl dd #check{
    display: block;
    width: 96%;
    padding: 15px 2%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #07B459;
    color: #fff;
    text-align: center;
}
.homeArea04 .contentsArea01 {
    padding: 56px 0 77px 0;
}
.homeArea04 .faqBlock01 {
    margin-top: 43px;
    width: 86%;
    margin: 0 auto 100px;
}
.search-form button::before{
    height: 16px;
}
.search-form button,
.search-form{
    height: 45px;
    font-size: 14px;
}
.search-form input{
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
}
.homeArea04 .faqBlock01 > ul > li a,
.homeArea04 .faqBlock01 > a {
    padding: 10px 46px 10px 56px;
    height: 76px;
    font-size: 14px;
}
.homeArea04 .faqBlock01 a span.icnArea {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10.5px;
    width: 21px;
    height: 21px;
}
.homeArea04 .faqBlock01 a span.icnBlock {
    width: 21px;
    height: 21px;
}
.homeArea04 .faqBlock01 .a,
.homeArea04 .faqBlock01 .q {
    position: absolute;
    left: 5px;
    margin-top: -20px;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    background: url(/images/bg_qa_circle.png) no-repeat;
    background-size: 40px 40px;
    font-size: 15px;
}
.homeArea04 .faqBlock01 .a {
    position: absolute;
    top: 17px;
    left: 5px;
    margin: 0;
}
.homeArea04 .faqBlock01 .faqContents01 {
    padding: 28px 0 0 56px;
    font-size: 14px;
    line-height: 1.47;
    letter-spacing: 0;
}
.homeArea04 .faqBlock01 > ul > li .faqContents02 {
    padding-bottom: 26px;
}
.homeArea04 .faqBlock01 > ul > li .faqContents02 > ul:not(:first-child),
.homeArea04 .faqBlock01 > ul > li .faqContents02 > p:not(:first-child) {
    margin-top: 17px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 {
    margin-top: 20px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th {
    padding: 12px 0 12px 0;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th:nth-of-type(1) {
    width: 40%;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th:nth-of-type(2) {
    width: 30%;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table thead tr th:nth-of-type(3) {
    width: 30%;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table tbody tr th {
    padding: 12px 10px 12px 10px;
}
.homeArea04 .faqBlock01 > ul > li .faqTbl01 table tbody tr td {
    padding: 12px 10px 12px 10px;
}
.homeArea04 .headMod01.banks {
    padding-top: 82px;
}
.homeArea04 .banksTxtBlock01 {
    margin-top: 36px;
    line-height: 2;
    text-align: left;
}
.company dl dd select{
   height: 52px;
   width: 50px;
   /*-webkit-appearance: none;*/
}
.regist_guide .salon_info_check .left{
    width: auto;
    float: none;
    text-align: center;
}
.regist_guide .salon_info_check .right{
    width: auto;
    float: none;
}
}
.salon_info_check{
    width: 80%;
    margin: 20px auto;
    background: #f8f8f8;
    padding: 4%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.salon_info_check h3{
    font-size: 16px;
    margin-bottom: 20px;
}
.salon_info_check{
    overflow: hidden;
}
.salon_info_check .left{
    width: 20%;
    float: left;
}
.salon_info_check .right{
    width: 80%;
    float: left;
}
.salon_info_check p{
    clear: both;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.salon_info_check .right .title{
    display: block;
    font-weight: bold;
}
.company dl dd input{
    display: block;
    width: 92%;
    margin-bottom: 2%;
}
.company dl dd input.error{
    border-color: #a94442;
    background: #F6ECEC;
}
.company dl dd #check{
    display: block;
    width: 95%;
    padding: 10px 2%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #07B459;
    border: 1px solid #07B459;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.company dl dd #check:hover{
    border: 1px solid #07B459;
    color: #07B459;
    background: none;
}
.selectlaft{
    float: left;
    width: 100px;
}
.selectright{
    float: left;
    width: 200px;
}
#CONTACT .lo0101 strong.ja{
    font-size: 34px;
    font-weight: 700;
}

.lower_form .formTable th,
.lower_form .formTable td{
    padding: 30px 0;
}
table.formTable{
    width: 100%;
}
.formTable tr{
    border-bottom: 1px solid #eee;
}
.formTable th{
    width: 30%;
    padding: 0 3% 0 0;
}
.formTable th span{
    display: inline-block;
    background: #e9535e;
    color: #fff;
    float: right;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1.4;
}
.formTable td{
    width: 70%;
}
.formTable input,
.formTable textarea{
    width: 100%;
    padding: 10px;
    border: none;
    margin: 20px 0;
    background: #eee;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
input[type="submit"].send_button{
    display: block;
    width: 50%;
    padding: 20px 0;
    margin: 30px 0;
    color: #fff;
    background: rgb(23, 186, 143);
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
input[type="submit"].send_button:hover{
    opacity: 0.7;
}
input[type="submit"], input[type="button"]{
    background: none;
}
input[type="reset"].send_reset{
    background: none;
    border: none;
}
input[type="reset"].send_reset:hover{
    text-decoration: underline;
    background: none;
}
#formWrap input[type="checkbox"]{
    width: auto;
}
input[type="radio"]{
    width: auto;
}
.radio label{
    display: inline-block;
    width: 38%;
    border-radius: 5px;
    padding: 0 4%;
    border: 1px solid #eee;
    margin: 20px 0;
}
.radio input[type="radio"]{
    margin: 20px 8px;
}
.hidden{
    display: none;
}
.mail_back{
    margin-bottom: 280px;
}
/*.corporate-only {
    display: none;
}*/
label { display: block; margin-top: 10px; }
  input, textarea { width: 100%; max-width: 500px; }
  #wrapper{ margin-top: 100px; }
  .error { color: red; }

  /* ←これを追加してください */
  .corporate-field {
    display: none;
  }

.form_policy{
    margin-top: 15px;
}
.form_policy a{
    color: #1253d3 !important;
}
.error {
  color: red;
  font-size: 14px;
  bottom: 10px;
    position: relative;
}
/*alliance*/
.ft_mark{
    text-align: center; 
    display: flex;
    /*border-left: 1px solid #e9f7e9;*/
}
.mainimg{
    overflow: hidden;
    padding: 20px 0;
    /*width: 68%;*/
    margin: 0 auto;
}
.mainimg img{
    width: 50%;
    height: auto;
    float: left;
}
.mainimg p{
    float: left;
    width: 48%;
    padding-left: 2%;
}
.alliance{
    margin-bottom: 80px;
}
.ft_mark_box {
    width: 100%;
    color: #353a3c;
    text-align: left;
    /*display: inline-block;*/
    background: #fff;
    padding: 15px;
    margin-bottom: 5px;
    /*border-right: 1px solid #e9f7e9;*/
}
.ft_mark_box img {
    vertical-align: middle;
    margin-right: 14px;
    margin-left: 14px;
}
.ft_mark_box p {
    margin-top: 10px;
    font-size: 12px !important;
}
.ft_mark_box span {
    font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .homeArea05 .columnBlock01 .columnTtl01 .main {
        font-size: 26px;
    }
    .company{
        width: auto;
        padding: 0 10px;
    }
    .merit .slide iframe{
        width: 100%;    
    }
    .merit_dl,
    .merit .slide{
        width: auto;
        padding: 0 10px;
    }
    .merit_regist{
        width: auto;
        padding: 20px;
    }
}

.homeArea05 .columnBlock01 .columnTxt01 {
    margin-top: 28px;
    color: #828B93;
    font-size: 14px;
    line-height: 2;
}
.homeArea05 .columnBlock01 .columnTxt01 p:not(:first-child) {
    margin-top: 28px;
}
@media screen and (max-width: 767px) {
    .mainimg{
        width: 100%;
    }
    .mainimg img{
        width: auto;
        float: none;
        margin-bottom: 5px;
    }
    .mainimg p{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .ft_mark_box{
        margin-bottom: 15px;
    }
    .regist_select ul li a{
        float: none;
        margin: 20px 0!important;
        width: auto;
    }
    .company{
        width: auto;
        padding: 0 10px;
    }
    .homeArea05 .contentsArea01 {
        padding: 1px 0 50px 0;
    }
    .homeArea05 .listBlock01 {
        margin-top: -31px;
        overflow: hidden;
    }
    .homeArea05 .listBlock01 ul {
        /*flex-wrap: wrap;*/
        margin: -4% 0 0 0;
    }
    .homeArea05 .listBlock01 ul li {
        margin-top: 4%;
        width: 48%;
        height: 202px;
    }
    .homeArea05 .listBlock01 ul li p{
        font-size: 12px !important;
    }
    .homeArea05 .listBlock01 ul li:nth-of-type(1) .image01 {
        padding-top: 14px;
    }
/*.homeArea05 .listBlock01 ul li:nth-of-type(1) .image01 img {
    max-width: 80px;
    }*/
    .homeArea05 .listBlock01 ul li:nth-of-type(2) .image01 {
        padding-top: 14px;
    }
/*.homeArea05 .listBlock01 ul li:nth-of-type(2) .image01 img {
    max-width: 70px;
    }*/
    .homeArea05 .listBlock01 ul li:nth-of-type(3) .image01 {
        padding-top: 24px;
    }
    .homeArea05 .listBlock01 ul li:nth-of-type(3) .image01 img {
        max-width: 55px;
    }
    .homeArea05 .listBlock01 ul li .text01 {
        position: absolute;
        bottom: 17px;
        font-size: 12px;
    }
    .homeArea05 .supBlock01 {
        margin-top: 27px;
    }
    .homeArea05 .columnBlock01 {
        margin-top: 46px;
        padding: 43px 17px 35px 17px;
    }
    .homeArea05 .columnBlock01 .columnTtl01 .sub {
        font-size: 13px;
    }
    .homeArea05 .columnBlock01 .columnTtl01 .sub em {
        padding-right: 47px;
    }
    .homeArea05 .columnBlock01 .columnTtl01 .sub em::after {
        content: " ";
        position: absolute;
        top: 10px;
    }
    .homeArea05 .columnBlock01 .columnTtl01 .main {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.5;
    }
    .homeArea05 .columnBlock01 .columnTxt01 {
        margin-top: 12px;
        font-size: 13px;
    }
    .homeArea05 .columnBlock01 .columnTxt01 p:not(:first-child) {
        margin-top: 26px;
    }
    .formTable th,
    .formTable td,
    .lower_form .formTable th, .lower_form .formTable td{
        width: 100%;
        display: block;
    }
    .formTable input, .formTable textarea{
        padding: 10px 0 ;
    }
    .formTable th{
        padding: 20px 0 0;
    }
}

/*#REGISTER */
#REGISTER {
    position: relative;
    /*min-height: 480px;*/
    overflow: hidden;
}
#REGISTER .imageBlock01 .circle01 {
    position: absolute;
    top: -8.57%;
    right: 5%;
    width: 42.8%;
    height: auto;
}
#REGISTER .imageBlock01 .circle01 .svgWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
#REGISTER .imageBlock01 .circle01 .svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}
#REGISTER .imageBlock01 .phone01 {
    position: absolute;
    top: 53px;
    right: -2.1%;
    width: 52%;
    height: auto;
}
#REGISTER .imageBlock01 .phone01 .svgWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 85.4395%;
}
#REGISTER .imageBlock01 .phone01 .svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}
#REGISTER .contentsArea01 {
    padding: 30px 0;
}
#REGISTER .dlBlock01 {
    /*width: 50%;*/
    text-align: center;
}
#REGISTER .dlBlock01 .text01 {
    font-size: 14px;
    margin-bottom: 60px;
}
#REGISTER .dlBlock01 .logo01 {
    margin-top: 22px;
    line-height: 0;
}
#REGISTER .dlBlock01 .logo01 img {
    width: auto;
    height: 47px;
}
#REGISTER .dlBlock01 .btnBlock01 {
    margin-top: 61px;
}
#REGISTER .dlBlock01 .btnBlock01 ul {
    display: table;
    margin: 0 auto;
}
#REGISTER .dlBlock01 .btnBlock01 ul li {
    display: table-cell;
    line-height: 0;
    vertical-align: top;
}
#REGISTER .dlBlock01 .btnBlock01 ul li:nth-child(1) {
    padding-right: 16px;
}
#REGISTER .dlBlock01 .btnBlock01 ul li:nth-child(2) {
    padding-left: 16px;
}
#REGISTER .dlBlock01 .btnBlock01 ul li img {
    width: auto;
    height: 58px;
}
#REGISTER .dlBlock01 .btnBlock01 p.attention01 {
    font-size: 12px;
    padding-top: 8px;
    text-align: left;
    line-height: 1.5;
    position: absolute;
}
#REGISTER .all_button_link{
    width: 100%;
    margin: 80px auto;
}
.guide img{
    border: 1px solid #eee;
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    #REGISTER .dlBlock01 .btnBlock01 ul li img {
        width: auto;
        height: auto;
        max-height: 58px;
    }
}
@media screen and (min-width: 767px) {
    body{
        /*        display: flex;*/
        flex-direction: column;
        min-height: 100vh;
        overflow-y: scroll;
        overflow-x:hidden;
        position: relative;
    	/*padding-bottom: 150px;*/
    }
    #footerCont {
        margin-top: auto;
    }
    .up_wrapper #footerCont {
        margin-top: auto;
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .company{
        width: auto;
    }
    .up_wrapper #footerCont{
        margin-top: auto;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #REGISTER .imageBlock01 .circle01 {
        position: absolute;
        top: 0;
        right: auto;
        left: 2.6%;
        margin-top: -19.6%;
        width: 88%;
    }
    #REGISTER .imageBlock01 .phone01 {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10.6%;
        width: 100%;
    }
    #REGISTER .contentsArea01 {
        padding: 0 0 50px;
    }
    #REGISTER .dlBlock01 {
        width: auto;
    }
    #REGISTER .dlBlock01 .text01 {
        /*margin-top: -11px;*/
        font-size: 12px;
    }
    #REGISTER .dlBlock01 .logo01 {
        margin-top: 16px;
    }
    #REGISTER .dlBlock01 .logo01 img {
        width: auto;
        height: 25px;
    }
    #REGISTER .dlBlock01 .btnBlock01 {
        margin-top: 16px;
    }
    #REGISTER .dlBlock01 .btnBlock01 ul li:nth-child(1) {
        padding-right: 11.5px;
    }
    #REGISTER .dlBlock01 .btnBlock01 ul li:nth-child(2) {
        padding-left: 11.5px;
    }
    #REGISTER .dlBlock01 .btnBlock01 ul li img {
        width: auto;
        height: 50px;
    }
}


/* privacy
------------------------------------------ */
/* privacyArea01 */
.privacyArea01 {
    padding: 0 40px;
}
.privacyArea01 a {
    word-break: break-all;
    color: #279eeb;
    text-decoration: underline;
}
.privacyArea01 > .vessel {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.privacyArea01 .titleMain01 {
    font-size: 34px;
    font-weight: bold;
}
.privacyArea01 .titleMain01 span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.privacyArea01 .linkTtl {
    padding-top:11px;
    display: block;
}
.privacyArea01 .body01 {
    padding: 48px 0 60px 0;
    letter-spacing: 0.05em;
}
.privacyArea01 .body01 .logoBlock01 {
    margin-top: 26px;
    line-height: 0;
}
.privacyArea01 .body01 .truste01 {
    margin-top: 6px;
    line-height: 0px;
}
.privacyArea01 .body01 .truste02 {
    font-size: 12px;
    margin-top: 4px;
    line-height: 20px;
}
.privacyArea01 .body01 .logoBlock01 img {
    width: auto;
    height: auto;
}
.privacyArea01 .body01 .title01 {
    margin-top: 40px;
    font-size: 16px;
}
.privacyArea01 .body01 .textBlock01 {
    margin-top: 29px;
}
.privacyArea01 .body01 .textBlock01.padt50 {
    padding-top: 50px;
}
.privacyArea01 .body01 .listBlock01 {
    margin-top: 34px;
    padding-left: 12px;
}
.privacyArea01 .body01 .lastBlock01 {
    margin-top: 40px;
    text-align: right;
}
.upload_wrapper .drag-drop-info{
    width: 100%;
    height: 400px;
    line-height: 500px;
    background: url("/images/upload_ico.png") no-repeat center 39% #f8f8f8;
    border:2px solid #ccc;
}
.upload_wrapper .drag-drop-inside p{
    text-align: center;
}
.upload_wrapper #submit{
    width: 70%;
    padding: 20px;
    display: block;
    margin: 30px auto;
    text-align: center;
    background: #07B459;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #07B459;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.upload_wrapper #submit:hover{
    color: #07B459;
    background: #fff;
}
.upload_wrapper #import_error{
    padding: 15px;
    border: 4px solid #D9534F;
}
.upload_wrapper #import_error h3,
.upload_wrapper #import_error div{
    color: #D9534F;
}
@media screen and (max-width: 767px) {
    .ft_mark{
        display: block;
        border: none;
    }
    .ft_mark_box{
        margin: 0 auto;
        border: none;
        width: 320px;
    }
    .upload_wrapper .drag-drop-info{
        height: 300px;
        line-height: 400px;
    }
    .privacyArea01 {
        padding: 0 26px;
    }
    .privacyArea01 > .vessel {
        width: auto;
    }
    .privacyArea01 .titleMain01 {
        font-size: 18px;
    }
    .privacyArea01 .body01 {
        padding: 30px 0 70px 0;
        font-size: 12px;
        line-height: 1.7;
    }
    .privacyArea01 .body01 .logoBlock01 {
        margin-top: 18px;
    }
    .privacyArea01 .body01 .title01 {
        margin-top: 37px;
        font-size: 14px;
    }
    .privacyArea01 .body01 .textBlock01 {
        margin-top: 12px;
    }
    .privacyArea01 .body01 .listBlock01 {
        margin-top: 21px;
        padding-left: 0;
    }
    .privacyArea01 .body01 .lastBlock01 {
        margin-top: 37px;
        font-size: 14px;
    }
    .merit .slide iframe{
        width: 100%;
        height: 350px;
    }
    .merit .slide{
        width: auto;
        padding: 0 10px;
    }
    .merit_dl dl{
        padding: 0 10px;
    }
    .merit_dl{
        width: auto;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .merit_dl dl dt{
        font-size: 16px;
    }
    .merit_regist{
        width: auto;
    }
    .merit_regist h3{
        font-size: 16px;
    }
    .merit01:before,
    .merit02:before,
    .merit03:before{
        left: 10px;
    }
    .tab_merit a{
        font-size: 14px;
        padding: 10px 0;
        width: 80%;
    }
}


/* company
------------------------------------------ */
/* companyArea01 */
.companyArea01 {
    padding: 0 40px;
}
.companyArea01 > .vessel {
    margin: 0 auto;
    padding-bottom: 121px;
    width: 100%;
    max-width: 900px;
}
.companyArea01 .titleMain01 {
    font-size: 34px;
    font-weight: bold;
}
.companyArea01 .companyTbl01 {
    margin-top: 54px;
    border-top: 1px solid #DEE9F4;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
.companyArea01 .companyTbl01 > dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DEE9F4;
}
.companyArea01 .companyTbl01 > dl > dd,
.companyArea01 .companyTbl01 > dl > dt {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.companyArea01 .companyTbl01 > dl > dt {
    padding: 35px 10px 36px 10px;
    width: 180px;
    color: #7B7B7B;
    font-weight: 700;
}
.companyArea01 .companyTbl01 > dl > dd {
    padding: 35px 10px 36px 0;
    width: auto;
}
.companyArea01 .companyTbl01 > dl > dd .listNoMod01 > li:not(:first-child) {
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .companyArea01 {
        padding: 0 26px;
    }
    .companyArea01 > .vessel {
        padding-bottom: 80px;
        width: auto;
    }
    .companyArea01 .titleMain01 {
        font-size: 18px;
    }
    .companyArea01 .companyTbl01 {
        margin-top: 31px;
        font-size: 14px;
    }
    .companyArea01 .companyTbl01 > dl {
        display: block;
        width: auto;
    }
    .companyArea01 .companyTbl01 > dl > dd,
    .companyArea01 .companyTbl01 > dl > dt {
        display: block;
        vertical-align: baseline;
    }
    .companyArea01 .companyTbl01 > dl > dt {
        padding: 16px 0 0 0;
        width: auto;
    }
    .companyArea01 .companyTbl01 > dl > dd {
        padding: 10px 0 17px 0;
        width: auto;
    }
    .companyArea01 .companyTbl01 > dl > dd .listNoMod01 > li:not(:first-child) {
        margin-top: 12px;
    }
}


/* Load Animation
------------------------------------------ */
.load-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  background: #fff;
  width: 100%;
  height: 100%;
}
.load-bg.play {
  -webkit-animation: load-anime 800ms cubic-bezier(.77,0,.11,1) 600ms both;
  animation: load-anime 800ms cubic-bezier(.77,0,.11,1) 600ms both;
}
#credit_loading,
#loading{
    z-index: 999;
}
.load-circle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 3.4em;
    height: 3.4em;
    z-index: 130;
    font-size: 10px;
    border-top: 0.4em solid rgba(215, 241, 252, 0.2);
    border-right: 0.4em solid rgba(215, 241, 252, 0.2);
    border-bottom: 0.4em solid #299EE5;
    border-left: 0.4em solid #299EE5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 0.7s infinite linear;
    animation: loading 0.7s infinite linear;
}
.display-none{
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.3s;
}
@-webkit-keyframes load-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
99% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
100% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    visibility: hidden;
}
}

@keyframes load-anime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
99% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
100% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    visibility: hidden;
}
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}


/* fadeInAnime
------------------------------------------ */
.fadeIn {
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}
.fadeIn[data-delay="1"]{ transition-delay: 0.2s;}
.fadeIn[data-delay="2"]{ transition-delay: 0.4s;}
.fadeIn[data-delay="3"]{ transition-delay: 0.6s;}
.fadeIn[data-delay="4"]{ transition-delay: 0.8s;}
.fadeIn[data-delay="5"]{ transition-delay: 1s;    }


.fadeIn.is_done{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}






/* spin effect
------------------------------------------ */
.spin {
    opacity: 0;
}
.spin.is_done {
    -webkit-animation: spin 1s ease-in-out 0.5s forwards;
    animation: spinAnime 1s ease-in-out 0.5s forwards;
}
@-webkit-keyframes spinAnime {
    0% {opacity: 0; -webkit-transform: rotate(20deg);}
    100% {opacity: 1; -webkit-transform: rotate(360deg);}
}
@keyframes spinAnime {
    0% {opacity: 0; transform: rotate(20deg);}
    100% {opacity: 1; transform: rotate(360deg);}
}



@media screen and (min-width: 768px){
    .homeArea01 {
        max-height: 100vw;
    }
}



/* currentEffect
------------------------------------------ */

#anchorNav ul li.current a::before {
    content: " ";
    position: absolute;
    top: --1px;
    right: -5px;
    border: 3px solid #1253d3;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    animation: currentEffect 1.3s linear infinite;
}


@-webkit-keyframes currentEffect {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
}
100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.0
}
}

@keyframes currentEffect {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
}
100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.0
}
}


/* buttonEffect
------------------------------------------ */


.btnMod01:before{
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.btnMod01:hover:before{
    -webkit-transform: scale(1.03) translate3d(0, 0, 0);
    transform: scale(1.03) translate3d(0, 0, 0);
    backface-visibility:hidden;

}




/* hoverLink
------------------------------------------ */



@-webkit-keyframes hoverLink {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}
49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}
50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden
}
52% {
    visibility: visible
}
100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}
}

@keyframes hoverLink {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}
49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}
50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden
}
52% {
    visibility: visible
}
100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}
}
@-webkit-keyframes hoverLink2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
100% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
}
@keyframes hoverLink2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
100% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.homeArea04 .faqBlock01 ul li a{
    color: #5F6365 !important;
}
}

.homeArea04 .faqBlock01 ul li a{
    overflow: hidden;
}
.homeArea04 .faqBlock01 ul li a:hover{
    text-decoration: none;
}
/*.homeArea04 .faqBlock01 ul li a:before{
    position:absolute;
    content: "";
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #F4F6FA;
    z-index: -1;
    transform: translateX(-100%);
}*/
/*.homeArea04 .faqBlock01 ul li:hover a:before{
    animation: hoverLink2 0.5s ease-in-out;
}*/
.homeArea04 .faqBlock01 ul li a span.arr{
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -6.5px;
    display: block;
    overflow: hidden;
    width: 11px;
    height: 13px;
}

.homeArea04 .faqBlock01 ul li a span.arr:after{
    content: " ";
    position: absolute;
    top: 0;
    right:0;
    display: block;
    width: 11px;
    height: 13px;
    background: url(../img/icn_arrow_01.svg) no-repeat;
    background-size: 11px 13px;
}

.homeArea04 .faqBlock01 ul li:hover  a span.arr:after,
.btnMod01:hover span.arr:after{
    animation: hoverLink 0.5s ease-in-out;
}


#anchorNav ul li a span {
    opacity: 0;
    transition: all 0.3s ease-in;
}

#anchorNav ul li:hover a span,
#anchorNav ul li.current a span {
    opacity: 1;
    letter-spacing: 0.09em;
}

/* bankingAct
------------------------------------------ */
/* bankingTableBlock */

.bankingTableBlock{
    border: 1px solid #ccc;
    margin: 40px auto;
    display: table;
    width: 100%;
}
.bankingTableBlock > .title{
    padding: 10px;
    border-bottom: solid 1px #ccc;
}
.bankingTableBlock > .vessel{
    display: table;
    width: 100%;
}
.bankingTableBlock > .vessel > ul{
    display: table-cell;
    padding: 10px 10px 10px 30px;
}
.bankingTableBlock > .vessel > ul li:before{
    content: "・";
}
.bankingTableBlock > .vessel > ul li{
    text-indent: -1em;
}
@media screen and (max-width: 768px) {
    .bankingTableBlock{
        margin: 30px auto;
    }
    .bankingTableBlock > .vessel > ul{
        padding: 10px 10px 10px 15px;
    }
}


/* modaal
------------------------------------------ */
.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;

    width: 40px !important;
    height: 40px !important;
    background: rgba(0, 0, 0, 0.14) !important;

    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #b93d0c;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 11px;
    left: 19px;
    width: 3px;
    height: 18px;

    border-radius: 0;

    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-content-container {
    padding: 0 !important;
}

.modaal-inner-wrapper {
    padding: 80px 16px;
}

/* account
------------------------------------------ */
.account{
    background: #F4F6FA;
}
.accountArea {
    width: 600px;
    margin: 96px auto 112px;
}
.accountArea .logo{
    width: 246px;
    height: 42px;
    margin-left: 10px;
}
.accountArea h1{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin: 73px 0 20px;
}
.accountArea .supBlock01 {
    display: inline-block;
    margin-top: 21px;
    color: #8D8D8D;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    margin-left: 24px;
}
.accountArea .notice01 {
    margin-bottom: 50px;
}
.accountArea .listBlock01 .vessel a {
    position: relative;
    width: 100%;
    min-height: 150px;
    padding: 25px 0;
    background: #FFF;
    box-shadow: 0 0 20px rgba(138,156,180,0.1);
    -moz-box-shadow: 0 0 20px rgba(138,156,180,0.1);
    -webkit-box-shadow: 0 0 20px rgba(138,156,180,0.1);
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.accountArea .listBlock01 .vessel a::after{
    content: " ";
    position: absolute;
    width: 6px;
    height: 9px;
    right: 26px;
    top: calc(50% - 5px);
    background: url("../img/icn_arrow_03.svg") no-repeat;
    background-size: 6px 9px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.accountArea .listBlock01 .vessel a:hover {
    text-decoration: none;
    box-shadow: 0 0 30px rgba(138,156,180,0.2);
    -moz-box-shadow: 0 0 30px rgba(138,156,180,0.2);
    -webkit-box-shadow: 0 0 30px rgba(138,156,180,0.2);
}
.accountArea .listBlock01 .vessel a:hover::after {
    right: 20px;
}
.accountArea .listBlock01 .vessel a .image01{
    width: 180px;
    height: 100px;
    padding: 0px 20px;
    border-right: solid 1px #DEE9F4;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.accountArea .listBlock01 .vessel a .text01{
    font-size: 16px;
    font-weight: 700;
    margin: 0 50px 0 40px;
    width: 330px;
    text-align: left;
}
.accountArea .listBlock01 .vessel a:nth-of-type(1) .image01 img {
    width: 113px;
    height: 65px;
}
.accountArea .listBlock01 .vessel a:nth-of-type(2) .image01 img {
    width: 93px;
    height: 93px;
}
.accountArea .listBlock01 .vessel a:nth-of-type(3) .image01 img{
    width: 80px;
    height: 80px;
}
.accountArea .copyright{
    text-align: center;
    font-size: 12px;


}
.accountArea .listBlock01 + .copyright{
    margin-top: 85px;
}
/*SP*/
@media screen and (max-width: 767px) {
    .accountArea {
        width: auto;
        margin: 40px auto 40px;
        padding: 0 24px;
    }
    .accountArea .logo{
        width: 156px;
        height: 26px;
        margin-left: 3px;
    }
    .accountArea h1{
        display: inline-block;
        font-size: 16px;
        margin: 40px 0 20px;
    }
    .accountArea .notice01 {
        font-size: 12px;
        margin-bottom: 18px;
    }
    .accountArea .listBlock01 .vessel a {
        min-height: 100px;
        margin-bottom: 24px;
    }
    .accountArea .listBlock01 .vessel a .image01{
        width: 36%;
        height: 60px;
        padding: 0;
    }
    .accountArea .listBlock01 .vessel a .text01{
        font-size: 13px;
        margin: 0 7% 0 5%;
        width: 52%;
    }
    .accountArea .listBlock01 .vessel a:nth-of-type(1) .image01 img {
        width: 81px;
        height: 46px;
    }
    .accountArea .listBlock01 .vessel a:nth-of-type(2) .image01 img {
        width: 66px;
        height: 66px;
    }
    .accountArea .listBlock01 .vessel a:nth-of-type(3) .image01 img {
        width: 57px;
        height: 57px;
    }
    .accountArea .listBlock01 .vessel a::after,
    .accountArea .listBlock01 .vessel a:hover::after{
        right: 3%;
    }
    .accountArea .listBlock01 .vessel a:hover {
        text-decoration: none;
        box-shadow: 0 0 20px rgba(138,156,180,0.1);
        -moz-box-shadow: 0 0 20px rgba(138,156,180,0.1);
        -webkit-box-shadow: 0 0 20px rgba(138,156,180,0.1);
    }
    .accountArea .listBlock01 + .copyright{
        margin-top: 50px;
    }
    #videoWrap, #videoWrap #video{
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 2;
        height: auto;
    }
}

.tab{
    overflow:hidden;
    margin-bottom: 50px;
}
.tab li{
    width: 43.7%;
    padding: 3%;
    cursor: pointer;
    border: 1px solid #eee;
    text-align: center;
    font-size: 15px;
    float: left;
}
.tab li:first-child{
    border-right: none;
}
.tab li:last-child{
    border-left: none;
}
.tab li:hover{
    background:#07B459;
    color: #fff;
}
.tab li.select{
    background:#07B459;
    color: #fff;
}
.hidebox {
    display:none;
}
.tabsp p.center{
    text-align: center;
}
.guidetab .red{
    color: #FF0000;
}
.regist_guide p.atention{
    padding-top: 20px;
}
.back_link{
    padding: 15px;
    background: #fff;
}
.back_link a{
    display: block;
    text-align: center;
    background: rgb(7,180,89);
    border: 1px solid rgb(7,180,89);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0!important;
}
.regist_price dl dt{
	text-align: left;
}
.regist_guide .regist_price .examination_text{
    font-size: 12px;
    color: #aaa;
    text-align: right;
}
.any:after{
    content: "任意";
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    font-weight: normal;
    background: #494D6A;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}
.any.required:after{
    content: "必須";
    background: #FA4747;
}
/* Print
------------------------------------------ */
@media print {

    /* All */
    html { overflow: visible; }

}

#main_img{
    padding-top: 83px;
}
#main_img img{
    width: 100%;
    height: auto;
}

#footerCont .nav01 h4{
    color: #fff!important;
    font-weight: normal!important;
    font-size: 16px!important;
    font-weight: bold!important;
    margin-bottom: 0px!important;
    line-height: 1.8!important;
    border-bottom: none!important;
    padding: 0px!important;
    text-align: center;
}
.footer_wrap {
    padding: 40px;
    width: inherit;
}

#homeFooter .nav01 ul{
    display: flex;
    width: 60%;
    margin: 20px auto;
}

#homeFooter .nav01 ul li{
    line-height: 1.7!important;
    font-size: 13px!important;
    width: 20%;
    text-align: center;
}

#homeFooter .nav01 ul li a{
    position: relative;
    font-size: 12px!important;
    line-height: 1.2!important;
    padding-right: 5px;
}
#homeFooter .nav01 ul li a:hover{
    text-decoration: underline!important;
}


#homeFooter .nav01 ul li a[target="_blank"]::after {
    display: block;
    content: '';
    width: 7px;
    height: 5px;
    border: 1px solid #fff;
    position: absolute;
    right: -11px;
    top: 3px;
    opacity: .7;
}

#homeFooter .nav01 ul li a[target="_blank"]::before {
    display: block;
    content: '';
    width: 5px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    right: -7px;
    top: 7px;
    opacity: .7;
}
/* 矢印 */
.arrow_icon:first-child:before{
    content: '';
    display: block;
    border-bottom: 2px solid #aaa;
    transform: rotate(40deg);
    width: 10px;
    position: absolute;
    top: 48px;
    right: 0;
}
.arrow_icon:first-child:after{
    content: '';
    display: block;
    border-bottom: 2px solid #aaa;
    transform: rotate(-220deg);
    width: 10px;
    position: absolute;
    top: 54px;
    right: 0;
}
/* partner
------------------------------------------ */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: url("/font/NotoSansJP-Medium.woff2") format("woff2"),
       url("/font/NotoSansJP-Medium.woff") format("woff");
}
.porigon01{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.porigon02{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.partner{
    color: #272727;
    padding-top: 83px;
/*    font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
*/}
.partner_main{ 
    margin-bottom: 70px;
    background:#F9FBFD;
    text-align: center;
    position: relative;
}
.partner_mainimg_wrap{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.partner_main .all_btn{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 57px;
}
.partner_maintext{
    position: absolute;
    top: 82px;
    left: 90px;
    width: 518px;
    height: 240px;
}
.partner_main img{
    vertical-align: bottom;
}
.h_text{
    margin-bottom: 45px;
}
.h_text .headMod01 .ja{
    font-size: 30px;
}
.partner_about_wrap{
    text-align: center;
    margin-bottom: 80px;
}
.partner_about_wrap p{
    margin-bottom: 46px;
}
.partner_about_wrap p img{
    width: 372px;
}
.partner_introduction_wrap{
    width: 1000px;
    margin: 0 auto 80px;
}
.partner_introduction ul{
    display: flex!important;
    margin-bottom: 30px;
}
.partner_introduction li{
    width: 480px;
    border-radius: 10px;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.35);
    background: #fff;
    margin: 5px;
}
.partner_introduction li h3{
    font-size: 18px;
    line-height: 1;
}
.partner_introduction_left{
    margin-right: 32px;
}
.partner_introduction_left h3{
    margin-bottom: 47px;
}
.partner_introduction_right h3{
    margin-bottom: 30px;
}
.partner_introduction li span{
    display: block;
    line-height: 0.8;
    margin-bottom: 28px;
    font-size: 16px;
}
.partner_introduction_text{
    text-align: center;
}
.partner_feature_wrap{
    padding: 40px 0;
    margin-bottom: 70px;
}
.partner_feature{
    width: 1000px;
    margin: 0 auto;
}
.partner_feature ul{
    display: flex;
}
.partner_feature ul li{
    width: 310px;
    background: #fff;
    margin-right: 35px;
    border-radius: 10px;
    padding: 40px 20px 20px;
    text-align: center;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.35);
}
.partner_feature ul li:last-child{
    margin-right: 0;
}
.partner_feature ul li h3{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 28px;
}
.partner_feature ul li h3 span{
    font-size: 30px;
}
.partner_feature ul li p{
    text-align: left;
    white-space: initial;
}
.partner_feature ul li p.img{
    text-align: center;
    margin-bottom: 30px;
}
.partner_feature_faq {
    margin: 0px auto 80px;
    width: 100%;
    max-width: 860px;
}
.partner_feature_faq li:first-child{
    border-top: 1px solid #e9f7e9;
}
.partner_feature_faq li{
    border-bottom: 1px solid #e9f7e9;
}
.partner_feature_faq li a{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 70px 0 88px;
    height: 100px;
    color: #272727;
    font-size: 18px;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.partner_feature_faq li a:hover{
    text-decoration: none;
}
.partner_feature_faq .faqBody01{
    display: none;
}
.partner_feature_faq ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #F4F6FA;
    z-index: -1;
    transform: translateX(-100%);
}
.partner_feature_faq .a, .partner_feature_faq .q {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -30px;
    padding-top: 7px;
    width: 60px;
    height: 60px;
    background: url(/images/bg_qa_circle.png) no-repeat;
    background-size: 60px 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.partner_feature_faq a span.icnArea {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15.5px;
    display: block;
    overflow: hidden;
    width: 31px;
    height: 31px;
}
.partner_feature_faq a span.icnBlock {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
}
.partner_feature_faq a span.icnBlock span {
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #07B459;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.partner_feature_faq a span.icnBlock span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.partner_feature_faq a span.icnBlock span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.partner_feature_faq .faqContents01 {
    position: relative;
    padding: 37px 0 0 88px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-decoration: none;
}
.partner_feature_faq .a {
    position: absolute;
    top: 21px;
    left: 0;
    margin: 0;
    color: #07B459;
}
.partner_feature_faq .faqContents02 {
    padding-bottom: 44px;
}
.partner_feature_faq a.open span.icnBlock span:nth-of-type(1) {
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.partner_feature_faq a span.icnBlock span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.partner_feature_faq a.open span.icnBlock span:nth-of-type(2) {
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.partner_feature_faq a span.icnBlock span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.partner_flow_wrap{
    text-align: center;
    margin-bottom: 70px;
}
.partner_flow_img{
    margin-bottom: 46px;
}
.partner_footer_wrap{
    padding: 40px 0;
}
.partner_footer{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.partner_footer h2{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
}
.partner_footer p{
    margin-bottom: 35px;
}
.all_button_link {
    /*width: 86%;*/
    position: relative;
    text-align: center;
}
.all_button_link a {
    background: #1253d3;
    /* width: 100%; */
    padding: 16px 0 19px;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 1px solid #1253d3;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.35);
    border-radius: 70px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    transition: all .4s ease;
}
.no_btn .all_button_link a{
    padding: 16px 43px 18px 43px;
}
.no_btn .all_button_link a:hover,
.no_btn .all_button_link a{
    background: #aaa;
    border: 1px solid #ccc;
    pointer-events: none;
}
.no_btn .all_button_link a span{
    background: #ccc;
}
.all_button_link a i{
    font-style: normal;
}
.all_button_link span {
    background: #306de5;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: right .4s ease;
}
.all_button_link span:after {
    content: "";
    background: url(/images/contact_btn_arrow.png) no-repeat center / contain;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.all_button_link a:hover {
    background:#306de5;
    opacity:1;
    border: 1px #306de5 solid;
    box-shadow: 0px 0px 15px 0px rgba(48, 58, 178, 0.25);
    color: #FFF;
    text-decoration: none;
}
.all_button_link a:hover span {
    right:0;
}
.sp_mainimg{
    display: none;
}
.pc_mainimg{
    display: block;
}
.all_button_link a {
    padding: 16px 72px 18px 43px;
    letter-spacing: 1px;
    text-align: center;
}
.partner_footer br{
    display: none;
}
@media screen and (max-width: 1100px) {
    body{
        overflow-x: hidden;
    }
    .partner{
        overflow-y: hidden;
    }
}

@media screen and (max-width: 800px) {
    .all_button_link a{
        font-size: 3vw;
    }
    .partner_main .all_btn {
        bottom: 30px;
    }
    .all_button_link a i{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .partner_mainimg_wrap{
        width: auto;
        height: calc( 100vh - 182px );
    }
    .porigon01, .porigon02{
        width: 50%;
    }
    .porigon02{
        bottom: 0;
    }
/*
    .partner_main .all_btn{
        position: absolute;
        margin: initial;
        left: 0;
        right: 0;
        bottom: 8%;
        width: 60%;
    }
*/
    .partner_maintext{
        top: 9%;
        width: 85%;
        left: 0;
        z-index: 1;
        right: 0;
        margin: 0 auto;
    }

.partner_flow_wrap {
    text-align: left;
}
.partner_introduction_text {
    text-align: left;
}
.partner_about_text {
    text-align: left;
}
.partner_footer > p{
    text-align: left;
}
.partner_footer h2 br{
    display: block;
}
.partner_footer p br{
    display: none;
}
    .all_button_link span{
        width: 40px;
        height: 40px;
    }

    .h_text .headMod01 .ja{
        font-size: 24px;
    }
    .h_text{
        margin-bottom: 30px;
    }
    .partner_about_wrap,
    .partner_main{
        margin-bottom: 40px;
    }
    .partner_about_wrap p{
        width: 85%;
        margin: 20px auto;
    }
    .partner_about_wrap p img{
        widows: 70%;
    }
    .partner_introduction_wrap{
        width: auto;
        margin: 0 auto 40px;
    }
    .partner_introduction ul{
        display: block!important;
        padding: 0 15px;
        width: 90%;
        overflow-x: auto;  /* 横スクロールの指定 */
        white-space: nowrap;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    }
    .partner_feature ul li,
    .partner_introduction li{
        width: 230px;
        margin: 10px 15px 30px;
        padding: 37px 30px;
        display: inline-table;
        height: 140px;
    }

    .partner_introduction_left p img{
        width: 80%;
    }
    .partner_introduction li h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .partner_introduction li span{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .partner_introduction_text{
        padding: 0 20px;
    }
    .partner_feature_wrap{
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .partner_feature{
        width: auto;
    }
    .partner_feature ul{
        /* padding: 0 20px; */
        display: block;
        padding: 0 15px;
        width: 90%;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
    .partner_feature ul li h3{
        font-size: 16px;
    }
    .partner_feature ul li h3 span{
        font-size: 25px;
    }
    .partner_flow_wrap{
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .partner_footer_wrap{
        padding: 40px 0;
    }
    .partner_footer{
        width: auto;
        padding: 0 20px;
    }
    .partner_footer h2{
        font-size: 24px;
    }
    .partner_flow_img{
        margin-bottom: 20px;
    }
    .partner_feature_faq{
        padding: 0;
        width: 90%;
    }
    .partner_feature_faq ul > li a{
        padding: 10px 46px 10px 56px;
        height: 76px;
        font-size: 14px;
    }
    .partner_feature_faq .a, .partner_feature_faq .q{
        position: absolute;
        left: 5px;
        margin-top: -20px;
        padding-top: 5px;
        width: 40px;
        height: 40px;
        background: url(/images/bg_qa_circle.png) no-repeat;
        background-size: 40px 40px;
        font-size: 15px;
    }
    .partner_feature_faq a span.icnArea{
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -10.5px;
        width: 21px;
        height: 21px;
    }
    .partner_feature_faq a span.icnBlock{
        width: 21px;
        height: 21px;
    }
    .partner_feature_faq .faqContents01{
        padding: 28px 0 0 56px;
        font-size: 14px;
        line-height: 1.47;
        letter-spacing: 0;
    }
    .partner_feature_faq .a {
        position: absolute;
        top: 17px;
        left: 5px;
        margin: 0;
    }
    .sp_mainimg{
        position: absolute!important;
        bottom: 0px;
        width: 140vw;
        display: block;
        right: 0;
        max-width: inherit;
    }
    .pc_mainimg{
        display: none;
    }
    .partner_main img{
        z-index: 0;
        position: relative;
        margin: auto;
    }
}
/*DROPSHIPPING*/
.dropshipping_img{
    position: relative;
    margin: 40px auto;
    padding: 40px 0 80px;
}
.dropshipping_img p{
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 35%);
}
.dropshipping_img p .text{
    position: relative;
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
}
.dropshipping_img p .arrow_up:before,
.dropshipping_img p .arrow_up:after,
.dropshipping_img p .arrow_under:before,
.dropshipping_img p .arrow_under:after{
    background: #fff;
    box-shadow: 0px 0px 6px -2px rgb(0 0 0 / 35%);
}
.dropshipping_img p .arrow_under:before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateY(60%) rotate(-150deg) skew(0deg,30deg);
    top: 15px;
    left: 46%;
}
.dropshipping_img p .arrow_up:before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateY(60%) rotate(-150deg) skew(0deg,30deg);
    top: -20px;
    left: 48%;
}
.dropshipping_img p .arrow_up:after,
.dropshipping_img p .arrow_under:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.comment01{
    top: 0px;
    left: 16%;
}
.comment02{
    top: 0px;
    right: 19%;
}
.comment03{
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    bottom: 0;
}
#LOGISTICS{
	width: 1100px;
	margin:0 auto;
}
#LOGISTICS h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
#LOGISTICS h3 span{
    display: block;
    font-size: 15px;
    font-weight: normal;
}
.pc{
    display: block;
}
.dropshipping_img p .text i,
.sp{
    display: none;
}
.titleMain .en{
    font-size: 14px;
}
.titleMain .en em{
    position: relative;
    display: inline-block;
    padding: 0 40px 0 0;
}
.titleMain .en em::after {
    content: " ";
    position: absolute;
    top: 44%;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #07B459;
}
.titleMain .ja{
    font-size: 20px;
    font-weight: normal;
    display: block;
}
@media screen and (min-width: 1201px) and (max-width: 1500px){
    .comment01 {
        left: 16%;
    }
    .comment02 {
        right: 19%;
    }
}
@media screen and (max-width: 1200px){
	#LOGISTICS{
		width: 80%;
	}
    .titleMain .ja{
        font-size: 17px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .dropshipping_img p{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 15px;
        width: 100%;
        text-align: left;
    }
    .dropshipping_img p .arrow_up:before, .dropshipping_img p .arrow_up:after, .dropshipping_img p .arrow_under:before, .dropshipping_img p .arrow_under:after{
        display: none;
    }
    .dropshipping_img{
        padding: 30px 0;
        margin: 0;
    }
    .comment01{
        margin-top: 20px;
    }
    .dropshipping_img p .text i{
        display: inline-block;
        font-style: normal;
        color: #20AB57;
        margin-right: 5px;
    }
}
/*PLAN*/
#PLAN h3{
    text-align: center;
    margin-bottom: 40px;
}
.plans__contents .divider {
    width: 64px;
    overflow: hidden;
    display: flex;
    padding: 0 12px;
}
.triangle01{
    border-top: solid 10px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 10px transparent;
}
.triangle_left{
    border-left: solid 18px #34373E;
}
.triangle_right{
    border-left: solid 18px #07B459;
}
.plans__contents .divider img{
    max-width: initial;
}
.plans__contents {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plans__contents .item {
    padding: 0;
    width: 32%;
    border: 4px solid #fff;
    border-radius: 5px;
    margin: 0 1%;
}
.plans__contents .standard {
    border-color: #34373E;
}
.plans__contents .standard .header {
    background: #34373E;
}
.plans__contents .standard .header .triangle {
    border-color: #34373E transparent transparent;
}
.plans__contents .growth .header .triangle {
    border-color: #07B459 transparent transparent;
}
.plans__contents .growth {
    border-color: #07B459;
    position: relative;
}
.plans__contents .growth .header {
    background: #07B459;
}
.plans__contents .header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    position: relative;
}
.plans__contents .triangle {
    width: 0;
    height: 0;
    border-color: #007bff transparent transparent;
    border-style: solid;
    border-width: 16px 11.705px 0;
    position: absolute;
    left: calc(50% - 9px);
    bottom: -16px;
}
.plans__contents .body {
    padding-bottom: 48px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.plans__contents .body .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    margin-top: 48px;
    margin-bottom: 24px;
}
.plans__contents .body .commission {
    display: flex;
    align-items: end;
    margin-top: 0;
    margin-bottom: 20px;
}
.plans__contents .body .commission .monthly {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.plans__contents .body .commission .amount {
    font-family: "Gilroy W05 Bold";
    letter-spacing: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    margin-left: 16px;
    margin-right: 16px;
    height: 56px;
}
.plans__contents .body .commission .unit {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}
.plans__contents .body .grid {
    position: relative;
    border-radius: 2px 2px 0 0;
    margin-top: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 25px;
    background: #f1f4fa;
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
}
.plans__contents .body .grid .caption {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.plans__contents .body .grid .symbol {
    font-family: "Gilroy W05 Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
}
.plans__contents .body .grid .cell:nth-child(2) {
    padding-left: 24px;
    border-left: 2px solid rgba(35,50,55,.1);
}
.plans__contents .body .grid .amount {
    font-family: "Gilroy W05 Bold";
    letter-spacing: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    height: 50px;
}
.plans__contents .body .grid .yen {
    font-size: 18px;
    font-weight: 700;
}
.plans__contents .body .remarks {
    border-radius: 0 0 2px 2px;
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.plans__contents .standard .remarks {
    background: #f7f7f7;
    color: #34373E;
    margin-bottom: 48px;
    letter-spacing: 0.8px;
}
.plans__contents .growth .remarks {
    background: #F6FCF0;
    color: #07B459;
    margin-bottom: 48px;
}
.amountBox{
    width: 100%;
}
.initialcost{
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0px auto 10px;
    font-size: 18px;
}
.plans__contents .standard .header.planbg01,
.initialcost.planbg01{
    background: #1253d3;
}
.plans__contents .standard.planbg01{
    border-color: #1253d3;
}
.plans__contents .standard.planbg01 .header .triangle{
    border-color: #1253d3 transparent transparent;
}
.plans__contents .standard{
    margin-bottom: 20px;
}
span.planbg01{
    color: #1253d3;
}

.plans__contents .standard .header.planbg02,
.initialcost.planbg02{
    background: #17ba8f;
}
.plans__contents .standard.planbg02{
    border-color: #17ba8f;
}
.plans__contents .standard.planbg02 .header .triangle{
    border-color: #17ba8f transparent transparent;
}
span.planbg02{
    color: #17ba8f;
}

.plans__contents .standard .header.planbg03,
.initialcost.planbg03{
    background: #e9535e;
}
.plans__contents .standard.planbg03{
    border-color: #e9535e;
}
.plans__contents .standard.planbg03 .header .triangle{
    border-color: #e9535e transparent transparent;
}
span.planbg03{
    color: #e9535e;
}

/*.tab-wrap {
  margin: 0 auto;
}*/
.tab-label {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background: #fff;
  font-size: 18px;
  border-radius: 100px;
  border: 1px solid #fff;
}
.tab-label span{
    font-size: 14px;
    margin-left: 5px;
}

#PLAN input[type="radio"] {
  display: none;
}
.tab-content {
  display: none;
}
#tab1:checked ~ .contents #content1,
#tab2:checked ~ .contents #content2{
  display: block;
}
#tab1:checked ~ .tabs .tab1 label,
#tab2:checked ~ .tabs .tab2 label{
  border: 1px solid #272727;
}
.tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.tabs div{
    display: inline-block;
}

.planfooter{
    text-align: center;
    margin: 10px auto 0;
}
.subtitle{
    text-align: center;
    margin-bottom: 3px;
}
.subtitle b{
    color: #07B459;
}
.plans__contents .badge {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #07B459;
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -22px;
    right: -18px;
    font-weight: normal;
}
.plans__contents .footer {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    line-height: 20px;
}
.plans__heading {
    margin: 0 0 48px;
}
h4.heading {
    font-size: 30px;
    text-align: center;
    letter-spacing: .8px;
    font-weight: bold;
}
/*#specifications > a{
    line-height: 100px;
}*/
@media screen and (max-width: 767px) {
    .homeArea04 .faqBlock01{
        width: 100%;
    }
    #specifications > a,
    .homeArea04 .faqBlock01.footer_helplist li a{
        line-height: inherit;
    }
    .plans__contents {
        flex-direction: column;
    }
    .plans__contents .item {
        width: 320px;
        border-radius: 8px;
    }
    .plans__contents .header {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .plans__contents .body .grid {
        margin-top: 24px;
        width: auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding: 18px;
    }
    .plans__contents .header {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .plans__contents .body {
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .plans__contents .body .title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 28px;
        margin-bottom: 12px;
    }
    .plans__contents .body .commission .monthly {
        font-size: 16px;
        line-height: 24px;
    }
    .plans__contents .body .commission .amount {
        font-size: 32px;
        line-height: 39px;
        margin-left: 8px;
        margin-right: 8px;
        height: 32px;
        font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    }
    .plans__contents .body .commission .unit {
        font-size: 16px;
        line-height: 23px;
    }
    .plans__contents .body .grid {
        margin-top: 24px;
        width: auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding: 18px;
    }
    .plans__contents .body .remarks {
        font-size: 14px;
        line-height: 20px;
    }
    .plans__contents .body .amountBox {
        width: 100%;
    }
    .plans__contents .badge {
        font-size: 12px;
        line-height: 20px;
        width: 60px;
        height: 60px;
        top: -28px;
        right: -9px;
    }
    .plans__contents .footer {
        bottom: -78px;
        font-size: 12px;
        line-height: 17px;
    }
    h4.heading{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .plans__contents .divider {
        transform: rotate(90deg);
        margin: 22px 0;
        width: auto;
    }
    .plans__contents .body .grid .amount {
        font-size: 20px;
        line-height: 24px;
        height: 20px;
        font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    }
    .plans__contents .body .grid .symbol {
        font-size: 14px;
        font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    }
    .plans__contents .body .grid .amount {
        font-size: 20px;
        line-height: 24px;
        height: 20px;
        font-family: 'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    }
    .homeArea04 .faqBlock01{
        margin: 0 auto 0;
    }
    .homeArea04 .faqBlock01 ul li a{
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .footer_helplist li{
        width: auto;
        float: none;
    }
    .footer_helplist li:nth-child(odd){
        margin-right: 0;
    }
    .footer_helplist li:nth-child(even){
        margin-left: 0;
    }
    .fllow_list{
        display: block;
    }
    .fllow_list li{
        width: 50%;
        margin: 0 auto 80px;
    }
    .nav01 .footer_wrap,
    #homeFooter .nav01 ul{
        display: block;
        width: 100%;
    }
    #homeFooter .nav01 ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .tab-label{
        font-size: 14px;
    }
    .initialcost{
        width: 70%;
    }
}