@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*--- webfont ---*/

@font-face{
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url('/font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('/font/NotoSansCJKjp-Regular.eot')  format('eot');
	font-display: swap;
}

@font-face{
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: url('/font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('/font/NotoSansCJKjp-Bold.eot')  format('eot');
	font-display: swap;
}

@font-face{
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 900;
	src: url('/font/NotoSansCJKjp-Black.woff') format('woff'),
        url('/font/NotoSansCJKjp-Black.eot')  format('eot');
	font-display: swap;
}

/* class="far" 用 */
@font-face{
	font-family  : 'Font Awesome 5 Free';
	font-style   : normal;
	font-weight  : 400;
	font-display : block;
	src          : url('/font/fa-regular-400.eot');
	src          : url('/font/fa-regular-400.eot?#iefix')      format('embedded-opentype'),
	               url('/font/fa-regular-400.woff')            format('woff');
}
/* class="fas" 用 */
@font-face{
	font-family  : 'Font Awesome 5 Free';
	font-style   : normal;
	font-weight  : 900;
	font-display : block;
	src          : url('/font/fa-solid-900.eot');
	src          : url('/font/fa-solid-900.eot?#iefix')        format('embedded-opentype'),
	               url('/font/fa-solid-900.woff')              format('woff');
}
/* class="fab" 用 */
@font-face{
	font-family  : 'Font Awesome 5 Brands';
	font-style   : normal;
	font-weight  : 400;
	font-display : block;
	src          : url('/font/fa-brands-400.eot');
	src          : url('/font/fa-brands-400.eot?#iefix')       format('embedded-opentype'),
	               url('/font/fa-brands-400.woff')             format('woff');
}

html{
	font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.dfont{
font-family: "Quicksand", "Avenir", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif !important;
}

body{
font-family: 'NotoSansCJKjp', "Quicksand", "Avenir", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif !important;
}

.entry-content > p{
	line-height: 2.2;
}

.entry-content p{
	margin-bottom: 1.5em;
}

.entry-content .wp-block-image{
	margin: 1em 0 1.5em 0;
}

.entry-content .wp-block-image figcaption, .entry-content .wp-block-embed figcaption, .entry-content .blocks-gallery-caption, .entry-content .wp-block-table figcaption{
	font-size: .8em;
}

/*--- sidebar ---*/
div.sidebar aside.insidesp div.widget{
	margin: 0px 0px 20px;
	border-radius: 1px;
}

div.sidebar aside.insidesp input.searchform__input{
	box-shadow: none;
	border-radius: 1px;
	margin: 0;
}

div.sidebar aside.insidesp button.searchform__submit{
	border-radius: 0px 1px 1px 0px;
}

div.sidebar aside.insidesp h4.widgettitle{
	border-top: 6px solid #0f2950;
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.sidebar .widget .widgettitle:before{
	content: none;
}

/*--- header ---*/

.header{
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: #0f2950;
}

.header h1#logo{
	margin: 5px 0;
}

.header .desktop-nav{
	margin: 5px 0;
}

/*--- footer ---*/
.footer .page-top a{
	text-decoration: none;
	display: block;
	text-align: center;
	background: #DFE9FB;
	color: #0f2950;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 0;
}

.footer .page-top a:hover{
	background: #6BB6FF;
	color: #fff;
}

/*--- サイドバーカテゴリ ---*/
select#cat{
	margin-bottom: 0;
}

#categories-2 form{
	padding: 0;
}

h4.widgettitle{
	font-size: 1em;
	text-align: center;
}

/*--- 追従ヘッダー ---*/

@media only screen and (max-width: 767px) {
.header {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
}
/*ヘッダーを固定して詰まった分だけコンテンツを下げる*/
#container{
  padding-top:62px;/*高さは必要に応じて調整してください*/
}
/*見出しへのリンクを見やすいように修正*/
h2 span, h3 span {
  padding-top: 62px;/*高さは必要に応じて調整してください*/
  margin-top: -62px;/*高さは必要に応じて調整してください*/
}
}

/*--- スクロールヘッダーを小さく ---*/

