/************************** common ***************/
body {
font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", sans-serif;
background-color:#223b83;
font-size:14px;
padding-top:60px;
}
.min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝L", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
img { max-width: 100%;}

ul {margin: 0; padding: 0;}
li {list-style: none;}
button,a {
	transition: .5s;
	text-decoration: none;
	color: inherit;
}
a:focus, *:focus { outline:none;text-decoration: none;}
p,li{font-size: 13px;}
p{
	color:#333;
}

.non_pc{
	display:none;
}

/** font-size **/
.font3S {
	font-size: 10px;
}
.fontSS {
	font-size: 11px;
}
.fontS {
	font-size: 12px;
}
.fontDefault{
	font-size: 14px;
	line-height: 30px;
}
.fontL {
	font-size: 18px;
	line-height: 36px;
}
.fontLL {
	font-size: 24px;
	line-height: 36px;
}
label.fontDefault{
	line-height: inherit;
}


/** border **/
.black_border {
	border: 1px solid #333;
}
.gray_border {
	border: 1px solid #EDEDED;
}

/** bg **/
.gray_bg {
	background-color: #F2F2F2;
}
.black_bg {
	background-color: #333;
}
.shadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	overflow: hidden;
}

/** btn **/
.btn_beside {
	display: flex;
	justify-content: center;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
.btn_sub a,
.btn_sub button {
	display: table;
	text-align: center;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: initial;
	border: none;
}
.btn_sub.check a,
.btn_sub.check button {
	background: #FF8D2C;
	color: #fcfcfc;
}
.btn_sub.cancel a,
.btn_sub.cancel button {
	background: #555555;
	color: #fcfcfc;
}
.btn_sub.canceled a,
.btn_sub.canceled button{
	background: #F2F2F2;
	color: #B7B7B7;
	pointer-events: none;
}
button {
	cursor: pointer;
}

/** color **/
.error_txt {
	color: #DE3D3D;
}

/** fadein **/
.fadein {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/** header **/
.mv_area .logo_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	height:60px;
	gap: 6px 16px;
}
.mv_area p{
	margin:0px;
}
.mv_area .logo_area .h_logo {
	max-width: 300px;
	margin:0px;
}
.mv_area .logo_area .h_logo a {
	display:flex;
}
.mv_area .logo_area .h_logo img {
}

/** user nav **/
.mv_area .menu-wrapper .menu{
	background: #334c98;
}

.mv_area .menu-wrapper .menu ul li a{
	color: #fff;
}

.mv_area .menu-wrapper .menu ul li ul{
	padding: 0 0 0 20px;
}





/** footer **/
footer .footer-nav {
	padding: 20px;
}

footer .copy {
	font-size: 12px;
}

@media (max-width: 992px) {
	/** ラジオボタン・チェックボックスとテキストの並びを揃える **/
	input[type="radio"], input[type="checkbox"] {
		vertical-align: middle;
	}
	/** font-size **/
	.fontS {
		font-size: 11px;
	}
	.fontDefault{
		font-size: 12px;
		line-height: 22px;
	}
	.fontL {
		font-size: 16px;
	}
	.fontLL {
		font-size: 16px;
	}
	/** txt **/
	ul.indent li.fontDefault {
		text-indent: -12px; 
		padding-left: 12px;
	}
	/** header **/
	.mv_area .logo_area {
		padding: 15px 0;
	}
	.mv_area .logo_area .h_logo {
		max-width: 180px;
		min-width: 120px;
	}
		
	.btn_area {
		position: relative;
		z-index: 1;
	}

	/** footer **/
	footer .footer-nav {
		padding: 15px 15px 100px 15px 
	}
}

/************************** TOP ***************/
/** header **/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}

header .mv_area.top_mv .menu_area ul{ 
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: auto;
}
header .mv_area.top_mv .menu_area ul li{ 
	border-left: 1px solid #fcfcfc;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction : column;
}
header .mv_area.top_mv .menu_area ul li:last-child{ 
	border-right: 1px solid #fcfcfc;
}
header .mv_area.top_mv .menu_area ul li a{ 
	display: block;
	width: 100%;
}
header .mv_area.top_mv .menu_area .message_icon a .icon{ 
	position: relative;
	display: inline-block;
}
header .mv_area.top_mv .menu_area .message_icon a .icon .num{ 
	position: absolute;
	right: 0px;
top: 3px;
	background: #FF0000;
	border: 1.5px solid #fcfcfc;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fcfcfc;
}
header .icon_area ul{
	display: flex;
	justify-content: space-between;
}
header .icon_area ul img{
	margin-bottom: 5px;
}
header .icon_area ul a{
	display: block;
}

/* KV スワイパー */
header .swiper-button-prev, 
header .swiper-button-next{
	width: 40px;
	height: 40px;
	background-size: contain;
}
header .swiper-button-prev{
	background-image:url("/html/common/img/top/icon_prev.svg");
}
header .swiper-button-next{
	background-image:url("/html/common/img/top/icon_next.svg");
}


/** タブ切り替え **/
.tab_box .btn_area ul {
	display: -webkit-box;
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
}

.tab_box .tab_btn {
	width: 33%;
	padding: 8px 0;
	color: #333;
	background: #fcfcfc;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	border-right-style: solid;
	border-right-width: 1px;
}
.tab_box .tab_btn:last-child {
	border-right: none;
}


.tab_box .tab_btn.active {
	color:#fcfcfc;
}

.category_linkbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category_linkbox ul li{
	border-radius: 5px;
	border: 1px solid #EDEDED;
	overflow: hidden;
	position: relative;
	width: 49%;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.category_linkbox ul li::after{
	position: absolute;
content: "";
	width: 14px;
height: 14px;
margin: 0 10px;
border-top: 1px solid #333;
border-right: 1px solid #333;
transform: rotate(45deg);
	right: 10px;
top: 45%;
}
.category_linkbox ul li::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	left: 0;
	top: 0;
}
.category_linkbox ul li:first-child::before{
	background: #297ABE;
}
.category_linkbox ul li:nth-child(2)::before{
	background: #DD6D1B;
}
.category_linkbox ul li:nth-child(3)::before{
	background: #FF9898;
}
.category_linkbox ul li:nth-child(4)::before{
	background: #FBC600;
}
.category_linkbox ul li:nth-child(5)::before{
	background: #6AA26E;
}
.category_linkbox ul li.syuri::before{
	background: #DB4C83;
}
.category_linkbox ul li.reform::before{
	background: #A5B715;
}
.category_linkbox ul li.sumikae::before{
	background: #8869B4;
}
.category_linkbox ul li.etc::before{
	background: #1C53B9;
}
.category_linkbox ul li a{
	display: flex;
	align-items: center;
}
.category_linkbox ul li img{
	padding-right: 10px;
}
.tab_box .tab_panel {
	display:none;
}

.tab_box .tab_panel.active {
	display:block;
}

/* flow_area */
.flow_area ul li {
text-align: center;
color: #fcfcfc;
background-repeat: no-repeat;
background-size: 100% 100%;
width: 33%;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
	height: 50px;
}

ul.my_table li:first-child{
	font-weight: bold;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
}
ul.my_table li:nth-child(2){
	padding-left: 15px;
	padding-top: 10px;
}
ul.my_table li:nth-child(2) img{
	max-width: 50%;
}


.cat{
	padding: 2px 15px;
	border-radius: 5px;
}
.cat{
	background-color: #333333;
	color: #fcfcfc;
}
.cat.sumai{
	background-color: #297ABE;
}
.cat.kurashi{
	background-color: #DD6D1B;
}
.cat.famiry{
	background-color: #FF9898;
}
.cat.money{
	background-color: #FBC600;
}
.cat.cyoitech{
	background-color: #6AA26E;
}
.cat.notification{
	background-color: #A381EA;
}
.cat.enquete{
	background-color: #72CECE;
}


.link_list_pagination ul {
	display: flex;
	justify-content: center;
}
.link_list_pagination ul li a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #333;
	background: #fcfcfc;
	border-radius: 50%;
	margin: 0 5px;
}

.link_list_pagination ul li.now a{
	background: #333;
	color: #fcfcfc;
}
.link_list_pagination ul li.omission{
	width:20px;
	display: flex;
	justify-content: center;
	align-items: end;
}

.link_list_pagination ul li.pre a,
.link_list_pagination ul li.next a{
	background: #fcfcfc;
	position: relative;
}
.link_list_pagination ul li.pre a::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 1px solid #181818;
	border-right: 1px solid #181818;
	top: 50%;
	left: 52%;
	transform:translate(-50%, -50%) rotate(-135deg);
	-webkit-transform:translate(-50%, -50%) rotate(-135deg) ;
	-ms-transform:translate(-50%, -50%) rotate(-135deg) ;
}
.link_list_pagination ul li.next a::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 1px solid #181818;
	border-right: 1px solid #181818;
	top: 50%;
	left: 45%;
	transform:translate(-50%, -50%) rotate(45deg);
	-webkit-transform:translate(-50%, -50%) rotate(45deg) ;
	-ms-transform:translate(-50%, -50%) rotate(45deg) ;
}
.select_linkbox{
	text-align: right;
	position: relative;
}
.select_linkbox::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
margin: 0 10px;
border-top: 1px solid #00A7DB;
border-right: 1px solid #00A7DB;
transform: rotate(135deg);
right: 10px;
	top: 36%;
}
.select_linkbox select,
.select_linkbox option{ 
	display: inline-block;
	border-style: solid;
	border-width: 1px; 
	border-color: #00A7DB;
   background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
	cursor: pointer;
	width: 350px;
	padding: 6px 15px;
	color: #00A7DB;
	border-radius: 0;
	}

