header {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0px 1px 10px #848484;
}
.header_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}
.header_login1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
}
.header_login1 a {
    font-weight: bold;
}
.header_login2 a {
    font-weight: bold;
    color: #2a87ff;
}
.login_box {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.login_box input {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    width: 39%;
    height: 35px;
    border: 2px solid #c8c8c8;
    padding-left: 5px;
    font-size: 1em;
}
.login_box button {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #ffc100;
    font-weight: bold;
    cursor: pointer;
    width: 20%;
    border: 2px solid #3b2727;
    border-radius: 10px;
}
.top_login1 {
    display: flex;
    justify-content: center;
    margin: 80px auto 30px auto;
}
.new_afi, .new_ad {
    font-weight: bold;
    padding: 1.5em 2em;
    border-radius: 15px;
    font-size: 1.5em;
    border: 2px solid;
}
.new_afi, .new_afi2 {
    background-color: #D72638;
    color: white !important;
    box-shadow: 0px 1px 10px #D72638;
}
.new_ad, .new_ad2 {
    background-color: #3F88C5;
    color: white !important;
    box-shadow: 0px 1px 10px #3F88C5;
}
.solution_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv_login2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 75%;
    margin: 30px auto 45px auto;
    font-weight: bold;
}
.new_afi2, .new_ad2 {
    padding: 10px 20px;
    font-size: 2em;
    border-radius: 15px;
    border: 2px solid;
}
.heading {
    font-size: 35px;
}
#case_slider1  {
    counter-reset: number 0;
}
#case_slider1 .case_card.slick-slide {
    position: relative;
    padding: 15px 25px;
    border-radius: 15px;
}
#case_slider1 .case_card.slick-slide img {
margin: 0 auto;
}
#case_slider1 .case_card.slick-slide:nth-child(even){
    background-color: #f2f2f2;
}
#case_slider1 .case_card.slick-slide:nth-child(odd){
    background-color: #ffc100;
}
#case_slider1 .case_card.slick-slide:nth-child(even)::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #f2f2f2;
    top: 40%;
    position: absolute;
    right: -75px;
    z-index: 1;
}
#case_slider1 .case_card.slick-slide:nth-child(odd)::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #ffc100;
    top: 40%;
    position: absolute;
    right: -75px;
    z-index: 1;
}
#case_slider1 .case_card.slick-slide:last-child::after {
    content: none;
}
.flow_title {
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
}
.flow_text {
    display: block;
    margin-top: 15px;
    color: black;
}
.header_login2 p {
    margin-top: 5px;
}
#case_slider1 .case_card.slick-slide::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    display: block;
    font-style: italic;
    color: #000;
    font-size: 45px;
    position: absolute;
    line-height: 1;
    left: 10%;
    top: 13%;
    transform: translateY(-100%);
    letter-spacing: -1px;
    z-index: 1;
}
.header_contents {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 10px;
}
.header_contents li {
    font-weight: bold;
}
.afi_s_img {
    margin: 0 auto;
}
.h3_div {
    font-size: 35px;
    font-weight: bold;
}
.fwbo {
    font-weight: bold;
}
.footer_ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 45%;
    padding: 15px 0;
}
.footer_ul li a {
    color: #fff;
    font-weight: bold;
}
.ttl_dots.fz_45.smooosm {
    padding-bottom: 15px;
}
.ssiikkuum {
    margin-top: 45px;
}
.mdmad1 {
    margin-top: 25px;
}
.slider_uu2f {
    margin-top: 45px;
}
.case_flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.case_flex_item {
    text-align: center;
}
.case_flex_item1 {
    color: #ED6B1A;
    font-weight: bold;
    line-height: calc(20 / 14);
    border: 1px solid #ED6B1A;
    border-radius: 20px;
    padding: 3px 10px;
}
.case_flex_item2 {
    margin-top: 10px;
    font-weight: bold;
}
#service03 .inner.inner3 {
    width: 75%;
    max-width: 100%;
}
.review_area {
    background-color: #fff;
    border: 2px solid;
    margin: 30px 5px 0 5px;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
}
.review_flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 15px;
    border-bottom: 2px dashed #000;
    margin-bottom: 10px;
}
.review_left {
    text-align: end;
}
.review_price {
    margin: 5px 0;
}
.review_img img {
    width: 150px;
}
.price0_area {
    display: flex;
    margin-top: 55px;
}
.price0_area .price0_div {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(167,100,50,0.16);
}
.price0_img {
    background-color: #f8f4f2;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.price0_img img {
    width: 200px;
    padding: 15px 0;
    margin: 0 auto;
}
.price0_text {
    background-color: white;
    padding: 15px 30px 15px 30px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
}
.price0_text span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em !important;
}
.service_community2 {
    margin-top: 55px;
}
.afi1_img_div {
    margin: 50px auto;
}
.flow_img {
    width: 150px;
    margin: 10px auto !important;
}
.price0_area .price0_div.price00_div {
    width: 45%;
}
.title_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_flex_img {
    height: 100px;
}
.fv .title .orange, .fv .title .blue, .fv .title .green {
    margin-top: 0;
}

