@charset "UTF-8";
/*
Theme Name: live-cf-child
Description: ライブクライドファウンディングの子テーマ 
Template: live-cf	
Version: 1.0
*/


.list-none{list-style-type: none;}


.pagination {
  overflow: hidden;
  margin: 30px 0 0 0;
}
.pagination p {
  float: left;
  height: 40px;
  line-height: 40px
}
.pagination ul {
  float: right
}
.pagination li {
  display: inline-block;
  font-size: 0;
  line-height: 0
}
.pagination li ~ li {
  padding: 0 0 0 10px
}
.pagination a,.pagination span {
  font-size: 14px;
  height: 40px;
  line-height: 40px;margin: 0 20px;
}
.pagination a{ text-decoration: underline;}
.pagination .pagination_prev i {
  margin: 0 5px 0 0
}
.pagination .pagination_next i {
  margin: 0 0 0 5px
}
.pagination .pagination_current span {
  font-weight: bold
}
p.product.woocommerce.add_to_cart_inline {
  border: none !important;
  text-align: center;
}

.type-product .product-name {
  font-size: 1.3rem;
}

.woocommerce-Price-amount{
  text-align: center;
}

.add_to_cart_button {
  text-align: center;
  margin: auto;
  display: block;
  width: 77%;
}
.wc-thumb img {
  height: auto;
  width: auto;
  object-fit: contain;
  max-height: 580px;
}
.type-product {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.menu-my-account{display: none !important;}
.logged-in .menu-my-account{display: inline-block !important;}


/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important; }

.is-sp {
  display: none !important; }

/* SP版非表示設定 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; }
  }
/* ログイン時非表示 */
body.logged-in .hidden-logged-in, body.is_user_logged_in .hidden-logged-in {
	display: none;
}
/* ログアウト時非表示 */
body:not(.is_user_logged_in) .hidden-logged-out {
	display: none;
}
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0; }

.u-mt-xsmall {
  margin: 10px 0 0; }

.u-mt-small {
  margin: 20px 0 0; }

.u-mt {
  margin: 30px 0 0; }

.u-mt-large {
  margin: 40px 0 0; }

.u-mt-xlarge {
  margin: 50px 0 0; }

.u-mt-xxlarge {
  margin: 60px 0 0; }

.u-mr-xsmall {
  margin: 0 10px 0 0; }

.u-mr-small {
  margin: 0 20px 0 0; }

.u-mr {
  margin: 0 30px 0 0; }

.u-mr-large {
  margin: 0 40px 0 0; }

.u-mr-xlarge {
  margin: 0 50px 0 0; }

.u-mb-xsmall {
  margin: 0 0 10px 0; }

.u-mb-small {
  margin: 0 0 20px 0; }

.u-mb {
  margin: 0 0 30px 0; }

.u-mb-large {
  margin: 0 0 40px 0; }

.u-mb-xlarge {
  margin: 0 0 50px 0; }

.u-ml-xsmall {
  margin: 0 0 0 10px; }

.u-ml-small {
  margin: 0 0 0 20px; }

.u-ml {
  margin: 0 0 0 30px; }

.u-ml-large {
  margin: 0 0 0 40px; }

.u-ml-xlarge {
  margin: 0 0 0 50px; }

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center; }

.align_r {
  text-align: right; }

.align_l {
  text-align: left; }

/*-----------------------------------------------------
ヘッダーレイアウト調整
-----------------------------------------------------*/

.site-header {
	padding-top: 20px;
	padding-bottom: 0
}

.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 30px;
}

.storefront-primary-navigation{
	margin-top: 0;
}

.storefront-primary-navigation .col-full{
	width: 100%;
}

.woocommerce-active .site-header .main-navigation {
	width: 100%;
	float: left;
	margin-right: 0;
	clear: both;
}

