@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;
}

div,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%;
    scroll-behavior: smooth;
    scroll-padding-top: 48px;
}

body {
    margin: 0;
	padding: 0px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}

body, td, th {
	font-size: 12px;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#detail {
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
a {
	text-decoration: underline;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}
a:link {
	color: #AE8300;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:visited {
	color: #AE8300;
}
a:hover {
	color: #AE8300;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:active {
	color: #AE8300;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #333333;
	clear: both;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	clear: both;
	color: #666666;
	font-weight:normal;
}
h2 a {
	text-decoration: none;
}
#r_content h3 {
    color: #93278f;
    font-size: 2.4rem;
    vertical-align: middle;
    position: relative;
    margin: 30px 0;

}

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

body:not(.blog, .archive , .single) #r_content h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    display: inline-block;
    width: calc( 100% - 460px );
    height: 1px;
    background-color: #93278f;
}
#r_content h3 a {
    color: #93278f;
}
#r_content h4 {
    height: 40px;
    background-color: #93278f;
    color: white;
    margin: 40px 0 20px 0;
    padding: 0 0 0 65px;
    line-height: 40px;
    font-size: 1.6rem;
    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;
}
.pc-none {
	display:none;
}
.phone-none {
}

.obj-fit-img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
/*************************************
　ヘッダー
*************************************/
#header {
	width: calc( 100% - 280px );
	margin: 0;
	padding: 0;
	position: absolute;
    top: 0;
    right: 0;
	z-index: 5;
	display: block;
}

#header a {
text-decoration:none;
}
.headmark {
	padding: 0px;
	height: 120px;
	width: 100%;
	position: relative;
	color: white;
	margin: auto;
	box-sizing: border-box;
	/*background-image: url(/image/base/heade-02.png);
	background-size: auto 220px , auto auto;
	background-repeat: no-repeat, repeat;*/
	display: block;
}
#header #headtxt .headtxt_headline {
    width: 100%;
    line-height: 37px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .35);
}

#header h1 {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
}

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

#header #headtxt .headtxt_headline div {
    display: inline-block;
    color: #a67c52;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 0 15px;
    line-height: 1.4;
}

#header #headtxt {
	padding: 0px;
	/*width: calc(100% - 160px);*/
    width: calc(100% - 20px);
	position: absolute;
	top: 10px;
	right: 10px;
}
#header #headtxt ul {
	list-style-type: none;
	padding: 0;
	height: 58px;
	font-size: 90%;
	margin: 10px 0 0 0;
    float: right;
    display: inline-block;
}
#header #headtxt li {
	display: inline-block;
    width: 200px;
	height: 58px;
	border-radius: 4px;
	margin: 0 0 5px;
    background-color: #1a1a1a;
    box-shadow: 3px 3px 15px 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;
}
#header #headtxt li:nth-of-type(1){
    background-image: url(/image/base/icon_headtxt_join.svg);
    background-repeat: no-repeat;
	background-position: left 32px center;
} 
#header #headtxt li:nth-of-type(3){
    background-color: #ed1e79;
    background-image: url(/image/base/icon_headtxt_mail.svg);
    background-repeat: no-repeat;
	background-position: left 28px center;
} 
#header #headtxt li:nth-of-type(1) a {
    padding: 0 0 0 18px;
}
#header #headtxt li:nth-of-type(3) a {
    padding: 0 0 0 24px;
}

#header #headtxt li+li {
    margin: 0 0 0 10px;
}
#header #headtxt li a {
    display: block;
	height: 58px;
	line-height: 58px;
	border-radius: 4px;
	color:white;
	padding: 0 15px;
	text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}

#header #headtxt li a:hover {
    opacity: 0.8;
}

#header #headtxt p {
    position: absolute;
    top:0;
    right: 300px;
    display: inline-block;
}

#header #headtxt p a {
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.20);
	border-bottom: 2px solid rgba(0,0,0,0.20);
	position: absolute;
	bottom: -30px;
	margin: auto;
	text-align: center;
	width: 150px;
	height: 40px;
	display: block;
	text-decoration: none;
	padding: 0px;
	background-color: #CD1515;color: white;
}
#header #headtxt p:nth-child(5) a {
left: 160px;
}
#header #headtxt p a:hover {
	background-color: white;
	color:rgba(174,131,0,1.00) ;
}


