@charset "utf-8";
/* ExtraBold */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('font/NotoSansJP-ExtraBold.woff') format('woff');
    font-weight: 900;
}
/* Bold */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('font/NotoSansJP-Bold.woff') format('woff');
    font-weight: 700;
}
/* Regular */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('font/NotoSansJP-Regular.woff') format('woff');
    font-weight: 400;
}

/* CSS Document */
div,h1,h2,h3,h4,p,input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #666;
	background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 48px;
    overflow-x: hidden;
}
body, td, th {
}
form {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
input, select, textarea {
	line-height: 30px;
	font-size: 120%;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#detail {
}
p {
}
a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	color: #AE8300;
}
h1,h2,h3,h4,h5 {font-weight:normal;}
h1 {
	color: #000000;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 2px;
}

#r_content h3 {
    color: #93278f;
    font-size: 1.7rem;
    vertical-align: middle;
    position: relative;
    margin: 30px 0;
}
#r_content h3 a {
    color: #93278f;
}
#r_content h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: 15px;
    height: 15px;
    background-image: url(/image/base/icon_mark_p.svg);
    background-size: contain;
}
/*
body:not(.archive) #r_content h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    display: inline-block;
    width: calc( 100% - 195px );
    height: 1px;
    background-color: #93278f;
}*/

#r_content h4 {
    height: auto;
    background-color: #93278f;
    color: white;
    margin: 40px 0 20px 0;
    padding: 8px 16px 8px 40px;
    line-height: 1.8em;
    font-size: 1.4rem;
    font-weight: 500;
    background-image: url(/image/base/icon_mark_w.svg);
    background-repeat: no-repeat;
    background-position: left 13px center;
    background-size: 15px 15px;
}
.pc-none {
}
.phone-none {
	display: none;
}
.img-float01 {
	display: block;
	float: left;
	height: auto;
	width: 50%;
	margin-right: 10px;
}
.img-float02 {
	display: block;
	float: right;
	height: auto;
	width: 50%;
	margin-left: 10px;
}
/************* スマホ用イメージ調整 */
.p_img100 {
	display: block;
	height: auto;
	width: 100%;
}
/*************************************
　ヘッダー
*************************************/
#header {
	width:100%;
    height: 54px;
	padding: 10px 0 0 10px;
	position: relative;
	color:rgba(255,255,255,1.00);
	z-index: 1;
	background-color: rgba(255,255,255,1.00);
}
#header a {
    text-decoration:none;    
}

#header img.logo {
    height: 34px;
    display: inline-block;
    width: auto;
}

#header #headtxt .headtxt_headline {
    display: inline-block;
    width: calc( 100% - 170px );
    position: absolute;
    top: 18px;
    right: 54px;
}

#header h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#header h1 a {
    color: #a67c52;
    font-size: 1rem;
    font-weight: 400;
}

#header #headtxt .headtxt_headline div {
    display: none;
}


.btn_menu {
    display: block;
    height: 54px;
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: opacity .3s;
    text-decoration: none;
}

.btn_menu:hover {
    text-decoration: none;
}

.btn_menu span {
    display: block;
    height: 2px;
    width: 23px;
    background: #666666;
    margin: 18px 16px 0 auto;
    transition: transform .3s;
    transform-origin: left;
}

.btn_menu span:nth-child(2) {
    width: 18px;
    margin-top: 8px;
    transition: opacity.3s;
}

.btn_menu span:nth-child(3) {
    width: 11px;
    margin-top: 8px;
    transform-origin: left;
}

.btn_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, -2px);
    width: 23px;
}

.btn_menu.active span:nth-child(2) {
    opacity: 0;
}

.btn_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, 2px);
    width: 23px;
}
/*************************************
　LINEボックス
*************************************/
#line_box{
    height: 64px;
    line-height: 64px;
    background: #00b900;
	padding: 0px;
	margin: 0px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.5em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
}
#line_box.side_show {
    display: none;
}

#line_box a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: 38px;
    height: 36px;
    background-image: url(/image/base/icon_btn_line_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#line_box a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    width: 13px;
    height: 6px;
    background-image: url(/image/base/arrow_white_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#line_box a {
    display: block;
    width: 100%;
    height: 64px;
    color:#fff;
    text-decoration: none;
}
/*************************************
　新規メイン
*************************************/
#mainbox {
	margin: 0;
	padding: 0;
	position: relative;
	opacity: 1.0;
	z-index: 2;
	background-color: rgba(255,255,255,1.00);
}
#mainbox h1.title {
	color: #fff;
	background-color: rgba(102,51,102,1.00);
	padding: 10px;
	text-align: center;
	line-height: 1.5em;
	margin:0;
	display: block;
	font-size: 16px;
	font-weight:normal;
}

#mainbox h2.title {
	color: #93278f;
	padding: 0;
	display: inline-block;
	line-height: 2.2rem;
	font-size: 2.2rem !important;
    font-weight: 500;
	margin: 105px 0 0 20px;
}

#mainbox h2.title:before {
    content: "";
    display: inline-block;
    background-color: #93278f;
    border-radius: 3px;
    width: 6px;
    height: 22px;
    margin-top: -2px;
    margin-right: 10px;
    vertical-align: middle;
}
h2.title a {
	color: #93278f;
}

/*************************************
　新規レフトボックス
*************************************/
#side,#leftbox {
	margin: 0px;
}

#leftbox #login {
	width: 96%;
    margin: 0 auto;
}
#side {
	width: 100%;
    overflow: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 130ms ease-in;
	margin: 0;
    padding: 20px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    z-index: 10;
}

#side.active {
    -webkit-transform: none;
            transform: none;
}
#side .sidetxt_headline {
    font-size: 1.2rem;
    font-weight: none;
	color: #a67c52;
    width: 96%;
    margin: 24px auto;
    text-align: left;
}
#side .sidetxt_headline h1 {
    display: inline-block;
}

#side .sidetxt_headline a {
    text-decoration: none;
    
}

#leftbox #login {
    margin: 0 auto;
}
#leftbox #login_btn {
}
#leftbox #login_btn a {
	text-decoration: none;
	display: inline-block;
    width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #93278f;
	margin-bottom: 8px;
    padding: 0 8px 0 0;
	border-radius: 5px;
	color: #FFF;
    font-size: 1.5rem;
	background-image: url(/image/base/arrow_login_btn.svg);
    background-repeat: no-repeat;
	background-position: right 25px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#leftbox #login_btn a:hover {
	color: #FFF;
	background-color: #ab2da6;
}
#leftbox #entry_btn {
}
#leftbox #entry_btn a {
    text-decoration: none;
	display: inline-block;
    width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #93278f;
	margin-bottom: 20px;
    padding: 0;
	border-radius: 5px;
	color: #FFF;
    font-size: 1.5rem;
}
#leftbox #entry_btn a:hover {
	color: #FFF;
	background-color: #ab2da6;
}
#leftbox #area_btn {
}
#leftbox #area_btn a {
    text-decoration: none;
	display: inline-block;
    width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
    padding: 0;
	border-radius: 5px;
	color: #93278f;
    font-size: 1.5rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    background-image: url(/image/base/arrow_purple_btn.svg);
    background-repeat: no-repeat;
	background-position: right 18px center;
}
#leftbox #area_btn a:hover {
	background-color: #f2f2f2;
}

#side div.widget-area {
}
#side div.widget-area h3 {
	line-height: 20px;
	margin: 26px 0 15px 0;
    padding: 0 0 0 8px;
	color: #93278f;
    font-size: 1.3rem;
	text-align: left;
    position: relative;
}
#side div.widget-area h3 span:after {
    content: url(/image/base/icon_widget_area.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px;
}
#side div.widget-area h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3%;
    display: inline-block;
    width: 65%;
    height: 1px;
    background-color: #93278f;
}
#side div.widget-area ul {
    width: 96%;
	margin: 0 auto;
	list-style-type: none;
	padding: 0px;

	}
#side div.widget-area ul li.widget-container ul li {
	font-size: 14px;
	}
