/* CSS Document */
@charset "UTF-8";

html, body {
	height:100%;
}
body {
	position: relative;
	background: #fff8fa;
	padding: 0;
	margin: 0;
}
body.top {

}
body.pg {
    
}
body.pg:before {

}

header.top {
	background: url(../images/header_top_sp.jpg?12203) center top no-repeat;
	width: 640px;
	height: 918px;
}
header.top h1, header.pg h1 {
	display: inline-block;
  position: absolute;
  top: -36px;
  left: 50%;
  background: url("../images/rogo2.png") no-repeat;
	width: 280px;
	height: 160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 50;
	transform: translateX(-50%);
}
header.top .app {
	position: absolute;
	top: 456px;
	left: 0;
	width: 335px;
	height: 577px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header.pg {
	display: block;
	background: url("../images/header_pg_sp.jpg?1223") no-repeat;
	width: 640px;
	height: 122px;
}


a.menubtn {
	position:fixed;
	bottom:-120px;
	left:4px;
	background:url(../images/btn_menu.png) no-repeat;
	width:164px;
	height:164px;
	z-index:97;
}
a.callbtn {
	position:fixed;
	bottom:-120px;
	right:4px;
	background:url(../images/btn_call.png) no-repeat;
	width:164px;
	height:164px;
	z-index:97;
}

.navigator {
	display: none;
	position: fixed;
	bottom: 0;
	left: -460px;
	background: #ff8dc8;
    background: rgba(255,141,200,.8);
	min-height: 100%;
	max-height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
	z-index: 1000;
}
.nav-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: 97;
}

body.pg .pgnavContainer {
  margin-bottom: 40px;
}
nav {
  background: #f0708c;
  background: rgba(240,112,140,.7);
  padding: 10px 0;
}
nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
nav ul li {
	display: inline-block;
  vertical-align: top;
}
nav ul li a {
	display: block;
	background-color: #fff;
	background-image: url("../images/light.svg");
	background-repeat: no-repeat;
	background-position: 0 -3px;
  border: 4px rgba(247,121,186,.8) solid;
  border-radius: 10px;
  padding: 16px 0;
	width: 290px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: .9em;
	color: #f745a1;
	transition: .7s ease-in-out;
  box-shadow: inset 0 10px 25px 0 rgba(238,168,186,.23);
}
nav ul li a:hover {
  text-decoration: none;
  filter: brightness(1.1);
	transition: .3s ease-in-out;
}


ul.ftnav {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.ftnav li a.mback {
	display: block;
	background: #ba4581;
	border-radius: 0;
	padding: 26px 0 26px 15px;
  margin: 0 0 1px;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: .9em;
	color: #fff;
  text-align: left;
}
ul.ftnav li a.mback span {
	display: inline-block;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	margin: 2px 8px 0 0;
	width: 12px;
	height: 9px;
	-moz-transform:    rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform:      rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	transform:         rotate(-45deg);

}
ul.ftnav li a {
	display: block;
	background: #fff url("../images/light.svg") no-repeat;
  border-radius: 0 14px 14px 0;
  padding: 26px 0 26px 30px;
  margin: 2px 2px 1px 0;
	width: 300px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: .9em;
	color: #f745a1;
  text-align: left;
	transition: .7s ease-in-out;
  box-shadow: inset 0 10px 25px 0 rgba(238,168,186,.4);
}
ul.ftnav li a:hover {
    text-decoration: none;
}

footer {
    background: #ffc3dc;
	padding: 0 0 180px;
    width: 640px;
	font-size: 14px;
    font-size: 1.4rem;
	text-align: center;
}
footer .info {
    background: #fff;
    padding: 22px 0 0;
}
footer span {
    display: block;
    padding: 0 0 3px;
}
footer .cr {
    padding-top: 22px;
    font-size: 10px;
    font-size: 1.0rem;
    color: #e11d82;
    letter-spacing: 1px;
}


/* TOP */
.top-cmbnr {
	padding: 95px 0 0;
}
.cmbnr {
	position: relative;
	width: 100%;
	height: 450px;
}
.cmbnr div {
	padding: 0 2px;
}
.cmbnr .slick-dots {
	bottom: -330px;
}
.cmbnr .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .6;
}
.cmbnr .slick-active {
	opacity: .5;
}
.cmbnr .slick-current {
	opacity: 1;
}
.cmbnr .prslider_prev, .cmbnr .prslider_next {
	display: block;
	position: absolute;
	transition: all ease-in-out .7s;
	z-index: 95;
}
.cmbnr .prslider_prev {
	top: 400px;
	left: 10px;
}
.cmbnr .prslider_next {
	top: 400px;
	right: 10px;
}
.cmbnr .prslider_prev a, .cmbnr .prslider_next a {
	display: block;
	border-top: 3px #e92747 solid;
	width: 60px;
	height: 60px;
}
.cmbnr .prslider_prev a {
	border-left: 3px #e92747 solid;
	transform: translateY(-5px) rotate(-45deg);
}
.cmbnr .prslider_next a {
	border-right: 3px #e92747 solid;
	transform: translateY(-5px) rotate(45deg);
}
.cmbnr .prslider_prev a:hover, .cmbnr .prslider_next a:hover {
	filter: brightness(1.3);
	transition: all ease-in-out .3s;
}


