@charset "UTF-8";
/*
Theme Name: YOUSYUSYONIN PREMIUM
Description: YOUSYUSYONIN PREMIUM
Version: 2021.6
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
@media screen and (max-width: 767px) {
  input, button, select, textarea {
  }
}

/* ------------------------------------------
   Utility Class
------------------------------------------ */
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*
Web fonts:
font-family: 'PT Sans', sans-serif;

*/

/* Style
-------------------------------------------------------------- */
body {
  height: 100%;
  font-size: 15px;
  line-height: 2.0em;
  color: #231815;
  -webkit-text-size-adjust: none;
  /* min-width: 1080px; */  font-family: "游ゴシック体", YuGothic, "游ゴシック",  "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;

  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
  opacity: 0;
}
body.show {
	opacity: 1;
}
body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em; }

a, a img {
  text-decoration: none;
  color: #231815;
  transition: all 0.3s ease }

.pc_view a:hover {
	opacity: 0.75;
}

span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.non_pc {
  display: none !important; }

.f_en {
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.1em;
}

/* ===========================================================================================

	Common

=========================================================================================== */

body {
  background: url(./images/bg_pattern2.png) repeat-y center top;
  background-size: 100% 1px;
}

.outline {
  position: relative;
  min-width: 1100px;
  overflow: hidden;
  background: url(./images/bg_pattern1.png) repeat center top;
  background-size: 42px 34px;
}
.main {
  z-index: 100;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 200;
  /* overflow: hidden; */
  padding-top: 74px;
}

/* Header *******************************/
header {
	position: fixed;
	width: 100%;
	/* height: 0px; */
	z-index: 10000;
	transition: background 0.3s ease;
}
header.show {
    background: rgba(255, 255, 255, 0.8);
}
header.show.open {
    background: rgba(255, 255, 255, 0);
	transition: background 1s ease;
}
header > .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding: 15px 0;
	align-items: flex-start;
}
header .bt_mypage {
    display: block;
    background: #9c211c;
    color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    z-index: 10001;
}

/* Footer *******************************/
footer > .inner {
}
footer .link {
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
footer .link li {
	display: inline-block;
}
footer .link li a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: underline;
}
footer .copyright {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 12px;
	background: #9b221d;
}

/* Visual *******************************/
#index .visual {
}
#index .visual > .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#index .visual h1 {
	width: 120px;
	margin-top: -20px;
}
#index .visual .news {
    width: 830px;
    background: rgba(255,255,255,0.5);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 40px 70px 40px 40px;
    position: relative;
    min-height: 300px;
}
#index .visual .news::before {
    display: block;
    content: "";
    position: absolute;
    width: 166px;
    height: 216px;
    background: url(./images/img_lady.png) no-repeat center center;
    background-size: cover;
    right: -90px;
    bottom: -50px;
}
#index .visual .news h2 {
    width: 91px;
}
#index .visual .news ul {
	margin-top: 20px;
}
#index .visual .news ul li {
    margin-top: 12px;
    line-height: 1.5em;
}
#index .visual .news ul li .date {
	color: #9b221d;
	font-size: 14px;
	line-height: 1.3em;
}
#index .visual .news ul li a,
#index .visual .news ul li p {
	font-size: 15px;
	line-height: 1.5em;
}
#index .visual .news ul li a {
	text-decoration: underline;
}

