@charset "UTF-8";
.container {
	margin:0 auto;
    font-family: 'Noto Serif JP', serif;
    color: #000;
}
img	{
	width:100%;
    height: auto;
    vertical-align: top;
}
.sp_only	{
	display: block;
}
.pc_only	{
	display:none;
}
.d-flex {
    display: flex;
    justify-content: space-between;
}
dl  {
    display: flex;
}
#sub {
    width: 100%;
    margin: 0 auto;
}
.container section  {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
div#footer  {
    margin-top: 0;
}
.company_ff p   {
    text-align: left;
}
/* floating Btn */
.floatingBtn {
	position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    text-align: center;
	bottom: 10px;
}
.floatingBtn a img{
    width: 90%;
    max-width: 700px !important;
}
.review-summary-container   {
    text-align: center;
    margin: 20px 0;
}
/* u-komi */
.review-summary-container   {
    text-align: center;
    margin: 20px 0;
}
.review_wrap    {
    padding: 70px 15px 15px;   
}
.review_wrap.lineTop    {
    border-top:1px solid #eef3f6;
    margin-top: 20px;
}
.review_wrap .starRating_wrap p  {
    font-size: 21px !important;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.7px !important;
    text-align: center;
}
/*.starRating span.highlight,
.starRating .ukmcustomfont-ukm-blank-star {
    color: #cbb150!important;
}*/
.review-summary-container .starRating span {
    font-size:20px !important; 
}
.review-summary-container .starRating .reviewNumber {
    line-height: 25px !important;
}
.reviewWidget_title {
    display: none !important;
}
.reviewSliderWidget .review-widget-summary-container .starRating .reviewNumber strong   {
    font-size: 25px !important;
}
.reviewSliderWidget .reviewWidget_title_stars span    {
    font-size: 20px !important;
}
.reviewSliderWidget .review-widget-summary-container .starRating    {
    align-items: end !important;
}
.mt-50  {
    margin-top: -50px;
}
/* FAQ */
.faqWrap    {
    font-size: 1.1rem;
    width: 90%;
    margin:2rem auto 5rem;
}
/*ベース*/
.faqWrap .toggle {
	display: none;
}
.faqWrap .Label {		/*タイトル*/
	padding: 1em 2.5em 1em 0;
	display: flex;
	color: #010101;
    line-height: 1.5em;
}
.faqWrap .Label::before{		/*タイトル横の矢印*/
	content:"Q";
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-right: .6rem;
}
.faqWrap .Label::after {
    content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #010101;
	border-right: 2px solid #010101;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 7px );
	right: 20px;
	transform: rotate(135deg);
}
.faqWrap .Label,
.faqWrap .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.faqWrap .content {		/*本文*/
	height: 0;
	padding:0;
	overflow: hidden;
    line-height: 1.8em;
    display: flex;
    border-bottom: 1px solid #010101;
}
.faqWrap .content::before   {
    content: "A";
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-right: .6rem;
}
.faqWrap .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:0 0 1em 0;
	transition: all .3s;
}
.faqWrap .toggle:checked + .Label::after {
	transform: rotate(-45deg) !important;
}
/*　PC　*/
@media screen and (min-width:750px)	{
    .sp_only	{
        display:none;
    }
    .pc_only	{
        display: block;
    }
    .review_wrap .starRating_wrap p  {
        font-size: 32px !important;
        letter-spacing: inherit;
    }
    .faqWrap    {
        margin-top: 10rem;
        font-size: 1.8rem;
        width: 100%;
    }
    .faqWrap .Label::after {
        width: 12px;
        height: 12px;
        top:calc( 50% - 10px );
    }
}
