@charset "UTF-8";

/*
Theme Name:		CrowdFundingThemes
Description:	クラファンLP用テーマ
Author:			梶谷
Version:		2.0
License:
License URI:
*/

/*********************************************************************
******************************** 装飾 ********************************
**********************************************************************/

.red_line {background:linear-gradient(transparent 30%,rgba(255,0,39,0.55) 60%);}
.pink_line {background:linear-gradient(transparent 30%,rgba(255,36,198,0.55) 60%);}
.blue_line {background:linear-gradient(transparent 30%,rgba(55, 255, 255, 0.55) 60%);}
.yellow_line {background:linear-gradient(transparent 30%,rgba(255, 249, 77, 0.85) 60%);}
.green_line {background:linear-gradient(transparent 30%,rgba(59, 249, 95, 0.85) 60%);}
.purple_line {background:linear-gradient(transparent 30%,rgba(102, 0, 255, 0.45) 60%);}
.orange_line {background:linear-gradient(transparent 30%,rgba(255, 136, 0, 0.45) 60%);}
.gray_line {background:linear-gradient(transparent 30%,rgba(116, 116, 116, 0.45) 60%);}

.red_line , .pink_line , .blue_line , .yellow_line , .green_line , .purple_line , .orange_line, .gray_line {
font-weight: bold;
padding: 0 5px;
}

:root {
	--textcolor1:#fff;
	--textcolor2:#000;
	--textcolor3:#ccc;
	--textcolor4:#666;
	--textcolor5:#0f70ad; /* メインのブルー */
	--textcolor6:#FA73A2; /* 差し色 */
	--textcolor7:#ff3333; /* 赤 */
  }

/*********************************************************************
******************************レイアウト******************************
**********************************************************************/
html , body {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
	font-family:'メイリオ', 'Meiryo','MSゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	background: #f5f5f5;
}

div#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

main#main {
/*display: inline-block;*/
	width: 1000px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: center;
	background: var(--textcolor1);
}

main#main img {
	max-width: 1000px;
	height: auto;
}

main#main h2 {
	padding: 0 10px;
	line-height: 1.4;
}

.marukaku {	/* サンクスページの丸角枠 */
	border: 1px solid var(--textcolor3);
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px;
}

video {
	width: 100%;
	height: auto;
	}

/***** 投稿ページ用レイアウト *****/

div#contents {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

main#single-main {
	display: inline-block;
	width: 710px;
	height: auto;
	padding: 20px;
	margin: 20px auto;
	font-size: 24px;
	line-height: 1.6;
	box-sizing: border-box;
	vertical-align: top;
	background: var(--textcolor1);
    border: 1px solid var(--textcolor3);
    border-radius: 10px;
}

div#sub {
	display: inline-block;
	width: 300px;
	height: auto;
	padding: 20px;
	margin: 20px 0 20px 20px;
	background: var(--textcolor1);
	vertical-align: top;
	border: 1px solid var(--textcolor3);
	border-radius:10px;
}

@media screen and (min-width: 769px) { /*========= PC ==========*/
	
div#container {
	min-width: 1000px;
	}

}/* PC end */

@media screen and (max-width: 768px) { /*========= SP ==========*/

div#container {
	max-width: 768px;
	}

main#main {
	width: 100%;
	padding: 0;
	font-size: 20px;
	background: var(--textcolor1);
	}

main#main img {
	width: 100%;
	height: auto;
	}

main#main p {
	margin-left: 0px;
	margin-right: 0px;
	}

.marukaku {	/* サンクスページの丸角枠 */
	width: 90%;
	height: auto;
	border: 1px solid var(--textcolor3);
	border-radius: 10px;
	margin: 10px auto;
	padding: 0px;
}

}/* SP end */


/*********************************************************************
****************************** ヘッダー*******************************
**********************************************************************/

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	}

.header nav {
	display: none !important;
}

.header.fade {
	opacity: 0;
	}

.header-top {
	display: none;
 /* display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100px;
	padding: 10px 20px;
	background: var(--textcolor3);
	transition: .3s;*/
	}

.fixed .header-top {
  /*height: 50px;
	background: rgba(100, 100, 100, .5);*/
	display: none;
	}

.header-top .header-logo {
	max-width: 200px;
	height: auto;
	}

.header-top .header-banner {
	max-width: 200px;
	height: auto;
	text-align: right;
	}

.header-top img {
	max-height: 100%;
	}

.fixed .header-top img {
	max-height: 30px;
	}

