﻿@charset "utf-8";

/* ==========================================================================
   Global styles
   ========================================================================== */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);  

body {
	margin: 0;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
}

.wrap {
	overflow:hidden;
	}
	
.grayout {
    color: #8f8f8f !important;
}
	
h1 {
  font-size: 2.2em;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  line-height: 1.6em;
  }

h2 {
  line-height: 1.8em !important;
  font-weight: 800;
  text-align: center;
  margin: 50px 0 25px;
  font-size: 2.2em;
  letter-spacing: 0.06em;
}

.kv_float {
  margin: 6px 0 !important;
  font-size: 1.72em !important;
}


h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0px;
  font-weight: 700;
  /* margin-bottom: 20px; */
  /* margin-top: 30px; */
}

p {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 20px;
}

ul {
    margin: 0 auto !Important;
}

dl {
    padding: 0 10px;
}

dt {
    font-weight: 700;
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 27%;
    font-weight: normal;
    margin-left: 20px;
}

dd {
    margin-left: 34%;
    }

img {
	vertical-align: middle;
}

.text-center {
	text-align: center;
}

/*------------------Utilities---------------------*/

a,.header_logo p {
    transition : all 0.5s linear 0s;
    text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

::selection {
	background: #fbb04a; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #fbb04a; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/

.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-primary {
  padding: 16px 177px;
  color: #ee323e !important;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}

a.btn-primary:hover  {
    background: #f8c7ca;
}

.footer .btn-primary {
    padding: 30px 40px !important;
}

footer p {
    margin: 0 !important;
    font-size: 0.8em;
    font-weight: 200;
    text-align: center;
}

@media screen and (max-width: 768px){
a.btn-primary{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }

  a.btn-primary:before {
  margin: -9px 10px 0 0;
    }
}

#pageTop {
  position: fixed;
  bottom: 90px;
  right: 30px;
}

#pageTop i {
  padding-top: 2px;
}

#pageTop a {
  display: block;
  z-index: 999;
  width: 60px;
  height: 60px;

  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*-----------------Margins------------------*/

.mgt-10 {
	margin-top: 10px;
	}
	
.mgr-20 {
    margin-right: 20px;
}

.mgt-50 {
    margin-top: 50px;
}

.mgb-60 {
	margin-bottom: 60px;
	}

.mgb_50 {
    margin-bottom: 50px;
}

.mgl25 {
    margin-left: 25px;
}

.mgl0 {
    margin-left: 0 !important;
    margin-top: 0 !important;
}


/* ==========================================================================
   Header styles
   ========================================================================== */

.logo_cont a img {
	vertical-align: top;
	}

.logo_cont {

margin-top: -4px;
float: left;

}

.logo_cont a {
    display: inline-block;
    margin-top: 3px;
}

a.left_logo {
    margin-right: 23px;
    margin-top: 0;
}
   
header {
  background: url(../images/kv_bg.png) no-repeat center center;
  width: 100%;
  padding: 70px 0px 60px 0px;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.header_line {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    z-index: 9999;
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
}

.header_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 8px 10px;
    max-width: 1200px;
}

.header_logo {
}

.header_nav {
    flex-grow: 1;
    margin-left: 50px;
}

.header_nav ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.header_nav ul li + li {
    margin-left: 40px;
}

.header_nav ul li a {
    color: #333;
    font-size: 13px;
    padding: 15px 10px;
}

.header_nav ul li a:hover {
    opacity: 0.7;
}

.header_inquiry {
    margin: 0 0 0 auto;
}

.header_inquiry .inquiry_btn {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 166px;
}

.header_menu {
    margin-left: 20px;
}

.header_menu-button {
    background-color: #fff;
    border-radius: 100%;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
}

.header_menu-button span {
    background-color: #333;
    display: block;
    height: 2px;
    left: 9px;
    position: absolute;
    width: 22px;
}

.header_menu-button span:nth-child(1) {
    top: 11px;
}

.header_menu-button span:nth-child(2) {
    top: 19px;
}

.header_menu-button span:nth-child(3) {
    top: 27px;
}

.header_menu-button.open {
}

.header_menu-button.open span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.header_menu-button.open span:nth-child(2) {
    opacity: 0;
}

.header_menu-button.open span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

.header_menu-nav {
    background-color: #fff;
    display: none;
    min-height: 100vh;
    min-height: 100dvh;
    left: 0;
    padding-top: 69px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header_menu-nav ul {
    list-style: none;
    padding: 0;
}

.header_menu-nav ul li {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.header_menu-nav ul li a {
    background-image: url(../images/arrow_yellow.svg);
    background-position: calc(100% - 26px) 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding: 18px 30px;
}

.header_menu-nav p {
    margin: 0;
    padding: 18px 30px;
}

.header_menu-nav p .inquiry_btn {
    display: block;
    font-size: 16px;
}

@media (max-width:768px) {

    .header_nav {
        display: none;
    }

    .header_inquiry {
        display: none;
    }

}

@media (min-width:768px) and (max-width:820px) {

    .header_nav {
        display: none;
    }

}

@media (min-width:821px) {

    .header_menu {
        display: none;
    }

    .header_menu-nav {
        display: none !important;
    }

}

@media (min-width:821px) and (max-width:980px) {

    .header_nav {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header_nav ul {
        justify-content: space-between;
    }

    .header_nav ul li + li {
        margin-left: 0;
    }

}

header#top .container {
    text-align: center;
    position: relative;
    padding: 0;
}

.header_heading {
    font-size: 56px;
    line-height: 1.4;
    margin-top: 65px;
}

.header_heading .text_bottom {
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
}

.header_amazon {
    right: 2%;
    top: 69%;
}

.tb_artwork {
    float: right;
    margin-top: -90px;
}

.tb_text {
    /* float: right; */
    font-size: 0.7em;
    }

.tb_artwork img {
    vertical-align: top;
}

.right_logo {
    text-align: right;
}

@media (max-width:767px) {

    .logo_lead {
        display: none;
    }

}


/* ==========================================================================
   Main styles
   ========================================================================== */

.fade-in {
  transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
}

.clearfix:after, .clearfix:before,.container:after, .container:before,.row:after, .row:before {
	display: table;
	content: " "
}

.clearfix:after, .container:after, .row:after {
	clear: both
}

.col3_wrap {

display: flex;

background-image: url(../images/bg_check.gif);

/* background-size: contain !important; */
}

.container {
	margin-right: auto;
	margin-left: auto;
}

br.pc {
    display: inline-block;
}

br.sp {
    display: none;
}

@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:1200px) {
.container {
	width: 1140px;
	margin: 0 auto;
}
}

.sectionDiagnosis {}

.sectionDiagnosis__lead {
    font-size: 19px;
    line-height: 2;
    margin: 0 0 60px 0;
    text-align: center;
}

.diagnosisContents {
    display: flex;
}

.diagnosisContents__heading {
    background-color: #0a355a;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}

.diagnosisContents__heading::after {
    border-color: #0a355a transparent transparent transparent;
    border-style: solid;
    border-width: 20px 14px;
    bottom: -40px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -14px;
    position: absolute;
}

.diagnosisContents__col {
    background-color: #f5f5f5;
    flex: 0.25;
}

.diagnosisContents__col:nth-child(2) {
    flex: 0.5;
}

.diagnosisContents__col + .diagnosisContents__col {
    margin-left: 15px;
}

.diagnosisContents__text {
    padding: 30px 24px;
}

.diagnosisContents__text p {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}

.diagnosisContents + ul.caution {
    display: table;
    margin: 30px auto 0 !important;
}

@media (max-width: 767px) {

    .sectionDiagnosis__lead {
        font-size: 15px;
        margin-bottom: 40px;
        text-align: left;
    }

    .diagnosisContents {
        flex-direction: column;
    }

    .diagnosisContents__col + .diagnosisContents__col {
        margin-left: 0;
        margin-top: 20px;
    }

    .diagnosisContents + ul.caution {
        margin-top: 20px !important;
    }

}

.sectionOpenvas {}

.sectionOpenvas__lead {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 40px 0;
    text-align: center;
}

.sectionOpenvas__figure {
    margin: 0;
}

.sectionOpenvas__figure figcaption {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {

    .sectionOpenvas__lead {
        font-size: 15px;
        margin-bottom: 40px;
        text-align: left;
    }

    .sectionOpenvas__figure figcaption {
        font-size: 20px;
    }

    .sectionOpenvas__figure img {
        height: auto;
        width: 100%;
    }

}

.sectionOwaspzap {
    border-top: 1px solid #909090;
    margin-top: 50px;
}

.sectionOwaspzap__lead {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 40px 0;
    text-align: center;
}

.sectionOwaspzap__figure {
    margin: 0;
}

.sectionOwaspzap__figure figcaption {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {

    .sectionOwaspzap__lead {
        font-size: 15px;
        margin-bottom: 40px;
        text-align: left;
    }

    .sectionOwaspzap__figure figcaption {
        font-size: 20px;
    }

    .sectionOwaspzap__figure img {
        height: auto;
        width: 100%;
    }

}

.sectionFee {
    padding-bottom: 86px !important;
    position: relative;
}

.sectionFee__arrow {
    bottom: -36px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.serviceFee {
    display: flex;
}

.serviceFee__col {
    flex: 1;
    text-align: center;
}

.serviceFee__col + .serviceFee__col {
    margin-left: 30px;
}

.serviceFee__heading {
    background-color: #0a355a;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 28px 10px;
    position: relative;
}

.serviceFee__heading span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    margin-top: 3px;
    position: absolute;
    right: 0;
    text-align: center;
}

.serviceFee__content {
    background-color: #f5f5f5;
    margin-top: 3px;
}

.serviceFee__content p {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.serviceFee__content p span {
    font-size: 20px;
}

.serviceFee__content p sup {
    font-size: 12px;
    font-weight: normal;
    margin-left: 0.5em;
    vertical-align: baseline;
}

.serviceFee + ul.caution {
    display: table;
    margin: 40px auto 0 !important;
}

@media (max-width: 767px) {

    .serviceFee {
        flex-direction: column;
    }

    .serviceFee__col {
        align-items: center;
        background-color: #f5f5f5;
        display: flex;
    }

    .serviceFee__col + .serviceFee__col {
        margin-left: 0;
        margin-top: 2px;
    }

    .serviceFee__heading {
        font-size: 15px;
        width: 100px;
    }

    .serviceFee__content {
        flex: 1;
        margin-top: 0;
        padding-left: 10px;
    }

}

.flex3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kv_text_top {
    margin: 56px auto 0;
    background-color: #ee323e;
    width: 71%;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.top_text_inner {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.1em;
}

.kv_text_bottom {
    color: #fff;
    font-size: 1.65em;
    /* text-align: center; */
    padding-bottom: 50px;
    width: 1140px;
    margin: 50px auto 0;
    font-weight: 700;
}

.col3_inner {
    text-align: center;
    padding: 20px 44px;
    color: #212121;
    vertical-align: top;
    min-height: 241px;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 1.2em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p.col3_text {
    font-weight: 500;
    margin: 0;
    text-align: center;
}

p.col3_title {
    margin-top: 10px;

    font-size: 1.3em;
    font-weight: 500;
}

.col3_box {
    text-align: center;
    width: 1140px;
    background-color:  #fff;
    margin: 0 auto;
    margin-top: -232px;
}

.text_bottom {
    font-size: 1.4em;
    font-weight: 800;
    display: block;
    margin-top: 40px;
}

.col3_box01 {
    background-image: url(../images/point1.png);
    background-color:#fff799;

}

.col3_box02 {
    background-image: url(../images/point2.png);
    background-color:#fff9b9;
}

.col3_box03 {
    background-image: url(../images/point3.png);
    background-color:#fff799;
}

.col3_box01 p.col3_text {
    margin-top: 2em;
}

.col3_box02 p.col3_text {
    margin-top: 3em;
}

.col3_box03 p.col3_text {
    margin-top: 3em;
}

@media (max-width:767px) {

    .col3_box01 p.col3_text {
        margin-top: 0.5em;
    }

    .col3_box02 p.col3_text {
        margin-top: 2em;
    }

    .col3_box03 p.col3_text {
        margin-top: 1.5em;
    }

}

.artwork_right img {

}

.artwork_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 70px;
    width: 38%;
}

.artwork_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 70px;
    width: 32%;
}

.text_right p,
.text_left p {
    overflow: hidden;
}

.col2_box {
    box-shadow: 0 3px 10px rgb(228, 228, 228);
    }

.col2_box {
    background-color:  #fff;
    /* align-items: flex-start; */
    width: 47%;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.col2_box02 {
    align-items: flex-start;
    width: calc(48% - 10px);
    margin-bottom: 20px;
    font-size: 1.2em;
}

.col2_cont p {
    padding: 10px 20px;
    text-align: left;
}

.col2_box img {
    width: 100%;
}

.col2_cont {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;

    display:-ms-flex;
    display:flex;
    justify-content: space-between;
    /* margin-bottom: 20px; */
    margin-top: 0px;
}

.balloon1 {
 	position: relative;
 	display: inline-block;
 	padding: 14px 0px;
 	width: 100%;
 	color: #fff;
 	font-size: 1.25em;
 	background: #fd9b15;
 	margin-bottom: 40px;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -17px;
	border: 17px solid transparent;
	border-top: 25px solid #fd9b15;
	margin-top: -7px;
}

.balloon1 p {
	margin: 0;
	padding: 0;
	text-align:  center!important;
}

.fs60 {
    font-size: 0.6em;
}

.plan li {
    list-style: none;
    padding: 10px 40px;
    font-size: 1.1em;
    background-image: url(../images/icon01.png);
    background-repeat:  no-repeat;
    background-position: 0em 0.6em;
    text-align: left!important;
    font-weight: 500;
}

.col2_box p {
    padding: 0 40px;
    margin-top: 7px !important;
    margin-bottom: 0 !important;
    background-image: url(../images/icon02.png);
    background-repeat:  no-repeat;
    margin-left: 42px;
    background-position: 7px 10px;
}

.plan li p:first-child {
    margin-top: 20px !important;
}

.case_logo_cont {
	display: -webkit-flex;
	display: flex;
	padding: 0;
	width: 100%;
	margin-bottom: 30px !important;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-around;
}

.case_logo_cont li {
    padding: 0;
    margin: 10px 12px;
    border: none;
    none;
}

.col3_list {
	display: -webkit-flex;
    display: flex;
    margin-top: 43px;
    -webkit-justify-content: space-around;
    justify-content: space-between;
}

.col3_list ul {
    width: auto;
    margin: 0 !important;
}

.col3_list ul li {
    padding: 0 0 0 15px;
    margin: 7px 0;
    background-image: url(../images/blue_icon.png) !important;
    background-position: 0 7px;
}

.caution p {
    text-align: left;
}

.caution {
    margin: 20px auto 0;
}

.caution p {
    font-size: 0.8em;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

ul.caution {
    font-size: 12px;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
}

ul.caution > li {
    padding-left: 1em;
    text-indent: -1em;
}

ul.caution > li + li {
    margin-top: 0.5em;
}

@media (max-width:767px) {

    ul.caution {
        font-size: 11px;
    }

    ul.caution > li {
        padding-bottom: 0;
        padding-top: 0;
    }

}

.flow_cont + ul.caution {
    display: table;
    margin: 20px auto 0 !important;
}

.flow_cont {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
}

.flow_box {
    background-color:  #fff;
    flex: 1;
    padding-bottom: 20px;
    position: relative;
}

.flow_box + .flow_box {
    margin-left: 38px;
}

.flow_box p {
    font-size: 0.9em;
    padding: 0 20px;
    text-align: left;
}

.flow_box img {
    /* width: 100%; */
    display: inline-block;
    margin-top: 20px;
}

h3.flowh3 {
    margin-top: 15px;
    min-height: 50px;
    position: relative;
}

h3.flowh3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 100%;
}

.h3cont {
    height: 80px;
    text-align: center;
    display: table;
    width: 100%;
}

.h3cont + p {
    margin: 0;
}

h3.flowh3.pt20 {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	margin: 0;


	padding: 0;
	text-align: center;
}

img.arrow {
    position: absolute;
    top: 3px;
    right: -43px;
    z-index:  9999;
}


.table01 {
	width:100%;
	border-collapse: collapse;
}


.table01 thead th {
	background: #fd9b15;
	color:#FFF;
	padding:10px 15px;
	border-right: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
	text-align: center;
	font-size: 1.2em;
}

.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}

.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}

.table01 td {
	background: #f5f5f5;
	padding: 10px 15px;
	border-left: #fff solid 2px;
	vertical-align: middle;
	font-size: 0.81em;
}

.table01 td p {
	font-weight: 700;
	font-size:1.8em;
	margin: 0;
	line-height: 1.4em;
}


@media screen and (max-width: 750px) {

.table01 thead {
	/* display:none; */
}

.table01 tbody th {
	display:block;
}

.table01 tbody td {
	display:block;
}

.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}

.table01 tbody td p {
	padding-left:6em;
}
}

span.fs150 {
    font-size: 150%;
}

.bg04 .container {
    border: 5px solid #fd9b15;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
}

.fs115 {
    font-size: 1.28em !important;
    font-weight: 500;
}

.mgb_40 {
    margin-bottom: 30px;
}

a.inquiry_btn {
    background-color: #ee694a;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    padding: 15px 90px;
    text-align: center;
}

a.inquiry_btn:hover {
    background-color: #da5f43;
}

.inquiry {
	margin-top: 0;
	}

.inquiry_text {
    margin: 35px 0;
}

.inquiry_text {
    margin: 30px 0;
}

.inquiry_text02.fs115 {
    margin: 30px 0 20px;
}

.inquiry_text03 {
    font-size: 0.8em;
    color: #949494;
}

.btnBox {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn2col {
    margin: 0 15px;
    width: 38%;
}

.btn2col a {
}

.btn2col img {
    vertical-align: top;
}

img.btn2 {
    background-color: #f5f5f5;
    width: 100%;
}

.btn2col p {
    font-weight: 500;
    font-size: 1.25em;
    text-align: center;
}

.btn2col__img {
    border: 1px solid #ccc;
    display: block;
}

.btn2col__link a {
    color: #0a355a;
}

.btn2col__link a:hover {
    opacity: 0.5;
}

.btn2col__link a::after {
    content: "＞";
    display: inline-block;
    font-size: 20px;
	font-weight: 700;
    margin-left: 0.25em;
    transform: scaleX(0.5);
}

.bg05 .container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 30px 50px;
}

.bg05 h3 {
    text-align: left;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}

span.or_em {
    color: #fba32a;
    font-size: 1.4em;
    padding-left: 5px;
}

.line_icon {
    padding: 0.2em 0.8em;
    display: inline-block;
    background-image:  url(../images/icon03.png);
    background-repeat:  no-repeat;
    background-position: 0px 8px;
}

.bg05 .container p {
    text-align: left;
    margin-top: 10px;
}

.text_left {
    float: left;
    margin-bottom: 50px;
}

.text_right {
    width: 89%;
    float: right;
}

.img_left {
    float: left;
    margin-right: 20px;
}

.img_left img {
    width: auto;
}

.img_right {
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}


@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

#contents {
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
}

.bg01 .container {
	}

.bg01 {
	background-image: url(../images/bg_check.gif);
	/* background-size: contain !important; */
	}
	
.bg02 {
	background-color: #fbf9f7;
	text-align: center;
	}
	
.bg03 {
    background-color:  #fff;
}	
	
.bg04 {
	background: url(../images/bg02.png) no-repeat;
	padding-top: 60px;
	}

.bg05 {
	background: url(../images/bg03.png) no-repeat;
	padding-top: 60px;
	padding: 60px 10px;
	}		
	
.bg02 h3 {
    text-align: center;
    font-weight: 300;
}

.bg_orange{
    background-color: #f3ede4;
    position: relative;
}

.step2_3bw {
    position:  absolute;
    background-color: #1c2d4f;
    color: #fff;
    padding: 10px;
    font-size: 1.7em;
    top: -26px;
    left: 5%;
    text-align: center;
    width: 90%;
}

.col3_innner {
    float: left;
    width: 33%;
    text-align:  center;
}

.col3box p {
    padding: 20px 30px;
    text-align: left;
    font-weight: 100;
}

.col3_innner h4 {
    margin-top: 70px;
}

.img_cont {
    margin-top: 50px;
    height: 102px;
}

footer {
  background: #222222;
  padding: 8px 0;
  color: #fff;
  text-align: center;
}

.cvbottom {
    background-color:  #0c1934;
    color: #fff;
    font-size: 0.8em;
    padding: 20px 0;
}

.white_box {
    float: left;
    padding: 5px 12px;
    background-color:  #fff;
    color: #0c1934;
    font-size: 1.4em;
    margin-right: 15px;
    font-weight: 500;
    margin-top: 4px;
    overflow: auto;
    width: 76px;
}


/* clearfix */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/* ==========================================================================
   Mobile styles
   ========================================================================== */

.switchSp {
    display: none !important;
}
   
@media (max-width: 750px) and (max-width: 960px) {
.col3_inner {
	background-size: 90%;
	min-height: 200px;
	}

.col3_inner p {
    font-size: 1em;
}
}

@media (max-width: 750px) { 

.switchPc {
    display: none !important;
}

.switchSp {
    display: block !important;
}

br.pc {
    display: none;
}

br.sp {
    display: inline-block;
}

h1 { 
    font-size: 1.45em;
    margin-top: 21px;
}

.logo_cont {
}

.logo_cont a img {
width: 100%;
}

.logo_figure {
    width: 124px;
}

.header_logo p {
margin-right: 10px !important;
}
	
a.left_logo {
    margin-right: 0px;
}
	
.header_logo {
    padding: 8px 5px;
}

.header_heading {
    font-size: 38px;
    margin-top: 20px;
}

.header_heading .text_bottom {
    font-size: 16px;
}

.right_logo img {
    width: 30%;
}

.tb_artwork img {
    width: 26.5%;
}

.header_logo {
    width: 100%;
}

.header_logo p {
    margin: 0;
    text-align: center;
}

.tb_text {
    font-size: 0.9em;
    margin-top: 20px;
    text-align: left;
}

.tb_artwork {
    margin-top: 0;
    float: none;
    text-align: right;
}

p.mgt-50 img {
    width: 100%;
}

h2 {letter-spacing: 0;font-size: 1.6em !important;text-align: left;margin-top: 30px;line-height: 1.3em !important;}
	
.kv_float {
    margin-bottom: 30px !important;
}

.bg01 {
    background-image:  none;
}

p.mgt-50 {
    margin-top: 30px;
}

.bg02 {
    text-align: left;
}


.logo_right img {
    width: 60%;
}

.container {
    padding-right: 10px !important;
    padding-left: 10px !important;
    overflow: auto;
}

.row.header_logo {
    text-align: center;
}

.header_logo h1 {
    padding: 10px;
    font-size: 0.9em;
    float: none;
}
	
header {
	height: 420px !important;
	padding: 70px 0 20px;
}
	
	
.kv_text_top {
    margin: 15px auto 0;
    width: auto;
    text-align: center;
    color: #fff;
    padding: 5px;

    font-size: 0.9em;
}

.col3_box {
    margin: 20px;
	padding-bottom: 0;
}

.col3_inner {
    width: 100%;
    text-align: center;
    padding: 30px 50px;
    min-height: 221px;
    margin-bottom: 20px;
    background-size: 84%;
}

.col3_box01 {
    margin-right: 0;
}

.col3_box03 {
    margin-left: 0;
}

div#gyr-lpo-frame-1894 {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-top: 30px;
    line-height: 1.8em;
    letter-spacing: 0em;
}

.text_bottom {
    font-size: 1.3em;
    font-weight: 500;
}

.kv_text_bottom {
    font-size: 1em;
    margin-top: 20px;
    padding-bottom: 50px;
    background-repeat:  no-repeat;
    background-position: 10px 60px;
    background-size: 95%;
    width: 100%;
}

.artwork_right {
    float: none;
    width: 70%;
    margin: 0 auto 20px;
}

.artwork_left {
    width: 40% !important;
    margin: 40px auto 0 !important;
}

.h2bg01 {
    margin: 0;
    font-size: 1.8em;
    padding: 53px 0 0;
    background-position: 0 0;
    letter-spacing: 0;
}

.h2bg02 {
    margin: 0;
    font-size: 1.8em;
    padding: 57px 0 0;
    background-position: 0 0;
    letter-spacing: 0;

}

.h2bg03 {
    margin: 0;
    font-size: 1.8em;
    padding: 57px 0 0;
    background-position: 0 0;
    letter-spacing: 0;
}

.artwork_left img
 {
	width:100%;
	}


.text_left {
    width: 100%;
    margin-bottom: 0;
    float: none;
}

.text_right {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
    }

.step2_3bw {
    font-size: 1.7em;
    top: -26px;
    left: 5%;
    width: 90%;
}

.step3 .artwork_right {
    margin-top: 40px;
    margin-bottom: 30px;
}

	
#contents .container {
    width: auto;

}

.bg01 h2 img {
    width: 70%;
}


.bg02 h2 img {
    width: 80%;
	height: 80% !important;
}

.bg03 h2 img {
    width: 52%;
}

.bg03 p img {
    width: 100%;
}

.bg04 h2 img {
    width: 55%;
}

.artwork_left {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	}
	
.col3_innner {
    width: 100%;
}

.col3_innner h4 {
    margin-top: 40px;
    font-size: 1.6em;
}

.bg_blue {
    padding-bottom: 40px !important;
}

.cvbanner img {
    width: 100%;
}

.cvbanner {
    padding: 20px 10px;
}

.left_btn img {
    width: 40%;
}

.left_btn {
    display: inline;
    margin: 0 10px 0 0 !important;
}

.right_btn {
    margin: 0;
    box-shadow:  none;
}

.cvbottom .container {
    width: auto;
}

.cvbottom p {
    width: auto;
    font-size: 1.2em;
}

.white_box {
    margin-bottom: 10px;
    font-size: 1.3em;
    padding: 5px;
    width: auto;
}

h2 {
    margin-top: 30px;
    text-align: center;
    }


.h2bg04{
    font-size: 1.3em;
    padding: 55px 0 0;

}

.h2bg05 {
    font-size: 1.3em;
    padding: 45px 0 0;
}

.h2bg06 {
    font-size: 1.3em;
    padding: 45px 0 0;
}


.check h2 {
    tex-align: center;
}

ul {
    /* width: 100%; */
    padding-left: 0;
}

li {
    padding: 20px 0 20px 40px;
    background-position:  0;
    font-size: 1.2em;
}

.col2_box {
    width: auto;
}

.case_logo_cont li img {
    width: 70%;
}

.case_logo_cont li {
    margin: 10px 0;
    width: calc(49% - 10px);
}

.col3_list {
    display: block;
}

.col2_box02 {
    width: 100%;
}

#contents {
    padding-bottom: 40px;
}

.case_logo_cont {
	padding-left: 8px;
}

.col2_cont {
    display: block;
}

ul.plan {
    padding: 0 15px;
}

.plan li {
    padding: 10px 0 10px 40px;
}

.balloon1 {
    padding: 12px 0;
}

.col2_box p {
    padding: 0 0 0 25px;
    margin-left: 12px;
}

.mgl25 {
    margin-left: 0;
}

img.arrow {
    display: none;
}

.flow_cont {
    display: block;
    margin-top: 30px;
}

.flow_box {
    width: 100%;
    margin-bottom: 20px;
}

.flow_box + .flow_box {
    margin-left: 0;
}

h3.flowh3.pt20 {
    margin: 0;
}

.table01 thead th {
    font-size: 1em;
}

.table01 td {
    font-size: 1em;
    border-bottom: 2px solid #fff;
}

p.inquiry_text.fs115 {
    text-align: left;
}

.bg04 .container {
    padding: 20px;
}

.bg04 {
    padding: 40px 10px;
}

.btnBox {
    display:  block;
}

img.btn2 {
    width: 100%;
}

p {
	text-align: left;
	}

.btn2col {
    width: 100%;
    margin: 0;
    /* background-color: #f5f5f5; */
    padding-bottom: 10px;
}
.btn2col p {
    margin-top: 5px;
    /* margin-bottom: 30px; */
    padding: 0 10px;
    font-size: 1.1em;
}

.bg05 .container {
    padding: 0 10px 40px;
}

.line_icon {
    padding: 0 15px;
}

.img_right {
    float: none;
    margin: 30px 0;
}

.img_left {
    float: none;
}

.fs115 {
    font-size: 1em !important;
}

.balloon1 p {
    padding: 0 12px;
    margin: 0;
}

h3.flowh3 {
    margin-bottom: 15px;
    }

.flow_box p {
    margin-top: 0;
}

a.inquiry_btn {
    padding: 20px 48px;
    font-size: 1.2em;
    text-indent: 0;
	background-position: 10% 50%;
}
	
img.btn2 {padding: 14% 0px;}

span.or_em {
    font-size: 1em;
    padding-left: 0;
}

.table01 td p {
    font-size: 1.3em;
}

.mgb_50 {
    margin-bottom: 30px;
}

}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}
     
/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {


}

#scrollButton {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    box-sizing: border-box;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
}

#scrollButton .inquiry_btn {
    display: block;
    line-height: 60px;
    padding: 0;
}

@media (min-width:821px) {

    #scrollButton {
        display: none;
    }

}