#side div.widget-area ul li.widget-container ul li a {
	line-height: 50px;
	display: block;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
    padding: 0 0 0 3px;
	background-color: #FFF;
    color: #333;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}
#side div.widget-area ul li.widget-container ul li a:hover {
    color: #93278f;
	background-color: #f7eef7;
}
#side div.widget-area ul li.widget-container ul li:last-child a {
    border-bottom: none;
}
#btn_active {
}
#btn_active a {
}

#side ul.sp_btn_area {
	list-style-type: none;
    width: 96%;
	padding: 0;
	font-size: 1.4rem;
	margin: 30px auto 18px auto;
    display: inline-block;
}
#side ul.sp_btn_area li {
	display: inline-block;
    width: 100%;
	height: 48px;
	margin: 0;
    background-color: #1a1a1a;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#side ul.sp_btn_area li + li {
    margin: 10px 0 0 0;
}
#side ul.sp_btn_area li:nth-of-type(3){
    background-image: url(/image/base/icon_headtxt_join.svg);
    background-repeat: no-repeat;
	background-position: calc( 50% - 50px) center;
} 
#side ul.sp_btn_area li:nth-of-type(1){
    background-color: #ed1e79;
    background-image: url(/image/base/icon_headtxt_mail.svg);
    background-repeat: no-repeat;
	background-position: calc( 50% - 50px) center;
} 
#side ul.sp_btn_area li:nth-of-type(3) a {
    padding: 0 0 0 18px;
}
#side ul.sp_btn_area li:nth-of-type(1) a {
    padding: 0 0 0 24px;
}

#side ul.sp_btn_area li a {
    display: block;
	height: 48px;
	line-height: 48px;
	color:white;
	padding: 0 15px;
	text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
}

#side .btn_menu_close {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #662e91;
    background-image: url(/image/base/icon_btn_close.svg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
    cursor: pointer;
}

/*************************************
　新規ライトボックス
*************************************/
#rightbox {
}
#rightbox .okiniiri {
	font-size: 70%;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	height: 30px;
}
#rightbox table {
}
#rightbox th {
}
#rightbox td {
}
#rightbox #top_pr {
    width: 100%;
    min-height: 720px;
	color: #333;
    /*background-image: url(/image/base/bg_top.png);
	background-repeat: no-repeat;
    object-fit: cover;
    font-family: 'object-fit: cover;'*/
    
}
#rightbox #top_pr img {
    width: 100%;
    height: auto;
}

#rightbox #top_pr .add01 {
    padding: 35px 3%;
    color: #736357;
    font-size: 1.4rem;
    line-height: 1.8;
}

#mainbox .under_mv {
    width: 100%;
    min-height: 240px;
    background-image: url("/image/base/mv_under_sp.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#rightbox #r_txtarea {
    width: 100%;
    background-image: url(/image/base/bg_r_textarea.webp);
	background-repeat: repeat-y;
    background-size: 100% auto;
}
#rightbox #r_txtarea #r_head {

}
body:not(.home) #rightbox #r_txtarea #r_head {
    width: 96%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

body:not(.home) #rightbox #r_txtarea #r_head a {
    color: #4d4d4d;
    text-decoration: none;
}

#rightbox #r_txtarea #r_content {
    color: #4d4d4d;
    font-size: 1.3rem;
    line-height: 1.8;
}

body:not(.home) #rightbox #r_txtarea #r_content {
    width: 94%;
    margin: 0 auto;
    padding: 0px;
}

body:not(.home) #rightbox #r_txtarea #r_content .r_content_inner_w {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 22px 14px;
}
#r_content table {
    width: 100%;
    border-collapse: collapse;
	background-color: #FFF;
}
#r_content th {
    background-color: #93278f;
    border: 1px solid #fff;
	color: #FFFFFF;
	padding: 10px;
    font-size: 1.5rem;
}
#r_content tr:first-child th:first-child {
    border-left: 1px solid #93278f;
}

#r_content tr:first-child th:last-child {
    border-right: 1px solid #93278f;
}
#r_content tr {
}
#r_content td {
    border: 1px solid #93278f;
	padding: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
}

#r_content p {
	line-height: 1.8em;
}
#r_content ul, ol {
	margin: 0px;
	padding: 0px;
}
#r_content li {
	display: block;
	padding: 5px;
	font-size: 1.3rem;
	line-height: 1.8;
	color: #FFF;
	background-color: #FC0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	list-style-type: none;
    
}
#rightbox section {
}
#rightbox section h2 {text-align: center;margin: 0 0 10px;}
#rightbox section h2 a {text-decoration: none;}
#rightbox section a.btn {text-decoration: none;display: block;background-color: rgba(174,131,0,1.00);color: white;text-align: center;width: 80%;margin: 20px auto;font-size: 90%;line-height: 40px;border-radius: 4px;border: rgba(0,0,0,0.10) 1px solid;}

#rightbox #r_pickup {
	width: 100%;
    background: #fff;
    padding: 30px 0;
}

#rightbox #r_pickup .r_pickup_inner {
	width: 94%;
    margin: 0 auto;
}

#r_pickup .title_pickup {
    color: #93278f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150px;
    margin: 0 0 40px 0;
    padding: 0;
    display: block;
    background-image: url(/image/base/bg_pickup_title.png);
	background-repeat: no-repeat;
    background-position: top 45px right 0;
    background-size: 50%;
}

#r_pickup .title_pickup:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/image/base/icon_mark_p.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#r_pickup section {
	position: relative;
    width: 100%;
}

#r_pickup section+section {
	margin: 60px 0 0 0;
}

#r_pickup section img {
    width: 100%;
    height: auto;
}

#r_pickup section:nth-of-type(2) img {
}

#r_pickup section h2 {
    width: 100%;
    height: 72px;
    background-image: url(/image/base/bg_pickup_headline.webp);
	background-repeat: repeat;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#r_pickup section a {
    color: #93278f;
}

#r_pickup section img {
    width: 100%;
    height: auto;
}

#r_pickup section p {
    width: 90%;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    color: #736357;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    margin: -17px auto 105px auto;
    padding: 20px 6%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

#r_pickup section a.btn_pickup {
    display: inline-block;
    width: 100%;
	max-width: 350px;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #93278f;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #93278f;
    text-decoration: none;
    background-image: url(/image/base/arrow_purple_btn.svg);
    background-repeat: no-repeat;
	background-position: right 22px center;
    margin: 0 auto;
	transition : background-color 0.5s,color 0.5s;
	-webkit-transition: background-color 0.5s,color 0.5s;
	-ms-transition: background-color 0.5s,color 0.5s;
    position: absolute;
    bottom: -65px;
    left: 0;
    right:0;
}

#r_pickup section a.btn_pickup:hover {
    background-color: #93278f;
    color: #fff;
    background-image: url(/image/base/arrow_white_btn.svg);
    background-repeat: no-repeat;
	background-position: right 22px center;
}

#rightbox #r_explain_chatlady {
    background-image: url(/image/base/bg_top.png);
	background-repeat: repeat;
    background-position: left top;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 3%
}

#r_explain_chatlady .title_explain_chatlady {
    color: #93278f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150px;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    background-image: url(/image/base/bg_explain_title.png);
	background-repeat: no-repeat;
    background-position: top 75px right 0;
    background-size: 50%;
}

#r_explain_chatlady .title_explain_chatlady:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/image/base/icon_mark_p.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#r_explain_chatlady #r_content {
	width: 100%;
    /*max-width: 1100px;*/
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#r_explain_chatlady #r_content section {
	width: 100%;
    margin: 0;
    color: #736357;
    font-size: 1.4rem;
    line-height: 1.8;
}

#r_explain_chatlady #r_content section img {
	width: 100%;
    height: auto;
}

#r_explain_chatlady #r_content section h2 {
    text-align: center;
    margin: 0;
    padding: 0;
}

#r_explain_chatlady #r_content section h2 a {
    color: #93278f;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#r_explain_chatlady #r_content section p {
    margin: 0;
    padding: 0 0 20px 0;
}

