
:root {
  --main:#131734;
  --sub:#27a08f;
  --accent:#e7316e;
  --black:#000;
}
img {
  width: 100%;
}
.inner{
  width: 1080px;
  margin: 0 auto;
}
.inner{
  width: 1080px;
  margin: 0 auto;
}
.inside_inner{
  width: 1080px;
  margin: 0 auto;
}
.center {
	text-align: center;
}

@media screen and (min-width: 920px) {
	.pc_center{
		text-align: center;
	}
}
/*====================
header
 ====================*/
header {
  background: var(--main);
}

.sp_btn {
  display: none;
}
.header>.inner {
  height: 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.header>.inner .alpha {
  flex-basis: 60%;
  display: flex;
  align-items: center;
}
.header>.inner .beta {
  xflex-basis: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header>.inner .beta .header_btns .header_btn a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  height: 32px;
  font-size: 14px;
  background: var(--sub);
  color: #fff;
  border: 1px solid #ddd;
  padding-right: 8px;
  padding-left: 8px;
}
.header>.inner .beta .header_btns .header_btn a:hover{
opacity: 0.8;
}
ul.header_btns {
  display: flex;
  list-style: none;
}
.header>.inner .beta .header_btns {
  xflex-basis: 260px;
  margin-bottom: 0;
}
.header>.inner .beta .header_btns .header_btn {
  flex-basis: 110px;
  max-width: 110px;
  height: 32px;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 920px) {
.header>.inner .beta .header_btns .header_btn {
  margin-left: 14px;
}
}

.header>.inner .beta .header_btns .header_btn a .icn img {
  width: auto;
  margin-right: 6px;
  height: 19px;
  padding-bottom: 3px;
}
h1.logo {
  margin-right: 2rem;
}

form#logout-form button {
  border-radius: 5px;
  border: 0;
  padding: 4px 10px;
  display: flex;
  background: none;
  color: #ddd;
  border: 1px solid #ddd;
}
form#logout-form button:hover{
  background: rgb(255 255 255 / 20%);
}
/*====================
ぱんくず
 ====================*/
.breadcrumbs {
  padding: 10px 0;
  background: #f6f6f8;
}

.breadcrumbs ul {
  display: flex;
  margin: 0 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
	flex-wrap: wrap;

}

@media screen and (min-width: 920px) {
  .breadcrumbs ul {
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 1rem;
  }
}



.breadcrumbs ul li {
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 14px;
}

.breadcrumbs ul li i {
  margin-right: 0.5rem;
  font-size: 12px
}

.breadcrumbs ul li a {
  text-decoration: none;
  color:#666;
}

/*====================
nav
 ====================*/