/********h2image**********/
.jobdt_h2 {
	background-image: url(/image/h2img_job_dt.gif);
	background-repeat: no-repeat;
	height: 150px;
	line-height: 150px;
}
.shikaku_h2 {
	background-image: url(/image/h2img_shikaku.gif);
	background-repeat: no-repeat;
	height: 150px;
	line-height: 150px;
}
/*************************************
　新規メイン
*************************************/
#mainbox {
    width: 100%;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}


#mainbox h1 {
	color: #fff;
	line-height: 50px;
	padding: 0 1em;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	display: block;
	background-color: #111;
	font-size: 20px !important;
	margin: 0 0 10px;
	}

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

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


}

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




/*************************************
　LINEボックス
*************************************/
#line_box{
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: none;
}
#line_box img{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: none;
}


/*************************************
　新規レフトボックス
*************************************/
#side {
	width: 280px;
	margin: 0;
    padding: 0 0 50px 0;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(255,255,255,.9);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .35);
    text-align: center;
	z-index:4;/*追加2025/3/31*/
}

#side a img.logo {
    display: inline-block;
    width: 158px;
    height: auto;
    margin: 40px 0;
}
#leftbox #login {
    margin: 0 auto;
}
#leftbox #login_btn {
}
#leftbox #login_btn a {
	text-decoration: none;
	display: inline-block;
    width: 260px;
	height: 60px;
	line-height: 60px;
	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: 260px;
	height: 60px;
	line-height: 60px;
	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: 260px;
	height: 36px;
	line-height: 36px;
	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: 36px 0 15px 0;
    padding: 0 0 0 26px;
	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: 16px;
    display: inline-block;
    width: 120px;
    height: 1px;
    background-color: #93278f;
}
#side div.widget-area ul {
    width: 260px;
	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 26px;
	background-color: #FFF;
    color: #333;
    font-size: 1.4rem;
    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 {
}
.pc_line_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #00b900;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 30px 0 0 0;
}

.pc_line_area img {
    margin: 0 5px 0 0;
}
.qr_code {
    width: 100%;
    margin: 10px 0 0 0;
}


/*************************************
　新規ライトボックス
*************************************/
#rightbox {
	width: 100%;
	/*margin-bottom: 15px;*/
}

#rightbox table {
	color: #B83692;
}
#rightbox td {
	color: #333333;
	background-color: #FFF;
}

#rightbox #top_pr {
    width: 100%;
    min-height: 720px;
	color: #333;
}
#rightbox #top_pr img.mv {
    width: 100%;
    height: 720px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#rightbox #top_pr img.mv_txt {
    position: absolute;
    top: 315px;
    left: 400px;
}
#rightbox #top_pr .add01 {
    padding: 60px 65px 60px 345px;
    color: #736357;
    font-size: 1.4rem;
    line-height: 1.8;
}

@media (max-width: 1100px) {
    
    #rightbox #top_pr img.mv {
        width: 100%;
        height: 500px;
    }
    
    #rightbox #top_pr img.mv_txt {
        width: 50%;
        height: auto;
        position: absolute;
        top: 315px;
        left: inherit;
        right: 3%;
    }
    
}

#rightbox #r_txtarea {
	width: 100%;
    background-image: url(/image/base/bg_r_textarea.webp);
	background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
}
body:not(.home) #rightbox #r_txtarea #r_head {
    width: calc( 100% - 280px );
    max-width: 1200px;
    margin: 0 0 0 280px;
    padding: 30px 80px;
    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.6rem;
    line-height: 1.9;
}

body:not(.home) #rightbox #r_txtarea #r_content {
    width: calc( 100% - 280px );
    max-width: 1200px;
    margin: 0 0 0 280px;
    padding: 0px 80px 80px 80px;
}

body:not(.home) #rightbox #r_txtarea #r_content .r_content_inner_w {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 80px 50px;
}

@media (max-width: 1100px) {
    body:not(.home) #rightbox #r_txtarea #r_head {
        max-width: 100%;
        padding: 30px;
    }
    
    body:not(.home) #rightbox #r_txtarea #r_content {
        max-width: 100%;
        padding: 0px 30px 30px 30px;
    }
}

#r_content ul, ol {
}
#r_content li {
	text-shadow:#EAEAEA 1px 1px 1px;
}

#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 td {
    border: 1px solid #93278f;
	padding: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}

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

#rightbox #r_pickup .r_pickup_inner {
	width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

#r_pickup .title_pickup {
    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_pickup_title.png);
	background-repeat: no-repeat;
    background-position: top 0px right 36%;
}

#r_pickup .title_pickup: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;
}

#r_pickup section {
	position: relative;
    width: 96%;
    max-width: 1100px;
    min-height: 400px;
}

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