.header-nav {
	width: 100%;
	height: auto !important;
	background: var(--textcolor1);
	border-bottom: 1px solid var(--textcolor4);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

.header-nav-list {
	display: flex;
	width: 800px;
	margin: 0 auto;
	font-size: 0;
	}

.header-nav-list li {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 16px;
	}

/*
.header-nav-list li:nth-child(4) {

}

.header-nav-list li:first-child {
	padding: 25px 10px 0 0;
	}

.header-nav-list li:first-child img {
	width: 120px;
	height: auto;
	padding: 0;
	margin: 0 !important;
	}

.flexd .header-nav-list li:first-child {
	display: inline-block !important;
}*/

.header-nav-list li a {
	display: inline-block;
	width: 100%;
	padding: 20px 10px;
	transition: .3s;
	}

.flexd .header-nav-list li a {
	padding: 10px 34px !important;
	}

.header-nav-list li a:hover {
	background: rgba(0,0,0,0.8);
	color: var(--textcolor1);
	border-bottom: 3px solid rgba(0,0,0,0.8);
}


/*.header-nav-list li:first-child a , .header-nav-list li:nth-child(2) a , .header-nav-list li:nth-child(3) a , .header-nav-list li:nth-child(4) a , 
.header-nav-list li:nth-child(5) a , .header-nav-list li:nth-child(6) a , .header-nav-list li:nth-child(7) a {
	padding: 30px 34px;
	transition: .3s;
	}

.header-nav-list li:first-child a:hover , .header-nav-list li:nth-child(2) a:hover , .header-nav-list li:nth-child(3) a:hover , .header-nav-list li:nth-child(4) a:hover , 
.header-nav-list li:nth-child(5) a:hover , .header-nav-list li:nth-child(6) a:hover , .header-nav-list li:nth-child(7) a:hover {
	background: rgba(0,0,0,0.8);
	color: var(--textcolor1);
	border-bottom: 3px solid rgba(0,0,0,0.8);
	border-bottom: 3px solid #f00;
} */


/*.fixed .header-nav-list li:first-child {
	display: inline-block !important;
	padding-top: 8px;
	transition: .3s; 
	}

.fixed .header-nav-list li:first-child , .fixed .header-nav-list li:nth-child(2) a , .fixed .header-nav-list li:nth-child(3) a , .fixed .header-nav-list li:nth-child(4) a , 
.fixed .header-nav-list li:nth-child(5) a , .fixed .header-nav-list li:nth-child(6) a , .fixed .header-nav-list li:nth-child(7) a {
	padding: 12px 34px;
	transition: .3s;
	}

/*.fixed .header-nav-list li a {
  padding: 15px 0;
}


	}*/


@media screen and (max-width: 768px) { /********* SP **********/

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	}

.fixed .header-top {
	display: flex;
	height: auto;
	/*background: rgba(255, 255, 255 , 0.7);*/
	background: rgba(0, 0, 0 , 0.8);
	border-bottom: 2px solid var(--textcolor3);
	}

.header-top .header-logo {
	max-width: 100px;
	margin: 10px;
	}

.fixed .header-top .header-logo {
	width: 100px;
	height: 27px;
	background: url(../images/logo-white.png) no-repeat left top;
	background-size: 100%;
	text-indent: -9999px;
	}

.fixed .header-top .header-logo a {
	display: block;
	}

.header-top .header-banner {
    display: flex;
    align-items: center;
  }
  .header-top .header-banner img {
    max-width: 65%;
  }
  .header-top .header-banner .trigger {
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 10px;
	background: rgba(0,0,0,0.6);
	}

.header-top .header-banner .trigger span {
	position: absolute;
    width: 30px;
    height: 4px;
    background: var(--textcolor1);
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.header-top .header-banner .trigger span:nth-child(1) {
    top: 8px;
    right: 5px;
}
.header-top .header-banner .trigger span:nth-child(2) {
    top: 18px;
    right: 5px;
}
.header-top .header-banner .trigger span:nth-child(3) {
    top: 28px;
    right: 5px;
}


.fixed .header-top .header-banner .trigger {
	color: var(--textcolor1);
	}

.header-top .header-banner .open span {
	position: absolute;
    width: 40px;
    height: 4px;
    background: var(--textcolor1);
}


.header-top .header-banner .open span:nth-child(1) {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 18px;
	right: 0px;
	}

.header-top .header-banner .open span:nth-child(2) {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
	right: 0px;
	}

.header-top .header-banner .open span:nth-child(3) {
	display: none;
	}


.header-nav {
	position: fixed;
	width: 78%;
	height: 100% !important;
	right: 100%;
	top: 0% !important;
	transition: .4s;
	/*background: rgba(0,0,0,0.7);*/
	background: rgba(255,255,255,0.9);
	color: #333;
	font-size: 150%;
	font-weight: 600;
	border-bottom: none;
	}

.header-nav.open {
	right: 22%;
	height: 100% !important;
	}

.header-nav-list {
	display: block;
	width: 100%;
	height: 100%;
	}

.header-nav-list li {
	position: relative;
	text-align: left;
	border-bottom: 1px solid var(--textcolor3);
	}

.header-nav-list li:first-child {
	padding: 10px !important;
	border-bottom: 2px solid var(--textcolor3) !important;
	}

.header-nav-list li:first-child img {
	width: 100px;
	height: auto;
	}

.header-nav-list li:before {
	content: ">";
	position: absolute;
	top: 30px;
	right: 20px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	}

.header-nav-list li:first-child:before {
	content: "";
	}

.header-nav-list li.open:before {
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	}

.header-nav-list li a {
	padding: 15px 20px;
	}

.header-nav-list li:nth-child(2) a , .header-nav-list li:nth-child(3) a , .header-nav-list li:nth-child(4) a , 
.header-nav-list li:nth-child(5) a , .header-nav-list li:nth-child(6) a , .header-nav-list li:nth-child(7) a {
	padding: 30px 0 30px 20px;
	transition: .0s;
	}

.header-nav-list li:nth-child(2) a:hover , .header-nav-list li:nth-child(3) a:hover , .header-nav-list li:nth-child(4) a:hover , 
.header-nav-list li:nth-child(5) a:hover , .header-nav-list li:nth-child(6) a:hover , .header-nav-list li:nth-child(7) a:hover {
	background: rgba(255,255,255,0.6);
	color: var(--textcolor2);
	border: none;
	}

.fixed .header-nav-list li:first-child {
	display: inline-block !important;
	padding-top: 10px !important;
	transition: .3s;
	}

.fixed .header-nav-list li:nth-child(2) a , .fixed .header-nav-list li:nth-child(3) a , .fixed .header-nav-list li:nth-child(4) a , 
.fixed .header-nav-list li:nth-child(5) a , .fixed .header-nav-list li:nth-child(6) a , .fixed .header-nav-list li:nth-child(7) a {
	padding: 30px 0 30px 20px;
	transition: .3s;
	}

}/* sp end */

/*********************************************************************
************************ マクアケ先行案内告知 ************************
**********************************************************************/

.sale_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
}

@media screen and (max-width: 768px) { /*========= SP ==========*/

.sale_midashi {
	font-size: 45px;
	line-height: 1.2;
}


}/* SP end */

/*********************************************************************
************************* LINE友達登録エリア *************************
**********************************************************************/

