@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */


.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.cmn_bgline {
    width: 100vw;
    height: 10px;
    margin: 0;
    padding: 0;
    border: 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/cmn_line.svg") bottom center repeat-x;
}

.cmn_pc_nolink {
	pointer-events: none;
}

#wrapper {
    overflow: hidden;

}

header {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 40px auto;
}

#cmn_logo {
    margin: 46px 0 50px 0;
    font-size: 0;
}


#cmn_gnavi ul {
	display: table; width: 100%;
}

#cmn_gnavi li {
	display: table-cell;
	width: 17%;
    height: 51px;
    padding: 0 0 0 0;
	text-align: center;
	border-left: 1px solid;
    font-size: 1.4rem;
    font-weight: bold;
}

#cmn_gnavi li:last-child {
	border-right: 1px solid;
}

#cmn_gnavi li a {
    display: block;
    width: 100%;
}

#cmn_gnavi li p {
    padding: 5px 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
}

#cmn_gnavi li a:hover {
    animation: buruburu 0.8s  infinite;
}

@keyframes buruburu {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 6px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

main {
    width: 100%;
    margin: 0 auto 0 auto;
}

#cmn_conts_sub {
    width: 980px;
    max-width: 100%;
    margin: 70px auto 50px auto;
}

#cmn_conts_sub > h2 {
    display: block;
    margin: 0 auto;
    transform: translateY(-28px);
    text-align: center;
}

#cmn_conts_sub > h2 > span {
    display: inline-block;
    padding: 0 30px;
    font-size: 2.6rem;
    letter-spacing: 1rem;
    background-color: #ffffff;
}

#cmn_conts_sub > h2 > span br {
    display: none;
}

.cms_conts_subbox {
    margin: 10px 0 100px 0;
}



footer {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
    background-color: #efefef;
}

footer ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 980px;
}

footer ul li {
    font-weight: bold;

}

footer ul li:before {
    margin: 0 10px 0 10px;
    padding: 0 2px 0 2px;
    content: "｜";

}

footer img {
    margin: 0 0 30px 0;
}

footer img:hover {
    animation: buruburu 0.8s  infinite;
}

footer p {
    padding: 0 0 70px 0;
}

footer address {
    padding: 0 0 20px 0;
    font-style: normal;
}






/* home /////////////////////////////////////////////////////////////////////////////////////////// */

#home_image {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
}

#home_conts {
    display: flex;
    flex-wrap: wrap;
}

.home_flyer_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 20px 0 20px;
    text-align: center;
}

#home_chirashi .home_flyer_inner {
    max-width: 500px;
}

.home_conts_icon {
    margin: 0 0 20px 0;
}

.home_conts_title {
    padding: 0 0 20px 0;
    font-size: 3.4rem;
    letter-spacing: 1rem;
    color: #ffffff;
}

.home_conts_read {
}

.home_conts_read a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 50px auto 50px auto;
    padding: 10px 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    border-radius: 5px;
}

.home_conts_read a:hover {
    background: #ffffff;
    color: #f39800;
}

#home_chirashi {
    width: 50%;
    background: url("../img/home_bgimg_chirashi.svg");
    background-position: center, center;
    background-size: cover;
}

#home_event {
    width: 50%;
    background: url("../img/home_bgimg_event.svg");
    background-position: center, center;
    background-size: cover;
}

.home_info,
#home_shop,
#shop_info_detail {
    width: 100%;
    padding: 80px 0 80px 0;
}

.home_info,
#shop_info_detail {
    background: url("../img/home_bgimg_info.svg");
    background-position: center, center;
    background-size: cover;
    text-align: center;
}

#home_shop {
    background: url("../img/home_bgimg_shop.svg");
    background-position: center, center;
    background-size: cover;
    text-align: center;
}




.home_info_box,
#home_shop_box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

.home_info_box ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_info_box li {
    width: calc(33.3% - 12px);
    height: 150px;
    margin: 0 12px 10px 0;
}