.column_1.sub_page {
    padding-top: 10%;
    width: 65%;
    margin: 0 auto 3em;
}
.sub_page h2 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
}
.sub_page p {
    margin-bottom: 10px;
}
.sub_page h3 {
    font-size: 1.5em;
    margin: 1em auto;
    font-weight: bold;
}
.sub_page ol {
    list-style: decimal;
    margin-left: 2em;
}
.sub_page ul {
    margin: 1em 2em;
    list-style: disc;
}
.terms_flex {
    display: flex;
    justify-content: space-between;
    width: 35%;
    margin: 0 auto;
}
.terms_flex a {
    text-decoration: underline;
    color: #004cff;
    font-weight: bold;
}
.sub_page h3.title {
    font-size: 1.7em;
}
.sub_page .adad {
    border-top: 3px solid;
    margin-top: 5%;
    padding-top: 5%;
}
.thanks_btn a {
    background-color: #ffc100;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid;
    font-weight: bold;
}
.thanks_btn {
    text-align: center;
    margin: 40px auto;
}

.sub_page dl {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 25px auto;
    align-items: center;
    font-weight: bold;
}
.sub_page dt, .sub_page dd {
    width: 45%;
    font-size: 1.2em;
}
.sub_page #InputEmail, .sub_page #name, .sub_page #company1, .sub_page #company2, .sub_page input {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
}
.sub_page .form_submit {
    text-align: center;
}
.sub_page .form_submit input {
    background-color: #ffc100;
    border: 2px solid;
    border-radius: 10px;
    width: 15%;
    cursor: pointer;
    padding: 10px;
    font-size: 1.5em;
}
.sub_page .hissu {
    background-color: red;
    color: #fff;
    padding: 3px 5px;
    border-radius: 10px;
    margin-right: 10px;
}
.sub_page .nini {
    background-color: #0028ff;
    color: #fff;
    padding: 3px 5px;
    border-radius: 10px;
    margin-right: 10px;
}
.sub_page textarea {
    height: 10em;
}
.column_1.sub_page.login_area {
    padding-top: 2%;
}
.column_1.sub_page.login_area h2 {
    text-align: left;
    color: #000;
}
.column_1.sub_page.login_area h2 span {
    margin-left: 15px;
    font-size: .5em;
}
.column_1.sub_page.login_area p {
    font-weight: bold;
    margin-bottom: 3px;
}
.login_area_div {
    background-color: #f0f0f0;
    box-shadow: 5px 5px 7px #848484;
    padding: 3em 0;
    display: flex;
    justify-content: space-around;
    color: #000;
    align-items: center;
}
.login_area_div_l button {
    display: block;
    margin: 20px auto;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 0;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}
.login_area_div_l .login_area_div_l_item1 input, .login_area_div_l .login_area_div_l_item2 input {
    border: none;
    padding: 5px;
    width: 100%;
  }
.forget_p {
    text-align: center;
}
.forget_p a {
    color: #0058ff;
}
.login_area_div_l_item1 {
    margin-bottom: 10px;
}
.login_area_div_l_item2 {
    margin-bottom: 30px;
}
.login_area_div_title {
    font-size: 1.5em;
    text-align: center;
}
.login_afi_s {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background-color: #D72638;
    color: white !important;
    box-shadow: 0px 1px 10px #D72638;
    padding: 10px 0;
    margin: 25px auto;
}
.login_ad_s {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background-color: #3f88c5;
    color: white !important;
    box-shadow: 0px 1px 10px #3f88c5;
    padding: 10px 0;
    margin: 25px auto;
}
.login_area_div_l button:hover {
    opacity: .6;
}
.login_area_img {
    width: 300px;
}
.login_area_img_area {
    text-align: center;
}
.flow_text a {
    color: #0070ff;
}
.news {
  margin: 0 auto;
  background-color: #ffc601;
  border-radius: 5px;
}
.news_div1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.news_div2 {
  background-color: #fff;
  padding: 15px 15px 15px 35px;
}
.news_ul {
    height: 10em;
    overflow: scroll;
}
.news_ul li {
    margin-bottom: 10px;
}
.news_span1 {
    font-weight: bold;
    margin-left: 10px;
    background-color: #fff;
    padding: 1px 5px;
}
.bank_div {
  margin-top: 3%;
  display: flex;
}
.bank_div input, .bank_div select {
	margin-left: 3%;
}
#addressn, #address {
	margin-left: 2%;
}
.bank_div_item1, .bank_div_item2 {
    width: 45%;
  }

  .mr40.check_la.check_la123 {
	display: flex;
}
.mr40.check_la.check_la123 a {
	color: #2a87ff;
}

.mr40.check_la.check_la123 .check_box555 {
	width: 24px;
	height: 24px;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
.ip_only {
    display: none !important;
}
.new_ad_div {
    margin-left: 1.5em;
}
.new_afi_div {
    margin-right: 1.5em;
}
.sub_page h2 {
    font-size: 2em;
}
}