.abs_anime{
	top: 0;
	left: 0;
	background: rgba(255,255,255,.7);
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

.thumbnail_select {
  position: relative;
  display: table;
}
.thumbnail_select button.close_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}
.thumbnail_select .img_area {
  position: relative;
  width: 160px;
  min-height: 109px;
  overflow: hidden;
  box-shadow: 0 0 6px #ccc;
}
.form_area .thumbnail_select .img_area img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.form_area select option:checked#other_cat ~ input.other_txt {
	display: block;
}


.conf_list a {
	display: flex;
	align-items: center;
	border: 1px solid #EDEDED;
	position: relative;
	padding: 15px 40px 15px 20px;
	border-radius: 5px;
}
.conf_list a::after {
content: "";
position: absolute;
top: 38%;
right: 20px;
border-top: 1px solid #333;
border-right: 1px solid #333;
transform: rotate(45deg);
width: 14px;
height: 14px;
}
.conf_list a img{
	padding-right: 25px;
}

.send_txtbox {
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}
.btm_textarea {
	width: 100%;
	position: fixed;
	bottom: 0; 
	z-index: 999;
	display: none;
	left: 0;
}
.btm_textarea.txt_open{
	display: block;
}
.swal2-popup {
	border-radius: 0!important;
}
.swal2-content {
	text-align: left!important;
	font-size: 16px!important;
}
.swal2-actions{
	justify-content: flex-end!important;
}
.swal2-styled {
	padding: 10px 20px!important;
	font-weight: normal!important;
	font-size: 16px!important;
}
.swal2-styled.swal2-cancel {
	color: #333333!important;
}



.img_area_height{
	position: relative;
	overflow: hidden;
	height: 200px;
}
.img_area_height img{
	position: absolute;
	max-width: inherit;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}


.item_pop .img_catch {
	max-width: 60%;
	margin: auto;
	text-align: center;
}

.swiper-02 .swiper-slide {
	padding: 20px 0 20px 20px;
	display: flex;
}
.modaal_calendar {
	overflow: scroll;
max-height: 700px;
}
.modaal_calendar table.swiper-mypagination {
	width: 100%;
	text-align: center;
}
.modaal_calendar table.swiper-mypagination th,
.modaal_calendar table.swiper-mypagination td { 
	border: 1px solid #ccc;
	font-weight: normal;
}
.modaal_calendar table.swiper-mypagination th { 
	background: #333333;
	color: #fcfcfc;
	padding: 10px;
}
.modaal_calendar table.swiper-mypagination td { 
	padding: 30px;
}
.modaal_calendar table.swiper-mypagination td.re_link { 
	cursor: pointer;
}
.modaal_calendar table.swiper-mypagination td.no_link { 
	color: #B7B7B7;
	background: #F2F2F2;
}


.swal2-styled {
	padding: 10px 20px!important;
	font-weight: normal!important;
	font-size: 16px!important;
}
.swal2-styled.swal2-cancel {
	color: #333333!important;
}
	
.swal2-popup {
	border-radius: 0!important;
}

.swal2-content {
	text-align: left!important;
	font-size: 16px!important;
}

a.spa,
.expendable_listarea a.spa
,.expendable_listarea_sub div.list.spa{
	display:none;
}

div{
	overflow-wrap: anywhere;
}

@media (max-width: 992px) {
	/** header **/
	header .mv_area.top_mv .alert_box p.fontS{
		font-size: 14px;
	}
	header .mv_area.top_mv .menu_area ul {
		width: 100%;
	}
	header .mv_area.top_mv .menu_area ul li,
	header .mv_area.top_mv .menu_area ul li:last-child{
		border: none;
	}
	header .mv_area.top_mv .menu_area ul li img{
		width: 42px;
		height: auto;
		margin: auto;
	}
	header .mv_area.top_mv .menu_area ul li p{
		font-size: 14px;
	}
	header .mv_area.top_mv .menu_area .message_icon a .icon .num{  
		
	right: -3px;
top: -1px;
	}
	header .icon_area ul{
		flex-wrap: wrap;
	}
	header .icon_area ul li{
		width: 25%;
		margin-top: 10px;
	}
	header .icon_area ul li p{ 
		font-size: 14px;
	}
	
	/* KV スワイパー */
header .swiper-button-prev, 
header .swiper-button-next{
	width: 25px;
	height: 25px;
	top: 60%;
}
header .swiper-button-prev{
	left: 0;
}
header .swiper-button-next{
	right: 0;
}
	
	/** タブ切り替え **/
	.tab_box .btn_area {
		overflow-x: auto;
	}
	.tab_box .btn_area ul {
		min-width: 500px;
	}
	.category_linkbox ul {
		display: block;
	}
	.category_linkbox ul li{
		width: 100%;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.category_linkbox ul li img {
		width: 42px;
		height: 42px;
	}
	.category_linkbox ul li::after{
	width: 10px;
height: 10px;
}
	 .flow_area ul li {
		height: 25px;
	}
	
	.blog_area ol.blog_ol li,
	.blog_area ol.olnum li {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 22px;
	}
	.blog_area ol.blog_ol li::before,
	.blog_area ol.olnum li::before{
		font-size: 14px;
	}

	.blog_area .blog_table th,
	.blog_area .blog_table td{ 
		max-width: 170px;
	}
	
	
	/************************** アンケート一覧/記事一覧 ***************/
	.enquete_area .form_area .form-check-inline {
		display: block;
	}
	.link_box_innner a::after {
		width: 10px;
		height: 10px;
	}
	.select_linkbox select,
	.select_linkbox option{ 
		width: 100%;
	}
	/************************** スクラッチ ***************/
	.hit_imgbg {
		background-image: url("/html/common/img/scratch/scratch_bg_sp.jpg");
		background-position: center;
	}
	.card_flex li{ 
		width: 33%;
	}
	.card_flex input[type="radio"] ~ label { 
		width: 95%;
		height: 150px;
	}
	/************************** 消耗品リスト ***************/
	.expendable_listarea a 
	,.expendable_listarea_sub div.list{
		padding: 10px 25px 10px 10px;
	}
	.form_area .sp_area {
		max-width: 50%;
	}
	/************************** リフォーム事例 ***************/
	.case_link .img_area{
		height: 140px;
	}
	.case_link .icon_fav {
		padding: 11px;
width: 42px;
height: 42px;
display: flex;
	}
	.reform_link.category_linkbox ul li a {
		padding: 10px;
	}
	.reform_area table.detail th {
		width: 25%;
	}
	.reform_area .reform_thumbnail {
	   height: 300px; 
	}
	.reform_area .reform_thumbnail2 {
		height: 55px;
	}
	.reform_area .gallery-thumbs .swiper-button-next,
.reform_area .gallery-thumbs .swiper-button-prev{
	width: 25px;
	height: 25px;
	top: 73%;
}
	.reform_area .ba_box {
		width: 47%;
	}
	.reform_area .ba_box .img_area{
		height: 140px;
	}
	.reform_area .arr_po::after {
		right: -6.5%;
	}
	.reform_area ul.tag_area li {
		margin-right: 5px;
margin-bottom: 3px;
	}
	.item_pop .img_catch {
	max-width: 100%;
}
	
/************************** 施工参考価格 ***************/
	.price_area .price_detail_thumb .img_area {
		height: 180px;
	}
	.price_area .price_detail_thumb .text_area {
		width: 50%;
	}
	.price_area .price_gallery-thumbs {
		width: 70%;
	}
	.price_area .item_img { 
	height: 150px;
	}
	.price_area .item_img img{
/*
		max-height: 100%;
*/
	}
	.blog_area ul.disc li{  
		font-size: 14px;
		line-height: 22px;
	}
	/************************** 架電予約 ***************/
.calendar_box {
	padding: 20px;
}
.calendar_box .d-flex{
	overflow-x: scroll;
}
.calendar_box p.fontDefault{
	font-size: 14px;
}
	.reserve_area .select_date {
		min-width: 85px;
margin-right: 10px;
padding-right: 0px;
	}
	.reserve_area .select_date:last-child {
margin-right: 20px;
	}
	.reserve_area .select_date li {
	font-size: 14px;
		margin-bottom: 5px;
	}
	
	
	.swal2-actions{
	justify-content: center!important;
}
.img_area_height{
	height: 100px;
}
a.pca,
.expendable_listarea a.pca
,.expendable_listarea_sub div.list.pca{
	display:none;
}
a.spa,
.expendable_listarea a.spa
,.expendable_listarea_sub div.list.spa{
	display:flex;
}

}

.btn_dtl {
	display: table;
	text-align: center;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	background: #FF8D2C;
	color: #fcfcfc;
	width:100%;
	border-radius: 5px;
}

.expendable_listarea a.nonlink::after
,.expendable_listarea_sub div.list.nonlink::after{
	border-top: none;
	border-right: none;
}

.left {
	text-align: left !important;
}

.center{
	text-align:center !important;
}
.center_div{
	margin: 0px auto;
}
.right{
  text-align: right !important;
}

.right_div{
	margin: 0 0 0 auto !important;
}

.coupon_div{
	clear:both;
	border:1px solid #ccc;
	border-radius: 5px;
	display: flex;
	padding:10px;
}

.coupon_div .cpn_text{
	padding-left:10px;
}
.coupon_div .text_area{
	width:50%;
	margin-left:20px;
}
.coupon_div .img_area {
	width:50%;
}


/*モーダルを開くボタン*/
.modal-open{
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fcfcfc;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fcfcfc;
	text-align: left;
	padding: 30px;
}
.modal-content p{
	margin-bottom:10px;
}

.modal-content .btn_area {
  display: flex;
}
.modal-content .btn_area.beside3 {
  display: flex;
  justify-content: space-between;
}
.modal-content .btn_area div {
  padding-right: 30px;
}
.modal-content .btn_area.beside3 div {
  padding-right: 0;
}
.modal-content .btn_area div:last-child {
  padding-right: 0;
}


@media (max-width: 992px) {
	.coupon_div{
		display: block;
	}

	.coupon_div .cpn_text{
	}
	.coupon_div .text_area{
		width:100%;
		margin-left:0;
	}
	.coupon_div .img_area {
		width:100%;
	}
}

.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}