.home_info_box li:nth-of-type(3n) {
    width: 33.3%;
    margin: 0 0 10px 0;
}

.home_info_box li .info_thumnbail {
	display: block;
	height: 100%;
}

.home_info_box dl {
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
}


.home_info_box dl:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
    transition-duration: 0.3s;
}

.home_info_box dt {
    flex-shrink: 0;
    width: 120px;
}

.home_info_box dt img.new {
    position: absolute;
}

.home_info_box dt div  {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.home_info_box dt div img {
    max-width: none;
}

.home_info_box dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 7px 7px 7px 15px;
    background-color: #ffffff;
}


.home_info_box dd > span {
    display: block;
    margin: 0 0 24px 0;
    font-size: 1.2rem;
    color: #e83828;
}


.home_info_box dd .adjust {
    display: block;
    margin: 0 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 130%;

	/* config */
	/*line-height: 1.5;*/
	height: 4em;
	/* config end */
	position: relative;
	padding-right: 1em;
	overflow: hidden;

}

.home_info_box dd .adjust a {
	display: block;
}

.home_info_box dd .adjust:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1.5em;
}

.home_info_box dd .adjust:after {
    content: "";
    position: relative;
    right: -2em;
    float: right;
    width: 2em;
    height: 100%;
    background-color: inherit;
}


.home_info_box dd > strong {
    display: block;
    margin: auto 0 0 0;
    padding: 0 0 3px 0;
    font-size: 1.2rem;
    text-align: right;
}



/* TOP クーポン */
.home_coupon {
    background: url("../img/home_coupon_bg.svg");
}

.home_coupon_union {
    margin-bottom: 40px;
}

.home_coupon_union ul {
    justify-content: center;
}

.home_coupon_union dl {
    border-width: 3px;
    border-color: #E83828;
}

.home_coupon .home_info_box dt {
    background-color: #ffffff;
}

.home_coupon .home_info_box dd {
    position: relative;
    padding-top: 22px;
}

.home_coupon .home_info_box .coupon {
    position: absolute;
    top: -6px;
    right: 6px;
    display: inline-block;
    width: 60px;
}


.home_coupon .home_info_box dd > span {
    margin-bottom: 16px;
}
.home_coupon_noinfo {
    padding: 60px 0;
    color: #FFF;
    font-size: 1.7rem;
}




#home_shop_box {
}

#home_shop_box ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#home_shop_box li {
    width: calc(33.3% - 12px);
    margin: 0 12px 10px 0;
}

#home_shop_box li:nth-of-type(3n) {
    width: 33.3%;
    margin: 0 0 10px 0;
}


#home_shop_box dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

#home_shop_box dt {
    width: 55%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
}

#home_shop_box dd {
    width: 45%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
}



.cmn_subread {
    margin: 30px 0 30px 0;
    text-align: center;
}





.cmn_subread a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 50px auto 50px auto;
    padding: 10px 0;
    border: 3px solid;
    border-image: url("../img/cmn_bgborder.svg") 50;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}

.cmn_subread a{
    background: #ffffff;
    color: #000000;
}

.cmn_subread a:hover {
    background: #e83828;
    color: #ffffff;
    border: 3px solid #e83828;
}





/* chirashi /////////////////////////////////////////////////////////////////////////////////////////// */

#chirashi_data {
    display: block;
    width: 100%;
    text-align: center;
}

#chirashi_data strong {
    display: inline-block;
    padding: 6px  60px 6px 60px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #ffffff;
    background-color: #e83828;
    border-radius: 20px;
}

#chirashi_caption {
    padding: 25px 0 35px 0;
}

.chirashi_img_a, .chirashi_img_b {
    width: 100%;
    margin: 15px 30px 15px 0;
}


/* info /////////////////////////////////////////////////////////////////////////////////////////// */



.info_box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

.info_box ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.info_box li:nth-of-type(odd) {
    width: calc(50% - 7px);
    margin: 0 7px 14px 0;
    height: 150px;
}