header .bt_menu {
	position: relative;
	display: block;
	z-index: 100;
	height: 44px;
	width: 70px;
	margin-left: 20px;
	z-index: 10001;
}
header .bt_menu.open {
	background: none;
}
header .bt_menu span {
	display: block;
	text-indent: -9999px;
	height: 100%;
}
header .bt_menu.open span {
	color: #E58740;
}
header .bt_menu::before,
header .bt_menu::after,
header .bt_menu span::before {
	display: block;
	content: "";
	position: absolute;
	width: 48px;
	height: 2px;
	background: #9b221c;
	top: 50%;
	left: 12px;
	transition: all 0.3s ease;
}
header .bt_menu::before {
	margin-top: 7px;
}
header .bt_menu::after {
	margin-top: -2px;
}
header .bt_menu span::before {
	margin-top: -11px;
}
header .bt_menu.open::after{
	margin-top: 0;
	opacity: 0;
}
header .bt_menu.open::before {
	margin-top: 0;
	transform: rotate(210deg);
}
header .bt_menu.open span::before {
	margin-top: 0;
	transform: rotate(-210deg);
}
header .gmenu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 440px;
	box-shadow: 0 0 20px rgba(228, 135, 65, 0.4);
	position: fixed;
}
#inner header .gmenu {
	/* position: fixed; */
}
header .gmenu .logo {
	position: absolute;
	display: block;
	width: 80px;
	left: 50%;
	top: 10%;
	margin-left: -40px;
}
header .gmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 900;
    display: none;
}
header .gmenu > .inner {
    width: 700px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
header .gmenu ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header .gmenu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: ce
}
header .gmenu ul li a {
	display: block;
	color: #9b221c;
	font-size: 20px;
	padding: 15px 20px;
	font-weight: bold;
}
header .gmenu ul li.mini a {
	color: #000;
    font-size: 16px;
}

/* Coupon *******************************/
#index .coupon {
	margin-top: 50px;
	padding-bottom: 100px;
}
#index .coupon > .inner {
	width: 1000px;
	margin: 0 auto;
}
#index .coupon h2 {
	width: 420px;
	margin: 0 auto;
}
#index .coupon .box {
	padding: 80px 0 30px 0;
}
#index .coupon .box h3 {
	border-top: 2px solid #cd5c5c;
	padding-top: 1px;
	position: relative;
	z-index: -1;
}
#index .coupon .box h3 span {
	display: block;
	background: #cd5c5c;
	color: rgba(255,255,255,0.8);
	width: 300px;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	margin-top: -21px;
	margin-bottom: 40px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#index .coupon .box h3 span::before {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
	border: 2px solid #cd5c5c;
	left: -8px;
	top: -8px;
	background: #e2b335;
	z-index: -1
}
#index .coupon .box.type2 h3,
#index .coupon .box.type2 h3 span::before {
	border-color: #4682b4;
}
#index .coupon .box.type2 h3 span {
	background: #4682b4;
}
#index .coupon .box.type3 h3,
#index .coupon .box.type3 h3 span::before {
	border-color: #856aa1;
}
#index .coupon .box.type3 h3 span {
	background: #856aa1;
}
#index .coupon .box.type4 h3,
#index .coupon .box.type4 h3 span::before {
	border-color: #8b4513;
}
#index .coupon .box.type4 h3 span {
	background: #8b4513;
}


#index .coupon .box .label {
	text-align: center;   
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
#index .coupon .box .label span {
    display: inline-block;
    background: #cd5c5c;
    width: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin: 0 3px;
}
#index .coupon .box .label span.color2 {
    background: #4682b4;
}
#index .coupon .box .lead {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
}
#index .coupon .box .lead span.color1 {
    color: #cd5c5c;
}
#index .coupon .box .lead span.color2 {
    color: #4682b4;
}
#index .coupon .box .lead span.line {
    text-decoration: underline;
}
#index .coupon .box .list {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
#index .coupon .box .list li {
    width: 32%;
    background: #9b221d;
    padding: 10px;
    margin: 3.5% 0 0 2%;
    box-sizing: border-box;
}
#index .coupon .box .list li:nth-child(-n+3) {
    margin-top: 0;
}
#index .coupon .box .list li:nth-child(3n-2) {
    margin-left: 0;
}
#index .coupon .box .list li .detail {
    margin-top: 10px;
    background: #dfba56;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    font-size: 12px;
    line-height: 1.5em;
}
#index .coupon .box .list li .detail p.title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
#index .coupon .box .list li .detail p {
    line-height: 1.5em;    
}
#index .coupon .box .list li .detail a {
    text-decoration: underline;
}
#index .coupon .box .list li .detail br {
    display: none;
}
#index .coupon .box .list li .period {
    margin-top: 10px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    padding: 0 0 3px 0;
}
#index .coupon .box .list li .period p.title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
    color: #e0b957;
}
#index .coupon .box .list li .period p {
    line-height: 1.5em;    
    text-align: center;
}
#index .coupon .box .list li .bt_confirm {
	display: block;
	text-align: center;
	background: #e0463f;
	color: white;
	border-radius: 5px;
	margin: 7px auto 5px auto;
	font-weight: bold;
	padding: 3px 0;
	width: 96%;
}

