@charset "UTF-8";

.top-area.is-slider .inner {
   width: 100% !important;
	 max-width: none;
}
.top-area .slick-dots {
	background: #e8e8e8;
	height: 25px;
	position: relative;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.top-area .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.top-area .slick-dots li {
	margin: 0 8px;
	height: 10px;
	width: 10px;
}
.top-area .slick-dots > button {
	background: #fff;
	height: 10px;
	width: 10px;
	line-height: 0;
	padding: 0;
	color: transparent;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	transition: 0.2s linear;
}
.top-area .slick-dots > .slick-active button {
	background: #7f7f7f;
}
.top-area .slick-dots li button:hover,
.top-area .slick-dots li button:active {
	background: #bbbbbb;
}
.top-area .slick-dots li button:before {
	display: none;
}
.top-area .slick-dots li.slick-active button::before {
	display: none;
}
.top-area .slick-arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: 0;
	background: transparent;
	border-radius: 50%;
	top: 50%;
	z-index: 2;
	font-size: 0;
	transition: 0.3s ease-in-out;
}
.top-area .slick-prev {
	background: url("/common/images/btn-slider_prev.svg") no-repeat !important;
	background-size: cover;
	left: 50%;
	margin-left: -605px;
}
.top-area .slick-next {
	background: url("/common/images/btn-slider_next.svg") no-repeat !important;
	background-size: cover;
	right: 50%;
	margin-right: -605px;
}
.top-area .slick-prev:before,
.top-area .slick-next:before {
	display: none;
}
.top-area .slick-prev:hover,
.top-area .slick-next:hover {
	opacity: 0.6;
}
.top-area .slick-slide {
	position: relative;
}
.top-area .slider-filter {
	width: 100%;
	height: 100%;
}
.top-area .slick-slide.slick-current.slick-active .slider-filter:after {
  background: rgba(0,0,0,0);
}
.top-area .slider-filter:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: background .3s ease .3s;
	transition: background .3s ease .3s;
}

.slide-caption{
	padding: 20px 15px;
	color: #333;
	font-size: 20px;
  font-weight: bold;
}
.slide-caption span{
	font-size: 16px;
	color: #aaaaaa;
}

@media screen and (max-width : 767px) {
.top-area.is-slider .inner {
    padding: 0;
}
.top-area .slick-arrow {
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: -10px;
}
.top-area .slick-prev {
    left: 0%;
    margin-left: 5px;
    background: url("/common/images/btn-slider_prev-sp.svg") no-repeat !important;
}
.top-area .slick-next {
    right: 0%;
    margin-right: 5px;
    background: url("/common/images/btn-slider_next-sp.svg") no-repeat !important;
}
.slide-caption{
	font-size: 18px;
}
.slide-caption span{
	font-size: 14px;
}
}

/*regist-mv*/
.regist-mv{
  background: url("/common/images/regist-mv.png") no-repeat;
  background-size: cover;
}
.regist-mv .inner{
  padding:100px 0 300px;
}
.regist-mv .box-wrap{
  display: flex;
  justify-content: space-between;
}
.regist-mv .left-box{
  width: calc(100% - 500px);
  display: flex;
  flex-direction: column;
  color: #fff;
  border-right: none;
}
.regist-mv .left-box p{
  line-height: 2.25;
}
.regist-mv .left-box h1{
  margin: 50px 50px 50px 0;
  font-size: 50px;
}
.regist-mv .right-box{
  width: 440px;
  padding: 35px 15px 60px;
  justify-content: flex-start;
  text-align: center;
  background-color: #fff;
}
.regist-mv .title{
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
}
.regist-mv .new-btn a,
.regist-mv .write-btn a {
  display: block;
  width: 325px;
  padding: 23px 20px;
  border-radius: 999em;
  text-align: center;
  color: #fff;
  box-shadow: 5px 5px 5px rgba(195,191,170,0.7);
}
.regist-mv .new-btn{  
  margin: 0 auto;
}
.regist-mv .new-btn a{
  margin-left: 0;
  color: #FFF;
  background-color: #ff8048;
  border: 2px solid #ff8048;
}
.regist-mv .new-btn a:hover{
  text-decoration: none;
  color: #ff8048;
  background-color: #FFF;
  border: 2px solid #ff8048;
}
.regist-mv .write-btn{
  margin: 25px auto 0 !important;
}
.regist-mv .write-btn a {
  color: #fff;
  background-color: #17afbf;
  border: 2px solid #17afbf;
}
.regist-mv .write-btn a:hover{
  text-decoration: none;
  color: #17afbf;
  background-color: #fff;
  border: 2px solid #17afbf;
}
.new-btn + .write-btn {
  margin-left: none !important;
}
.regist-mv .blue-txt{
  margin-top: 15px;
}
.regist-mv .blue-txt a{
  color: #17afbf;
  text-decoration: none;
  font-weight: bold;
}
.regist-mv .blue-txt a:hover{
  text-decoration: underline;
}
.regist .footer-upper{
  padding: 30px 0 25px;
}
.regist .footer-upper .footer-service {
  margin-top: 0px;
}

@media screen and (max-width : 767px) {
.regist-mv .inner {
  padding: 30px 15px 50px;
}
.regist-mv .box-wrap {
  flex-direction: column;
}
.regist-mv .left-box {
  width: 100%;
  border-bottom: none;
}
.regist-mv .left-box h1 {
  margin: 10px 0 30px;
  font-size: 35px;
}
.regist-mv .left-box p {
  line-height: 1.8;
}
.regist-mv .right-box{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 15px 30px;
}
.regist-mv .title {  
  width: 100%;  
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 18px;
}
.regist-mv .new-btn,.regist-mv .write-btn{
  width: 100%;
}
.regist-mv .new-btn a, .regist-mv .write-btn a {
  width: auto;
}
.regist-mv .blue-txt {
  margin: 15px auto 0;
}

}

