/* Your custom styles */
/*ベース*/
html {scroll-behavior: smooth;}
.center {text-align: center !important;}
.block {
	display: block;
	margin: 0 auto;
}
.left {float: left;}
.right {float: right;}
.container-fluid {padding: 0;}
.grey-text {color: #717171!important;}
.bold {
    font-weight: 900!important;
    line-height: 1.5em;
}
.small {font-size: 14px !important;}
.marker {
	background:linear-gradient(transparent 80%, #ff6 90%);
	font-weight: bold;
}
.txt_purple {font-weight:bold;color:#e600ff;}
.txt_black {font-weight:bold;color:#000;}
.txt_green {font-weight:bold;color:#0bff33 !important;}
.txt_yellow {font-weight:bold;color:#fff200;}
.txt_red {font-weight:bold;color:#ff0000 !important;}
.f22 {font-size: 22px !important;}
.f24 {font-size: 24px !important;}
.f30 {font-size: 30px !important;}
.f40 {font-size: 40px !important;}
.mb60 {margin-bottom: 60px;}

@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.blink {
  animation: blinking 0.5s ease-in-out infinite alternate;
}

p {
	font-size: 18px !important;
	margin-bottom: 45px;
  font-weight: 350;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* --- 応用2：背景色を点滅 --- */
@keyframes bg-blink {
  0%, 100% { background-color: #000; }
  50% { background-color: #62ff15; color:#000; }
}
.bg-blink {
  animation: bg-blink 1s infinite;
  padding: 10px 20px;
  display: inline-block;
}
.bg_black {background:#000;}
.container .row {
	margin: 0 auto;
    display: block;
}
.container {
    max-width: 810px;
}
.button-004 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    margin: 0;
    padding: 0.5em 0em;
    border: none;
    border-bottom: solid 3px #0059a0;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: .5s ease;
}

.button-004:hover {
    transform: translateY(3px);
    border-bottom-width: 3px;
}


/*MV*/
.software-lp .rgba-gradient {
	background: url(../img/bg_mv02.jpg) !important;
	background-repeat: no-repeat;
	background-position: contain;
}
.mv {
	margin: 0 auto;
	display: block !important;
}
header {
	background: url(../img/mv.jpg) no-repeat center top;
  	background-size: contain; 
  	width: 100%;
  	height: auto;
  	aspect-ratio: 1270 / 633;
}
#mae_header {
	background: url(../img/mae_mv.jpg) no-repeat center top;
  	background-size: contain; 
  	width: 100%;
  	height: auto;
  	aspect-ratio: 1270 / 633;
}
#sale_header {
	background: url(../img/sale_mv.jpg) no-repeat center top;
  	background-size: contain; 
  	width: 100%;
  	height: auto;
  	aspect-ratio: 1270 / 694;
}
.thanks-page header {
	background:none;
	aspect-ratio: inherit;
}
.thanks-page .head_green p {
	text-align: center;
	font-weight: bold;
	font-size: 30px !important;
	margin-bottom: 0;
	color:#fff;
	padding:30px;
}
.thanks-page .waku p {
	color:#333;
}
.thanks-page .img01 {
	max-width: 900px;
	width: 100%;
	padding: 0px 0 60px;
}
.countdown {
    color: #000;
    font-size: 42px;
    font-weight: bold;
}
.cdt_txt {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 45px;
	margin-bottom: 0;
}
.cs_design {
    border: solid 2px #25ff00;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 27px !important;
    text-align: center !important;
    margin-bottom: 10px;
    background: #00410b;
}
.cs_design.p03 {
  margin-bottom: 45px;
}
.sc_btn_wrap {
  padding: 40px 20px;
  border: solid 3px #fff;
  background: #670000;
}
.sc_btn_wrap p {
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
  text-align: center !important;
}
.sc_btn_wrap .btn {
  margin:20px auto;
}
/*見出し*/
.h1, h1 {
    font-size: 2rem;
    line-height: 1.5em;
}
.sub_ttl {
  position: relative;
  font-weight: bold;
  font-size: 24px !important;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #00f54e;
  margin-top: 90px;
}

.sub_ttl:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.waku {
	border: solid 5px #ccc;
    background: #e9e9e9;
    padding: 30px 30px 30px;
    margin-bottom: 45px;
}
.waku p {
	margin-bottom: 0;
	color: #000 !important;
}
.waku_black {
	border: solid 5px #000;
    background: #000;
    margin-bottom: 45px;
}
.waku_black .bg_grey {
	background: #cdcdcd;
	color: #000;
}
.waku .bg_grey {
	background: #cdcdcd;
}
.point_waku {
	border: solid 2px #f31515;
    padding: 20px;
    background: #fdd6d6;
    font-weight: bold;
    color: #b10000;
    margin-bottom: 45px;
}
.best_waku {
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
}
.best_waku p {
	font-size: 24px !important;
}
.best_waku p:first-child {margin-bottom: 10px;}
.bg_check {
	background:url(../img/bg_check.png) repeat;
}
.bg_shiba {
	background:url(../img/bg_shiba.png) repeat;
	padding: 60px 0;
}
.comment_txt {
	margin-bottom: 10px;
	text-align: center !important;
	font-weight: bold;
}
/*head*/
.head_grey {
	background:#f3f3f3;
	padding:60px 0 30px;
	position: relative;
}
.head_purple {
	background:#6f0489;
	position: relative;
}
.head_purple {
  border-top: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, transparent, #b34af5, transparent) 1;
  background-color: #6f0489;
}
.head {
	background:#000;
	position: relative;
}
.head_black {
	background:#000;
	position: relative;
}
.head.bg_blue {
	background: #f0fffe;
}
.head_black {
  border-top: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, transparent, #39FF14, transparent) 1;
  background-color: #000;
}
.head_red {
    border-top: 6px solid;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, transparent, #ff1414, transparent) 1;
    background-color: #000;
}
.head_green {
  border-top: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, transparent, #39FF14, transparent) 1;
  padding: 10px 0;
  background-color: #2d5702;
}
.head_black02 {
	border:none;
	background-color: #260e19;
}
.head_red div {
	max-width:925px;
	margin: 0 auto
}
.head div {
	max-width:1140px;
	margin: 0 auto;
}
.head div.txt_area {
	max-width: 580px;
	margin: 45px auto 0;
	padding: 0 20px 60px;
}
.ttl01 {
	max-width: 1100px;
	width:100%;
	margin-bottom: 0px;
}
.ttl02 {
	max-width: 880px;
	width:100%;
}
.ttl03 {
	max-width: 880px;
	width:100%;
	margin-top: 0px;
}
.ttl04 {
	max-width: 880px;
	width:100%;
	margin-top: 90px;
	margin-bottom: 45px;
}
.ttl05 {
	max-width: 690px;
	width:100%;
	margin-top: 90px;
	margin-bottom: 45px;
}
.ttl06 {
	max-width: 690px;
	width:100%;
	margin-top: 0px;
	margin-bottom: 45px;
}
.ttl07 {
	max-width: 690px;
	width:100%;
	margin-top: 90px;
	margin-bottom: 45px;
}
.mae_ttl01 {
	max-width: 890px;
	    width: 100%;
}
.wrap_arrow {
	max-width:134px;
	margin: 45px auto 0;
}
.ttl_form {
	margin-top: 45px;
	margin-bottom: 30px;
}
.cap01 {
	margin-bottom: 60px;
	border:solid 3px #ccc;
}
.cap02 {
	margin-bottom: 60px;
	border:solid 3px #ccc;
}
.cap03 {
	margin-bottom: 30px;
	border:solid 3px #ccc;
}
.cap04 {
	margin-bottom: 60px;
	border:solid 3px #ccc;
}
.cap05 {
	margin-bottom: 60px;
	border:solid 3px #ccc;}
.cap06 {
	margin-bottom: 60px;
	border:solid 3px #ccc;
}
/*pat*/
.pat {margin-bottom: 30px;}
.arrow-top {
	margin-top: 15px;
	margin-bottom: 45px;
}
#area05 p {text-align: center;}

#gaiyou dt {
	font-size: 18px;
	color:#1980e2;
	font-weight: bold;
}
#gaiyou dd {
	font-size: 18px;
	margin-bottom: 30px;
}
#gaiyou dd .txt_green {
	font-size: 24px;
}
#btn_area {
	border:12px #e1e1e1 solid;
	padding: 30px;
	max-width: 570px;
	margin: 0 auto;
	overflow: hidden;
}
#btn_area div {
	overflow: hidden;
}
#btn_area p {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	color:#1980e2;
	font-weight: bold;
}
#btn_area .bank {
	float: left;
	font-size: 20px;
	margin-right: 20px;
	background-color: #ff0000;
	border-bottom: solid 3px #ad0707;
}
#btn_area .card {
	float: left;
	font-weight: bold;
	font-size: 20px;
	background-color: #00db00;
	border-bottom: solid 3px #0a930a;
}
.jisseki {margin-bottom: 30px;}
.voice_box {
    background: #08451094;
    padding: 40px 40px 10px;
    margin-bottom: 45px;
    border: solid 1px #00ab56;
}
.voice_box img.vo01 {
    max-width: 501px;
    width: 20%;
    margin-bottom: 20px;
}
.voice_box .name {
    font-weight: bold;
    background: #e0ffceb5;
    padding: 0px 15px;
    font-size: 18px !important;
    margin-bottom: 20px;
    text-align: center;
}
.voice_box .v_ttl {
    font-size: 30px;
    color: #ffed45;
    font-weight: 500;
    text-align: center;
    display: block;
}
.voice_box div.content {
    font-size: 17px;
    color: #fff;
    padding-top: 20px;
}
.apuli_before, .apuli_after {
	margin-bottom: 45px;
}
.f_waku {overflow: hidden;}

/*セールスの要項*/
.keiba-zero {
  width: 100%;
  margin: 0 auto 30px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
}
.kz-title {
  background: #737373;
  color: #ffff00;
  text-align: center !important;
  padding: 18px 10px 8px;
}
.kz-title p {
	margin-bottom: 0;
	text-align: center !important;
}
.kz-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.7;
}
.kz-table th,
.kz-table td {
  border: 1px solid #000;
  padding: 9px 6px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.kz-table th {
  width: 17%;
  background: #e7e7e7;
  font-weight: 700;
  font-size: 17px!important;
}
.kz-table td {
  background: #fff;
  font-size: 17px!important;
}
.kz-table td:nth-child(2),
.kz-table td:nth-child(3) {
  width: 41.5%;
}
.present-head {
  background: #ffff00 !important;
}
.present {
  background: #ffff00 !important;
  text-align: left !important;
  padding: 10px 8px !important;
  font-size: 11px;
}
.present-title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
}
.present p {
  margin: 0;
  color:#000 !important;
}