.line-btnarea , .line-btnarea_white {
	padding: 0 0 50px;
	margin: 0 auto;
	text-align: center;
}

.line-btnarea {
	background: rgba(49,173,54,0.3);
	}

table.line_qr_area {
	width: 80% !important;
	height: auto;
	padding: 0;
	margin: 20px auto;
}

table.line_qr_area td.line_qr {
	width: 40% !important;
	height: auto;
	padding: 0;
}

table.line_qr_area td.line_qr img {
	width: 100% !important;
	height: auto;
	margin: 0;
}

table.line_qr_area td.line_arrow {
	width: 20% !important;
	height: auto;
	font-weight: 600;
}

table.line_qr_area td.line_text {
	width: 40% !important;
	height: auto;
	line-height: 2.0;
}

div.line_friend {

}

div.line_add { /* 友達登録ボタン */
	width: 60%;
	height: auto;
	margin: 20px auto;
	background: rgba(0,188,25) url(parts/images/line_icon.png) no-repeat 40px center;
	background-size: 50px;
	border-radius: 10px;
	text-align: center;
	font-size: 38px;
}

div.line_add a {
	display: block;
	padding: 10px 0 10px 70px;
	color: var(--textcolor1);
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 10px;
}

div.line_add2 { /* LINEでの先行案内はこちらより */
	width: 80%;
	height: auto;
	margin: 20px auto 10px;
	background: rgba(0,188,25);
	background-size: 55px;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
}

div.line_add2 a {
	display: block;
	padding: 20px 0;
	color: var(--textcolor1);
	text-decoration: none;
	letter-spacing: 0px;
}

div.line_add a:hover {
	color: #f33;
}


.line_font { /* 左のアイコン */
	font-size: 34px;
}

@media screen and (min-width: 769px) { /*========= PC LINE画像背景Ver. ==========*/

.line_bn_btn {
	width: 800px;
	height: 382px;
	margin: 50px auto 0;
	position: relative;
	background: url(https://beflamboyant.jp/wp-content/themes/irie-trading/parts/images/httpsbeflamboyant_linebg.jpg) no-repeat center center;
	background-size: 100%;
	}

.line_bn_btn button {
	position: absolute;
	right: 33px;
	bottom: 33px;
	width: 452px;
	height: 75px;
	padding: 0 0 0 65px;
	background: rgba(41,184,34) url(https://beflamboyant.jp/wp-content/themes/irie-trading/parts/images/line_icon.png) no-repeat 30px center;
	background-size: 55px;
	border-radius: 10px;
	border: 0px;
	color: var(--textcolor1);
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	}

.line_bn_btn button:hover {
	/*background: rgba(41,184,34,0.7);*/
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}

.line_bn_btn button a {
	text-decoration: none;
	color: var(--textcolor1);
}

.line_bn_btn button a:active {
	color: #f33;
	}
	
}/* PC end */

@media screen and (max-width: 768px) { /*========= SP ==========*/

.line-btnarea {
	padding: 30px 0;
}

table.line_qr_area td.line_qr {
	width: 100% !important;
	height: auto;
	padding: 0;
}

table.line_qr_area td.line_qr img {
	width: 100%;
	height: auto;
	margin: 0;
}

div.line_add { /* 友達登録ボタン */
	width: 80%;
	font-size: 28px;
}

div.line_add2 { /* LINEでの先行案内はこちらより */
	font-size: 16px;
}

.line_font { /* 左のアイコン */
	font-size: 18px;
}

}/* SP end */

/*********************************************************************
****************************** 共通要素 ******************************
**********************************************************************/

@media screen and (min-width: 769px) { /*========= PC ==========*/
	.sp {
	display: none !important;
	}
}/* PC end */

@media screen and (max-width: 768px) { /*========= SP ==========*/
	.pc {
	display: none !important;
	}
}/* SP end */


h1 {
	font-size: 36px;
	font-weight: 600;
	background: #333;
	padding: 10px;
	margin: 30px auto 0;
	color: var(--textcolor1);
}

/*太字*/
.bold{	font-weight:bold;}
 
/*文字色*/
.red{	color: rgba(255,0,0);}
.blue{	color: rgba(0,0,255);}
.green{	color: rgba(0,204,0);}
.orange{	color: rgba(255,102,0);}
.purple{	color: rgba(102,0,255);}
.pink{	color: rgba(255,0,204);}

.left {	text-align: left;}
.right {	text-align: right;}
.center {	text-align: center;}

/*********************************************************************
*************************** 投稿ページ専用 ***************************
**********************************************************************/

@media screen and (min-width: 769px) { /*========= PC ==========*/
h1.single-h1 {
	font-size: 32px;
	font-weight: 600;
	background: #333;
	padding: 10px 20px;
	margin: 0 auto;
	color: var(--textcolor1);
	border-radius: 10px 10px 0 0;
	}

}/* PC end */

/*********************************************************************
*************************** 動画レスポンシブ *************************
**********************************************************************/
.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	border: none;
}


/*********************************************************************
**************************** サイドカラム ****************************
**********************************************************************/

h3.widget-title {
    margin: 0 0 15px 0;
    line-height: 200%;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed var(--textcolor3);
}

ul#category-posts-2-internal , ul#category-posts-3-internal , ul#category-posts-4-internal ,
ul#category-posts-5-internal , ul#category-posts-6-internal {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}

li.cat-post-item {
	list-style: none !important;
	padding: 10px 0 !important;
	border-bottom: 1px dotted var(--textcolor3) !important;
}

li.cat-post-item span.cat-post-thumbnail img {
	display: inline-block !important;
	width: 80px !important;
	height: auto !important;
	vertical-align: top !important;
}

li.cat-post-item span.cat-post-title {
	display: inline-block !important;
	width: 200px !important;
	height: auto !important;
	vertical-align: top !important;
}

/*********************************************************************
****************************** フッター ******************************
**********************************************************************/
main footer {
	display: none;
	}

footer#site-footer {
	width: 100%;
	height: auto;
	background: var(--textcolor2);
	padding: 50px 0 20px 0;
}


