@charset "UTF-8";

@media screen and (max-width: 640px){
.pc_on {       display:none;}
}
@media screen and (min-width: 640px){
.sp_on {       display:none;}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
	min-width: 1200px;
	scroll-padding-top: 80px;
	scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    text-align: left;
    line-height: 32px;
    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;
	}
/* ------------------------------------------------------------
	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 {
    padding-top: .7em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center,#aacf52,#aacf52 100%,transparent);
}
.dot-text_b {
    background-image: radial-gradient(.15em .15em at center center,#999,#999 100%,transparent);
}
.item_center {
	display: flex;
	align-items: center;	
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
	min-width: 1200px;
}
header .logo {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    width: 300px;
    height: 46px;
    background-image: url(../img/logo_w.png);
	background-size: 100%;
}
header .d {
	color: rgba(0,0,0,0.00)
}
header.scroll-nav .d {
	line-height: 20px;
	position: absolute;
	padding: 5px 15px;
	background: #666666;
	border-radius: 50px;
	left: 320px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
header.scroll-nav {
  padding: 24px 50px;
  background: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);

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

.button01,.button02,.button03 {
    display: inline-block;
    background: #88aa46;
    width: 600px;
     padding: 22px 0;
    text-align: center;
    color: #ffffff;
    margin: 100px 0 40px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 19px;
	font-weight: bold;
	transition : all 0.5s ease 0s;
	border-radius: 100px;
}
.button02 {
	position: absolute;
	right:50px;
    width: 310px;
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
	font-weight: bold;
}
.button03 {
    width: 80%;
    padding: 10px 0;
    margin: 25px 10% 0 10%;
    font-size: 13px;
	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% - 5px);
    right: 40px;
    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 {
    top: calc(50% - 2px);
	border-color: transparent transparent #333 #333;
}
.button02:hover::after {
    top: calc(50% - 3px);
	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: 800px;
    background-image: url(../img/bg_img_test01.jpg);
    background-position: center top;
	background-size: cover;
	position: relative;
}
.main_cc {
    font-size: 84px;
    line-height: 98px;
    font-weight: bold;
    position: absolute;
    left: 6%;
    top: 200px;
	color: #ffffff;
	font-style: italic;
}
.main_ccs {
    font-size: 34px;
    line-height: 48px;
}
.top_bonx_img {
    height: 900px;
	width: 50%;
	min-width: 400px;
	max-width: 860px;
    position: absolute;
    top: 350px;
    right: 0;
    background-image: url(../img/tank_img2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    z-index: 10;
    text-align: center;
}
.top_bonx_t {
	width: 50%;
    position: absolute;
    top: 800px;
    left: 50%;
    z-index: 10;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 19px;
}
.main_block {
	float: right;
	padding: 80px 50% 80px 10%;
}
.title_left,.title_left_b0,.title_center,.title_center_b0,.title_left_ul,.title_center_ul,.title_center_ul_b {
	font-size: 40px;
	line-height: 59px;
	font-weight: bold;
	margin-bottom: 60px;
	margin-top: 30px;
}
.title_left_b0,.title_center_b0 {
	font-size: 26px;
	line-height: 45px;
	margin-bottom: 0;
	margin-top: 0;
}
.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: 110px;
	position: relative;
}
.title_left_ul:before,.title_center_ul:before,.title_center_ul_b:before {
  position: absolute;
  bottom: -57px;
  left: calc(50% - 36px);
  width: 76px;
  height: 10px;
  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 {
    position: absolute;
    left: 6%;
    bottom: -50px;
}
.top_iconarea li {
    float: left;
    text-align: center;
    width: 210px;
	padding-bottom:20px;
	margin: 0 15px;
	background: #F7F7F5;
	border-radius: 4px;
}
.top_iconarea li img {
	width: 160px;
}
.ti_name {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0em;
    background-color: #07AFC8;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 8px 5px;
	border-radius: 30px;
}
.bw_fi_t {
    float: left;
	 width: 25%;
}
.bw_function_icon {
    width: 75%;
}
.main_area {
    padding: 60px 10%;
    clear: both;
    overflow: hidden;
}
.main_area_t0 {
    padding: 0 10% 60px;
    clear: both;
    overflow: hidden;
}
.main_area_t {
    padding: 100px 5%;
    clear: both;
    overflow: hidden;
}
.bw_function_icon li {
	width: 29.3%;
	margin: 2%;
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #909090;
}
.bw_function_icon li:nth-child(3) {
	margin-right: 0;
}
.bw_function_icon li div {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	font-weight: bold;
}
.bw_function_icon li img {
	width: 70px;
	float: left;
	margin-right: 30px;
}
.more_good_img {
    float: left;
    width: 35%;
    background-image: url(../img/img_more_good.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 980px;
}
.more_good_area {
    float: left;
	margin-left: 5%;
	width: 55%
}
.mg_points {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
    line-height: 30px;
}

.features {
	margin: 0 3% 0;
}
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: 30px;
    margin: 0 auto;
    color: #7c7c7c;
    line-height: 29px;
    font-size: 14px;
}
.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 {
	margin-top: 80px;
	width: 100%;
    padding-left: 7%;
	float: left;
}
.qol2 {
	margin-top: 80px;
	width: 100%;
    padding-left: 7%;
	float: left;
	 border-left: 1px solid #333333;
}
.qol_t_area {
    float: left;
    width: 57%;
	padding-bottom: 110px;
}
.qol_i_area {
    float: left;
	margin-left: 10%;
    width: 33%;
	padding-bottom: 110px;
    z-index: 1;
	text-align: center;
	font-size: 11px;
	color: #999999;
}
.qol_i_area img {
    border-radius: 50%;
	margin-bottom: 5px;
}
.qol_box {
    margin-top: 60px;
}
.qol_box_img {
    float: left;
    width: 15%;
    margin-right: 7%;
}
.qol_box_text {
    float: left;
    width: 78%;
    color: #7C7C7C;
}
.qol_box_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #333333;
}
.nocom_box {
	position: relative;
    background-color: #f5f5f5;
    padding: 7% 6% 6%;
	margin-left: -4%;
	width: 94%;
	float: left;
	margin-bottom: 80px;
}
.c3box {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 60px;
	overflow: hidden;
}
.c3box:last-child {
	margin-bottom: 0;
}
.c3box .title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	
}
.c3box img {
	width: 28%;
	margin-right: 7%;
	float: left;
}
.c3box section {
	width: 65%;
	float: left;
	position: relative;
}
.c3box section .number {
	position: absolute;
	font-size: 46px;
	font-weight: 100;
	right: 0;
	top: 0;
	color: rgba(7,175,200,1.00);
}

.title_left_qol {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 40px;
    position: absolute;
    top: -65px;
    left: -4%;
}
.nocom3box {
    float: left;
    width: 33.333%;
	padding: 2%;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
.nocom3box .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
	color: #333333;
}
.nocom3box img {
	margin-bottom: 15px;
}
.nocom5box {
    float: left;
    width: 18%;
    margin: 1%;
    padding: 15px 10px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background-color: #666666;
}
.nocom5box .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.title_center_s {
	font-size: 22px;
    line-height: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
.a_bonx {
	width: 100%;
	padding: 70px 7%;
	border-top: 1px solid #333333;
    border-right: 1px solid #333333;
	float: left;
}
.title_a_bonx {
    color: #ffffff;
    font-size: 38px;
    background: #333333;
    width: 500px;
	height: 500px;
    padding: 60px;
    margin-right: auto;
    margin-left: auto;
}
.title_a_bonx img {
	margin: 30px 0;
	width: 400px;
}
.title_a_bonx small {
	font-size: 20px;
	line-height: 20px;
}
.po_r {
    position: relative;
    margin-bottom: 370px;
}
.abimg {
	position: absolute;
	top: 320px;
	width: 970px;
	left: 0;
  right: 0;
  margin: auto;
}
.a_bonx5box {
    overflow: hidden;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
}
.a_bonx5box li {
    float: left;
    width: 18%;
    margin: 0 1% 1% 1%;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #07AFC8;
	letter-spacing: 0;
	border-radius: 50px;
}
.a_bonx_main {
    border-left: 1px solid #333333;
    width: 86%;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 70px;
}
.a_bonx_main .left {
	width: 55%;
}
.a_bonx_main .right {
	margin-left: 5%;
	width: 45%;
}
.fbox_left,.fbox_right  {
    width: 100%;
	max-width: 1400px;
	margin: 80px auto 0;
    position: relative;
}
.fbox_left .text {
	position: relative;
	margin-left: 7%;
    width: 43%;
}
.fbox_right .text {
	position: relative;
	margin-left: 17%;
    width: 43%;
}
.fbox_left .text img,.fbox_right .text img {
    width: 80px;
	position: absolute;
	top: -50px;
	left: -120px;
}
.fbox_left .imgbox {
	margin-left: 15%;
    width: 35%;
}
.fbox_right .imgbox {
	margin-right 5%;
    width: 35%;
}
.fbox_left .title,.fbox_right .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 46px;
}
.fbox_left .title span,.fbox_right .title span {
    font-size: 36px;
}
.bw_l {
	width: 400px;
	margin: 0 auto 40px;
}
.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: 150px 0;
	background-size: cover;
    background-attachment: fixed;
	font-size: 15px;
}
.cta_box .title {
	font-size: 34px;
	line-height: 58px;
	font-weight: bold;
}
.features2 {
	max-width: 1300px;
	margin: 0 auto;
}
.features2 img {
	width: 50%;
	margin: 0 25% 45px;
}
.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: 55px;
  margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
}
.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: 22px;
	line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
	color: #333333;
	position: relative;
}
.features2 .title {
    position: absolute;
    font-size: 27px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 16px;
    left: 0;
    top: -200px;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
}
.box4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.box4 li {
	float: left;
    width: 21%;
	margin: 0 2%;
}
.box4 img {
	border-radius: 20px;
}
.box4 .title {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	margin: 20px 5px;
}
.box4 section {
	margin: 0 5px;
	font-size: 13px;
	line-height: 24px;
}
.bonx_cloud li {
	float: left;
	width: 29.333%;
	margin: 2%;
	position: relative;
}
.bonx_cloud .title {
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
    margin: 45px 5px;
    text-align: center;
    letter-spacing: 0em;
}
.bonx_cloud .title span {
	font-weight: 100;
	font-size: 40px;
}
.bonx_cloud section {
	margin: 0 15px;
	font-size: 14px;
	line-height: 29px;
}
.case01 {
    padding: 60px 50px 60px 100px;
    position: relative;
    border-left: 1px solid #333333;
}
.case01 .title {
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.case01_box,.case01_box_b {
	margin-top: 70px;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.case01_box_text {
    float: left;
    width: 60%;
	margin-left: 5%;
}
.case01_box_b .case01_box_text {
    float: left;
    width: 60%;
	margin-right: 5%;
	margin-left: 0;
}
.case01_box_img {
    float: left;
	margin-left: 10%;
    width: 25%;
}
.case01_box_img img {
    border-radius: 8px;
}
.case01_box_b .case01_box_img {
    float: left;
	margin-right: 10%;
	margin-left: 0;
    width: 25%;
}
.case_pick {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: bold;
}
.plan_pro01 {
    font-size: 15px;
    font-weight: bold;
    background-color: #065488;
    padding: 10px 25px;
    margin-left: 40px;
    top: -10px;
    position: absolute;
    color: #FFFFFF;
    border-radius: 50px;
}
.plan_pro02 {
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.50);
    padding: 5px 0;
    margin: 35px auto 0;
    color: #FFFFFF;
    border-radius: 50px;
    width: 200px;
    text-align: center;
}
.case02 {
	width: 50%;
	float: left;
    padding: 30px 70px 30px 70px;
	margin-top: 30px;
    border-right: 1px solid #333333;
}
.case02:last-of-type {
    border-right: none;
}
.case02 .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.case02_box_text {
    width: 100%;
	margin-top: 30px;
}
.case02 .case_pick {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
}
.case02_box_img {
    width: 49%;
	margin: 40px auto 20px;
}
.ict_s_img {
    float: right;
    width: 35%;
    background-image: url(../img/bg_itc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1180px;
}
.ict_s_area {
    float: left;
	margin-left: 12%;
	margin-right: 12%;
	width: 41%
}
.ict_s_i {
    background-color: #F0F0EE;
    padding: 20px 30px;
    margin-top: 55px;
    overflow: hidden;
}
.ict_s_i img {
	width: 50%;

	margin-left: 40px;
	float: right;
}
.ict_s_i .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ict_s_i p {
	font-size: 13px;
	line-height: 24px;
}
.plan4box {
    width: 100%;
    overflow: hidden;
}
.plan4box li {
    float: left;
    width: 23%;
    margin: 0 1%;
    border: 5px solid #aaaaaa;
	display: block;
  position: relative;
}
.plan4box li:nth-child(3),.plan4box li:nth-child(4) {
    border: 5px solid #333;
}
.plan4box_top,.plan4box_top2 {
    width: 100%;
    padding: 20px 15px;
    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: 15px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 25px;
}
.plan_standard,.plan_pro {
    padding: 3px 0;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.50);
}
.plan_pro {
	background: rgba(170,207,82,1.00);
}
.plan_m {
    color: #FFFFFF;
    background-color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
	width: 140px;
	border-radius: 30px;
}
.plan_price {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
.plan_price small {
    font-size: 15px;
	color: #999999;
}
.plan_pick {
    margin-top: 15px;
    font-size: 14px;
    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;
    height: 220px;
    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: 20px;
	font-weight: bold;
}
.plan_main {
    font-size: 13px;
    text-align: center;
    padding: 10px 15px;
    letter-spacing: 0em;
	line-height: 43px;
}
.plan_main span {
    font-size: 15px;
	font-weight: bold;
	color: #CBCBCB;
	vertical-align: -2px;
}
.plan_main strong {
	color:  #AACF52;
	font-weight: normal;
	font-size: 12px;
}
.plan4box li:nth-child(3) .plan_main span,.plan4box  li:nth-child(4) .plan_main span {
    color: #E84572;
}
.price_bonxplus {
    margin-top: -22px;
}
.plan_hosoku {
    width: 70%;
    font-size: 13px;
	line-height: 23px;
    background-color: #F0F0EE;
    margin-top:40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 15px 20px;
}
.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%;
    max-width: 1180px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
}
.title_left_reco {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}
.reco_img01 {
    position: absolute;
	top: -40px;
	right: -5%;
	width: 38%;
	max-width: 500px;
}
.reco_check {
    float: left;
    margin: 60px 5% 0 8%;
    width: 87%;
    padding: 30px 60px;
    background-color: #E6E6E2;
}
.reco_check li {
    width: 100%;
    font-size: 16px;
    background-image: url(../img/checked_b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33px;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 55px;
}
.title_left_reco2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 25px;
}
.reco_box .item_center img {
	width: 40%;
	margin-right: 10%;
	margin-left: 5%;
}
.bonx_plus {
    border-left: 1px solid #333333;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 70px;
}
.bonx_plus img {
    width: 60%;
    margin-top: 50px;
}
.title_sub {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.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 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.hw3box_text .title,.hw3box_text2 .title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: bold;	
}
.hw3box_text {
    width: 80%;
	max-width: 980px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.hw3box_text2 {
	width: 80%;
	max-width: 980px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.hw3box li {
    float: left;
    width: 33.333%;
    padding: 6%;
    border-right: 1px solid #999999;
    margin-top: 40px;
    line-height: 28px;
    color: #7F7F7F;
}
.hw3box li:last-of-type {
	border: none;
}
.hw3box li img {
	width: 86%;
	margin-left: 7%;
}
.hw_name {
    font-size: 28px;
    font-weight: bold;
	margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
	color: #333333;
}
.hw3box li .pick {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
}
.hw_kai {
    background-color: #F0F0EE;
    padding: 30px 45px;
    width: 80%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.hw_kai .pick {
    font-size: 22px;
    font-weight: bold;
	margin-top: 15px;
    margin-bottom: 30px;
    color: #333333;
}
.price_kai_box {
	margin-top: 35px;
    width: 100%;
}
.price_kai_box p {
	margin-left: 10px;
	margin-right: 10px;
}
.leftbox {
	float: left;
    width: 45%;
}
.centerbox {
    float: left;
    width: 20%;
    font-size: 50px;
    font-weight: 100;
    color: #AACF52;
	text-align: center;
}
.rightbox {
	float: left;
    width: 35%;
}
.pp_title {
    color: #FFFFFF;
    background-color: #676767;
    padding: 3px 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.flow01,.flow02,.flow03 {
    margin: 5%;
    float: left;
    width: 40%;
    margin-top: 80px;
    line-height: 28px;
    position: relative;
    padding-left: 5%;
    border-left: 1px solid #333333;
	padding-bottom: 30px;
	color: #555555;
}
.flow02 {
    margin-top: 20%;
}
.flow03 {
    margin-top: -10%;
}
.flow01 .title,.flow02 .title,.flow03 .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #333333;
}
.flow01 .number,.flow02 .number,.flow03 .number {
    font-size: 30px;
    color: #FFFFFF;
    background-color: #333333;
    padding: 15px 12px;
    position: absolute;
    z-index: 1;
    left: -30px;
    top: -30px;	
}
.bonx_support li {
	float: left;
	width: 29.333%;
	margin: 2%;
	position: relative;
}
.bonx_support .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 25px 5px;
    text-align: center;
    letter-spacing: 0em;
}
.bonx_support .title span {
	font-weight: 100;
	font-size: 40px;
}
.bonx_support section {
	margin: 0 15px;
	font-size: 14px;
	line-height: 29px;
	color: #555555;
}
.setting_left {
    width: 60%;
    margin-right: 10%;
}
.setting_right {
    width: 30%;
}
.setting_right img {
    width: 70%;
	margin-bottom: 30px;
}
.setting_left li {
    width: 100%;
    padding: 15px 20px 15px 30px;
    position: relative;
    background: #F7F7F5;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 22px;
}
.setting_left li .number {
	font-size: 17px;
	line-height: 17px;
	padding: 14px 14px;
	position: absolute;
	background: #333333;
	color: #ffffff;
	top: -30px;
	left: -30px;
	font-weight: 100;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 30px 80px 30px 20px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.qa-list dl:first-child {
    border-top: 1px solid #ddd;
}
.qa-list dl::before {
    position: absolute;
    top: 40px;
    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;
    font-weight: bold;
    font-size: 15px;
}
.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: 12px;
    color: #ffffff;
    background-color: #333333;
    text-align: center;
    padding: 20px;
}
#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;
	transition : all 0.5s ease 0s; 
}
#pagetop a:hover {
	background: #999999;
}
.m5_3 {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}
.m5_2 {
	width: 620px;
	margin: 0 auto;
	overflow: hidden;
}
.m5_3 li,.m5_2 li {
	border: solid 6px rgba(7,175,200,1.00);
	width: 270px;
	height: 270px;
	margin: 20px 20px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	border-radius: 100%;
	background: #EEFCFE;
}
.m5_3 li p,.m5_2 li p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
}
.m5_3 li section,.m5_2 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: 80%;
	margin: 0 10%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	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: 11px;
	line-height: 15px;
	text-align: center;
	margin-top: 30px;
}
.contactbox {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
	z-index: 1;
}
.tbbox {
	margin-top: 30px;
	overflow: hidden;
	border-radius: 5px;
	align-items:stretch;
}
.tbbox_left {
	display:table;
	float: left;
	width: 25%;
	padding: 20px 30px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	background: #666666;
	position: relative;
}
.tbbox_left strong {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.tbbox_right {
	float: left;
	width: 75%;
	padding: 20px 30px;
	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: 50%;
padding: 15px 20px;
font-size: 15px;
background-color: #ffffff;
border: solid 2px #ededed;
}

.wpcf7 textarea[name="your-message"]{
    width: 100%;
padding: 15px 20px;
font-size: 15px;
background-color: #ffffff;
border: solid 2px #ededed;
}
.wpcf7-select {
    width: 50%;
padding: 19px 20px;
font-size: 15px;
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対応*/
}
.sel_s .wpcf7-select {
    width: 90px;
padding: 19px 20px;
font-size: 15px;
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対応*/
}
.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:#DB4A40;
}
.screen-reader-response ul {
display:none;
}
.wpcf7-response-output {
border-color: #DB4A40;
}
.wpcf7-not-valid-tip {
color:#DB4A40;
width:100%;
float:left;
font-size:90%;
}
.wpcf7-validation-errors {
color: #DB4A40;
margin-top:15px;
padding:25px;
border: 4px solid #DB4A40;
}
div.wpcf7 input[type='submit'] {
-webkit-appearance: none; /*アイフォンでCSSが無効になるのを防ぐ*/
width: 100%;
max-width: 320px;
background: #88aa46;
border: none;
color: #fff;
padding: 16px 0;
font-weight: bold;
font-size: 13px;
margin-top: 50px;
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: 1;
    }
	.marker-text span {
	position: relative;
		z-index: 2;
    }
    .marker-text::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0.1em;
      height: 0.5em;
      width: 100%;
      background: rgba(7,175,200,0.40);
      z-index: -1;
      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);
      }
    }
}