@media only screen and (max-width: 767px){
	.is-animation #drawer__open, 
	.is-animation .header-search {
		font-size: .8em;
		height: 40px;
		line-height: 40px;
	}
	.is-animation #drawer+#inner-header {
		height: 40px;
	}
	.is-animation #logo:before {
		height: 0;
	}
	.is-animation #logo a {
		padding: 0!important;
		transition: none;
	}
	.is-animation #logo {
		height: 40px;
		line-height: 1.5;
		font-size: initial;
	}
	.is-animation #logo img {
		height: 30px;
		padding: 0;
	}
	.is-animation .mobile-nav {
		display: none;
	}
}

/*--- サイドsns ---*/
.flow-navi__wrapper{
	display:none;
}
.flow-navi{
	position: fixed;
	bottom: 20px;
	right: 18px;
	z-index: 3;
	width: 2.5em;
}
.flow-navi ul{
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
}
.flow-navi ul li{
	width: auto;
	display: inline-block;
	position: relative;
	padding: 5px 0;
}
.flow-navi ul li a:hover{
	text-decoration: none;
}
.flow-navi ul li a i{
	font-size: 1.2em;
	display: block;
	height: 2em;
	line-height: 2em;
    width: 2em;
	border-radius: 50%;
	color: #fff;
	background: #6bb6ff;
	transition: .5s
}
.flow-navi ul li a i:hover{
	background: #ff7700;
	transform: rotateY(360deg);
}

body.single .flow-navi ul li.cart{
	display: none;
}

body.single article.category-hachiware-indicator .flow-navi ul li.cart,
body.single article.category-hachiware-ea .flow-navi ul li.cart{
	display: inline-block;
}

/*--- sns ---*/
.sns-btn ul{
	background: none;
}
.sns-btn ul li a{
	padding: 0;
	box-shadow: none;
}
.sns-btn ul li a:hover{
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
}
.tw a{
	background: #7dcdf7!important;
}
.fb a{
	background: #7c9dec!important;
}
.hatebu a{
	background: #7cb1ec!important;
}
.pkt a{
	background: #f99593!important;
}
.line a{
	background: #8ed97a!important;
}
.tw a, .fb a, .hatebu a, .pkt a, .line a{
	color: white;
}
.sns-btn ul li a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
}
.sns-btn ul li a i{
	height: 50px;
	line-height: 50px;
	font-size: 25px!important;
}

/*--- アイキャッチ上部 ---*/
ul.header-cattag{
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #EFEFEF;
}

ul.header-cattag li.header-cat, ul.header-cattag li.header-tags{
	display: inline-block;
}

ul.header-cattag li.header-cat a{
	background: #6bb6ff;
	font-size: 13px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}

ul.header-cattag li.header-cat a:hover{
	background: #ff7700;
	text-decoration: none;
}

dl.header-tag dt{
	display: none;
}

dl.header-tag dd{
	margin-left: 5px;
	display: inline-block;
}

dl.header-tag dd a{
	background: #EDEDED;
	font-size: 13px;
	color: #222;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}

dl.header-tag dd a:hover{
	background: #ff7700;
	text-decoration: none;
}

ul.header-cattag li.header-comment{
	position: absolute;
	right: 20px;
	top: 0;
}

ul.header-cattag li.header-comment a{
	color: #6bb6ff;
	font-size: 20px;
	font-weight: 900;
}

ul.header-cattag li.header-comment i{
	font-size: 15px;
	margin-right: 5px;
}

ul.header-cattag li.header-comment a:hover{
	color: #ff7700;
	text-decoration: none;
}

body.page-template-page-1column div.header-info{
	display: none;
}

body.page-template-page-1column .header{
	background: #0f2950;
}

body.home #content, body.page #content{
	margin-top: 30px;
	padding-bottom: 30px;
}

body.page #content header.article-header{
	margin-top: 15px;
}

body.home #container #inner-content h2:first-child{
	margin-top: 1em!important;
}

body.home #container #inner-content h2{
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}

body.home #container #inner-content section.entry-content{
	padding: 0 20px!important;
}

body.home #container #inner-content section.entry-content p:last-of-type{
	margin-bottom: 20px
}

body.home #container #inner-content article#entry, body.page #container #inner-content article#entry, body.single #container #inner-content article#entry{
	margin-bottom: 0;
}

#footer-menu, p.copyright{
	background: transparent;
	color: #788091;
}