.name {
  color: #fff;
  margin-bottom: 6px;
  min-height: 24px;
}
 nav.gnav {
  background: linear-gradient(#fff,#ddd);
  height: 50px;
}
.gnav > ul {
  width: 1080px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gnav > ul li a {
  color: #333;
  padding: 1rem;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 1em;
}
@media screen and (min-width: 920px) {
  .gnav > ul li{
    border-left:1px solid #999;
  }
.gnav > ul li a:hover{
  background: linear-gradient(#fff,#e9e9e9);
}
}
.menu_sub ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  justify-content: flex-end;
}
.menu_sub ul li {
  width: 20px;
  margin-right: 10px;
}
/*====================
drawer
 ====================*/
.drawer ul, .drawer li {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.drawer .side_profile {
  background-color: #444;
  border-radius: 4px;
  padding: 1rem;
  color: #fff
}

.drawer .side_profile .side_profile_name {
  font-weight: bold;
  color: #fff
}

.drawer .side_profile .side_profile_honorific {
  font-size: 14px;
  color: #ccc
}

.drawer .side_profile_logout {
  margin-bottom: 0
}
.drawer {
  display: none
}

.search_box {
  display: flex;
}
.search_box.forsp{
  display:none;
}
.search_box .search {
  width: 40px;
  border: 0;
  border-radius: 0 0.25rem 0.25rem 0 ;
}

.form-search {
  border-radius: 0.25rem 0 0 0.25rem;
}

.drawer .btn_close {
  background-color: #216c62;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -42px
}

/*====================
column
 ====================*/
.col-01{
	max-width: 8.3333333333%;
}
.col-02{
	max-width: 16.6666666667%;
}
.col-03{
	max-width: 25%;
}
.col-04{
	max-width: 33.3333333333%;
}
.col-05{
	max-width: 41.6666666667%;
}
.col-06{
	max-width: 50%;
}
.col-07{
	max-width: 58.3333333333%;
}
.col-08{
	max-width: 66.6666666667%;
}
.col-09{
	max-width: 75%;

}
.col-10{
	max-width: 83.3333333333%;

}
.col-11{
	max-width: 91.6666666667%;
}
.col-12{
	max-width: 100%;
}

/*====================
side_column
 ====================*/
.side_column {
  width: 241px;
  margin-right: 20px;
  min-height: 400px;
  background: #fff;
  padding: 20px;

}


/*====================
top
 ====================*/
 .main_content.top_content {
	padding: 0;
}
.main_container.top_page {
	padding: 0;
}
 .main_content.top_content h2 {
	border-left: 0;
	text-align: center;
	font-weight: 700;
	position: relative;
	font-size: 2rem;
	margin-bottom: 4rem;
}
.main_content.top_content h2:before{
	content: "";
	display: block;
	width: 300px;
	height: 5px;
	background-color: var(--sub);
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
}
section.top_genre {
	xpadding: 40px;
}
section.top_bg {
background: #F4F3F9;
}
section.top_about{
	padding-top: 50px;
}
.top_content section .row ,
section .column {
	align-items: center;
	margin-bottom: 2rem;
}
.top_content section .row:last-child
.top_content section .column:last-child{
	margin-bottom: 0;
}
.top_content section .row:last-child{
	margin-bottom: 0;
}

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

	section.top_genre {
		xpadding: 20px;
	}
	section.top_about {
}
.main_content.top_content h2 {
	font-size: 1.6rem;
}
.main_content.top_content h2:before {
	width: 50%;
}
}
/*====================
contents
 ====================*/

 .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main_container {
  width:100%;
  background: #f6f6f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main_container .inner{
display: flex;
}
.main_content {
  background: #fff;
  width: 100%;
  padding: 20px;

}
.main_content.top_content section {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom:0 ;
}
.main_content.top_content section:last-child {
	margin-bottom: 0;
}
.main_content h2 {
	font-size: 1.4em;
	border-left: 5px solid var(--sub);
	padding-left: 10px;
	margin-bottom: 1em;
}
.product_search input {
	width: calc(100% - 54px);
	max-width: 240px;
	display: inline-block;
}
.product_search button{
	width: 50px;
}
.row_img_txt {
	margin-bottom: 2rem;
}
ul.index_list {
	padding-left:2rem;
}
ul.index_list li {
	list-style-type: disc;
}
.row_txt_box {
	padding-left: 2rem;
}
.download_btn {
	text-align: center;
}
ul.progress_list li {
	position: relative;
}

ul.progress_list li:after{
	position: absolute;
}
.sort_btn button {
  padding: 5px 5px;
}

ul.progress_list li dl {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	border: 1px solid #bbb;
	height: 100%;
}

ul.progress_list li dl dt {
	padding: 0.4rem 0.8rem;
	min-width: 100px;
	text-align: center;
	background: #ddd;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.progress_list li dl dt.active{
	background: #1b60a7;
	color: #fff;
}

ul.progress_list li dl dd {
margin-bottom: 0;
padding: 0.4rem 0.8rem;
height: 100%;
font-size: 1rem;
}
ul.progress_list li dl dd.wait {
	color: #999;
	font-size: 14px;
}
ul.progress_list li dl dd:empty{
	background: #f6f6f6;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 920px) {
	ul.progress_list li {
	width: 18%;
	}
	ul.progress_list li::after {
    content: "→";
    top: 50%;
    right: -20px;
    transform: translate(0,-50%);
    color: #999;
}
ul.progress_list li:last-child::after{
	content: "";
}
	ul.progress_list {
		display: flex;
		justify-content: space-between;
	}
	ul.progress_list li dl {
		flex-flow: column;
		xborder-right: none;
	}
	ul.progress_list li dl dt {
    width:100%;
}

ul.progress_list li dl dd {
	display: flex;
	align-items: center;
	min-height: 60px;
	}

ul.progress_list li:last-child  dl{
	border-right: 1px solid #bbb;
}
}


/*====================
ご利用ガイド
 ====================*/
.guide .two_column_txt ol {
	margin: 1em 0;
	padding-left: 1rem;
}
.guide .two_column_txt ol li {
	line-height: 1.6em;
	margin-bottom: 0.5rem;
	list-style: auto;
}
.guide_img img {
	border: 1px solid #999;
}
/*====================
審査ちゅう
 ====================*/
ul.examination {
	display: flex;
}
ul.examination li {
	width: 32%;
	margin-right: 1%;
}
ul.examination li img{
max-height:420px;
object-fit: contain;
background: #f6f6f6;
}
/*====================
お知らせ
 ====================*/

ul.topic_box li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}
ul.topic_box li a span.date {
  margin-right: 10px;
}
ul.topic_box li a:hover{
background-color: #eefdff;
}

/*====================
トップページ
 ====================*/
ul.two_row li{
	width: 49%;
	margin-right: 2%;
}
@media screen and (min-width: 920px) {
ul.two_row li:nth-child(2n){
	margin-right: 0;
}
}

ul.two_row li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
ul.three_row li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
@media screen and (min-width: 920px) {
	ul.three_row li:nth-child(3n){
		margin-right: 0;
	}
}

section.top_ban ul li a img:hover {
	opacity: 0.8;
}
ul.four_row li{
	width:calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.four_row li:nth-child(4n){
	margin-right: 0;
}
section.top_category ul li a img:hover {
	opacity: 0.8;
}


/*====================
マイページ
 ====================*/
.card-header h2 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
  font-weight: 700;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
h3:not(:first-child){
	margin-top:2rem;
}
h4{
	font-size: 1.1rem;
	font-weight: 700;
	background: #f6f6f6;
	padding: 0.5rem;
}
h4:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	xpadding-right: 0.2em;
	margin-bottom: 1rem;
}
.secondary_items:not(:last-child) {
  margin-bottom: 2.5rem;
}

.tertiary_items:not(:last-child) {
  margin-bottom: 2rem;
}
.quaternary_items:not(:last-child) {
  margin-bottom: 1.5rem;
}
.main_content table,
.card-body table {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
  xword-break: break-all;
  xword-wrap: break-all;
}
.main_content table tbody,
.card-body table tbody {
  width: 100%;
  display:table;
}
.main_content table th,
.card-body table th {
  background: #f6f6f6;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 1em 0.5em;
  border: 1px solid #ddd;
  white-space: nowrap;
}
.main_content table td,
.card-body table td {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding:0.5em;
  border: 1px solid #ddd;
}

.card-body.topic_box table{
  border:none;
}

.card-body.topic_box table td.topic_title{
  border:none;
  border-bottom:1px solid #ddd;
  padding: 0;
  padding-bottom:0.5rem;
}
.card-body.topic_box table td.topic_body{
  border:none;
  padding: 0;
  padding-top:0.5rem;

}
img.product_image {
	max-width: 640px;
	max-height: 640px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

img.product_thumbnail {
	width: 140px;
	height: 100px;
	object-fit: contain;
	background: #f9f9f9;
	padding: 2px;
}
@media screen and (min-width: 920px) {
table.detail th{
width: 30%;
}
}

ul.mypage_progress {
	display: flex;
	flex-wrap: wrap;
}
ul.mypage_progress li{
	border: 1px solid #ddd;
	border-radius: 6px;
	width: 240px;
	margin-right: 20px;
	padding: 1rem;
	position: relative;
}
ul.mypage_progress li a{
	text-decoration: none;
}
ul.mypage_progress li dl{
	display: flex;
	margin-bottom: 0;
	align-items: center;
}

ul.mypage_progress li dl dt{
	margin-right: 0.5rem;
	margin-bottom: 0;
}
ul.mypage_progress li dl dd{
	margin-bottom: 0;
}
ul.mypage_progress li span.number{
	font-size: 1.4em;
	margin-right: 0.2rem;
	font-weight: 700;
}
table.square_grid{
	border: 0;
}

table.square_grid tbody {
	display: flex;
	flex-flow: wrap;
}
table.square_grid.full tbody {
	justify-content: center;
}

table.square_grid tbody tr{
	display: flex;
	flex-flow: column;
	border: 1px solid #ddd;
	margin-right:16px;
	margin-bottom: 16px;
}
@media screen and (min-width: 920px) {
	table.square_grid.right tbody tr:nth-child(4n){
    margin-right: 0;
	}
}
table.square_grid tbody tr td:first-child{
	background-color: #f9f9f9;
	padding: 0;
	line-height: 1.3em;
}
table.square_grid tbody tr td:first-child a {
  color: #999;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
table.square_grid tbody tr td:first-child a:hover{
	text-decoration: none;
}
table.square_grid tbody tr td:nth-child(3){
	font-size: 12px;
	color: #999;
}
table.square_grid td{
	border: 0;
	padding: 0.2rem 0.5rem;
	text-align: center;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
table.square_grid td:first-child{
	height:170px;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}

table.square_grid td a:hover{
	opacity: 0.8;
}

table.square_grid td img{
	height:170px;
	width: 170px;
	object-fit: cover;
}
.row.sort_btn button,
.row.sort_btn a {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.row.sort_btn button:last-child{
	margin-right: 0;
}

.row.sort_btn button.selected {
	background: #4681d9;
}
/*====================
取引条件確認書
 ====================*/
.terms_trade_box {
	border: 1px solid #ddd;
}
h3.terms_trade {
	background: #3490dc;
	color: #fff;
	padding: 0.75rem;
	border-bottom: 0;
}
.terms_trade_box ul {
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 30px;
}
.terms_trade_box ul li{
	line-height: 2.4em;
}
.terms_trade_box ul li a{
	font-size: 16px;
}
.terms_trade_box ul li a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icon/icon_document.svg) no-repeat;
	background-size: contain;
	margin-right: 3px;
	margin-bottom: -2px;
}
/*====================
チャットボックス
 ====================*/
.chat_items a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	margin-bottom: 10px;
	text-decoration: none;
	position: relative;
	display: flex;
}
.chat_items a:hover {
	background-color: #daeaf7;
}
.chat_item_box span.date{
	color: #666;
	white-space: nowrap;
	margin-right: 0.5rem;
	min-width: 64px;
}
span.notification {
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	border-radius: 50px;
	min-width: 22px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	color: white;
	background: red;
	padding: 0 4px;
	line-height: 1.8em;
}
span.notification:empty{
	display: none;
}
/*====================
商品リストテーブル
 ====================*/
table.product_list{
}
table.product_list img{
	width: 140px;
	height: 140px;
	object-fit: contain;
}

table.product_list.product_items th.product_img_box{
	width: 140px;
}
/*====================
状態テーブル
 ====================*/
 table.product_status{
}

/*====================
login
 ====================*/
 @media screen and (min-width: 920px) {
 .card.login {
  width: 800px;
}
 }
 /* アコーディオン */
.acd-check{
	display: none;
}
.acd-label{
	background: #eee;
	color: #333;
	display: block;
	margin-bottom: 8px;
	padding: 10px;
	position: relative;
	font-weight: 700;
	padding-right: 70px;
}
label.acd-label {
	margin-right: 0;
}
.acd-label:after{
	background: var(--sub);
	box-sizing: border-box;
	content: '\f067';
	font-weight: 900;
	display: block;
	font-family: "Font Awesome 5 Free";
	height: auto;
	padding: 10px 16px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #fff;
}
.acd-content{
	border: 1px solid #eee;
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
	font-size: 14px;
}

.acd-check:checked + .acd-label:after{
	content: '\f068';
	font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
	margin-bottom: 16px;
}
.acd-content p{
margin-bottom: 0.5rem;
}
.acd-content ol,.acd-content ul{
margin: 0 0 0.5rem 0;
padding-left: 1rem;
}
.main_container .acd-content ol li,
.main_container .acd-content ul li{
margin-bottom:4px;
}

/*====================
チャット
 ====================*/
 .message_column .message_header {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 1rem
}

.message_column .message_header p {
  margin: 0;
  padding: 0
}

.message_column .message_header .message_header_name {
  font-weight: bold;
  color: #0091ff
}

@media screen and (min-width: 920px) {
  .message_column .message_header .message_header_name {
    font-size: 24px
  }
}

.message_column .message_body {
  position: relative;
  height: 700px;
  background-color: #99d3f5;
  box-sizing: border-box;
  width: 100%
}

.message_column .message_footer {
  width: 100%;
  min-height: 64px;
  background-color: #fff;
  padding: 0.5rem;
  line-height: 1;
  background-color: #202a43;
  z-index: 100;
}
.message_footer input#file {
  color: #fff;
}
@media screen and (max-width: 919px) {
  .message_column .message_footer {
    position: fixed;
    bottom: 0;
    left: 0
  }
}

@media screen and (max-width: 919px) {
  .message_column .message_footer textarea {
    max-height: 64px;
    font-size: 16px
  }
}

.balloons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  padding: 1rem
}