#r_explain_chatlady #r_content section a.btn {
    display: block;
    width: 100%;
	max-width: 350px;
    line-height: 46px;
    background-color: #fff;
    border: 1px solid #93278f;
    margin: 50px auto;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #93278f;
    text-decoration: none;
    background-image: url(/image/base/arrow_purple_btn.svg);
    background-repeat: no-repeat;
	background-position: right 22px center;
    margin-top: auto;
	transition : background-color 0.5s,color 0.5s;
	-webkit-transition: background-color 0.5s,color 0.5s;
	-ms-transition: background-color 0.5s,color 0.5s;
}

#r_explain_chatlady #r_content section a.btn:hover {
    background-color: #93278f;
    color: #fff;
    background-image: url(/image/base/arrow_white_btn.svg);
    background-repeat: no-repeat;
	background-position: right 22px center;
}

#rightbox #r_contact {
    width: 100%;
    min-height: 305px;
	color: #333;
    background-image: url(/image/base/bg_contact_sp.webp);
	background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding: 0;
}

#r_contact section {
    /*width: 1100px;*/
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

#r_contact section h2 {
    display: inline-block;
}

#r_contact section h2 a {
    line-height: 36px;
    display: inline-block;
    padding: 60px 0 0 30px;
    color: #fff;
    font-size: 2.2rem;
    background-image: url(/image/base/icon_mark_w.svg);
    background-size: 22px 22px;
    vertical-align: middle;
    background-repeat: no-repeat;
	background-position: left top 67px;
}

#r_contact section p {
    display: inline-block;
    margin: 30px 3% 0 3%;
    text-align: left;
}

#r_contact section a.btn {
    display: inline-block;
    line-height: 46px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    background-image: url(/image/base/arrow_white_btn.svg);
    background-repeat: no-repeat;
	background-position: right 22px center;
    margin: 18px 3% 0 3%;
	max-width: 350px;
    padding: 0;
	transition : background-color 0.5s,color 0.5s;
	-webkit-transition: background-color 0.5s,color 0.5s;
	-ms-transition: background-color 0.5s,color 0.5s;
}
#r_contact section a.btn:hover {
    background-color: #93278f;
    color: #fff;
}

.float_cut {
	clear: both;
	text-align: center;
}
.blog_info {
	font-size:80%;
	}
.blog_info ul {
	margin:0;
	padding:0;
	overflow:hidden;
	}
.blog_info ul li {list-style: none;	margin: 0 !important;padding:5px 0 !important;color: rgba(192,192,192,1.00) !important;background-color: rgba(255,255,255,1.00) !important;display: block;	float: left;	line-height: 25px !important;width: 50% !important;	box-sizing: border-box;	background-image: none !important;box-shadow: none !important;border-bottom: 1px dashed;}
.blog_info li:nth-child(1):before {}
.blog_info li:nth-child(2):before {}
.blog_info li:nth-child(2) {width:50% !important;}
.blog_info li:nth-child(3):before {}
.blog_info li:nth-child(3) {width:100% !important;}
.blog_info li a {color: rgba(173,173,173,1.00);	}
.blog-cat {	width: 100%;padding: 0px 20px 30px;	margin: 0 0 40px 0;	box-sizing: border-box;	border-bottom: 1px solid rgba(102,52,102,1.00);	overflow: hidden;position: relative;}
.blog-cat p {margin:0;padding:0;}
.blog-cat a.blog-start {
	display:block;
	height:120px;
	width:100%;
	margin: 0 0 10px 0;
	overflow:hidden;
	position:relative;
	}
.blog-cat a.blog-start img {
	width:100%;
	height:auto;
	position:relative;
	top:-25%;
	}
p.blog-start {
	display: block;
	background-color: rgba(102,52,102,1.00);
	float: right;
	width: 40%;
	text-align: center;
	padding: 0;
	line-height: 40px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 48.19%,rgba(0,0,0,0.04) 48.19%,rgba(0,0,0,0.04) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 48.19%,rgba(0,0,0,0.04) 48.19%,rgba(0,0,0,0.04) 100%);
	position: absolute;
	bottom:0px;
	right:20px;
	}
p.blog-start:hover {
	background-color: rgba(127,65,127,1.00);
	}
p.blog-start a {
	display: block;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	}
dl.tenpo {
	margin:0;
	padding:0;
	width:100%;
	}
dl.tenpo dt {
	font-size: 14px;
	margin: 0;
	color: rgba(175,175,175,1.00);
	padding: 5px 5px;
	border-bottom: rgba(221,221,221,1.00) 1px dotted;
	}
dl.tenpo dd {
	font-size:16px;
	margin:0;
	padding: 10px;
	}
dl.tenpo dd img {
	display:block;
	width:100%;
	height:auto;
	}
.nav-below {
	line-height: 40px;
	overflow: hidden;
	width:100%;
	margin: 0 0 20px 0;
	}
.nav-previous,.nav-next {
	display:block;
	width:40%;
	text-align:center;
	background-color: rgba(225,225,225,1.00);
	}
.nav-previous a,.nav-next a {
	color: rgba(112,112,112,1.00);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.20);
	text-decoration: none;
	font-size:80%;
	}
.nav-previous {
	float:left;
	}
.nav-next {
	float:right;
}
.post > p{font-size:110%;}
/*************************************
　シミュレーション
*************************************/

.sim{
	

}
.sim .hide, .sim .hide{
	display: none;
}

.sim_ttl1{
	font-size: 16px;
	font-weight: bold;
}
.sim_pt1{
	font-size: 16px;
	font-weight: bold;
}
.sim_pt2{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 5px;
	height: 40px;
	width: 120px;
	border: 3px solid #666;
	line-height: 1;
	background-color: #FFC;
	color: #666;
	margin-left: 44px;
	margin-bottom: 10px;
}
.sim_pt3{
	 font-size: 40px;
    font-weight: bold;
    color: #666;
    width: 200px;
    border: none;
    margin: 0px;
    padding: 5px;
    height: 50px;
    text-align: center;
}

.sim_pt4{
	font-size: 40px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
	height: 66px;
}
.sim_pt5{
	background-color: #FFFFFF;
	padding: 10px;
	display: block;
	border: 1px solid #999;
	margin-bottom: 10px;
}

/*************************************
　フッター
*************************************/
#foot-menu {
	background-color: #FC0;
	margin: 10px;
	box-shadow: #333 0px 0px 4px;
	-ms-box-shadow: #333 0px 0px 4px;
	-webkit-box-shadow: #333 0px 0px 4px;
}
#foot-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#foot-menu li {
}
#foot-menu li a {
	display: block;
	float: left;
	height: 40px;
	width: 50%;
	font-size: 80%;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	background-color: #FFCC00;
	color: #FFF;
	box-shadow: inset #F90 0px -20px 30px;
	-webkit-box-shadow: inset #F90 0px -20px 30px;
	-ms-box-shadow: inset #F90 0px -20px 30px;
	-moz-box-shadow: inset #F90 0px -20px 30px;
}
#foot-menu li a:hover {
	color: #3399CC;
	background-color: #EAEAEA;
	box-shadow: inset #FFF 0px 20px 30px;
}
#foot-menu h3 {
	font-size: 14px;
	line-height: 20px;
	display: block;
	left: 0px;
	background-color: #000;
	margin: 0px;
	background-size: auto 70%;
	height: 20px;
	text-align: center;
	color: #FFF;
	padding: 5px;
	clear: both;
}
#foot-menu h4 {
	font-size: 14px;
	line-height: 20px;
	display: block;
	left: 0px;
	background-color: #000;
	margin: 0px;
	height: 20px;
	text-align: center;
	color: #FFF;
	padding: 5px;
	clear: both;
}
/*************************************
　フッター
*************************************/
#footer {
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-size: 1.2rem;
	overflow: hidden;
	padding: 0 0 250px 0;
}