.header-login{
	float: right;
	margin: 5px 20px 0 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
.header-login {
    float: none;
    clear: both;
    margin: 40px auto 0;
    padding: 20px 0 0;
    text-align: center;
}
.woocommerce-active .site-branding {
    float: left;
    margin: 5px 0 0;
}
}

.woocommerce-active .site-header .site-header-cart {
	width: 21.7391304348%;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -128px;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu {
	max-height: none;
	overflow: visible;
	margin-left: -1em;
	transition: none;
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
.woocommerce-active .site-header .main-navigation {
    width: 100%;
    float: right;
    margin-right: 40px;
    clear: both;
	margin-top: -95px;
}
button.menu-toggle, button.menu-toggle:hover {
    border-color: #333333;
    height: 45px;
	width: 45px;
}
.main-navigation div.menu {
    display: none;
    margin: 0 0 0 30px;
	padding: 30px 0 0;
}

}

@media screen and (max-width: 768px) {
figure.m-0.overflow-hidden.p-0.wc-thumb {
    height:auto !important; 
    overflow: hidden;
}
}

/*-----------------------------------------------------
フッターレイアウト調整
-----------------------------------------------------*/

footer .site-info{
	display: none;
}

footer　.site-footer {
    background-color: #f3f3f3;
    color: #3b3c3f;
    padding: 15px 0 !important;
}

footer .secondary-navigation{
	margin: 0 !important;
    width: auto;
	clear: none;
	line-height: 1;
}

footer .secondary-navigation .menu {
	font-size: 14px;
	width: auto;
	float: none;
	text-align: center;
}

.storefront-full-width-content .content-area {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
.storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 130px;
}
.storefront-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
    z-index: 9999;
    padding: 0 0 60px;
}

footer .header-login {
	display: none;

}

.storefront-handheld-footer-bar ul li.search .site-search {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    transition: all, ease, .2s;
    padding: 1em;
    z-index: 1;
    display: block;
}

}

.storefront-full-width-content .content-area .entry-header .entry-title{
	text-align: center;
	margin: 0 0 50px;
	font-size: 30px;
}

.category-blog .entry-header .entry-title{
	text-align: left !important;
	margin: 20px 0 50px !important;
	font-size: 30px;
}

.ewd-ufaq-faq-title{
	margin: 0 0 20px;
	padding: 0;
}

.ewd-ufaq-faq-title a{
	color: #0d63c4 !important;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    padding: 4px 0px 0px 2px !important;
}

.ewd-ufaq-faq-body{
	margin: 0 0 20px;
	padding: 20px 20px 5px 30px !important;
	background: #f4f4f4;
}

@media(min-width: 768px) {
	.site-content .col-full{
		width: 100% !important;
	}
	.site-header-cart .cart-contents {
		padding: 0.618em 0;
	}   
	nav#site-navigation {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 768px) {
#customer_login .col-1,
#customer_login .col-2{
width: 100% !important;
}
}

form label {
    display: block;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email]{
	width: 100% !important;
}


.site-cate {
	font-size: 13px;
	color: #000;
	margin: 10px 10px 0 0;
	text-align: right;
}

.about-leadtext {
	margin: 30px auto 0;
	padding: 0;
	max-width: 750px;
	text-align: left;
	line-height: 1.8;
}

