@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0 !important;
  width: 100%;

}

body {
  height: 100%;
  font-family: 'Open Sans', sans-serif, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #001d3c !important;
  scroll-behavior: smooth;
  font-size: 1.6rem;
  color: #555;
  letter-spacing: 0.01em;
}
:root {
  /* 色指定 */
  --basic: #001d3c;
  --light: #f5f5f5;
  --dark: #adadad;
  --c1: #00b7b9;
  --c2: #ffae11;
  --msjapan: #3d221e;
}

body > section {
  overflow: hidden;
}

.wrapper {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li {
    list-style: none;
    margin: 0;
}
p {
  word-break: break-all;
}

/* //////// Common //////// */
ul {
  /*margin-left: 1em;*/
  letter-spacing: normal;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.br-sp {
  display: none;
}
.mg60 {
    margin-top: 60px;
}
.jss{
  justify-content: space-between;
}
.tar{
  text-align: right;
}
.tac{
  text-align: center;
}
.row.Form-box {
    justify-content: center;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}


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

.Fontcolor-white {
  color: #fff;
}

.Fontcolor-main {
  color: #01519B;
}

.Fontcolor-sub {
  color: #707070;
}

.Fontcolor-mngy {
  color: #0F2E4D;
}

.Fontcolor-yellow {
  color: #ffcf32;
}

.sizeXXS {
  font-size: .5rem;
}

.sizeXS {
  font-size: .75rem;
}

.sizeS {
  font-size: 1.5rem;
  line-height:2.2rem;
}

.sizeM {
  font-size: 1.5rem;
}

.sizeL {
  font-size: 1.75rem;
}

.sizeXL {
  font-size: 1.6rem;
}

.sizeXXL {
  font-size: 2.4rem;
}

.size30 {
  font-size: 3.0rem;
}

/* BackGround */
.BGcolor-white {
  background-color: #fff;
}

.BGcolor-Gray {
  background-color: #707070;
}
.point-box,
.BGcolor-Navy {
  background-color: #C2D9F2 !important;
}

.BGcolor-Orge {
  background-color: #FFA457;
}

.BGcolor-Red {
  background-color: #ff0000;
}

.bkRGBA {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  height: 60vh;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1000px) {
  .bkRGBA {
    height: 100%;
  }
}

.bkRGBA-dark {
  height: 60vh;
  background: rgba(0, 0, 0, 0.451);
}

.shadow-01 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.shadow-02 {
  text-shadow: 1px 0px 1px rgba(119, 157, 176, 0.5);
}

.img100_50 {
  width: 100px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img100_100 {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img150_75 {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img150_150 {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img200_75 {
  width: 200px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img200_200 {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img300_110 {
  width: 300px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img300_150 {
  width: 300px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img300_200 {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img350_200 {
  width: 350px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img350_350 {
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img550_300 {
  width: 550px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.indent-05 {
  padding-left: 1em;
  text-indent: -.5em;
}

.indent-10 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-15 {
  padding-left: 1em;
  text-indent: -1.5em;
}

.site-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.MaxWidth {
  max-width: 1080px;
}

@media screen and (min-width: 1920px) {
  .MaxWidth {
    max-width: 1280px;
  }
}

.eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Section-title {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .Section-title {
    font-size: 1.8rem;
  }
  .service-box {
    width: 100%;
    padding:0 1.6rem;
}
}

@media screen and (max-width: 768px) and (min-width: 1920px) {
  .Section-title {
    font-size: 2.4rem;
  }
}
.logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
}
.logo img {
	display: block;
	width: 100%;
}
.check-grid .chkbox img {
    display: block;
    width: 100%;
    border: none !important;
    margin-bottom: 15px !important;
    object-fit: contain;
    object-position: 50% 50%;
    aspect-ratio: 6 / 4;    
}
p.title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height:2.1rem;
    letter-spacing: 0.05em;
}
.corp{
  font-size:1.3rem;
  line-height:1.8rem;
  background:var(--light);
  padding:0.3rem 0.6rem;
  display:inline-block;
  /* color:white; */
  border-radius:2px;
}
#fv {
	text-align: center;
	background: url("../img/fv_bg.jpg") no-repeat bottom center / 100% auto;
}
#fv > img {
	display: block;
	margin: 0px auto;
    /*padding-top: 10px;*/
	max-width: 800px;
	width: 100%;
}

.fv_bottom {
    padding-bottom: 30px;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
}

.fv_bottom .title {
    margin-bottom: 0.5rem;
    color: #7a528e;
    font-weight: bold;
}
.fv_bottom .title>p{
  font-size: 1.8rem;
  color:white;
  line-height:2.6rem;
  letter-spacing:0.1em;
  background:var(--basic);
  padding:0.2rem 0.8rem;
  display:inline-block;
  font-weight: bold;
}
.fv_bottom .text {
    padding: 0 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.fv_bottom .btn_wrap {
    background-color: #fff;
    max-width: 1140px;
    padding: 1rem 1rem;
    margin: 2rem auto;
    border-radius: 8px;
    box-shadow: 4px 4px 16px rgb(15 41 53 / 10%);
    background-color: rgba(255,255,255,0.5);
}

.fv_bottom ul {
    display: flex;
    /*justify-content: space-between;*/
    width: 96%;
    margin: 20px auto 0;
    flex-wrap:wrap;
}

.fv_bottom ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 16px;
    color: #7a528e;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
    position: relative;
    transform: translateY(0px);
    transition: transform .3s;
}
.fv_bottom ul li:after {
    content: "";
    display: block;
    border: 1px solid #9b71b0;
    border-radius: 8px;
    background: #fff;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}
.fv_bottom ul li:hover {
    transform: translateY(5px);
}
.fv_bottom a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fv_bottom a:hover {
}
/*.fv_bottom ul li:after {
    content: url("../img/icon_arrow.svg");
    display: inline-block;
    width: 16px;
    position: absolute;
    bottom: 2px;
    right: 6px;
    cursor: pointer;
}*/
.fv_bottom .btn_wrap ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transition: right 0.2s;
    bottom: 0;
    border-radius: 999px;
    border: 1px solid #7a528e;
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fv_bottom .btn_wrap ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 21px;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.2s;
    width: 6px;
    height: 6px;
    border-image: linear-gradient(to bottom right, #7a528e);
    border-image-slice: 1;
    border-top: solid 1px #7a528e;
    border-right: solid 1px #7a528e;
    transform: translateY(-50%) rotate(134deg);
}
/*a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transition: right 0.2s;
    bottom: 0;
    border-radius: 999px;
    border: 1px solid #0069be;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/

#Form_1 {
    padding: 50px 10px !important;
}
@media screen and (min-width:0px) and (max-width:1050px) {
	#fv {
		background: url("../img/fv_bg.jpg") no-repeat center center / auto 100%;
	}
}
@media screen and (min-width: 640px) and (max-width: 99999px){
    #fv .fv_pc {
        display: block;
    }
    #fv .fv_sp {
        display: none;
    }
}
@media screen and (min-width:0px) and (max-width:640px) {
	#fv{
		padding-top: 40px;
	}
    #fv > img {
        width: 90%;
    }
	#fv .fv_pc{
        display: none;
    }
	#fv .fv_sp{
        display: block;
    }
    
    #chk_31{
        width:100%;
    }

    .service-box-child {
        width: 100% !important;
        padding: 10px !important;

    }
    .service-box .service-box-child:nth-of-type(even) {
        /* margin-right: 10px !important; */
    }
    .service-box .service-box-child:nth-of-type(odd) {
        margin-right: 0 !important;
    }
    .Form-box table {
        width: 90% !important;
    }
    .last_check {
        padding-left: 20px !important;
    }
    .last_check::before {
        left: -15px !important;
    }
    
    .fv_bottom {
        font-size: 1.4rem;
        text-align: left;
    }
    .fv_bottom .title {
        font-size: 1.8rem;
        text-align: center;
    }

    .fv_bottom ul {
        flex-wrap: wrap;
        width: 90%;
    }

    .fv_bottom ul li {
        width: 47%;
        margin: 5px auto;
        text-align: center;
        padding: 10px 5px 18px;
        line-height: 1.4em;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .fv_bottom ul li:nth-child(4) {
    margin: 5px auto;
}
    .fv_bottom .btn_wrap ul li a:before {
    display: none
}
    .fv_bottom .btn_wrap ul li a:after {
    display: none
}
    .fv_bottom ul li:after {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
    }
}

/**scrollBlock**/
.scrollBlock {
	background: #ffffff;
}
.infiniteslide {
	margin: 5px 0;
}
.infiniteslide li input,
.infiniteslide li i,
.infiniteslide li b {
	display: none;
}
.infiniteslide span {
	display: block;
	width: 130px;
	height: 70px;
	position: relative;
	margin: 0 20px;
}
.infiniteslide img {
display: block;
    width: 130px;
    position: relative;
    margin: 0 20px;
}
.infiniteslide span img.tate {
	height: 100%;
	width: auto;
}




.cta_btn {
  color: #fff;
  background-color: #FFA457;
  border-color: #FFA457;
  border-radius: 1rem;
}

.star_rate {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star_rate::before, .star_rate::after {
  content: '★★★★★';
}

.star_rate::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.star_rate[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star_rate[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star_rate[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star_rate[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star_rate[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star_rate[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star_rate[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star_rate[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star_rate[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star_rate[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star_rate[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */
#Introduction .row,
#Merit .row,
#HowToUse .row,
#FAQ .row,
#Form .row {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.cta-box img {
  margin: 1.5rem 0;
}

/* /////// Top View//////// */
.bg-TopView {
  background-color: #0e227b;
  background-position-y: top;
  background-position-x: center;
  background-size: contain;
  width: 100%;
}
.plus_download_area {
    color: #0F2E4D;
    font-family: 'Noto Sans JP', sans-serif;
    background: #C2D9F2;
    margin: 0;
    margin: 100px 0 80px;
    padding: 10px 30px;
}
.plus_download {
    max-width: 1000px;
    margin: 0 auto;
}

form h3 {
    margin: 40px 0 20px 0;
    padding-left: 35px;
    position: relative;
    font-size: 20px;
}
form h3#entry:after{
    content: "";
    display: block;
    clear: both;
}
form h3#entry span{
    color: #FF4D4D;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
}
form h3 b {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, Helvetica, 'sans-serif';
    line-height: 30px;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    background: #0F2E4D;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.whitepaper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    clear: both;
}
.whitepaper li {
    width: 33.33%;
    padding: 6px;
    box-sizing: border-box;
}
.whitepaper li:first-child{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
}
.whitepaper li:first-child label{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.whitepaper li input {
    display: none;
}
.whitepaper li label {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
}
.whitepaper li input:checked + label {
    box-shadow: none;
}
.whitepaper li label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    z-index: 10;
}
.whitepaper li input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
.whitepaper li input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #3399ff;
    border-radius: 5px;
    box-sizing: border-box;
}
.whitepaper li label img {
    display: block;
    width: 100%;
}
.whitepaper li label .inner {
    margin: 10px;
}
.whitepaper li label .inner b {
    font-size: 14px;
    line-height: 1.2em;
}
.whitepaper li label .inner span {
    font-size: 10px;
    text-align: right;
    display: block;
    margin: 5px 0 0 0;
    position: absolute;
    bottom: 4%;
    right: 5%;
}
input[name="all15"] {
    display: none;
}
.btn {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block;
    width: 100%;
    max-width: 460px;
    background: #3399ff;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    /* display: inline-block !important; */
    box-shadow: 0px 4px 0px #1470cc;
    position: relative;
}
.btn:hover {
	box-shadow: none;
	bottom: -4px;
}
.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: solid 5px #3399ff;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
}
.btn:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/icon_download.png) no-repeat center center / 100% auto;
    border: solid 2px #e4e9ed;
    border-radius: 10px;
}
.btnarea {
    text-align: center;
    margin-top: 40px;
}
.btnarea #checklist {
    display: inline-block;
}
.btnarea #checklist input {
    display: none;
}
.btnarea #checklist label {
    font-size: 15px;
    line-height: 1.3em;
    text-align: left;
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
.btnarea #checklist label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #CFDBE6;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    left: 0;
}
.btnarea #checklist input:checked + label:before {
    background:
        url("../img/icon_check.png") no-repeat center center / 100% auto, #3399ff;
}
.btnarea span {
    color: #FF4D4D;
    font-size: 12px;
    display: block;
    margin: 40px 0 0 0;
}
.btnarea label i {
    font-size: 12px;
    font-style: normal;
}
.btnarea button {
    margin: 40px auto;
}
.btnarea p {
    font-size: 12px;
    margin: 40px 0 0 0;
}
@media screen and (min-width:0px) and (max-width:640px) {
	.btn{
		font-size: 15px;
	}
	.btn:after{
		width: 15px;
		height: 15px;
	}
    .fv_bottom ul {
    margin: 10px auto;
}
    .fv_bottom ul li:last-child {
    margin: 5px;
}
}
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}
/**最下部リンクエリア**/
.other_lp_area{
    color: #0F2E4D;
    font-family: 'Noto Sans JP', sans-serif;
    background: #FFFBEF;
    margin: 0;
    padding: 40px 30px;
}
.other_lp_area h2.Section-title{
    color: #0e227b;
    text-align: center;
}

.other_lp_area ul.lp_link{
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    clear: both;
}

.other_lp_area ul.lp_link li{
    width: 31.33%;
    padding: 1%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 1%;
    background: #fff;
}
.other_lp_area ul.lp_link li a {
    background-color: #01519B;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 1rem;
    font-size: 1.8rem;
    margin: 1rem;
    padding: 2rem 2rem;
    -webkit-box-shadow: 0px 3px #0F2E4D;
    box-shadow: 0px 3px #0F2E4D;
    border: 1px solid #0F2E4D;
    display: block;
    font-weight: bold;
}
.other_lp_area ul.lp_link li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.lp_link_title{
    padding: 1rem;
    font-size: 1.8rem;
    margin: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other_lp_area ul.lp_link li a{
    position: relative;
}

.other_lp_area ul.lp_link li a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.other_lp_area ul.lp_link img {
    display: block;
    width: 25%;
}
p.want_text {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 20px 0;
}
p.want_text.font_black {
    color: #000;
    padding: 10px 0 0;
}
.cta-box img.new {
    margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .bg-TopView {
    width: -webkit-fill-available;
  }
  .whitepaper li {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
  }
.other_lp_area ul.lp_link li {
    width: 100%;
    padding: 0 10px 10px;
    margin: 10px;
  }
.lp_link_title {
    font-size: 1.5rem;
  }
.other_lp_area ul.lp_link li a {
    font-size: 1.6rem;
  }
}

.TopView-box .p-box {
  padding: 1%;
}

/* ///////Compare//////// */
.compare-box {
  padding-bottom: 1%;
}

@media screen and (max-width: 767px) {
  .compare-box {
    padding-bottom: 5%;
  }
}

.compare-box .content-box {
  margin-top: 1rem;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding: .5rem 0 2.0rem;
}

.compare-box .content-box .left-box {
  margin: 0 .5rem;
}

.compare-box .title-box {
  padding: 1.0rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 5px 0;
  color: #0e227b;
}

@media screen and (max-width: 767px) {
  .compare-box .title-box {
    font-size: 2.6rem;
  }
}

.compare-box .desc-box {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .compare-box .desc-box {
    font-size: 1.6rem;
  }
}

.compare-box .cta-box img {
  margin: 0;
}

/* /////// Point//////// */
.point-box {
  color: #fff;
  padding: 2% 5%;
  background: #0e227b;
  padding: 1.5rem 0;
}

/* ///////Service//////// */
.Service-box {
  padding-bottom: 1%;
  color: #fff;
  height: auto;
  width: 100%;
}

.Service-box .content-box {
  background: #fff;
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 15px;
  border: solid 1px;
  border-radius: 20px;
  color: #01519B;
}

@media screen and (max-width: 767px) {
  .Service-box .content-box {
    padding: 0px;
  }
}

.Service-box .content-box .doc-box {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .Service-box .content-box .doc-box {
    font-size: 1.0rem;
  }
}

.Service-box .content-box .title-box {
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .Service-box .content-box .title-box {
    font-size: 1.5rem;
  }
}

.Service-box .content-box .company-box {
  font-size: 1.4rem;
  margin-bottom: .7rem;
}

@media screen and (max-width: 767px) {
  .Service-box .content-box .company-box {
    font-size: 1.2rem;
  }
}

.Service-box .content-box .desc-box {
  color: #434343;
  padding: 1rem .5rem;
}

.Service-box .content-box .desc-box ul li {
  font-size: 1.3rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  .Service-box .content-box .desc-box {
    font-size: 1.4rem;
  }
}

/* ///////Form//////// */
.Form-box {
  padding-bottom: 1%;
}

.Form-box table {
  width: -webkit-fill-available;
  border: solid #aaa 1px;
  border-collapse: collapse;
  width: 80%;
  margin: auto;
}

.Form-box table .input-box {
  width: 30%;
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  border-bottom: solid #aaa 1px;
  vertical-align: top;
}

.Form-box table .input-box input,
.Form-box table .input-box textarea,
.Form-box table .input-box select {
  border: solid #aaa 2px;
}


.service-box {
    max-width: 1140px;
    padding:3.2rem 2.4rem;
    margin: 0 auto 50px;
    border-radius:8px;
    box-shadow: 4px 4px 16px rgb(15 41 53 / 10%);
}
.service-box > div {
    padding: 8px;
}
.service-box-child {
    width: 25%;
}
.service-box-child label {
    padding: 15px 15px 60px;
    border: solid 1px #c1ced8;
    background: white;
    margin-bottom:2rem;
    border-radius: 4px;
    height: 100%;
}
.service-box::after{
content:"";
display:block;
width: 24%;
}
.service-box .service-box-child:nth-of-type(3n+1) {
    margin-right: 0;
}

#chk_wp_all::before{
    left: 0;
}

#chk_wp_all p {
    padding-left: 3.2rem;
}

.btn-box {
    background: linear-gradient(to right,#9c68f2 0%,#97dfdd 100%);
    color: #fff;
    font-weight: bold;
	transition:.2s;
}

.last_check::before {
    left: -30px;
    top: -4px;
}

@media screen and (max-width: 768px) {
  .Form-box table .input-box {
    font-size: 1.3rem;
  }
  .Form-box table .input-box .m-box {
    margin-bottom: 1rem;
  }
    .service-box-child label {
    padding: 15px 15px 20px;
}
    .service-box {
    padding:0;
}
    .form th, .form td {
    display: block;
    padding: 0;
}
    .form th {
    border: none;
    margin: 8px 0 4px 0;
}
    .form td {
    padding-bottom: 8px;
}
    .form h2 br {
    display: inline;
}
}

.Form-box .Section-title {
    padding: 1rem 1.6rem;
    border-bottom: 2px dotted #aaa;
    border-top: 2px dotted #aaa;
    background: #f2deff;
    width: 100%;
    margin-bottom:1rem;
    color:#333;
}


.Form-box .Section-title h2{
  /* width:70%; */
  font-size:2rem !important;
  /* margin-bottom:0.8rem; */
  line-height:2.8rem;
}
.til{
  width: 100%;
  position: sticky;
top: 0rem;
/* display:flex;
align-items:center; */
z-index:100;
}
.Form-box .title-box {
  width: 15%;
  font-size: 1.6rem;
  padding: 1rem;
  border-right: solid #aaa 1px;
  border-bottom: solid #aaa 1px;
  background: #f0f2ff;
}

.Form-box .title-box p {
  color: #FFA457;
}

.Form-box .doc-box {
  color: #707070;
  overflow: scroll;
  height: 130px;
  border: solid 1px;
  font-size: 1.4rem;
  margin: 30px auto;
  width: 80%;
  float: inherit !important;
}

.Form-box .submit-box .btn-box {
  border-radius: 1rem;
  font-size: 1.8rem;
  margin: 24px;
	margin-top: 10px;
  padding: 2.0rem 2.0rem;
/*  box-shadow: 0px 3px #aaa;*/  
/*	box-shadow: 0px 3px #aaa;*/
	/* border-bottom:4px solid #aaa; */
	transition:.2s;
}

@media screen and (max-width: 767px) {
  .Form-box .submit-box .btn-box {
    padding: 1.0rem 4.0rem;
  }
}

.Form-box .comment-box {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {

.Form-box .comment-box {
  font-size: 1.4rem;
}
}

@media screen and (max-width: 767px) {
  .Form-box .comment-box {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}

.Form-box .chkbox label {
  /* padding-left: 1rem; */
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.Form-box .categoryChild.chkbox label {
    position: relative;
}

.Form-box .chkbox .modal-open {
     margin: 20px auto 0;
}

#entry {
    text-align: center;
    margin-bottom: 20px;
}
.categoryChild{
    display: flex;
}


@media screen and (max-width: 767px) {
    .Form-box .categoryChild.chkbox label {
        height: auto;
    }
    /*
    .Form-box .chkbox .modal-open {
        position: relative;
        margin-top: 15px;
    }
*/
  .Form-box .chkbox label {
    font-size: 1.4rem;
  }
  .service-box-child{
    width:50%;
  }
}

.Form-box .chkbox label::before {
  content: '';
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top:-0.8rem;
  right:-0.8rem;
  background-color: #fff;
  border: 2px solid #c1ced8;
  box-shadow: 0px 0px 4px 4px rgba(193, 206, 216, 0.1);
  transition:.1s;
  border-radius: 2px;
}

.Form-box .chkbox input[type=checkbox] {
  display: none;
}

.Form-box .chkbox input[type=checkbox]:checked + label:before {
  padding-top: 3px;
  top:-1rem;
  right:-1rem;
  width: 38px;
  height: 38px;
  /* content: '\2713'; */
  font-size: 25px;
  border: none;
  color: #fff;
  background-image: url(../img/chk.svg),linear-gradient(to bottom right,#9af0ff 0%,#ffa9ff 100%);
  background-position:center;
  box-shadow: 0px 0px 4px 4px rgba(193, 206, 216, 0.1);
}
.Form-box .chkbox input[type=checkbox]:checked + .service-box-child{
  border-color:#97dfdd;
}
.Form-box .chkbox input[type=checkbox]:checked +
.Form-box .chkbox.m-box {

  /* margin: 1.8rem 0 30px; */
}
#chk_wp_all::before{
top:0.1rem !important;
width: 24px;
height: 24px;
}
header {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.header__inner{
    background: #e9eef3;
    height: 60px;
    border-bottom: 1px solid #d2dce7;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    }
.header__inner .logo_tob{
    display: inline-block;
    vertical-align: middle;
}

.manegylink{
    margin-left: auto;
    padding-right: 80px;
}
.manegytob_text_box{
  position: relative;
	width: 260px;
}
.manegytob_text{
  position: absolute;
	bottom: 0;
}

.caution_term {
    font-size: 13px;
    height: 200px;
    overflow-y: scroll;
    padding: 18px;
    margin: 30px 0;
    background: #f9f9f9;
    line-height: 1.5em;
}
.caution_term h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.caution_term h2 {
    font-size: 18px;
    margin: 30px 0 10px;
    background: #e7e9d7;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
.caution_term h3 {
    font-size: 14px;
    width: 100%;
    color: #171717;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #e5ebeb;
    padding: 5px;
    text-align: left;
}
.caution_term p {
    padding-bottom: 15px;
    text-align: left;
}
.caution_term ol {
    text-align: left;
    padding-left: 20px;
}
.caution_term ol li {
    margin-bottom: 15px;
}
.caution_term ul li::marker {
    color: #fff;
}
.caution_term li {
    list-style: inherit !important;
}
.rule .rule-ul>li {
    margin-bottom: 15px;
    margin-left: 20px;
}
.rule .rule-ul>li:last-child {
    margin-bottom: 0;
}

.rule .dicimal-brackets li {
    list-style-position: inside;
}

.pc-hide {
  display: block !important;
  }
.sp-hide {
  display: none !important;
  }

@media screen and (max-width: 767px) {
  .pc-hide { display: none !important; }
  .sp-hide { display: block !important; }
}
.footer{
margin: 0 auto;
position: relative;
}
.footer__inner {
background: #fff;
border-top: 2px solid #568fcc;
}
.tobfooter__links{
  background:var(--basic);
  padding:3.2rem 1.6rem;
  /* height: 88px; */
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.tobfooter__links .logo{
  /* float: left;
  margin: -5px 0 0 -5px; */
  position:static;
}
.tobfooter__links ul{
  /* float: right; */
  text-align: right;
  /* padding: 17px 25px 0 0; */
  /* font-size: 0px;
  font-size: 0rem;
  line-height: 0px;
  line-height: 0rem; */
  width:80%;
}
.tobfooter__links ul li{
  display: inline-block;

  font-size: 1.5rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.tobfooter__pagetop a{
  display: block;
  padding: 12px;
  color: #fff !important;
  text-align: center;
}
.tobfooter__links ul li:not(:first-child){
  border-left: 1px solid #0E227B;
  padding-left: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
.tobfooter__links{
  height: 300px;
}
.tobfooter__links .logo{
  display: none;
}
.tobfooter__links ul{
  float: none;
  text-align: left;
  padding: 0;
  margin-left:0;
  width: 100%;
}
.tobfooter__links ul li{
  display: block;
  font-size: 1.3rem;
  line-height: 2.405rem;
}
.tobfooter__links ul li:not(:first-child){
  border-left: none;
  border-top: 1px solid #91b6de;
  padding-left: 0;
  margin-left: 0;
}
.tobfooter__links ul li a{
  display: block;
  padding: 12px 15px;
  position: relative;
}
}
.tobfooter__links ul li a{
  color: #fff !important;
}
.footer__copyright{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-align: center;
  padding: 18px;
}
.content-name{
  width: -webkit-fill-available;
  width:-moz-available;
}
.content-name>p{
  background: aliceblue;
  padding:0.5rem;
}





/*---others---*/
.wrapper-others{
	width: 1140px;
	margin: 0 auto;
}
.box-top{
	padding-top: 60px;
	padding-bottom: 60px;

}
.Section-title-others{
	margin-bottom: 2.4rem;
	padding-left: 16px;
	font-size: 2.4rem;
	color: #333;
	position:relative;
    text-align: center;
}
.others-bg{
	background: url(../img/others-bg.jpg) no-repeat center center ;
	background-size: cover;
	background-attachment: fixed;
}
.tac-others{
	text-align: center;
}
.others-li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.others-li li{
	width: 23%;
	border-radius:2px;
	height: 240px;
	box-sizing:border-box;
	padding: 24px 24px;
	background: #fff;
	position:relative;
	transition:.4s;

}
.others-li li:hover{
	margin-top: -4px;
	margin-bottom: 4px;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
}
a.others-con{
	display: block;
	position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
	transition:.4s;
}

.others-box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}
.others-box_img{
	margin-bottom: 4px;
}
.others-box_img img{
	background: #fbfafc;
}

.others-box h3{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin-bottom: 24px;
	color: #333;
}
.others-box h3 span{
	color: #7a528e;
	font-size: 2rem;
}
/* 006 */
.button006{
	position:absolute;
	bottom:16px;
	right: 16px;
		width: 40px;
	height: 40px;
	border-radius:999px;
	background: #f4f0f9;
	    background: linear-gradient(to bottom right,#f4f0f9 0%,#f4fcfc 100%);
	transition:.2s;
}
.button006:hover{
	  background: linear-gradient(to bottom right,#efe5fb 0%,#ddf7f7 100%);
}
.button006>a.others-more {
    position: relative;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button006>a.others-more:before {
    right: 2px;
    content: '';
    position: absolute;
	top:25.5px;
    transform: translateY(calc(-50% - 2px)) rotate(40deg);
    width: 14px;
    height: 1px;
    background-color: #4e17a9;
    transition: 0.3s;
}
.button006>a.others-more:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 4px;
    transform: translateY(-50%);
    width: 48px;
    height: 1px;
    background-color: #4e17a9;
    transition: 0.3s;
}
.button006>a.others-more:hover:after {
    right: -1px;
}
.button006>a.others-more:hover:before{
	right: -2px;
}
.tag{
	position:absolute;
	top:-32px;
	right:-32px;	
	 transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
}
.tag p{
	position:relative;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
	width:100px;
	height: 100px;
	border-radius:999px;
	background: #d4a7f5;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.8rem;
	background: linear-gradient(to bottom right, #d4a7f5 0%, #4e17a9 100%);
	text-align: center;
	color: #fff;
}
.tag p span{width: 100%;
	 position: absolute;
	letter-spacing: 0.01em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 003 */
.button003>a.others-more2 {
/*    background: #333;*/
/*    border-radius: 50px;*/
	font-size: 1.4rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 6px 24px;
    color: #333;
/*	border:1px solid #333;*/
    transition: 0.3s ease-in-out;
    font-weight: bolg;
}
.button003>a.others-more2:hover {
    background: #fff;
    color: #333;
	border-bottom:1px solid #333;
}
.button003>a.others-more2:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003>a.others-more2:hover:after {
    border-color: #333;
}


/*追加*/
.chkbox-dl{
	margin-bottom: 1rem;
}
.submit-box p{
	margin-top: 1rem;
	font-size: 1.2rem;
}
.label span{
	background: #ffa457;
	padding: 4px 6px;
	font-size: 1.2rem;
	border-radius:2px;
	color: #fff;
	margin-left: 6px;
}
.Form-box table .input-box input, .Form-box table .input-box textarea, .Form-box table .input-box select{
	    border: solid #aaa 1px;
    padding: 0.6rem 1.6rem;
}
.Form-box .submit-box .btn-box:hover{
/*   	box-shadow: 0px 2px 6px #aaa;*/
	border-bottom:1px solid #aaa;
	margin-top: 13px;
/*	margin-bottom: 27px;*/
}
@media screen and (max-width: 1024px) {
	.wrapper-others{
	width: 950px;
	margin: 0 auto;
/*	overflow: hidden;*/
		box-sizing: border-box;
}
	
	}
@media screen and (max-width:769px) {
		.wrapper-others{
	max-width: 680px;
	margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	overflow: hidden;
}

	
		.others-li li{
		width: 48%;
		margin-bottom: 32px;
	}
	.others-li li:last-of-type{
		margin-bottom: 0;
	}
		.tag{
		top:-24px;
		right:-8px;
	}
	
		.table-dl th,
	.table-dl td{
		display: block;
	}
	.Form-box .title-box, .Form-box table .input-box{
		width: 100%;
	}
	.Form-box .title-box{
		text-align: left;
	}
	.Form-box table .input-box input, .Form-box table .input-box textarea, .Form-box table .input-box select{
		    padding: 0.8rem 1.6rem;
	}
}
@media screen and (max-width:640px){
		.wrapper-others{
		width: 100%;
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
	}
		.others-li{
		display: block;
	}
	.others-li li{
		width: 90%;
        margin: 0 auto;
	}
.others-li li{
		margin-bottom: 20px;
		height: 180px;
	}
  .service-box{
    padding-left:0rem;
    padding-right:0rem;
    box-shadow: none;
  }
	.service-box-child{
    width: 50%;
    padding:8px;
  }
  p.title{
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .corp{
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
	}
/*---end others---*/




.form {
    line-height: 1.7em;
    margin: 40px auto;
    padding: 0 16px;
    width: auto;
    max-width: 600px;
}
.form h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 24px 0;
}
.form table {
    font-size: 15px;
    width: 100%;
    border: none;
}
.Form-box table {
    width: -webkit-fill-available;
    border: solid #aaa 1px;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}
.form th {
    font-size: 14px;
    border-bottom: solid 1px #efefef;
    padding: 16px 8px 16px 0;
}
.form th > div {
    display: flex;
    justify-content: start;
    align-items: center;
}
.form th .name {
    white-space: nowrap;
}
.form th .need {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.0em;
    white-space: nowrap;
    display: inline-block;
    margin-left: 8px;
    padding: 4px 8px;
    background: #f33;
    border-radius: 20px;
}
.form td {
    text-align: left;
    border-bottom: solid 1px #efefef;
    padding: 16px 0 16px 8px;
}
.form .content-box span {
    display: block;
    margin: 8px 0 4px 0;
}
.form .w100 {
    width: 100%;
}
.form .w50 {
    width: 48%;
}
.form .w25 {
    width: 24%;
}
.form input, .form select {
    font-size: 16px;
    line-height: 1.2em;
    border: #bebebe 1px solid;
    border-radius: 5px;
    padding: 8px;
    box-sizing: border-box;
}
.form .check_list {
    margin: 16px 0;
}
.form .check_list input {
    display: none;
}
.form .check_list label {
    text-align: left;
    margin: 8px 0;
    align-items: baseline;
    display: flex;
    cursor: pointer;
}
.form .check_list span {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin: 2px 4px 0 0;
    position: relative;
    background: #cccccc;
}
.form .check_list span:after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto auto;
}
.form .check_list label p {
    font-size: 14px;
    line-height: 1.3em;
    flex: 1;
    margin: 0;
}
.form .check_list input:checked + label span {
    background: #000;
}
.form .caution {
    margin: 16px 0;
}.form .caution p {
    font-size: 14px;
    color: #ff3333;
    text-align: left;
    margin: 8px 0;
    line-height: 2rem;
}
.form select {
    background: url("../img/form_arrow.svg") no-repeat right center / 20px 10px,#fff;
    padding-right: 30px;
}
.form input, .form select {
    font-size: 16px;
    line-height: 1.2em;
    border: #bebebe 1px solid;
    border-radius: 5px;
    padding: 8px;
    box-sizing: border-box;
}
button#submit_1 {
    display: block;
    width: 85%;
    border-radius: 1rem;
    font-size: 1.8rem;
    margin: 24px auto;
    padding: 2rem 2rem;
    box-shadow: 0px 4px 0px #aaa;
    transition: .2s;
    background: linear-gradient(to right,#54e5ed 0%,#ff93ff 100%);
    color: #fff;
    font-weight: bold;
    transition: .2s;
    position: relative;
}
@media screen and (max-width:640px){
button#submit_1 {
    width: 100%;
}
}


        .bottom-scroll-navi-detail {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            height: auto;
            background: rgba(255,255,255,0.9);
            box-shadow: 0 -3px 2px rgba(0,0,0,.2);
            padding: 8px;
        }

        .title-btn {
            font-weight: 500;
            color: #333;
            position: relative;
            text-align: center;
            font-size: 19px;
        }

        .bottunNavi_space {
            width: 100%;
            height: 117px;
        }

        .navi-num {
            color: #1eb3dd;
            font-size: 160%;
            position: relative;
            top: 2px;
            left: -1px;
        }

        .sp-only {
            display: none;
        }
        .title-btn a {
            transition: all 0.3s 0s ease;
            background: #F3DC1D;
            color: #1D5C7A;
            display: inline-block;
            text-decoration: none;
            border-radius: 6px;
            line-height: 1;
            min-width: 240px;
            padding: 15px 25px;
            margin: 8px;
            text-align: center;
            position: relative;
            border: none;
            position: relative;
            letter-spacing: 0.5px;
            box-shadow: 2px 2px 4px grey;
        }
        @media screen and (max-width: 768px) {
            .sp-only {
                display: inline;
            }

        }

        .bottom-scroll-navi-detail {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            height: auto;
            background: rgba(255,255,255,0.9);
            box-shadow: 0 -3px 2px rgba(0,0,0,.2);
            padding: 8px;
        }

        .title-btn {
            font-weight: 500;
            color: #333;
            position: relative;
            text-align: center;
            font-size: 19px;
        }

        .bottunNavi_space {
            width: 100%;
            height: 117px;
        }

        .navi-num {
            color: #1eb3dd;
            font-size: 160%;
            position: relative;
            top: 2px;
            left: -1px;
        }

        .sp-only {
            display: none;
        }
        .title-btn a {
            transition: all 0.3s 0s ease;
            background: #F3DC1D;
            color: #1D5C7A;
            display: inline-block;
            text-decoration: none;
            border-radius: 6px;
            line-height: 1;
            min-width: 240px;
            padding: 15px 25px;
            margin: 8px;
            text-align: center;
            position: relative;
            border: none;
            position: relative;
            letter-spacing: 0.5px;
            box-shadow: 2px 2px 4px grey;
        }
        @media screen and (max-width: 768px) {
            .sp-only {
                display: inline;
            }
        }




.service-box .chk_all + label {
    width: auto;
    display: flex;
}
.service-box .chk_all + label:before {
    top: auto!important;
    width: 24px!important;
    height: 24px!important;
    position: relative!important;
    left: auto!important;
    right: auto!important;
    margin-right: 8px!important;
}

.service-box input {
    display: none;
}
.service-box label {
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    width: 25%;
    padding: 8px;
    cursor: pointer;
    position: relative;
}
.service-box label:before {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: -0.8rem;
    right: -0.8rem;
    background-color: #fff;
    border: 2px solid #c1ced8;
    box-shadow: 0px 0px 4px 4px rgba(193, 206, 216, 0.1);
    transition: .1s;
    border-radius: 2px;
    z-index: 999;
}
.service-box input:checked + label:before {
    padding-top: 3px;
    top: -1rem;
    right: -1rem;
    width: 38px;
    height: 38px;
    /* content: '\2713'; */
    font-size: 25px;
    border: none;
    color: #fff;
    background-image: url(../img/chk.svg),linear-gradient(to bottom right,#9af0ff 0%,#ffa9ff 100%);
    background-position: center;
    box-shadow: 0px 0px 4px 4px rgba(193, 206, 216, 0.1);
}
.service-box label > div {
    padding: 15px 15px 60px;
    border: solid 1px #c1ced8;
    background: white;
    border-radius: 4px;
    height: 100%;
}
.service-box .modal-open {
    margin: 0;
    bottom: 24px;
}

@media screen and (max-width: 768px) {
  .service-box label {
    width: 50%;
  }
}