.note {
  font-size: 10px;
}

.dark {
  background: #333 !important;
  color: #fff;
}

.deadline {
  font-size: 11px;
  font-weight: 700;
}

.steps {
  text-align: left !important;
  font-size: 11px;
  font-weight: 700;
}
#mae-page .register-box form div.btn_wrap {
  max-width: 600px;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
  .keiba-zero {
    max-width: 100%;
  }

  .kz-table {
    font-size: 10.5px;
  }

  .kz-table th,
  .kz-table td {
    padding: 7px 4px;
  }

  .kz-table th {
    width: 17%;
    font-size: 10px;
  }

  .strong {
    font-size: 12px;
  }

  .present {
    font-size: 10px;
  }

  .present-title {
    font-size: 12px;
  }

  .small,
  .deadline,
  .steps,
  .note {
    font-size: 9.5px;
  }
  #mae-page .bg-form {
    padding: 10px 12px 30px 12px !important;
  }
}

/*画像*/
.sc {
	margin-top: 15px;
	margin-bottom: 60px;
}
.sc_box {
	background: #f9f9f9;
	padding:60px 45px 30px;
	margin-bottom: 60px;
}
.img01 {
	max-width: 900px;
	width: 100%;
	padding: 20px 0;
}
.img02 {
	max-width: 1000px;
	width: 100%;
	margin-bottom: 60px;
}
.img03 {
	max-width: 915px;
	width: 100%;
}
.img04 {
	max-width: 925px;
	width: 100%;
	margin:90px 0;
}
.img05 {
	max-width: 1000px;
	width: 100%;
}
.img06 {
	max-width: 960px;
	width: 100%;
}
.img07 {
	max-width: 1000px;
	width: 100%;
}
.img07.pc {
	margin: 0 auto;
	display: block;
}
.img08 {
	max-width: 489px;
	width: 100%;
	margin-bottom: 45px;
}
.img09 {
	max-width: 749px;
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
}
.img_jisseki {
	max-width: 569px;
	width:100%;
	margin-bottom: 60px;
}
.logo_pc {
	max-width: 680px;
	width:100%;
	margin-bottom: 60px
}