#r_pickup section:nth-of-type(2) {
    margin: 75px 0 0 4%;
    min-height: 700px;
}

#r_pickup section img {
	position: absolute;
    top: 0;
}

#r_pickup section:nth-of-type(2) img {
	position: absolute;
    top: 0;
    right: 0;
}

#r_pickup section h2 {
    width: 70%;
    max-width: 706px;
    height: 76px;
    line-height: 76px;
    background-image: url(/image/base/bg_pickup_headline.webp);
	background-repeat: repeat;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    font-size: 2.0rem;
    font-weight: 500;
    border-radius: 10px;
    margin: 0;
    padding: 0 0 0 50px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#r_pickup section:nth-of-type(2) h2 {
	left: 0;
}

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

#r_pickup section p {
    width: 70%;
    max-width: 706px;
    position: absolute;
    top: 175px;
    right: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    color: #736357;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    padding: 34px 30px 110px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#r_pickup section:nth-of-type(2) p {
	left: 0;
}

#r_pickup section a.btn_pickup {
    display: inline-block;
    width: 385px;
    line-height: 58px;
    background-color: #fff;
    border: 1px solid #93278f;
    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: 22px 0 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: 15px;
    right: 25px;
}

#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;
}

@media (max-width: 1100px) {
    
    #r_pickup section h2 {
        font-size: 1.6rem;
        padding: 0 0 0 20px;
    }
    
    #r_pickup section:nth-of-type(2) {
        min-height: 870px;
    }
    
    
    #r_pickup section a.btn_pickup {
        right: 2%;
    }
}

#rightbox #r_explain_chatlady {
    padding: 0 0 150px 0;
}

#r_explain_chatlady .title_explain_chatlady {
    color: #93278f;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 95px;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 100px 190px 0 0;
    display: block;
    background-image: url(/image/base/bg_explain_title.png);
	background-repeat: no-repeat;
    background-position: top 100px right 38%;
}

#r_explain_chatlady .title_explain_chatlady: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;
}

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

#r_explain_chatlady #r_content section {
	width: 31%;
    min-height: 530px;
    margin: 0 3% 0 0;
    color: #736357;
    font-size: 1.4rem;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
}

#r_explain_chatlady #r_content section:nth-child(3n) {
    margin: 0 0 0 0;
}

#r_explain_chatlady #r_content section:nth-child(n+4) {
    margin-top: 80px;
}

#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: 2.2rem;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#r_explain_chatlady #r_content section p {
    padding: 0;
}

#r_explain_chatlady #r_content section a.btn {
    display: block;
    line-height: 58px;
    background-color: #fff;
    border: 1px solid #93278f;
    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: 589px;
	color: #333;
    background-image: url(/image/base/bg_contact.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

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

#r_contact section h2 {
    display: inline-block;
    margin: 200px 0 0 50%;
}

#r_contact section h2 a {
    line-height: 36px;
    display: inline-block;
    padding: 0 0 0 60px;
    color: #fff;
    font-size: 3.0rem;
    background-image: url(/image/base/icon_mark_w.svg);
    background-repeat: no-repeat;
	background-position: left center;
}

#r_contact section p {
    display: inline-block;
    margin: 23px 0 23px 50%;
}

#r_contact section a.btn {
    display: inline-block;
    line-height: 58px;
    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: 0 0 0 50%;
    padding: 0 84px;
	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;
}


@media (max-width: 1100px) {
    
    #r_contact section {
        width: 100%;
    }
    
    #r_contact section h2 {
        margin: 200px 5% 0 50%;
    }

    #r_contact section p {
        margin: 23px 5% 23px 50%;
    }

    #r_contact section a.btn {
        margin: 0 5% 0 50%;
    }
}

.blog-cat {
	width: 100%;
	padding: 10px 20px;
	margin: 0 0 40px 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: rgba(240,234,229,1.00);
	position:relative;
	}
.blog-cat a img {
	display:block;
	float:left;
	height:90px;
	width:auto;
	margin: 0 10px 0 0;
	}
p.blog-start {
	display: block;
	background-color: rgba(102,52,102,1.00);
	float: right;
	width: 40%;
	text-align: center;
	padding: 0;
	line-height: 35px;
	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:0px;
	}
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;
	}
.float_cut {
	clear: both;
	text-align: center;
}
.h2_underbox {
	padding: 15px;
}
.blog_info {

	}
.blog_info ul {
	margin:0;
	padding:0;
	overflow:hidden;
	}