.say{
	margin-bottom: 3em;
}


.entry-content blockquote{
	background-color: rgba(119, 214, 117, 0.1);
	border-radius: 5px;
	border: 3px solid rgba(119, 214, 117);
}

.entry-content blockquote p{
	margin-bottom: 2em;
}

.sng-box{
	margin-bottom: 3em;
}

.sng-box .box-content{
	padding: 1.3em;
}

.sng-box p{
	margin-bottom: 2em;	
}

.sng-box .box-content p:last-child, .sng-box p:last-child, .memo p:last-child, div.sgb-block-say-text p:last-of-type {
	margin-bottom: 0;
}

#inner-content .hhmargin0{
	margin: 1.5em 0 1em 0!important;
}

.width100{
	width: 100%;
	text-align: center;
}

.entry-content img, .say{
	padding-top: 5px;
	padding-bottom: 5px;
}

.faceicon img{
	padding: 0;
}

.entry-content .hh34{
	background: linear-gradient(transparent 70%, #fcdce0 70%)!important;
}

.badge{
	padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 75%;
  color: white;
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
}

.labeltext{
	border-radius: 5px;
	padding: 7px
}

.sc_content_icon{
	margin: 0 5px 0 5px;
}

.caption{
	padding: 15px;
	border: #ccc 5px solid;
	border-radius: 10px;
	color: #999;
	font-size: medium;
}

/*----------------------*/

.box5 dl dd:last-child, .box5 dl{
	margin-bottom: 0;
}

/*------------------------*/
body.home #inner-content h2.hh:first-child{
	margin: 0;
}

body.home #inner-content h2.hh{
	margin: 0.5em 0 0em;
}