@media screen and (max-width: 768px) { /*========= SP ==========*/
	footer#site-footer {
		padding: 5px 0;
	}
}/* SP end */

/***** フッターSNS *****/

ul.f_sns {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 0;
}

ul.f_sns li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 10px;
	font-size: 100px;
}

ul.f_sns li a {
	display: block;
	width: 80px;
	padding: 0;
	margin: 0;
	color: var(--textcolor1);
}

ul.f_sns li a:hover {
	color: #aaa;
}

ul.f_sns li img {
	width: 80px;
	height: auto;
}

ul.f_sns p {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 768px) { /*========= SP ==========*/

ul.f_sns {
	width: 100%;
	height: auto;
	text-align: center;
	}

}/* SP end */


/***** 特定商・コピーライト *****/

p.tokutei , p#copyright {
	text-align: center;
	color: var(--textcolor1);
}

p#copyright {
	margin-bottom: 100px;
	}

p.tokutei a , p#copyright a {
	color: var(--textcolor1);
}

p.tokutei a:hover , p#copyright a:hover {
	color: #f33;
	text-decoration: none;
}

@media screen and (max-width: 768px) { /*========= SP ==========*/

}/* SP end */


@media screen and (min-width: 769px) { /********* PC **********/

/***** ページトップへ *****/

#page_top {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	opacity: 0.8;
	}

#page_top a {
	position: relative;
	display: block;
	width: 90px;
	height: 70px;
	text-decoration: none;
	}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: var(--textcolor1);
	position: absolute;
	width: 25px;
	height: 25px;
	top: -20px;
	bottom: 0;
	right: 7px;
	left: 0;
	margin: auto;
	text-align: center;
	}


#page_top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: var(--textcolor1);
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 8px;
	left: 0;
	margin: auto;
	text-align: center;
	}

}

/***** 追尾ウィジェット *****/

#Tracking_area {
	position: fixed;
	width: 100%;
	height: 100px;
	padding: 10px 0;
	left: 0px;
	overflow: hidden;
	transition: 0.5s;
	background: rgba(255,255,255,0.95);
	border-bottom: 2px solid var(--textcolor1);
	}

#Tracking_area ul {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	box-sizing: border-box;
	}

#Tracking_area ul li {
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}

#Tracking_area ul li:first-child {
	width: 20%;
	height: 100px;
	text-align: center;
}

#Tracking_area ul li:first-child img {
	width: 90%;
	height: auto;
	padding-top: 14px;
}

#Tracking_area ul li:nth-child(2) {
	width: 43%;
	height: 100px;
	text-align: center;
}

#Tracking_area ul li:nth-child(2) img {
	width: 95%;
	height: auto;
}

#Tracking_area ul li:nth-child(2) p.txt1 {
	margin: 0;
	padding: 1px 0;
	font-weight: 600;
	color: #f33;
	font-size: 20px;
}

#Tracking_area ul li:nth-child(2) p.txt2 {
	margin: 0;
	padding: 1px 0;
	font-weight: 600;
	color: #2a2a2a;
	font-size: 17px;
}

#Tracking_area ul li:last-child {
	width: 37%;
	height: 100px;
	text-align: center;
}

#Tracking_area ul li:last-child div {
	display: block;
	width: 95%;
	height: auto;
	text-align: right;
	margin-top: 30px;
}

#Tracking_area ul li:last-child div img {
	width: 100%;
	height: auto;
}

#Tracking_area ul li:last-child button {
	width: 78%;
	height: auto;
	margin: 10px auto 0;
	background: rgba(26,115,232);
	border: 0;
	border-radius: 5px;
	padding: 5px 0;
}

#Tracking_area ul li:last-child button a {
	color: var(--textcolor1);
	font-weight: 600;
	text-decoration: none;
	}

@media screen and (min-width: 769px) { /********* PC **********/


#Tracking_area_sp {
	display: none;
	}
}


@media screen and (max-width: 768px) { /********* SP **********/


#Tracking_area {
	display: none;
	}

#Tracking_area_sp {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	background: var(--textcolor1);
	box-sizing: border-box;
	}

#Tracking_area_sp ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 0;
	}

#Tracking_area_sp ul li {
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	font-size: 12px;
	}

#Tracking_area_sp ul li.pagetop {
	width: 30%;
	background: #222222;
	}

#Tracking_area_sp ul li.pagetop a:before {
	content: "<";
	position: absolute;
	top: -5px;
	left: 40%;
	font-size: 36px;
	font-weight: 600;
	color: var(--textcolor1);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 20;
}

#Tracking_area_sp ul li.pagetop a:after {
	content: "ページTOPへ";
	position: absolute;
	top: 40px;
	left: 25%;
	font-size: 10px;
	font-weight: 500;
	color: var(--textcolor1);
}

#Tracking_area_sp ul li.line {
	width: 70%;
	background: url(images/linebtn_sp.jpg);
	}

#Tracking_area_sp ul li.green {
	width: 100%;
	height: 80px;
	text-align: center;
	background: var(--textcolor1);
	}

#Tracking_area_sp ul li.pagetop a , #Tracking_area_sp ul li.line a {
	display: block;
	height: 55px;
    padding: 15px 0 0 20%;
    text-align: center;
    line-height: 1.8;
    color: var(--textcolor1);
    font-weight: 600;
    text-decoration: none;
	}

#Tracking_area_sp ul li.line a {
	background: #11ce11 url(images/line_icon.png) no-repeat 25% center;
	background-size: 15%;
	}

#Tracking_area_sp ul li.green a {
		padding: 0%;
		}

#Tracking_area_sp ul li.green a {
	background: var(--textcolor1);
	background-image: none;
	text-align: center;
	}