.info_box li:nth-of-type(even) {
    width: calc(50% - 7px);
    margin: 0 0 14px 7px;
    height: 150px;
}

.info_box dl {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    border: 3px solid #dcdddd;
    box-sizing: border-box;
    border-radius: 5px;
}

.info_box dl:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
    transition-duration: 0.3s;
}

.info_box dt {
    flex-shrink: 0;
    width: 120px;
}

.info_box dt > img {
    position: absolute;
}

.info_box dt > div  {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.info_box dt div > img {
    max-width: none;
}

.info_box dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 7px 7px 7px 15px;
    background-color: #ffffff;
}

.info_box dd > span {
    display: block;
    margin: 0 0 24px 0;
    font-size: 1.2rem;
    color: #e83828;
}

.info_box dd > p {
    display: block;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 130%;
}

.info_box dd > strong {
   display: block;
   margin: auto 0 0 0;
   padding: 0 0 3px 0;
   font-size: 1.2rem;
   text-align: right;
}















/* shop /////////////////////////////////////////////////////////////////////////////////////////// */

.shop_box {
    width: 100%;
    max-width: 980px;
    margin: 40px 0 40px 0;
}

.shop_box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shop_box ul li {
    width: calc(25% - 7px);
    margin: 0 7px 7px 0;
}
.shop_box ul li:nth-child(4n) {
    width: 25%;
    margin: 0 0px 7px 0;
}

.shop_box > h3  {
    display: block;
    width: 200px;
    margin: 0 auto 40px auto;
    padding: 5px 0 5px 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 2.0rem;
    letter-spacing: 1rem;
    color: #ffffff;
}

.shop_box ul li a {
    display: block;
}

.shop_box ul li {
    border-radius: 5px;
}

.shop_box ul li div > img {
    width: 100%;
}

.shop_box ul li div > strong {
    display: block;
    width: 80px;
    margin: 0 0 13px 0;
    padding: 0 0 0 30px;
    color: #ffffff;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.shop_box ul li a div > h4 {
    padding: 0 0 10px 30px;
    font-size: 1.6rem;
}

.shop_box ul li a div > p {
    padding: 0 10px 17px 30px;
    font-size: 1.4rem;
    line-height: 135%;
}


.shop_box_a h3  {
    background-color: #e83828;
}

.shop_box_b h3  {
    background-color: #f39800;
}

.shop_box_c h3  {
    background-color: #22ac38;
}

.shop_box_a ul li {
    border: 2px solid #e83828;
}

.shop_box_b ul li {
    border: 2px solid #f39800;
}

.shop_box_c ul li {
    border: 2px solid #22ac38;
}

.shop_box_a ul li a div > strong {
    background-color: #e83828;
}


.shop_box_b ul li a div > strong {
    background-color: #f39800;
}


.shop_box_c ul li a div > strong {
    background-color: #22ac38;
}


/* shopdetail /////////////////////////////////////////////////////////////////////////////////////////// */

.shopinfo_logo {
	display: block;
	margin: auto auto 30px auto;
}

#shop_photo {
	margin: auto auto 50px auto;
}

.shopinfo_box dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f7f8f8;

	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.shopinfo_box dl dt {
	width: 30%;
	display: flex;
	padding: 0 0 0 20px;
}

.shopinfo_box dl dt span, .shopinfo_box dl dt h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 150%;
}

.shopinfo_box dl dd {
	width: 70%;
	background: #ffffff;
	padding: 10px 0 0 20px;
}

.shopinfo_box table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shopinfo_box td {
	padding: 2px 2px 2px 10px;
}

#shop_info_detail {

}

.shop_info_detail_inner {
}

.shop_info_detail_date {
	color: #e83828;
	font-size: 1.2rem;
	text-align: center;
	margin: auto auto 20px auto;
}

.shop_info_detail_txt {
	text-align: left;
	margin: 20px auto;
}

.shop_info_detail_ico_new {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
}

.shop_info_detail_ico_coupon {
    position: absolute;
    top: -8px;
    right: 6px;
    display: inline-block;
    width: 90px;
}