.contentsContainer-top {
	position:relative;
    padding-top: 18px;
    width: 640px;
    overflow: hidden;
}
.contentsContainer {
	position:relative;
    width: 640px;
    overflow: hidden;
}

.contentsTitle {
    display: block;
	padding: 0 15px 10px;
	font-family: 'Source Serif Pro', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	color: #f998ca;
	text-align: center;
}
.contentsTitle span {
	display: block;
    border-bottom: 2px #f745a1 solid;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: normal;
    font-size: 20px;
	font-size: 2.0rem;
    line-height: .9em;
	color: #f745a1;
    letter-spacing: -2px;
}

.infobox {
	display: inline-block;
	background: #fff;
	background: rgba(255,255,255,.7);
	border-radius: 20px;
	padding: 40px;
	margin: 10px 25px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
	text-align: left;
}
.infobox span {
	display: block;
}


/* トップ */
.top-update {
  display: block;
	background: url(../images/top_twitter_sp.png) no-repeat;
	width: 610px;
	height: 432px;
}
.top-update .tw-fr.pc {
	display: none;
}
.top-whatsnew {
    display: block;
	position: relative;
	background: url(../images/top_infoboard_whatsnew_sp.png) no-repeat;
    padding-top: 118px;
	width: 610px;
	height: 305px;
}
.top-newface {
	position: relative;
	background: url(../images/top_infoboard_newface_sp.png) no-repeat;
    padding-top: 118px;
	width: 610px;
	height: 305px;
}
a.btn-more {
	position: absolute;
	top: 45px;
	right: 20px;
}
.top-update .scrbox {
    position: relative;
	width: 533px;
	height: 185px;
    overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
}
.top-whatsnew .scrbox, .top-newface .scrbox {
    position: relative;
	width: 533px;
	height: 265px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
}

.top-update ul, .top-whatsnew ul, .top-newface ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-update ul li {
	border-bottom: 2px #f4dbe8 solid;
    padding: 10px 0 2px;
	text-align: left;
}
.top-whatsnew ul li, .top-newface ul li {
    text-align: left;
}
.top-whatsnew ul li .img, .top-newface ul li .img {
	float: left;
	width: 120px;
}
.top-whatsnew ul li .img img, .top-newface ul li .img img {
	max-width: 110px;
}
.top-whatsnew ul li .wcmt, .top-newface ul li .wcmt {
    float: left;
    width: 413px;
	font-size: 13px;
    font-size: 1.3rem;
	line-height: 1.4em;
}
.top-whatsnew ul li .wcmt strong, .top-newface ul li .wcmt strong {
	display: block;
	padding-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-style: none;
	font-weight: normal;
	font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.3em;
	color: #f42323;
	text-decoration: underline;
}

.top-blog-pc {
    display: none;
}

.top-btm-bnr {
    display: block;
    margin-top: -10px;
}



ul.complist {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
}
ul.complist li {
	display:inline-block;
	padding:0;
	margin:0 3px;
	vertical-align:top;
}
ul.complist li a.list {
	position:relative;
	display:block;
	width:270px;
	height:495px;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.1em;
	color:#333;
	text-align:center;
}
ul.complist li a.none {
	cursor:default;
}
ul.complist li a:hover {
	text-decoration:none;
}
ul.complist li a .img {
	position:relative;
	border-radius:10px;
	width:240px;
	height:320px;
	overflow:hidden;
}
ul.complist li a .img img {
	width: 240px;
}