#Tracking_area_sp ul li.green img {
	width: 80%;
	height: auto;
	}

}/* sp end */
/*
@media screen  and (max-width: 480px) { ********* SP **********

#ft_Tracking_area {
	position: fixed;
	width: 65%;
	height: 90px;
	padding: 10px 0;
	right: 10px;
	bottom: 10px;
	text-align: center;
	font-weight: 600;
	color: #f00;
	background: var(--textcolor1);
	*border: 1px solid #f00;*
	}

#ft_Tracking_area a {
	height: 50px;
	}

#ft_linearea a::before {
	top: -18px;
	right: 8px;
	}

#ft_Tracking_area a::after{
	display: none;
	content: '';
	top: 40px;
	right: 9px;
	}

#ft_Tracking_area a img {
	width: 90%;
	max-width: 230px;
	height: auto;
}

}*/

/*@media screen and (max-width: 768px) { /********* SP **********


	li#page_top {
		width: 30% !important;
		height: 65px !important;
		right: 0;
		bottom: 0;
		}
	
	li#page_top a {
		width: 100% !important;
		height: 65% !important;
		padding: 0 !important;
		}
	
	li#page_top a::before {
		width: 10px;
		height: 10px;
		font-size: 40px;
		top: -30px;
		left: -3px;
		}
	
	li#page_top a::after{
		top: 60px;
		left: 15px;
		}
	
	}*/

/****************************************************************
////////////////// 特定商取引法に基づく表記 /////////////////////
****************************************************************/

@media screen and (min-width: 769px) { /*========= PC ==========*/

#company_main table {
	width: 800px;
	height: auto;
	margin: 50px auto;
	box-sizing: border-box;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	}
	
#company_main table th {
	width: 30%;
	background: #333;
	padding: 30px 20px;
	text-align: left;
	color: var(--textcolor1);
	box-sizing: border-box;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}

#company_main table td {
	width: 70%;
	background: var(--textcolor1);
	text-align: left;
	padding: 30px 20px;
	box-sizing: border-box;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	}
	
}/* PC end */

@media screen and (max-width: 768px) { /*========= SP ==========*/
#company_main table {
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	}
	
#company_main table th {
	display: block;
	width: 100%;
	background: #333;
	padding: 10px 20px;
	text-align: left;
	color: var(--textcolor1);
	box-sizing: border-box;
	}

#company_main table td {
	display: block;
	width: 100%;
	background: var(--textcolor1);
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	}

}/* SP end */


/*********************************************************************
**************************** 投稿ページ用 *****************************
***************************** レイアウト ******************************
**********************************************************************/

header.head_out { /* ヘッダー外枠 */
	height: auto;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

header div.head_inner {/* ヘッダー内枠 */
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}

div#container-single { /* メイン・サイドの外枠 */
	width: 1000px;
	height: auto;
	margin: 20px auto;
	box-sizing: border-box;
	position: relative;
}

main#main_single { /* メインコンテンツ */
	display: inline-block;
	width: 600px;
	height: auto;
	background: var(--textcolor1);
	padding: 10px 30px 30px;
	margin: 0 20px 0 0;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 10px;
}

section#side_single { /* サイドバー */
	display: inline-block;
	width: 290px;
	height: auto;
	background: var(--textcolor1);
	padding: 20px;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 10px;
}

footer#footer_single { /* フッター */
	height: auto;
	padding: 50px 0;
	text-align: center;
	box-sizing: border-box;
	width: 100vw;
    margin: 20px 0 0 calc(50% - 50vw);
}

@media screen and (max-width: 768px) { /*========= SP ==========*/
	
header div.head_inner {/* ヘッダー内枠 */
	width: 100%;
	height: auto;
	padding: 0px 0 0 0;
	}

div#container-single { /* メイン・サイドの外枠 */
	width: 100%;
	margin: 0px auto;
	}
	
main#main_single { /* メインコンテンツ */
	display: block;
	width: 100%;
	padding: 5%;
	margin: 0 0 0 0;
	overflow-wrap: break-word;
	}
	
section#side_single { /* サイドバー */
	display: none;
	width: 100%;
	padding: 5%;
	margin: 20px auto 0;
	}
	
footer#footer_single { /* フッター */
	width: 100%;
	padding: 23px 0;
	margin: 0 auto;
	}

}/* SP end */

/*********************************************************************
***************************** 全体の設定 *******************************
**********************************************************************/
header div.head_inner ul {
	list-style: none;
	width: 100%;
	height: 130px;
	box-sizing: border-box;
	padding: 0;
    margin: 0 auto;
	font-size: 0;
}

header div.head_inner ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	box-sizing: border-box;
	height: 120px;
	text-align: center;
	margin: 15px 0 0 0;
}

header div.head_inner ul li:first-child {
	width: 30%;
}

header div.head_inner ul li:nth-child(2) {
	width: 30%;
	margin-top: 20px;
}

header div.head_inner ul li:last-child {
	width: 40%;
}

header div.head_inner ul li img {
	width: 90%;
	height: auto;
}

/*header div.head_inner div.logo*/
header div.head_inner h1 { /* ロゴ */
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
/*header div.head_inner div.logo img*/
header div.head_inner h1 img {
	width: 90%;
	height: auto;
	max-height: 110px;
	border: none;
}

main#main_single p { /* メインコンテンツ */
	font-size: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.8;
}

main#main_single p a {
	padding-bottom: 0px;
	position: relative;
	text-decoration: none;
	color: var(--textcolor5);
	}

main#main_single p a::before {
	background: var(--textcolor6);
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	}

main#main_single p a:hover {
	color: var(--textcolor6);
	}

main#main_single p a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);	
	}

footer#footer_single p#copyright { /* フッター */
    margin-bottom: 0 !important;
}

footer#footer_single p#copyright a {
	text-decoration: none;
}