.entry-content h2.hh22{
	border-color: #3cb371!important;
	color: #3cb371!important;
	background: repeating-linear-gradient( -45deg, #f0ffff, #f0ffff 3px, #e8ffff 3px, #e8ffff 7px )!important;
	font-size: 1.5em!important;
}

/*--------------------------*/
/* 古いH4
.entry-content h4,.h4{
  color: #505050;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

.entry-content h4:before,.h4:before{
  content: '●';
  color: white;
  margin-right: 8px;
}
*/
.entry-content h3, .h3 {
  position: relative;
  background: #eff4ff;
  padding: 5px 5px 5px 2em;
  font-size: 1.2em;
  color: #474747;
  border-radius: 10px;
	border-left: none;
}

.entry-content h3, .h3{
	margin-bottom: 2em!important;
	margin-top: 3em!important;
	line-height: 2.2!important;
}

.entry-content h3:before, .h3:before{
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}

/* 直近のH4
.entry-content h4,.h4{
  position: relative;
	margin: 1.5em 0 0.5em;
	padding: 0;
	border: 0;
  padding-left: 1.2em;
  line-height: 1.4;
}

.entry-content h4:before ,.h4:before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
	top: 0;
  color: #5ab9ff;
  font-weight: 900;
}
*/

.entry-content h4,.h4{
  font-size: 20px !important;/*文字のサイズ*/
  position: relative;
  color: #323232;
  padding-left: 1.3em;
  line-height: .7em;
  margin-bottom: 15px;
}

.entry-content h4:before ,.h4:before{
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  font-weight: 600;
}

.entry-content h2,.entry-content .h2{
  position: relative;
  padding-left: 1.2em;
  line-height: 2.2;
  color: #7b6459;
	background: linear-gradient(transparent 70%, #fcdce0 70%);
	margin-top: 3em!important;
	margin-bottom: 2em!important;
	font-size: 1.5em;
}

.entry-content h2:before,.h2:before{
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #ff938b;
}

/*--- 記事一覧カード ---*/

.entry-content a.linkto.table{
	margin:2em 0;
	border:solid 1px #7b6459;
	background:none;
	transition: .3s;
}
.entry-content a.linkto.table img{
	box-shadow:none;
}
.entry-content a.linkto.table:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	opacity: 0.7 ;
}
.entry-content a.linkto {
	position: relative;
	max-width: 100%;
}
.entry-content a.linkto:before {
	position: absolute;
	content: " ＼check／";
	top: -17px;
	left: 5px;
	display: inline-block;
	width: 75px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	font-size: 11px;
	line-height: 28px;
	color: #7b6459;
	letter-spacing: 3px;
	padding-left: 3px;
	border-radius: 0px;
}
.entry-content a.linkto:after {
	position: absolute;
	display: flex;
	height: 15%;
	padding: 2px 15px;
	content: "続きを読む";
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	background:#fc97a1;
	font-weight:bold;
	text-decoration:none;
	align-items: center;
	font-family: "BIZ UDGothic"!important;
	border-radius: 3px;
}
.entry-content a.linkto .tbtext {
	padding: 15px 0px 0px 10px;
	vertical-align: top;
	font-size: 0.9em!important;
	color:#7b6459;
}

/*--- 記事一覧カード END ---*/
/*--- チェックボックス ---*/
.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0 0 0 0.2em;
}
.wpcf7-acceptance input[type=checkbox] {
	display: none;
}
.rule-approval, .trade {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
.rule-approval::before, .trade::before {
	background: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 0.6em;
	width: 16px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 1.8em;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #666;
	border-radius: 2px;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 0.6em;
	width: 16px;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
	border-right: 3px solid #ed7a9c;
	border-bottom: 3px solid #ed7a9c;
	content: '';
	display: block;
	height: 9px;
	left: 10px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 0.6em;
	transform: rotate(45deg);
	width: 5px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.wpcf7-acceptance .wpcf7-form-control{
	margin: 0.3em 0;
}
.wpcf7-acceptance select.wpcf7-form-control{
	border: 2px solid #ccc
}

/*--- LPページ ---*/
/*article.post-2449 .breadcrumb, article.post-2475 .breadcrumb, article.post-2689 .breadcrumb, article.post-4222 .breadcrumb, article.post-4468 .breadcrumb, article.post-4496 .breadcrumb, article.post-4499 .breadcrumb, article.post-4500 .breadcrumb{
	display: none;
}


body.page-id-2449 #inner-header, body.page-id-2449 #inner-footer, body.page-id-2449 .footer-menu__btn, body.page-id-2475 #inner-header, body.page-id-2475 #inner-footer, body.page-id-2475 .footer-menu__btn, body.page-id-2689 #inner-header, body.page-id-2689 #inner-footer, body.page-id-2689 .footer-menu__btn, body.page-id-4222 #inner-header, body.page-id-4222 #inner-footer, body.page-id-4222 .footer-menu__btn, body.page-id-4468 #inner-header, body.page-id-4468 #inner-footer, body.page-id-4468 .footer-menu__btn, body.page-id-4496 #inner-header, body.page-id-4496 #inner-footer, body.page-id-4496 .footer-menu__btn, body.page-id-4499 #inner-header, body.page-id-4499 #inner-footer, body.page-id-4499 .footer-menu__btn, body.page-id-4500 #inner-header, body.page-id-4500 #inner-footer, body.page-id-4500 .footer-menu__btn
{
	display: none;
}

body.page-id-4468 .header, body.page-id-2449 .header, body.page-id-2475 .header, body.page-id-2689 .header, body.page-id-4222 .header, body.page-id-4496 .header, body.page-id-4499 .header, body.page-id-4500 .header{
	padding: 30px 10px 10px;
	box-shadow: none;
}

body.page-id-2449 h1, body.page-id-4222 h1, body.page-id-4496 h1{
	font-size: 0.8em;
	margin: 0;
}

body.page-id-2449 footer.article-footer, body.page-id-2475 footer.article-footer, body.page-id-2689 footer.article-footer, body.page-id-4222 footer.article-footer, body.page-id-4468 footer.article-footer, body.page-id-4496 footer.article-footer, body.page-id-4499 footer.article-footer, body.page-id-4500 footer.article-footer{
	display: none;
}

body.page-id-2449 #content, body.page-id-2475 #content, body.page-id-2689 #content, body.page-id-4222 #content, body.page-id-4496 #content, body.page-id-4499 #content, body.page-id-4500 #content{
	padding-bottom: 0;
}

body.page-id-4468 #entry, body.page-id-2449 #entry, body.page-id-2475 #entry, body.page-id-2689 #entry, body.page-id-4222 #entry, body.page-id-4496 #entry, body.page-id-4499 #entry, body.page-id-4500 #entry{
	margin-bottom: 0.5em;
}

*/

@media only screen and (min-width: 769px) {
	body.page-template-page-1column .one-column #main {
    max-width: 1000px;!important
  }
}

body.page-template-page-1column article .breadcrumb, body.page-template-page-1column #inner-header, body.page-template-page-1column div#inner-footer, body.page-template-page-1column footer.article-footer, body.page-template-page-1column .footer-menu__btn{
	display: none;
}