#footer_inner {
    display: none;
}
/*************************************
　通勤ページ
*************************************/
#tsuukin {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 3%;
}
#tsuukin table {
	/*font-size: 70%;*/
    margin: 0 0 30px 0;
}
#tsuukin table img {
	display: block;
	width: 90px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 2px;
	box-shadow: #333 1px 0px 3px;
	-webkit-box-shadow: #333 1px 0px 3px;
	-ms-box-shadow: #333 1px 0px 3px;
	-moz-box-shadow: #333 1px 0px 3px;
}
#tsuukin table {
}
#tsuukin th {
}
#tsuukin th:nth-child(4) {
	width: 140px;
}
#tsuukin th:nth-child(3n) {
	display: none;
}
#tsuukin td:nth-child(3n) {
	display: none;
}
#tsuukin tr {
}
#tsuukin td {
}
.t-entry {
}
.t-entry a {
    display: block;
    background: url(/image/base/arrow_white_btn.svg),#f9c500;
    background: url(/image/base/arrow_white_btn.svg),-moz-linear-gradient(top,  #f9c500 0%, #996100 100%);
    background: url(/image/base/arrow_white_btn.svg),-webkit-linear-gradient(top,  #f9c500 0%,#996100 100%); 
    background: url(/image/base/arrow_white_btn.svg),linear-gradient(to bottom,  #f9c500 0%,#996100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c500', endColorstr='#996100',GradientType=0 );
    color: white;
    border-radius: 4px;
    border: none;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 700;
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin: 28px auto;
    background-repeat: no-repeat;
	background-position: right 22px center, left center;
	-webkit-appearance: none;
    cursor: pointer;
	text-decoration: none;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-ms-transition: background 0.2s;
}
.t-entry a:hover {
    background: url(/image/base/arrow_white_btn.svg),#996100;
    background: url(/image/base/arrow_white_btn.svg),-moz-linear-gradient(top,  #996100 0%, #f9c500 100%);
    background: url(/image/base/arrow_white_btn.svg),-webkit-linear-gradient(top,  #996100 0%,#f9c500 100%); 
    background: url(/image/base/arrow_white_btn.svg),linear-gradient(to bottom,  #996100 0%,#f9c500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996100', endColorstr='#f9c500',GradientType=0 );
    background-repeat: no-repeat;
	background-position: right 22px center, left center;
}
/********font color**********/
.dark_gr {
	color: #336666;
}
.dark_rd {
	color: #D50045;
}
.red {
	color: #EB4170;
}
.blue {
	color: #2863B6;
}
.purple {
	color: #CE6AB0;
}
.gray10px {
	color: #666666;
}
/********FAQ　PAGE**********/
.faq_area {
}
.faq_area dt {
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #069;
	color: #069;
	font-size: 90%;
	font-weight: bold;
}
.faq_area dd {
	color: #EE6D8E;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EE6D8E;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 90%;
}
.faq_area p {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 1.8;
}
/********entry　PAGE**********/
input#li-menu {
display:none;
}
input#li-menu + label {
	background-color: rgba(205,21,21,1.00);
	box-sizing: border-box;
	font-size: 1.4rem;
	color: white;
	line-height: 40px;
	padding: 0px 10px;
	border-radius: 3px;
	border: rgba(0,0,0,0.10) 1px solid;
	border-bottom: rgba(0,0,0,0.10) 2px solid;
	margin: 15px auto 0 auto;
	width: 50%;
	display: block;
	text-align: center;
		transition: 0.2s;
		-webkit-transition: 0.2s;
}
input#li-menu:checked + label {
	height: 140px;
	width: 100vw;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #93278f;
	padding: 0px 10px;
	border-radius: 0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	z-index: 12;
}
input#li-menu:checked + label:before {
    content: url(/image/base/icon_btn_close.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px;
    font-size: 40px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
input#li-menu:checked + label:after {
    content:"を閉じる";
}
input#li-menu + label + #rulesbox {
	top:0;
	left: -100vw;
	position: fixed;
	padding: 10px;
	height: calc( 100vh - 140px );
	width: 100vw;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.8;
	overflow: auto;
	color: #FFF;
	background-color: #000;
	border: 1px solid #333;
		transition: 0.2s;
		-webkit-transition: 0.2s;
    z-index: 10;
}
input#li-menu:checked + label + #rulesbox {
	left: 0;
		transition: 0.2s;
		-webkit-transition: 0.2s;
}
/********キャンペーンバナー用**********/
/********メールフォーム**********/
form h4 {
    height: 34px;
    background-color: #93278f;
    color: white;
    margin: 40px 0 20px 0;
    padding: 0 0 0 65px;
    line-height: 34px;
    font-size: 1.4rem;
    font-weight: 500;
    background-image: url(/image/base/icon_mark_w.svg);
    background-repeat: no-repeat;
	background-position: left 35px center;
    background-size: 15px 15px;
}
form > dl {
	color: #736357;
    font-size: 1.3rem;
	margin: 0;
	padding: 0;
}
form > dl dt {
    font-size: 1.3rem;
    color: #4d4d4d;
    margin: 15px 0 10px 0;
}
form > dl dd {
/*padding: 0 0 10px;
margin: 0;
font-size: 80%;*/
    margin: 0 0 0 0;
    padding: 0;
}
form > dl dd+dd {
    margin: 10px 0 0 0;
}
form > dl input[type="text"],
form > dl input[type="tel"],
form > dl input[type="password"],
form > dl input[type="email"],
form > dl select,
form > table input[type="text"],
form > table select,
form > table textarea {
	line-height: 40px;
	height: 40px;
    margin: 0;
    padding: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
form > dl input::placeholder {
    color: #cccccc;
}

form > dl input:-ms-input-placeholder {
    color: #cccccc;
}

form > dl input::-ms-input-placeholder {
    color: #cccccc;
}
form > dl input[type="file"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
form > dl select,
form > table select {
    width: calc(100% - 2em);
    height: 60px;
}
form > dl input[type="text"],
form > dl input[type="tel"],
form > dl input[type="email"],
form > dl input[type="password"],
form > dl input[type="email"],
form > table input[type="text"] {
    width: 100%;
    display: block;
}
form > table textarea {
    width: 92%;
}form input[type="submit"] {
    background-color: #93278f;
    color: white;
    border-radius: 4px;
    border: none;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    height: 45px;
    margin: 30px 0 0 0;
    background-image: url(/image/base/arrow_white_btn.svg);
    background-repeat: no-repeat;
	background-position: right 18px center;
	-webkit-appearance: none;
    cursor: pointer;
}
form input[type="submit"]:hover {
    background-color: #ab2da6;
}

/********コンタクトフォーム　送信完了メッセージ位置**********/
div.wpcf7-mail-sent-ok{	position: fixed;top: 0;	background: white;	font-size: 60%;	line-height: 70px;	z-index: 2;}
.wpcf7-response-output{border-color: #f2f2f2;  top: 30%; left: 0; right: 0;  margin: auto; width: 90%; padding: 15px; text-align: center; box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);}
/*チャットレディJP関連サイト*/
aside.cljp-service {background:#f5f5f5;border-top:1px solid #00000005;border-bottom:1px solid #00000005;padding:50px 0;width:100%;}
aside.cljp-service h2 {background:none !important;text-align:center;font-size:140%;}
aside.cljp-service ul {width:100%;padding:0;margin:0 auto;display:flex;display:-webkit-flex;justify-content:space-evenly;-webkit-justify-content:space-evenly;flex-wrap:wrap;-webkit-flex-wrap:wrap;}
aside.cljp-service ul li {display:block;background:white;border:1px solid #00000033;border-radius:3px;box-sizing:border-box;width: 260px; padding: 10px 15px 15px;margin: 0 0 30px;transition:0.3s;}
aside.cljp-service ul li:hover{box-shadow:5px 5px 0 0 #00000044;transition:0.3s;}
aside.cljp-service ul li a {font-size:85%;text-decoration:none;text-align:center;color:#777;display:block;}
aside.cljp-service ul li img,aside.cljp-service ul li span {display:block;}
aside.cljp-service ul li img{width:100%;height:auto;}

/*コンタクトフォームスパム対策*/
p.submit-quiz {
  background: #333;
  color: white !important;
  width: 300px;
  margin: auto !important;
  text-align: center;
  padding: 15px !important;
  border-radius: 6px;
}
.submit-quiz input {
  max-width: 250px;
  width: 100%;
}
.fade {
    opacity: 0.01;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}.fade.active {
    opacity: 1;
    transform: translateY(0px);
}
/*
Section Top Area
---------------------------------*/
.section_top_area .section_title {
    padding: 12px 0;
    background: url(../img/bg_title_03.png) center/auto 100% no-repeat;
}
.area_item h3 {
    color: #fff;
    background: #93278f;
    padding: 8px 3.2vw;
    margin: 0;
    font-size: 1.5rem;
}
.area_item h3 a {
    color: #fff;
    text-decoration: none;
}
.area_item_list {
    font-size: 1.5rem;
}
.area_item_list li {
    position: relative;
    padding-left: 24px;
    list-style: none;
}
.area_item_list li + li {
    margin-top: 8px;
}
.area_item_list li a {
    color: #93278f;
    text-decoration: none;
}
.section_top_area .btn {
    margin: 32px 0 0;
}
.area_map img{
    width: 100%;
    margin: 0 auto;
}
/*
END Section Top Area
---------------------------------*/
.title_area_content:before , 
.title_entry_contact:before ,
.title_review_contact:before ,
.title_reward_simulation:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/image/base/icon_mark_p.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
#rightbox #r_explain_chatlady {
    background-image: url(/image/base/bg_r_textarea.webp);
}
.contact_area {
	background-image: url(/image/base/bg_contact_area_01.webp);
	padding-bottom: 45px;
}

.contact_area_text{
    text-align: center;
    color: #736357;
    font-size: 2.1rem;
    line-height: 1.8;
}
.contact_area_text span{
    color: #8c8f9a;
    font-size: 1.5rem;
}

.recomend_item {
    margin-top: 32px
}
.recomend_item .image {
    position: relative;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    margin: 0 auto;
}
.recomend_item .image img {
    border-radius: 50%;
    width: 100%;
}
.recomend_item .inner {
    position: relative;
	 background-image: url(/image/base/bg_pickup_headline.webp);
    background-repeat: repeat;    padding: 3.2vw;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    margin-top: 40px;
	border-radius: 16px;
}
.container {
    margin: 0 3.2vw;
}
.recomend_item .image::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    bottom: 1.6vw;
    left: 1.6vw;
    right: 1.6vw;
    border-radius: 50%;
}
.heading_3 {
    color: #656565;
    position: relative;
    padding-left: 16px;
    margin: 16px 0;
    font-size: 1.8rem;
}
.heading_3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #656565;
    border-radius: 2px;
}
.inner p {
    font-size: 1.6rem;
    color: #736357;
    line-height: 1.8em;
}
.sim_area {
	background-image: url(/image/base/bg_r_textarea.webp);
	padding-bottom: 50px;
	margin-top: 50px;
}
.sim_top {
    background-color: #FFF;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    margin: 20px 0 20px 0;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    color: #656565;
}
.sim_title {
    font-size: 21px;
    font-weight: bold;
    color: #656565;
}
.sim_top p,label,select{
    font-size: 21px;
}
div.sim_top span.small {
    font-size: 90%;
    color: rgba(201,201,201,1.00);
    display: block;
}
.sim_calculation {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    line-height: 45px;
    background-color: #93278f;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background-image: url(/image/base/arrow_white_btn.svg);
    background-repeat: no-repeat;
    background-position: right 22px center;
    margin: 22px 0 16px;
    border: none;
    transition: background-color 0.5s,color 0.5s;
    -webkit-transition: background-color 0.5s,color 0.5s;
    -ms-transition: background-color 0.5s,color 0.5s;
    left: 0;
    right: 0;
}
div#result {
   font-size: 300%;
   letter-spacing: 3px;
   color: #736357;
   text-align: center;
	margin-top: 20px;
}
.sim_answer1 {
    font-size: 40px;
    font-weight: bold;
    color: #666;
    margin: 0px;
    padding: 0px;
    height: 66px;
}
.sim_answer2 {
    font-size: 40px;
    font-weight: bold;
    color: #666;
    width: 200px;
    margin: 0px;
    padding: 5px;
    height: 50px;
    text-align: center;
}
.sim_title {
    font-size: 21px;
    font-weight: bold;
}
.sim_no{
    font-size: 16px;
    font-weight: bold;
    border: none;
}
.radio-002 {
    display: inline;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}
.sim_top ul{
	display: inline-block;
	list-style-type: none;
}
.sim_top li:first-child {
    padding-top: 0px;
    display: block;
    margin-top: -25px;
}
.sim_top ul li{
  position: relative;
}
.sim_top ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.sim_top ul li label{
	display: flex;
	font-size: 21px;
	padding: 19px 55px 14px 60px;
	height: 19px;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #656565;
    position: relative;
    font-weight: 300;
    z-index: 9;
    cursor: pointer;
}
.sim_top ul li .check{
  display: block;
  position: absolute;
  border: 3px solid #dee5eb;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 21px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.sim_top ul li:hover .check {
  border: 3px solid #ff0095;
}
.sim_top ul li .check::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
}
input[type=radio]:checked ~ .check {
  border: 3px solid #dee5eb;
}
input[type=radio]:checked ~ .check::before{
    background: #ff0095;
    left: 2px;
    top: 2px;
}
.sim_reward {
    background-color: #FFF;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    margin: 20px 0 20px 0;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    color: #656565;
}
.sim_title {
    font-size: 21px;
    font-weight: bold;
    color: #656565;
}
.sim_reward {
    background-color: #FFF;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    margin: 20px 0 20px 0;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    color: #656565;
}
.sim_title {
    font-size: 21px;
    font-weight: bold;
    color: #656565;
}
.sim_reward p,label,select{
    font-size: 21px;
}
div.sim_reward span.small {
    font-size: 90%;
    color: rgba(201,201,201,1.00);
    display: block;
}
.sim_reward ul{
	display: inline-block;
	list-style-type: none;
}
.sim_reward li{
	background-color: #fff!important;
}
.sim_reward li:first-child {
    padding-top: 0px;
    display: block;
    margin-top: -25px;
}
.sim_reward ul li{
  position: relative;
}
.sim_reward ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.sim_reward ul li label{
	display: flex;
	font-size: 21px;
	padding: 8px 55px 14px 60px;
	height: 19px;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #656565;
    position: relative;
    font-weight: 300;
    z-index: 9;
    cursor: pointer;
}
.sim_reward ul li .check{
  display: block;
  position: absolute;
  border: 3px solid #dee5eb;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 21px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.sim_reward ul li:hover .check {
  border: 3px solid #ff0095;
}
.sim_reward ul li .check::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
}
@media (min-width: 769px) {
	.sim_top ul {
		display: inline-flex;
		margin-bottom: 29px;
	}
	.sim_top li:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
}
/*消す*/
.radio-002 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}
.radio-002 label::before,
.radio-002 label::after {
    border-radius: 50%;
    content: '';
}
.radio-002 label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}
.radio-002 label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}
.radio-002 label:has(:checked)::after {
    background-color: #ff0095;
    animation: anim-radio-002 .3s linear;
}
/*消す*/