.blog_info li {
	list-style:none;
	margin:0 1% 0 0;
	padding:0;
	color: rgba(173,173,173,1.00);
	padding:1%;
	display:block;
	float:left;
	width:49%;
	box-sizing:border-box;
	border-bottom:dotted 1px rgba(218,218,218,1.00);
	}
.blog_info li:nth-child(1):before {}
.blog_info li:nth-child(2):before {}
.blog_info li:nth-child(3):before {}
.blog_info li:nth-child(3) {
	width:99%;
	}
.blog_info li a {
	color: rgba(173,173,173,1.00);
	}
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;
	background-color: rgba(225,225,225,1.00);
	overflow: hidden;
	}
.nav-previous,.nav-next {
	display:block;
	width:200px;
	text-align:center;
	}
.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;
	}
.nav-previous {
	float:left;
	}
.nav-next {
	float:right;
}
.post {
	width:100%;
	}
.post img {
	width:100%;
	height:auto;
	margin: 30px auto;
	}
.post div img {
	width:100%;
	height:auto;
	margin: 30px auto;
}
/*************************************
　シミュレーション
*************************************/

.sim{
	

}
.sim .hide, .sim_reward .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: 120px; */
    border: none;
    /* margin: 0px; */
    /* padding: 5px; */
    /* height: 50px; */
    font-size: 300%;
    letter-spacing: 3px;
    color: #736357;
	 text-align: center;
}

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

}


/*************************************
　フッター
*************************************/
#footer {
	background-color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 30px 0;
}

#footer #footer_inner {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto 110px auto;    
    display: flex;
}


#footer div.widget-area {
    display: inline-block;
	width: 100%;
}
#footer div.widget-area h3 {
	color: #fff;
	line-height: 20px;
	height: 20px;
	padding: 0;
	margin: 100px auto 25px auto;
	background:none;
	font-size: 1.5rem;
    font-weight: 500;
	text-align: left;
}
#footer div.widget-area > ul {
	width: 100%;
	display:block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer div.widget-area ul li.widget-container {
	margin: 0px;
	padding: 0px;
	}
#footer div.widget-area ul li.widget-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer div.widget-area ul li.widget-container ul li {
}
#footer div.widget-area ul li.widget-container ul li a {
	display: block;
	width: 90%;
	font-size: 1.4rem;
    font-weight: 400;
	margin: 0;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
    color: #fff;
}

#footer div.widget-area ul li.widget-container ul li a:hover {
	color: #93278f;
}

#footer div.widget-area ul li.widget-container ul li a:before {
	content: "\03e";
    margin: 0 16px 0 0;
}/*
#footer div.widget-area ul li.widget-container ul li + li {
    margin: 25px 0 0 0;
}*/
#footer .copy {
	/*clear:both;*/
    display: block;
    width: 100%;
	font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

@media (max-width: 1100px) {
    
    #footer #footer_inner {
        max-width: 96%;
    }
    
}





/*************************************
　通勤ページ
*************************************/
#tsuukin {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 80px 50px;
}
#tsuukin table {
	/*width:100%;
	margin-right: auto;
	margin-left: auto;*/
    margin: 0 0 30px 0;
}
#tsuukin th {
	width: 25%;
}
#tsuukin tr {
}
#tsuukin td {
}
#tsuukin td img {
	background-color: #FFF;
	display: block;
	padding: 3px;
	height: auto;
	width: 75%;
    height: auto;
	box-shadow:#666 1px 1px 4px;
}
.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.5rem;
    letter-spacing: 2px;
    font-weight: 700;
    width: 60%;
    height: 77px;
    line-height: 77px;
    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 {
	　　font-size: 10;
	font-size: 10px;
	color: #666666;
}
/********FAQ　PAGE**********/
.faq_area {
}
.faq_area dt {
	font-weight: bold;
	color: #336666;
	line-height: 40px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #336666;
	margin-left: 30px;
}
.faq_area dd {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;

	line-height: 25px;
	padding-left: 5px;
	color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D50045;
}
.faq_area p {
    padding-bottom: 0px;
    padding-top: 0px;
}
/********entry　PAGE**********/
input#li-menu {
    display:none;
}
input#li-menu + label {
    color: #4d4d4d;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
    margin: 20px 0 30px 0;
}

input#li-menu + label:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #4d4d4d;
	display: block;
	margin-right: 80px;
}
input#li-menu + label:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #4d4d4d;
	display: block;
	margin-left: 80px;
}

