@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: #222222;
    -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;
}
#hydrog
strong {
	font-weight:bold;
	}
a {
	color: #C4383F;
}
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_y {
	background: linear-gradient(transparent 60%, #F7EA00 0%);
}
.dot-text {
  padding-top: 0.7em;
  background-image: repeating-radial-gradient(
    circle,
    #F7EA00 0,
    #F7EA00 0.15em,
    transparent 0.15em,
    transparent 1.3em
  );
  background-size: 1.3em 0.3em;
  background-repeat: repeat-x;
  background-position: top left;
}

.item_center {
	display: flex;
	align-items: center;	
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
	min-width: 1200px;
	background: #F7EA00;
	border-bottom: solid 4px #222222;
}
header .logo {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    width: 285px;
    height: 80px;
    background-image: url(img/logo.jpg);
	background-size: 100%;
}
header .d {
	line-height: 20px;
	position: absolute;
	padding: 5px 15px;
	background: #ffffff;
	left: 360px;
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	border: solid 3px #222222;
	transition: left 0.3s ease, font-size 0.3s ease;
}
header.scroll-nav .d {
	left: 250px;
	font-size: 12px;
	border: solid 2px #222222;
}
header.scroll-nav {
  padding: 10px 50px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);

}
header.scroll-nav .logo {
	width: 178px;
    height: 50px;
  background-image: url(img/logo.jpg);
	background-size: 100%;
}

.button01,.button02,.button03 {
    display: inline-block;
    width: 800px;
    padding: 32px 0;
    text-align: center;
    background-color: #C4383F;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    transition : all 0.5s ease 0s;
    border: solid 5px #222222;
}
.button01 {
    background-image: url(img/kaeru_kigaru.png);
    background-repeat: no-repeat;
    background-position: 10px center;
	background-size: 140px;
}
.button02 {
	position: absolute;
	right:50px;
    width: 310px;
    padding: 12px 0;
    margin: 0;
    font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	border: solid 3px #222222;
	background-color: #C4383F;
	color: #ffffff;
}
.button03 {
    width: 80%;
    padding: 10px 0;
    margin: 25px 10% 0 10%;
    font-size: 13px;
	font-weight: bold;
}
.button01:hover,.button02:hover,.button03:hover {
	color: #ffffff;
	background-color: #2476ED;
}
.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 {
	top: calc(50% - 7px);
    right: 20px;
	border-color: transparent transparent #ffffff #ffffff;
}
.button01:hover::after {
    top: calc(50% - 2px);
	border-color: transparent transparent #ffffff #ffffff;
}
.button02:hover::after {
    top: calc(50% - 5px);
	border-color: transparent transparent #ffffff #ffffff;
}
.bg_gray {
	background: #F7F7F5;
}
.bg_gray2 {
	background: #F0F0EE;
}
.bg_y {
	background: #F7EA00;
}
.bg_white {
	background: #ffffff;
}
.bg_db {
	background: #F7EA00;
	color: #222222;
}
.bg_black {
	background: #111111;
	color: #ffffff;
}
.text_pi{
	line-height: 20px;
	padding: 15px 10px 15px;
	background: #ffffff;
	color: #222222;
	font-size: 130%;
	font-weight: bold;
	border: solid 3px #222222;
	display: block;
    width: fit-content;
    white-space: nowrap;
	margin: 30px auto;
}
.marker_w {
      background: #ffffff;
	padding: 2px 5px;
}
.top_main {
    width: 100%;
    height: 100vh;
	min-height: 880px;
    background-image: url(img/nobori_w.png),url(img/top_img_sp.png);
    background-position: center top;
	background-size: 240px,cover;
	position: relative;
    background-repeat: repeat-x;
    background-position: center bottom;
	background-color: #05224A;
}
.main_cc {
    font-weight: bold;
    position: absolute;
    left: 6%;
     top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	margin-top: -83px;
	color: #ffffff;
}