.remodal-overlay {
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 600px;
	padding: 0;
	background: none;
	/* padding: 100px 0 0 0; */
	/* margin-bottom: 40px; */
	text-align: left;
}
.remodal > .inner {
	background: #ffffff;
	padding: 70px 40px;
}
.remodal > .inner {
    /* border: 1px solid #424242; */
    /* color: #fff; */
    font-size: 13px;
    position: relative;
}
.remodal > .inner::before {
    display: block;
    position: absolute;
    left: 9px;
    top: 9px;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #d0b87b;
}
.remodal > .inner p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


.remodal-close {
	position: relative;
	display: block;
	left: auto;
	right: auto;
	top: auto;
	text-align: center;
	background: #d8d5c3;
	color: #483e24;
	border-radius: 5px;
	margin: 7px auto 5px auto;
	font-weight: bold;
	padding: 10px 0;
	width: 80%;
	font-size: 18px;
	box-sizing: initial;
}
.remodal-close::before {
    display: none;	
}


#inner h1 {
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	font-weight: bold;
	color: #000;
}
#inner .dllist {
	background: rgba(255,255,255,0.6);
	width: 960px;
	margin: 50px auto 50px auto;
	padding: 70px 60px;
	box-sizing: border-box;
	font-size: 14px;
}
#inner .dllist dt {
    float: left;
    width: 140px;
    margin-top: 30px;
    font-weight: bold;
}
#inner.law .dllist dt {
	width: 220px;
}
#inner .dllist dd {
    margin-left: 140px;
    margin-top: 30px;
}
#inner .dllist dd .bt {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    margin: 7px 0 10px 0;
    border-radius: 6px;
    font-size: 13px;
}
#inner .dllist dd .bt strong {
    font-weight: bold;
}
#inner.law .dllist dd {
	margin-left: 220px;
}
#inner .dllist dt:first-child,
#inner .dllist dt:first-child + dd {
    margin-top: 0;
}