/* ranking-area */
.ranking-area{
	padding: 80px 0 100px;
	background-color: #fcfbed;
}
.ranking-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.ranking-wrap .box{
	width: calc((100% - 60px)/2);
}
.ranking-title{
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #dddabf;
}
.article{
	display: flex;
	position:relative;
	padding: 20px 20px 20px 10px;
	border-bottom: 2px dotted #dddabf;
}
.article .number{
	position:absolute;
	left: 0;
	top: 10px;
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	background-color: #ff8745;
	border-radius: 999em;
  z-index: 99;
}
.article .grid{
	flex-direction: column;
	justify-content: space-between;
}
.article .img{
  display: flex;
	min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;  
  margin-right: 20px;
  overflow: hidden;
}
.article .img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ranking-wrap .ranking-txt{
  width: 325px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
.ranking-wrap .ranking-txt{
  height: 40px;  
}
}
@media all and (-ms-high-contrast: none) and (max-width : 767px){
.ranking-wrap .ranking-txt{
  height: 36px; 
}
}

.article .date{
	margin-top: 5px;
	color: #aaaaaa;
	font-size: 13px;
}
.ranking-area .article a{
  display: flex;  
	color: #333;
  text-decoration: none;
}
.ranking-area .article a:hover{
	color: #ff8745;
}
.more-link{
	position: relative;
	margin: 20px 0 0 auto;
	width: 190px;
	border: 1px solid #ff8745;
	text-align: center;
}
.more-link a{
	display: block;
	padding: 8px 10px;
	background: url(/common/images/orange-arrow.png) no-repeat right 10px center;
	color: #ff8745;
	text-decoration: none;
}
.more-link a:hover{
	color: #fff;
	background: url(/common/images/white-arrow.png) no-repeat right 10px center #ff8745;
}

@media screen and (max-width : 767px) {
.ranking-area{
	padding: 40px 0 50px;
}
.ranking-area .inner{
  padding: 0 15px;
}
.ranking-wrap{
  flex-direction: column;
  margin-top: 20px;
}
.ranking-wrap .box{
	width: 100%;
}
.ranking-wrap .ranking-txt{
  width: 100%;
}
.right-ranking{
  margin-top: 40px;
}
.ranking-title{
	margin-bottom: 5px;
  font-size: 16px;
}
.article{
	border-bottom: 2px dotted #dddabf;
}
.ranking-area .article{
  padding: 20px 10px;
}
.article .grid{
	display: flex;
}
.article .img {
  display: flex;
  min-width: 70px;
  max-width: 70px;
  height: auto;
  min-height: 70px;
  max-height: 70px;
  margin-right: 10px;
}
.article .date{
	font-size: 11px;
}
.more-link{
	margin: 20px  auto 0;
}
}

@media screen and (max-width : 450px) {
.ranking-wrap .ranking-txt{
  width:260px;
}
}
@media screen and (max-width : 390px) {
.ranking-wrap .ranking-txt{
  width:220px;
}
}
@media screen and (max-width : 340px) {
.ranking-wrap .ranking-txt{
  width:200px;
}
}
/* category-area */