.shop_info_detail_inner li {
    position: relative;
	margin: auto auto 30px auto;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
	background: #FFFFFF;
    padding: 50px;
}

.shop_info_detail_inner li h3 {
	margin: auto auto 30px auto;
}


li.shop_info_detail_couponbox {
    /* 優先度上書きのため:root使用 */
    background: #FFF2AD;
}


[id*="shop_info_detail_coupon_chk"] {
    display: none;
}

#shop_info_detail_coupon_closebg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.45s;
    pointer-events: none;
    background-color: rgba(0,0,0,0.6);
}

[id*="shop_info_detail_coupon_chk"]:checked ~ #shop_info_detail_coupon_closebg {
    opacity: 1;
    pointer-events: all;
}

#shop_info_detail_coupon_open {
    text-align: center;
}

#shop_info_detail_coupon_open > label {
    /* 初期化 */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    outline: 1px solid transparent;

    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 22px;
    border-radius: 0.5rem;
    color: #FFF;
    font-size: 2.0rem;
    background-color: #036EB8;
    cursor: pointer;
}

#shop_info_detail_coupon_conts {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 500px;
    max-height: 76%;
    height: auto;
    padding: 100px 30px 90px;
    border-radius: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    overflow: auto;
}

[id*="shop_info_detail_coupon_chk"]:checked ~ #shop_info_detail_coupon_conts {
    opacity: 1;
    pointer-events: all;
}

.shop_info_detail_coupon_shopname {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
}

.shop_info_detail_coupon_shopname br {
    display: none;
}

.shop_info_detail_coupon_outline {
    margin: 50px 0 0 0;
    font-size: 1.8rem;
    word-break: break-all;
}

.shop_info_detail_coupon_howto {
    margin: 50px 0 0 0;
    font-size: 1.5rem;
}

.shop_info_detail_coupon_howto span {
    display: block;
    text-align: center;
}

#shop_info_detail_coupon_conts button {
    /* 初期化 */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    outline: 1px solid transparent;

    display: block;
    width: 100%;
    max-width: 300px;
    padding: 22px;
    border-radius: 0.5rem;
    margin: 60px auto 0;
    color: #FFF;
    font-size: 2.0rem;
}

#shop_info_detail_coupon_conts button.js-unused {
    background-color: #E83828;
}

#shop_info_detail_coupon_conts button.js-used {
    background-color: #B5B5B6;
    pointer-events: none;
    cursor: none;
}





.shop_info_box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}


.shop_info_box ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-between;
}

.shop_info_box li {
    width: 49%;
    height: 150px;
    margin: 0 0 20px 0;
}

.shop_info_box li .info_thumnbail {
	display: block;
	height: 100%;
}

.shop_info_box dl {
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 5px;
	border: 3px solid #dcdddd;
}

.shop_info_box dl:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
    transition-duration: 0.3s;
}

.shop_info_box dt {
    flex-shrink: 0;
    width: 120px;
}

.shop_info_box dt img.new {
    position: absolute;
}


.shop_info_box dt a div  {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.shop_info_box dt div > img {
    max-width: none;
}

.shop_info_box dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 7px 7px 7px 15px;
    background-color: #ffffff;
}



.shop_info_box dd > span {
    display: block;
    margin: 0 0 24px 0;
    font-size: 1.2rem;
    color: #e83828;
}

.shop_info_box dd .adjust {
    display: block;
    margin: 0 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 130%;

	/* config */
	/*line-height: 1.5;*/
	height: 4em;
	/* config end */
	position: relative;
	padding-right: 1em;
	overflow: hidden;

}


.shop_info_box dd .adjust:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1.5em;
}

.shop_info_box dd .adjust:after {
    content: "";
    position: relative;
    right: -2em;
    float: right;
    width: 2em;
    height: 100%;
    background-color: inherit;
}


.shop_info_box dd > strong {
    display: block;
    margin: auto 0 0 0;
    padding: 0 0 3px 0;
    font-size: 1.2rem;
    text-align: right;
}