.float_box {
	max-width: 1000px;
	width:100%;
	display: block;
	overflow: hidden;
}
.float_box div {
	max-width: 980px;
    width: 100%;
    margin: 0 auto 60px;
    display: block;
    overflow: hidden;
}
/*Form*/
form p {
	margin-bottom: 10px;
	text-align: center;
}
.top-register-box .set-width {
    margin: 0px auto 0;
    position: relative;
}
.register-box .set-width {
    max-width: 680px;
}
.set-width {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.register-box form {
    width: 95%;
    margin: 25px auto 0;
    margin-bottom: 20px;
    max-width: 600px;
    color:#fff;
}
.register-box form .input-holder {
	margin-bottom: 30px;
}
.form.streak {
    position: relative;
    display: block;
    height: auto;
    padding: 20px 0px 45px;
    overflow: hidden;
    background: #000;
    background-position: center;
}
.bg-form {
	margin-bottom: 20px;
    background: #953eb191;
    padding: 12px;
    border: solid 1px #fff;
}
.register-box h2 img {
    width: 565px;
    margin-top: -190px;
}
.register-box form {
    width: 85%;
    margin: 20px auto 0;
    margin-bottom: 20px;
    max-width: 600px;
}
.register-box form div {
	margin: 0 auto;
	max-width: 522px;
}
.register-box form div.sns_area {
	text-align: center;
}
.register-box form div.sns_area p {
	font-weight: bold;
	text-align: center;
}
.register-box form ul {
	overflow: hidden;
	padding-left: 0;
}
.register-box form ul li {
	list-style-type: none;
	display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
}
.register-box form ul li img {
	max-width: 160px;
	height: auto;
}
.register-box .hush {
    margin-bottom: 15px;
}
.register-box input {
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    background: #edddf1;
    margin-bottom: 30px;
}
.radio-001 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}
.radio-001 label::before {
    width: 18px;
    height: 18px;
    background-color: #fff;
}
.radio-001 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
.radio-001 input {
    display: none;
}
.radio-001 label::before, .radio-001 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
.radio-001 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #2589d0;
    animation: anim-radio-001 .3s linear;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