label.check, select.day-time {
    font-weight: 400;
    line-height: 1.6em;
    font-size: 16px;
}
label.check {
	margin: 0 auto 15px;
   display: block;
   width: 75%;
	font-size: 16px;
}
label.check span {
    padding: 10px 10px;
    border-radius: 3px;
    background-color: #B9B9B9;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: white;
}
label.check input:checked + span {
    background-color: #ed1e79;
    position: relative;
}
.none {
    display: none;
}
select.day-time {
    width: 4em;
    height: 45px;
}
.shift_days {
	display: block;
	font-size: 16px;
}
/*消す*/
@keyframes anim-radio-002 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #ff009533;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
.radio-002 input {
    display: none;
}
/*消す*/

.sim_result{
    text-align: center;
    margin: 0 0 50px 0;
}
.-ta-center {
    text-align: center;
}
.txt{
    color: #736357;
    font-size: 1.6rem;
	 text-align: center;
}
.r_fade_inner{
    margin: 30px auto 0 auto;
    padding: 0 3%;
}
.title_area_content {
    color: #93278f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150px;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    background-image: url(/image/base/bg_stores_title.png);
    background-repeat: no-repeat;
    background-position: top 16px right 10px;
    background-size: 50%;
}
.title_entry_contact {
    color: #93278f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150px;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    background-image: url(/image/base/bg_content_title.png);
    background-repeat: no-repeat;
    background-position: top 34px right 14px;
    background-size: 50%;
}
.title_review_contact{
    color: #93278f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150px;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    background-image: url(/image/base/bg_review_title.png);
    background-repeat: no-repeat;
    background-position: top 34px right 14px;
    background-size: 50%;
}
.title_reward_simulation{
    color: #93278f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150px;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    background-image: url(/image/base/bg_simulation_title.png);
    background-repeat: no-repeat;
    background-position: top 34px right 14px;
    background-size: 50%;
    }