body.page-template-page-1column .header{
	padding: 30px 10px 10px;
	box-shadow: none;
}

body.page-template-page-1column h1{
	font-size: 0.8em;
	margin: 0;
}

body.page-template-page-1column #content{
	padding-bottom: 0;
}

body.page-template-page-1column #entry{
	margin-bottom: 0.5em;
}

footer #pre-footer a{
	font-size: 0.8em;
}

footer #pre-footer{
	text-align: center;
}

/*--- 購入ボタン ---*/
.btn-wrap .btn, .btn-wrap a.btn, .btn-wrap button.btn{
	width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap{
  margin: 0;
}

.btn-wrap a.btn-c{
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

.mob a.btn-c{
	padding: 1.5rem;
}

.btn-wrap a.btn-c span{
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(5%);
  display: block;
  width: 90%;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-wrap a.btn-c:hover{
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #319bb0;
  -webkit-box-shadow: 0 2px 0 #319bb0;
  box-shadow: 0 2px 0 #319bb0;
}

.btn-wrap a.btn-c:hover span{
	color: #319bb0;
	border-color: #319bb0;
}

.btn-wrap a.btn-c:hover:before {
  left: 2rem;
}

.btn-wrap a.btn-color-orange{
	background: #ff6347;
	-webkit-box-shadow:0 5px 0 #ff3c1a;
	box-shadow: 0 5px 0 #ff3c1a;
}

.btn-wrap a.btn-color-orange span{
  color: #ff3c1a;
  border: 2px solid #ff3c1a;
}

.btn-wrap a.btn-color-orange:hover{
	background: #ff5233;
  -webkit-box-shadow: 0 2px 0 #ff3c1a;
  box-shadow: 0 2px 0 #ff3c1a;
}

.btn-wrap a.btn-color-orange:hover span{
	color: #ff5233;
	border-color: #ff5233;
}

#inner-content div.mob div.btn-wrap a.btn{
	margin: 0 0 0.2em 0;
}

.tokusho-table th{
	width: 9em;
}

.market-erea{
	background-color: RGB(0, 255, 255, 0.1);
	padding:0 10px;
	border-radius: 5px;
}

.market-erea .price{
	font-size: 2.5rem;
	font-family: -apple-system,BlinkMacSystemFont;
	font-weight: bold;
	line-height: 2em;
	color: #ff4500;
}

.market-erea .price span{
	font-size: 4.5rem;
}

.market-erea .btn-wrap{
	margin-top: 0.5em;
}

.priceballoon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.1rem;
	font-weight: bold;
  background: #ff7f50;
  border-radius: 15px;
}

.priceballoon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff7f50;
}

.priceballoon p {
  margin: 0;
  padding: 0;
}

.credit p{
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.credit{
	padding-bottom: 1em;
}


/*--- 吹き出し ---*/
.chatting .pinkcolor{
	background-color: #ffebeb;
	border-color: #f88080;
}

.chatting .pinkcolor:before{
	border-right-color: #f88080;
}

.chatting .pinkcolor:after{
	border-right-color: #ffebeb;
}

.sc p{
	margin-bottom: 2em;
}

.sc p:last-child{
	margin-bottom: 0;
}

.box28 .box-content{
	border-radius: 0 5px 5px 5px;
	background-color: rgba(98, 193, 206, 0.1);
}

.box5{
	background-color: rgba(98, 193, 206, 0.1);
	border-radius: 5px;
}

.box27 .box-content{
	padding-top: 0;
}

/*--- 追従購入ボタン ---*/
.entry-content #totop2{
	position: fixed;
	right: 10px;
	bottom: 130px;
	background: #77d675;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 5px;
	opacity: 0.7;
	transition: none;
}

