<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*******************************
	BODY
*******************************/
body {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #f3f3f3;
}

/*******************************
	INPUT
*******************************/
input {
	font-family: 'MS PGothic',sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

/*******************************
	TEXTAREA
*******************************/
textarea {
	font-family: 'ＭＳ ゴシック','MS PGothic',sans-serif;
	font-size: 14px;
}

/*******************************
	SELECT
*******************************/
select {
	font-family: 'メイリオ','Meiryo','MS PGothic' !important;
	font-size: 14px;
	border: solid 1px #7F9DB9;
	vertical-align: middle;
}

/*******************************
	LABEL
*******************************/
label {
	cursor: pointer;
}
/*******************************
	CHECKBOX
*******************************/
checkbox {
	vertical-align: bottom;
}
/*******************************
	TD
*******************************/
td,
th {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	line-height: 1.5;
}

/*******************************
	A
*******************************/
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}

/*******************************
	placeholder
*******************************/
::-webkit-input-placeholder {
	color: #ccc;
	font-family: 'メイリオ','Meiryo','MS PGothic';
	line-height: 1.2;
}
:-ms-input-placeholder {
	color: #ccc;
	font-family: 'メイリオ','Meiryo','MS PGothic';
	line-height: 1.2;
}
::-moz-placeholder {
	color: #ccc;
	font-family: 'メイリオ','Meiryo','MS PGothic';
	line-height: 1.2;
}

/*******************************
	ボタン
*******************************/
div.common_button {
	text-align: center;
}
div.common_button .button {
	cursor: pointer;
}
div.common_button .button.style1 {
	width: 300px;
	height: 50px;
}
div.common_button .button.style2 {
	width: 250px;
	height: 50px;
}
div.common_button .button.style3 {
	width: 150px;
	height: 50px;
}

input.common_button {
	cursor: pointer;
}
input.common_button.style1 {
	width: 160px;
	height: 28px;
}
input.common_button.style2 {
	width: 100px;
	height: 24px;
}
input.common_button.style3 {
	width: 80px;
	height: 24px;
}

/*******************************
	フォントサイズ
*******************************/
.com_size_large {
	font-size: 18px;
}
.com_size_medium {
	font-size: 14px;
}
.com_size_small {
	font-size: 12px;
}
/*******************************
	色
*******************************/
.com_gray {
	color: #ccc;
}
.com_red {
	color: #dd0000;
}
.com_green {
	color: #008844;
}
.com_bold {
	font-weight: bold;
}
/*******************************
	リスト
*******************************/
ul.com_asterisk li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
ul.com_asterisk li:last-child {
	margin-bottom: 0;
}
ul.com_asterisk li:before {
	display: inline;
	content: "\203B";
}
ol.com_asterisk {
	counter-reset: number;
}
ol.com_asterisk li {
	list-style: none;
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom: 0.5em;
}
ol.com_asterisk li:before {
	counter-increment: number;
	content: "\203B"counter(number)" ";
}
ol.com_ol.style1 {
	padding-left: 1em;
}
ol.com_ol.style1 li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
}
ol.com_ol.style1 li:last-child {
	margin-bottom: 0;
}
ul.com_ul.style1 {
	padding-left: 1em;
}
ul.com_ul.style1 li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}
ul.com_ul.style1 li:last-child {
	margin-bottom: 0;
}

ol.com_ol.style1 {
	counter-reset: number;
}
ol.com_ol.style1 {
	padding-left: 0;
}
ol.com_ol.style1 li {
	list-style-type: none;
	padding-left: 3em;
	text-indent: -2em;
	margin-bottom: 0.5em;
}
ol.com_ol.style1 li:before {
	counter-increment: number;
	content: "("counter(number)") ";
}
ol.com_ol.style1 li:last-child {
	margin-bottom: 0;
}