#mae-page .input-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#mae-page .form-item label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

#mae-page .form-item input,
#mae-page .form-item textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 12px;
  font-size: 14px;
  box-sizing: border-box;
}
#mae-page .form-item textarea {
  min-height: 100px;
  resize: vertical;
}
#mae-page .bg-form {
  font-size: 16px;
}
#mae-page .register-box form div {
	margin: 0;
	width:100%;
	max-width: 538px;
}
#mae-page .bg-form p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}
#mae-page .bg-form p span.mail {
  margin-top: 30px;
  display: inline-block;
}

#mae-page .input-form-wrapper {
  margin-bottom: 16px;
}
#mae-page .email-input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 6px;
  box-sizing: border-box;
}
#mae-page .txt_ttl {
	font-size: 30px !important;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#mae-page .bg-form {
    margin-bottom: 20px;
    background: #009b0696;
    padding: 30px 12px 30px 12px;
    border: solid 1px #00c851;
}
#mae-page .bg-form img {
	max-width: 300px;
  width:50%;
}
#mae-page .btn-top-txt {
	margin-top: 45px;
  text-align: center;
}
/* 共通input */
#mae-page .bg-form input[type="text"],
#mae-page .bg-form input[type="email"],
#mae-page .bg-form textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
  box-sizing: border-box;
}

/* textareaだけ高さ調整 */
#mae-page .bg-form textarea {
  min-height: 120px;
}
#mae-page .bg-form input::placeholder,
#mae-page .bg-form textarea::placeholder {
  font-size: 15px;
}
#mae-page .form-item label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
#mae-page .btn button {
  cursor: pointer;
}
main.bg_check .container {
	background: none;
	padding: 60px 20px !important;
}
main.bg_check .container p:last-child {
	margin-bottom: 0 !important;
}
select, button, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    /* border-radius: 10px; */
    background:none;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 3px;
    width: 100%;
    color:#fff;
    font-weight: bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.timer {
	margin-top: 10px;
}
.timer p.ttl {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	font-weight: bold;
}
.timer .countdown {
	text-align: center;
	color:#b6ff00;
}
.timer02 {
	padding-bottom: 0 !important;
}
.btn {
	background: #ff0000;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  max-width: 420px;
  width: 100%;
  color:#fff;
}
.btn:hover {
	background:#b51b1b;
}
.btn a button:hover {
	color:#f5d2d2 !important;
}

.btn a button {
	font-weight: bold;
	font-size: 22px !important;
	color:#fff !important;
}

.terms_txt {
	color: #000 !important;
	font-size: 13px !important;
	margin-top: 30px;
	text-align: center;
	line-height: 1.4 !important;
}
.jisseki_area .ttl_head {
	overflow: hidden;
	margin-bottom: 50px;
}
.jisseki_area .ttl_head div {float: left;}
.jisseki_area .ttl_head img {
	margin: 0 auto;
    display: block;
}
.jisseki_area .ttl_head p {color: #fff;}
.jisseki_area ul {
	overflow: hidden;
	padding-left: 0;
}
.jisseki_area ul li.left {
	float: left;
}
.jisseki_area ul li.left p.day {
	margin-top: -240px;
    margin-left: 130px;
    color: #fff;
}
.jisseki_area ul li.left p.item01 {
	margin-top: -18px;
    margin-left: 40px;
    color: #000;
}
.jisseki_area ul li.left p.item02 {
	margin-top: -44px;
    margin-left: 40px;
    color: #000;
}
.jisseki_area ul li.left p.total {
	margin-top: -21px;
    margin-left: 165px;
    color: #fff;
    font-size: 35px !important;
    font-weight: bold;
}
.jisseki_area ul li.right {
	float: right;
}
.jisseki_area ul li.right p.day {
	margin-top: -240px;
    margin-left: 130px;
    color: #fff;
}
.jisseki_area ul li.right p.item01 {
	margin-top: -18px;
    margin-left: 40px;
    color: #000;
}
.jisseki_area ul li.right p.item02 {
	margin-top: -44px;
    margin-left: 40px;
    color: #000;
}
.jisseki_area ul li.right p.total {
	margin-top: -21px;
    margin-left: 165px;
    color: #fff;
    font-size: 35px !important;
    font-weight: bold;
}
.jisseki_area ul li {
	list-style-type: none;
}

/*MV*/
.head_line {
	margin: 0 auto;
}
.software-lp .navbar:not(.top-nav-collapse) {
	background: #000;
}
.txt-flow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    text-shadow: 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242);
    background: #fff;
}
.bg_voice {
	background: url(../img/bg_contents_06.jpg);
	padding: 100px 0;
	background-size: cover;
}
.bg_voice .row {
	display: flex !important;
	padding-top:45px;
}
.bg_voice .row p {font-size: 16px !important;}
.message_area img.img_message_arrow {
	margin-top:45px;
	margin-bottom: 45px;
}
/*footer*/
footer .ft_link ul {
	padding-left: 0;
	margin-bottom: 0;
}
footer .ft_link ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
	font-size: 0.9rem;
}