.balloons .balloon_row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  margin-top: 1rem;
  flex-shrink: 0;
  flex-direction: column;
}

.balloons .balloon_row div{
margin-bottom: 0.5rem;
}
.balloons .balloon_row:first-child {
  margin-top: auto
}

.balloons .balloon_row.received .balloon_time {
  order: 3;
  margin-left: 0.5rem;
  justify-content: flex-start
}

.balloons .balloon_row.received .balloon_img {
  order: 1;
  margin-right: 0.5rem
}



.balloons .balloon_row.received .balloon_contents {
  order: 2;
  max-width: calc(100% - 64px);
}

.balloons .balloon_row.sent {
  margin-left: 10%;
  justify-content: flex-end;
  align-items: flex-end;
}

.balloons .balloon_row.sent .balloon_time {
  order: 3;
  margin-right: 1rem;
  text-align: right
}

.balloons .balloon_row.sent .balloon_contents {
  order: 1;
  max-width: calc(100% - 64px);
  background-color: #39b54a;
  color: #fff
}

.balloons .balloon_row.sent .balloon_img {
  margin-right: 0.5rem
}

.balloons .balloon_row .balloon_time {
  xflex-basis: 84px;
  font-size: 10px;
  color: #535353;
  line-height: 1.4;
  display: flex;
  align-items: flex-end
}

