/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: table;
    margin: 1em auto;
    padding-bottom: 0.3em;
	border-bottom: solid 7px #ffcc66;
	border-top:none;
	padding:0px;
}

h3.catch {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	border-bottom:none;
}

h3.catch:before,
h3.catch:after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #333333;
	border-bottom:none;
}

h3.catch:before {
	margin-right: 20px;
}
h3.catch:after {
	margin-left: 20px;
	position:relative;
}

.radius01{
	border: 2px solid #ffcc66;
	border-radius: 20px;
	margin-right: 10px;
	width: 100%;
	padding: 10px;
	display: inline-block;	
	text-align:center;
}

.radius02{
	border: 2px solid #ffcc66;
	border-radius: 10px;
	margin-right: 10px;
	width: 100%;
	padding: 10px;
	display: inline-block;	
	text-align:center;
}

.radius03{
	border: 1px solid #cccccc;
	border-radius: 10px;
	width: 100%;
	padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 30px;
	display: inline-block;	
	text-align:center;
}


h4.nagare{
	/*線の種類（点線）2px 線色*/
	border-bottom: dashed 2px #ffcc66;
	background-color:#ffffff;
}

h4{
	background-color:#ffd2a5;
}

h3.step{
	padding: 0.5em;/*文字周りの余白*/
	background: #fdf1c8;/*背景色*/
	border-left: solid 10px #ffcc66;/*左線（実線 太さ 色）*/
	border-bottom:none;
	margin-top:20px;
}

h3.step:after{
	border-bottom:none;
}

table.step02{
    width: 100%;
    border-right: #a7eaf4 solid 1px;
    border-collapse: collapse;
}

table.step02 thead th {
    background: #fdf1c8;
    padding: 10px 15px;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
}

.btn--gr,
a.btn--gr {
  color: #fff;
  background-color: #ffcc66;
}
.btn--gr:hover,
a.btn--gr:hover {
  color: #fff;
  background: #ffcc66;
}

a.btn--radius {
	border-radius: 100vh;
	margin-top: 20px;
}

a.btn--gr.btn--cubic {
	border-bottom: 5px solid #febd3b;
	margin-bottom: 20px;
}

a.btn--gr.btn--cubic:hover {
  margin-top: 20px;
  border-bottom: 2px solid #febd3b;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.tel_tbl {
    font-size: 2rem;
    font-weight: bold;
	color:#ff0000;
	margin-top: 10px;
    margin-bottom: -7px;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}

h3.price{
	background-color:#ffd2a5;
	border-bottom:none;
	padding-top: 10px;
}

h3.price:after{
	border-bottom:none;
}

h4.plus {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
	border-bottom:none;
	background-color:#ffffff;
	padding:0px;
}

h4.plus:before,
h4.plus:after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #333333;
}

h4.plus:before {
	margin-right: 20px;
}
h4.plus:after {
	margin-left: 20px;
	position:relative;
}

.contact-button{
	box-sizing: border-box;
    margin: 4rem auto;
    width: 50%;
    height: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #febd3b;
    border-radius: 100px;
    border-bottom: solid 8px #ffcc66;
    border-top: solid 2px #febd3b;
    transition: border-bottom 0.5s, border-top 0.5s;
}
.contact-button:hover{
  border-bottom: 0px;
  border-top: 0px;
}

.contact-button p {
    margin: 0;
    text-align: center;
    font-size: 2rem;
    color: #fff;
}
@media screen and (max-width: 767px) {
.contact-button{
	box-sizing: border-box;
    margin: 4rem auto;
    width: 80%;
    height: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #febd3b;
    border-radius: 100px;
    border-bottom: solid 8px #ffcc66;
    border-top: solid 2px #febd3b;
    transition: border-bottom 0.5s, border-top 0.5s;
}
.contact-button:hover{
  border-bottom: 0px;
  border-top: 0px;
}

	.contact-button p {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
}

.company tr,
.tel {
    font-size: 3.5rem;
    font-weight: bold;
	text-align:center;
}
.tel img {
    height: 3rem;
}
.tel a {
    text-decoration: none;
}

.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border:none;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	text-align:left;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border: none;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
	border: none;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
.company tr,
.tel {
    font-size: 2.5rem;
    font-weight: bold;
	text-align:center;
}
.tel img {
    height: 1.5rem;
}
.tel a {
    text-decoration: none;
}
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #febd3b;
	margin: 30px auto;
	display: block;
	border: 1px #febd3b solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #ffcc66;
	color: #ffffff;
}