/*その他*/
.tokuten .text-left {
	max-width: 360px;
	margin: 0 auto;
}
.icon-area .circle-icon {
	padding-bottom: 0 !important;
}
.img_btn:hover {
	opacity: 0.5;
}
section.ex {
	padding: 0 2%;
}
.box04 {
	max-width: 770px;
    margin: 0 auto;
    padding: 0 20px;
}
.box04 .col-lg-4 {
	margin-bottom: 30px;
	background:#fff;
	opacity: 0.8;
	max-width: 860px;
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}

.box04 .col-lg-4.voice01 {
	padding: 10px;
}
.box04 .col-lg-4.voice02 {
	padding:30px;
}
.box04 .col-lg-4 .icon-area .circle-icon {
	float: left;
}
.box04 .col-lg-4 .icon-area p {color:#fff;}
.box04 .col-lg-4 .icon-area .mt-1 div {
	float: right;
	width: 74%;
}

.box04 .col-lg-4.voice01 .text-center span {
	background:#000;
	color: #fff;
	padding: 5px 8px;
    margin-left: 10px;
}
.box04 .col-lg-4.voice02 .text-center span {
	background:#000;
	color: #fff;
	padding: 5px 8px;
    margin-left: 10px;
}

.box04 .col-lg-4 .circle-icon {
	margin-bottom: 20px;
}
.box04 .col-lg-4 .circle-icon .icon {
	max-width: 180px;
}
.icon-area .circle-icon.center {
	margin: 0 auto;
	display: block;
}
.bg_jisseki {
	background: url(../img/bg_jisseki.jpg);
    background-size: cover;
}
.bg_jisseki .container {
	padding: 60px;
	overflow: hidden;
}
.bg_jisseki .container .txt div {
	max-width: 860px;
    padding: 60px;
	margin: 0 auto;
	display: block;
}
.bg_jisseki .container .txt div img {
	margin-bottom: 60px;
}
.bg_voice p {
	margin-bottom: 5px;
}
.sub-box {
    padding: 50px 0;
    background: url(../img/bg_mv_01.jpg);
    background-size: cover;
}
.bg_black p {
	color: #fff;
	text-align: left;
}
.bg_black .container {
	padding:60px 20px;
}
.bg_blank {
	padding-top: 60px;
    padding-bottom: 20px;
}
.bg_purple {
	background: #4e175a;
}
.bg_lightpurple {
	background:#fbebff;
	padding: 60px 0;
}
.bg_purple p {
	color:#fff;
}
.thanks-page .waku_bank {
    background: #285f00;
    margin-bottom: 50px;
    border-radius: 30px;
    padding: 40px;
}
.thanks-page .waku_bank p {
  margin-bottom: 0;
}
.thanks-page .waku_credit {
    background: #285f00;
    margin-bottom: 50px;
    border-radius: 30px;
    padding: 30px;
}
.thanks-page .waku_credit p {
  margin-bottom: 0;
}
.thanks-page .waku_credit p.btn {
  margin: 5px auto 0px;
  text-align: center;
}

@media (max-width: 1021px){
	.h1, h1, .font-weight-bold {font-size: 1.8rem;}
}

@media (min-width: 992px){
	section .box04 .col-lg-4 {
	    -ms-flex: 0 0 48% !important;
	    flex: 0 0 48% !important;
	    max-width: 48% !important;
	}
}
@media (max-width: 991px){
	.carousel-multi-item .carousel-indicators {
	    margin-bottom: -1.5em;
	}
	main .carousel.pointer-event {
	    margin: 65px 60px 90px;
	}
	.carousel-item .view .intro-2 {
	    height: 780px;
	}
	header .carousel-item img {
		max-width: 100% !important;
	}
	.box04 .col-lg-4 .icon-area .mt-1 div {
	    width: 67%;
	}
	.bg_jisseki .container {
		max-width: 940px;
		padding: 40px;
	}
}
@media (max-width: 898px){
	.jisseki_area ul li.left {
		float: none;
		margin: 0 auto;
	    display: block;
	    max-width: 399px;
	}
	.jisseki_area ul li.right {
		float: none;
		margin: 0 auto;
	    display: block;
	    max-width: 399px;
	}
}
@media (min-width: 769px){
	.mv_768 {display: none;}
	.mdb-lightbox [class*=col-] {
	    padding: 0.05rem;
	}
	.carousel-multi-item .col-md-4 {
	    float: left;
	    width: 20%;
	    max-width: 100%;
	}

	footer .col-md-7 {
		flex: 0 0 100%;
	    max-width: 100%;
	    text-align: center;
	}
}

@media (max-width: 768px){
	.mv_768 {display: inline-block;}
	header {background:none;}
	p {font-size: 17px !important;}
	.h1, h1, .font-weight-bold {
	    font-size: 1.5rem;
	}
	.mdb-lightbox figure {
	    max-width: 150px;
	    width: 20%;
	}
	header {margin-bottom: 0;}
	main .carousel.pointer-event {
	    margin: 40px 30px 90px;
	}
	.mdb-lightbox [class*=col-] {
	    padding: 0.01rem;
	}
	.set-width {width:90%;}
	.box04 .col-lg-4 {
	    /*max-width: 660px;*/
	}
	.box04 .col-lg-4.voice01 {
	    margin-right: 0px;
	}
	.bg_blank .container {
	    padding: 20px;
	}
	.box04 .col-lg-4 .icon-area .circle-icon {
	    float: none;
	}
	.box04 .col-lg-4 .icon-area .mt-1 div {
	    width: 98%;
	}
	.ttl_form {
	    margin-top: 10px;
	    margin-bottom: 30px;
	}
	.float_box .left {
		max-width: 250px;
    	width: 100%;
	}
	.float_box .right {
		max-width: 250px;
    	width: 100%;
	}
	.button-004 {max-width: 220px;}
  #mae-page .txt_ttl {font-size: 20px !important;}
}
@media (max-width: 640px){
	.button-004 {
	    max-width: 460px;
	}
}

@media (max-width: 599px){
	.float_box .left {
	    max-width: 200px;
	    width: 100%;
	}
	.float_box .right {
	    max-width: 200px;
	    width: 100%;
	}
}
@media (min-width: 541px){
	.pc {display: inline-block;}
	.sp {display: none;}
}
@media (max-width: 540px){
	.pc {display: none;}
	.sp {display: inline-block;}
	.f22 {font-size: 18px !important;}
	.f24 {font-size: 20px !important;}
	.f30 {font-size: 21px !important;}
	.f40 {font-size: 25px !important;}
	p {
	    font-size: 14px !important;
	    margin-bottom: 50px;
	}
	.mv.pc {display: none !important;}
	.bg_blank {
	    padding-top: 30px;
	    padding-bottom: 0px;
	}
	.bg_black .container {
	    padding: 30px 20px;
	}
	.bg_lightpurple {
	    background: #fbebff;
	    padding: 30px 0;
	}
	.bg_check .container {
	    background: none;
	    padding: 30px 20px !important;
	}
	.head_grey {
	    background: #f3f3f3;
	    padding: 40px 0 30px;
	    position: relative;
	}
  .sub_ttl {margin-bottom: 30px;}
	.register-box input {
	    padding: 15px;
	    font-size: 18px;
	    border-radius: 5px;
	    background: #edddf1;
	    margin-bottom: 10px;
	}
	.register-box form {
		margin-bottom: 0;
		width: 100%;
	}
	.register-box form p {margin-bottom: 30px;}
  .point_waku {padding: 10px;}
	.bg-form {
	   padding: 0 20px 10px;
	   margin: 0 auto;
	}
  .sales .bg-form {
    padding: 10px 30px 30px !important;
    max-width: 100%;
  }
	.box04 {
	    padding: 0 0px;
	}
	.box04 .col-lg-4 {
	    margin-bottom: 30px;
	    max-width: 860px;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
  .voice_box .v_ttl {font-size: 20px;}
  .voice_box img.vo01 {
    width: 40%;
    margin-bottom: 20px;
  }
	.countdown {
	    font-size: 30px;
	}
	.ttl {
	    margin-top: 40px;
	    margin-bottom: 60px;
	}
	.head div.txt_area {
	    max-width: 580px;
	    margin: 45px auto 0;
	    padding: 0 30px 20px;
	}
	.bg_jisseki .container {padding-bottom:0;}
	.head_red {height:auto;}
	.head_red div img {
		max-width: 540px;
	    width: 100%;
	    margin: 0px auto 0;
	    padding: 20px;
	    display: block;
	}
  .head_red div img.sale_ttl01 {
    padding:0 !important;
  }
	.bg_blank .container {
	    padding: 0 15px;
	}
  .software-lp p.sub_ttl {
    font-size: 17px !important;
    line-height: 1.4em;
  }
  .cs_design {
    border: solid 2px #25ff00;
    padding: 4px 15px;
    font-weight: bold;
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 10px;
    background: #00410b;
  }
	button {font-size: 20px;}
	.form.streak {
        padding: 20px 0px 60px;
    }
	.register-box input {
	    padding: 10px;
	    font-size: 15px;
	}
	.btn {
		padding: 0.24rem 1.14rem;
	}
	.btn a button {
	    font-size: 17px !important;
	}
	.timer p.ttl {
	    margin-top: 20px;
	}
	.timer {
	    margin-top: 0px;
	}
	.bg-form {
	    border: solid 1px #eaeaea;
	}
	.register-box form .input-holder {
	    margin-bottom: 15px;
	}
	.register-box form {
	    margin: 20px auto 0;
	}
	.register-box form p {
	    margin-bottom: 10px;
	}
	.img04 {
		margin-top: 10px;
	    margin-bottom: 40px;
	}
	.img07.pc {
		display: none;
	}
	.img09 {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.ttl01 {
	    max-width: 504px;
	    width: 100%;
	}
	.ttl02 {
	    max-width: 504px;
	    width: 100%;
	}
	.ttl03 {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	.ttl04 {
	    margin-top: 60px;
	    margin-bottom: 30px;
	}
	.ttl05 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.ttl06 {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	.ttl07 {
	    margin-top: 60px;
	    margin-bottom: 30px;
	}
	ul.schedule_list li {
		font-size: 15px;
		padding: 6px 5px 5px 5px;
	}
	ul.schedule_list {
	    padding: 20px 20px 10px 20px;
	}
	.timer p {
		text-align: center;
	}
	.timer02 {
	    padding-bottom: 10px !important;
	}
	#gaiyou dd {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
  #sales.form.streak {
    padding: 20px 0px 0px;
  } 
  .kz-table th {
      width: 17%;
      background: #e7e7e7;
      font-weight: 700;
      font-size: 13px !important;
  }
  .kz-table td {
    background: #fff;
    font-size: 13px !important;
  }
	#btn_area {padding: 20px;}
	#btn_area p {
		font-size: 18px !important;
		margin-bottom: 5px;
	}
	#btn_area {border: 8px #e1e1e1 solid;}
}

@media (max-width: 414px){
	.h1, h1, .font-weight-bold {
	    font-size: 1.3rem;
	}
	h2 {
		font-size: 1rem;
		line-height: 1.3em;
	}
	#loader img {
		max-width: 300px !important;
	}
	.pt-5, .py-5 {
    	padding-top: 1rem!important;
	}
	.mb-4, .my-4 {
		margin-top:0 !important;
	    margin-bottom: 0.4rem!important;
	}
	.countdown {
	    font-size: 22px;
	}
	.ttl {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	header {
		margin-bottom: 0;
	}
	.bg_blank {padding-bottom: 0;}
	.head_grey {padding: 30px 0 10px;}
	header .flex-center {
	    height: 70% !important;
	}
	#defaultContactFormEmail {margin-bottom: 20px !important;}
	form.p-5 {padding:2rem 1rem !important;}
	.register-box form .input-holder {
	    margin-bottom: 15px;
	}
  main.bg_check .container {
      background: none;
      padding: 30px 10px !important;
  }
	.img01 {
	    padding: 0px;
	}
	.img02 {
	    max-width: 497px;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.img03 {
	    width: 100%;
	}
	.img04 {
	    margin-bottom: 25px;
	}
	.img06 {
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
	.img07 {
	    margin-bottom: 0px;
	}
	.ttl02 {
	    margin-bottom: 10px;
	}
	.ttl03 {
	    margin-top:0px;
	    margin-bottom:0px;
	}
	.ttl04 {
	    margin-top: 40px;
	    margin-bottom: 30px;
	}
	.ttl05 {
	    margin-top: 45px;
	    margin-bottom: 20px;
	}
	.ttl06 {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.ttl07 {
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.cap01 {
	    margin-bottom: 30px;
	}
	.cap02 {
	    margin-bottom: 30px;
	}
	.cap06 {
	    margin-bottom: 30px;
	}
  .voice_box {
      padding: 30px 20px 10px;
  }
  .voice_box img.vo01 {
    max-width: 501px;
    width: 40%;
    margin-bottom: 20px;
  }
  .voice_box .name {font-size: 14px !important;}
	.timer p.ttl {
	    margin-top: 10px;
	}
	.timer02 {
	    padding-bottom: 0px !important;
	}
	.bg-form {padding: 0 20px 0px;}
	.bg_black .container {
	    padding: 20px 10px;
	}
	.bg_blank .container {
	    padding: 30px 15px 0px 15px;
	}
	.waku {
	    padding: 10px 10px 10px;
	    margin-bottom: 20px;
	}
  .sub_ttl {margin-bottom: 30px;}
	.register-box input {
		font-size: 14px;
		padding: 10px;
	}
	.register-box form ul li img {
	    max-width: 120px;
	    height: auto;
	}
	.input-holder {margin-bottom: 10px;}
	.bottun-holder {margin-bottom: 0;}
	.register-box form p {
	    margin-bottom: 15px;
	}
	.bg_blank {
	    padding-top: 0px !important;
	    margin-bottom: 0;
	}
	footer .ft_link ul li {
	    margin-right: 6px;
	    font-size: 0.7rem;
	}
	.ttl_form {
	    margin-top: 10px;
	    margin-bottom: 20px;
	}
	#btn_area {
		padding: 15px;
		border: solid 8px #e1e1e1;
	}
	.Qa-Box {margin: 0 auto 30px;}
	ul.schedule_list {padding: 15px 15px 5px 15px;}
	ul.schedule_list li {
	    font-size: 15px;
	    padding: 6px;
	}
  .thanks-page .head_green p {
    font-size: 19px !important;
    padding: 10px;
  }
	.form.streak {
	    padding: 10px 0px 20px;
	}
	.form.streak p:last-child {
		margin-bottom: 20px;
		text-align: center;
	}
  .sales .radio-001 label {
      font-size: 16px !important;
  }
	#gaiyou dt {font-size: 16px;}
	#gaiyou dd {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	#gaiyou dd .txt_green {
	    font-size: 20px;
	}
	#btn_area p {
	    font-size: 16px !important;
	}
	#btn_area .bank {font-size: 15px;}
	#btn_area .card {font-size: 15px;}
}


@media (max-width: 375px){
	.h1, h1, .font-weight-bold {
	    font-size: 1.2rem;
	}
	.ml-3, .mx-3 {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	main.bg_check .container {
	    background: none;
	    max-width: 340px;
	    padding: 20px 10px !important;
	}
	.register-box h2 img {
	    width: 565px;
	    margin-top: -150px;
	}
  .software-lp p.sub_ttl {
    font-size: 17px !important;
    line-height: 1.4em;
  }
	.software-lp p.cs_design {
    border: solid 2px #25ff00;
    padding: 4px 15px;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 10px;
    background: #00410b;
  }
	.register-box form ul li img {
	    max-width: 160px;
	    height: auto;
	}
  .bg-blink {
    padding: 5px 10px;
    line-height: 1.2em;
  }
	.bg_voice {
	    padding: 50px 0 10px;
	}
	.voice_img {
	    margin-bottom: 35px;
	}
  .software-lp p .f22 {font-size: 16px !important;}
  .software-lp p .f24 {font-size: 18px !important;}
  .software-lp p .f30 {font-size: 20px !important;}
  .software-lp p .f40 {font-size: 25px !important;}
	.wrap_arrow {
	    max-width: 90px;
	    margin: 25px auto 0;
	}
  .sc_btn_wrap {
      padding: 20px 10px;
  }
  .sub_ttl {margin-bottom: 25px;}
  .best_waku p {font-size: 20px !important;}
	.box04 .col-lg-4 .circle-icon .icon {
	    max-width: 140px;
	}
	.register-box form p.f30 {font-size: 20px !important;}
	.register-box form {
	    margin: 20px auto 0;
	}
	.btn a button {
        font-size: 15px !important;
    }
	.bg_blank .container {
	    padding: 20px 10px 0px 10px;
	}
	.set-width {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.sub_ttl {
      margin-top: 45px;
  }
  .point_waku {
      margin-bottom: 20px;
  }
  .apuli_before, .apuli_after {
      margin-bottom: 20px;
  }
  #mae-page .txt_ttl {
    font-size: 17px !important;
  }
	.bg-form {
	    border: solid 1px #eaeaea;
	}
  .voice_box .v_ttl {
      font-size: 18px;
  }
	footer {font-size: 0.7em;}
	footer .py-4 {
		padding-top: 0.7rem!important;
		padding-bottom: 0.7rem!important;
	}
	footer .py-3 {
		padding-top: 0.5rem!important;
		padding-bottom: 0.5rem!important;
	}
}

@media (max-width: 360px){
	.bg_voice {
	    padding: 40px 0 0px !important;
	}
	.voice_img {
	    margin-bottom: 30px;
	}
}

@media (max-width: 320px){
	.container p:last-child {
		margin-bottom: 0 !important;
	}
	section.mb-5 {margin-bottom: 15px !important;}
	.ttl02 {
	    margin-bottom: 10px;
	}
	.jisseki {
	    margin-bottom: 20px;
	}
	.btn a button {
        font-size: 14px !important;
    }
	.register-box form p.f30 {
	    font-size: 17px !important;
	}
	.register-box h2 img {
	    width: 565px;
	    margin-top: -130px;
	}
	.register-box {
	    padding: 130px 0 0px;
	}
	.register-box {
	    padding: 0px 0 0px;
	}
	.software-lp p, .icon-area p {
	    font-size: 1.2rem !important;
	}
	.waku {
        padding: 10px 5px 10px;
    }
	button {
	    font-size: 16px;
	}
	.bg-form {
	    padding: 0 10px;
	    max-width: 410px;
	    margin: 0 auto;
	}
	.register-box form {
	    margin: 15px auto 0;
	}
	.form.streak {
	    padding: 20px 0px 30px !important;
	}
	.bg_blank .container {
	    padding: 30px 10px;
	}
	.form.streak.timer02 {
		padding: 20px 0px 5px !important;
	}
}

/*デバイスごとの改行*/
@media screen and (max-width: 540px) {
	br.none_540 {display: none !important;}
}
@media screen and (max-width: 414px) {
	br.none_414 {display: none !important;}
}
@media screen and (max-width: 375px){
	br.none_375 {display: none !important;}
}
@media screen and (min-width: 321px){
	br.none_320 {display: inline-block;}
}
@media screen and (max-width: 320px){
	br.none_320 {display: none !important;}
}