.balloons .balloon_row .balloon_time p {
  margin: 0;
  padding: 0
}

.balloons .balloon_row .balloon_contents {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  font-size: 14px
}

.balloons .balloon_row .balloon_img {
  flex-basis: 64px;
  width: 64px;
  height: 64px;
  white-space: nowrap;
  display: none;
}

.balloons .balloon_row .balloon_img figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%
}

.balloons .balloon_row .balloon_img figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px;
  object-fit: cover
}

.num_icn {
  color: #fff;
  line-height: 1;
  display: inline-block;
  background-color: #e00b38;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px
}

.none_message {
  width: 80%;
  background-color: #eee;
  padding: 1rem;
  color: #666;
  border-radius: 6px
}
.app_pdf a {
  background: #fff;
  padding: 1rem;
  display: block;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
}
.app_pdf a:before {
  content: url("../img/icn_pdf.png");
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .none_message {
    margin: 200px auto
  }
}

@media screen and (max-width: 919px) {
  .none_message {
    margin: 100px auto
  }
}

.none_message p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold
}

@media screen and (min-width: 920px) {
  .none_message p {
    font-size: 18px
  }
}


/*ポップアップ*/
.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index:1000;
}
.popup-close {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1001;
  background: rgb(0 0 0 / 75%);
}
.popup-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  z-index: 1002;
}
.balloon_contents img {
  max-width: 400px;
  max-height: 400px;
  }