.pr20{
	padding-right:20px;
}

/* 幅設定 */
.widthfit{
	width:fit-content !important;
}
.width20p{
	width:20%;
}
.width30p{
	width:30%;
}
.width40p{
	width:40%;
}
.width50p{
	width:50%;
}
.width60p{
	width:60%;
}
.width70p{
	width:70%;
}
.width80p{
	width:80%;
}
.width90p{
	width:90%;
}
.width100p{
	width:100% !important;
}

.mwidth20p{
	max-width:20%;
}
.mwidth30p{
	max-width:30%;
}
.mwidth40p{
	max-width:40%;
}
.mwidth50p{
	max-width:50%;
}
.mwidth60p{
	max-width:60%;
}
.mwidth70p{
	max-width:70%;
}
.mwidth80p{
	max-width:80%;
}
.mwidth90p{
	max-width:90%;
}
.mwidth100p{
	max-width:100%;
}
.dispin{
	display:inline;
}
.btn_flex{
  display: flex;
  justify-content: space-between;
}
.form-control{
  min-height: calc(2.25rem + 2px);
  height:auto;
}

.bold{
	font-weight: 700 !important;
}
.underline{
	text-decoration: underline;
	color:#0d6efd;
	text-decoration-color:#0d6efd;
}

.item_link{
	display: block;
	float: right;
}
.item_link.btn_sub a{
	display: inline;
	padding: 5px 20px;
}

.dispnone, .hr{
	display:none;
}

.txt_open .hr{
	display:block;
	width:100%;
	border-top: 1px solid #999;
}

.hr img{
	max-width: 160px;
	max-height: 109px;
}
.hr .detail_type{
	display:block;
	float:left;
}
.hr .detail_time{
	display:block;
	float:right;
}
.hr .detail_text{
	clear:both;
	width: 100%;
	display: block;
	margin-top:10px;
}
.hr .thumbnail_select,
.hr .img_area,
.hr .img_over{
	display:block;
}

.hr .img_area{
	z-index: 80;
}
.hr .img_area a{
	z-index: 85;
}

.hr .img_area a img{
	z-index: 86;
}

.blog_area .fav.nonactive a{
	background-color: #AAAAAA;
}

table.noborder{
	border:none !important;
}
table.noborder td,
table.noborder th{
	border:none !important;
}

.left_img{
	width:30%;
	display:block;
	float:left;
}

.left_img.width50p{
	width:49%;
}

.left_txt{
	width:65%;
	display:block;
	float:right;
}

.right_img{
	width:30%;
	display:block;
	float:right;
}
.right_img.width50p{
	width:49%;
}
.right_txt{
	width:65%;
	display:block;
	float:left;
}

.two_left_img{
	display:block;
	float:left;
}

.two_right_img{
	display:block;
	float:right;
}

.two_left_img,
.two_right_img{
	max-width:45%;
}

.two_right_img{
	margin-left:20px;
}

.right_txt{
	margin-right:20px;
}

.left_outer,
.right_outer,
.two_outer{
}

@media (max-width: 992px) {
.width100p-sp{
	width:100%;
}

.left_img{
	width:100%;
	display:block;
}
.left_img.width50p{
	width:100%;
}
.left_txt{
	width:100%;
	display:block;
	padding-left:0px;
}
.right_img{
	width:100%;
	display:block;
}
.right_img.width50p{
	width:100%;
}
.right_txt{
	width:100%;
	display:block;
	padding-left:0px;
}

.two_right_img{
	margin-left:0px;
}

.right_txt{
	margin-right:0px;
}

.two_left_img,
.two_right_img{
	max-width:100%;
	margin-left:0px;
}

}
.hajimetop-pc img{
	max-width:230px;
}
.hajimetop-sp img{
		display:none;
}
@media (max-width: 992px) {
	.hajimetop-pc img{
		display:none;;
	}

	.hajimetop-sp img{
		display:inline-block;
		width:42px;
	}
}

.chat_btn{
	position: absolute;
	top: -70px;
	right: 0px; 
}
.limitend{
	color: #DE3D3D;
}

.sendbtn img{
	min-width: 20px;
	min-height: 20px;
}

div.term_detail > ol{
	padding-left:15px;
}
div.term_detail > ol.kakko{
	padding-left:0px;
}
.pad0 {
	padding: 0;
}
.old_view{
	background-color: #C0C0C0;
	padding: 0px !important;
}
.old_view p{
	color: #fcfcfc;
}
.color_white{
	color: #fcfcfc;
}
.inblock{
	display: inline-block;

}

iframe{
	max-width:100%;
}

.inlineblock{
	display: inline-block !important;
}

.search-keyword{
	display: flex;
	position:relative;
	width:100%;
}

.search-keyword input{
	width:70%;
	border-radius:6px;
	padding:8px 16px;
	height:32px;
	
}

.search-keyword .btn{
	display:inline-block;
	font-size:16px;
	border:1px solid #ccc;
	border-radius:5px;
}

.search-conditions{
	width:90%;
	margin:10px auto;
	color:#fcfcfc;
}

.input-conditions{
	width:100%;
	color:#fcfcfc;
	margin:0px auto;
}

.search-conditions p{
	color:#fcfcfc;
}

.search-conditions .search-ctgr
,.search-conditions .search-tag
{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.search-conditions .search-ai
,.search-conditions .search-ai-sub
{
	width:100%;
	flex-wrap: wrap;
}

.search-conditions .search-ctgr label
,.search-conditions .search-tag label
{
	margin-right:10px;
	white-space:nowrap;
}

.search-conditions .search-ai label
,.search-conditions .search-ai-sub label
{
	width:49%;
}
.input-area-outer{
	position:relative;
	margin-bottom:20px;
	margin-left: 20px;
	margin-right: 20px;
}

.input-area{
	display:inline-block;
	width:calc(100% - 135px);
	margin-left:135px;
	margin-top: 5px;
}
.input-title{
	display:inline-block;
	position:absolute;
	width:130px;
	top:5px;
	white-space: nowrap;
}

/* card */
.card-list{
	display: flex;
	flex-wrap: wrap;
}

.card-list-big{
	width:100%;
	margin:5px auto;
	padding-top:5px;
}

.card-list .card{
	margin-bottom:20px;
}

.card-list-tile{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin:10px auto;
	color:#fcfcfc;
}

.mypage .card-list-tile{
	margin-top:0px;
}

.card-list-tile .card{
	margin-bottom:20px;
/*
	width:30%;
	max-width:180px;
*/
	color:#fcfcfc;
}

.add-btn-area{
	margin-top:60px;
}

.card-list::-webkit-scrollbar {
	height: 14px; /* スクロールバーの高さ */
}

.card-list::-webkit-scrollbar-thumb {
	background: #2a2b66; /* ツマミの色 */
	border-radius: 7px; /* ツマミ両端の丸み */
}

.card-list::-webkit-scrollbar-track {
	background: #fcfcfc; /* トラックの色 */
	border-radius: 7px; /* トラック両端の丸み */
}

.card{
	width:calc(25% - 20px);
	display:block;
	border-radius:8px;
	margin-right:20px;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	position:relative;
}

#preview{
	width:250px;
	height:250px;
	float: right;
}

#preview .card{
	width: 100%;
	height:100%;
}

#preview #thumbnail-img
,#preview #thumbnail-img-gpt{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 200;
	left: 0;
}

.card-big{
	width:calc(25% - 20px);
	max-width:500px;
}


.card .thumbnail{
	width:100%;
	position:relative;
	aspect-ratio: 1 / 1;
}