.btn_entry_list .btn {
    padding-left: 30px;
    font-size: 2.4rem;
    padding: 22px;
}
a.btn_entry_work:hover {
    box-shadow: 0px 8px 24px rgba(252, 121, 158, 0.7);
}
a.btn_entry_line:hover {
    box-shadow: 0px 8px 16px rgba(0,185,0);
}
.btn_entry_list{
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 80px;
    justify-content: space-between;
}
.btn_entry_list .btn{
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ed1e79;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 12px;
    z-index: 2;
    transition: transform .3s;
    color: #ed1e79;
    background-image: url(/image/base/arrow_pink_btn.svg);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 16px 6px;
    text-decoration: none;
    margin: 20px 0 20px;
}
.btn_entry_list .btn_entry_line {
    background-image: url(/image/base/arrow_green_btn.svg);
    color: #00b900;
    border: solid #00b900 1px;
}
@media (min-width: 769px) {
    .area_content{
        width: 80%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
    }
    .section_top_area .section_title {
        padding: 24px 0;
    }
    .section_top_area p {
        text-align: center;
    }
    .area {
        position: relative;
        margin-top: 40px;
    }
    .area_map {
        width: 30%;
        margin: 0 auto;
        height: 710px;
        padding-top: 120px;
    }
    .area_map img {
        width: 100%;
        margin: 0 auto;
    }
    .area .area_item {
        width: 30%;
        position: absolute;
        margin-top: 0;
    }
    .area_item h3 {
        font-size: 2rem;
        padding: 8px 40px;
        border-radius: 8px;
    }
    .area_item h3 a {
        transition: opacity .3s;
    }
    .area_item h3 a:hover {
        opacity: .7;
    }
    .area .area_item:nth-of-type(2) {
        top: 0;
        left: 0;
    }
    .area .area_item:nth-of-type(3) {
        top: 145px;
        left: 0;
    }
    .area .area_item:nth-of-type(4) {
        bottom: 0;
        left: 0;
    }
    .area .area_item:nth-of-type(5) {
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .area .area_item:nth-of-type(6) {
        top: 0;
        right: 0;
    }
    .area .area_item:nth-of-type(7) {
        top: 232px;
        right: 0;
    }
    .area .area_item:nth-of-type(8) {
        bottom: 0;
        right: 0;
    }
    .area_item_list {
        padding: 16px 40px;
    }
    .area_item_list li a {
        font-size: 1.8rem;
        transition: opacity .3s;
    }
    .area_item_list li a:hover {
        opacity: .7;
    }
    .section_top_area .btn {
        margin: 40px auto 0;
    }  
    .section_top_area .section_title {
        padding: 24px 0;
    }
    .section_top_area p {
        text-align: center;
    }
    .section_top_area .btn {
        margin: 40px auto 0;
    }
    a.btn_entry_work:hover {
        box-shadow: 0px 8px 24px rgba(252, 121, 158, 0.7);
    }
    a.btn_entry_line:hover {
        box-shadow: 0px 8px 16px rgba(0,185,0);
    }
    .recomend_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 56px
    }
    .recomend_item .image {
        width: 240px;
        height: 240px;
        margin: 0;
    }
    .recomend_item .image::before {
        top: 12px;
        bottom: 12px;
        left: 12px;
        right: 12px
    }
    .recomend_item .inner {
        width: calc( 100% - 300px );
        margin: 0;
        border-radius: 16px;
        padding: 40px;
    }
    .container{
        max-width: 1100px;
        padding: 0 40px;
        margin: 0 auto;
    }

    .heading_3 {
        font-size: 2.6rem;
        margin: 24px 0;
        padding-left: 24px;
    }
    .r_fade_inner{
        padding: 0 0 150px 0;
        width: 100%;
        padding: 30px 0;
    }
    .title_area_content:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        width: 36px;
        height: 36px;
        background-image: url(/image/base/icon_mark_p.svg);
        background-size: contain;
    }
    .title_area_content {
        color: #93278f;
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 166px;
        margin: 0 0 30px 0;
        text-align: center;
        padding: 0 190px 0 0;
        display: block;
        background-image: url(/image/base/bg_stores_title.png);
        background-repeat: no-repeat;
        background-position: top 15px right 42%;
        background-size: auto;
    }
    .title_entry_contact:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        width: 36px;
        height: 36px;
        background-image: url(/image/base/icon_mark_p.svg);
        background-size: contain;
    }
    .title_entry_contact {
        color: #93278f;
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 117px;
        margin: 0 0 30px 0;
        text-align: center;
        padding: 100px 0 0 0;
        display: block;
        background-image: url(/image/base/bg_content_title.png);
        background-repeat: no-repeat;
        background-position: top 100px right 38%;
        background-size: auto;
    }
    .btn_entry_list .btn {
        width: 38%;
        border-radius: 8px;
        letter-spacing: .1em;
        padding-left: 30px;
        position: relative;
        font-size: 1.5rem;
        border: 1px solid #fff8;
    }
    .btn_entry_list{
        max-width: 1100px;
        padding: 90px 135px 160px 135px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 80px;
        display: flex;
        justify-content: space-between;
    }
    .btn_entry_list a {
        color: #fff;
    }
    .btn_entry_work{
        position: relative;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        background: #FD7A9F;
        padding: 12px;
        z-index: 2;
        transition: transform .3s;
        border-radius: 40px;
        box-shadow: 0px 0px 6px rgba(240, 110, 144, 0.7);
        text-decoration: none;
    }
    .btn_entry_line{
        position: relative;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        background: #00b900;
        padding: 12px;
        z-index: 2;
        transition: transform .3s;
        border-radius: 40px;
        box-shadow: 0px 0px 6px rgba(0,185,0);
        text-decoration: none;
        margin: 20px 0 20px;
    }
    .title_review_contact{
        color: #93278f;
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 117px;
        margin: 0 0 30px 0;
        text-align: center;
        padding: 100px 0 0 0;
        display: block;
        background-image: url(/image/base/bg_review_title.png);
        background-repeat: no-repeat;
        background-position: top 100px right 38%;
        background-size: auto;
    }
    .title_review_contact:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        width: 36px;
        height: 36px;
        background-image: url(/image/base/icon_mark_p.svg);
        background-size: contain;
    }
    .title_reward_simulation{
        color: #93278f;
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 117px;
        margin: 0 0 30px 0;
        text-align: center;
        padding: 100px 0 20px 0;
        display: block;
        background-image: url(/image/base/bg_simulation_title.png);
        background-repeat: no-repeat;
        background-position: top 100px right 38%;
        background-size: auto;
    }
    .sim_top {
        background-color: #fff;
        padding: 10px;
        display: block;
        margin-bottom: 10px;
        border-radius: 20px;
        text-align: center;
        padding: 20px;
        margin: 20px 0 20px 0;
        -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        color: #656565;
    }
	.sim_reward {
        background-color: #fff;
        padding: 10px;
        display: block;
        margin-bottom: 10px;
        border-radius: 20px;
        text-align: center;
        padding: 20px;
        margin: 20px 0 20px 0;
        -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
        color: #656565;
    }
    .radio-002 {
        display: inline-flex;
        flex-wrap: wrap;
        gap: .3em 2em;
        border: none;
    }
}
/* 点滅表示 */
.blinking{
-webkit-animation: blink 1.5s infinite;
  -moz-animation: blink 1.5s infinite;
  animation: blink 1.5s infinite;
  text-align: center;
  margin: 40px auto 40px;
  color: #ff416e;
  font-weight: bold;
  line-height: 24px;
  border: solid 2px #ff416e;
  width: 100%;
  padding: 20px;
  border-radius: 45px;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*---------------------------------
カスタムブロック(Lazy Blocks) デザイン CSS
---------------------------------*/
.wp-block-lazyblock-block-recommend-post {
    position: relative;
    padding: 24px 16px 16px;
    border: solid 2px #AE8300;
    border-radius: 4px;
    margin: 56px 0 40px;
    background: #fff;
}
.wp-block-lazyblock-block-recommend-post span {
    position: absolute;
    top: -16px;
    left: 16px;
    background: #AE8300;
    display: block;
    padding: 4px 8px 4px 40px;
    color: #fff;
    border-radius: 4px;
}

.wp-block-lazyblock-block-recommend-post span::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0; bottom: 0;
    margin: auto;
    background: url(images/icon_book_w.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.wp-block-lazyblock-block-simple-box {
    margin: 40px 0;
    border: 2px solid #06C755;
    border-radius: 3px;
    padding: 24px;
    background: #fff;
}
.wp-block-lazyblock-block-simple-box .title {
    font-size: 20px;
    position: relative;
    font-weight: 700;
}
.wp-block-lazyblock-block-simple-box p {
    padding: 0;
    margin: 16px 0 0;
}

.wp-block-lazyblock-block-simple-box-point {
    margin: 40px 0;
    border-radius: 4px;
    padding: 24px;
    background: #FFF;
    border: solid 2px #AE8300;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
}

.wp-block-lazyblock-block-simple-box-point .title {
    font-size: 16px;
    position: relative;
    padding: 16px 0 16px 40px;
    font-weight: 700;
    color: #AE8300;
}

.wp-block-lazyblock-block-simple-box-point .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 55px;
    width: 27px;
    background: url(images/icon_point_p.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.wp-block-lazyblock-block-simple-box-point p {
    padding: 0;
    margin: 10px 0 0;
    color: #AE8300;
}


.wp-block-lazyblock-block-chat-balloon {
    margin: 40px 0;
}
.wp-block-lazyblock-block-chat-balloon .chat_balloon_item + .chat_balloon_item {
    margin-top: 20px;
}
.wp-block-lazyblock-block-chat-balloon .left {
    display: flex;
    justify-content: space-between;
}
.wp-block-lazyblock-block-chat-balloon .right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.wp-block-lazyblock-block-chat-balloon .icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 2px rgba(174,131,0, .5);
    overflow: hidden;
    object-fit: cover;
    box-sizing: border-box;
    margin: 0 !important;
}
.wp-block-lazyblock-block-chat-balloon p {
    position: relative;
    border: solid 2px rgba(174,131,0, .5);
    margin: 0;
    padding: 16px;
    width: calc( 100% - 96px );
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    /* box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1); */
}
.wp-block-lazyblock-block-chat-balloon p::before,
.wp-block-lazyblock-block-chat-balloon p::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 30px;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .left p::before {
    left: -11px;
    border-width: 9px 9px 9px 0;
    border-color: transparent rgba(174,131,0, .5) transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .left p::after {
    top: 31px;
    left: -8px;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .right p::before {
    right: -11px;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent rgba(174,131,0, .5);
}
.wp-block-lazyblock-block-chat-balloon .right p::after {
    top: 31px;
    right: -8px;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}



/* 通勤地図 */
.area {
	margin: 0 0 40px;
}
.area-map img {
	width: 100%;
}
.area-item {
	margin-top: 32px;
	border: 1px solid #cdcdcd;
	padding: 16px;
	box-sizing: border-box;
}
#r_content .area-item h3 {
	padding: 0 0 8px;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
}
#r_content .area-item h3::before {
	content: none;
}
#r_content .area-item h3 a {
	text-decoration: none;
	color: #333;
}
#r_content .area-item-list {
	padding: 16px 0 0;
	margin: 0;
}
#r_content .area-item-list li {
	position: relative;
	padding-left: 24px;
	margin: 4px 0;
	background: none;
}
.area-item-list li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #93278f;
	height: 8px;
	width: 8px;
	margin: auto;
}