ul.complist li a .newicon {
	position: absolute;
	top: 295px;
	left: 55px;
	background: url(../images/angel/icon_newface.png) center top no-repeat;
	width: 166px;
	height: 31px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
ul.complist li a .namae {
	display:block;
	padding:15px 0 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:20px;
	font-size:2.0rem;
	line-height:1.0em;
}
ul.complist li a span {
	display: inline-block;
	padding-left: 6px;
    font-size: 14px;
}
ul.complist li a .schetime {
	display: inline-block;
	border-bottom: 1px #f33d89 solid;
    padding-bottom: 2px;
	margin: 12px 0 0;
	font-size: 18px;
    font-size: 1.8rem;
	color: #f33d89;
	text-align: center;
}

/* プロフィール */
.profile {
	position:relative;
	width:640px;
	overflow:hidden;
}
.primg {
	position:relative;
	width:640px;
	height:800px;
	overflow:hidden;
}
.primg img {
	max-width: 610px;
	height: auto;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .4;
}
.slick-active {
	opacity: .5;
}
.slick-current {
	opacity: 1;
}
.profile .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .4;
}
.profile .slick-active {
	opacity: .5;
}
.profile .slick-current {
	opacity: 1;
}
.profile .prslider_prev, .profile .prslider_prev a, .profile .prslider_next, .profile .prslider_next a {
	position:absolute;
	display:block;
	background: url(../images/angel/btn_control.png) no-repeat;
	width: 114px;
	height: 108px;
	cursor:pointer;
	z-index:90;
}
.profile .prslider_prev {
	top:660px;
	left:-10px;
	background-position:0 0;
}
.profile .prslider_next {
	top:660px;
	right:-10px;
	background-position:-114px 0;
}
.profile .prslider_prev a {
	background-position:0 0;
}
.profile .prslider_next a {
	background-position:-114px 0;
}

.pr-namae {
	position: relative;
	background: #fff;
    border-radius: 18px;
	padding: 13px 0;
	font-size: 14px;
    font-size: 1.4rem;
	text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(238,168,186,.23);
}
.pr-namae strong {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 38px;
    font-size: 3.8rem;
	font-weight: 700;
	line-height: 39px;
	color: #f779ba;
}