.marker-text,.marker-text_w {
    background-color: #F7EA00;
    color: #222222;
    border: solid 4px #222222;
    padding: 5px 15px 8px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    white-space: nowrap;
}
.marker-text_w {
    background-color: #ffffff;
}
.marker-text2 {
    background-color: #C4383F;
    color: #ffffff;
    border: solid 4px #222222;
    padding: 7px 15px 10px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.main_block {
	text-align: center;
	padding: 40px 5% 80px 5%;
	font-weight: bold;
	font-size: 20px;
	line-height: 44px;
	overflow: visible;
}
.top_bonx_img {
	width: 400px;
	margin: -200px auto 50px;
	z-index: 1;
	position: relative;
}
.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: 45px;
	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 {
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
}

.iconitem {
	width: 31.333%;
	text-align: center;
	position: relative;
}

.iconitem li {
	position: relative;
	display: inline-block;
	width: 100%;
    font-size: 22px;
    line-height: 45px;
    background-color: #2476ED;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 20px 14px;
	white-space: nowrap;
	border: solid 4px #222222;
	border-radius: 8px;
	margin-bottom: 20px; /* 画像との余白 */
}

/* 吹き出し（三角） */
.iconitem li::before {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 26px solid #222222;
	z-index: 0;
}

.iconitem li::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #2476ED;
	z-index: 1;
}

/* キャラクター画像 */
.icon-character {
	width: 88px;
	height: auto;
	display: block;
	margin: 12px auto;
	transform: rotate(8deg);
}


.ti_name {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0em;
    background-color: #C4383F;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 10px 5px;
	white-space: nowrap;
	border: solid 4px #222222;
	width: 210px;
}
.bw_fi_t {
    float: left;
	 width: 25%;
}
.bw_function_icon {
    width: 75%;
}
.main_area {
    padding: 60px 10% 80px;
    clear: both;
    overflow: hidden;
}
.main_area_t0 {
    padding: 0 10% 60px;
    clear: both;
    overflow: hidden;
}
.main_area_t,.main_area_n {
    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: 30px;
	width: 100%;
    padding-left: 7%;
	float: left;
	 border-left: 4px 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: 10px;
	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: #F7EA00;
    padding: 10% 6% 6%;
	margin-left: -4%;
	width: 94%;
	float: left;
	margin-bottom: 80px;
	border: solid 4px #222222;
}
.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: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 6px 15px 6px 70px;
	border: solid 3px #333333;
	background: #008E3A;
	color: #ffffff;
	position: relative;
}
.c3box img {
	width: 25%;
	margin: 20px 7% 20px 0;
	float: left;
	border-radius: 20px;
}
.c3box section {
	width: 68%;
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 17px;
	line-height: 31px;
	padding-top: 30px;
}
.c3box section .number {
	text-align: center;
	position: absolute;
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 600;
	left: -3px;
	top: -3px;
	color: #222222;
	background: #ffffff;
	border: solid 3px #222222;
	padding-top: 4px;
	width: 58px;
	height: 58px;
}
.title_left_qol {
    font-size: 27px;
    line-height: 40px;
    font-weight: bold;
    position: absolute;
    top: -75px;
    left: -5%;
	background: #C4383F;
	border: solid 4px #333333;
	padding: 10px 20px 13px;
	color: #ffffff;
}
.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: 4px solid #333333;
    border-right: 4px 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 {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    padding: 150px 0;
    font-size: 16px;
	font-weight: bold;
    background-image: url(img/nobori_w.png);
    background-repeat: repeat-x;
    background-size: 240px;
    background-position: center bottom;
	background-color: #05224A;
	padding-bottom: 380px;
}

.cta_box .title {
	font-size: 34px;
	line-height: 58px;
	font-weight: bold;
	margin-bottom: 90px;
}
.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;
}

.case01,.case02 {
	 width: 88%;
	margin-left: 6%;
    position: relative;
	padding: 60px;
	overflow: hidden;
	border-bottom: solid 4px #222222;
}
.case02 {
	padding-top: 100px;
	padding-bottom: 0;
	overflow: hidden;
	border-bottom: none;
}
.case01 .title,.case02 .title {
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.case01_box,.case01_box_b {
	margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.case01_box_text {
    float: left;
    width: 100%;
}
.case01_box_b .case01_box_text {
    float: left;
    width: 60%;
	margin-left: 0;
}
.case01_box_img {
    float: left;
	margin-left: 10%;
    width: 40%;
}
.case01_box_img img {
    border-radius: 10px;
}
.case01_box_b .case01_box_img {
    float: left;
	margin-right: 10%;
	margin-left: 0;
    width: 25%;
}
.youtubebox {
	width: 100%;
	margin: 50px 0 0;
	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;
}
.case_pick {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: bold;
}
.plan_pro01 {
    font-size: 15px;
    font-weight: bold;
    background-color: #008E3A;
    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;
}
.reco_check {
}
.reco_check li {
    width: 100%;
    font-size: 18px;
    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%;
}
.title_sub {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
	line-height: 58px;
}

.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;
}
.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;
}