.card.card-big .thumbnail{
	aspect-ratio: 1 / 1;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.card-creator .creator-prompt-list{
	height:calc(100% - 135px);
	position:relative;
}
.card-creator .creator-prompt-detail{
	height:100%;
	position:relative;
}

.card-creator .creator-prompt-detail img{
	border-radius:8px 8px 0 0 ;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 0;
}

.card .thumbnail img{
	border-radius:8px 8px 0 0 ;
	width:100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: 50% 0;
}

.card .thumbnail.t2
,.card-creator .creator-prompt-detail.t2{
	border-radius:10px 10px 0 0 ;
	background-color:#2b3f4f;
}

.card .thumbnail.t2 > img
,.card-creator .creator-prompt-detail.t2 > img{
	object-fit: contain;
	width: 50%;
	height: 50%;
	transform: translate(50%, 50%);
	border-radius: 0;
}

.card-big .thumbnail img{
	border-radius:8px 8px 0px 0px;
}

.get-result{
	max-width:400px;
}

.gpt-result{
	padding:20px;
}

.gpt-result-view{
	background-color: #6063711f;
	padding:20px;
	overflow-x:auto;
	height:600px;
	white-space: pre;
}

.minht70{
	min-height:70px;
}

.intro-title{
	font-size:16px;
	padding: 40px 30px 0px;
}

.intro-title i{
	font-size:12px;
}

.intro-area{
	padding:10px 20px 60px;
}

.mypage-title .title{
	height:24px;
}

.mypage-title .userparam{
	margin-top:10px;
}

.card .creater-name{
	border-radius: 9.5px;
	min-height: 19px;
	max-height: 38px;
	background-color: #222f41;
	color: #fcfcfc;
	padding: 3px 10px;
	width: fit-content;
	margin-right:10px;
	z-index:50;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 9px;
	margin-top:5px;
}

.card .creater-name.club_disabled{
	background-color: #ddd;
	color:fff;
}

.card .card_icon{
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	padding:5px;
}

.card .card_icon img{
	width:30%;
}

.card-creator .new-prompt{
	display:flex;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 80%;
	border-radius: 14px;
	height: 23px;
	background-color: #222f41;
	color: #fcfcfc;
	padding: 3px 10px;
	width: 120px;
}
.new-prompt i{
	margin-top:2px;
}

.card .genre{
	border-radius: 9.5px;
	min-height: 19px;
	max-height: 38px;
	background-color: #222f41;
	color: #fcfcfc;
	padding: 3px 10px;
	width: fit-content;
	margin-right:10px;
	z-index:50;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 9px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.card .genre.genre_1{
	background-color: #4169e1;
	background-color: #297ABE;
}
.card .genre.genre_2{
	background-color: #006400;
	background-color: #DD6D1B;
}
.card .genre.genre_3{
	background-color: #ffd700;
	background-color: #FF9898;
}
.card .genre.genre_4{
	background-color: #191970;
	background-color: #FBC600;
}
.card .genre.genre_5{
	background-color: #2f4f4f;
	background-color: #6AA26E;
}
.card .genre.genre_6{
	background-color: #c71585;
	background-color: #A381EA;
}
.card .genre.genre_7{
	background-color: #dc143c;
	background-color: #72CECE;
}
.card .genre.genre_8{
	background-color: #0000cd;
}
.card .genre.genre_9{
	background-color: #00DBCD;
}
.card .genre.genre_99{
	background-color: #696969;
}

.card .title img{
	width:16px;
	height:16px;
}

.card .title img{
	margin-top:-3px;
}

.userparam{
	display:flex;
}

.userparam p{
	margin-right:10px;
	font-size:13px;
}

.userparam-title p{
	padding-top:5px;
	height:32px;
}

.userparam-title.dowble p{
	height:51px;
}

.prompt-def input{
	width:100%;
	border-radius:6px;
	padding:8px 16px;
	height:32px;
}

.card .creater{
	position: relative;
	width:100%;
	font-size:16px;
	padding:0px 5px 10px;
}

.card .thumbnail .creater{
	width: 100%;
	padding: 6px 12px 6px 6px;
	background: linear-gradient(rgba(255,255,255, 0.0), rgba(24,24,24, 1.0));
	height:60px;
	border-radius: 0 0 10px 10px;
	position:absolute;
	bottom:0px;
}

.card .thumbnail .creater div{
	opacity: 1;
	margin-top: 12px;
}


.play-area{
	position: relative;
	width: 100%;
	height: 30px;
	display: block;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	background-color: #232836;
	padding: 5px 12px;
	color: #ccc;
	padding-left: calc(50% + 18px);
	display: flex;
}

.play-area div{
}

.card .thumbnail .creater div.play{
	margin-top: 27px;
}

.card .creater .creater-inner{
	display: flex;
}

.prompt-main .prompt{
	background-color:#244e63;
	padding:20px;
	margin:20px;
	font-size:13px;
}

.prompt-detail-body .userparam{
	width:100%;
	padding:0 20px;
}

.prompt-detail-body .userparam .userparam-title.dowble{
	width:25%;
}
.prompt-detail-body .userparam .userparam-value.dowble{
	width:75%;
}
.prompt-detail-body .userparam .userparam-value.dowble textarea{
	width:100%;
}

.prompt-detail-body .userparam .userparam-value p{
	margin-right: 0;
}

.nickname-icon{
	font-size:12px;
}

.nickname-icon:hover + .balloon-left
,.profile-icon:hover + .balloon-left{
	display:inline-block;
}

.upkview_gpt{
}
.search-ctgr label{
	border-radius:13px;
	background-color:#fcfcfc;
	color:#181818;
	padding:5px 10px;
}

.search-ctgr input[type=checkbox]:checked + label{
	background-color:#17a2b8;
	color:#fcfcfc;
}

.search-ctgr input[type=checkbox]{
	display:none;
}

.balloon-left {
  position: absolute;
  display: none;
  margin: 0 0 0 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
  color:#181818;
}

.userparam-value{
}

.card .creater .play{
	color:#ccc;
}

.play
,.playcount{
	font-size:13px;
}

.play img
,.playcount img{
	color:#fcfcfc;
	width:14px !important;
	height:14px !important;
	border-radius:0px !important;
	margin-right:5px !important;
	margin-top:-3px;
}

.card .creater .play i{
	font-size:14px;
	margin-right:3px;
	color:#fcfcfc;
}

.card .creater .creater-thumbnail{
}

.card .creater .creater-thumbnail img{
	max-height:20px;
	border-radius:50%;
}

.card .thumbnail .creater-thumbnail img{
	width:50px;
	height:50px;
	max-height:50px;
	border: 1px solid #fcfcfc99;
	border-radius:8px;
	position:absolute;
	bottom:-25px;
	left:12px;
}

.card-big .creater .creater-thumbnail img{
	width:80px;
	height:80px;
	max-width:100px;
	max-height:100px;
	border:none;
	border-radius:8px;
	position: absolute;
	bottom:0px;
	left:0px;
}


.card .taglist{
	position: relative;
	width:90%;
	height:30px;
	bottom:90px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align:middle;
	display:flex;
}

.card .taglist .tagitem{
	margin-left:10px;
	font-size:60%;
	border-radius:0.9vw;
	height:22px;
	background-color:#222f41;
	color: #fcfcfc;
	padding:3px 5px;
}

.card .price{
	white-space:nowrap;
	color:#fcfcfc;
}

.prompt-detail{
	display:flex;
	widtrh:90%;
	margin:10px auto ;
	color:#fcfcfc;
}

.width90pc{
	width:90%;
	margin:10px auto;
}

.prompt-main{
	width:75%;
	color:#fcfcfc;
}

.prompt-main.t2{
	width:100%;
}

.prompt-main .thumbnail{
	height:300px;
}

.prompt-main .thumbnail img{
	width:100%;
	height:100%;
	object-fit: cover;
	display: block;
}

.prompt-image{
	width:25%;
	padding-left:30px;
	color:#fcfcfc;
/*
	height:100%;
	height:300px;
	overflow-y: auto;
*/
}

.prompt-image.t2{
	display:none;
}

.footer-area{
	background-color:#1f2a39;
	width:100%;
}

.loading{
	margin-top:40px;
	margin-bottom: 40px;
}

.menu-icon-area{
	display:flex;
	margin-top:50px;
	margin-bottom:50px;
}

.menu-icon-area .menu-icon{
	border-radius:10px;
	color:#fcfcfc;
	background-color:#2d4359cf;
	padding:12px 16px;
	margin-left:10px;
	margin-right:8px;
}

.menu-icon-area .menu-icon.selected{
	background-color:#dfa906;
	color:#fcfcfc;
}

.menu-icon-area .menu-icon.search.selected{
	background-color:#17a2b8;
	color:#fcfcfc;
}


.prompt-detail .title{
	margin-top:20px;
	font-size: 20px;
	line-height: 36px;
	margin-bottom:20px;
}


.prompt-detail .creater{
	height:25px;
	display: flex;
	margin-top:60px;
	margin-left:20px;
}

.prompt-detail .creater .creater-thumbnail{
}

.prompt-detail .creater .creater-thumbnail img{
	margin-top:-40px;
	width:60px;
	height:60px;
	border-radius:10px;
}

.prompt-result{
}

.prompt-result img{
	float:right;
	width:49%;
	margin-right:5px;
	margin-bottom:5px;
}

.user-data .creater{
	width:calc(90% - 120px);
	height:50px;
	display: flex;
	margin-left:210px;
	-webkit-justify-content: space-between;
}

.playcount{
	border-radius:10px;
	background-color:#00ABAB;
	padding:2px 16px;
	margin-right:10px;
}

.user-data .creater .creater-thumbnail img{
	max-height:50px;
	border-radius:50%;
}

.exec-list{
	width:90%;
	margin:10px auto;
}

.user-detail .exec-list{
	width:100%;
}

.exec-list li{
	margin-bottom: 16px;
	padding: 12px 16px;
	border-radius: 6px;
	background-color: #c2d7f314;
}

.result-image-list{
	display: flex;
}

.result-image-list li{
	border: none;
	border-radius: 0px;
	margin-bottom:0px;
	padding:0px;
	margin-right:5px;
	width:100px;
}

.result-image-list .result-image{
	cursor: pointer;
}

.result-image-list .result-image img
,.result-image-list .customization-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exec-list .creater{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:50px;
	display: flex;
}

.exec-list .creater-thumbnail img{
	max-height:50px;
	border-radius:10px;
}

.exec-list li div{
	color:#fcfcfc;
}
.exec-param{
	display:flex;
}
.exec-param .prompt-def{
	padding:4px 10px 6px;
	margin-right:0px;
}
.exec-param input{
	width:100px;
}

.save-list .exec-info{
/*
	margin-top:27px;
*/
}

.exec-value{
	padding:4px 10px 6px;
	margin-right:20px;
	border-radius:6px;
	background-color:#0aacbaa3;
}
.exec-status-div{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.st-error i{
	color:#f37b44 !important
}
.st-comp i{
	color:#4bcbaf;
}

.sns-area{
	margin-top:10px;
	text-align: right;
	margin-right: 30px;
}

.p-share-buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
}

.p-share-buttons__button {
	width: 37px;
	height: 37px;
	margin-left: 10px;
	background-color:#fff;
	border-radius:6px;
	padding:4px;
	-webkit-transition: opacity .6s cubic-bezier(0.15, 0.75, 0.21, 0.96);
	transition: opacity .6s cubic-bezier(0.15, 0.75, 0.21, 0.96);
}

.prompt-detail .taglist{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}


.input-checkbox{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.input-checkbox label{
	width:33%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prompt-detail .taglist .tagitem{
	width:33%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-buy{
	display: table;
	text-align: center;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	background: #dfa906;
	color: #fcfcfc;
	width:400px;
	border-radius: 5px;
	margin-top:20px;
}

.btn-buy img{
	width: 16px;
	height: 16px;
	margin-right:5px;
}

.btn-buy.check {
	background: #17a2b8;
	color: #fcfcfc !important;
}

.delete{
	float:right;
	/* background-color: #6c757d;*/
}

.btn-buy.delete{
	background-color: #6c757d;
}

.delete i{
	font-size:18px;
	margin-right: 18px;
	margin-top:2px;
}

.btn-buy.prev {
	background: #DBDBDB;
	color: #333333;
}

.btn-buy.gtn-glay{
	background: #2d4359cf;
	color: #ccc;
}

.mod_area{
	float:right;
}

.mod_area .btn-buy{
	display:inline-block;
	width:auto;
}

.prompt-buy p{
	color:#fcfcfc;
}

.btn-small{
	width:50%;
}
.btn-middle{
	width:50%;
}
.btn-200{
	width:200px;
}
.btn_area {
color:#fcfcfc;
}

.user-data{
	width:100%;
	margin:-50px auto 10px;
}

.user-play{
	width:90%;
	margin:10px auto;
}

.exec-status-title{
	border-bottom:1px solid #fcfcfc;
}

/* M 2023/10/23 */
.user-data > p{
	min-height:70px;
	background-color:#6063711d;
	padding:20px;
	margin: 40px 20px 60px;
}

.user-data .img{
	width:33%;
}

.user-detail{
	width:90%;
	margin:10px auto ;
	color:#fcfcfc;
}

.user-detail .card-list-tile{
	width:100%;
}
.user-prompt-list{
	width:100%;
	color:#fcfcfc;
}

.user-main{
	width:90%;
	margin:10px auto;
	color:#fcfcfc;
}

.user-main .user-main-image{
	width:100%;
	height:200px;
	margin-bottom:50px;
	position:relative
}

.user-main .user-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
}
.user-main .user-main-image.noimage {
	background-color: #fff;
}

.user-main .user-main-image.noimage img {
	object-fit: contain;
}

.user-main .user-main-image .creater-thumbnail {
	width:150px;
	height:150px;
	margin-top:-100px;
	margin-left:40px;
	border:2px solid #fcfcfc99;
	border-radius: 8px;
	position:relative;
}

.user-main .user-main-image .creater-thumbnail img {
	border-radius:8px;
}

.topright{
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 5px;
}

.user-main .user-main-image #top-img
,.user-main .user-main-image .creater-thumbnail #thumbnail-img{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 200;
	left: 0;
	bottom: 0;
}

.bb0{
	margin-bottom: 0px;
}

.bb1{
	width:100%;
	border-bottom: 1px solid #fcfcfc;
	margin-top:40px;
	margin-bottom:40px;
	margin-left: 0px;
	margin-right: 0px;
}

.btn_area{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.logo_area .btn_area{
	margin-top:0px;
	margin-bottom:0px;
}


.tdul{
	text-decoration:underline;
}

.header-icon{
	border-radius:8px;
	max-width:40px;
	background-color:#fcfcfc;
	margin-left:3px;
}

.thumbnail-sample{
	border-radius:10px;
	max-width:100px;
	margin-bottom:20px;
}

/* =====================================================
コース画像拡大モーダル （ここから本PEN のコア）
===================================================== */
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}

.login-icon
,.logout-icon{
	display:inline-block;
}

.login-icon p
,.logout-icon p{
	display: grid;
	width:25px;
	height:25px;
	border-radius:50%;
}

.login-icon img
,.logout-icon img{
	color:#fcfcfc;
	width:30px;
	top: 10px;
	position: relative;
	left: 10px;
}

.error-text{
	color: #FF4F00 !important;
}

.card-list-tile .card-creator{
	width:calc(25% - 20px);
	height:100%;
	display:block;
	border-radius:10px;
	margin-right:20px;
	margin-bottom:20px;
	flex-shrink: 0;
	background-color:#222f41;
	aspect-ratio: 1 / 1;
}

.card-creator .creater{
	position: relative;
	width:100%;
	height:32px;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	background-color:#232836;
	padding:4px 7px;
	color: #fcfcfc;
}

.card-creator .creator-prompt-list .creater-thumbnail{
	position: relative;
}
.card-creator .creator-prompt-list .creater-thumbnail img{
	width: 70px;
	height: 70px;
	max-height: 70px;
	border-radius: 8px;
	border: 1px solid #fcfcfc99;
	position: absolute;
	bottom: -25px;
	left: 14px;
	z-index:50;
}

/* tab */
.tab-004 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.tab-004 > label {
	order: -1;
	position: relative;
	min-width: 70px;
	padding: .7em 1em;
	background-color: #2d4359cf;
	color: #fcfcfc;
	/* font-weight: 600; */
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	margin-right:10px;
}

.tab-004 > label:hover,
.tab-004 label:has(:checked) {
	background-color: #17a2b8;
	color: #fcfcfc;
}

.tab-004 label input {
	display: none;
}

.tab-004 > div {
	display: none;
	width: 100%;
	border-top:1px solid #fcfcfc;
	margin-top:10px;
	padding-top:20px;
}

.tab-004 label:has(:checked) + div {
	display: block;
}

/* tab end */

.save-btn{
	width:150px;
	float:right;
}

.header-menu{
	display:flex;
	margin:0px;
}
.header-item{
	margin-right:10px;
	border:1px solid #ccc;
	border-radius:5px;
}

.title-enoya span::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:#fcfcfc33;
	border-radius:10px;
}

.selected .title-enoya span::after{
	height: 100%;
}

.title-enoya:hover span::after {
	height: 100%;
}

.title-enoya {
	position   : relative;				/* 指定した分だけ相対的に移動 */
	padding: 5px 10px;
}

a:hover{
/**
	color:#fcfcfc !important;
**/
}

a.g-login:hover
,.g-text a:hover{
	color:#00ABAB !important;
}

.title-enoya .title-en{
	color:#00ABAB;
	font-size:12px;
	display: block;
}

.balloonoya:hover .balloon {
  display: inline;				/* インライン要素として表示 */
}
.balloon {
  position   : absolute;				/* 親要素を基準 */
  display: none;						/* 要素を非表示 */
  padding: 2px;						 /* テキストの前後の余白 */
  background-color: rgba(255, 255, 255, 0.5);	   /* 背景色（透明度） */
  width:100px;						  /* 吹き出し全体の幅 */
  left : 0%;						   /* 表示位置 */
  top : 100%;						   /* 表示位置 */
  margin-top : 5px;					/* 表示位置 */
  font-size: 80%;					   /* 文字サイズ */
}
.balloon:after{
  border-bottom: 12px solid rgba(102, 102, 255, 0.10); /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;	/* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: -12px;							 /* 吹き出し口の位置調整 */
  left : 5%;							  /* 吹き出し口の横位置 */
  content: "";					   /* コンテンツの挿入 */
  position: absolute;				/* 親要素を基準 */
}

.top_mv{
	background-color: #223b83;
}

.top_mv .container{
	width:90%;
	margin:0px auto;
	max-width: 1200px;
	padding:0;
}

.contents-all .container{
	width:90%;
	max-width: 1200px;
}

.contents-all .container{
	background-color: #f6f6f6;
	border-radius:20px;
	padding:20px;
}

.search-checkbox-area{
	display:flex;
	flex-wrap: wrap;
	padding:10px;
}

.search-checkbox-area.priority{
	background-color: #e4eff9;
	border-radius:10px 10px 0 0;
	margin:20px auto 0px;
}

.search-checkbox-area.sub{
	background-color: #fff;
	margin:0px auto 20px;
	border-radius:0 0 10px 10px;
}

.search-checkbox-area label{
	margin-right:20px;
}

.search-checkbox-area label input{
	margin-right:5px;
}

.middle-size{
	max-width:1200px;
	margin:0px auto;
}

.search-all{
}

.result-area{
	width:100%;
}

.search-inp{
	width:100%;
}

input[type=text],input[type=password],textarea{
	background-color:#ffffff;
	padding:6px 10px;
	border-radius:0;
	border:1px solid #000;
}

#nickname{
	background-color:#6063711d;
	border-radius:0px;
	font-size:16px;
	width:280px;
}

#introductions{
	background-color:#6063711d;
	border-radius:0px;
	padding: 20px;
	font-size:13px
}