.tmp_message {
	text-align: center;
	font-weight: bold;
	padding: 100px 0;
}
.tmp_message p {
	text-align: center;
	font-weight: bold;
}
.tmp-login-widget-form {
    max-width: 600px;
    width: 90%;
    margin: 30px auto 60px auto;
}
#tmp-login-form-pw-reset-box {
    display: none;
}
.tmp-mail-input input, .tmp-password-input input, .tmp-pw-reset-email-input input {
    box-sizing: border-box;
    background: #fff !important;
    font-size: 16px !important;
}
.tmp-mail-label label, .tmp-password-label label, .tmp-rember-label {
	font-weight: bold !important;
}
.tmp-login-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	border: none !importantl;
	background: black;
	color: #fff;
	width: 200px;
	display: block;
	margin: 10px auto 0 auto;
	line-height: 50px;
}
/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	
	/* style
	-------------------------------------------------------------- */
	body {
		min-width: 320px;
		overflow: visible !important;
		letter-spacing: 0;
	}

	body p {
		color: inherit;
		font-size: 14px;
		line-height: 1.8em;
	}
	a:hover {
		opacity: 1;
	}
	.non_pc {
		display: block !important;
	}
	.non_sp {
		display: none !important;
	}

	/* ===========================================================================================

		Common

	=========================================================================================== */
	.outline {
		position: relative;
		min-width: 320px;
		padding-bottom: 0;
	}
	.main {
		width: auto;
		margin: 0 auto;
		position: relative;
	}

	/* Header *******************************/
	header > .inner {
		width: auto;
		padding: 15px 4%;
	}
	header .bt_mypage {
		width: 100px;
		border-radius: 5px;
		line-height: 40px;
		font-size: 13px;
	}
	header .bt_menu {
		position: relative;
		display: block;
		z-index: 100;
		height: 40px;
		width: 50px;
		margin-left: 15px;
		z-index: 10001;
	}
	header .bt_menu.open {
		background: none;
	}
	header .bt_menu span {
		display: block;
		text-indent: -9999px;
		height: 100%;
	}
	header .bt_menu.open span {
		color: #E58740;
	}
	header .bt_menu::before,
	header .bt_menu::after,
	header .bt_menu span::before {
		display: block;
		content: "";
		position: absolute;
		width: 36px;
		height: 2px;
		background: #9b221c;
		top: 50%;
		left: 7px;
		transition: all 0.3s ease;
	}
	header .bt_menu::before {
		margin-top: 7px;
	}
	header .bt_menu::after {
		margin-top: -2px;
	}
	header .bt_menu span::before {
		margin-top: -11px;
	}
	header .bt_menu.open::after{
		margin-top: 0;
		opacity: 0;
	}
	header .bt_menu.open::before {
		margin-top: 0;
		transform: rotate(210deg);
	}
	header .bt_menu.open span::before {
		margin-top: 0;
		transform: rotate(-210deg);
	}
	header .gmenu {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		width: 440px;
		box-shadow: 0 0 20px rgba(228, 135, 65, 0.4);
		position: fixed;
	}
	#inner header .gmenu {
		/* position: fixed; */
		height: 1000px !important;
	}
	header .gmenu .logo {
		position: absolute;
		display: block;
		width: 80px;
		left: 50%;
		top: 10%;
		margin-left: -40px;
	}
	header .gmenu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.95);
		z-index: 900;
		display: none;
		height: 1200px !important;
	}
	header .gmenu > .inner {
		width: 700px;
		margin: 0 auto;
		position: relative;
		height: 100%;
	}
	header .gmenu ul {
		position: absolute;
		left: 50%;
		top: 90px;
		transform: translate(-50%, 0);
		width: 90%;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	header .gmenu ul li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		text-align: ce
	}
	header .gmenu ul li a {
		display: block;
		color: #9b221c;
		font-size: 18px;
		padding: 10px 10px;
		font-weight: bold;
	}
	header .gmenu ul li.mini a {
		color: #000;
		font-size: 14px;
	}


	/* Footer *******************************/
	footer > .inner {
	}
	footer .link {
		padding: 10px 0;
		text-align: center;
		margin-bottom: 10px;
	}
	footer .link li {
		display: inline-block;
	}
	footer .link li a {
		display: inline-block;
		padding: 0 10px;
		font-size: 13px;
		text-decoration: underline;
	}
	footer .copyright {
		font-size: 10px;
	}

	/* Visual *******************************/
	#index .visual {
	}
	#index .visual > .inner {
		width: 92%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#index .visual h1 {
		width: 80px;
		margin-top: -20px;
		margin-left: 5px;
	}
	#index .visual .news {
		width: calc(100% - 100px);
		background: rgba(255,255,255,0.5);
		border-radius: 5px;
		box-sizing: border-box;
		padding: 15px 70px 15px 15px;
		position: relative;
		min-height: 210px;
	}
	#index .visual .news::before {
		display: block;
		content: "";
		position: absolute;
		width: 116px;
		height: 151px;
		background: url(./images/img_lady.png) no-repeat center center;
		background-size: 100% auto;
		right: -43px;
		bottom: -20px;
	}
	#index .visual .news h2 {
		width: 66px;
	}
	#index .visual .news ul {
		margin-top: 10px;
	}
	#index .visual .news ul li {
		margin-top: 10px;
		line-height: 1.5em;
	}
	#index .visual .news ul li .date {
		color: #9b221d;
		font-size: 10px;
		line-height: 1.3em;
	}
	#index .visual .news ul li a,
	#index .visual .news ul li p {
        font-size: 12px;
        line-height: 1.3em !important;
 }
	#index .visual .news ul li a {
		/* text-decoration: underline; */
	}

	/* Coupon *******************************/
	#index .coupon {
		margin-top: 50px;
		padding-bottom: 30px;
	}
	#index .coupon > .inner {
		width: 92%;
		margin: 0 auto;
	}
	#index .coupon h2 {
		width: 300px;
		margin: 0 auto;
	}
	#index .coupon .box {
		padding: 60px 0 30px 0;
	}
	#index .coupon .box h3 {
		border-top: 1px solid #cd5c5c;
		padding-top: 1px;
		position: relative;
		z-index: -1;
	}
	#index .coupon .box h3 span {
		display: block;
		background: #cd5c5c;
		width: 220px;
		text-align: center;
		margin: 0 auto;
		line-height: 36px;
		margin-top: -19px;
		margin-bottom: 23px;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#index .coupon .box h3 span::before {
		position: absolute;
		display: block;
		content: "";
		width: calc(100% + 8px);
		height: calc(100% + 8px);
		border: 1px solid #cd5c5c;
		left: -5px;
		top: -5px;
		background: #e2b335;
		z-index: -1;
	}
	#index .coupon .box.type2 h3,
	#index .coupon .box.type2 h3 span::before {
		border-color: #4682b4;
	}
	#index .coupon .box.type2 h3 span {
		background: #4682b4;
	}
	#index .coupon .box.type3 h3,
	#index .coupon .box.type3 h3 span::before {
		border-color: #856aa1;
	}
	#index .coupon .box.type3 h3 span {
		background: #856aa1;
	}
	#index .coupon .box.type4 h3,
	#index .coupon .box.type4 h3 span::before {
		border-color: #8b4513;
	}
	#index .coupon .box.type4 h3 span {
		background: #8b4513;
	}


	#index .coupon .box .label {
		text-align: center;
		line-height: 28px;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#index .coupon .box .label span {
		display: inline-block;
		background: #cd5c5c;
		width: 45px;
		color: rgba(255, 255, 255, 0.7);
		font-weight: bold;
		font-size: 16px;
		line-height: 28px;
		margin: 0 3px;
	}
	#index .coupon .box .label span.color2 {
		background: #4682b4;
	}
	#index .coupon .box .lead {
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.6em;
	}
	#index .coupon .box .lead span.color1 {
		color: #cd5c5c;
	}
	#index .coupon .box .lead span.color2 {
		color: #4682b4;
	}
	#index .coupon .box .list {
		display: block;
		margin: 20px auto 0 auto;
		width: 92%;
	}
	#index .coupon .box .list li {
		width: auto;
		background: #9b221d;
		padding: 7px;
		margin: 30px 0 0 0;
		box-sizing: border-box;
	}
	#index .coupon .box .list li:nth-child(-n+3) {
		margin-top: 30px;
	}
	#index .coupon .box .list li:nth-child(1) {
		margin-top: 0;
	}
	#index .coupon .box .list li .detail {
		margin-top: 10px;
		background: #f7d782;
		border-radius: 3px;
		padding: 10px 10px 10px 10px;
		font-size: 12px;
		line-height: 1.5em;
	}
	#index .coupon .box .list li .detail p.title {
		text-align: center;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#index .coupon .box .list li .detail p {
		line-height: 1.5em;
		font-size: 11px;
	}
	#index .coupon .box .list li .period {
		margin-top: 8px;
		border-radius: 5px;
		font-size: 12px;
		line-height: 1.5em;
		color: #fff;
		padding: 0;
	}
	#index .coupon .box .list li .period p.title {
		text-align: center;
		font-weight: bold;
		margin-bottom: 2px;
		color: #e0b957;
		font-size: 11px;
	}
	#index .coupon .box .list li .period p {
		line-height: 1.5em;
		text-align: center;
		font-size: 13px;
	}
	.remodal > .inner {
		/* border: 1px solid #424242; */
		/* color: #fff; */
		font-size: 13px;
		padding: 45px 0 40px 0;
	}
	.remodal > .inner p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.remodal-close {
		font-size: 16px;
	}
	#inner h1 {
		text-align: center;
		font-size: 18px;
		margin-top: 20px;
		font-weight: bold;
		color: #000;
	}
	#inner .dllist {
		background: rgba(255,255,255,0.6);
		width: 90%;
		margin: 30px auto 50px auto;
		padding: 30px 20px;
		box-sizing: border-box;
		font-size: 14px;
	}
	#inner .dllist dt {
		float: none;
		width: auto;
		margin-top: 20px;
		font-weight: bold;
		margin-bottom: 0;
	}
	#inner.law .dllist dt {
		width: auto;
	}
	#inner .dllist dd {
		margin-left: 0;
		margin-top: 0;
		line-height: 1.6em;
	}
	#inner.law .dllist dd {
		margin-left: 0;
	}
	#inner .dllist dt:first-child,
	#inner .dllist dt:first-child + dd {
		margin-top: 0;
	}
 }