#rulesbox {
	padding: 18px;
	height: 200px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #e6e6e6;
    color: #4d4d4d;
    font-size: 1.5rem;
    border-radius: 4px;
}

/********キャンペーンバナー用**********/
#sevenBox {
	display: block;
	height: 200px;
	width: 200px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 197px;
	right: 0px;
}
/********メールフォーム**********/
form h4 {
    height: 60px;
    background-color: #93278f;
    color: white;
    margin: 40px 0 20px 0;
    padding: 0 0 0 95px;
    line-height: 60px;
    font-size: 2.2rem;
    font-weight: 500;
    background-image: url(/image/base/icon_mark_w.svg);
    background-repeat: no-repeat;
	background-position: left 60px center;
    background-size: 25px 25px;
}

form > dl {
	color: #736357;
    font-size: 1.5rem;
	margin: 0;
	padding: 0;
}
form > dl dt {
    font-size: 1.6rem;
    color: #4d4d4d;
    margin: 45px 0 10px 0;
}
form > dl dd {
    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="email"],
form > dl input[type="password"],
form > dl select,
form > table input[type="text"],
form > table select,
form > table textarea {
	line-height: 65px;
	height: 65px;
    margin: 0;
    padding: 15px;
    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 select,
form > table select {
    min-width: 100px;
    display: inline-block;
}
form > dl input[type="text"],
form > dl input[type="tel"],
form > dl input[type="password"],
form > dl input[type="email"],
form > table input[type="text"]
{
    /*width: 90%;*/
    width: 100%;
}

form > table textarea {
    width: 97%;
}
    
form input[type="submit"] {
    background-color: #93278f;
    color: white;
    border-radius: 4px;
    border: none;
    font-size: 1.4rem;
    font-weight: 700;
    width: 60%;
    height: 77px;
    margin: 48px 0 0 0;
    background-image: url(/image/base/arrow_white_btn.svg);
    background-repeat: no-repeat;
	background-position: right 80px 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: 18px;line-height: 70px;z-index: 2;}
.wpcf7-response-output{border-color: #f2f2f2;   top: 30%; left: 0; right: 0;  margin: auto; width: 50%; padding: 30px; text-align: center;  box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);}
strong {
    border-bottom: dashed 1px purple;
}
p.toc_title {
    text-align: center;
    font-size: 110%;
}
ul#toc_container, ol {
    border-radius: 10px;
    background: #93278f26;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    color: #736357;
    padding: 0.5em 3.5em
}
ul#toc_container li#toc_list, ol li,#toc_list a {
    line-height: 1.5;
    padding: 0.5em 0;
    color: #000;
}
div#toc_container {
    border-radius: 10px;
    background: #f6eff6;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    color: #736357;
    padding: 0.5em 5.5em 1.5em 3.5em;
    min-width: 40%;
}

div#toc_container p.toc_title {
    text-align: center;
    font-size: 110%;
}

div#toc_container a {
    line-height: 1.5;
    padding: 0.5em 0;
    color: #3f3f3f;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

div#toc_container a:hover:after {
    transform: scale(1, 1) !important;
}

div#toc_container a:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #AE8300;
    transform: scale(0, 1) !important;
    transform-origin: left top;
    transition: transform .3s;
}
/*チャットレディJP関連サイト*/
aside.cljp-service {background:#f5f5f5;border-top:1px solid #00000005;border-bottom:1px solid #00000005;padding:50px calc(50% - 490px);width:100%;box-sizing:border-box;}
aside.cljp-service h2 {background:none !important;text-align:center;font-size:140%;}
aside.cljp-service ul {width:100%;padding:0;margin:0;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%;
}
#mainbox .under_mv,div#toc_container{
    display: none;
}
.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 {
    margin: 0;
}
.area_item h3 a {
    transition: opacity .3s;
    border-radius: 8px;
    background-image: url(/image/base/icon_mark_w.svg);
    background-repeat: no-repeat;
    background-position: left 24px center;
    background-size: 15px 15px;
    color: #fff;
    background-color: #93278f;
    padding: 8px 48px;;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    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;
}
.area_item_list li a:before {
    content: "\03e";
    margin: 0 16px 0 0;
}
.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_r_textarea.webp);
    }