::placeholder{
	color:#ccc;
}

.bg-detail{
	background-color:#244e63;
}

.bg-hidden{
	background-color:#31424bb5;
}

.breakword{
	word-break: break-word;
}

.prompt-view{
	min-height:20px;
}

input[type=text]:focus {
/*
outline: 1px #ccc solid;
*/
}


input[type=range]{
	width:50%;
}

select{
/**
	background-color:#0aacbaa3;
	color:#fcfcfc;
**/
	padding:5px 10px;
	border-radius:6px;
	border:none;
}

.bg-option{
	background-color:#0aacbaa3;
}
.upkview{
	display:inline-block;
	margin-left:10px;
}


.upimg-area-item{
	width:calc(25% - 10px);
	margin-right:10px;
	margin-bottom:20px;
	position:relative;
}

.remove-btn{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
}

.remove-btn p{
}

.image-list{
	display:flex;
	flex-wrap: wrap;
}

.btn_area.d-block{
	position:relative;
}

.relative{
	position:relative;
}

.btn_area.d-block ul{
	position: absolute;
	top: 40px;
	left: 0;
	width:100%;
	display: none;
}

/***
.btn_area.d-block .header-icon:hover -> ul{
	display: block;
}
***/

.btn_area.d-block ul li{
	display: block;
	background-color: #1F2A39;
	padding: 5px;
	margin: 10px 0px;
	border:1px solid #F2F2F280;
	box-shadow: 0px 0px 10px 1px rgba(127,127,127,0.4);
}
.btn_area.d-block ul li a{
	background-color: #efefef;
	color: #444;
}
.btn_area.d-block ul li a:hover{
	background-color: #ddd;
}
.btn_area.d-block ul li a p{
	font-size:12px;
}