.popup-image img{
  max-width: 90vw;
  max-height: 90vh;
}
@media screen and (max-width: 919px) {
  .popup-image {
    width: 80vw;
  }
}

/*====================
footer
 ====================*/

footer {
  background: var(--main);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
}
.footer_sns ul {
  display: flex;
  margin-bottom: 0;
}
.footer_sns ul li {
  list-style-type: none;
  width: 32px;
  margin-right: 10px;
}
p.copyright {
  color: #ddd;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.footer_bottom .footer_logo {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.footer_bottom .footer_logo .footer_logo_box h2{
  margin-bottom: 0;
}
.footer_bottom .footer_logo .footer_logo_box img {
  width: 180px;
}
.footer_menu_box {
  font-size: 12px;
}
.footer_menu {
  margin-bottom: 2rem;
  display: flex;
}
.footer_menu_items h3 {
  font-weight: 700;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}
.footer_menu ul {
  padding: 0;
}

.footer_menu ul li a {
  color: #fff;
  display: block;
}
@media screen and (min-width: 920px) {
  .footer_menu_items {
    border-right: 1px solid rgb(255 255 255 / 50%);
    padding-right: 2rem;
    padding-left: 2rem;
		width: 25%;
}
  .footer_menu ul li {
    padding: 0;
    list-style-type: none;
}
  .footer_menu ul li:last-child{
  }
  p.copyright {
    margin-right: 1rem;
  }
}
/*====================
ページ先頭ボタン
 ====================*/
 #page-top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
  border-radius: 35px;
}
#page-top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
  cursor: pointer;
}
#page-top a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f077';
  font-weight: 900;
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
nav.navigation {
	margin-top: 1rem;
}
/*会員登録*/
.policy_box {
  border: 1px solid #ccc;
  overflow-y: auto;
  height: 300px;
  font-size: 14px
}