.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: 200px;
    height: 200px;
    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;
    width: calc( 100% - 240px );
    margin: 0;
    border-radius: 16px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    padding: 40px;
    margin-top: 40px;
}
.container {
    margin: 0 3.2vw;
}
.review_area {
    padding-bottom: 104px;
}
.recomend_item .image::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    bottom: 1.6vw;
    left: 1.6vw;
    right: 1.6vw;
    border-radius: 50%;
}
/*.recomend_item .inner::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    background: #d2e0f5;
    transform: rotate(45deg);
    border-radius: 8px;
}*/
.heading_3 {
    color: #93278f;
    position: relative;
    padding-left: 16px;
    margin: 16px 0;
    font-size: 1.8rem;
    font-weight: 500;
}
.heading_3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #93278f;
    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: 104px;
}
.sim_top {
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    margin: 32px 0;
    color: #736357;
    font-size: 1.6rem;
}
.sim_title {
    font-size: 2rem;
    font-weight: 500;
    color: #93278f;
}
div.sim_top span.small {
    font-size: 90%;
    color: rgba(201,201,201,1.00);
    display: block;
}
.sim_calculation {
    border: none;
    cursor: pointer;
    display: inline-block;
    width: 385px;
    line-height: 58px;
    background-color: #93278f;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #fff!important;
    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;
    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;
}
.sim_answer_warp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sim_answer1 {
    font-size: 40px;
    font-weight: bold;
    color: #93278f;
    margin: 0px;
    padding: 0px;
    height: 66px;
}
.sim_answer2 {
    font-size: 3.2rem;
    font-weight: 500;
    color: #93278f;
    width: 342px;
    margin: 0px;
    padding: 8px;
    text-align: center;
    outline-color: #93278f;
    border: solid 1px #93278f;
    border-radius: 4px;
}
.sim_no{
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #dee5eb;
    border-radius: 4px;
    padding: 8px;
    font-size: 1.6rem;
}

div#result {
    font-size: 300%;
    letter-spacing: 3px;
    color: #736357;
    text-align: center;
}
@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;
}
.-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{
    max-width: 720px;
    padding: 0;
    margin: 40px auto 80px;
    justify-content: space-between;
    display: flex;
}
.btn_entry_list .btn {
    width: 48%;
    display: block;
    line-height: 58px;
    background-color: #fff;
    border: 1px solid #ed1e79;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #ed1e79;
    text-decoration: none;
    background-image: url(/image/base/arrow_pink_btn.svg);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 16px 6px;
    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;
}
.btn_entry_list .btn_entry_line {
    background-image: url(/image/base/arrow_green_btn.svg);
    color: #00b900;
    border: solid #00b900 1px;
}


a.btn_entry_work:hover {
    background-color: #ed1e79;
    background-image: url(/image/base/arrow_white_btn.svg);
    color: #fff;
}
a.btn_entry_line:hover {
    background-color: #00b900;
    background-image: url(/image/base/arrow_white_btn.svg);
    color: #fff;
}

.btn_entry_list a {
    color: #fff;
}
@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 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.6rem;
        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;
    }
    .recomend_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 56px
    }
    .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;
    }
    .recomend_item .inner::before {
        top: 0;
        left: -16px;
        right: auto;
        bottom: 0;
    }
    .heading_3 {
        font-size: 2.2rem;
        margin: 0 0 16px;
        padding-left: 24px;
    }
    .contact_area{
        background-image: url(/image/base/bg_contact_area_01.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .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: 50px 0 0 0;
        display: block;
        background-image: url(/image/base/bg_content_title.png);
        background-repeat: no-repeat;
        background-position: top 63px right 38%;
        background-size: auto;
    }
    .btn_entry_list a {
        color: #fff;
    }
    .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;
    }
    .radio-002 {
        display: inline-flex;
        flex-wrap: wrap;
        gap: .3em 2em;
        border: none;
    }
	label.check span {
		padding: 10px 10px;
		border-radius: 3px;
		background-color: #B9B9B9;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		margin: 3px 0;
		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;
	}
}
.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 {
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 40px 0px;
    margin: 32px 0;
    color: #736357;
    font-size: 1.6rem;
}
.sim_reward ul{
	display: inline-block;
	list-style-type: none;
}
.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: 16px;
   padding: 17px 4px 15px 49px;
	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;
	}
	.sim_reward ul {
		display: inline-flex;
		margin-bottom: 29px;
		margin-top: 0;
		padding-left: 0;
	}
	.sim_reward li:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	}