/* access /////////////////////////////////////////////////////////////////////////////////////////// */

/* link /////////////////////////////////////////////////////////////////////////////////////////// */

.link_list li:before {
	content: "・";
}



/* privacy /////////////////////////////////////////////////////////////////////////////////////////// */

.privacy_bgline {
    margin: 15px 0 25px 0;
    height: 4px;
    border-color: #A3A3A3;
    border: 0px solid;
    background-color: #A4A4A4;
}

.privacy_box {
    width: 95%;
    max-width: 980px;
    margin: 0 auto 0 auto;
}


.privacy_box h3 {
    font-size: 2.0rem;
    padding: 0;
}

.privacy_box p {
    font-size: 1.6rem;
    padding: 0 0 60px 0;
}



/* coupon /////////////////////////////////////////////////////////////////////////////////////////// */
/* クーポン */
.coupon_union {
    margin-bottom: 40px;
}


/* .coupon_union li {
    height: 170px;
} */

.coupon_union dl {
    border-width: 3px;
    border-color: #E83828;
}

.coupon_info_box dd {
    position: relative;
    padding-top: 27px;
}

.coupon_info_box .coupon {
    position: absolute;
    top: -8px;
    right: 6px;
    display: inline-block;
    /* width: 90px; */
    width: 70px;
}


.coupon_info_box dd > span {
    margin-bottom: 14px;
}


.coupon_union dd .adjust {
    font-size: 1.7rem;
}


.coupon_noinfo {
    padding: 60px 0;
    font-size: 1.7rem;
    text-align: center;
}



/* cms /////////////////////////////////////////////////////////////////////////////////////////// */
.cms_input_area {

}

.cms_input_area h2 {
    display: block;
    margin: 35px 0 27px 0;
    padding: 0 0 4px 5px;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 145%;
    border-bottom: 2px solid #212121;
}

.cms_input_area h3 {
    display: block;
    margin: 35px 0 27px 0;
    padding: 0 0 4px 5px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 145%;
    border-bottom: 1px solid #212121;
}

.cms_input_area h4 {
    display: block;
    margin: 35px 0 27px 0;
    padding: 0 0 4px 5px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 145%;
    border-bottom: 1px dashed #212121;
}

.cms_input_area h5 {
    display: block;
    margin: 35px 0 27px 0;
    padding: 0 0 4px 5px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 145%;
    border-bottom: 1px dotted #414141;
}

.cms_input_area h6 {
    display: block;
    margin: 35px 0 27px 0;
    padding: 0 0 4px 5px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 145%;
    border-bottom: 1px dotted #7E7E7E;;
}

.cms_input_area p {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.1rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

.cms_input_area img {
    margin: 20px 0 20px 0;
}

.cms_input_area strong {
    font-weight: bold;
}

.cms_input_area em {
    font-style: italic;
}

.cms_input_area a {
    color: #007DAA;
}

.cms_input_area a:hover {
    color: #00678C;
    border-bottom: 1px dashed #00678C;
}

.cms_input_area table {
    margin: 0 0 20px 0px;
}

.cms_input_area th, .cms_input_area td {
    margin: 0 0 20px 0px;
    padding: 6px 10px;
    border: 1px solid #8F8F8F;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
}

.cms_input_area ul {
    margin: 0 0 20px 0px;
}

.cms_input_area ul li {
    list-style: disc;
    margin: 0 0 5px 22px;
    padding: 0 0 0 5px;
    line-height: 120%;
    letter-spacing: 0.1rem;
}

.cms_input_area ol {
    margin: 0 0 20px 2px;
    padding: 0 0 0 0;
}

.cms_input_area ol li {
    list-style: decimal;
    margin: 0 0 5px 20px;
    padding: 0 0 0 5px;
    line-height: 120%;
    letter-spacing: 0.1rem;
}

.cms_input_area {
	word-wrap: break-word;
	overflow-wrap: break-word;
}