input[type=submit] {
    padding: 0.5em 1.3em;
}

.company {
width: 100%;
}

.company th,
.company td {
border: 1px solid #ccc;
padding: 20px;
}

.company th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.company,
.company tr,
.company td,
.company th {display:block;}
.company th {width:auto;}
}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
	display: inline-flex;
	align-items: center;
	font-size:1.6em;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #febd3b;
  color: #fff;
  text-align: center;
	z-index: 2;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #febd3b;
  position: absolute;
  top: 1em;
  left: 2.4em;
  z-index: 1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
.method {
    display: block;
    margin: 0 auto;
    height: 200px;
}


.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 2.0em;
    line-height: .68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.method01 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	padding:10px;
}
.method01 th {
 padding: 10px;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
}
.method01 td {
 padding: 10px;
 border: solid 1px #666666;
}
.method01 tr .left {
    background-color: #e9faf9;
}

.fctable {
width: 100%;
}

.fctable th,
.fctable td {
border: 1px solid #ccc;
padding: 20px;
}

.fctable th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.fctable,
.fctable tr,
.fctable td,
.fctable th {display: revert;}
.fctable th {width:auto;}
}

.footer-nav .nav{
    text-align: center;	
}

.global-nav-list>li>a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img100 {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.button02{
	box-sizing: border-box;
    margin: 4rem auto;
    width: 80%;
    height: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #2b5daa;
    border-radius: 100px;
    border-bottom: solid 8px #1d3e70;
    border-top: solid 2px #2b5daa;
    transition: border-bottom 0.5s, border-top 0.5s;
}
.button02:hover{
  border-bottom: 0px;
  border-top: 0px;
}

.button02 p {
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
.button02{
	box-sizing: border-box;
    margin: 4rem auto;
    width: 95%;
    height: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #2b5daa;
    border-radius: 100px;
    border-bottom: solid 8px #1d3e70;
    border-top: solid 2px #2b5daa;
    transition: border-bottom 0.5s, border-top 0.5s;
}
.button02:hover{
  border-bottom: 0px;
  border-top: 0px;
}

.button02 p {
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/*固定ページ背景調整*/
.page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 500px;
    text-align: right;
}

h3.nbox {
  position: relative;
  display: table;
  height: 64px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #febd3b;
  border-bottom: none;
}

h3.nbox:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #febd3b transparent transparent;
}

h3.nbox:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

h3.secrity1{
	/*線の種類（点線）2px 線色*/
	border-bottom: dashed 2px #ffcc66;
}

h3.secrity1:after {
    border-bottom: none;
}

h3.wallet{
	/*線の種類（点線）2px 線色*/
	border-bottom: dashed 2px #2b5daa;
	color:#000000;
}

h3.wallet:after {
    border-bottom: none;
}

/*請求書テーブルカスタム*/
.csvtohtml tr:nth-child(1) td {
  background-color: gray;
  color:#ffffff;
	font-style:bold;
}

.colset-1{
	width:10%;
}
.colset-2{
	width:60%;
}
.colset-3{
	width:30%;
}

.prev{
	float: right;
}
.next{
	float: left;
}

/*マイページ見出し*/
h2.myp {
	padding: 1rem 2rem;
	border-left: 5px solid #000 !important;
	background: #f4f4f4 !important;
    border-bottom: none !important;
    display: block !important;
    text-align: left !important;
    font-size: 1.2rem !important;
}

/*ログインページタイトル非表示*/
#wpmem_login legend, #wpmem_reg legend {
	display:none;
}


/*ログインページパスワードを忘れた場合*/
#wpmem_login .link-text{padding:4px 0;text-align:right;display:none;}

.pwdchg{	
	width: 75%;
	}

/*ログインページパスワード忘れた場合のリンク非表示*/
.wpmem_msg a {
    display: none;
}