.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;
}
.img_tank {
	width: 800px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
/* ------------------------------------------------------------
	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;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.tbbox {
	margin-top: 30px;
	overflow: hidden;
	border-radius: 5px;
	align-items:stretch;
}
.tbbox_left {
	display:table;
	float: left;
	width: 30%;
	padding: 20px 30px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	background: #008E3A;
	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: 70%;
	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: 100px;
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対応*/
	margin: 5px 0;
}
.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: 480px;
background: #C4383F;
border: none;
color: #fff;
padding: 18px 0;
font-weight: bold;
font-size: 13px;
margin-top: 40px;
border-radius: 5px;
}
div.wpcf7 input[type='submit']:hover {
color: #fff;
	background: #2476ED;
transition: all .5s ease; /*変化する時間（0.5秒）*/
}
.hissu {
position: absolute;
color: #222222;
background-color: #F7EA00;
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;
}
.cf_t {
	text-align: center;
	margin-top: 30px;
	line-height: 25px;
}
#nayami_text {
	margin-top: 30px;
}
.cq {
	font-weight: bold;
	color: #F7EA00;
	background-color: #000000;
	margin-right: 25px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#cqt {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 {
	margin-top: 50px;
   letter-spacing: -1em; /* 文字間を詰める */
}
#rpwwt-recent-posts-widget-with-thumbnails-2 li {
	display: inline-block; /* インラインブロック化 */
    vertical-align: top; 
    overflow: hidden;
    width: 30.333%;
	margin: 0 1.5% 45px 1.5%;
    text-align: left;
    padding: 20px 0;
	position: relative;
	letter-spacing: 0.1em; /* 文字間を元に戻す */

}
#rpwwt-recent-posts-widget-with-thumbnails-2 li a {
	color: #222222;
	text-decoration: none;
	transition : all 0.5s ease 0s; 
}

#rpwwt-recent-posts-widget-with-thumbnails-2  li a:hover {
	color: #aaaaaa;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	width: 100%;
	height: auto;
	transition : all 0.5s ease 0s;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 a:hover img {
	opacity: 0.7;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-title {
	font-size: 15px;
    font-weight: bold;
	line-height: 23px;
	display:block;
	margin-top: 15px;
	margin-bottom: 10px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-categories {
    font-size: 0px;
    margin: 0 6% 0 0;
    letter-spacing: 0em;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-categories a {
    font-size: 10px;
    padding: 7px 9px 8px;
    margin-right: 12px;
	border-radius: 20px;
    font-weight: bold;
	background-color: #008E3A;
	color: #ffffff;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-categories a:hover {
	background-color: #17BA5A;
	color: #FFFFFF;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-date {
	position: absolute;
    font-size: 13px;
	bottom: 20px;
	right: 10px;
	color: #666666;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-excerpt {
	margin: 10px 0 40px;
    font-size: 13px;
	color: #666666;
	line-height: 23px;
}
.rpwwt-post-excerpt-more {
  color: #008E3A !important;        /* リンクカラー（WordPressの青） */
  text-decoration: none;  /* 下線を消す */
  font-weight: bold;      /* 太字 */
}

.rpwwt-post-excerpt-more:hover {
  color: #17BA5A !important;     /* ホバー時の色 */
  text-decoration: underline;
}
.btn01{
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #333;
    padding: 12px 50px 12px 70px;
    border-radius: 5px;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    font-size: 13px;
    font-weight: bolder;
    background-color: #ffffff;
    background-image: url(img/icon_note.png);
    background-repeat: no-repeat;
    background-position: 13px center;
	background-size: 35px;
	border: solid 1px #222222;
}
#scrollBtn {
    display: none;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.page_title {
	background: #008E3A;
	color: #FFFFFF;
	padding: 120px 0 30px 40px;
	font-size: 18px;
	font-weight: bold;
}
.main_area_blog {
    padding-top: 0;
    padding-bottom: 90px;
	overflow: hidden;
}
.main_area_blog a {
    text-decoration: none;
}
.box900,.box_scr {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.breadcrumbs {
	width: 900px;
	font-size: 11px;
	text-align: left;
	margin: 10px auto 30px;
}
.breadcrumbs a {
	color: #333333;
}
.breadcrumbs a:hover {
	color: #C4383F;
}
.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_menu_blog,.page_menu_tags {
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
	margin-bottom: 60px;
}
.toukou-wrapper {
  position: relative;
  overflow: hidden;
	margin: 0 auto;
	width: 86%;
}
.toukou-wrapper ul {
  position: relative;
  left: 50%;
  float: left;
}
.toukou-wrapper ul li {
  position: relative;
  left: -50%;
  float: left;

}

.toukou-wrapper ul li a{
	font-size: 12px;
    color: #222222;
    font-weight: normal;
    float: left;
    margin: 6px 6px;
    text-decoration: none;
    border: 1px solid #222222;
	padding: 1px 8px;
}
.toukou-wrapper ul li a:hover{
	background: linear-gradient(transparent 80%, #F7EA00 0%);
}
.category_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.category_top a{
	font-size: 14px;
    color: #222222;
    font-weight: normal;
    float: left;
    text-decoration: none;
    border: 3px solid #222222;
	padding: 5px 15px;
	background-color: #F7EA00;
	z-index: 100;
	font-weight: bold;
}
.category_top a:hover {
	background-color: #008E3A;color: #ffffff;
}
.page_menu_blog,.page_menu_tags {
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
	margin-bottom: 60px;
}
.blog_box {
	margin-top: 100px;
	
}
.blog_box img {
	margin-top: 20px;
	margin-bottom: 20px;
}
#blog_box {
    border: 5px solid #E3E3E3;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 40px;
	transition : all 0.5s ease 0s;
	width: 100%;
	overflow: hidden;
}
.wpblog a {
   text-decoration: none;
}
a:hover #blog_box {
    border: 5px solid #C4383F;
	opacity:0.8;
}
#m_voice_box_title {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #222222;
	padding: 12px 20px;
    line-height: 36px;
	letter-spacing: 0.2em;
	text-align: left;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
a:hover #m_voice_box_title {
	background-color: #C4383F;
}
#m_voice_date {
	font-size: 13px;
	color:#969696;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
}
#simg {
	float: left;
	width: 30%;
	margin-right: 15px;
}
#simg img {
	border-radius: 6px;
	width: 100%;
}
#post_textarea {
	float: right;
	width: 66%;
	line-height: 24px;
	font-size: 13px;
}
a #post_textarea {
	color: #333333;
}
#kijimore {
    font-size: 12px;
    margin-top: 25px;
    color: #ffffff;
    background-color: #008E3A;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    float: left;
	border-radius: 30px;
}
a:hover #kijimore {
	 background-color: #C4383F;
}
.blog_date {
    font-size: 14px;
    color: #969696;
    text-align: right;
}
.title_blog {
    position: relative;
	margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 60px;
    font-size: 34px;
    line-height: 170%;
    font-weight: bold;
    text-align: center;

}
.title_blog:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
/* TOC 目次 */
#toc_container{
	font-size: 15px;
    margin-top: 65px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 45px 30px;
    width: 70%;
    border: 8px solid #F4F4F4;
}
#toc_container a:hover {
	color: #EA5404;
}
#toc_container .toc_title{
    background-color: #444444;
    padding: 5px;
    width: 140px;
    margin: 45px auto 35px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