/* 点滅表示 */
.blinking{
-webkit-animation: blink 1.5s infinite;
  -moz-animation: blink 1.5s infinite;
  animation: blink 1.5s infinite;
  text-align: center;
  margin: 60px auto;
  color: #ff416e;
  font-weight: bold;
  line-height: 24px;
  border: solid 2px #ff416e;
  width: 80%;
  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: 32px 24px 24px;
    margin: 56px 0 40px;
    border: solid 2px #AE8300;
    border-radius: 4px;
    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: 16px;
    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: 20px;
    position: relative;
    padding: 16px 0 16px 48px;
    font-weight: 700;
    color: #AE8300;
}

.wp-block-lazyblock-block-simple-box-point .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 64px;
    width: 32px;
    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: 16px 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;
    align-items: center;
}
.wp-block-lazyblock-block-chat-balloon .right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.wp-block-lazyblock-block-chat-balloon .icon img {
    width: 140px;
    height: 140px;
    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: 24px;
    width: calc( 100% - 170px );
    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: 0;
    bottom: 0;
    margin: auto;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .left p::before {
    left: -18px;
    border-width: 18px 18px 18px 0;
    border-color: transparent rgba(174,131,0, .5) transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .left p::after {
    top: 0;
    left: -15px;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
}
.wp-block-lazyblock-block-chat-balloon .right p::before {
    right: -18px;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent rgba(174,131,0, .5);
}
.wp-block-lazyblock-block-chat-balloon .right p::after {
    top: 0;
    right: -15px;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
}

/*通勤地図 */
.area {
	position: relative;
	margin: 40px 0;
	width: 100%;
}
.area-map {
	width: 40%;
	margin: 0 auto;
	height: 720px;
	padding-top: 80px;
}
.area-map img {
	width: 100%;
}
#r_content .area-item h3 {
	padding: 0 0 8px;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	font-size: 1.6rem;
}
#r_content .area-item h3::before {
	content: none;
}
#r_content .area-item h3 a {
	text-decoration: none;
	color: #93278f;;
}
.area .area-item {
	border: 1px solid #cdcdcd;
	padding: 16px;
	width: 30%;
	position: absolute;
	margin-top: 0;
	box-sizing: border-box;
}

.area .area-item:nth-of-type(2) {
	top: 0;
	right: 0;
}
.area .area-item:nth-of-type(3) {
	top: 140px;
	right: 0;
}
.area .area-item:nth-of-type(4) {
	bottom: 0;
	right: 0;
}
.area .area-item:nth-of-type(5) {
	bottom: 180px;
	left: 0;
	right: 0;
	margin: auto;
}
.area .area-item:nth-of-type(6) {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.area .area-item:nth-of-type(7) {
	top: 0;
	left: 0;

}
.area .area-item:nth-of-type(8) {
	top: 224px;
	left: 0;
}
.area .area-item:nth-of-type(9) {
	bottom: 0;
	left: 0;
}

#r_content .area-item-list {
	padding: 16px 0 0;
	margin: 0;
	list-style: none;
}

#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: 64px 24px 16px 24px;
    position: relative;
    border: none;
    margin: 40px 0;
    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-left: 32px;
    margin: 0 0 16px;
    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;
}
@media (max-width: 769px) {
    ul.single_table_of_contents {
        padding: 56px 16px 8px 16px;
    }
    ul.single_table_of_contents li {
        margin: 0 0 8px;
    }
}


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


.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 !important;
    color: #fff;
}

figcaption.figcaption_custom01 {
    font-size: 0.8em;
    color: #AE8300;
}
.single #mainbox .under_mv {
	display: block;
}


/* トピックスエリア*/
.topix-area{  display: flex;  justify-content: space-between;}
.topix-area .topix {border: 1px solid #736357;margin: 60px 40px 0;padding: 10px 20px;border-radius: 5px;width: 20vw;background-color: #5757570d;}
.topix .news-box{height:540px;}
.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 h3 span, .topix .blog-box h3 span {font-size: 14px;color: #942a90;}
.topix .news-box .feed {height: 400px;overflow-x: auto;border-top: 1px solid #4444442e;border-bottom: 1px solid #4444442e;}
.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;}
.topix .news-box .feed .news p {font-size: 1.5rem;}
.topix .news-box .feed .news p a {text-decoration: none;}
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;}
p.btn a:hover {color: #AE8300;background-color: unset;border: 1px solid #ae8300;}


/*
投稿記事タイトル部分
---------------------------------*/
#mainbox {
	padding: 150px 0 0;
}

#mainbox .under_mv_wrapper {
    width: calc(100% - 280px);
    max-width: 1200px;
    margin: 0 0 0 280px;
    padding: 0px 80px;
}

#mainbox .under_mv {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 4;
    object-fit: cover;
    min-height: auto !important;
}