@media screen and (max-width: 768px) { /*========= SP ==========*/

	header div.head_inner ul {
		height: auto;
	}
	
	header div.head_inner ul li {
		height: auto;
	}
	
	header div.head_inner ul li:first-child {
		width: 50%;
	}
	
	header div.head_inner ul li:nth-child(2) {
		width: 50%;
	}
	
	header div.head_inner ul li:last-child {
		display: none;
	}

header div.head_inner h1 { /* ロゴ */
	margin-top: 0;
	}
		header div.head_inner div.logo { /* ロゴ */
	display: block;
	width: 150px;
	margin: 0px 20px 20px 10px;
	}

footer#footer_single p#copyright { /* フッター */
	font-size: 12px;
	margin: 0;
	}

}/* SP end */

/*********************************************************************
****************************** 書体etc *******************************
**********************************************************************/
main#main_single h2 { /* ページ最上部の見出し */
	position: relative;
	font-size: 22px;
	padding: 0 0 0 15px;
	text-align: left;
    color: var(--textcolor2);
    overflow: hidden;
    vertical-align: middle;
}

main#main_single h2:before {
	position: absolute;
	content: '';
	width: 5px;
    left: 0;
    top: 0;
    border-bottom: 12px solid var(--textcolor6);
}
main#main_single h2:after {
	position: absolute;
	content: '';
	width: 5px;
	left: 0;
	top: 12px;
	border-bottom: 20px solid var(--textcolor5);
}

main#main_single h3 {
	color: var(--textcolor5);
}

div.side h3 {
	font-size: 24px;
	font-weight: 600;
}

/*********************************************************************
*************************** パンくずリスト*****************************
**********************************************************************/
ul.breadcrumb {
	list-style: none;
	padding: 0;
	font-size: 12px;
	}

ul.breadcrumb li {
	list-style: none;
	display: inline-block;
	padding: 0 30px 0 0;
	margin: 0 0 0 0;
	position: relative;
	}

ul.breadcrumb li.home {	display: none;	} 

ul.breadcrumb li.member_top {	}

ul.breadcrumb li.cat_name {	}

ul.breadcrumb li.page_title {	font-weight: 600;	}

ul.breadcrumb li.member_top:before , ul.breadcrumb li.cat_name::before/* , ul.breadcrumb li.page_title::before*/ {
	content: ">";
	position: absolute;
	top: 0;
	right: 7px;
}

@media screen and (max-width: 768px) { /*========= SP ==========*/

ul.breadcrumb li {
	display: block;
	padding: 5px 0 15px 20px;
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed var(--textcolor2) ;
	}

ul.breadcrumb li:nth-child(2) {
	border-top: 1px dashed var(--textcolor2) ;
	padding-top: 15px;
	}

ul.breadcrumb li.member_top a {
	display: block;
	}

ul.breadcrumb li.member_top:before , ul.breadcrumb li.cat_name::before/* , ul.breadcrumb li.page_title::before*/ {
	top: 5px;
	right: 30px;
	}

ul.breadcrumb li.member_top:before {
	top: 15px;
	}
ul.breadcrumb li.cat_name::before {
	top: 5px;
	}
	ul.breadcrumb li:nth-child(2)::before {
	top: 15px;
	}




}/* SP end */

/*********************************************************************
************************** ページネーション ****************************
**********************************************************************/
ul.prev_next {
	list-style: none;
	padding: 0;
	margin:20px 0 0;
	width: 600px;
	height: auto;
	font-size: 0;
	box-sizing: border-box;
	background: var(--textcolor1);
	border-radius: 10px;
	}

ul.prev_next li {
	list-style: none;
	display: inline-block;
	width: 50%;
	height: auto;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	}

ul.prev_next li:first-child , ul.prev_next li:nth-child(3) { /* 前のページだけ */
	text-align: left;
	border-right: 1px dashed var(--textcolor3);
	}

ul.prev_next li:nth-child(2) , .prev_next li:last-child { /* 次のページだけ */
	text-align: right;
	border: none;
	}

ul.prev_next li:first-child , ul.prev_next li:nth-child(2) { /* 前のページ・次のページ */
	font-size: 12px;
	color: #8a8a8a;
	padding-top: 5px;
	}

ul.prev_next li:first-child  { /* 前のページ */
	padding-left: 20px;
	padding-top: 10px;
	}

ul.prev_next li:nth-child(2) { /* 次のページ */
	padding-right: 20px;
	padding-top: 10px;
	}

ul.prev_next li:nth-child(3) { /* 前のページ（記事タイトル） */
	padding-left: 10px;
	padding-bottom: 10px;
	}

ul.prev_next li:last-child { /* 次のページ（記事タイトル） */
	padding-right: 10px;
	padding-bottom: 10px;
	}

@media screen and (max-width: 768px) { /*========= SP ==========*/

ul.prev_next {
	margin:20px 0;
	width: 100%;
	}
	
ul.prev_next li {
	display: block;
	width: 100%;
	font-size: 12px;
	}
	
ul.prev_next li:first-child { /* 前のページだけ */
	border: none;
	}

ul.prev_next li:nth-child(3) { /* 前のページタイトルだけ */
	border-bottom: 1px dashed var(--textcolor3);
	border-right: none;
	}
	
	ul.prev_next li:nth-child(2) , ul.prev_next li:nth-child(4) , .prev_next li:last-child { /* 次のページだけ */
		text-align: right;
		border: none;
		}
	
	ul.prev_next li:first-child , ul.prev_next li:nth-child(2) , ul.prev_next li:nth-child(4) { /* 前のページ・次のページ */
		font-size: 12px;
		color: #8a8a8a;
		padding-top: 5px;
		}
	
ul.prev_next li:first-child  { /* 前のページ */
	padding-top: 10px;
	}
	
ul.prev_next li:nth-child(3) { /* 次のページ */
	padding-top: 0px;
	}
	
ul.prev_next li:nth-child(4) { /* 前のページ（記事タイトル） */
	padding-top: 10px;
	padding-right: 10px;
	}
	
	ul.prev_next li:last-child { /* 次のページ（記事タイトル） */
		padding-right: 10px;
		padding-bottom: 10px;
		}

}/* SP end */