/*
初心者ガイド
---------------------------------*/
.single_table_of_contents {
    background: #fff;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    padding: 56px 16px 8px 16px !important;
    position: relative;
    border: none;
    margin: 40px 0 !important;
    counter-reset: item;
    border-radius: 8px;
    overflow: hidden;
}
.single_table_of_contents::before {
    content: "目次";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: #93278f;
    padding: 8px 8px 8px 64px;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
}
.single_table_of_contents::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 10px;
    background: url(images/icon_toc_w.png);
    width: 32px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
ul.single_table_of_contents li {
    list-style: none;
    position: relative;
    padding: 0 0 0 32px !important;
    margin: 0 0 8px;
    background-color: transparent !important;
    text-shadow: none;
}
ul.single_table_of_contents li::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    counter-increment: item;
    content: counter(item)'';
    background: #93278f;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}

ul.single_table_of_contents li.count_reset{
    counter-reset: item;
}

ul.single_table_of_contents li.count_reset2 {
	counter-reset: item 1;
}
ul.single_table_of_contents li.count_reset3 {
	counter-reset: item 2;
}
ul.single_table_of_contents li.count_reset4 {
	counter-reset: item 3;
}
ul.single_table_of_contents li.count_reset5 {
	counter-reset: item 4;
}

.beginner_guide_txt {
    color: #93278f;
    font-weight: 700;
    padding: 8px 0 8px 40px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #93278f;
    margin: 1em 0;
}

.beginner_guide_txt.pc {
    padding: 8px 0 8px 44px;
}