.pr-pr {
	background-image: url(../images/angel/board_pr-top_sp.png), url(../images/angel/board_btm_sp.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
	margin: 0 15px;
    width: 610px;
	text-align:left;
}
.pr-pr .box {
    background: #fff;
    border-left: 5px #ffc3dc solid;
    border-right: 5px #ffc3dc solid;
	padding:0 30px 0 34px;
}
.pr-pr .tablelist {
	padding:0 20px;
}
.pr-pr .box table {
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:separate;
}
.pr-pr td {
	border-bottom: 1px #eacaea solid;
	padding: 6px 0 2px 0;
	font-size: 14px;
	word-break: break-all;
}
.pr-pr td.q {
	color: #e4355b;
	word-break: keep-all;
}

.pr-msg {
	background-image: url(../images/angel/board_msg-top_sp.png), url(../images/angel/board_btm_sp.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
	margin: 0 15px;
    width: 610px;
	text-align:left;
}
.pr-msg .box {
    background: #fff;
    border-left: 5px #ffc3dc solid;
    border-right: 5px #ffc3dc solid;
	padding:0 30px 0 34px;
}

.pr-cmt {
	background-image: url(../images/angel/board_cmt-top_sp.png), url(../images/angel/board_btm_sp.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
	margin: 0 15px;
    width: 610px;
	text-align:left;
}
.pr-cmt .box {
    background: #fff;
    border-left: 5px #ffc3dc solid;
    border-right: 5px #ffc3dc solid;
	padding:0 30px 0 34px;
}

.pr-blog-pc {
    display: none;
}
.pr-blog-sp {
    padding: 15px 0 0;
}

.pr-schedule {
    padding-bottom: 30px;
    text-align: center;
}
.pr-schedule table {
	border:none;
	border-spacing:2px;
	border-collapse:separate;
}
.pr-schedule td {
    display: inline-block;
	background: url("../images/angel/schedule_cellbg.jpg") repeat-x;
	border: 2px #ffc3dc solid;
	border-radius: 12px;
	padding: 20px 0;
    margin: 1px;
	width: 180px;
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.4em;
	color: #ef054c;
	text-align: center;
	vertical-align: top;
}
.pr-schedule td a {
	display: inline-block;
	border-bottom: 2px #cac2a8 dotted;
	margin: 4px 10px 10px;
	color: #333;
}


/* スケジュール */
.sche-day {
	position: relative;
	padding: 30px 0 0;
}
.sche-day .line {
}
.sche-day ul {
	display:inline-block;
	padding:0;
	margin: 0;
	list-style: none;
}
.sche-day ul li {
	display: inline-block;
}
.sche-day ul li a {
	display: block;
	border-bottom: 4px #b26c90 solid;
	border-radius: 60%;
	padding: 0 0 17px;
	margin-bottom: 10px;
	width: 125px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.1em;
	color: #b26c90;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.sche-day ul li a strong {
	font-weight:normal;
	line-height:1.1em;
}
.sche-day ul li a.on {
	border-bottom: 8px #f745a1 solid;
	padding: 0 6px 20px;
	color: #f745a1;
	letter-spacing: 2px;
	text-decoration: none;
}


/* 漫画 */
.comicimg {
	width: 640px;
	height: auto;
}


/* 最新情報 */
.wnewlist {
    display: block;
    background: #fff;
    border-top: 16px #f779ba solid;
    border-radius: 16px;
    padding: 35px;
    margin: 10px 15px;
	text-align: left;
    vertical-align: top;
    overflow: hidden;
    box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.wnewlist .img {
    text-align: center;
}
.wnewlist .img img {
	max-width: 500px;
}
.wnewlist .info {
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.5em;
}
.wnewlist .info strong {
	display: block;
	padding-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-style: none;
	font-weight: normal;
	font-size: 20px;
    font-size: 2.0rem;
	line-height: 1.3em;
	color: #f42323;
	text-decoration: underline;
}


/* システム */
.sys-cmt {
    padding: 0 20px;
    color: #e55286;
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.4em;
    text-align: left;
}
.sys-point {
	background: url("../images/system/pointsystem_sp.png?220615152839") no-repeat;
	width: 610px;
	height: 290px;
	text-align: right;
}
.sys-point a.entrybtn {
	display: inline-block;
	margin: 136px 12px 0 0;
}
.acc-info {
	display: block;
    background: #fff;
    border: 4px #ffc7de solid;
    border-radius: 20px;
	padding: 14px 0;
    margin: 0 15px;
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.7em;
}
.sys-map-pc {
    display: none;
}


/* コンセプト */
.cpt-cmt {
	background: url("../images/concept/fr_sp.png") center bottom no-repeat;
	padding: 0 58px 368px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
	color: #8e051f;
	text-align: left;
}


/* 遊び方の説明 */
.guide-master {
	position: relative;
	background: url("../images/guide/master_recommend_sp.png") no-repeat;
	margin: 15px 0;
	width: 610px;
	height: 832px;
}
.guide-master a {
	display: inline-block;
	position: absolute;
	bottom: 64px;
	left: 35px;
	background: #ed769a;
	border-radius: 10px;
	padding: 15px 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1em;
	color: #fff;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.guide-master a:hover {
	text-decoration: none;
	filter: brightness(1.1);
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.guideContainer {
}
.guide-g01 {
	background: url("../images/guide/guide01_sp.png?220614162509") no-repeat;
	padding: 338px 30px 0;
    margin-bottom: 30px;
	width: 549px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
    color: #8e051f;
	text-align: left;
}
.guide-g02 {
    background: url("../images/guide/guide02_sp.png") no-repeat;
	padding: 338px 30px 0;
    margin-bottom: 30px;
	width: 549px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
    color: #8e051f;
	text-align: left;
}


/* 求人 */
.recContainer img {
	max-width: 600px;
}
.recContainer h3 {
	display: inline-block;
	padding: 10px;
	margin: 0;
	font-family: "Noto Serif JP",serif;
	font-style: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .9em;
	color: #f745a1;
}
.recContainer h3::after {
	content: '▼';
	display: block;
	border-top: 3px #f745a1 solid;
	margin: 6px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.rec-freespace {
	width: 620px !important;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
}

.recbox {
	background: #fff;
	border: 2px #ffc3dc solid;
	border-radius: 20px;
	padding: 35px 45px 45px;
	margin: 0 10px;
	margin-bottom: 20px;
}

ul.rec-faq {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.rec-faq li {
	border-bottom: 4px #ecd5da solid;
	padding: 0 0 10px;
	margin-bottom: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
}
ul.rec-faq li.q {
	border-bottom: 3px #ecd5da dotted;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #e4355b;
}
ul.rec-faq li.q::before {
	content: 'Q';
	display: inline-block;
	padding-right: 10px;
	font-family: "Noto Serif JP",serif;
	font-size: 30px;
	font-size: 3.0rem;
}

.recbox table {
	border:none;
	border-spacing:0;
	border-collapse:separate;
}
.recbox td {
	display: inline-block;
	border-bottom: 5px #ecd5da solid;
	padding: 8px 0 4px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	word-break: break-all;
}
.recbox td.q {
	display: inline-block;
	border-bottom: 2px #ecd5da dotted;
	padding: 18px 0 4px;
	color: #e4355b;
	word-break: keep-all;
}

.recContainer a.line {
	display: inline-block;
	background: #00d100;
	border-radius: 8px;
	padding: 0 30px;
	margin: 5px;
	width: 80%;
	max-width: 850px;
	text-align: center;
}
.recContainer a.line strong {
	display: inline-block;
	background: url("../images/recruit/icon_line.png") left center no-repeat;
	background-size: 70px auto;
	padding: 0 0 0 78px;
	height: 70px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
}
.recContainer a.mail {
	display: inline-block;
	background: #de5787;
	border-radius: 8px;
	padding: 0 30px;
	margin: 5px;
	width: 80%;
	max-width: 850px;
	text-align: center;
}
.recContainer a.mail strong {
	display: inline-block;
	background: url("../images/recruit/icon_mail.png") left center no-repeat;
	background-size: 70px auto;
	padding: 0 0 0 78px;
	height: 70px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
}
.recContainer a.line, .recContainer a.mail {
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.recContainer a.line:hover, .recContainer a.mail:hover {
	filter: brightness(1.1);
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* リンク */
ul.link {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.link li a {
	display: block;
	border-bottom: 6px #EBD2D3 solid;
	border-radius: 4px;
	padding: 12px;
	margin: 12px;
	font-size: 14px;
	text-align: center;
}
ul.link li a img {
	margin: 0 8px 5px 0;
	max-width: 580px;
	height: auto;
}



.tablelist table {
	border: none;
	border-spacing: 2px;
	border-collapse: separate;
	width: 100%;
}
.tablelist th {
	background: #dcd2ae;
	border-radius: 18px;
	padding: 20px 14px;
	width: 35%;
	text-align: left;
	word-break: keep-all;
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 500;
	color: #000;
}
.tablelist td {
	border-bottom:1px #acacac solid;
	padding: 20px 14px;
	width: 65%;
	font-size: 14px;
    font-size: 1.4rem;
	text-align: left;
}


a.txtbtn {
	display:inline-block;
	background:#3c3c3c;
	border-radius:14px;
	padding:18px;
	margin:10px 0;
	width:80%;
	font-size:16px;
	font-size:1.6rem;
	color:#f4a01d;
	text-align:center;
}


/* ダイレクトボタン */
#dlink-btn-on {
	display: inline-block;
    background: #f779ba;
    border: 2px #f779ba solid;
	border-radius: 50%;
	width: 40px;
	padding: 8px 2px;
	margin: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
	color: #fff;
	text-align: center;
}
#dlink-btn {
	display: inline-block;
}
#dlink-btn a {
	display: inline-block;
    background: #fff;
    border: 2px #f6cbe1 solid;
	border-radius: 50%;
	width: 40px;
	padding: 8px 2px;
	margin: 4px;
	color: #f779ba;
	text-align: center;
	font-size: 14px;
    font-size: 1.4rem;
    webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
#dlink-btn a:hover {
    background: #f779ba;
	color: #fff;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#dlink-btn-omission {
	display: inline-block;
	width: 40px;
	padding: 8px 2px;
	margin: 4px;
	text-align: center;
}

.atten {
	padding-left:12px;
	margin-bottom:4px;
	text-indent:-12px;
	line-height:1.2em;
}
.clear {
	clear:both;
}