.pl-about-base {
	margin: 60px auto 0;
	padding: 0;
	max-width: 1050px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pl-about-base .num-01,
.pl-about-base .num-05 {
	margin: 0;
	padding: 0;
	width: 16%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.pl-about-base .num-01 .num-01-parts,
.pl-about-base .num-05 .num-01-parts {
	margin: 50px 0 5px;
	padding: 0;
}

.pl-about-base .num-01 .num-01-parts img,
.pl-about-base .num-05 .num-01-parts img {
	width: 100%;
	height: auto;
}

.pl-about-base .num-01 .num-05-parts,
.pl-about-base .num-05 .num-05-parts {
	margin: 50px 0 5px;
	padding: 0;
}

.pl-about-base .num-01 .num-05-parts img,
.pl-about-base .num-05 .num-05-parts img {
	width: 100%;
	height: auto;
}

.pl-about-base .num-02,
.pl-about-base .num-04 {
	margin: 0;
	padding: 0;
	width: 16%;
	text-align: center;
}

.pl-about-base .num-02 .num-02-text,
.pl-about-base .num-04 .num-02-text {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.pl-about-base .num-02 .num-02-parts,
.pl-about-base .num-04 .num-02-parts {
	margin: 5px 0 0 20px;
	padding: 0 0 0 30px;
  box-sizing: border-box;
}

.pl-about-base .num-02 .num-04-text,
.pl-about-base .num-04 .num-04-text {
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.pl-about-base .num-02 .num-04-parts,
.pl-about-base .num-04 .num-04-parts {
	margin: 5px 20px 0 0;
	padding: 0 0 0 30px;
  box-sizing: border-box;
}

.pl-about-base .num-03 {
	margin: 0;
	padding: 0;
	width: 36%;
	background: url("images/img-platform-bg.svg") no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
  text-align: center;
}

.pl-about-base .num-03 .num-03-text {
	margin: 60px 0 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.pl-about-base .num-03 .num-03-parts {
	margin: 20px 15px 20px 0;
	padding: 0 0 17px;
}

.pl-about-base .num-03 .num-03-parts img {
	width: 70%;
	height: auto;
  margin: 0 0 0 50px;
}

@media screen and (max-width: 880px) {

	.pl-about-base .num-01,
	.pl-about-base .num-05 {
		margin: 0;
		padding: 0;
		width: 18%;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.pl-about-base .num-01 .num-01-parts,
	.pl-about-base .num-05 .num-01-parts {
		margin: 50px 0 5px;
		padding: 0;
	}

	.pl-about-base .num-01 .num-01-parts img,
	.pl-about-base .num-05 .num-01-parts img {
		width: 100%;
		height: auto;
	}

	.pl-about-base .num-01 .num-05-parts,
	.pl-about-base .num-05 .num-05-parts {
		margin: 50px 0 5px;
		padding: 0;
	}

	.pl-about-base .num-01 .num-05-parts img,
	.pl-about-base .num-05 .num-05-parts img {
		width: 100%;
		height: auto;
	}

	.pl-about-base .num-02,
	.pl-about-base .num-04 {
		margin: 0;
		padding: 0;
		width: 14%;
		text-align: center;
	}

	.pl-about-base .num-02 .num-02-text,
	.pl-about-base .num-04 .num-02-text {
		margin: 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}

	.pl-about-base .num-02 .num-02-parts,
	.pl-about-base .num-04 .num-02-parts {
		margin: 5px 0 0 20px;
		padding: 0;
	}

	.pl-about-base .num-02 .num-04-text,
	.pl-about-base .num-04 .num-04-text {
		margin: 0 0 0 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}

	.pl-about-base .num-02 .num-04-parts,
	.pl-about-base .num-04 .num-04-parts {
		margin: 5px 20px 0 20px;
		padding: 0;

	}

	.pl-about-base .num-03 {
		margin: 0;
		padding: 0;
		width: 37%;
		background: url("images/img-platform-bg.svg") no-repeat;
		background-position: center top;
		background-size: contain;
		text-align: center;
	}

	.pl-about-base .num-03 .num-03-text {
		margin: 60px 0 0;
		padding: 0;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}

	.pl-about-base .num-03 .num-03-parts {
		margin: 20px 0 20px;
		padding: 0 0 17px;
	}

	.pl-about-base .num-03 .num-03-parts img {
		width: 70%;
		height: auto;
    margin: 0 0 0 40px;
	}
}

@media screen and (max-width: 768px) {
	.sp-pl01{
    margin: 20px auto 0;
    padding: 0;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .sp-pl01 img{
    width: 100%;
    height: auto;
  }

  .sp-pl02{
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .sp-pl02-arr{
    margin: 20px auto 0;
    padding: 0;
  }

  .sp-pl02-arr img{
    margin: 20px auto 0;
    padding: 0;
    -webkit-transform: rotate(90deg);
		transform: rotate(90deg);
  }

  .sp-pl03{
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
  }

  .sp-pl03 img{
    width: 100%;
    height: auto;
  }

  .sp-pl04-arr img{
    margin: 20px auto 0;
    padding: 0;
    -webkit-transform: rotate(270deg);
		transform: rotate(270deg);
  }


}

.pagebg-gray {
	background: #f4f4f4;
}



.page-container {
	margin: 0 auto;
	padding: 60px 15px;
	max-width: 1300px;
}

@media screen and (max-width: 992px) {
	.page-container {
		margin: 0 auto;
		padding: 50px 15px;
		max-width: 1300px;
	}
}

@media screen and (max-width: 480px) {
	.page-container {
		margin: 0;
		padding: 40px 15px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.page-merit-bg {
	margin: 0;
	padding: 0;
	max-width: 100%;
	background: url("images/img-merit-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}

.service-base {
	margin: 40px auto 0;
	padding: 0;
	max-width: 1100px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.service-base li{
	margin: 0 0 20px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	list-style: none;
	width: 18%;
}

.service-base li img{
	width: 70%;
	height: auto;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.service-base {
		margin: 40px auto 0;
		padding: 0;
		max-width: 1100px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	
	.service-base li{
		margin: 0 0 25px;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		list-style: none;
		width: 47%;
	}
	
	.service-base li img{
		width: 70%;
		height: auto;
		text-align: center;
	}
}

.tokucho-base {
	margin: 40px auto 0;
	padding: 0;
	max-width: 1300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

.tokucho-base li{
	margin: 0;
	padding: 30px;
	border: 1px solid #F3649A;
	border-radius: 12px;
	width: 30%;
}

.tokucho-base li .merit-img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 80%;
}

.tokucho-base li .merit-img img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px) {
	.tokucho-base {
		margin: 30px auto 0;
		padding: 0;
		max-width: 1300px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none;
	}
	
	.tokucho-base li{
		margin: 10px 0;
		padding: 20px;
		border: 1px solid #F3649A;
		border-radius: 12px;
		width: 100%;
	}
	
	.tokucho-base li .merit-img {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 80%;
	}
}

.page-heading {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.page-heading-wh {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.page-heading-pl {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #7A4686;
}


@media screen and (max-width: 780px) {
	.page-heading {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}

	.page-heading-wh {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
}

span.redmarker {
	background: #ffff00;
}

ul.guide-area {
	margin: 60px auto 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}

ul.guide-area li {
	margin: 0;
	padding: 0;
	width: 32%;
	text-align: center;
	border-radius: 12px;
}

.guide-title {
	margin: 0;
	padding: 5px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #0073ff;
	border-radius: 12px 12px 0 0;
	border: 2px solid #0073ff;
}

.guide-text-base {
	margin: 0;
	padding: 20px;
	border-right: 2px solid #0073ff;
	border-bottom: 2px solid #0073ff;
	border-left: 2px solid #0073ff;
	border-radius: 0 0 12px 12px;
	background: #fff;
	min-height: 350px;
  text-align: center;
}

.guide-text-base .guide-text {
	text-align: left;}

.guide-text-base .guide-img {
	margin: 30px auto 0;
	padding: 0;
  text-align: center !important;
  display: inline-block;
}

.guide-text-base .guide-img-02 {
	margin: 30px auto 0;
	padding: 0;
  display: inline-block;
}
.forums .um-item-link a {color: #3ba1da;font-weight: 600;} /*トピックのリンク文字*/

@media screen and (max-width: 810px) {
	.guide-text-base {
		margin: 0;
		padding: 20px;
		border-right: 2px solid #0073ff;
		border-bottom: 2px solid #0073ff;
		border-left: 2px solid #0073ff;
		border-radius: 0 0 12px 12px;
		background: #fff;
		min-height: 320px;
	}

	.guide-text-base .guide-text {
		text-align: left;
	}

	.guide-text-base .guide-img {
		margin: 0 auto;
		padding: 0;
		width: 80%;
    text-align: center;
	}

	.guide-text-base .guide-img img {
		width: 100%;
		height: auto;
	}

	.guide-text-base .guide-img-02 {
		margin: 30px auto 0;
		padding: 0;
		width: 80%;
    text-align: center;
	}

	.guide-text-base .guide-img-02 img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	ul.guide-area {
		margin: 40px auto 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		width: 100%;
		list-style: none;
	}

	ul.guide-area li {
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
		text-align: center;
		border-radius: 12px;
	}

	.guide-text-base {
		margin: 0;
		padding: 20px;
		border-right: 2px solid #0073ff;
		border-bottom: 2px solid #0073ff;
		border-left: 2px solid #0073ff;
		border-radius: 0 0 12px 12px;
		min-height: 310px;
		position: relative;
	}

	.guide-text-base .guide-text {
		text-align: left;
	}

	.guide-text-base .guide-img {
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}

	.guide-text-base .guide-img-02 {
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}
}

/* ヘッダー、フッターメニューリンク　ホバー色*/
.header_menu_wrap li a:hover,
.footer_menu_wrap li a:hover{
	color: #F17B53;
}

/* お問い合わせ　チェックボックスレイアウト調整*/
.wpcf7-list-item input{
    width: 20px;
    border: 1px solid #ccc;
    padding: 8px;
	margin: 20px 0 0;
}

/*　新規会員登録はこちらから　*/
.contact-container {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top:1px solid #2686fc;
	border-bottom:1px solid #2686fc;
}

/*会員登録ボタン・ログインボタン　*/
.btn.btn_member {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #F17B53;
	color: #fff !important;
	padding: 8px 16px;
	font-size: 16px;
	margin: 0 10px 0 0;
	border-radius: 20px;
}
button.btn_login, .btn.btn_login {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #7A4686;
	color: #fff !important;
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 20px;
}
.btn.btn_member:hover {
	background: #F79F82;
}
.btn.btn_login:hover {
	background-color: #B96BCB;
}
@media screen and (max-width: 1200px) {
	.btn.btn_member {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 5px;
		background: #F79F82;
		color: #fff !important;
		padding: 8px 10px;
		font-size: 14px;
		margin: 0 5px 0 0;
		border-radius: 20px;
	}
	button.btn_login, .btn.btn_login {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 5px;
		background: #B96BCB;
		color: #fff !important;
		padding: 8px 10px;
		font-size: 14px;
		border-radius: 20px;
	}
}

/*会員登録ページ　　登録ボタン*/
/*.button-touroku {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	outline: none;
	background-color: #fff;
	color: #0073ff;
	border: 2px solid #0073ff;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
}

.button-touroku:hover {
	background-color: #0073ff;
	border: 2px solid #0073ff;
	color: #fff;
}*/

.faq-heading{
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/*よくある質問ボタン　*/

.button-faq,
.button-touroku {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 57px;
	outline: none;
	background-color: #0073ff;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
}
.button-faq::before, .button-faq::after,
.button-touroku::before, .button-touroku::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button-faq, .button-faq::before, .button-faq::after,
.button-touroku, .button-touroku::before, .button-touroku::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button-faq:hover,
.button-touroku:hover {
	background-color: #4093f9;
	color: #fff;
}

table{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table tr {
	border-bottom: 1px solid #ccc;
}

table tr th,
table tr td:nth-of-type(1){
	border-right: 1px solid #ccc !important;
}
li.select2-results__option.select2-results__message {
	position: relative;
}