/*********************************************************************
*********************** 営業メールテンプレート *************************
**********************************************************************/
.sales-email {
	border: 1px solid var(--textcolor3);
    background: #fdfdfd;
    padding: 20px 30px;
    border-radius: 14px;
}	

/*********************************************************************
************************** サイドメニュー ******************************
**********************************************************************/

div.trigger2 { /* メニューボタン */
	margin: 0;
	padding: 20px;
	border-radius: 0 20px 0 0;
	cursor: pointer;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	}

div.trigger2 span {
	position: absolute;
	width: 30px;
	height: 4px;
	background: var(--textcolor1);
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	}

div.trigger2 span:nth-child(1) {
top: 8px;
right: 5px;
	}
div.trigger2 span:nth-child(2) {
	top: 18px;
	right: 5px;
	}
div.trigger2 span:nth-child(3) {
	top: 28px;
	right: 5px;
	}
	
	
div.trigger2 {
	color: var(--textcolor1);
		}


.header-nav2 { /* 親要素 */
	position: fixed;
	width: 80%;
	right: -100%;
	transition: .4s;
	background: rgba(0,0,0,0.9);
	/*background: rgba(255,255,255,0.9);*/
	color: #333;
	font-size: 16px;
	font-weight: 500;
	border-bottom: none;
	}

.header-nav2.open {
	right: 0%;
	}

.header-nav-list2 {
	list-style: none;
	display: block;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	padding: 0;
	overflow: auto;
	}

.header-nav-list2 li {
	position: relative;
	text-align: left;
	border-bottom: 1px solid var(--textcolor3);
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	}

.header-nav-list2 li {
	padding-bottom: 5px;
	}

.header-nav-list2 li:first-child {
	border-top: none;
	/*border-top: 1px solid var(--textcolor3);*/
	}

.header-nav-list2 li a {
	padding: 10px 0;
	display: block;
	font-size: 1.0rem;
	}

.header-nav-list2 li a , .header-nav-list2 li:before , .header-nav-list2 li.open:before , 
ul.header-nav-subitem2 li::marker {
	color: var(--textcolor1);
	text-decoration: none;
}

.header-nav-list2 li a:active {
	color: #f00;
}

/*.header-nav-list2 li:first-child {
	padding: 10px !important;
	border-bottom: 2px solid var(--textcolor3) !important;
	}*/

.header-nav-list2 li:before {
	content: ">";
	position: absolute;
	top: 21px;
	right: 20px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	}

.header-nav-list2 li:first-child:before , .header-nav-list2 li ul.header-nav-subitem2 li:before {
	content: "";
	}

.header-nav-list2 li.open:before {
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	color: var(--textcolor6);
	font-weight: 600;
	}

/*.header-nav-list2 li:nth-child(2) a , .header-nav-list2 li:nth-child(3) a , .header-nav-list2 li:nth-child(4) a , 
.header-nav-list2 li:nth-child(5) a , .header-nav-list2 li:nth-child(6) a , .header-nav-list2 li:nth-child(7) a {
	padding: 30px 0 30px 20px;
	transition: .0s;
	}*/

.header-nav-list2 li:nth-child(2) a:hover , .header-nav-list2 li:nth-child(3) a:hover , .header-nav-list2 li:nth-child(4) a:hover , 
.header-nav-list2 li:nth-child(5) a:hover , .header-nav-list2 li:nth-child(6) a:hover , .header-nav-list2 li:nth-child(7) a:hover {
	background: rgba(255,255,255,0.6);
	color: var(--textcolor2);
	border: none;
	}

.fixed .header-nav-list2 li:first-child {
	display: inline-block !important;
	padding-top: 10px !important;
	transition: .3s;
	}

.fixed .header-nav-list2 li:nth-child(2) a , .fixed .header-nav-list2 li:nth-child(3) a , .fixed .header-nav-list2 li:nth-child(4) a , 
.fixed .header-nav-list2 li:nth-child(5) a , .fixed .header-nav-list2 li:nth-child(6) a , .fixed .header-nav-list2 li:nth-child(7) a {
	padding: 30px 0 30px 20px;
	transition: .3s;
	}

ul.header-nav-subitem2 { /* 子メニュー */
	display: none;
	overflow: hidden;
	padding: 0 0 0 20px;
}

ul.header-nav-subitem2 li {
	content: "";
	padding: 10px 0;
	border-bottom: 1px dashed #777;
}

ul.header-nav-subitem2 li:last-child {
	border: none;
}

@media screen and (max-width: 768px) { /*========= SP ==========*/
	
.header-nav2 {
	height: 100% !important;
	top: 0;
	z-index: 10;
	font-size: 12px;
	}

.header-nav-list2 li:first-child {
	border-top: none;
	}

.header-nav-list2 li a {
	padding: 5px 0;
	font-size: 1.0rem;
	}

.header-nav-list2 li:before {
	top: 18px;
	}

ul.header-nav-subitem2 { /* 子メニュー */
	background: var(--textcolor4);
}

	}/* SP end */

@media screen and (min-width: 769px) { /*========= PC ==========*/

div.side {
	display: none;
	}

.header-nav2 { /* 親要素 */
	position: absolute;
	width: 290px;
	height: auto;
	left: 625px;
	top: 178px;
	background: var(--textcolor1);
	color: #333;
	font-size: 16px;
	border-radius: 10px;
	}

.header-nav-list2 li a , .header-nav-list2 li:before , .header-nav-list2 li.open:before , 
ul.header-nav-subitem2 li::marker {
	color: var(--textcolor2);
	}

/*.header-nav-list2 li:hover {
	background: #eee;
	}*/
.header-nav-list2 li:hover {
	background: #e2fbf7;
	}

.header-nav-list2 li a:hover {
	background: none;
	font-weight: 600;
	}

.header-nav-list2 li ul.header-nav-subitem2 li a:hover {
	color: #00f;
	background: none;
}

.header-nav-list2 li a:active , .header-nav-list2 li ul.header-nav-subitem2 li a:active {
		color: var(--textcolor6);
	}

.header-nav-list2 li:nth-child(2) a:hover , .header-nav-list2 li:nth-child(3) a:hover , .header-nav-list2 li:nth-child(4) a:hover , 
.header-nav-list2 li:nth-child(5) a:hover , .header-nav-list2 li:nth-child(6) a:hover , .header-nav-list2 li:nth-child(7) a:hover {
	background: none;
	color: var(--textcolor2);
	border: none;
	}

}/* PC end */