#mainbox h2.title {
    position: relative;
    margin: -30px 50px 0;
    background: #fff;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    padding: 32px;
    border-radius: 8px;
    line-height: 1.5em;
}

@media screen and (max-width: 1100px) {
    #mainbox .under_mv_wrapper {
        max-width: 100%;
        padding: 0px 30px 30px 30px;
    }
}


/*
関連記事　初心者ガイド
---------------------------------*/
#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_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    gap: 16px 0;    
}

.related_article_list.sp {
    display: none;
}
#related_article_wrapper .related_article_pc li {
    width: 32%;
    background: #fff;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    text-shadow: none;
    overflow: hidden;
}

#related_article_wrapper .related_article_pc li a {
    position: relative;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#related_article_wrapper .topics_thumb {
    margin-bottom: 8px;
}
#related_article_wrapper .topics_thumb img {
    width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 9 / 4;
}
#related_article_wrapper .topics_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}

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

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

#related_article_wrapper .topics_title {
    margin: 10px 0;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
}

#related_article_wrapper .topics_title::before {
    content: none;
}
#related_article_wrapper .topics_btn {
    width: 100%;
    text-align: center;
    margin: auto auto 16px;
}

#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_pc li:hover .topics_btn p {
    color: #fff;
    background-color: #AE8300;
}

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


/*TOPキャンペーンフッターエリア*/
#campaign_box {position: fixed;bottom: 0;left: 0px;box-sizing: border-box;z-index: 100;transition: opacity 0.5s ease-in-out;}
#campaign_box p.btn-link-fukidashi a {position: relative;width: 240px;height: auto;display: block;color: #93278f;}
#campaign_box.show {  opacity: 1; }

@keyframes float {0% {transform: translateY(0);  }  50% {transform: translateY(-10px);  }  100% {transform: translateY(0);}	}
#campaign_box p.btn-link-fukidashi a:after {top: 5px;}
#campaign_box.show {  opacity: 1; }
#campaign_box p.btn-link-fukidashi {        text-align: center;        margin: 0;        padding: inherit;    }

#campaign_box p.btn-link-fukidashi a:before {display: block;content: "現在申請受付中！";font-size: 120%;background: white;padding: 0px 10px;line-height: 30px;width: 80%;position: absolute;height: 30px;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: 5px;        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;    }

/*
Banner
---------------------------------*/
section.banner {padding: 1em 0 1em;margin-left:280px;}
ul.pr-box{background-color: transparent;list-style: none;display: flex;width: 100%;padding: 0.5em;margin: 0;box-sizing: border-box;scrollbar-width: none;scroll-snap-type: x mandatory;overflow-x: scroll;justify-content: center;}
ul.pr-box li a{display:block;width: 100%; height: 100%;}
ul.pr-box li {color: black; width: 300px; padding: 5px; box-sizing: border-box;margin: 0;scroll-snap-align: center; scroll-snap-stop:always;}
ul.pr-box li img{width: calc(100%); height: 100%; object-fit: cover; border-radius: 8px; margin: 0; display: block; filter: drop-shadow(0px 1px 2px #0006);}

/* FAQ add */
.faq_area { margin: 16px 0;cursor: pointer;}
.faq_area dt {padding: 1.5em 48px 1.5em 1em;border: 1px solid #93278f;color: #93278f;border-radius: 4px;line-height: 1.5em;font-weight: 400;margin: 0;position: relative;transition: .3s;}
.faq_area dt::before {content: "";width: 16px;height: 1px;background-color: #93278f;position: absolute;right: 24px;top: 50%;translate: 50% -50%;}
.faq_area dt::after { content: "";width: 1px;height: 16px;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 {margin: 1em 1em 32px 1em;line-height: 1.8em;padding: 0;border: none;font-size: 1.4rem;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;list-style: none;}
#r_content ul.faq_category_list li {width: 100%;background: #fff;box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .1);text-shadow: none;padding: 0;margin: 0;border-radius: 4px;overflow: hidden;}
#r_content ul.faq_category_list li a {color: #93278f;font-size: 1.6rem;text-decoration: none;height: 56px;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;transition: .3s;}
#r_content ul.faq_category_list li:hover a span {background-color: rgba(147, 39, 143, 0.8);}
@media screen and (min-width: 1200px) {
    #r_content ul.faq_category_list {width: 100%;gap: 10px 16px;}
    #r_content ul.faq_category_list li {width: calc((100% - 16px) / 2);}
}