.entry-content #totop2:hover{
	opacity: 1;
}

body #totop2 i{
	width: auto;
	height: auto;
}

#totop2 i{
	display: inline-block;
	line-height: 5px;
	color: #fff;
	vertical-align: middle;
}

#totop2 span{
	display: inline-block;
	line-height: 5px;
	color: #fff;
	vertical-align: middle;
	font-size: 0.8em;
}

@media only screen and (min-width: 481px){
.entry-content #totop2{
	position: fixed;
	right: 15px;
	bottom: 85px;
}}

/*--- Q&Aアコーディオン ---*/

div.lp-qa-accordion label{
	position: relative;
	padding-left: 2.5em;
}

div.lp-qa-accordion label:before{
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: 900;
	color: #1e90ff;
	font-size: 1.2em;
	position: absolute;
	top: 0.6em;
	left: 0.9em;
}

div.lp-qa-accordion .sgb-acc__input:checked ~ .sgb-acc__content{
	position: relative;
	padding: 0.9em 0.9em 0.9em 2.5em;
}

div.lp-qa-accordion div:before{
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-weight: 900;
	color: #ff5500;
	font-size: 1.2em;
	position: absolute;
	top: 0.6em;
	left: 0.9em;
}

div.lp-qa-accordion .sgb-acc__input:checked ~ .sgb-acc__content p:last-child{
	margin-bottom: 0;
}

/*--- 小見出し ---*/
p.list-blue{
	position: relative;
	padding: 0.5em 0.2em 0.5em 2em;
	font-weight: 900;
	background: rgba(101, 178, 255, 0.3);
	border-radius: 5px;
	margin-bottom: 1.5em;
}

.list-blue:before{
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
	color: #0095DB;
	font-size: 1.1em;
	position: absolute;
	top: 0.4em;
	left: 0.5em;
}

/*--- リストデザイン ---*/
ol.is-style-sango-list-main-color li.checked-icon:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	background-color: #4a77ff;
}

.cap-left{
	max-width: initial;
	width: auto;
	display: table;
}

.free-ind-form-box{
	padding: 1.5rem;
	background: rgba(135, 206, 235, 0.2);
	border-radius: 10px;
}

.free-ind-form-box p:last-of-type{
	margin-bottom: 0;
}

.free-ind-form-box input[type="text"], .free-ind-form-box input[type="email"], .free-ind-form-box select.wpcf7-form-control, .free-ind-form-box textarea.wpcf7-textarea{
	background-color: #fff;
	border: 2px solid #ccc;
}

.entry-content hr.kugiri-white{
	border-color: rgba(0, 0, 0, 0);
}

i.windings{
	font-family:Wingdings;
	font-style: normal;
}

.wd100 a{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
}

.wp-block-button{
	margin-bottom: 0.8rem;
}

/*--- マステ ---*/
.maste-box {
  position: relative;
  background-color: #fff;
  background: rgba(98, 193, 206, 0.1);
	border: 5px solid rgba(98, 193, 206, 0.1);
	border-radius: 0.2rem;
  padding: 3.2em 1.3em 1.2em 1.3em;
	margin-bottom: 2em;
}
.maste-tape{
  position: absolute;
  top: -0.75em;
  background-color: rgba(100,100,100,.8);
  border-left: 4px solid #8BC6CA;
  padding: 0.25em 2em;
  color: #fff;
  transform: rotate(-3deg);
}

.maste-pink{
	background-color: rgba(255, 182, 193, .6);
	border-left: 4px solid #ff69b4;
	color: #800000;
	font-weight: 900;
}

.maste-box p{
  color: #454545;
	margin-bottom: 2.2em;
}

.maste-box p:last-of-type{
	margin-bottom: 0.5em;
}

p.h_point{
  position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2.5em #5c9ee7;
	border-radius: 0.5em;
	font-weight: 900;
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-top: 2.2em;
}

p.h_point:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*--- お知らせ ---*/
ul.news{
	border: none;
	padding: 0;
}

ul.news li:first-child{
	border-top: 2px solid #ddd;
}

ul.news li{
	padding: 2em 0.5em;
	border-bottom: 2px solid #ddd;
	list-style: none;
	font-size: 0.9em;
}

ul.news li time{
	display: inline-block;
	margin-right: 0.8rem;
}