.btn_area.d-block a.mypg-link{
	display:flex;
}

.top-btn{
	display: inline-block;
	font-weight: 400;
	color: #fcfcfc;
	text-align: center;
	background-color:#dfa906;
	height:25px;
	padding:2px 10px;
	border-radius:12.5px;
	margin-top:7px !important;
	margin-right:5px !important;
	font-size:13px;
}

.mypg-navi{
	margin-right:7px !important;
	font-size:13px;
}

.category-area{
	display:flex;
}

.category-area p{
	white-space: nowrap;
	padding:4px 14px 6px;
	border-radius:14px;
	height:28px;
	background-color:#3b759da1;
	margin-right:10px;
	font-size:12px;
}

.navi-sub{
	color:#ffd757;
	font-size:12px;
	display:block;
}

.header-form{
}

.add-content-input{
	width: calc(100% - 280px);
}

.red{
	color:#ffd757;
}


.logo-img{
	height:25px;
}

.exec-info{
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
}

.exec-detail{
	display:flex;
}

.exec-info .thumbnail{
	margin-right: 20px;
}

.exec-info .thumbnail img{
	width:100px;
}

.new-prompt-area{
	position: relative;
}

.move-right-outer{
	width:90%;
	
}

.move-left
,.move-right{
	position: absolute;
	height: 100%;
	display: table;
	width: 40px;
	color: #17a2b8;
	font-size: 32px;
	background-color: #17a2b800;
	padding: 7px;
	display:none;
	cursor: pointer;
}

.move-left{
	top: 0;
	border-radius: 10px 0 0 10px;
	left: 0;
}

.move-right{
	border-radius: 0 10px 10px 0;
	right:0;
	top: 0;
}

.move-left-inner
,.move-right-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #17a2b8;

}

.move-left-inner i
,.move-right-inner i{
	margin-right:0;
}

.move-left:hover
,.move-right:hover{
	background-color:#17a2b800;
}

.container{
	margin-top:20px;
	margin-bottom:20px;
}

.modaal-wrapper p{
	color:#181818;
	text-align:center;
}

.modaal-wrapper .btn-buy{
	width:150px;
	margin-top:0px;
	margin-right: 30px;
	margin-left: 30px;
}

.icon-glass{
	font-size:20px;
	color:#fcfcfc;
}

.g-title{
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}

.g-text{
	margin: 10px auto;
	width: 80%;
}

.g-text a{
	text-decoration:underline;
}

.g-login{
	display:block;
	width:80%;
	margin: 10px auto 30px;;
	border:1px solid #181818;
	text-align:center;
	border-radius:10px;
	padding:10px;
}

.g-login img{
	height:40px;
}

.card-big .creater-thumbnail{
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	border:1px solid #fcfcfc99;
	border-radius:8px;
	bottom: 8px;
	left: 8px;
}

.card-big .creater-thumbnail img{
	transition: all 0.2s;
}

.card-big .thumbnail>a>img{
	transition: all 0.2s;
}

.card-big:hover .thumbnail>a>img{
	width:110%;
	height:110%;
	border-radius:8px;
}

.card-big .thumbnail .creater-thumbnail:hover>a>img{
	transform: scale(1.1);
}

.card-big .thumbnail .creater-thumbnail:hover + div.creater-name {
	color:#fcfcfc;
}

.card-big .thumbnail .creater-thumbnail:has(+ div.creater-name:hover)>a>img{
	transform: scale(1.1);
}

.card-middle
,.card-middle-add
,.card-creator{
	transition: all 0.2s;
}

.card-middle:hover
,.card-creator:hover{
	transform: translateY(-3px);
}

.list-btn{
	border-radius: 20px;
	font-size:13px;
	padding:2px 10px;
	background-color:#2d4359cf;
	float:right;
	font-weight: normal;
	line-height: 24px;
}


@media (max-width: 440px) { 
	.header-menu{
		margin:0px 0px;
	}

	.header-item a{
		font-size: 10px;
	}

	.non_sp{
		display:none !important;
	}
	.new-prompt-area{
	}
	.modaal-wrapper .btn-buy{
		margin-right: 0px;
		margin-left: 0px;
	}

	.btn_area{
		margin:10px;
	}

.exec-info .thumbnail
,.exec-info .creater{
	display:none;
}
.result-image-list{
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
.result-image-list .result-image{
	width:46%;
	margin-bottom:7px;
}
.result-image-list .customization-image{
	width:46%;
	margin-bottom:7px;
}

.top_mv{
	padding-left:0;
	padding-right:0;
}
	.header-form{
	}

	.contents-all .container{
		margin-top:0px;
		padding: 20px 5px;
		width:95%;
	}

	.footer-nav div{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer-nav div a{
		width:40%;
		text-align:center;
	}
}

@media (max-width: 1400px) {
	.card-big .creater .creater-thumbnail img{
		width: 50px;
		height: 50px;
		max-height: 50px;
		bottom:0px;
		left:0px;
	}

	.card-big .creater-thumbnail{
		width: 50px;
		height: 50px;
	}

	.card-big .thumbnail .creater div.creater-name{
	}
}

@media (min-width: 1200px) {
	.card-middle
	,.card-middle-add
	{
		width:calc(25% - 20px);
	}
	.card-list-tile .card-creator{
		width:calc(25% - 20px);
	}
}

@media (min-width: 1400px) {
	.card-middle
	,.card-middle-add
	{
		width:calc(20% - 20px);
	}

	.mypage .card-middle{
		width:calc(25% - 20px);
	}

	.card-list-tile .card-creator{
		width:calc(20% - 20px);
	}
}

@media (min-width: 1600px) {
	.card-middle
	,.card-middle-add
	{
		width:calc(100% / 6 - 20px);
	}
	.card-list-tile .card-creator{
		width:calc(100% / 6 - 20px);
	}
}


@media (max-width: 1200px) {
	.card{
		margin:0px 8px;
		width:calc((100% / 3) - 16px);
	}
	.card-big{
		margin:0px 8px;
		width:calc((100% / 3) - 16px);
	}
	.card-list-tile .card-creator{
		margin-right:16px;
		width:calc((100% / 3) - 16px);
	}
}

@media (max-width: 992px) {
	#preview{
		float: none;
	}
	.add-content-input{
		width: 100%;
	}

	.card{
		width:31%;
	}
	.card-list-tile .card-creator{
		width:31%;
	}
	.card-big{
		width:30%;
	}
	#login-name{
		display:none;
	}

	.user-detail
	,.user-prompt-list{
		width:100%;
		margin:0px;
		display:block;
	}

	.user-main{
		width:90%;
		margin:10px auto;
	}

	.input-conditions{
		width:100%;
		color:#fcfcfc;
	}

}

@media (max-width: 767px) {
	.card{
		width:calc(50% - 16px);
	}
	.card-list-tile .card-creator{
		width:calc(50% - 16px);
	}
	.card-big{
		width:calc(50% - 16px);
	}
}