@media screen and (max-width: 768px) { /*========= SP ==========*/
	
.header-nav-list2 li:hover {
	background: none;
}

}/* SP end */

/*********************************************************************
*********************** ページネーション1 Prev Next ********************
**********************************************************************/

#prev_next {
    display: flex;
}

#prev_next {
	width: 600px;
    margin: 0 0 50px 0;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
    height: 160px;
}

#prev_next p.pn-next a {
    padding: 30px 35px 30px 20px;
	display: flex;
}
#prev_next p.pn-prev a {
    padding: 30px 20px 30px 35px;
	display: flex;
}

#prev_next p {
    width: 50%;
    overflow: hidden;
    font-size: 12px;
    margin: 0;
    display: block;
    position: relative;
}

#prev_next p a {
    display: flex;
    height: 90px;
    align-items: center;
    box-sizing: content-box;
}

#prev_next p.pn-prev {
    width: calc(50% - 1px);
    /*border-right: 1px solid #eee;*/
	border-top: 1px solid var(--textcolor3);
    border-bottom: 1px solid var(--textcolor3);
}

#prev_next p.pn-next {
    border-left: none;
	border-top: 1px solid var(--textcolor3);
    border-bottom: 1px solid var(--textcolor3);
	background: var();
}

#prev_next a:before {
    color: #aaa;
    font-size: 23px;
    display: block;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#prev_next .pn-next a:before {
    content: '>';
    top: 62px;
    right: 5px;
}

#prev_next .pn-prev a:before {
    content: '<';
    top: 62px;
    left: 5px;
}


#prev_next img {
	width: 90px;
	height: 55px;
}

#prev_next p.pn-next a img {
    margin: 0 0 0 20px;
}

#prev_next p.pn-prev a img {
    margin: 0 20px 0 0;
	float: left;
}

#prev_next .pn-title {
    display: block;
    font-size: 11px;
    margin: 0px 0 0 0;
    overflow: hidden;
    width: 100%;
	height: auto;
    line-height: 1.8;
}

@media screen and (min-width: 641px) { /*========= PC ==========*/
#prev_next span.alt_title {
	display: none;
	}
}/* PC end */

@media screen and (max-width: 640px) { /*========= SP ==========*/

#prev_next {
	width: 90%;
	height: auto;
	margin: 25px auto;
	}

#prev_next p {
	width: 50%;
	overflow: hidden;
	font-size: 12px;
	margin: 0;
	display: block;
	position: relative;
}

#prev_next a img,#prev_next a img a {
	display: none !important;
	}

#prev_next .pn-title {
	display: none;
	}

#prev_next .alt_title {
	display: block;
	}

#prev_next p a {
	height: 50px;
	padding: 0 !important;
	justify-content: center;
	border: 1px solid #ddd;
	}

#prev_next .pn-next a:before {
	content: '>';
	top: 10px;
	right: 15px;
	}
	
#prev_next .pn-prev a:before {
	content: '<';
	top: 10px;
	left: 15px;
	}
}/* SP end */

/****************************************************************
///////////////////// 会員登録 WP-member /////////////////////////
****************************************************************/
main#cf_main {
	width: 600px;
	height: auto;
	background: var(--textcolor1);
	border-radius: 10px;
	margin: 50px auto;
	padding: 20px 50px 50px;
}

main#cf_main h2 {
	position: relative;
    font-size: 22px;
    padding: 0 0 0 15px;
    text-align: left;
    color: var(--textcolor2);
    overflow: hidden;
    vertical-align: middle;
}

main#cf_main h2:before {
    position: absolute;
    content: '';
    width: 5px;
    left: 0;
    top: 0;
    border-bottom: 12px solid var(--textcolor6);
}

main#cf_main h2:after {
    position: absolute;
    content: '';
    width: 5px;
    left: 0;
    top: 12px;
    border-bottom: 20px solid var(--textcolor5);
}

div.wpmem_msg {
	width: 100% !important;
	box-sizing: border-box !important;
}

p.today_area {
	text-align: center;
	margin: 0;
	}

p.name_area {
	text-align: center;
	margin: 0;
	}

p.name_area span {
	font-size: 24px;
	font-weight: 600;
	}

@media screen and (max-width: 768px) { /*========= SP ==========*/

main#cf_main {
	width: 96%;
	margin: 10px auto;
	box-sizing: border-box;
	}

}/* SP end */

/****************************************************************
//////////// 問い合わせ＆バグ報告 コンタクトフォーム ///////////////
****************************************************************/

div.form_area {
	width: 100%;
	height: auto;
	background:#ebebeb;color:#646d76;
	padding: 30px 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
	}

div.form_area label {
	margin-bottom: 25px;
    display: block;
	}

div.form_area input , div.form_area textarea {
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0 auto;
	box-sizing: border-box;
	}

input.soushin {
	width:80%;
	height: auto;
	padding: 10px 0;
	margin:0px 0 0 10%;
	}

/****************************************************************
//////////////////////// ● ///////////////////////////
****************************************************************/

@media screen and (min-width: 769px) { /*========= PC ==========*/
	
}/* PC end */

@media screen and (max-width: 768px) { /*========= SP ==========*/
	
}/* SP end */