ul.news li span.info{
	display: inline-block;
	margin-right: 0.8rem;
	width: 6.1em;
	text-align: center;
}

ul.news li h3{
	background: none;
	padding: 0;
	margin: 0!important;
	display: inline-block;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 0!important;
}

ul.news li h3:before{
	content: none;
}

ul.news li a{
	color: #252525;
}

/*--- ダウンロードボタン ---*/
.download-list table th{
	width: 50%;
}

#inner-content figure.download-list table a.btn{
	width: 90%;
	margin: 0.5em;
}

.entry-content ol.bg-lightorange{
	background: rgba(255, 165, 0, 0.2);
	border: 5px solid rgba(255, 165, 0, 0.7);
	border-radius: 10px;
	padding: .5em
}

ol.bg-lightorange li{
	margin: 10px .5em;
}

.mtop10{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

p.mbottom5{
	margin-bottom: .5em;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:5px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:5px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn, input.formbutton{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#77d675;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 opacity: 0.6;
}

input.formbutton:hover{
 opacity: 0.6;
}

.wpcf7-textarea{
	resize: vertical;
}

div.orange-clr a.btn-c{
	background: #ff7b00;
	box-shadow: 0 5px 0 #e66f00;
}

div.orange-clr a.btn-c span{
	border: 2px solid #ff7b00;
	color: #ff7b00;
}

div.orange-clr a.btn-c:hover{
	background: #ff5500;
	box-shadow: 0 5px 0 #ff5500;
	-webkit-box-shadow: 0 2px 0 #ff5500;
}

div.orange-clr a.btn-c:hover span{
	border: 2px solid #ff5500;
	color: #ff5500;
}

.wp-block-sgb-timeline .wp-block-sgb-timeline-item .sgb-tl-item__main p{
	margin-bottom: 1.5em;
}

.wp-block-sgb-timeline .wp-block-sgb-timeline-item .sgb-tl-item__main p:last-of-type{
	margin-bottom: 0.5em;
}

.wp-block-sgb-timeline .wp-block-sgb-timeline-item .sgb-tl-item__title{
	background: linear-gradient(transparent 70%, #c3ffc2 70%);
}

section.entry-content figure.plan thead tr th{
	background: #89b0ef;
	color: #fff;
	border-right-color: #3d86c6;
	border-bottom-color: #3d86c6;
}

figure.plan tr:nth-child(2n+1){
	background: #dfe9fb;
}

figure.plan td:nth-child(2n+1){
	background: #fdefe1;
	width: 52%;
}


figure.plan table{
	border: solid 2px #3d86c6;
	text-align: center;
}

.entry-content figure.plan tr:not(last-child){
	border-bottom: solid 1px #3d86c6;
}

.entry-content figure.plan td{
	border-right: solid 1px #3d86c6;
}

.post-thumbnail img{
	box-shadow: 0 3px 6px -1px rgba(77,88,101,0.15);
}

/*--- お問合せフォーム ---*/
.wpcf7 form div.visible-only-if-invalid {
  display: none;
}
 
.wpcf7 form.sent div.visible-only-if-invalid {
  display: block;
}

.wpcf7 form div.visible-only-if-invalid p{
	margin-bottom: 1em;
}

.wpcf7 form div.visible-only-if-invalid p:last-of-type{
	margin-bottom: 0;
}

.wpcf7 form div.visible-only-if-invalid{
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
	border: 5px solid rgba(107, 182, 255);
	background: rgba(107, 182, 255, 0.6);
}

.wpcf7 form.sent .wpcf7-response-output{
	display: none!important;
}

body.home div#container, body.page div#container, body.single div#container{
	background: #f5f5f5;
}

figure.wp-block-table{
	margin-top: 1em;
}

div.b10{
	margin-bottom: 2em;
}

div.version{
	height: 20em;
	overflow-y: scroll;
}

div.version dl{
	margin: 0;
}

span.orange-bc{
	background: #ff7f50;
}

span.support-info{
	margin-left: 5px;
	padding: 5px;
	font-size: .7em;
}

.tab-active{
	background: #eff4ff;
	padding: 1em 1.5em;
}

.tab-active ul{
	padding-bottom: 0;
}