.creater .title{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 440px) { 
	.top_mv .container{
		width:100%;
		margin:0px auto;
	}

	#login-name{
		display:none;
	}
	.mypg-navi{
		display:none;
	}

	/** header **/
	.mv_area .logo_area {
		padding: 10px 10px;
	}

	.user-detail
	,.user-prompt-list{
		width:100%;
		margin:0px;
		display:block;
		padding-left:0px;
	}

	.user-detail .card-list-tile{
		width:90%;
		margin:10px auto;
	}

	.user-main{
		width:90%;
		margin:10px auto;
	}

	.card-list-tile .card{
		width:48%;
		max-width:180px;
		color:#fcfcfc;
		margin-right:5px;
	}
	.logout-icon{
		display:none;
	}

	.btn_area.d-block{
		min-width:50px;
	}


	.prompt-detail{
		display:block;
		widtrh:10%;
		margin:0;
		color:#fcfcfc;
	}
	.prompt-main
	,.prompt-image{
		width:100%;
		padding:7px;
		color:#fcfcfc;
	}

	element.style {
	}
	.container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.save-btn{
		float:none;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right:0px;
	}
}

@media (max-width: 992px) {
	.list-btn{
		margin-top:0;
	}
}

/** btn **/
.btn_pattern01 {
  background-color: #00A7DB;
  border-color: #00A7DB;
  color: #fff;
  padding: 10px 30px;
  transition: .5s;
  border-radius: 4px;
  white-space: nowrap;
}
.btn_pattern01:hover {
  color: #fff;
}

.btn_pattern02{
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  color: #333;
  padding: 10px 30px;
  transition: .5s;
  border-radius: 4px;
  white-space: nowrap;
}

.btn_right{
  float:right;
  padding: 5px 30px;
}
.btn_area {
  display: flex;
}
.btn_area.beside3 {
  display: flex;
  justify-content: space-between;
}
.btn_area div {
  padding-right: 30px;
}
.btn_area.beside3 div {
  padding-right: 0;
}
.btn_area div:last-child {
  padding-right: 0;
}

.nb_btn_area{
	width:100%;
	text-align:center;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.prev_btn, .next_btn, .comp_btn .login_btn .rmid_btn .preview_btn, .del_btn, .edit_btn,  .top_btn, .edit_basic_btn,  .serial_btn, .reserve_btn, .list_btn, .col_btn{
	display: inline-block;
}

.prev_btn a, .next_btn a, .comp_btn a, .login_btn a, .rmid_btn a, .preview_btn a, .del_btn a, .edit_btn a,  .top_btn a, .edit_basic_btn a,  .serial_btn a, .reserve_btn a, .list_btn a, .col_btn a{
	display: inline-block;
	width: 155px;
	text-align: center;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 4px;
}

.nb_btn_area.col3 .prev_btn
,.nb_btn_area.col3 .edit_btn
,.nb_btn_area.col3 .top_btn{
	max-width: 155px;
}

.nb_btn_area.col3 .prev_btn a
,.nb_btn_area.col3 .edit_btn a
,.nb_btn_area.col3 .top_btn a
,.nb_btn_area.col3 .edit_basic_btn a
,.nb_btn_area.col3 .serial_btn a
{
	width: 100%;
}


.button_area_col{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.button_area_col.col2 .col_btn{
	width:49%;
}

.button_area_col.col3 .col_btn{
	width:33%;
}

.col_btn a{
	padding:10px 10px;
	text-align: center;
}

.list_btn a{
	text-align: left;
}

.col_btn a
,.list_btn a{
	background: #334c98;
	width: 100%;
	color: #fff;
}

.list_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.list_btn.nonicon a{
	text-align:center;
}

.list_btn.nonicon a:before{
	content: '';
	display: inline-block;
	width: 0;
	margin-right:0;
}

.list_btn.catalog a:before{
	background-image: url(/common/img/icon/icon_catalog.png);
}
.list_btn.circle a:before{
	background-image: url(/common/img/icon/icon_circle.png);
}
.list_btn.serial a:before{
	background-image: url(/common/img/icon/icon_serial.png);
}

.list_btn.addcircle a:before{
	background-image: url(/common/img/icon/icon_addcircle.png);
}
.list_btn.addcatalog a:before{
	background-image: url(/common/img/icon/icon_addcatalog.png);
}
.list_btn.dtlcircle a:before{
	background-image: url(/common/img/icon/icon_dtlcircle.png);
}
.list_btn.addedcatalog a:before{
	background-image: url(/common/img/icon/icon_addedcatalog.png);
}

.list_btn.catalogdl a:before{
	background-image: url(/common/img/icon/icon_catalogdl.png);
}
.list_btn.catalogprint a:before{
	background-image: url(/common/img/icon/icon_catalogprint.png);
}
.list_btn.setting a:before{
	background-image: url(/common/img/icon/icon_setting.png);
}

.list_btn.mailchg a:before{
	background-image: url(/common/img/icon/icon_mail_ttl.png);
}
.list_btn.userchg a:before{
	background-image: url(/common/img/icon/icon_user_ttl.png);
}
.list_btn.selfprint a:before{
	background-image: url(/common/img/icon/icon_self_print_ttl.png);
}
.list_btn.cardprint a:before{
	background-image: url(/common/img/icon/icon_card_print123_ttl.png);
}
.list_btn.neko a:before{
	background-image: url(/common/img/icon/icon_neko.png);
	background-position: center;
}
.list_btn.prgrs a:before{
	background-image: url(/common/img/icon/icon_progress.png);
	background-position: center;
}


.prev_btn a {
	background: #334c98;
	color: #fff;
}
.prev_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_return.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.next_btn a {
	background: #334c98;
	color: #fff;
}
.next_btn a:after{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_next.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:10px;
}

.login_btn a {
	background: #334c98;
	color: #fff;
}
.login_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_login.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.comp_btn a {
	background: #334c98;
	color: #fff;
}
.comp_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_comp.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.reserve_btn a {
	background: #334c98;
	color: #fff;
}
.reserve_btn a:after{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_reserve.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:10px;
}

.rmid_btn a {
	background: #334c98;
	color: #fff;
}

.multiplebtn a {
	padding-right: 48px;
	position: relative;
	display: grid;
	place-items: center;
	height: 48px;
}

.rmid_btn a:after{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_reminder.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:10px;
}

.multiplebtn a:after{
	position: absolute;
	right: 4px;
	top: 4px;
}

.preview_btn a {
  background: #333333;
  color: #fff;
}
.del_btn a,
.del_btn_red {
  background: #FF3333;
  color: #333333;
}

.btns a{
	width:200px;
}

.edit_btn a {
	background: #334c98;
	color: #fff;
}
.edit_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_edit.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.top_btn a {
	background: #334c98;
	color: #fff;
}
.top_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_top.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.edit_basic_btn a {
	background: #334c98;
	color: #fff;
}
.edit_basic_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_edit_basic.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.serial_btn a {
	background: #334c98;
	color: #fff;
}
.serial_btn a:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_serial.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}




/* Hoshi Add Start */
.mini_btn_p a, .mini_btn_m a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
}
.mini_btn_p a {
  background: #FFDBDB;
  color: #333333;
}
.mini_btn_m a {
  background: #DBDBFF;
  color: #333333;
}
/* Hoshi Add End */

.container .h1_area{
	margin-bottom:20px;
	position: relative;
	min-height:70px;
	padding-left:75px;
	display: flex;
	align-items: center;
}

.container h1{
	flex: 1;
}

.container h1:before{
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(/common/img/icon/icon_mypage_ttl.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
	position: absolute;
	left: 0;
	top: 0;
}

#page-mypage .container h1:before{
	background-image: url(/common/img/icon/icon_mypage_ttl.png);
}
#page-informationlist .container h1:before{
	background-image: url(/common/img/icon/icon_info_ttl.png);
}
#page-serials .container h1:before{
	background-image: url(/common/img/icon/icon_serials_ttl.png);
}
#page-login .container h1:before{
	background-image: url(/common/img/icon/icon_login_ttl.png);
}
#page-regist .container h1:before{
	background-image: url(/common/img/icon/icon_regist.png);
}
#page-club .container h1:before{
	background-image: url(/common/img/icon/icon_club_ttl.png);
}
#page-clubdetail .container h1:before{
	background-image: url(/common/img/icon/icon_club_detail.png);
}
#page-clubdelete .container h1:before{
	background-image: url(/common/img/icon/icon_club_delete_ttl.png);
}
#page-artwork .container h1:before{
	background-image: url(/common/img/icon/icon_edit_basic.png);
}
#page-artworkreglist .container h1:before{
	background-image: url(/common/img/icon/icon_regist_list_ttl.png);
}
#page-artworkdllist .container h1:before{
	background-image: url(/common/img/icon/icon_art_dl_ttl.png);
}
#page-printsupport .container h1:before{
	background-image: url(/common/img/icon/icon_print_support.png);
}
#page-cardprint .container h1:before{
	background-image: url(/common/img/icon/icon_card_print123_ttl.png);
}
#page-selfprint .container h1:before{
	background-image: url(/common/img/icon/icon_self_print_ttl.png);
}
#page-setting .container h1:before{
	background-image: url(/common/img/icon/icon_setting_ttl.png);
}
#page-chgmail .container h1:before{
	background-image: url(/common/img/icon/icon_mail_ttl.png);
}
#page-chgdata .container h1:before{
	background-image: url(/common/img/icon/icon_user_ttl.png);
}
#page-contact .container h1:before{
	background-image: url(/common/img/icon/icon_contact_ttl.png);
}
#page-reminder .container h1:before{
	background-image: url(/common/img/icon/icon_reminder_ttl.png);
}
#page-serialsdetail .container h1:before{
	background-image: url(/common/img/icon/icon_club_detail.png);
}
#page-serialsedit .container h1:before{
	background-image: url(/common/img/icon/icon_edit.png);
}
#page-withdrawal .container h1:before{
	background-image: url(/common/img/icon/icon_withdraw_ttl.png);
}
#page-withdrawalcomp .container h1:before{
	background-image: url(/common/img/icon/icon_bye_ttl.png);
}
#page-rules .container h1:before{
	background-image: url(/common/img/icon/icon_rules.png);
}
#page-faq .container h1:before{
	background-image: url(/common/img/icon/icon_faq.png);
}
#page-serialslist .container h1:before{
	background-image: url(/common/img/icon/icon_serialslist.png);
}
#page-seller .container h1:before{
	background-image: url(/common/img/icon/icon_seller.png);
}
#page-buyer .container h1:before{
	background-image: url(/common/img/icon/icon_buyer.png);
}
#page-guidelines .container h1:before{
	background-image: url(/common/img/icon/icon_guidelines.png);
}
#page-material .container h1:before{
	background-image: url(/common/img/icon/icon_material.png);
}