.category-area{
	padding: 60px 0;
	background: -moz-linear-gradient(left,  #f4594f 0%, #fc954d 100%);
	background: -webkit-linear-gradient(left,  #f4594f 0%,#fc954d 100%);
	background: linear-gradient(to right,  #f4594f 0%,#fc954d 100%);
}
.category-area h2{
	color: #fff;
}
.category-area .more-link{
	position: relative;
	margin: 10px auto;
	width: 420px;
	border: 1px solid #fff;
	text-align: center;
	color: #FFF;
}
.category-area .more-link a{
	color: #FFF;
	background: url(/common/images/white-arrow.png) no-repeat right 10px center;
}
.category-area .more-link a:hover{
	color: #f4594f;
	background: url(/common/images/orange-arrow.png) no-repeat right 10px center #fff;
}
.category-link {
	margin: 40px 0;
}
.category-link li + li{
	margin-left: 40px;
}
.category-link a{
	display: inline-block;
	min-width: 180px;
	padding: 15px 10px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 999em;
	border: 2px solid #fff;
	box-shadow: 5px 5px 5px rgba(202,110,62,0.5);
}
.category-link a:hover{
	color:#fff;
	background-color: transparent;
	border: 2px solid #fff;
}

@media screen and (max-width : 767px) {
.category-area{
	padding: 25px 0 40px;
}
.category-area .inner{
	padding: 0 15px ;
}
.category-area .more-link{
	width: 280px;
}
.category-link li + li{
	margin-left: 20px;
}
.category-link a{
	min-width: 150px;
}
}

/* point-area */
.point-area{
	padding: 100px 0;
	background-color: #f4efd4;
}
.point-wrap-all{
	display: flex;
	justify-content: space-between;
}
.point-wrap-all .box{
	width: calc((100% - 50px)/2);
}
.point-margin{
	margin: 40px 0 50px;
}

.point-bnr + .point-bnr{
	margin-top: 30px;
}

.balloon-txt{
	width: 220px;
	margin: 10px auto;
	padding: 7px 10px;
	border-radius: 999em;
	background-color: #efe9d3;
}

@media screen and (max-width : 767px) {
.point-area {
  padding: 40px 0;
}
.point-area .inner{
  padding: 0 15px;
}
.point-wrap-all {
  display: block;
}
.point-wrap-all .box {
  width: 100%;
}
.point-margin{
	margin: 20px 0 25px;
  }
.point-bnr + .point-bnr{
	margin-top: 20px;
}
.balloon-txt{
	width: 180px;
	margin: 10px auto;
	padding: 5px 10px;
}
}
@media screen and (max-width : 350px) {
 .balloon-txt{
   width: 150px;
} 
}

/* neta-area */
.neta-area{
	padding: 80px 0;
	background-color: #fcfbed;
}
.neta-area .lead{
	margin: 15px 0 30px;
}
.neta-ranking-all{
	display: flex;
	justify-content: space-between;
}
.neta-ranking-all .box{
	width: calc((100% - 60px)/2);
}
.neta-area .article{
	display: flex;
	padding: 15px 20px;
	border-bottom: 2px dotted #c9c2a6;
}
.neta-area .article a{
	color: #333333;
  text-decoration: none;
}
.neta-area .article a:hover{
  color: #ff8745;
}
.neta-area .article .txt {
  max-width: 325px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.neta-area .article .number{
	position: relative;
	top: 0;
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	text-align: center;
	color: #FFF;
	background-color: #ff8745;
	border-radius: 999em;
}
.neta-area .article .icon{
	margin-left: 10px;
	min-width: 60px;
}

@media screen and (max-width : 767px) {
.neta-area{
	padding: 40px 0;
}
.neta-area .inner{
  padding:0 15px;
}
.neta-ranking-all{
  flex-direction: column;
}
.neta-ranking-all .box{
	width: 100%;
}
.neta-area .article{
	padding: 10px;
}

.neta-area .article .icon{
	min-width: 50px;
}
}
/* banner-area */
.banner-area{
	padding: 30px 15px;
	background-color: #FFF;
}
.banner-area .img img{
	border: 3px solid #cccac8;
	border-radius: 10px;
}

/* notice-area */
.notice-area{
	padding: 60px 0;
	background: -moz-linear-gradient(left,  #f4594f 0%, #fc954d 100%);
	background: -webkit-linear-gradient(left,  #f4594f 0%,#fc954d 100%);
	background: linear-gradient(to right,  #f4594f 0%,#fc954d 100%);
}
.notice-area h2{
	color: #FFF;
}
.notice-area .more-link{
	position: relative;
	width: 190px;
	margin: 0;
	border: 1px solid #fff;
	text-align: center;
	color: #FFF;
}
.notice-area .more-link a{
	color: #FFF;
	background: url(/common/images/white-arrow.png) no-repeat right 10px center;
}
.notice-area .more-link a:hover{
	color: #f4594f;
	background: url(/common/images/orange-arrow.png) no-repeat right 10px center #fff;
}

.notice-list-wrap{
	margin-top: 25px;
	padding: 10px 15px;
	background-color: #FFF;
	border-radius: 10px;
}
.notice-list{
	display: flex;
	align-items: center;
	padding: 15px;
	border-bottom: 2px dotted #dddddd;
}
.notice-list-wrap .notice-list:last-of-type{
	border-bottom: none;
}
.notice-list .date{
	min-width: 75px;
	margin-right: 35px;
	color: #aaaaaa;
}
.notice-list .txt a{
	color: #333333;
	text-decoration: none;
}
.notice-list .txt a:hover{
  color: #ff8745;
}
@media screen and (max-width : 767px) {
.notice-area{
	padding: 30px 0 50px;
}
.notice-area .inner{
  padding: 0 15px;
}
.notice-area .more-link{
	width: 150px;
}
.notice-area .more-link a{
	background: url(/common/images/white-arrow.png) no-repeat right 5px center;
}
.notice-area .more-link a:hover{
	background: url(/common/images/orange-arrow.png) no-repeat right 5px center #fff;
}
.notice-list-wrap{
	margin-top: 15px;
	padding: 10px 10px;
	background-color: #FFF;
	border-radius: 10px;
}
.notice-list{
  align-items: stretch;
  flex-direction: column;
  padding: 15px 5px;
  border-bottom: 2px dotted #dddddd;
}
.notice-list .date{
	margin-right: 0;
}
}

/* ranking-box */

.is-ranking .ranking-wrap{
  display: block;
}
.is-ranking .ranking-area{
  padding: 65px 0 60px;
}
.is-ranking.is-new .article a{
  width: 100%;  
  padding: 40px 50px;
}
.is-ranking.is-new .article .number {
  left: 30px;
  top: 25px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 100;
}
.is-ranking .article .img {  
  display: flex;
  min-width: 180px;
  max-width: 180px;
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
}
.is-ranking .article .img img{  
  width: 100%;
  object-fit: cover;
}

.is-ranking .ranking-wrap .ranking-txt{
  width: 100%;
  white-space:normal;
  overflow:auto;
  text-overflow: inherit;
  display: block;
}
@media all and (-ms-high-contrast: none) {
.is-ranking .ranking-wrap .ranking-txt{
  overflow: hidden;
}
.is-ranking .ranking-wrap .grid{
  overflow: hidden;
}
}

.is-ranking .nav-links{
  margin-top: 120px;
  padding:10px;
  display:flex;
  justify-content:center;
  align-items: center;
  background:#fcfbed;
}
 .is-ranking .nav-links a,.is-ranking .nav-links span{
  width:40px;
  height:40px;
  margin:2px;
  line-height:40px;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  background:#e8e1d4;
  color:#fff;
}
 .is-ranking .nav-links a:hover{
  background:#ff8745;
}
.is-ranking .nav-links .current{
  background:#ff8745;
}
.is-ranking .nav-links .dots{
  margin-top: -13px;
  color: #e8e1d4;
  background: #fcfbed;
  font-size: 26px;    
}

@media screen and (max-width : 767px) {
 .is-ranking .ranking-area{
  padding: 40px 0 50px;
}
.is-ranking.is-new .article a{
  width: 100%;  
  padding: 20px 10px 20px 25px;
}
.is-ranking.is-new .article .number {
  left: 15px;
  top: 10px;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  z-index: 100;
  font-size: 12px;
}
.is-ranking .article .img {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-right: 15px;
}
.is-ranking .article .img img {
  width: 100%;
  height: auto;
}
.is-ranking .ranking-txt{
  margin-top: 5px !important;
}
.is-ranking .nav-links{
  margin-top: 60px;
}
  
}
/* is-new */
.is-new .article{
  padding: 0;
  background-color: #FFF;
  border-bottom: none;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(195,191,170,0.5);
}
.is-new .article+.article{
  margin-top: 25px;
}
.is-new .article a{
  display: flex;
  width: 100%;
  padding: 20px 20px 20px 25px;
}
.is-new .article a:hover{
  color: #333;
  background-color: #fff0e4;
}
.is-new .ranking-txt{
  margin-top: 10px;
}
@media screen and (max-width : 767px) {
.is-new .article a{
  width: 100%;
  padding: 15px 10px;
}
}

/* is-category */
.hover-menu-all{
  background-color: #f4efd4;
}
.hover-menu{
  display: flex;
}
.hover-menu>li {
  width: 20%;
  position: relative;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.hover-menu>li:after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #bab5a0;
  border-right: solid 2px #bab5a0;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.hover-menu>li.on{
  color: #fff;
  background-color: #e0694c;
}
.hover-menu>li.on:after{
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.hover-menu-sub{
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 100;
  box-shadow: 5px 5px 5px rgba(195,191,170,0.5);
}
.hover-menu-sub li a{
  display: block;
  width: 200px;
  padding: 20px;
  color: #333;
  text-decoration: none;
  background-color: #FFF;
  border-bottom: 1px dotted #dddddd;
}
.hover-menu-sub li:last-of-type a{
  border-bottom: none;
}
.hover-menu-sub li a:hover{
  background-color: #fff0e4;
}
.is-category .ranking-wrap + .anchor-title {
  margin-top: 100px;
}
.is-category .anchor-title{
  width: 100%;
  position: relative;
}
.is-category .anchor-title p{
  padding: 15px;
  text-align: center;
  border: 2px solid #fc954d;
  border-radius: 999em;
  color: #f4594f;
  font-weight: bold;
	background: -moz-linear-gradient(left,  #f4594f 0%, #fc954d 100%);
	background: -webkit-linear-gradient(left,  #f4594f 0%,#fc954d 100%);
	background: linear-gradient(to right,  #f4594f 0%,#fc954d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-category .anchor-title + .ranking-title {
    margin-top: 40px;
}
.is-category .ranking-title{
  margin-top: 80px;
}
@media all and (-ms-high-contrast: none) {
.is-category .anchor-title p{
  background: none;
}
}

@media screen and (max-width : 767px) {
.hover-menu-all .inner{
  max-width: 100%;
}
.hover-menu{
  width: 100%;
  flex-direction: column;
}
.hover-menu>li {
  width: 100%;
  padding: 0;  
  border-bottom: 1px solid #ddd4b1;
}
.hover-menu>li:after{
  display: none;
}
.hover-menu>li span{
  display: block;
  position: relative;
  padding: 15px;
}
.hover-menu>li span:after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #bab5a0;
  border-right: solid 2px #bab5a0;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.hover-menu>li.on span:after{
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.hover-menu-sub{
  position: static;
  width: 100%;
  box-shadow: none;
}
.hover-menu-sub li a {
  width: 100%;
  padding: 15px;
}  
.is-category .ranking-wrap + .anchor-title {
    margin-top: 50px;
}
.is-category .right-ranking{
  margin-top: 25px;
}
.is-category .ranking-area p[id*="anc"]{
  margin-top: -143px;
  padding-top: 183px;
}
.is-category .anchor-title + .ranking-title {
  margin-top: 20px;
}
.is-category .ranking-title{
  margin-top: 40px;
}
.is-category .anchor-title p {
  padding: 10px;
  }
}

/*affiliate-area*/
.affiliate-area .ttl-02{
  font-size: 30px;
  font-weight: bold;
}
.affi-lead{
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  background: repeating-linear-gradient(-45deg, #fcfbed, #fcfbed 6px, #f4efd4 0, #f4efd4 12px);
}
.affi-lead .more-link{
  margin: 20px auto 0 0 !important;
}
.bg-gra{
  background: -moz-linear-gradient(left, #f4594f 0%, #fc954d 100%);
  background: -webkit-linear-gradient(left, #f4594f 0%,#fc954d 100%);
  background: linear-gradient(to right, #f4594f 0%,#fc954d 100%);
}
.recruiting-wrap{
  margin: 80px 0 120px;
}
.recruiting-box > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 50px 20px 20px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(195,191,170,0.6);
  color: inherit;
}
.recruiting-box > a:hover{
  text-decoration: none;
}
.recruiting-box + .recruiting-box{
  margin-top: 30px;
}
.left-box {
  display: flex;
  align-items: center;
  width: calc(100% - 210px);
  border-right: 2px dotted #cccccc;
}
.left-box>.img{
  margin-right: 30px;
}
.left-box>.img img {
  min-width: 200px;
  width: 200px;
  height: auto;
}
.left-box .txt p{
  font-size: 22px;
  font-weight: bold;
}
.left-box .txt p span{
  font-size:15px;
  font-weight: normal;
  color: #666663;
}
.left-box .icoin-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.left-box .icoin-wrap .img{
  margin-right: 8px;
}
.right-box {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.box-mb{
  margin-bottom: 8px;
}
.right-box .point-sub{
  font-size: 20px;
  text-decoration: line-through;
  color: #aaaaaa;
}
.right-box .point{
  font-size: 36px;
  font-weight: bold;
  color: #f46256;
}
.friend-box{
  padding: 70px 0;
  margin: 0 -60px 0 0;
  background: url(/point_up/images/img-lifemedia.png) no-repeat right -40px center;
  color: #fff;  
}
.friend-box .box{
  width: 490px;
}
.friend-box .ttl-02{
  margin-bottom: 20px;
}
.friend-box .more-box{
  display: flex;
  align-items: center;
  margin: 20px 0 25px;
  padding: 20px;
  border: 1px solid #fff;
}
.friend-box .more-box .blowing{
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 5px;
  width: 80px;
  height: 80px;
  line-height:80px;
  text-align: center;
  color: #ff8745;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.friend-box .more-box .blowing:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
}
.friend-box .font-small{
  font-size: 13px;
}
.point-all .inner{
  padding: 75px 0 100px;
}
.point-all .list-note{
  font-size: 14px;
}
.point-all a{
  text-decoration:underline;
  color: #ff8745;
}
.point-all a:hover{
  opacity: 0.7;
}
.point-step-wrap{
  margin-top: 40px;
}
.point-step{
  display: flex;
  justify-content: space-between;
}
.point-step+.point-step{
  margin-top: 30px;
}
.point-step .box:first-of-type{
  width: 450px;
  min-width: 450px;
  margin-right: 30px;
}
.point-step .box .ttl-02{
  margin:20px 0 25px;
  color: #ff8745;
  font-weight: bold;
}
.gra-box-all{
  margin-top: 35px;
  position: relative;
  border-left:2px solid #ff744a;
  border-right:2px solid #fbab4b;
}
.point-step .gra-box-all:before,
.point-step .gra-box-all:after{
  content:"";
  display:block;
  height:2px;
  width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#ff744a), to(#fbab4b));
	background:-moz-linear-gradient(left, #ff744a, #fbab4b);
	background:linear-gradient(left, #ff744a, #fbab4b);
}
.point-step .gra-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.point-step .gra-box .box{
  width: auto;
  min-width: auto;
}
.point-lead{
  margin-top: 35px;
  padding: 30px 40px 30px 65px;
  background-color: #f4efd4;
}
.point-lead .point-lead-note li{
  position: relative;
  padding-left: 15px;
}
.point-lead .point-lead-note li:before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff8745;
  border-radius: 999em;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.point-lead .point-lead-note li+li{
  margin-top: 5px;
}
.blog-box{
  padding: 80px 0;
}
.blog-box .grid{
  justify-content: space-between;
  margin-top: 35px;
}
.blog-box .grid .box{
  width: calc((100% - 20px)/2);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(195,191,170,0.6);
}
.blog-box .grid .box a{
  display: block;
  padding: 25px 20px;
  color: #333;
  text-decoration: none;
}
.blog-box .grid .box a:hover{
  background-color: #fff0e4;
}
.blog-box .balloon-txt{
  margin: 0 auto 10px 0;
  text-align: center;
}
.blog-box .balloon-txt{
  margin: 0 auto 10px 0;
  text-align: center;
}
.blog-box .grid .txt{
  width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-area .inner{
  padding: 70px 0 80px;
}
.contact-area h2{
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.contact-area .notice-list-wrap{
  border-radius: 5px;
}

@media screen and (max-width : 767px) {
.affiliate-area .ttl-02 {
  font-size: 20px;
}
.affi-lead{
  display: block;
  padding: 20px 10px;  
}
.recruiting-wrap {
  margin: 40px 0 60px;
}
.recruiting-box > a{
  flex-direction: column;
  padding: 15px 10px;
}
.left-box {
  width: 100%;
  padding-bottom: 15px;
  border-right: none;
  border-bottom: 2px dotted #cccccc;
}
.left-box>.img {
  margin-right: 15px;
}
.left-box .img img {
  min-width: 150px;
  width: 150px;
}
.left-box .txt p {
  font-size: 18px;
}
.left-box .txt p span {
  font-size: 13px;
}
.left-box .icoin-wrap {
  margin: 10px 0;
}
.left-box .icoin-wrap .img{
  margin-top: 5px;
}  
.right-box {
  flex-direction:row;
  align-items: baseline;
  margin-top: 10px;
}
.box-mb {
  margin-bottom: 0;
}
.right-box .point-sub {
  font-size: 15px;
  margin-right: 10px;
}
.right-box .point {
  font-size: 32px;
}
.friend-box{
  padding: 40px 0;
  margin: 0;
  background: none;
}
.friend-box .box{
  width:100%;
}
.friend-box .more-box {
  flex-direction: column;
  margin: 15px 0 20px;
  padding: 10px 15px;
}
.friend-box .more-box .blowing{
  margin: 0 0 15px 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.friend-box .more-box .blowing:before {
  position: absolute;
  bottom: -22px;  
  top: auto;
  right:auto;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 0;
}
.sp-img{
  width: 80%;
  text-align: center;
  margin: 20px auto 0;
}  
.point-all .list-note{
  font-size: 12px;
}
.point-step-wrap{
  margin-top: 25px;
}
.point-step{
  flex-direction: column;  
}
.point-step+.point-step {
  margin-top: 40px;
}
.point-step .box:first-of-type{
  width: 100%;
  min-width: auto;
  margin-right: 0px;
  text-align: center;
}
.point-step .box .ttl-02{
  margin:15px 0;
}
.gra-box-all {
  margin-top: 20px;
}
.point-step .gra-box{
  padding: 15px 10px;
}
.point-step .gra-box .box:first-of-type {
  width: 30%;
  margin-right: 10px;
}
.point-step .gra-box .box:last-of-type {
  width: 70%;
  font-size: 13px;
}  
.point-step .list-note{
  margin-top: 15px;
}
.point-all .inner{
  padding:40px 15px !important;  
}  
.point-lead{
  margin-top: 20px;
  padding: 20px;
}
.blog-box{
  padding: 40px 0 20px;
}
.blog-box .grid .box{
  width: 100%;
}
.blog-box .grid .box a{
  padding: 15px 10px;
}
.blog-box .grid .box+.box{
  margin-top: 20px;
}
.blog-box .balloon-txt{
  margin: 0 auto 10px;
}
.blog-box .grid .txt {
  width: 100%;
}
.contact-area .inner {
  padding: 40px 15px;
}
.contact-area .notice-list-wrap {
  padding: 5px 10px;
}
}

/*pointup-area*/
.is-point .lower-mv h1 {
  padding: 25px 0 35px;
}
.pointup-area{
  padding: 75px 0;
}
.board-wrap-all {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.board-wrap{
  width: calc(100% - 70px);
  margin:10px 0 10px;
  padding: 10px;
  background-color: #d6d4c8;  
}
.gray-board {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #FFF;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
}
.present-box{
  margin: 60px 90px;  
}
.present-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddabf;
}
.present-txt + .present-txt{
  margin-top: 15px;
}
.present-txt .point{
  margin-left: 20px;
  min-width: 150px;
  text-align: right;
  font-size: 64px;
  font-weight: bold;
  color: #f46256;
}
.present-txt .point.point-awrad{
  margin-left: 57px;
}
.present-txt .point span{
  margin-left: 5px;
  font-size: 24px;
}
.blue-btn {
  text-align: center;
}
.blue-btn p{
  position: relative;
  color: #17afbf;
  font-weight: bold;
}
.blue-btn p:before{
  content: '';
  display: inline-block;
  position: absolute;
  margin-left: -30px;
  top: 50%;  
  width: 16px;
  height: 2px;
  background-color: #17afbf;
  transform: rotate(70deg);
}
.blue-btn p:after{
  content: '';
  display: inline-block;
  position: absolute;
  margin-left: 13px;
  top: 50%;  
  width: 16px;
  height: 2px;
  background-color: #17afbf;
  transform: rotate(-70deg);
}
.blue-btn a {
  display: block;
  width: 520px;  
  margin: 10px auto 0;
  padding: 12px 15px;
  color: #fff;
  font-size: 24px;
  background: url(/common/images/white-arrow.png) no-repeat right 25px center #17afbf;
  background-color: #17afbf;
  border: 2px solid transparent;
  border-radius: 999em;
  text-decoration: none;
}
.blue-btn a:hover{
  color: #17afbf;
  border: 2px solid #17afbf;
  background-color: #fff;
  background: url(/common/images/light-blue-arrow.png) no-repeat right 25px center #fff;
}
.process-box{
  padding: 40px 10px;
  text-align: center;
  background: repeating-linear-gradient(-45deg, #fcfbed, #fcfbed 6px, #f4efd4 0, #f4efd4 12px);
}
.process-box .inner{
  padding: 0; 
}
.process-box .lead{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.is-point .more-link{
  width: 420px;
  margin: 20px auto 0;
}
.is-point .more-link a{    
  background: url(/common/images/gra-arrow.png) no-repeat right 5px center#fcfbed;  
}
.is-point .more-link a:hover{
  color: #fff;
  background: url(/common/images/white-arrow.png) no-repeat right 5px center #ff8745;
}

@media screen and (max-width : 767px) {
.is-point .lower-mv h1 {
  padding: 40px 0;
}
.pointup-area{
  padding: 40px 0;
}
.pointup-area .inner{
  padding: 0 15px; 
}
.board-wrap-all {
  flex-direction: column;
  margin-top: 15px;
}
.board-wrap{
  width: 100%;
  margin: 0;
  padding: 5px;
}
.board-wrap+.board-wrap{
  margin: 15px 0 0;
}
.board-wrap-all .board-wrap:last-of-type{
  margin-bottom: 20px;
}
.gray-board {
  padding: 15px;
  min-height: auto;
  font-size: 18px;
}
.present-box{
  margin: 30px 10px;
}
.present-txt{
  flex-direction: column;
}
.present-txt .point{
  margin: 0;
  font-size: 40px;
  min-width: auto;
  text-align: center;
}
.present-txt .point span{
  font-size: 24px;
}
.present-txt .point.point-awrad{
  margin-left: 0;
}
.blue-btn a {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  background: url(/common/images/white-arrow.png) no-repeat right 25px center #17afbf;  
}
.process-box{
  padding: 30px 10px;  
}
.process-box .lead{
  margin-bottom: 20px;
  font-size: 16px;
}
.present-txt .img{
  margin-bottom: 10px;
}
.spmt-5{
  margin-top: 5px;
}
.is-point .more-link{
  width:100%;
}
}

/* plan-area */
.plan-area .inner{
  padding: 50px 0 120px;
}
.plan-area .tab {
  width: 50%;
  font-weight: bold;
  color: #333;
  background: #e5e2d6;
}
.plan-area .tab.active{
  color: #fff;
}
.plan-area .tab-box {
  display: none;
  border: none;
  padding: 0;
}
.plan-area .tab-box.active{
  display: block;
}
.plan-area .tab-box.tab01 {
  border-top: 2px solid #9ad63b;
}
.plan-area .tab-box.tab02 {
  border-top: 2px solid #f8634d;
}
.plan-area .tab.tab-basic.active{
  background: -moz-linear-gradient(left,  #f4594f 0%, #fe784d 49%, #fbab4b 100%);
  background: -webkit-linear-gradient(left,  #f4594f 0%,#fe784d 49%,#fbab4b 100%);
  background: linear-gradient(to right,  #f4594f 0%,#fe784d 49%,#fbab4b 100%);
}
.plan-area .tab.tab-free.active{
  background: -moz-linear-gradient(left, #a7e05c 0%, #89c91b 100%);
  background: -webkit-linear-gradient(left, #a7e05c 0%,#89c91b 100%);
  background: linear-gradient(to right, #a7e05c 0%,#89c91b 100%);
}
.plan-area .table-box{
  padding: 40px 50px 80px;
  text-align: center;
  background-color: #fff;
}
.plan-area .tab-box.tab01 .blowing-txt{
  background-color: #a0c554;
}
.plan-area .table-box .blowing-txt{
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  background-color: #ff8745;
}
.plan-area .tab-box.tab01 .blowing-txt:before{
  border-top: 15px solid #a0c554;
}
.plan-area .table-box .blowing-txt:before{
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff8745;
}
.plan-area .table-box .title{
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.plan-area .table-box .title span{
  font-size: 16px;
}
.plan-area .icon-box{
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.plan-area .icon-box .box{
  width: calc((100% - 135px)/5);
}
.plan-area .icon-box .box .title{
  margin: 18px 0;
  font-size: 18px;
  font-weight: bold;
}
.plan-area .icon-box .box .txt{
  font-size: 14px;
}
.plan-area .tab-content .form-btn{
  width: 720px;
  margin: 0 auto;
}
.plan-area .tab-content .tab01 .form-btn a{
   border: 2px solid #2abc92;
   color: #2abc92;
}
.plan-area .tab-content .form-btn a{
  display: block;
  padding: 15px;
  border: 2px solid #ff8048;
  border-radius: 999em;
  color: #ff8048;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
}
.plan-area .tab-content .tab01 .form-btn a:hover{
  background-color: #2abc92;
}
.plan-area .tab-content .form-btn a:hover{
  border: 2px solid transparent;
  color: #fff;
  background-color: #ff8048;
}
.plan-area .tab-content .form-btn a:hover span:before,
.plan-area .tab-content .form-btn a:hover span:after{
  background-color: #fff;
}
.plan-area .tab-content .form-btn span{
  position: relative;
  display: inline-block;
  margin: 0 30px 5px;
}
.plan-area .tab-content .tab01 .form-btn span:before{
  background-color: #2abc92;
}
.plan-area .tab-content .form-btn span:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ff8048;
  transform: rotate(70deg);
}
.plan-area .tab-content .tab01 .form-btn span:after{
  background-color: #2abc92;
}
.plan-area .tab-content .form-btn span:after{
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ff8048;
  transform: rotate(-70deg);
}
.plan-area .table-box .list-note{
  font-size: 13px;
}

/*table*/
.plan-area .table-wrap-all{
  padding: 10px 30px 70px;
  background-color: #fff;
}
.plan-area .table-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #dddabf;
}
.plan-area .table-title p:nth-of-type(2){
  font-weight: normal;
  font-size: 13px;
}
.plan-area .table-wrap-all .tbl-scroll+.tbl-scroll{
  margin-top: 30px;
}
.table-wrap .tbl .bg-thickgray {
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  z-index: 999;
}
.plan-area .tbl .bg-yellow{
  background-color: #fff6b8;
  border-left: 1px solid #fff6b8;
  border-right: 1px solid #fff6b8;
  border-bottom: 1px solid #fff6b8;
}
.plan-area .tbl .bg-orange{
  background-color: #ffca8a;
  border-right: 1px solid #ffca8a;
  border-bottom: 1px solid #ffca8a;
}
.plan-area .tbl .bg-pink{
  background-color: #fcb9ac;
  border-right: 1px solid #fcb9ac;
  border-bottom: 1px solid #fcb9ac;
}
.plan-area .tbl .bg-green{
  border-left: 1px solid #bed3cf;
  border-right: 1px solid #bed3cf;
  border-bottom: 1px solid #bed3cf;
}
.plan-area .tbl .bg-lightgreen{
  border-right: 1px solid #eaf5c7;
  border-bottom: 1px solid #eaf5c7;
}
.plan-area .tbl .bg-aboutgreen{
  background-color: #d1e090;
  border-right: 1px solid #d1e090;
  border-bottom: 1px solid #d1e090;
}
.plan-area .tbl .bg-thickgreen{
  background-color: #a0c554;
  border-right: 1px solid #a0c554;
  border-bottom: 1px solid #a0c554;
}
.table-wrap .tbl .width24{
  width: 24%;
  min-width: 235px;
}
.table-wrap .tbl .width19{
  width: 19%;
}
.plan-area .table-wrap .tbl thead th{
  padding: 10px;
  font-size: 16px;
  border-top: none;
}
.plan-area .table-wrap .tbl tbody th{
  padding: 20px 16px 20px 20px;
}
.plan-area .table-wrap .tbl td span{
  font-size: 13px;
}
.plan-area .list{
  margin: 30px 0 50px;
  font-size: 13px;
}
.plan-area .list a{
  color: #ff8745;
}

@media screen and (max-width : 767px) {
.plan-area .table-box {
  padding: 20px 15px 40px;
} 
.plan-area .table-box .blowing-txt{
  width: 100%;
}
.plan-area .table-box .title{
  font-size: 20px;
}
.plan-area .table-box .title span{
  font-size: 14px;
}
.plan-area .icon-box{
  flex-wrap: wrap;
  margin: 30px 0;
}
.plan-area .icon-box .box{
  width:calc((100% - 20px)/2);
}
.plan-area .icon-box .box:nth-of-type(n+3){
  margin-top: 20px;
}
.plan-area .icon-box .box .title{
  margin: 10px 0;
  font-size: 14px;
}
.plan-area .icon-box .box .txt{
  font-size: 12px;
}
.plan-area .tab-content .form-btn{
  width: 100%;
}
.plan-area .table-wrap-all{
  padding: 10px 15px 40px;
}
.plan-area .table-title{
  flex-direction: column;
}
.plan-area .table-title p:nth-of-type(2){
  margin-top: 5px;
  font-size: 12px;
}
.table-wrap .tbl .width24{
  min-width: 185px;
}
.table-wrap .tbl .width19{
  min-width: 150px;
}
.plan-area .table-wrap .tbl thead th{
  font-size: 15px;  
}
.plan-area .table-wrap .tbl thead th.width40{
  width: 220px;
  min-width: 220px;
}
.plan-area .table-wrap .tbl thead th.width20{
  min-width: 140px;
}
.plan-area .table-wrap .tbl tbody th{
  padding: 15px 10px;
  font-size: 13px;
}
.plan-area.table-wrap .tbl tbody td{
  font-size: 13px;
}
.plan-area .table-wrap .tbl td span{
  font-size: 11px;
}
.plan-area .list{
  margin: 20px 0 40px;
  font-size: 12px;
}

}

/* theme-area */
.theme-menu-all{
  background-color: #f4efd4;
}
.theme-menu{
  display: flex;
}
.theme-menu>li {
  width: 25%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.theme-menu a{
  display: block;
  padding: 20px;
  color: #333;
  text-decoration: none;
}
.theme-menu a:hover{
  color:#FFF;
  background-color: #e0694c;
}
.theme-area{
  padding: 60px 0 160px;
  background-color: #fcfbed;
}
.theme-box + .theme-box{
  margin-top: 80px;
}
.theme-title{
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #dddabf;
}
.theme-box .box-wrap{
  display: flex;
  justify-content: space-between;
}
.theme-box .box-wrap+.box-wrap{
  margin-top: 50px;
}
.theme-box .box-wrap span{
  display: block;
  margin-top: 15px;
}
.theme-box .box{
  width: calc((100% - 70px)/3);
  text-align: center;
}
.theme-box .more-link{
  width: 420px;
  margin: 40px auto 0;
}
.all-template{
  padding: 75px 0;
  background: -moz-linear-gradient(left, #f4594f 0%, #fc954d 100%);
  background: -webkit-linear-gradient(left, #f4594f 0%,#fc954d 100%);
  background: linear-gradient(to right, #f4594f 0%,#fc954d 100%);
}
.all-template p{
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.all-template .more-link{
  position: relative;
  margin: 30px auto 0;
  width: 420px;
  border: 1px solid #fff;
  text-align: center;
  color: #FFF;
}
.all-template .more-link a{
  color: #FFF;
  background: url(/common/images/white-arrow.png) no-repeat right 10px center;
}
.all-template .more-link a:hover{
  color: #f4594f;
  background: url(/common/images/orange-arrow.png) no-repeat right 10px center #fff;
}
@media screen and (max-width : 767px) {
.theme-menu-all .inner{
  max-width: 100%;  
}
.theme-menu{
   flex-direction: column;
}
.theme-menu>li {
  width: 100%;
  border-bottom: 1px solid #dddabf;
}
.theme-menu a{
  width: 100%;
  padding: 15px;
}
.theme-area {
  padding: 50px 0 80px;
}
.theme-area .inner{
  padding: 0 15px;
}
.theme-box .box{
  width: 100%;
}
.theme-box .box+.box{
  margin-top: 25px;
}
.theme-box .box-wrap{
  display: block;
}
.theme-box .box-wrap+.box-wrap {
  margin-top: 25px;
}
.theme-box .box-wrap span{
  margin-top: 10px;
}
.theme-box .more-link {
  width: 280px;
}
.all-template{
  padding: 40px 0;
}
.all-template p{
  font-size: 20px;
}
.all-template .more-link {
  width: 280px;
}
.all-template .inner{
  padding: 0 15px;
}
}

/*light-option-area*/
.light-option-area{
  padding: 56px 0 100px;
}
.point-column{
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 24px;
}
.point-column span{
  font-size: 16px;
}
.point-column .box{
  width: calc((100% - 25px)/2);
  position: relative;
  padding: 43px 35px 37px;
  background: repeating-linear-gradient(-45deg, #fcfbed, #fcfbed 6px, #f4efd4 0, #f4efd4 12px);
}
.point-column .box .number {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -31px;
  min-width: 62px;
  height: 62px;
  line-height: 1.1;
  font-weight: bold;
  z-index: 50;
  background-color: #ff8048;
  border-radius: 999em;
  color: #FFF;  
}
.point-column .box .number span{
  font-size: 10px;
}
.light-option-area .table-wrap{
  margin-top: 60px;
  padding: 30px 30px 50px;
  background-color: #fff;
}
.light-option-area .table-wrap p:first-of-type{
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #dddabf;
}
.table-wrap .tbl .bg-thickgray{  background-color: #e2e2e2;}
.table-wrap .tbl .bg-gray{  background-color: #f4f4f4;}
.table-wrap .tbl .bg-green{  background-color: #bed3cf;}
.table-wrap .tbl .bg-lightgreen{  background-color: #eaf5c7;}

.table-wrap .tbl thead th{
  padding: 25px;
}
.table-wrap .tbl tbody th{
  padding: 20px 25px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.table-wrap .tbl tbody td{
  text-align: center;
  font-size: 16px;
}
.table-wrap .tbl .width26{
  width: 26%;
}
.table-wrap .tbl .width48{
  width: 48%;
}
.light-option-area .table-wrap .form-btn{
  width: 530px;
  margin: 40px auto 0;
}
.light-option-area .table-wrap .form-btn a{
  display: block;
  padding: 15px;
  color: #ff8745;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ff8745;  
  border-radius: 999em;
  text-decoration: none;
  box-shadow: 5px 5px 5px rgba(195,191,170,0.6);
}
.light-option-area .table-wrap .form-btn a:hover{
  border: 1px solid transparent;
  color:#fff;
  background-color: #ff8745;
}

@media screen and (max-width : 767px) {
.light-option-area{
  padding: 56px 15px 50px;
}
.point-column{
  display: block;
  font-size: 20px;
}
.point-column span{
  font-size: 14px;
}
.point-column .box{
  width: 100%;
  padding: 43px 15px 25px;
}  
.point-column .box+.box{
  margin-top: 50px;
}
.point-column .box .number {
  top: -26px;
  margin-left: -27px;
  min-width: 54px;
  height: 54px;
  line-height: 1.2;
}
.light-option-area .table-wrap{
  margin-top: 60px;
  padding: 30px 10px 40px;
  background-color: #fff;
}
.table-wrap .tbl .width26{
  min-width: 180px;
}
.table-wrap .tbl thead th{
  padding: 15px;
}
.table-wrap .tbl thead th:first-of-type{
  position: sticky;
  left: -1px;
  z-index: 40;
}
.table-wrap .tbl tbody th{
  padding: 15px;
  font-size: 14px;
  position: sticky;
  left: -1px;
  z-index: 40;
}
.table-wrap .tbl tbody td{
  font-size: 14px;
}
 .light-option-area .table-wrap .form-btn{
  width: 100%;
  margin: 20px auto 0;
}
}

/*kiyaku-area*/
.kiyaku-area{
padding: 65px 0 60px;
background-color: #fcfbed;
}
.kiyaku-wrap .link-box{
margin: 20px 10px 20px;
}
.kiyaku-wrap .number-title{
margin-top: 50px;
}
.kiyaku-wrap .number-title span {
display: block;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: center;
font-size: 22px;
font-weight: bold;
border-bottom: 1px dashed #afafaf;
}
.kiyaku-wrap .sub-number-list{
margin: 20px 10px 20px;
}
.kiyaku-wrap .sub-number-list p+p{
margin-top: 10px;
}
@media screen and (max-width : 767px) {
.kiyaku-area{
padding: 40px 15px 50px;
}
.kiyaku-area p{
word-break: break-all;
}
.kiyaku-wrap .number-title{
margin-top: 35px;
}
.kiyaku-wrap .number-title span {
font-size: 20px;
}
}

@media all and (-ms-high-contrast: none) {
.regist-mv .new-btn a, .regist-mv .write-btn a{
  margin: 0 auto !important
}
}