/*******************************
	ボタン
*******************************/
.com_button_frame.style1 {
	margin-top: 40px;
	text-align: center;
}
.com_button_frame.style2 {
	margin-top: 40px;
	text-align: center;
	border-top: solid 1px #ccc;
	padding-top: 40px;
}
.com_button_frame form {
	display: inline;
}
.com_button.style1,
.com_button.style2,
.com_button.style3,
.com_button.style4,
.com_button.style5,
.com_button.style6 {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	background-color: #fff;
	border: solid 2px #f77c2a;
	color: #f77c2a;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
}
.com_button.style1 {
	display: inline-block;
	font-size: 18px;
	padding: 20px 60px;
	background-position: 95% 50%;
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	background-size: 30px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;title/&gt;&lt;g data-name="1" id="_1"&gt;&lt;path fill="%23f77c2a" d="M202.1,450a15,15,0,0,1-10.6-25.61L365.79,250.1,191.5,75.81A15,15,0,0,1,212.71,54.6l184.9,184.9a15,15,0,0,1,0,21.21l-184.9,184.9A15,15,0,0,1,202.1,450Z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style3 {
	display: inline-block;
	font-size: 18px;
	padding: 20px 60px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 30px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;title/&gt;&lt;g data-name="1" id="_1"&gt;&lt;path fill="%23f77c2a" d="M353,450a15,15,0,0,1-10.61-4.39L157.5,260.71a15,15,0,0,1,0-21.21L342.39,54.6a15,15,0,1,1,21.22,21.21L189.32,250.1,363.61,424.39A15,15,0,0,1,353,450Z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style6 {
	display: inline-block;
	font-size: 18px;
	padding: 20px 40px 20px 70px;
	background-position: 30px 50%;
	background-repeat: no-repeat;
	background-size: 25px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" style="enable-background:new 0 0 1024 1024;" version="1.1" viewBox="0 0 1024 1024" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;g id="XMLID_2091_"&gt;&lt;g id="XMLID_2099_"&gt;&lt;g id="XMLID_18_"&gt;&lt;path fill="%23f77c2a" d="M924.6,295.9C883.1,221.6,821.1,158.7,747,116.7c-72.2-41-155.5-62.9-238.6-62	 c-85.8,0.9-171.3,25.9-243.9,71.6C193,171.4,133.3,235.8,95.5,311.6C58.4,386,40,469.9,45.6,553.1c5.8,86.1,34.6,170.7,84.9,241	 c49,68.6,115.2,124.8,192.9,158.3c38,16.4,77.1,28.8,118.2,34.8c41.8,6.1,83.6,7.9,125.6,2.7c42.5-5.3,83.6-14.9,123.2-31.5	 c22.3-9.3,43.9-19.5,64.7-31.9c21.8-13.1,42.5-28.2,62.1-44.5c70.6-58.6,122.2-139.7,147.8-227.6c5.8-19.8,10.1-40.1,13-60.6	 c1.7-5.3,1.9-10.6,0.7-16c-0.2-5.3-1.8-10.3-4.7-14.9c-4.9-8.3-14.4-16.2-23.9-18.4c-10.2-2.3-21.7-1.8-30.8,4	 c-8.1,5.2-17,13.9-18.4,23.9c-5.3,37.1-15.3,73.4-29.9,108c1.3-3.2,2.7-6.4,4-9.6c-14.4,33.8-33,65.7-55.3,94.8	 c2.1-2.7,4.2-5.4,6.3-8.1c-22.4,28.9-48.3,54.9-77.2,77.3c2.7-2.1,5.4-4.2,8.1-6.3c-29.5,22.7-61.7,41.5-95.9,56.1	 c3.2-1.3,6.4-2.7,9.6-4c-35.1,14.8-72.1,25-109.9,30.1c3.5-0.5,7.1-1,10.6-1.4c-37.7,5-76,5-113.8,0c3.5,0.5,7.1,1,10.6,1.4	 c-37.9-5.1-74.9-15.2-110.2-30c3.2,1.3,6.4,2.7,9.6,4c-34.2-14.5-66.4-33.2-95.9-55.9c2.7,2.1,5.4,4.2,8.1,6.3	 c-28.6-22.1-54.2-47.8-76.4-76.3c2.1,2.7,4.2,5.4,6.3,8.1c-22.8-29.6-41.8-62-56.4-96.4c1.3,3.2,2.7,6.4,4,9.6	 c-14.8-35.1-25-72.1-30.1-109.9c0.5,3.5,1,7.1,1.4,10.6c-5-37.7-5-76,0-113.8c-0.5,3.5-1,7.1-1.4,10.6	 c5.1-37.9,15.2-74.9,30-110.2c-1.3,3.2-2.7,6.4-4,9.6c14.5-34.2,33.2-66.4,55.9-95.9c-2.1,2.7-4.2,5.4-6.3,8.1	 c22.1-28.6,47.8-54.2,76.3-76.4c-2.7,2.1-5.4,4.2-8.1,6.3c29.6-22.8,61.9-41.8,96.3-56.4c-3.2,1.3-6.4,2.7-9.6,4	 c35.1-14.8,72-24.9,109.8-30c-3.5,0.5-7.1,1-10.6,1.4c37.7-5,76-4.9,113.7,0.1c-3.5-0.5-7.1-1-10.6-1.4	 c38.3,5.2,75.8,15.5,111.4,30.5c-3.2-1.3-6.4-2.7-9.6-4c34.2,14.5,66.4,33.4,95.8,56.1c-2.7-2.1-5.4-4.2-8.1-6.3	 c28.5,22.2,54.2,47.8,76.3,76.3c-2.1-2.7-4.2-5.4-6.3-8.1c13.4,17.3,25.4,35.6,36.1,54.7c10.2,18.3,36.8,25.9,54.7,14.4	 C928.8,338.7,935.5,315.5,924.6,295.9L924.6,295.9z" id="XMLID_22_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id="XMLID_2093_"&gt;&lt;g id="XMLID_13_"&gt;&lt;path fill="%23f77c2a" d="M644.7,355.9c27.6,0,55.3,0,82.9,0.1c44,0,88.1,0.1,132.1,0.1c10.1,0,20.2,0,30.3,0c21.6,0,40-18.3,40-40	 c0-27.8,0-55.5,0.1-83.3c0-43.9,0.1-87.7,0.1-131.6c0-10.1,0-20.3,0-30.4c0-20.9-18.4-41-40-40c-21.7,1-40,17.6-40,40	 c0,27.8,0,55.5-0.1,83.3c0,43.9-0.1,87.7-0.1,131.6c0,10.1,0,20.3,0,30.4c13.3-13.3,26.7-26.7,40-40c-27.6,0-55.3,0-82.9-0.1	 c-44,0-88.1-0.1-132.1-0.1c-10.1,0-20.2,0-30.3,0c-20.9,0-41,18.4-40,40C605.7,337.6,622.3,355.8,644.7,355.9L644.7,355.9z" id="XMLID_17_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style2 {
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
}
.com_button.style4 {
	font-size: 14px;
	padding: 5px 10px;
}
.com_button.style5 {
	display: inline-block;
	font-size: 18px;
	padding: 20px 40px 20px 70px;
	background-color: #fff;
	border: solid 2px #999;
	color: #999;
	background-position: 30px 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" style="enable-background:new 0 0 1024 1024;" version="1.1" viewBox="0 0 1024 1024" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;g id="XMLID_2503_"&gt;&lt;g id="XMLID_2481_"&gt;&lt;g id="XMLID_18_"&gt;&lt;path fill="%23999999" d="M66.8,137.5c7.3,7.3,14.6,14.6,22,22c19.9,19.9,39.9,39.9,59.8,59.8c29.4,29.4,58.7,58.7,88.1,88.1	 c35.8,35.8,71.6,71.6,107.5,107.5c39.3,39.3,78.7,78.7,118,118c39.7,39.7,79.4,79.4,119.2,119.2c36.9,36.9,73.8,73.8,110.8,110.8	 c31.2,31.2,62.4,62.4,93.6,93.6c22.5,22.5,45,45,67.5,67.5c10.6,10.6,21.2,21.3,31.9,31.9c0.5,0.4,0.9,0.9,1.3,1.3	 c9.1,9.1,22.5,14.6,35.4,14.6c12.3,0,26.9-5.4,35.4-14.6c8.7-9.5,15.2-22,14.6-35.4c-0.6-13.3-5.1-25.8-14.6-35.4	 c-7.3-7.3-14.6-14.6-22-22c-19.9-19.9-39.9-39.9-59.8-59.8c-29.4-29.4-58.7-58.7-88.1-88.1c-35.8-35.8-71.6-71.6-107.5-107.5	 c-39.3-39.3-78.7-78.7-118-118c-39.7-39.7-79.4-79.4-119.2-119.2c-36.9-36.9-73.8-73.8-110.8-110.8	 c-31.2-31.2-62.4-62.4-93.6-93.6c-22.5-22.5-45-45-67.5-67.5c-10.6-10.6-21.2-21.3-31.9-31.9c-0.5-0.4-0.9-0.9-1.3-1.3	 c-9.1-9.1-22.5-14.6-35.4-14.6c-12.3,0-26.9,5.4-35.4,14.6c-8.7,9.5-15.2,22-14.6,35.4C52.7,115.4,57.2,127.9,66.8,137.5	 L66.8,137.5z" id="XMLID_22_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id="XMLID_2502_"&gt;&lt;g id="XMLID_12_"&gt;&lt;path fill="%23999999" d="M886.5,66.8c-7.3,7.3-14.6,14.6-22,22c-19.9,19.9-39.9,39.9-59.8,59.8c-29.4,29.4-58.7,58.7-88.1,88.1	 c-35.8,35.8-71.6,71.6-107.5,107.5c-39.3,39.3-78.7,78.7-118,118c-39.7,39.7-79.4,79.4-119.2,119.2	 c-36.9,36.9-73.8,73.8-110.8,110.8c-31.2,31.2-62.4,62.4-93.6,93.6c-22.5,22.5-45,45-67.5,67.5c-10.6,10.6-21.3,21.2-31.9,31.9	 c-0.4,0.5-0.9,0.9-1.3,1.3c-9.1,9.1-14.6,22.5-14.6,35.4c0,12.3,5.4,26.9,14.6,35.4c9.5,8.7,22,15.2,35.4,14.6	 c13.3-0.6,25.8-5.1,35.4-14.6c7.3-7.3,14.6-14.6,22-22c19.9-19.9,39.9-39.9,59.8-59.8c29.4-29.4,58.7-58.7,88.1-88.1	 c35.8-35.8,71.6-71.6,107.5-107.5c39.3-39.3,78.7-78.7,118-118c39.7-39.7,79.4-79.4,119.2-119.2c36.9-36.9,73.8-73.8,110.8-110.8	 c31.2-31.2,62.4-62.4,93.6-93.6c22.5-22.5,45-45,67.5-67.5c10.6-10.6,21.3-21.2,31.9-31.9c0.4-0.5,0.9-0.9,1.3-1.3	 c9.1-9.1,14.6-22.5,14.6-35.4c0-12.3-5.4-26.9-14.6-35.4c-9.5-8.7-22-15.2-35.4-14.6C908.6,52.7,896.1,57.2,886.5,66.8	 L886.5,66.8z" id="XMLID_16_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style1:hover,
.com_button.style2:hover,
.com_button.style3:hover,
.com_button.style4:hover,
.com_button.style6:hover {
	border-color: #f77c2a;
	background-color: #f77c2a;
	color: #fff;
}
.com_button.style5:hover {
	border-color: #ccc;
	background-color: #ccc;
	color: #fff;
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" style="enable-background:new 0 0 1024 1024;" version="1.1" viewBox="0 0 1024 1024" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;g id="XMLID_2503_"&gt;&lt;g id="XMLID_2481_"&gt;&lt;g id="XMLID_18_"&gt;&lt;path fill="%23ffffff" d="M66.8,137.5c7.3,7.3,14.6,14.6,22,22c19.9,19.9,39.9,39.9,59.8,59.8c29.4,29.4,58.7,58.7,88.1,88.1	 c35.8,35.8,71.6,71.6,107.5,107.5c39.3,39.3,78.7,78.7,118,118c39.7,39.7,79.4,79.4,119.2,119.2c36.9,36.9,73.8,73.8,110.8,110.8	 c31.2,31.2,62.4,62.4,93.6,93.6c22.5,22.5,45,45,67.5,67.5c10.6,10.6,21.2,21.3,31.9,31.9c0.5,0.4,0.9,0.9,1.3,1.3	 c9.1,9.1,22.5,14.6,35.4,14.6c12.3,0,26.9-5.4,35.4-14.6c8.7-9.5,15.2-22,14.6-35.4c-0.6-13.3-5.1-25.8-14.6-35.4	 c-7.3-7.3-14.6-14.6-22-22c-19.9-19.9-39.9-39.9-59.8-59.8c-29.4-29.4-58.7-58.7-88.1-88.1c-35.8-35.8-71.6-71.6-107.5-107.5	 c-39.3-39.3-78.7-78.7-118-118c-39.7-39.7-79.4-79.4-119.2-119.2c-36.9-36.9-73.8-73.8-110.8-110.8	 c-31.2-31.2-62.4-62.4-93.6-93.6c-22.5-22.5-45-45-67.5-67.5c-10.6-10.6-21.2-21.3-31.9-31.9c-0.5-0.4-0.9-0.9-1.3-1.3	 c-9.1-9.1-22.5-14.6-35.4-14.6c-12.3,0-26.9,5.4-35.4,14.6c-8.7,9.5-15.2,22-14.6,35.4C52.7,115.4,57.2,127.9,66.8,137.5	 L66.8,137.5z" id="XMLID_22_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id="XMLID_2502_"&gt;&lt;g id="XMLID_12_"&gt;&lt;path fill="%23ffffff" d="M886.5,66.8c-7.3,7.3-14.6,14.6-22,22c-19.9,19.9-39.9,39.9-59.8,59.8c-29.4,29.4-58.7,58.7-88.1,88.1	 c-35.8,35.8-71.6,71.6-107.5,107.5c-39.3,39.3-78.7,78.7-118,118c-39.7,39.7-79.4,79.4-119.2,119.2	 c-36.9,36.9-73.8,73.8-110.8,110.8c-31.2,31.2-62.4,62.4-93.6,93.6c-22.5,22.5-45,45-67.5,67.5c-10.6,10.6-21.3,21.2-31.9,31.9	 c-0.4,0.5-0.9,0.9-1.3,1.3c-9.1,9.1-14.6,22.5-14.6,35.4c0,12.3,5.4,26.9,14.6,35.4c9.5,8.7,22,15.2,35.4,14.6	 c13.3-0.6,25.8-5.1,35.4-14.6c7.3-7.3,14.6-14.6,22-22c19.9-19.9,39.9-39.9,59.8-59.8c29.4-29.4,58.7-58.7,88.1-88.1	 c35.8-35.8,71.6-71.6,107.5-107.5c39.3-39.3,78.7-78.7,118-118c39.7-39.7,79.4-79.4,119.2-119.2c36.9-36.9,73.8-73.8,110.8-110.8	 c31.2-31.2,62.4-62.4,93.6-93.6c22.5-22.5,45-45,67.5-67.5c10.6-10.6,21.3-21.2,31.9-31.9c0.4-0.5,0.9-0.9,1.3-1.3	 c9.1-9.1,14.6-22.5,14.6-35.4c0-12.3-5.4-26.9-14.6-35.4c-9.5-8.7-22-15.2-35.4-14.6C908.6,52.7,896.1,57.2,886.5,66.8	 L886.5,66.8z" id="XMLID_16_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style1:hover {
	background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;title/&gt;&lt;g data-name="1" id="_1"&gt;&lt;path fill="%23ffffff" d="M202.1,450a15,15,0,0,1-10.6-25.61L365.79,250.1,191.5,75.81A15,15,0,0,1,212.71,54.6l184.9,184.9a15,15,0,0,1,0,21.21l-184.9,184.9A15,15,0,0,1,202.1,450Z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style3:hover {
	background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;title/&gt;&lt;g data-name="1" id="_1"&gt;&lt;path fill="%23ffffff" d="M353,450a15,15,0,0,1-10.61-4.39L157.5,260.71a15,15,0,0,1,0-21.21L342.39,54.6a15,15,0,1,1,21.22,21.21L189.32,250.1,363.61,424.39A15,15,0,0,1,353,450Z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.com_button.style6:hover {
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" style="enable-background:new 0 0 1024 1024;" version="1.1" viewBox="0 0 1024 1024" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;g id="XMLID_2091_"&gt;&lt;g id="XMLID_2099_"&gt;&lt;g id="XMLID_18_"&gt;&lt;path fill="%23ffffff" d="M924.6,295.9C883.1,221.6,821.1,158.7,747,116.7c-72.2-41-155.5-62.9-238.6-62	 c-85.8,0.9-171.3,25.9-243.9,71.6C193,171.4,133.3,235.8,95.5,311.6C58.4,386,40,469.9,45.6,553.1c5.8,86.1,34.6,170.7,84.9,241	 c49,68.6,115.2,124.8,192.9,158.3c38,16.4,77.1,28.8,118.2,34.8c41.8,6.1,83.6,7.9,125.6,2.7c42.5-5.3,83.6-14.9,123.2-31.5	 c22.3-9.3,43.9-19.5,64.7-31.9c21.8-13.1,42.5-28.2,62.1-44.5c70.6-58.6,122.2-139.7,147.8-227.6c5.8-19.8,10.1-40.1,13-60.6	 c1.7-5.3,1.9-10.6,0.7-16c-0.2-5.3-1.8-10.3-4.7-14.9c-4.9-8.3-14.4-16.2-23.9-18.4c-10.2-2.3-21.7-1.8-30.8,4	 c-8.1,5.2-17,13.9-18.4,23.9c-5.3,37.1-15.3,73.4-29.9,108c1.3-3.2,2.7-6.4,4-9.6c-14.4,33.8-33,65.7-55.3,94.8	 c2.1-2.7,4.2-5.4,6.3-8.1c-22.4,28.9-48.3,54.9-77.2,77.3c2.7-2.1,5.4-4.2,8.1-6.3c-29.5,22.7-61.7,41.5-95.9,56.1	 c3.2-1.3,6.4-2.7,9.6-4c-35.1,14.8-72.1,25-109.9,30.1c3.5-0.5,7.1-1,10.6-1.4c-37.7,5-76,5-113.8,0c3.5,0.5,7.1,1,10.6,1.4	 c-37.9-5.1-74.9-15.2-110.2-30c3.2,1.3,6.4,2.7,9.6,4c-34.2-14.5-66.4-33.2-95.9-55.9c2.7,2.1,5.4,4.2,8.1,6.3	 c-28.6-22.1-54.2-47.8-76.4-76.3c2.1,2.7,4.2,5.4,6.3,8.1c-22.8-29.6-41.8-62-56.4-96.4c1.3,3.2,2.7,6.4,4,9.6	 c-14.8-35.1-25-72.1-30.1-109.9c0.5,3.5,1,7.1,1.4,10.6c-5-37.7-5-76,0-113.8c-0.5,3.5-1,7.1-1.4,10.6	 c5.1-37.9,15.2-74.9,30-110.2c-1.3,3.2-2.7,6.4-4,9.6c14.5-34.2,33.2-66.4,55.9-95.9c-2.1,2.7-4.2,5.4-6.3,8.1	 c22.1-28.6,47.8-54.2,76.3-76.4c-2.7,2.1-5.4,4.2-8.1,6.3c29.6-22.8,61.9-41.8,96.3-56.4c-3.2,1.3-6.4,2.7-9.6,4	 c35.1-14.8,72-24.9,109.8-30c-3.5,0.5-7.1,1-10.6,1.4c37.7-5,76-4.9,113.7,0.1c-3.5-0.5-7.1-1-10.6-1.4	 c38.3,5.2,75.8,15.5,111.4,30.5c-3.2-1.3-6.4-2.7-9.6-4c34.2,14.5,66.4,33.4,95.8,56.1c-2.7-2.1-5.4-4.2-8.1-6.3	 c28.5,22.2,54.2,47.8,76.3,76.3c-2.1-2.7-4.2-5.4-6.3-8.1c13.4,17.3,25.4,35.6,36.1,54.7c10.2,18.3,36.8,25.9,54.7,14.4	 C928.8,338.7,935.5,315.5,924.6,295.9L924.6,295.9z" id="XMLID_22_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id="XMLID_2093_"&gt;&lt;g id="XMLID_13_"&gt;&lt;path fill="%23ffffff" d="M644.7,355.9c27.6,0,55.3,0,82.9,0.1c44,0,88.1,0.1,132.1,0.1c10.1,0,20.2,0,30.3,0c21.6,0,40-18.3,40-40	 c0-27.8,0-55.5,0.1-83.3c0-43.9,0.1-87.7,0.1-131.6c0-10.1,0-20.3,0-30.4c0-20.9-18.4-41-40-40c-21.7,1-40,17.6-40,40	 c0,27.8,0,55.5-0.1,83.3c0,43.9-0.1,87.7-0.1,131.6c0,10.1,0,20.3,0,30.4c13.3-13.3,26.7-26.7,40-40c-27.6,0-55.3,0-82.9-0.1	 c-44,0-88.1-0.1-132.1-0.1c-10.1,0-20.2,0-30.3,0c-20.9,0-41,18.4-40,40C605.7,337.6,622.3,355.8,644.7,355.9L644.7,355.9z" id="XMLID_17_"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
}

/*******************************
	汎用
*******************************/
.com_margin_bottom {
	margin-bottom: 20px;
}
.com_margin_top {
	margin-top: 20px;
}
.com_margin_bottom.style2 {
	margin-bottom: 5px;
}
.com_margin_right {
	margin-right: 10px;
}
.com_bottom_separator {
	border-bottom: solid 1px #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.com_description.style1 {
	font-size: 14px;
	margin-bottom: 20px;
}
.com_description.style1.margin_top {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
}
.com_description.style2 {
	color: #999;
	margin-bottom: 10px;
}
div.com_asterisk {
	padding-left: 1em;
	text-indent: -1em;
}
div.com_asterisk:before {
	display: inline;
	content: "\203B";
}
.com_padding.style1 {
	padding: 40px 0;
}

/*******************************
	ローディング
*******************************/
.com_loading {
	background: url(../../img/etc/loading_20.gif) no-repeat 50% 50%;
}

/*******************************
	テーブルレイアウト
*******************************/
.com_table {
	display: table;
}
.com_tr {
	display: table-row;
}
.com_td {
	display: table-cell;
}
.com_td.middle {
	vertical-align: middle;
}


.com_table.style1 {
	margin: auto;
}
.com_table.style1 th,
.com_table.style1 td {
	border: solid 1px #ddd;
	font-size: 14px;
	padding: 15px;
}

.com_table.style1 th.style1,
.com_table.style1 td.style1 {
	background-color: #f6f6f6;
}

/*******************************
	フォーム1
*******************************/
.com_form.style1 table.style1 {
	margin: auto;
}
.com_form.style1 table.style1 td {
	padding: 10px;
}
.com_form.style1 table.style1 td.style1 {
	font-size: 16px;
}
.com_form.style1 table.style1 td.style2 input {
	font-size: 15px;
}
.com_form .button {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	background-color: #2498e9;
	color: #fff;
	width: 300px;
	height: 50px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 20px;
}
.com_form .button:hover {
	opacity: 0.8;
}

/*******************************
	大枠
*******************************/
.main_frame {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px 100px 10px;
}

/*******************************
	ヘッダー1
*******************************/
.main_header1 {
	min-width: 1000px;
	padding: 0 10px;
	height: 30px;
	background-color: #f7a52a;
	color: #FFFFFF;
}
.main_header1 .header_menu {
	position: absolute;
	right: 0;
	top: 0;
}
.modal_auth_description {
	font-size: 16px;
}
.main_header1 .header_menu a.mypage {
	position: relative;
	display: inline-block;
	padding: 4px 20px;
	color: #f7a52a;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.main_header1 .header_menu a.mypage:hover {
	background-color: rgba(255,255,255,0.8);
}
.main_header_inner {
	width: 1000px;
	position: relative;
	margin: auto;
}
.main_header1 .header_menu a.mypage&gt;.notification {
	position: absolute;
	right: 3px;
	top: 3px;
	content: "";
	background-color: #dd3333;
	border-radius: 50vh;
	box-sizing: border-box;
	padding: 0 2px;
	height: 9px;
	min-width: 9px;
	z-index: 1;
}

/*******************************
	モーダルウィンドウ
*******************************/
a.modal {
	outline: none;
}
.modal_window {
	display: none;
}
.modal_window_open {
	font-size: 16px;
}
.modal_window_open .modaal-content-container {
	padding: 40px;
}
.modal_window_open .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal_window_open p {
	margin: 0;
}
/*******************************
	認証用のモーダルウィンドウ
*******************************/
.modal_auth,
#modal_auth {
	display: none;
}
.modal_auth_input {
	padding: 20px;
}
/*******************************
	パンくずリスト
*******************************/
.main_topic_path {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}
.main_topic_path ol {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 120px;
}
.main_topic_path ol li {
	display: inline;
	padding-left: 5px;
}
.main_topic_path ol li:before {
	content: "\FF1E";
	margin-right: 5px;
	font-size: 10px;
}
.main_topic_path ol li a {
	color: #fff;
	display: inline-block;
}
.main_topic_path ol li:first-child {
	padding-left: 0;
}
.main_topic_path ol li:first-child:before {
	content: "";
}