#toc_container .toc_toggle a{
	color: #323232;
}
#toc_container ul{
	counter-reset:number;
  list-style:none;
}
#toc_container ul li{
	margin-bottom: 15px;
	margin-left:30px;
}
#toc_container ul li:before{
  counter-increment: number;
  content: counter(number);
	font-weight: bold;
	color: #ccc;
	padding-right:20px;
}
#toc_container ul li a{
	font-weight: bold;
	color: #323232;
}
#toc_container ul ul{
	margin-top: 15px;
}
#toc_container ul ul li{
	margin-bottom: 10px;
	margin-left: 45px;
}
#toc_container ul ul li:before{
  counter-increment: none;
  content: none;
}
#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
}

/* ------------------------------------------------------------
	記事のタグボタン
.tags_box {
	margin-top: 55px;
	padding-top: 40px;
	padding-bottom: 60px;
	border-top: 1px solid #E3E3E3;
}
.tags_box a {
	font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin: 0 6px;
    text-decoration: none;
	border: 1px solid #333333;
	padding: 10px 10px;
}
.tags_box a:hover {
	color: #ffffff;
	background: #C4383F;
}
------------------------------------------------------------ */
/* ------------------------------------------------------------
	Page Navi    WP-PageNavi
------------------------------------------------------------ */

.wp-pagenavi {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	text-align: center;
	float: left;
	padding: 70px 0 40px;
}
.wp-pagenavi a {
	color: #333333;
	border: 2px solid  #333333;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color:  #333333;
	border: 2px solid  #333333;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	background-color: #F8D5FF;
}
.wp-pagenavi span.current {
	color: #333333;
	border: 2px solid  #333333;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	background-color: #F8D5FF;
}
.wp-pagenavi span.extend {
	color: #333333;
	border: 2px solid  #333333;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 15px;
}
}