.policy_box .policy_box_inner {
  padding: 1rem
}

.policy_box .policy_box_inner .lead {
  font-size: 12px
}
.policy_box .policy_box_inner .grad_section {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  color: #333;
  margin-bottom: 1rem;
}
.policy_box .policy_box_inner .grad_ttl {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: #0091ff
}
/*Thanks*/
.thanks_img {
	height: 200px;
	text-align: center;
	margin-bottom: 2rem;
	width: 100%;
}
.thanks_img img {
	height: 200px;
	object-fit: contain;
}
.catch{
	font-size:1.4rem;
	font-weight: 700;
}
.thanks_txt{
	text-align: center;
}
/*--------------------
サイドメニュー*/

	/*ベース*/
.sidemenu .category {
	display: none;
}
.sidemenu .category_title{
padding: 0.6em 1em;
}
.sidemenu .Label,
.sidemenu .category_title{		/*タイトル*/
	display: block;
	color: #fff;
	background:#131734;
	margin-right:0;
	margin-bottom: 0;
}
.sidemenu .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.sidemenu .Label,
.sidemenu .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.sidemenu .Label ul,
.sidemenu .category_list ul{
margin-bottom:0;
}
.sidemenu .category_list a{
color: #131734;
}
.sidemenu .category_title a{
	color: #fff;
}
.sidemenu .content {		/*本文*/
	height: 0;
	margin-bottom:1px;
	padding:0 20px;
	overflow: hidden;
}
.sidemenu .category:checked + .Label + .content,
.category_list{	/*開閉時*/
	height: auto;
	padding:0.6rem 1rem;
	transition: all .3s;
	background: #d7d2d6;
}
.sidemenu .categoryZ:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
section.accordion.category_box {
	margin-bottom: 20px;
}
/*GlobalPlatとは*/
.about_frow {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 919px) {
	.about_frow {
		width: 100%;
	}
}
/*停止アラート*/
.suspension {
	background: #d00;
	color: #fff;
	padding: 0.5em 0.75em;
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 1.6em;
}
.suspension a{
	color: #ff0;
}