.beginner_guide_txt.sp::before {
    content: '';
    background: url(images/mobile-screen-button-solid.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    height: 24px;
    width: 18px;
}
.beginner_guide_txt.pc::before {
    content: '';
    background: url(images/laptop-solid.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
    height: 22px;
    width: 30px;
}


.post h2.smart_phone,
.post h2.computer {
    padding: 16px 16px 16px 48px;
    background-image: url(/image/base/bg_pickup_headline.webp);
    background-repeat: repeat;
    color: #93278f;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
}

.post h2.smart_phone::before {
    content: "";
    position: absolute;
    background: url(images/mobile-screen-button-solid.svg) no-repeat;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    height: 30px;
    width: 20px;
}

.post h2.computer::before {
    content: "";
    position: absolute;
    background: url(images/laptop-solid.svg) no-repeat;
    top: 50%;
    left: 0;
    transform: translate(8px, -50%);
    height: 24px;
    width: 30px;
}

/* 投稿記事　表設定 */
.post table.table_custom01 td {
    border-color: #AE8300 !important;
    text-align: center;
}

.post table.table_custom01 tr:first-child td {
    background-color: #fcf4db;
}

figcaption.figcaption_custom01 {
    font-size: 0.8em;
    color: #AE8300;
}



/* トピックスエリア*/
.topix-area{display: block;}
    .topix-area .topix {        border: 1px solid #736357;        margin: 20px auto 0px;        padding: 10px 20px 20px;        border-radius: 5px;        width: 85vw;        background-color: #5757570d;    }
.topix .news-box h3, .topix .blog-box h3 {  text-align: center;  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  font-size: 140%;  line-height: 1;  position: relative;}
.topix .news-box .feed {height: 400px;overflow-x: auto;border-top: 1px solid #4444442e;border-bottom: 1px solid #4444442e;}
.topix .news-box h3 span, .topix .blog-box h3 span {        font-size: 14px;        color: #942a90;    }
.topix .news-box .feed .news p{font-size: 1.4rem;}
.topix .news-box .feed .news p a {        text-decoration: none;    }
.topix .news-box .feed .news ul, .topix .blog-box .feed .blog ul {        display: flex;        padding: 0;        align-items: center;        margin: 25px auto 0px;    }
.topix .news-box .feed .news ul li.category, .topix .blog-box .feed .blog ul li.category {        background-color: #942a90;        padding: 0px 10px;        border-radius: 5px;    }
.topix .news-box .feed .news ul li, .topix .blog-box .feed .blog ul li {list-style: none;line-height: 1.8;}
.topix .news-box .feed .news ul li.category a, .topix .blog-box .feed .blog ul li.category a {  color: white;  text-decoration: none;}
.topix .news-box .feed .news ul li.date, .topix .blog-box .feed .blog ul li.date {        color: #93278f;        font-size: 85%;        margin: 0 15px 0 0;    }
p.btn {text-align: center;margin: 30px auto 0;border-radius: 10px;width: 140px;padding: 0px;line-height: 35px;font-size: 14px;}
p.btn a {text-decoration: none;display: block;background-color: #AE8300;color: white;border-radius: 5px;padding: 5px 0;border: 1px solid #ae8300;}



/*
投稿記事タイトル部分
---------------------------------*/
#mainbox .under_mv {
    width: 100%;
    min-height: auto !important;
    height: auto;
    aspect-ratio: 9 / 4;
    object-fit: cover;
}

#mainbox h2.title {
    display: block;
    position: relative;
    margin: -16px auto 0;
    width: 94%;
    background: #fff;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    padding: 16px;
    line-height: 1.5em;
    border-radius: 8px;
}

/*
関連記事　初心者ガイド
---------------------------------*/
#related_article_wrapper * {
    box-sizing: border-box;
}
#related_article_wrapper h2 {
    padding: 16px;
    background-image: url(/image/base/bg_pickup_headline.webp);
    background-repeat: repeat;
    color: #93278f;
    border-radius: 4px;
    font-weight: 700;
}
#related_article_wrapper .related_article_list {
    background: #fff;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    padding: 16px;
    border-radius: 8px;
}

#related_article_wrapper .related_article_pc {
    display: none;
}

#related_article_wrapper .related_article_list li {
    background-color: #fff !important;
    border-bottom: solid rgba(147, 39, 143, 0.2) 2px;
}

#related_article_wrapper .related_article_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#related_article_wrapper .related_article_list li a {
    position: relative;
    text-decoration: none;
}

#related_article_wrapper .topics_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#related_article_wrapper .topics_cat {
    background: #93278f;
    padding: 4px 8px;
    color: #fff;
    font-size: 1.2rem;
    width: auto;
}

#related_article_wrapper .topics_date {
    width: auto;
    color: #93278f;
}

#related_article_wrapper .topics_title {
    margin: 10px 0 16px;
    font-size: 1.8rem;
    line-height: 1.5em;
    width: 100%;
}
#related_article_wrapper .topics_btn {
    width: 100%;
    text-align: center;
    margin: 0 auto 8px;
}

#related_article_wrapper .topics_btn p {
    font-size: 1.3rem;
    color: #AE8300;
    display: inline-block;
    padding: 4px 36px 4px 14px;
    border: solid 2px #AE8300;
    position: relative;
    border-radius: 9999px;
    margin: 0;
    transition: .3s;
}

#related_article_wrapper .topics_btn p::before {
    content: '';
    width: 100%;
    height: 100%;
    mask-image: url(/image/base/arrow_white_btn.svg);
    mask-repeat: no-repeat;
    mask-position: right center;
    background: #AE8300;
    position: absolute;
    top: 0;
    right: 10px;
}

#related_article_wrapper .related_article_list li:hover .topics_btn p {
    color: #fff;
    background-color: #AE8300;
}

#related_article_wrapper .related_article_list li:hover .topics_btn p::before {
    background: #FFF;
}

/*TOPキャンペーンフッターエリア*/
#campaign_box {    position: fixed;    bottom: 65px;    left: 5px;    box-sizing: border-box;    z-index: 100;   transition: opacity 0.5s ease-in-out; }
#campaign_box.show {  opacity: 1; }
#campaign_box p.btn-link-fukidashi {text-align: center;margin: 0;}
#campaign_box p.btn-link-fukidashi a {position: relative;width: 150px;height: auto;display: block;color: #93278f;}
#campaign_box p.btn-link-fukidashi a:before {display: block;content: "現在申請受付中！";font-size: 80%;background: white;padding: 0px 10px;line-height: 25px;width: 80%;position: absolute;height: 25px;overflow: hidden;top: -27px;right: -5px;border-radius: 16px;animation: float 3s ease-in-out infinite;border: 1px solid #93278f;text-decoration: none;}
@keyframes float {0% {transform: translateY(0);}50% {transform: translateY(-10px);}100% {transform: translateY(0);}}
#campaign_box p.btn-link-fukidashi a:after {        display: block;        content: "";        position: absolute;        top: 0px;        right: 20px;        width: 0;        height: 0;        border-style: solid;        border-width: 8px 6px 0 6px;        border-color: #93278f transparent transparent transparent;        animation: float 3s ease-in-out infinite;        z-index: 100;    }
#campaign_box p.btn-link-fukidashi a img {        width: 100%;        height: auto;        border-radius: 8px;        border: 6px solid #ae8300;    }


section.banner {padding: 1em 0 1em;}
ul.pr-box{ scroll-snap-type: x mandatory;list-style:none;display:flex;overflow-x:scroll;width:100%;padding: 0 1em 0 0;margin:0;}
ul.pr-box li {color: black;scroll-snap-align: center;scroll-snap-stop:always; width: 300px;height:150px;flex-shrink: 0;margin: 0 0.5em;}
ul.pr-box li a{display:block;width: 100%; height: 100%;}
ul.pr-box li img{width: 100%;  object-fit: cover; border-radius: 8px; margin: 0 0.5em; display: block; filter: drop-shadow(0px 1px 2px #0006);}

/* FAQ add */
.faq_area { margin: 16px 0; cursor: pointer;}
.faq_area dt { padding: 1em 48px 1em 1em; border: 1px solid #93278f; color: #93278f; border-radius: 4px; line-height: 1.5em; font-weight: 400; font-size: 1.5rem; margin: 0; position: relative; transition: .3s;}
.faq_area dt::before { content: ""; width: 12px; height: 1px; background-color: #93278f; position: absolute; right: 24px; top: 50%; translate: 50% -50%;}
.faq_area dt::after {content: "";width: 1px;height: 12px;background-color: #93278f;position: absolute;right: 24px;top: 50%;translate: 50% -50%;transition: .3s;}
.faq_area.open dt {background-color: rgba(147, 39, 143, 0.1);}
.faq_area.open dt::after { height: 0;}
.faq_area dd {color: #666;margin: 1em 1em 32px 1em;line-height: 1.8em;padding: 0;border: none;font-size: 1.3rem;max-height: 0;display: none;transition: max-height 0.3s ease-out;overflow: hidden;}
#r_content ul.faq_category_list {display: flex;flex-wrap: wrap;gap: 10px;width: min(100%, 360px);padding: 0;margin: 32px auto;}
#r_content ul.faq_category_list li {width: 100%;background: #fff;box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);padding: 0;margin: 0;border-radius: 4px;overflow: hidden;}
#r_content ul.faq_category_list li a {color: #93278f;font-size: 1.4rem;text-decoration: none;height: 48px;padding-right: 1em;display: flex;align-items: center;}
#r_content ul.faq_category_list li a span {background-color: rgba(147, 39, 143, 0.4);height: 100%;padding: 0 1em;margin: 0 1em 0 0;display: flex;justify-content: center;align-items: center;font-weight: bold;letter-spacing: .1em;color: #fff;}
@media screen and (min-width: 768px) {
    #r_content ul.faq_category_list {width: 90%;gap: 10px 16px;}
    #r_content ul.faq_category_list li {width: calc((100% - 16px) / 2);}
}