#page-artworkdetail .container h1:before{
	background-image: url(/public/img/noimage_m.png);
}

.stepflow {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	font-size: 1.5vw;
	list-style: none;
}

.stepflow > li {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 1em 3em 1em 2em;
	margin: 0px;
	width: 100%;
	height: 5em;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.stepflow > li.selected span{
	color:#fcfcfc;
	z-index:10;
}

.stepflow > li.selected::before
,.stepflow > li.selected::after {
	background-color:#bbb;
}

.stepflow > li::before,
.stepflow > li::after {
	position: absolute;
	content: "";
}

.stepflow > li::after {
	position: absolute;
	content: "";
}

.stepflow > li::before {
	top: 50%;
	right: -1.5em;
	transform: translateY(-50%) scaleX(0.5) rotate(45deg);
	width: 12em;
	height: 12em;
	border: 0.3em solid #bbb;
	border-left: none;
	border-bottom: none;
}
.stepflow > li::after {
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 1.5em);
	border: 0.2em solid #bbb;
	border-right: none;
}

.form_title{
	font-weight: bold;
}

.required {
  background: #DE3D3D;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  padding: 0 3px;
  margin-left: 3px;
}

/*** USER NAVI ***/
.menu-wrapper {
  position: relative;
}

.menu-icon {
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 3;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #eee;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 20px;
}

#menu-toggle:checked + .menu-icon span:nth-child(1) {
  display: block;
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  display: block;
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
	position: fixed;
	top: 0;
	right: -250px; /* ← 初期位置を左へ */
	width: 250px;
	height: 100%;
	background: #fff;
	box-shadow: 2px 0 8px rgba(0,0,0,0.2);
	transition: left 0.4s ease;
	z-index: 2;
	overflow-y: scroll;
}

.menu ul
,.menu ol{
	border: none;
}

#menu-toggle:checked ~ .menu {
	right: 0;
}

.menu ul {
	list-style: none;
	padding: 60px 20px;
}

.menu li {
  margin: 10px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.3s;
}

.menu a:hover {
  color: #007bff;
}


/*** mypage ***/
/**** start ****/
.start_read{
}

.start_read .read_title{
	background-color:#f1c232;
}
.open_chk_danger .read_title{
	background-color:#f73333;
	color:#fff;
}

.open_chk_danger .read_title
,.start_read .read_title{
	height:50px;
	padding:5px;
	position:relative;
}

.start_read .read_title:before{
	content: '';
	display: inline-block;
	width: 41px; 
	height: 41px;
	background-image: url(/common/img/icon/icon_info.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.start_read .read_value ul{
	background: #fcfcfc;
	padding: 1em;
	border: solid 1px gray;
}

.open_chk_danger .read_value{
	background: #eaf538;
	color:#000;
	padding: 1em;
	border: solid 1px gray;
}

.danger{
	border: solid 1px gray;
	background: #eaf538;
}

.open_chk_danger .read_value p{
	color:#000;
}

.plus , .plus_2{
	display: inline-block;
	text-align: center;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	background: #334c98;
	color: #fff;
	position:absolute;
	right:10px;
	z-index: 3;
}

.plus36{
	line-height:36px;
}

.plus::before,.plus::after
,.plus_2::before,.plus_2::after  {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 1s;
}

.plus.open .opentxt
,.plus_2.open .opentxt{
	display:none;
}
.plus:not(.open) .closetxt
,.plus_2:not(.open) .closetxt{
	display:none;
}

.plus::after 
,.plus_2::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 1s;
}

.plus.open::before 
,.plus_2.open::before {
	opacity: 0;
}

.plus.open::after 
,.plus_2.open::after {
	transform: translateY(-50%) rotate(180deg);
}

.read_value 
,#detail_ocvalue
,#detail_ocvalue_2{
	display:none;
}

.container h2{
	margin-bottom:10px;
	position: relative;
}

.info_list .info_table
,.topics_list .topics_table{
	border: 1px solid #000;
	padding:10px;
	background-color: #C8C8C8;
}

.info_list .info_table table th
,.topics_list .topics_table table th{
	padding-right:10px;
	vertical-align:top;
}

.link_area{
	margin-top:10px;
/**
	text-align:right;
**/
}

.banner_area{
	width:100%;
}

.banner_area a{
	display: block;
	width:80%;
	margin: 10px auto;
}

.banner_area a img{
	width:100%;
}

.button_area{
	width: 100%;
}

.button_area .list_btn{
	width:80%;
	display:block;
	margin:10px auto;
}

.form_colmn:has(#all_reset_chk:not(:checked)) ~ .button_area_col .col_btn a{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	background-color:#ccc;
}

.link-disabled a{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	background-color:#ccc;
}

.table_div{
	width: 100%;
}

.table_div table{
	width: 100%;
	margin:10px auto;
}

.artwork_title{
}

.artwork_title .title{
}

.artwork_title .value{
	font-size: 18px;
}

.artwork_main_img{
	width: 100%;
}
.artwork_main_img img{
	display:block;
	width: 50%;
	margin: 10px auto;
}

/*** club ***/
.club_list{
	display:flex;
	flex-wrap: wrap;
}

.club_line{
	display:flex;
	width:calc(49% - 5px);
	margin-bottom:20px;
	margin-right:5px;
}

.club_line_full{
	width:100%;
}

.club_img{
	width:20%;
	margin-right:5px;
}

.club_txt{
	width:80%;
	display:flex;
	flex-flow: column;
}

.club_name{
	font-weight:bold;
	font-size:80%;
}

.club_line_full .club_name{
	font-size:100%;
}

.club_item{
	font-size:80%;
}

.club_line_full .club_item{
	font-size:100%;
}

.column_title{
	font-weight:bold;
}
.column_value{
	padding:5px;
	border: 1px solid #aaa;
	border-radius: 6px;
}

.bb-1{
	border-bottom:1px solid #333;
}

/*** artwork detail slider ***/
.dl_area{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.dl_area .dl_icon{
	border-radius: 20px;
	font-size:13px;
	padding:2px 10px;
	font-weight: normal;
	line-height: 24px;
	border:1px solid #ccc
}

.slider-container {
  margin: 30px auto 0;
  max-width: 60%;
  width: 100%;
}
.slider-container img {
  height: auto;
  width: 100%;
}


/** rules **/
.col_title{
	width:95%;
	margin:10px auto;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
}
.col_value{
	width:95%;
	margin:10px auto 20px;
	font-size:14px;
	padding:5px 10px;
}

.col_value dl dt{
	color:#ff9900;
}

.col_value ul.disc
,.col_value ol.olno{
	padding-left:20px;
}

.col_value ul.disc li{
	list-style:disc;
	font-size:14px;
}
.col_value ol.olno li{
	list-style:no;
	font-size:14px;
}

.col_value ul.disc
,.col_value ol.olno{
	padding-left:20px;
}


.col_value a{
	text-decoration: underline;
	color:#0d6efd;
	text-decoration-color:#0d6efd;
}

.col_value .list_btn a
,.col_value .col_btn a{
	text-decoration: none;
	color:#fff;
}


#page-faq .col_title {
	margin-bottom: 1em;
	color: #334c98;
	font-weight: bold;
	padding-left: 30px;
}

#page-faq .col_title::before{
	margin-right: .4em;
	content: "Q.";
	margin-left: -20px;
}

.detail_oc .read_title{
	position:relative;
	width:100%;
	padding:5px;
	background-color:#ccc;
	padding-right: 100px;
	min-height: 40px;
}

.detail_oc .read_title .plus
,.detail_oc .read_title .plus_2{
	top: 5px;
}

.flex{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_img{
	width:80%;
	margin:10px auto;
}

.top_img img{
	width:100%;
}

.block{
	display:block;
}

.margintop1px{
	margin-top:-1px;
}

.bgglay{
	background: #333;
	color: #ccc;
}

.col_btn.glay_btn a{
	background: #ccc;
	color: #000;
}

.view-image .mainimage{
	width:80%;
	text-align:center;
	margin:20px auto;
}

.view-image .mainimage img{
	max-width:500px;
	width:100%;
}

.view-image .thumbnail{
	width:80%;
	margin:20px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.view-image .thumbnail .thumbnail-img{
	width:24%;
	cursor: pointer;
	margin-bottom:10px;
}