@media (max-width: 768px) {
.pc_only {
    display: none !important;
}
.sub_page h2 {
    font-size: 1.5em;
}
header {
    padding: 0;
}
header div.inner {
    justify-content: space-between;
    height: 48px;
    box-shadow: 0px 1px 10px #848484;
}
.header_login {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    width: fit-content;
}
.header_login1 a, .header_login2 a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
}
.header_login1, .header_login2 {
    display: none;
}
.hamburger {
    font-size: 35px;
    color: #000;
    cursor: pointer;
    display: block;
    z-index: 1001;
}
.hamburger.active {
    color: #fff;
}
.header_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 1000;
    transition: right 0.3s ease;
    padding-top: 20%;
}
.header_menu a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #555;
}
.header_menu .login_box {
    padding: 10px;
    text-align: center;
}
.header_menu.active {
    right: 0;
}
.header_login1, .header_login2 {
    display: block;
}

.header_contents {
    display: block;
    width: 85%;
}
.header_login1 {
    width: 85%;
    margin: 0 auto;
}
.login_box {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.login_box input {
    width: 100%;
    margin-bottom: 5%;
}
.login_box button {
    width: 60%;
    padding: 5%;
}
.header_login2 p {
    width: 85%;
    margin: 0 auto;
}
.title_flex_img {
    height: 80px;
}
.title_flex_text {
    padding-top: 15px;
}
.top_login1 {
    display: block;
    margin: 45px auto 0 auto;
    width: 100%;
    text-align: center;
}
.new_afi, .new_ad {
    width: 85%;
    display: block;
    margin: 15px auto;
}
.cv_login2 {
    display: block;
    width: 100%;
}
.new_afi2, .new_ad2 {
    width: 85%;
    display: block;
    margin: 15px auto;
    font-size: 1.5em;
    text-align: center;
}
.title_flex_text.ip_only {
    font-size: 1.2em;
}
.heading {
    font-size: 7vw;
}
.about_text + .about_text {
    padding-top: 0px;
}
#case_slider1 .case_card.slick-slide::before {
    left: 3%;
    top: 11%;
}
#case_slider1 .case_card.slick-slide:nth-child(2n+1)::after, #case_slider1 .case_card.slick-slide:nth-child(2n)::after {
    right: -65px;
}
.about {
    padding-bottom: 0;
}
.sec.service .service_link_list .service_link_item .service_num_icon {
    width: 85px;
}
.sec.service .service_link_list .service_link_item .service_num_icon {
  top: -40%;
}
.sec.service .service_link_list .service_link_item {
    margin-bottom: 10%;
}
.sec.service .service_link_list {
    margin-bottom: 0;
}
.sec.service .service_content_01 {
    padding-top: 10%;
}
.sec.service .service_content .service_num_icon {
    width: 110px;
    height: auto;
}
.h3_div.ip_only, .ss_t {
    text-align: center;
    font-size: 8vw;
}
.case_flex {
    display: block;
}
.case_flex_item {
    margin-bottom: 5%;
}
.price0_area.fwbo.desc.slideup.d_50 {
    display: block;
}
.price0_area .price0_div {
    margin-bottom: 10%;
}
#service03 .inner.inner3 {
    width: 85%;
}
.review_flex {
    display: block;
    padding-bottom: 10px;
}
.review_area {
    padding: 10px 5px;
    height: 30em;
}
.review_img img {
    margin: 0 auto;
}
.review_left {
    text-align: center;
}
.price0_area .price0_div.price00_div {
    width: 95%;
}
.footer_ul {
    display: block;
    width: 85%;
}
.footer_ul li {
    margin-bottom: 5%;
}
.bg_fff {
    background-color: #ffffff82;
    position: absolute;
    top: 0;
    width: 100%;
    height: 58em;
    z-index: -1;
}
.column_1.sub_page {
    padding-top: 20%;
    width: 85%;
}
.sub_page h3.title {
    font-size: 6vw;
}
.terms_flex a {
    display: block;
    margin: 10px auto;
}
.terms_flex {
    display: block;
    width: 100%;
}
.sub_page dl {
    display: block;
    width: 100%;
    margin-bottom: 10%;
}
.sub_page dt, .sub_page dd {
    width: 100%;
}
.sub_page dt {
    margin-bottom: 3%;
}
.sub_page #InputEmail, .sub_page #name, .sub_page #company1, .sub_page #company2, .sub_page input {
    width: 90%;
}
.sub_page .form_submit input {
    width: 90%;
}
.new_afi, .new_ad {
    padding: 1.5em 0em;
}
.column_1.sub_page.login_area {
    width: 90%;
    padding-top: 5%;
}
.login_area_div {
    display: block;
    padding: 3em 1em;
}
.login_area_div_r {
    margin-top: 20%;
    text-align: center;
}
.login_area_img {
    width: 250px;
}
}