@charset "UTF-8";

@media screen and (min-width: 640px){
.sp_on {       display:none;}
}
@media screen and (max-width: 640px){
.pc_on {       display:none;}
	
/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
	scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
    margin: 0 auto;
    font-size: 13px;
    padding: 0;
    text-align: left;
    line-height: 28px;
    color: #333333;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#canvas {
    z-index: 0;
	position: fixed;
}

#hydrog
strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}
strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}


/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */
img {
	margin:0;
	padding:0;
	left: auto;
	right: auto;
	height: auto;
	border: none;
	top: 0px;
	max-width: 100%;
	vertical-align:top;
}
#c_both {
	clear:both;
	}
ul,li {
list-style: none;
margin: 0px;
padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	}

.markerline_g {
	background: linear-gradient(transparent 60%, #aacf52 0%);
}
.markerline_g2 {
	background: linear-gradient(transparent 60%, rgba(170,207,82,0.30) 0%);
}
.markerline_g3 {
	background: linear-gradient(transparent 60%, rgba(170,207,82,0.60) 0%);
}
.markerline_p {
	background: linear-gradient(transparent 60%, #e84572 0%);
}
.markerline_p2 {
	background: linear-gradient(transparent 60%, rgba(232,69,114,0.30) 0%);
}
.markerline_ul_w {
	background: linear-gradient(transparent 98%, #ffffff 10%);
}
.markerline_ul {
	background: linear-gradient(transparent 98%, #333333 10%);
}
.dot-text,.dot-text_b {
}
.dot-text_b {
}
.item_center {
	overflow: hidden;
}
.item_center_sp {
	display: flex;
	align-items: center;	
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
header .logo {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    width: 240px;
    height: 72px;
    background-image: url(../img/logo_h_w.png);
	background-size: 100%;
}

header.scroll-nav {
  padding: 12px 50px;
  background: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);

}
header.scroll-nav .logo {
	width: 200px;
    height: 60px;
  background-image: url(../img/logo_h.png);
	background-size: 100%;
}

.button01,.button02,.button03 {
    display: inline-block;
    background: #88aa46;
    width: 100%;
     padding: 10px 0;
    text-align: center;
    color: #ffffff;
    margin: 35px 0 20px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 13px;
	font-weight: bold;
	transition : all 0.5s ease 0s;
	border-radius: 100px;
}
.button02 {
	position: absolute;
	right:50px;
    width: 280px;
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
	font-weight: bold;
}
.button03 {
    width: 80%;
    padding: 7px 0;
    margin: 15px 10% 0 10%;
    font-size: 12px;
	font-weight: bold;
}
.button01:hover,.button02:hover,.button03:hover {
	color: #333;
	background: #FFEB44;
}
.button01::after,.button02::after,.button03::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
    transition: .3s;
}
.button02::after {
    right: 20px;
}
.button01:hover::after,.button02:hover::after,.button03:hover::after {
    right: 20px;
	border-color: transparent transparent #333 #333;
}
.bg_gray {
	background: #F7F7F5;
}
.bg_gray2 {
	background: #F0F0EE;
}
.bg_white {
	background: #ffffff;
}
.bg_db {
	background: #000c1f;
	color: #ffffff;
}
.bg_black {
	background: #111111;
	color: #ffffff;
}	
.top_main {
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg_img_test01sp.jpg);
    background-position: center top;
	background-size: cover;
	position: relative;
	float: left;
}
.top_main_logo {
    width: 60%;
    margin-top: 10vh;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 25px;
}
.main_cc {
    font-size: 21px;
    line-height: 34px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.main_ccs {
    font-size: 34px;
    line-height: 48px;
}
.top_bonx_img {
	width: 86%;
    position: absolute;
    bottom: 21vh;
    left: 10%;
	z-index: 1;
}
.top_bonx_t {
	 position: absolute;
    font-size: 9px;
    line-height: 12px;
	right: 35px;
	bottom: 80px;
	text-align: center;
	background: rgba(255,255,255,0.70);
	border-radius: 20px;
	padding: 4px 10px;
	z-index: 2
}
.top_main .button03 {
	position: absolute;
	padding: 10px 0;
	bottom: 14vh;
	z-index: 2;
}
.main_block {
    float: right;
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
	line-height: 24px;
}
.title_left,.title_left_b0,.title_center,.title_center_b0,.title_left_ul,.title_center_ul,.title_center_ul_b {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}
.title_left_b0,.title_center_b0 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: -20px;
}
.title_center {
	text-align: center;
}
.title_left_ul {
	margin-bottom: 110px;
	position: relative;
}
.title_center_ul,.title_center_ul_b {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.title_left_ul:before,.title_center_ul:before,.title_center_ul_b:before {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 36px);
  width: 60px;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #333, #333 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.title_center_ul_b:before {
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
}
.top_iconarea {
	width: 98%;
    position: absolute;
    left: 1%;
	right: 0;
    top: 90vh;
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
	z-index: 2;
	justify-content: center;
}
.top_iconarea li {
    float: left;
    text-align: center;
    width: 31.333%;
	padding: 10px 0;
	margin: 1% 1% 0;
	background: #F7F7F5;
	border-radius: 4px;
	line-height: 14px;
}
.top_iconarea li img {
	width: 60%;
	margin-bottom: 5px;
}
.ti_name {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0em;
    font-weight: bold;
}
.bw_fi_t {
	text-align: center;
	 width: 100%;
}
.bw_function_icon {
    width: 100%;
}
.main_area {
    clear: both;
    overflow: hidden;
    padding: 40px 2% 40px 2%;
}
.main_area_t {
    padding: 40px 2% 40px;
    clear: both;
    overflow: hidden;
}
.bw_function_icon li {
	width: 29.3%;
	margin: 25px 2% 0;
	float: left;
	font-size: 11px;
	line-height: 20px;
	color: #909090;
	text-align: center;
}
.bw_function_icon li:nth-child(3) {
	margin-right: 0;
}
.bw_function_icon li div {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0em;
}
.bw_function_icon li img {
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
	margin-bottom: 10px;
}
.more_good_img {
    width: 100%;
    background-image: url(../img/img_more_good.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
}
.more_good_area {
	width: 96%;
	margin: 0 auto;
}
.mg_points {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333333;
    line-height: 22px;
}

.features {
    margin-top: 0;
    margin-right: 3%;
    margin-bottom: 25px;
    margin-left: 3%;
}
ul.col {
  display: flex;
  flex-flow: row wrap;
}
ul.col > li {
    flex: 0 0 50%;
    width: 50%;
    /* before Android4.3 iOS6:Safari */
    max-width: 50%;
    /* IE11*/
    height: auto;
}
.features .features-inner {
    padding: 20px;
    margin: 0 auto;
    color: #7C7C7C;
    line-height: 22px;
}
.features li:nth-child(1){
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
.features li:nth-child(2){
    border-bottom: solid 1px #ededed;
}
.features li:nth-child(3){
    border-right: solid 1px #ededed;
}
.qol {
	width: 100%;
}
.qol2 {
	width: 100%;
    padding-left: 7%;
	padding-right: 5%;
    border-left: 1px solid #333333;
	float: left;
}
.qol_t_area {
    width: 100%;
	padding-bottom: 20px;
	line-height: 24px;
	line-height: 24px;
}
.qol_i_area {
	margin: 0 auto 20px;
    width: 80%;
	z-index: 1;
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #999999;
}
.qol_i_area img {
	border-radius: 50%;
}
.qol_box {
    margin-top: 30px;
	overflow: hidden;
}
.qol_box_img {
    float: left;
    width: 15%;
    margin-right: 7%;
}
.qol_box_text {
    float: left;
    width: 78%;
    color: #7C7C7C;
}
.qol_box_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 25px;
    color: #333333;
}
.nocom_box {
	position: relative;
    background-color: #E4E4D7;
    padding: 32px 4% 4%;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.title_left_qol {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 15px;
	position: absolute;
	top: -34px;
	left: -2%;
	width: 100%;
}
.c3box {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
	overflow: hidden;
}
.c3box:last-child {
	margin-bottom: 0;
}
.c3box .title {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	
}
.c3box img {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 15px;
	border-radius: 10px;
}
.c3box section {
	width: 100%;
	float: left;
	position: relative;
}
.c3box section .number {
	display: none;
}
.nocom3box {
    float: left;
    width: 100%;
	padding: 2%;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 15px;
}
.nocom3box .title {
    font-weight: bold;
	font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
	color: #333333;
}
.nocom3box img {
	margin-bottom: 15px;
}
.nocom5box {
    float: left;
    width: 100%;
	margin-bottom: 10px;
    padding: 10px 10px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background-color: #666666;
	text-align: center;
}
.nocom5box .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}
.title_center_s {
	font-size: 15px;
    line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.a_bonx {
	width: 100%;
	padding: 20px 0 10px;
	border-top: 1px solid #333333;
    border-right: 1px solid #333333;
	float: left;
}
.title_a_bonx {
    color: #ffffff;
    font-size: 20px;
    background: #333333;
    width: 82%;
    height: 220px;
    padding: 30px;
	margin-left: 8%;
}
.title_a_bonx img {
	margin: 20px 0;
	width: 70%;
}
.title_a_bonx small {
	font-size: 15px;
	line-height: 20px;
}
.po_r {
    position: relative;
}
.abimg {
	width: 100%;
	margin: -30px auto 0;
}
.a_bonx5box {
    overflow: hidden;
}
.a_bonx5box li {
    float: left;
    width: 29.333%;
    margin: 0 1% 10px;
    padding: 15px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #333333;
}
.a_bonx_main {
    width: 100%;
    margin-top: 10px;
    padding-right: 5%;
    padding-left: 10px;
	position: relative;
}
.a_bonx_main .left {
	width: 55%;
}
.a_bonx_main .right {
	margin-left: 5%;
	width: 45%;
}
.fbox_left,.fbox_right  {
    width: 100%;
	margin: 0 auto;
}
.fbox_left .text,.fbox_right .text {
    position: relative;
    margin-top: -75px;
    margin-left: 10%;
    padding: 15px 20px;
    width: 80%;
    background: #F7F7F5;
    color: #7C7C7C;
}
.fbox_left .text img,.fbox_right .text img {
    width: 54px;
	position: absolute;
	top: 13px;
	right: 12px;
	z-index: 0;
}
.fbox_left .imgbox {
    width: 100%;
}
.fbox_right .imgbox {
    width: 100%;
}
.fbox_left .title,.fbox_right .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 26px;
	color: #333333;
	z-index: 1;
	position: relative;
}
.fbox_left .title span,.fbox_right .title span {
    font-size: 18px;
}
.bw_l {
	width: 50%;
	margin: 0 auto 10px;
}
.bw_m {
	width: 60px;
	margin: 0 auto 40px;
}
.bg_img01,.bg_img02 {
    background-image: url(../img/bg_img01.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bg_img02 {
    background-image: url(../img/bg_img02.jpg);
	background-position: center;
}
.cta_box {
    color: #FFFFFF;
    background-image: url(../img/cta_bg.jpg);
    text-align: center;
    padding: 30px 20px;
	font-size: 12px;
	background-size: cover;
    background-attachment: fixed;
}
.cta_box .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.features2 {
	margin: 0 auto;
}
.features2 img {
	width: 80%;
	margin: 0 10% 15px;
}
.features2 ul.col {
  display: flex;
  flex-flow: row wrap;
}
.features2 ul.col > li {
    flex: 0 0 50%;
    width: 50%;
    /* before Android4.3 iOS6:Safari */
    max-width: 50%;
    /* IE11*/
    height: auto;
}
.features2 .features-inner {
  padding: 8%;
  margin: 0 auto;
	font-size: 13px;
	line-height: 24px;
	color: #7C7C7C;
}
.features2 li:nth-child(1){
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
.features2 li:nth-child(2){
    border-bottom: solid 1px #ededed;
}
.features2 li:nth-child(3){
    border-right: solid 1px #ededed;
}
.features2 .mg_points {
    font-size: 14px;
	line-height: 23px;
    font-weight: bold;
    margin-bottom: 10px;
	color: #333333;
	position: relative;
}
.features2 .title {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 11px;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
	margin-bottom: 15px;
}
.box4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.box4 li {
	float: left;
    width: 46%;
	margin: 0 2% 20px;
}
.box4 li:nth-child(3),.box4 li:nth-child(4) {
	margin-bottom: 0;
}
.box4 img {
	border-radius: 3px;
}
.box4 .title {
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	margin: 10px 5px;
}
.box4 section {
	margin: 0 5px;
	font-size: 12px;
	line-height: 22px;
	color: #7C7C7C;
}
.bonx_cloud li,.bonx_support li {
    float: left;
    width: 92%;
    margin: 0 4% 25px 4%;
    position: relative;
    color: #7C7C7C;
    font-size: 13px;
    line-height: 24px;
}
.bonx_cloud .title,.bonx_support .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 15px 5px 10px;
    text-align: center;
    letter-spacing: 0em;
	color: #333333;
}
.bonx_cloud .title span,.bonx_support .title span {
	font-weight: 100;
	font-size: 14px;
	font-weight: bold;
}
.bonx_cloud section,.bonx_support section {
	margin: 0 15px;
	font-size: 13px;
	line-height: 24px;
}
.case01 {
    padding: 0 5%;
    position: relative;
    border-left: 1px solid #333333;
}
.case01 .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.case01_box,.case01_box_b {
	margin-top: 15px;
    width: 100%;
	font-size: 13px;
	line-height: 24px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
	color: #7C7C7C;
}
.case01_box_text {
    float: left;
    width: 100%;
	line-height: 20px;
	font-size: 12px;
}
.case01_box_img,.case01_box_b .case01_box_img {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 15px;
    width: 60%;
	z-index: 1;
	
}
.case01_box_img img {
	border-radius: 5px;
}
.case_pick {
    font-size: 14px;
	line-height: 24px;
    margin-bottom: 15px;
    font-weight: bold;
	color: #333333;
}
.plan_pro01 {
    font-size: 11px;
    font-weight: bold;
    background-color: #065488;
    color: #FFFFFF;
    border-radius: 50px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
	margin-top: 10px;
}
.plan_pro02 {
    font-size: 11px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.50);
    color: #FFFFFF;
    border-radius: 50px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.case02 {
	width: 100%;
    padding: 0 3%;
	margin-top: 25px;
    border-right: 1px solid #333333;
}
.case02:last-of-type {
    border-right: none;
	border-left: 1px solid #333333;
}
.case02 .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.case02_box_text {
    margin-top: 20px;
    width: 88%;
	font-size: 13px;
	line-height: 24px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
	color: #7C7C7C;
}
.case02 .case_pick {
    font-size: 14px;
	line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
	color: #333333;
}
.case02_box_img {
    float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px;
    width: 80%;
}
.ict_s_img {
	width: 100%;
	margin-bottom: 15px;
}
.ict_s_area {
    float: left;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	width: 90%
}
.ict_s_i {
    background-color: #F0F0EE;
    padding: 10px 15px;
    margin-top: 15px;
    overflow: hidden;
	font-size: 13px;
	line-height: 23px;
}
.ict_s_i img {
	width: 80%;
	margin: 0 10% 10px;
}
.ict_s_i .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 24px;
}
.ict_s_i p {
	font-size: 12px;
	line-height: 20px;
}
.plan4box {
    width: 100%;
    overflow: hidden;
}
.plan4box li {
    float: left;
    width: 92%;
    margin: 0 4% 10px;
    border: 4px solid #aaaaaa;
	display: block;
  position: relative;
}
.plan4box li:nth-child(3),.plan4box li:nth-child(4) {
    border: 4px solid #333;
}
.plan4box li:nth-child(4) {
	margin-bottom: 0
}
.plan4box_top,.plan4box_top2 {
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    background-color: #F7F7F5;
}
.plan4box_top2 {
    background-color: #f7f4f2;
}
.plan4box_top small,.plan4box_top2 small {
    font-size: 10px;
}
.plan4box_top .title,.plan4box_top2 .title {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.plan_standard,.plan_pro {
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.50);
	margin: 0 30px 3px;
}
.plan_pro {
	background: rgba(170,207,82,1.00);
}
.plan_m {
    color: #FFFFFF;
    background-color: #333333;
    font-size: 10px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
	width: 100px;
	border-radius: 30px;
}
.plan_price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.plan_price small {
    font-size: 12px;
	color: #999999;
}
.plan_pick {
    margin-top: 10px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
}
.plan4box li:nth-child(3) .plan_pick {
	color: #E84572;
}
.plan_earphon {
    text-align: center;
    border-bottom: 3px solid #F7F7F5;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.plan4box li:nth-child(3) .plan_earphon,.plan4box li:nth-child(4) .plan_earphon {
    border-bottom: 3px solid #f7f4f2;
}
.plan_earphon strong {
    font-size: 12px;
	font-weight: bold;
}
.plan_earphon small {
    font-size: 10px;
	color: #999999;
}
.plan_nop {
    text-align: center;
    padding: 10px 15px;
    border-bottom: 3px solid #F7F7F5;
	font-size: 13px;
}
.plan4box li:nth-child(3) .plan_nop,.plan4box li:nth-child(4) .plan_nop {
    border-bottom: 3px solid #f7f4f2;
}
.plan_nop strong {
    font-size: 17px;
	font-weight: bold;
}
.plan_main {
    font-size: 13px;
    text-align: center;
    padding: 10px 15px;
    letter-spacing: 0em;
	line-height: 35px;
}
.plan_main span {
    font-size: 15px;
	font-weight: bold;
	color: #CBCBCB;
	vertical-align: -2px;
}
.plan_main strong {
	color:  #AACF52;
}
.plan4box li:nth-child(3) .plan_main span,.plan4box  li:nth-child(4) .plan_main span {
    color: #E84572;
}
.price_bonxplus {
    margin-top: -15px;
}
.plan_hosoku {
    width: 90%;
    font-size: 11px;
	line-height: 21px;
    background-color: #F0F0EE;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px;
}
.plan_hosoku .number {
    font-size: 14px;
	color: #AACF52;
}
.ribbon17-wrapper {
  display: block;
  position: relative;
}

.ribbon17-content {
	display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon17 {
    display: inline-block;
    position: absolute;
    padding: 3px 0;
    left: -18px;
    top: 17px;
    width: 160px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    background: #333333;
    color: #fff;
    letter-spacing: 0em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.reco_box {
    position: relative;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}
.title_left_reco {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
	text-align: center;
}
.reco_img01 {
	width: 100%;
}
.reco_check {
    float: left;
    margin: 20px 4% 0;
    width: 92%;
    padding: 5px 15px;
    background-color: #E6E6E2;
}
.reco_check li {
    width: 100%;
    font-size: 13px;
    background-image: url(../img/checked_b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    font-weight: bold;
	padding: 6px 0 10px 35px;
	line-height: 21px;
}
.title_left_reco2 {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bonx_plus small {
    line-height: 11px;
}
.reco_box .item_center img {
	width: 40%;
	margin-right: 10%;
	margin-left: 5%;
}
.bonx_plus {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 13px;
	line-height: 24px;
}
.bonx_plus small {
    font-size: 13px;
}
.bonx_plus img {
    width: 100%;
    margin-top: 10px;
}
.title_sub {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 24px;
}
.a_bonx3box {
    overflow: hidden;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 80px;
}
.a_bonx3box li {
    float: left;
    width: 29.333%;
    margin: 0 2%;
    padding: 20px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #333333;
}
.hw3box {
	margin-top: 25px;
	overflow: hidden;
}
.hw3box_text .title,.hw3box_text2 .title {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: bold;	
}
.hw3box_text {
    width: 96%;
	margin: 20px 2%;
	font-size: 12px;
	line-height: 21px;
}
.hw3box_text2 {
    width: 90%;
	margin: 0 5%;
	font-size: 12px;
	line-height: 21px;
}
.hw3box li {
    float: left;
    width: 100%;
    padding: 0 6%;
	margin-bottom: 25px;
    line-height: 24px;
    color: #7F7F7F;
}
.hw3box li img {
	width: 60%;
	margin-left: 20%;
}
.hw_name {
    font-size: 19px;
    font-weight: bold;
	margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
	color: #333333;
}
.hw3box li .pick {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}
.hw_kai {
    background-color: #F0F0EE;
    padding: 10px 15px 0;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
	font-size: 13px;
	line-height: 24px;
	color: #7C7C7C;
}
.hw_kai .pick {
    font-size: 15px;
	line-height: 22px;
    font-weight: bold;
	margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
}
.price_kai_box {
	margin-top: 25px;
    width: 100%;
	overflow: hidden;
}
.price_kai_box p {
	margin: 0;
	padding: 0;
}
.leftbox {
    width: 100%;
}
.centerbox {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #AACF52;
	text-align: center;
	padding: 15px 0;
}
.rightbox {
    width: 100%;
}
.pp_title {
    color: #FFFFFF;
    background-color: #676767;
    padding: 3px 10px;
    font-weight: bold;
    margin-bottom: 10px;
	font-size: 12px;
}
.flow01,.flow02,.flow03 {
    margin: 5%;
    float: left;
    width: 90%;
    margin-top: 30px;
    line-height: 24px;
    position: relative;
    padding-left: 5%;
    border-left: 1px solid #333333;
	padding-bottom: 15px;
	color: #555555;
}
.flow02,.flow03 {
    margin-top: 15px;
}
.flow01 .title,.flow02 .title,.flow03 .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #333333;
	line-height: 24px;
}
.flow01 .number,.flow02 .number,.flow03 .number {
    font-size: 17px;
    color: #FFFFFF;
    background-color: #333333;
    padding: 7px 12px;
    position: absolute;
    z-index: 1;
    left: -20px;
    top: -20px;	
}
.setting_left {
    width: 100%;
	overflow: hidden;
}
.setting_right {
    width: 80%;
	margin: 0 10%;
}
.setting_right img {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.setting_left li {
    width: 93%;
    padding: 10px 15px 10px 30px;
    position: relative;
    background: #F7F7F5;
	margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 22px;
	color: #333333;
}
.setting_left li:last-of-type {
    margin-bottom: 0;
}
.setting_left li .number {
	font-size: 12px;
	line-height: 12px;
	padding: 8px 8px;
	position: absolute;
	background: #333333;
	color: #ffffff;
	top: -10px;
	left: -10px;
	font-weight: 100;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 25px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
	font-size: 13px;
	line-height: 24px;
	color: #7C7C7C;
}
.qa-list dl:first-child {
    border-top: 1px solid #ddd;
}
.qa-list dl::before {
    position: absolute;
    top: 26px;
    right: 25px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #AACF52;
    border-right: 2px solid #AACF52;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
	padding-right: 30px;
    font-weight: bold;
    font-size: 13px;
	color: #333333;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.copyright {
    font-size: 10px;
    color: #ffffff;
    background-color: #333333;
    text-align: center;
    padding: 10px;
}
#pagetop {
    position: fixed;
    right: 10px;
    bottom: -100px;
    margin: 0;
	z-index: 5;
}
#pagetop a{
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    transition: opacity .6s ease;
    color: #ffffff;
	background: #333333;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
}
.m5_3 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.m5_3 li {
	border: solid 3px rgba(7,175,200,1.00);
	width: 46%;
	height: 164px;
	margin: 2%;
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	border-radius: 100%;
	background: #EEFCFE;
	float: left;
}
.m5_3 li p {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 10px;
	letter-spacing: 0;
}
.m5_3 li section {
	width: 300px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.img_tank {
	width: 800px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.youtubebox {
	width: 100%;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 16 / 11;
	float: left;
	z-index: 1;
	position: relative;
	border-radius: 10px;
}
.youtubebox iframe {
  width: 100%;
  height: 100%;
}
.youtube_more {
    width: 30%;
    padding: 5% 4% 5% 6%;
    font-size: 90px;
    color: #FCFCFC;
    line-height: 70px;
    float: right;
    font-family: "Teko", sans-serif;
}
.youtube_more img {
    width: 130px;
	margin-bottom: 50px;
}
/* ------------------------------------------------------------
	contact form 7
------------------------------------------------------------ */
.smallt {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	margin-top: 30px;
}
.contactbox {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
	z-index: 1;
}
.tbbox {
	margin-top: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
	align-items:stretch;
	font-size: 12px;
}
.tbbox:last-of-type {
	margin-bottom: 0;
}
.tbbox_left {
	width: 100%;
	padding: 8px 15px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #666666;
	position: relative;
}
.tbbox_left strong {
	display:table-cell;
	vertical-align:middle;;
}
.tbbox_right {
	width: 100%;
	padding: 15px 20px;
	line-height: 23px;
	background: #F7F7F7;
}
	
.wpcf7 input[name="your-name"],.wpcf7 input[name="your-email"],.wpcf7 input[name="tel-114"],.wpcf7 input[name="tel-5"],.wpcf7 input[name="text-396"],.wpcf7 input[name="text-749"],.wpcf7 input[name="text-72"]{
        width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: solid 2px #ededed;
	border-radius: 4px;
}
.wpcf7 textarea[name="your-message"]{
        width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: solid 2px #ededed;
	border-radius: 4px;
}
.wpcf7-select {
        width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: solid 2px #ededed;
	position: relative;
	appearance: none;
      -webkit-appearance: none; /*Google Chrome/Safari対応*/
      -moz-appearance: none; /*Firefox対応*/
      -o-appearance: none; /*Opera対応*/
	border-radius: 4px;
}
.sel_s .wpcf7-select {
        width: 40%;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #ffffff;
	border: solid 2px #ededed;
	position: relative;
	appearance: none;
      -webkit-appearance: none; /*Google Chrome/Safari対応*/
      -moz-appearance: none; /*Firefox対応*/
      -o-appearance: none; /*Opera対応*/
	border-radius: 4px;
}
.dropdown_menu .wpcf7-form-control-wrap {
  position: relative;
}
.dropdown_menu .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  height: 5px;
  width: 5px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right:20px;
  transform: rotate(135deg);
  pointer-events: none;
	margin-top: -5px;
	transition: 0.5s;
}
.dropdown_menu .wpcf7-form-control-wrap:hover::after {
	margin-top: 0;
}
.form_t {
	font-size: 90%;
	margin-top: 10px;
}
.screen-reader-response {
	margin-bottom:15px;
	color:#DB3D88;
}
 .screen-reader-response ul {
	display:none;
}
.wpcf7-response-output {
	border-color: #DB3D88;
}
.wpcf7-not-valid-tip {
	color:#DB3D88;
	width:100%;
	float:left;
	font-size:90%;
}
.wpcf7-validation-errors {
	color: #DB3D88;
	margin-top:15px;
	padding:25px;
	border: 4px solid #DB3D88;
}
div.wpcf7 input[type='submit'] {
-webkit-appearance: none; /*アイフォンでCSSが無効になるのを防ぐ*/
    width: 60%;
    background: #88aa46;
    border: none;
    color: #fff;
    padding: 12px 0;
    font-weight: bold;
    font-size: 11px;
	border-radius: 5px;
}
div.wpcf7 input[type='submit']:hover {
    color: #333;
	background: #FFEB44;
    transition: all .5s ease; /*変化する時間（0.5秒）*/
}
.hissu {
	position: absolute;
	color: #333333;
	background-color: #EBFF00;
	text-align: center;
	width: 40px;
	padding: 2px;
	font-size: 9px;
	line-height: 18px;
	font-weight: bold;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right: 16px;
	border-radius: 5px;
}
div.wpcf7 .ajax-loader { /*送信ボタンの右につく余白を消す*/
    display: none !important;
}
.marker-text {
      position: relative;
      font-weight: bold;
      overflow: hidden;
		z-index: 3;
    }
.marker-text span {
	position: relative;
		z-index: 4;
    }

    .marker-text::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0.1em;
      height: 1.1em;
      width: 100%;
      background: rgba(7,175,200,0.80);
      z-index: 2;
      transform: scaleX(0);
      transform-origin: left;
      animation: markerAnim 1s ease-out forwards;
    }

    /* アニメーションのディレイをずらす */
    .line-1::after {
      animation-delay: 0s;
    }
    .line-2::after {
      animation-delay: 0.5s;
    }
    .line-3::after {
      animation-delay: 1s;
    }

    @keyframes markerAnim {
      to {
        transform: scaleX(1);
      }
    }
}