/*******************************
	ヘッダー2
*******************************/
.main_header2 {
	min-width: 1000px;
	padding: 0 10px;
	height: 60px;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.main_header2 .main_header_inner {
	display: table;
}
.main_header2 .logo {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	white-space: nowrap;
}
.main_header2 .logo span {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	vertical-align: bottom;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 10px;
	text-decoration: none;
}
.main_header2 .logo img {
	vertical-align: bottom;
}
.main_header2 h1 {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 20px;
}
.main_header2 .right {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.main_header2 .right a.shop_application,
.main_header2 .right a.shop_login,
.main_header2 .right a.logout,
.main_header2 .right a.delete_profile,
.main_header2 .right a#mypage_add {
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
}
.main_header2 .right a:hover {
	color: #f7a52a;
}

/*******************************
	コンテンツ部
*******************************/
.top_note {
	margin-bottom: 10px;
}
.main_right {
	float: right;
	width: 780px;
}
.main_left {
	float: left;
	width: 200px;
}

/*******************************
	フッター
*******************************/
.main_footer {
	text-align: center;
}
.main_footer_menu {
	background-color: #F4A636;
	color: #FFFFFF;
	min-width: 1000px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}
.main_footer_menu a {
	color: #fff;
}
.main_footer_copyright {
	width: 1000px;
	padding: 0 10px;
	margin: 20px auto;
}


/*******************************
	ページャー
*******************************/
.com_pager {
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: right;
	line-height: 100%;
}
.com_pager a,
.com_pager span {
	display: inline-block;
	white-space: nowrap;
	padding: 8px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 5px;
}
.com_pager span.dot {
	padding: 0;
	background-color: transparent;
}
.com_pager a {
	color: #000;
	text-decoration: none;
	color: #2498e9;
}
.com_pager a:hover,
.com_pager .current {
	background-color: #2498e9;
	border-color: #2498e9;
	color: #fff;
}
.com_pager .disabled {
	color: #ccc;
	border-color: #fff;
}

/*******************************
	共通デザイン
*******************************/
.com_frame.style1,
.com_frame.style2 {
	margin-bottom: 20px;
}
.com_frame.style1 {
	background-color: #fff;
}
.com_frame.style2 {
	background-color: #fff;
}

.com_frame.style1 .com_title,
.com_frame.style2 .com_title {
	padding: 5px 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2.5;
	font-size: 14px;
	color: #226288;
}
.com_frame.style1 .com_title {
	border-bottom: solid 1px #fff;
	color: #226288;
}
.com_frame.style2 .com_title i,
.com_frame.style3 .com_title i {
	font-size: 18px;
	vertical-align: middle;
}
.com_frame.style1 .com_title i {
	color: #226288;
	vertical-align: middle;
}
.com_frame.style2 .com_body ul.style1 li,
.com_frame.style1 .com_body ul.style1 li {
	border-bottom: solid 1px #f3f3f3;
	padding: 8px 4px;
}
.com_frame.style1 .com_body ul.style1.end_no_border li:last-child,
.com_frame.style2 .com_body ul.style1.end_no_border li:last-child {
	border-bottom: 0;
}

.com_frame.style1 .com_body {
	padding: 5px 5px 10px 5px;
	overflow:hidden;
}

.com_frame.style2 .com_body {
	padding: 0 10px 20px 10px;
}

.com_frame.style3 {
	margin-bottom: 20px;
}
.com_frame.style3 .com_title {
	padding-top: 4px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2.5;
	font-size: 14px;
	margin-bottom: 10px;
}
.com_frame.style3 .com_title {
	padding: 0 10px;
	color: #226288;
}
.com_frame.style3 .com_title .note {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}
.com_frame.style3 .com_body ul.style1 li {
	display: block;
	float: left;
	width: 20%;
	padding: 2px;
	box-sizing: border-box;
}
.com_frame.style3 .com_body ul.style1 li .inner {
	position: relative;
	background-color: #fff;
}

.com_frame.style3 .com_body ul.style1 li .inner .item {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.com_frame.style3 .com_body ul.style1 li .inner .item a {
	display: block;
	margin-bottom: 5px;
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	color: #000;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image {
	position: relative;
	width: 100%;
	height: auto;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image:before {
	content: "";
	display: block;
	padding-top: 133.333%;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image a {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.image a.style2 {
	background-size: contain;
}
.com_frame.style3 .com_body ul.style1 li .inner .text {
	height: 95px;
	padding: 5px;
	font-size: 11px;
	color: #444;
}
.com_frame.style3 .com_body ul.style1 li .inner .text a {
	font-size: 12px;
}
.com_frame.style3 .com_body ul.style1 li .inner .text .name {
	font-weight: bold;
	line-height: 2.0;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.note {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 93%;
	width: calc(100% - 10px);
	margin: auto;
	box-sizing: border-box;
	color: #fff;
	background-color: #3184c5;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.com_frame.style3 .com_body ul.style1 li .inner .item.category {
	text-align: center;
	margin-top: 10px;
}

.com_frame.style5 {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 50px;
}
.com_frame.style6 {
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	padding: 50px 20px;
}

.com_frame.list .com_body a,
.com_frame.list .com_body strong,
.com_frame.list .com_body .disabled {
	display: block;
	text-decoration: none;
	border: solid 1px #2498e9;
	color: #2498e9;
	border-radius: 100vh;
	text-align: center;
	padding: 5px;
}
.com_frame.list .com_body a:hover,
.com_frame.list .com_body strong {
	background-color: #2498e9;
	color: #fff;
}
.com_frame.list .com_body strong {
	font-weight: normal;
}
.com_frame.list .com_body .disabled {
	opacity: 0.2;
	text-decoration: line-through;
}
.com_frame.list .first_area {
	margin-bottom: 5px;
}
.com_frame.list .com_body&gt;ul:not(.groups)&gt;li,
.com_frame.list .com_body&gt;ul.groups&gt;li li {
	display: block;
	float: left;
	width: 25%;
	padding: 2px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.com_frame.list .com_body&gt;ul.groups&gt;li {
	margin-bottom: 15px;
}
.com_frame.list .com_body&gt;ul.groups&gt;li .group {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
}

/*******************************
	カテゴリ表示
*******************************/
.com_category {
	display: inline-block;
	color: #fff;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
.com_category.id1 {
	background-color: #f7a52a;
}
.com_category.id2 {
	background-color: #ff7588;
}
.com_category.id3 {
	background-color: #ebc727;
}
.com_category.id4 {
	background-color: #a7dc71;
}
.com_category.id5 {
	background-color: #7be2bd;
}
.com_category.id6 {
	background-color: #7abbe5;
}
.com_category.id7 {
	background-color: #8a99ef;
}
.com_category.id8 {
	background-color: #be7ae5;
}
.com_category.id9 {
	background-color: #59a1aa;
}
.com_category.id10 {
	background-color: #debd3a;
}
.com_category.id11 {
	background-color: #ec603a;
}
/*******************************
	フレーム内タイトルアイコン
*******************************/
.com_frame .com_title .icon_yuryo {
	display: inline-block;
	background: url(../../img/icon/star.png) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_search {
	display: inline-block;
	background: url(../../img/icon/search3.png?2) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_information {
	display: inline-block;
	background: url(../../img/icon/information.png) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_list {
	display: inline-block;
	background: url(../../img/icon/list.png?3) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_ranking {
	display: inline-block;
	background: url(../../img/icon/ranking.png?2) no-repeat 0 50%;
	padding-left: 28px;
}
.com_frame .com_title .icon_schedule {
	display: inline-block;
	background: url(../../img/icon/schedule3.png) no-repeat 0 50%;
	padding-left: 40px;
}
.com_frame .com_title .icon_newcome {
	display: inline-block;
	background: url(../../img/icon/newcome.png) no-repeat 0 50%;
	padding-left: 40px;
}

/*******************************
	タイトル
*******************************/
.com_title.style1,
.com_title.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #226288;
	line-height: 2.5;
	margin-bottom: 10px;
}
h2.com_title.style1 {
	padding: 10px 0;
}
.com_title.style2 {
	font-size: 24px;
}
/*******************************
	タイトルアイコン
*******************************/

.com_title.style1 i {
	font-size: 26px;
	vertical-align: middle;
}

/*******************************
	新着情報
*******************************/
.com_information .mark {
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_information .mark.style1 {
	background-color: #f79f2a;
}
.com_information .mark.style2 {
	background-color: #3293bf;
}
.com_information .mark.style3 {
	background-color: #cd3c3c;
}
.com_information .mark.style4 {
	background-color: #eb6e94;
}
.com_information .mark.style5 {
	background-color: #00a5a5;
}
.com_information .com_table {
	width: 100%;
}
.com_information .com_td.col1 {
	width: 15%;
}
.com_information .com_td.col2 {
	width: 10%;
	white-space: nowrap;
	padding-left: 10px;
	line-height: 20px;
}
.com_information .com_td.col3 {
	width: 75%;
	padding-left: 10px;
}

/*******************************
	共通アイコン
*******************************/
.c-fa-right-dir.style1 {
	color: #ccc;
	font-size: 10px;
	vertical-align: middle;
}
.com_icon.style1 {
	display: inline-block;
	background: url(../../img/icon/arrow.gif) no-repeat 0 4px;
	padding-left: 15px;
}

.com_more {
	font-weight: normal;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	text-decoration: none;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	padding: 0 15px;
	background-color: #2498e9;
}
.com_more:hover {
	opacity: 0.7;
}

/*******************************
	女の子一覧
*******************************/
.com_gal.style1 {
	overflow: hidden;
}
.com_gal.style1 .com_gal_inner {
	width : 100%;
	width : -webkit-calc(100% + 5px) ;
	width : calc(100% + 5px) ;
}
.com_gal.style1 li {
	display: block;
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.com_gal.style1.col4 li {
	width: 25%;
}
.com_gal.style1 li .inner {
	background-color: #fff;
}
.com_gal.style1 li a.inner {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.com_gal.style1 li a.inner:hover {
	opacity: 0.7;
}
.com_gal.style1 li a.inner span {
	display: block;
}
.com_gal.style1 li .inner .text {
	display: block;
	padding: 5px;
	border-top: 0;
	height: 140px;
	overflow: hidden;
	border-top: 0;
	font-size: 12px;
	color: #444;
}
.com_gal.style1 li .inner .text.style1 {
	height: 120px;
}
.com_gal.style1 li .inner .item {
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 0;
	text-overflow: ellipsis;
}
.com_gal.style1 li .inner .item.margin_bottom {
	margin-bottom: 5px;
}
.com_gal.style1 li .inner .item a {
	font-weight: bold;
}
.com_gal.style1 li .inner .item.image {
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.com_gal.style1 li .inner .item.image .number {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.7);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.com_gal.style1 li .inner .item.image.style2 {
	background-size: contain;
}
.com_gal.style1 li .inner .item.image:before {
	content: "";
	display: block;
	padding-top: 133.333%;
}
.com_gal.style1 li .inner .item.image a {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.com_gal.style1 li .inner .item.image .standby,
.com_gal.style1 li .inner .item.image .full,
.com_gal.style1 li .inner .item.image .finished {
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 2.4;
	font-weight: normal;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.com_gal.style1 li .inner .item.image .standby {
	background-color: rgba(0,0,0,0.5);
}
.com_gal.style1 li .inner .item.image .full {
	background-color: #cc3333;
	background-color: rgba(204,51,51,0.8);
}
.com_gal.style1 li .inner .item.image .finished {
	background-color: #999;
	background-color: rgba(127,127,127,0.5);
}
.com_gal.style1 li .inner .item.name {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
}
.com_gal.style1 li .inner .item.note {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
}
.com_gal.style1 li .inner .item.note .inner {
	font-size: 12px;
	padding: 5px;
	color: #259c8d;
	font-weight: bold;
	background-color:rgba(37,156,141,0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_gal.style1 li .inner .item.note .inner.style2 {
	color: #f14374;
	background-color:rgba(241,67,116,0.1);
}
.com_gal.style1 li .inner .item .icon {
	display: inline-block;
	margin-right: 10px;
}
.com_gal.style1 li .inner .item .icon i {
	font-size: 10px;
}
/*******************************
	エラー
*******************************/
.com_error {
	border: solid 2px #dd0000;
	color: #dd0000;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	font-size: 14px;
}
.com_error .com_error_title {
	font-weight: bold;
	margin-bottom: 20px;
}
.com_error ul {
	padding-left: 20px;
}
.com_error li {
	padding: 5px 0;
	list-style-type: disc;
	list-style-position: outside;
}


/*******************************
	ステップ
*******************************/
.com_step {
	margin-bottom: 40px;
	text-align: center;
}
.com_step .arrow {
	display: inline-block;
	vertical-align: bottom;
	line-height: 140px;
	font-size: 20px;
	color: #ccc;
}
.com_step .item {
	display: inline-block;
	height: 140px;
	width: 140px;
	border-radius: 71px;
	-moz-border-radius: 71px;
	-webkit-border-radius: 71px;
	position: relative;
	border: solid 1px #ddd;
}
.com_step .item.active {
	border: solid 1px #f7a52a;
	background-color: #f7a52a;
}
.com_step .item .inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 140px;
	height: 140px;
}
.com_step .item .inner2 {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 140px;
}
.com_step .item.active .inner2 {
	color: #fff;
}
.com_step .item .inner .step {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #f77c2a;
}
.com_step .item.active .inner .step {
	color: #fff;
}
.com_step .item .inner .text {
	display: block;
	font-size: 14px;
}

/*******************************
	メッセージ
*******************************/
.com_message.style1 {
	font-size: 16px;
	text-align: center;
	padding: 20px;
	border: solid 2px #226288;
	color: #226288;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
}
.com_message.style1 .inner {
	display: inline-block;
	text-align: left;
}
.com_message.style2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}
.com_message.style3,
.com_message.style4 {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}
.com_message.style4 {
	text-align: left;
}
.com_message.style5 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	color: #cc0000;
}
.com_message.style5 .inner {
	display: inline-block;
	text-align: left;
}

/*******************************
	ヘルプメニュー
*******************************/
.modal_helps {
	margin-bottom: 10px;
}
.modal_helps&gt;.item {
	margin-left: 20px;
	text-align: right;
	font-size: 14px;
}
.modal_helps:after {
	content: " ";
	display: block;
	clear: both;
}
.modal_helps .item {
	float: right;
}
/*******************************
	不正な投稿をご報告ください
*******************************/
.com_report {
	text-align: right;
	margin-bottom: 10px;
}
.com_report a {
	display: inline-block;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	padding: 10px;
}
.com_report a:hover {
	text-decoration: underline;
}

/*******************************
	アイコンの説明
*******************************/
.icon_description {
	font-size: 12px;
	margin-bottom: 20px;
}
.icon_description .item {
	margin-right: 10px;
}
.icon_description .item i:after {
	content: "=";
	margin: 0 2px;
}

/*******************************
	お気に入りアイコン
*******************************/
@keyframes favoriteAnimation {
  0% {
	transform: scale(0.5);
  }
  20% {
	transform: scale(0.6);
  }
  40% {
	transform: scale(0.7);
  }
  60% {
	transform: scale(0.9);
  }
  70% {
	transform: scale(1.2);
  }
  80% {
	transform: scale(1.5);
  }
  100% {
	transform: scale(1.0);
  }
}

.favorite_button {
	font-size: 30px;
	color: #ccc;
	cursor: pointer;
}
.favorite_button.done {
	color: #ff5240;
}
.favorite_button.done.animation {
	animation: favoriteAnimation .15s;
}

/*******************************
	不正な投稿をご報告ください
*******************************/
#request_report_email {
	text-align: center;
	font-size: 1.2em;
}</pre></body></html>