/* Scss Document */

.txt {
/*	line-height: 1.7;*/
	line-height: 2;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
}
.area_pagetit .basic-label {
	margin-bottom: 10px;
	background: #000;
	font-weight: 900;
}

/* font */
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/NotoSansCJKjp-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
        url('../font/NotoSansCJKjp-Medium.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../font/NotoSansCJKjp-Bold.eot')  format('eot');
    font-display: swap;

}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
        url('../font/NotoSansCJKjp-Black.eot')  format('eot');
    font-display: swap;
}
body {
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;

}

/* 下層ページタイトル */

.area_pagetit .basic-pagename {
	margin-bottom: 10px;
	font-weight: 900;
}
.basic-pagename {
	display: inline-block;
	height: 40px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 28px 3px 28px;
	background: #000000;
}
/* 下層ページタイトル end*/

.area_pagetit .lead {
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.area_pagetit {
		padding: 20px 0;
	}
	.area_pagetit .basic-label {
		font-size: 16px;
	}
	.area_pagetit .basic-pagename {
		font-size: 16px;
	}
	.area_pagetit .lead {
		font-size: 18px;
	}
	.area_pagetit .txt {
		font-size: 12px;
	}
	.basic-pagename {
		display: inline-block;
		height: 32px;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		text-align: center;
		padding: 5px 16px 3px 16px;
		background: #000000;
	}

}
@media print, screen and (min-width: 768px) {
	.area_pagetit {
		padding: 30px 0;
	}
	.area_pagetit .container {
		display: flex;
	}
	.area_pagetit .container_980 {
		display: flex;
	}
	.area_pagetit .box_cont {
		padding-right: 40px;
		min-width: 70%;
	}
	.area_pagetit .basic-label {
		font-size: 20px;
	}
	.area_pagetit .basic-pagename {
		font-size: 20px;
	}
	.area_pagetit .lead {
		font-size: 30px;
	}
	.area_pagetit img {
		width: 42%;
		max-width: 400px;
		align-self: flex-start;
		float:right;
	}
}
.area_bcnav {
	padding: 15px 0 0;
	overflow: hidden;
}
.list_bcnav {
	margin: 14px 0 28px;
	font-size: 14px;
}
.list_localnav {
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
.list_localnav li {
	width: 32%;
}
@media screen and (max-width: 767px) {
	.list_localnav a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
		border-radius: 20px 20px 0 0;
		padding: 10px 10px 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.list_localnav a {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		background: #fff !important;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
		border-radius: 20px 20px 0 0 !important;
		padding: 20px 8px 20px 0 !important;
	}
}
@media print, screen and (min-width: 768px) {
.list_localnav a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px 20px 0 0;
	padding: 20px 18px 20px 10px;
	}
}
.list_localnav a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px 20px 0 0;
}
.list_localnav a::before {
	display: block;
	content: attr(data-en);
	font-family: "SF-Compact-Display-Bold";
	color: #F7F6EE;
}
.list_localnav a span {
	display: block;
	font-weight: 700;
}
.list_localnav a img {
	display: block;
	margin-bottom: 5px;
	margin: 2px 6px 0px 0px;
    width: 35px;
}
@media screen and (min-width: 1100px){
.list_localnav a img {
	display: block;
	margin-bottom: 5px;
	margin: 2px 18px 0px 0px;
    width: 60px;
	}
}
.list_localnav a.other {
	background: #F7F6EE !important;
}
.list_localnav a.other::before {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.list_localnav a {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 80px;
	}
	.list_localnav a::before {
		font-size: 24px;
	}
	.list_localnav a span {
		text-align: center;
	}
	.list_localnav a img {
		width: auto;
		height: 8px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media print, screen and (min-width: 768px) {
	.list_localnav {
		width: calc(100% - 60px);
	}
	.list_localnav a {
		height: 80px;
	}
	.list_localnav a::before {
		margin-right: 10px;
		font-size: 46px;
	}
	.list_localnav a:hover {
		background: #F7F6EE;
	}
	.list_localnav a:hover::before {
		color: #fff;
	}
	.list_localnav span {
		/* padding-bottom: 15px; */
		/* font-size: 22px; */
	}
}
@media screen and (max-width: 767px) {
	.list_localnav span {
		font-size: 16px;
	}
}
@media print, screen and (min-width: 768px){
.list_localnav span {
	font-size: 18px;
	}
}
@media screen and (min-width: 1100px) {
	.list_localnav a {
		height: 100px;
	}
	.list_localnav a::before {
		font-size: 64px;
	}
	.list_localnav span {
		font-size: 20px;
	}
}
.box_no-heading {
	text-align: center;
	/* background: url(../images/function_no1.svg) no-repeat;
	height: 160px; */
}
.box_no-heading2 {
	text-align: center;
	/* background: url(../images/function_no2.svg) no-repeat; */
}
.box_no-heading3 {
	text-align: center;
	/* background: url(../images/function_no3.svg) no-repeat; */
}
.box_no-heading .heading {
	margin-bottom: 40px;
	font-weight: 900;
}
.box_no-heading .heading img {
	display: block;
	margin: 0 auto 20px auto;
}
.box_no-heading .sub-heading {
	font-weight: 900;
	line-height: 1.5;
}
.box_no-heading .txt {
	line-height: 2;
}
.box_no-heading2 .heading {
	margin-bottom: 40px;
	font-weight: 900;
}
.box_no-heading2 .heading img {
	display: block;
	margin: 0 auto 20px auto;
}
.box_no-heading2 .sub-heading {
	font-weight: 900;
	line-height: 1.5;
}
.box_no-heading2 .txt {
	line-height: 2;
}
.box_no-heading3 .heading {
	margin-bottom: 40px;
	font-weight: 900;
}
.box_no-heading3 .heading img {
	display: block;
	margin: 0 auto 20px auto;
}
.box_no-heading3 .sub-heading {
	font-weight: 900;
	line-height: 1.5;
}
.box_no-heading3 .txt {
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.box_no-heading {
		padding-top: 20px;
		background-position: right top;
		background-size: 155.2px auto;
		margin-bottom: 40px;
	}
	.box_no-heading2 {
		padding-top: 20px;
		background-position: right top;
		background-size: 155.2px auto;
		margin-bottom: 40px;
	}
	.box_no-heading3 {
		padding-top: 20px;
		background-position: right top;
		background-size: 155.2px auto;
		margin-bottom: 40px;
	}
	.box_no-heading .heading, .box_no-heading .sub-heading {
		font-size: 22px;
	}
	.box_no-heading2 .heading, .box_no-heading2 .sub-heading {
		font-size: 22px;
	}
	.box_no-heading3 .heading, .box_no-heading3 .sub-heading {
		font-size: 22px;
	}
}
@media print, screen and (min-width: 768px) {
	.box_no-heading, .box_no-heading2, .box_no-heading3 {
		padding-top: 30px;
		background-position: right 30% top;
		background-size: 194px auto;
		margin-bottom: 50px;
	}
	.box_no-heading .heading, .box_no-heading .sub-heading {
		font-size: 30px;
	}
	.box_no-heading2 .heading, .box_no-heading2 .sub-heading {
		font-size: 30px;
	}
	.box_no-heading3 .heading, .box_no-heading3 .sub-heading {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.sectioncont {
		padding: 40px 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.sectioncont {
		padding: 60px 0;
	}
}
@media screen and (max-width: 767px) {
	.area_prg {
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 768px) {
	.area_prg {
		margin-bottom: 70px;
	}
}
.box_toplead .txt {
	text-align: center;
}
.img_function {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.btn_functionmenu {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.btn_functionmenu a::after {
	transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
	.btn_functionmenu li {
		max-width: 320px;
		margin: 0 auto 10px;
	}
	.btn_functionmenu a {
		height: 50px;
		padding-left: 20px;
	}
	.btn_4 li {
		width: 48%;
		margin-right: 1%;
		float: left;
	}
	.btn_4 a {
		height: 50px;
		padding-left: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.btn_functionmenu {
		display: flex;
		justify-content: space-between;
	}
	.btn_functionmenu li {
		width: calc((100% - 50px) / 2);
	}
	.btn_functionmenu a {
		height: 70px;
		padding-left: 30px;
	}
	.btn_4 {
		display: flex;
		justify-content: space-between;
	}
	.btn_4 li {
		width: 22%;
		margin: 0 auto 1%;
	}
	.btn_4 a {
		height: 70px;
		padding-left: 30px;
	}
}
.column_common {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.column_common li {
		padding: 16px 10px;
	}
}
@media print, screen and (min-width: 768px) {
	.column_common li {
		padding: 20px 25px;
	}
}
.list_columnthumb {
	display: flex;
	flex-wrap: wrap;
}
.list_columnthumb .box_img {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.list_columnthumb .box_img img {
	margin-right: 15px;
	flex-shrink: 0;
}
.list_columnthumb .detail {
	/*text-align: center;*/
	line-height: 1.7;
	font-size: 12px;
}

.list_columnthumb li:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.list_columnthumb li {
		width: 100%;
	}
	.list_columnthumb li:nth-of-type(odd) {
		border-right: 1px solid #C0B9A8;
	}
	.list_columnthumb li:nth-of-type(n+1) {
		border-bottom: 1px solid #C0B9A8;
	}
	.list_columnthumb li:nth-of-type(n+3) {
		border-top: 1px solid #C0B9A8;
		border-bottom: 1px solid #C0B9A8;
	}
	.list_columnthumb .box_img {
		font-size: 14px;
	}
	.list_columnthumb .box_img img {
		width: 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.list_columnthumb li {
		width: 25%;
	}
	.list_columnthumb li:nth-of-type(n+5) {
		border-top: 1px solid #C0B9A8;
	}
	.list_columnthumb li:not(:nth-of-type(4n)) {
		border-right: 1px solid #C0B9A8;
	}
	.list_columnthumb .box_img img {
		width: 60px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1050px) {
	.list_columnthumb .box_img {
		flex-wrap: wrap;
		justify-content: center;
	}
	.list_columnthumb .box_img img {
		margin-bottom: 10px;
	}
	.list_columnthumb .box_img p {
		width: 100%;
		text-align: center;
	}
	.list_columnthumb .box_img p br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.list_3column li:nth-of-type(n+2) {
		border-top: 1px solid #C0B9A8;
	}
}
@media print, screen and (min-width: 768px) {
	.list_3column {
		display: flex;
	}
	.list_3column li {
		width: 33.3333%;
	}
	.list_3column li:nth-of-type(n+4) {
		border-top: 1px solid #C0B9A8;
	}
	.list_3column li:not(:nth-of-type(3n)) {
		border-right: 1px solid #C0B9A8;
	}
}
.list_5column ,.list_2column{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.list_5column {
		flex-wrap: wrap;
	}
	.list_5column li {
		width: 50%;
	}
	.list_5column img {
		border: 1px solid #DDD;
	}
}
@media print, screen and (min-width: 768px) {
	.list_5column li {
		width: 33%;
		padding: 0 10px;
	}
	.list_2column li {
		width: 20%;
		padding: 0 10px;
	}
	.list_5column img ,.list_2column img {
		border: 1px solid #DDD;
	}
	.list_5column li p,.list_2column li p{
		font-size: 14px;
		line-height: 2;
	}
}
.box_common {
	border-radius: 20px;
	background: #fff;
	word-break: break-all;
	padding: 10px 8px;
}
.box_common .heading {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.box_common {
		padding: 12px 15px 20px 15px;
	}
	.box_common .heading {
		font-size: 18px;
	}
	.box_common.bg {
		background: #F7F6EE;
		padding: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.box_common {
		padding: 20px;
	}
	.box_common .heading {
		font-size: 22px;
	}
	.box_common.bg {
		background: #F7F6EE;
		padding: 20px;
		min-height: 210px;
	}
}

@media screen and (max-width: 767px) {
	.column2>* {
		margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.column2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.column2>* {
		width: calc((100% - 30px) / 2);
		margin-bottom: 30px;
	}
	.column2 .inner {
		padding: 0 20px 20px;
	}
	.column2.noimage .inner {
		padding: 15px 20px;
	}
	.column2 .heading {
		min-height: calc(2em + 20px);
	}
}
@media screen and (max-width: 767px) {
	.column3>* {
		margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.column3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.column3>* {
		width: calc((100% - 60px) / 3);
		margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 768px) {
	.column4 {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.column4>* {
		width: calc((100% - 60px) / 3);
		margin-bottom: 30px;
	}
}
.heading {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.heading {
		font-size: 18px;
	}
	.box_img-column img {
		margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.box_img-column {
		display: flex;
	}
	.box_img-column.rev {
		flex-direction: row-reverse;
	}
	.box_img-column img {
		width: 50%;
		align-self: flex-start;
	}
	.box_img-column .box_cont {
		width: 50%;
		padding: 15px 30px;
	}
 .heading {
		font-size: 25px;
	}
}
.sectioncont .basic-label {
	display: inline-flex;
	width: auto;
	padding: 0 26px;
	font-weight: 900;
	text-align: center;
}
.sectioncont .basic-label.sectiontit {
	height: 64px;
}
.sectioncont .basic-label.admin {
	border: 5px solid #CF2E5A;
	background: #fff;
	color: #CF2E5A;
}
.sectioncont .basic-label.stit {
	background: #FEE101;
	color: #000;
}
@media screen and (max-width: 767px) {
	.sectioncont .basic-label.sectiontit {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.sectioncont .basic-label.stit {
		margin-bottom: 30px;
		font-size: 1rem;
	}
}
@media print, screen and (min-width: 768px) {
	.sectioncont .basic-label.sectiontit {
		min-width: 390px;
		margin-bottom: 60px;
		font-size: 22px;
	}
	.sectioncont .basic-label.stit {
		margin-bottom: 50px;
		font-size: 1.2rem;
	}
}
.sectionlead {
	text-align: center;
	font-weight: 700;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.sectionlead {
		margin-bottom: 30px;
		font-size: 16px;
	}
}
@media print, screen and (min-width: 768px) {
	.sectionlead {
		margin-bottom: 50px;
		font-size: 20px;
	}
}
.subtit {
	margin-bottom: 70px;
	font-weight: 700;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.subtit {
		font-size: 19px;
	}
}
.sublead {
	margin-bottom: 10px;
	color: #CF2E5A;
	font-size: 16px;
	font-weight: 700;
}
.lead2 {
	font-weight: 900;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.lead2 {
		margin-bottom: 30px;
		font-size: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.lead2 {
		margin-bottom: 50px;
		font-size: 26px;
	}
}
.lead3 {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 2;
}
@media print, screen and (min-width: 768px) {
	.lead3 {
		font-size: 16px;
	}
}
.notes {
	font-size: 12px;
}
.notes.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.area_view {
	background: #F7F6EE;
}
@media screen and (max-width: 767px) {
	.area_view {
		padding: 40px 0;
		/* margin-bottom: 60px; */
	}
}
@media print, screen and (min-width: 768px) {
	.area_view {
		padding: 100px 0 40px;
		/* margin-bottom: 100px; */
	}
}
/*function start*/
@media screen and (max-width: 767px) {
.explanation ul{
	margin: 0 0 0 20px;
}
.explanation h4{
	margin: 0 0 0 3px;
}
}

/*function end*/
/*pm start*/

.flex-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
hr {
	margin: 50px 0;
	border-top: solid 1px #ddd;
}

/* paper-media */
@media print, screen and (min-width: 768px) {
#paper-media {
		padding-top: 70px;
}

.shop-card {
		width: 60%;
		height: 450px;
		position: relative;
}

.shop-card [class^=card-] {
		position: absolute;
		width: 55%;
}

.shop-card [class^=card-] img {
		width: 100%;
}

.shop-card .card-1 {
		left: 0%;
		transform: translateX(-50%);
}

.shop-card .card-2 {
		left: 45%;
		transform: translateX(-50%);
}

.shop-card .card-3 {
		left: 90%;
		transform: translateX(-50%);
}

#paper-media .section-heading h2 + img {
		padding-left: 0;
}
.one-third {
		width: 31%;
}
}

/* paper-media */
@media screen and (max-width: 767px) {
.one-third {
		width: 100%;
		margin-bottom: 20px;
}
.shop-card {
		width: 100%;
		position: relative;
		height: 430px;
}

.shop-card [class^=card-] {
	position: absolute;
	width: 55%;
	top: 0 !important;
}


.shop-card [class^=card-] img {
		width: 100%;
}

.shop-card .card-1 {
	left: 0%;
	transform: translateX(-50%);
}

.shop-card .card-2 {
	left: 50%;
	transform: translateX(-50%);
}

.shop-card .card-3 {
	left: 100%;
	transform: translateX(-50%);
}
}
@media screen and (max-width: 575px) {
	.shop-card {
			width: 100%;
			position: relative;
			height: 360px;
	}
}


@media screen and (max-width: 455px) {
	.shop-card {
			width: 100%;
			position: relative;
			height: 290px;
	}
}


.pm_box4 {
	width: 50%;
}
ul.pm_box4 img {
	width: 100%;
}
li.check{
  padding-left:1em;
text-indent:-1.2em;
}
.fa-fw{
  color: #FEE101;
}
@media screen and (max-width: 767px) {
	ul.pm_box4 {
		flex-wrap: wrap;
		display: flex;
		width: 100%;
	}
	.pm_box4 li {
		width: 100%;
	}
}
.pm_box4 li {
	margin: 0;
	width: 50%;
	padding: 10px;
}
.area_prg2 {
	margin-bottom: 20px;
}
.area_view2 {
	padding: 50px 0 50px;
	background: #F7F6EE;
}
@media screen and (max-width: 767px) {
	.sectioncont2 {
		padding-top: 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.sectioncont2 {
		padding-top: 60px;
	}
}
.sectioncont2 .basic-label {
	display: inline-flex;
	width: auto;
	padding: 0 24px;
	font-weight: 900;
	text-align: center;
}
.sectioncont2 .basic-label.sectiontit {
	height: 64px;
}
.sectioncont2 .basic-label.admin {
	border: 5px solid #CF2E5A;
	background: #fff;
	color: #CF2E5A;
}
.sectioncont2 .basic-label.stit {
	background: #FEE101;
	color: #000;
}
@media screen and (max-width: 767px) {
	.sectioncont2 .basic-label.sectiontit {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.sectioncont2 .basic-label.stit {
		/*margin-bottom: 30px;*/
		margin: 20px 0 30px 0;
		font-size: 16px;
	}
}
@media print, screen and (min-width: 768px) {
	.sectioncont2 .basic-label.sectiontit {
		min-width: 390px;
		margin-bottom: 60px;
		font-size: 22px;
	}
	.sectioncont2 .basic-label.stit {
		/*margin-bottom: 50px;*/
		margin: 10px 0 30px 0;
		font-size: 1.1rem;
	}
}
.box_common2 {
	border-radius: 20px;
	background: #fff;
	word-break: break-all;
}
.box_common2 .heading {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.box_common2 {
		padding: 15px;
	}
	.box_common2 .heading {
		font-size: 18px;
	}
}
@media print, screen and (min-width: 768px) {
	.box_common2 {
		padding: 20px;
	}
	.box_common2 .heading {
		/*font-size: 25px;*/
		font-size: 1.08rem;
	}
}
/*pm end*/

/* 03各種サポートページ sp start*/

.grey-box {
	border-radius: 20px;
	background-color: #f7f6ef;
	padding: 35px 50px;
	margin: 20px 0;
}
.grey-box.tal {
	text-align: left;
}
.simple-h5 {
	background-color: #f7f6ef;
	border: solid 1px #000000;
	padding: 0.5em 1em;
	margin: 0 0 16px 0;
	font-weight: bold;
	display: inline-block;
}
.simple-h5 p {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.simple-box {
	border: solid 2px #eee;
	padding: 1.5em 3em;
	margin: 10px 0 20px 0;
	text-align: center;
	border-radius: 20px;
}

.yellow-box{
	border: solid 2px #eee;
	padding: 1.5em 3em;
	margin: 10px 0 20px 0;
	text-align: center;
	border-radius: 20px;
	background-color: #FFF9DB;
}

#sp .btn_common {
    width: 200px;
	margin: 40px auto 0;
}
#sp .btn_common_link {
    width: 200px;
	margin: 40px auto 0;
}
#sp .btn_common_under {
    width: 200px;
	margin: 40px auto 0;
}
@media screen and (max-width: 767px){
#sp .btn_common {
	margin: 25px auto 5px;
	}
#sp .btn_common_link {
		margin: 25px auto 5px;
		}
#sp .btn_common_under{
				margin: 25px auto 5px;
	}
	.grey-box {
		border-radius: 20px;
		background-color: #f7f6ef;
		padding: 10px 15px;
		margin: 20px 3px 10px 3px;
	}
}
#sp.btn_common.bl.arrow::after {
    background: url(../images/icon_arrow_white.svg) no-repeat 0 0/contain;
}

#sp.btn_common_link .bl.arrow::after {
    background: url(../images/icon_link_white.svg) no-repeat 0 0/contain;
}
#sp.btn_common_under .bl.arrow::after {
    background: url(../images/icon_under_white.svg) no-repeat 0 0/contain;
}
.red {
    margin: 5px;
    color: #CF2E5A;
    font-weight: 700;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex-item{
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.simple-box {
		border: solid 2px #eee;
		padding: 1em 1em;
		margin: 10px 0 10px 0;
		text-align: center;
		border-radius: 20px;
	}

	.talsp{
		text-align: left;
	}
}

.kinSK{
word-break: keep-all;
}

/* 03各種サポートページ end*/

/* デザインページ start*/

#wrap {
	display: flex;
	/* 全体を横並びに */
	flex-wrap: wrap;
	/* 下に回り込む設定 */
	justify-content: center;
	/* flexboxの要素をセンターに寄せる */
	margin: auto;
	height: auto;
}
#wrap p {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}
.left, .right {
	width: 30%;
	/* サイドバーの横幅を設定 */
}
.left {
	text-align: center;
	margin-right: 5%;
}
main {
	width: 30%;
	/* 100 - サイドバーの横幅 * 2に設定 */
	text-align: center;
	margin-right: 5%;
}
.right {
	text-align: center;
}
.heading-title {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.sectioncont .basic-label.stit.mt30 {
	background: #FEE101;
	color: #000;
	margin-top: 30px;
}

.mt30 {
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt80 {
	margin-top: 80px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb80{
	margin-bottom: 80px;
}
.mb150{
	margin-bottom: 150px;
}
.pt80{
	/*padding-top: 80px;*/
	padding-top: 10px;
}
.pb80{
	/*padding-bottom: 80px;*/
	padding-top: 10px;
}
.mtm20
{
	margin-top: -20px;
}
.fl{
	float: left;
}
.pl80{
	padding-left: 80px;
}

.fw700{
	font-weight: 700;
	line-height: 1.3;
	padding: 5px 0;
}
.btn_common2 {
    position: relative;
    display: flex;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}
.area_media .btn_common {
    padding-left: 20px;
    height: 70px;
    min-width: 325px;
}
.w50{
	width:50%;
}
.w45{
	width:45%;
}
.ls_narrow{
	letter-spacing: -1px;
}

.detail {
    line-height: 1.7;
    font-size: 12px;
}

/* 767px以下 */

@media screen and (max-width: 767px) {

	.area_media .btn_common {
    padding-left: 20px;
    height: 70px;
    min-width: 90%;
}

	.left {
		width: 100%;
		order: 1;
	}
	main {
		width: 100%;
		order: 2/* orderを指定し、mainを一番上にする */
	}
	.right {
		width: 100%;
		order: 3;
	}
	.heading-title {
		font-size: 18px;
		margin-bottom: 14px;
		font-weight: 700;
		line-height: 1.4;
	}
	.w50{
		width:100%;
	}
	.w45{
		width:100%;
	}
 .mt80sp{
	 margin-top: 80px!important;
 }
 .mt30sp{
	 margin-top: 30px!important;
 }

}
.tac {
	text-align: center;
	margin: 0 auto;
}
.tal {
	text-align: left;
}
.w240{
	width: 240px;
}
.w300{
	width: 300px;
}
/* デザインページ  end*/

/* ivalueをおすすめする理由 start */

.mg_t20 {
	margin-top: 20px;
}
.txt2 {
	line-height: 2;
}
.box_border {
	border: solid 2px #eee;
	padding: 30px 200px;
	margin: 0 50px;
}
.yellow_title{
	color: #FFE141;
	font-size: 2rem;
	margin-bottom: 10px;
	font-family: "SF-Compact-Display-Bold";
}
.fs13{
	font-size: 1.3rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 894px) {
  .box_border {
  	border: solid 2px #eee;
  	padding: 30px 100px;
  	margin: 0 50px;
  }
}

.box_no-heading2 {
	text-align: center;
	/*background: url(../images/function_no1.svg) no-repeat;*/
}
.box_no-heading2 .heading {
	margin-bottom: 40px;
	font-weight: 900;
}
.box_no-heading2 .heading img {
	display: block;
	margin: 0 auto 20px auto;
}
.box_no-heading2 .sub-heading {
	font-weight: 900;
	line-height: 1.5;
}
.box_no-heading2 .txt {
	line-height: 2;
}
.outer {
	display: table;
	width: 100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
}


.area_example .heading {
  margin-bottom: 20px;
  text-align: center;
}
.area_example .list_example {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.area_example .list_example li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.area_example .list_example li p {
  display: flex;
  align-items: center;
  background: #FEE101;
  font-weight: 700;
  border-radius: 36px 0 0 36px;
}
.area_example .list_example li p:nth-of-type(n+2) {
  margin-top: 10px;
}
.area_example .list_example li.shop {
  background: url(../images/exsample_img1.png) no-repeat 0 0/cover;
}
.area_example .list_example li.recruit {
  background: url(../images/exsample_img2.png) no-repeat 0 0/cover;
}
.area_example .list_example li.lp {
  background: url(../images/exsample_img3.png) no-repeat 0 0/cover;
}
.area_example .list_example li.media {
  background: url(../images/exsample_img4.png) no-repeat 0 0/cover;
}
.area_example .list_example li.creator {
  background: url(../images/exsample_img5.png) no-repeat 0 0/cover;
}
.area_example .list_example li.academic {
  background: url(../images/exsample_img6.png) no-repeat 0 0/cover;
}

.area_example .list_example li {
	width: 45%;
	font-size: 16px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 50px;
	margin:10px auto 10px 0px;
	
}
.list_example .fa-check::before {
	content: "\f00c";
	height: 15px;
	position: absolute;
	top: calc(50% - 7.5px);
	left: 15px;
}
.area_example .list_example p {
	height: 36px;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.area_example .heading {
		font-size: 16px;
	}

	.area_example .list_example li {
		height: 50px;
		width: 45%;
		font-size: 16px;
		position: relative;
		background: #fff;
		border-radius: 5px;
		padding: 10px 10px 10px 50px;
	}
	.area_example .list_example li:nth-child(odd) {
		margin:10px auto 10px 0px;
	}
	.area_example .list_example li:nth-child(even) {
		margin:10px 0px 10px auto;
	}

	.area_example .list_example p {
		height: 30px;
		padding: 0 10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 414px) {
	.area_example .list_example li {
		width: 100%;
		height: 50px;
		font-size: 16px;
		position: relative;
		background: #fff;
		border-radius: 5px;
		padding: 10px 10px 10px 50px;
	}
}
/* table */

table {
	width: 100%;
}
table.tbl-r05
 {
	 width: 100%;
 	margin-right: auto;
 	margin-left: auto;
 	border: 1px solid #ccc;
 	border-spacing: 0;
 	border-collapse: separate;
 	border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
}

.tbl-r05 th {
	background: #fee12d;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	color: #000;
	padding: 10px;
	height: 50px;
	vertical-align: middle;
}
.tbl-r05 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 10px;
	line-height: 2;
	margin-bottom: 6px;
	vertical-align: middle;
}

.tbl-r05 td:first-child {
	background: #F7F6EE;
	width: 20%;
	vertical-align: middle;
}

.tbl-r05 tr:last-child th,
.tbl-r05 tr:last-child td
{
	border-bottom-style: none;
}

.comparison {
	background: #ffffff;
	width: 40%;
}
.comparison_check{
	text-indent: -1.2em;
	padding-left: 2.4em!important;
}
.othercompany {
	background: #ffffff;
	width: 40%;
}


table.tbl-r06
 {
	 width: 100%;
 	margin-right: auto;
 	margin-left: auto;
 	border: 1px solid #ccc;
 	border-spacing: 0;
 	border-collapse: separate;
 	border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
}

.tbl-r06 th {
	background: #fee12d;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	color: #000;
	padding: 10px;
	height: 50px;
	vertical-align: middle;
}
.tbl-r06 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 10px;
	line-height: 2;
	margin-bottom: 6px;
	vertical-align: middle;
}

.tbl-r06 td:first-child {
	background: #F7F6EE;
	width: 20%;
	vertical-align: middle;
}

/* .tbl-r06 tr:last-child th,
.tbl-r06 tr:last-child td */

@media screen and (max-width: 640px) {
	.tbl-r05 {
		width: 100%;
	}
	.tbl-r05 .thead {
		display: none;
	}
	.tbl-r05 tr {
		width: 100%;
	}
	.data-label {
		width: 30%;
	}
	.tbl-r05 td {
		display: block;
		text-align: left;
		width: 100%;
		margin-bottom: 0;
	}
	.tbl-r05 td:first-child {
		background: #fee12d;
		color: #000000;
		width: 100%;
		font-weight: bold;
		text-align: center;
		padding: 0;
		margin-bottom: 0;
	}
	.tbl-r05 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;

	}
}
@media screen and (max-width: 640px) {
	.tbl-r06 {
		width: 100%;
	}
	.tbl-r06 .thead {
		display: none;
	}
	.tbl-r06 tr {
		width: 100%;
	}
	data-label {
		width: 30%;
	}
	.tbl-r06 td {
		display: block;
		text-align: left;
		width: 100%;
		margin-bottom: 0;
	}
	.tbl-r06 td:first-child {
		color: #000000;
		width: 100%;
		font-weight: bold;
		text-align: center;
		padding: 0;
		margin-bottom: 0;
	}
	.tbl-r06 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;

	}
}
@media screen and (max-width: 767px) {
	.box_no-heading2 {
		padding-top: 20px;
		background-position: right top;
		background-size: 155.2px auto;
		margin-bottom: 40px;
	}
	.box_no-heading2 .heading, .box_no-heading2 .sub-heading {
		font-size: 22px;
	}
}
@media print, screen and (min-width: 768px) {
	.box_no-heading {
		padding-top: 30px;
		background-position: right 30% top;
		background-size: 194px auto;
		margin-bottom: 50px;
	}
	.box_no-heading2 .heading, .box_no-heading2 .sub-heading {
		font-size: 30px;
	}
	.mr10{
		margin-right: 10px!important;
	}
	.ml10{
		margin-left: 10px!important;
	}
}
/* ivalueをおすすめする理由 end */

/* よくある質問 start */
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
	border-radius: 10px;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #F7F6EE;
		border-radius: 10px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #FEE101;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #FEE101;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

ul.list01 {
	padding: 0 20px;
	list-style: circle;
	line-height: 2;
}

a.faq {
	color: #cf2e5a;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {

.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 27px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
/* よくある質問 end */

/* plan */

.bg-yellow2{
	background-color: #F7F6EE;
}

.txtL{
    text-align: left;
}
.txtR{
    text-align: right;
}
.txtC{
    text-align: center;
}
.plugin{
	clear:both;
}
.plugin img{
	width: 30px;
	padding-right: 5px;
	vertical-align: middle;
}
.mb20 {
    margin-bottom: 20px;
}
.lh_mt6{
	line-height: 1.5;
    margin-top: 6px;
}

.table-block table {
    /* background-color: #fff; */
    border-collapse: collapse;
    border-radius: 10px;
    width: 100%;
}

.table-block table thead th {
	border-color: #ccc;
	background-color: #ffffff;
    /*border-color: #fee12d;*/
    /*background-color: #fff;*/
}


.table-block table thead tr th:first-child,
.plan-table tbody tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
}

.table-block table thead tr th:last-child,
.plan-table tbody tr:first-child td:last-child {
    border-radius: 0px 10px 0 0;
}


.table-block table tbody th,
.table-block table tbody td {
    /*border-color: #fee12d;*/
    border-color: #ccc;
    background-color: #fff;
    position: relative;
}

.table-block table tbody tr:last-child td:first-child,
.table-block table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
}

.table-block table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.table-block table tbody th {
    text-align: left;
}

.table-block table tbody td {
    text-align: center;
}

.table-block table.plan-table .plan-price strong {
    font-family: 'Noto Sans', sans-serif;
}

.table-block table.plan-table td.first-price strong {
    font-family: 'Noto Sans', sans-serif;

}

.sns-icon {
    margin: -4px 0 0 20px;
    vertical-align: middle;
    width: 50%;
}
.text-red {
    color: #cf2f5b;
	font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.25;
    margin: auto;
}
.area_plan .plan-table .first-price span{
	font-weight: 700;
    font-size: 1.8em;
    vertical-align:text-bottom;
}
.table-block{
	padding-bottom: 40px;
}
.plan-table tbody tr th {
    background-color: #ffffff;
}
/* plan_PC */
@media (min-width: 1200px) {
    .table-block h4 {
        font-size: 1.6rem;
    }

    .table-block table thead th {
        font-size: 1rem;
        padding: 20px 15px;
        text-align: center;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        font-size: 0.85rem;
        padding: 20px 15px;
    }

    .table-block p.table-supplement {
        margin-top: 10px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 25%;
    }

    .table-block table.plan-table td.price-cell {
        padding: 40px 20px 10px;
    }

    .table-block table.plan-table td .basic-label {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table th,
    .table-block table.system-table td {
        width: 25%;
    }

    .table-block table.plan-table .plan-name {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price {
        font-size: 1rem;
        font-weight: bold;
        /*line-height: 1.25;*/
        margin-bottom: 20px;
    }

    .table-block table.plan-table .plan-price strong {
        font-size: 2rem;
    }

    .table-block table.plan-table .plan-price small {
        font-size: 0.8rem;
    }

    .table-block table.plugin-table th {
        width: 25%;
    }

    .table-block table.plugin-table td {
        width: 75%;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 50%;
    }
}

/* plan_TABLET */
@media (max-width: 1199px) and (min-width: 768px) {

    .table-block h4 {
        font-size: 1.6rem;
    }

    .table-block table thead th {
        font-size: 1.2rem;
        padding: 15px 10px;
        text-align: center;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        /*font-size: 1.2rem;*/
        font-size: 0.8rem;
        padding: 15px 10px;
        vertical-align: middle;
    }

    .table-block p.table-supplement {
        margin-top: 10px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 25%;
    }

    .table-block table.plan-table td.price-cell {
        padding: 40px 20px 10px;
    }

    .table-block table.plan-table td .basic-label {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table th,
    .table-block table.system-table td {
        width: 25%;
    }

    .table-block table.plan-table .plan-name {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price {
        /*font-size: 1.6rem;*/
        font-size: 1rem;
        font-weight: bold;
        /*line-height: 1.25;*/
        margin-bottom: 20px;
    }

    .table-block table.plan-table .plan-price strong {
        font-size: 2rem;
    }

    .table-block table.plan-table .plan-price small {
        font-size: 0.8rem;
    }

    .table-block table.plugin-table th {
        width: 25%;
    }

    .table-block table.plugin-table td {
        width: 75%;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 40%;
    }

}

/* plan_SP */
@media (max-width: 767px) {
    .table-block table {
        overflow: hidden;
    }

    .table-block h4 {
        font-size: 1.4rem;
        text-align: center;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        padding: 10px;
        border: none;
        /*border-bottom: 1px solid #fee12d;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    .table-block table tbody th {
        font-size: 1.2rem;
        text-align: center;
        background-color: #f7f6ee;
    }

    .table-block table tbody td {
        font-size: 1.2rem;
    }

    .table-block p.table-supplement {
        margin-top: 20px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-radius: 0!important;
        margin-bottom: 0;
    }

    .table-block table.plan-table tr:first-child,
    .table-block table.plan-table tr:first-child th {
        border-radius: 10px 10px 0 0;
    }

    .table-block table.plan-table td.price-cell {
        padding: 20px;
    }

    .table-block table.plan-table td .basic-label {
        font-size: 1.4rem;
        /*margin-bottom: 20px;*/
        margin: 20px auto;
        padding: 10px;
        width: 140px
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table tbody th {
        width: 100%;
        box-sizing: border-box;
    }

    .table-block table.system-table tbody td {
        width: 65%;
        box-sizing: border-box;
    }

    .table-block table.system-table tbody td.price-name {
        width: 35%;
        font-weight: bold;
        text-align: left;
        /*border-right: 1px solid #fee12d;*/
        /*border-right: 1px solid #ccc;*/
    }

    .table-block table.plan-table .plan-name {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price {
        font-size: 1.4rem;
        font-weight: bold;
        /*line-height: 1.25;*/
        margin-bottom: 20px;
    }

    .table-block table.plan-table .plan-price strong {
        font-size: 3rem;
    }

    .table-block table.plan-table .plan-price small {
        font-size: 1.2rem;
    }

    .table-block table.plugin-table th,
    .table-block table.plugin-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-radius: 0!important;
        margin-bottom: 0;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 40%;
    }
    }
.w30{
	width: 28%;
	margin-top: 80px;
}
.blue {
	background: #2f2880;
color: #fff;
    font-size: 1rem;
		float: left;
    width: auto;
    padding: 10px 100px;
    font-weight: 700;
    text-align: center;
		border-radius: 50px;
		width: 72%;
		margin-top: 80px;
}


.text-indent {
    text-indent: -1.3em;
    padding-left: 1em;
}

.text-indent_li {
    text-indent: -1.7em;
    padding-left: 1em;
}

ul.circle {
	list-style: circle;
}

.text-indent02 {
	margin-left: 25px;
    text-indent: -1.3em;
    padding-left: 1em;
}

.table-block table {
    /* background-color: #fff; */
    border-collapse: collapse;
    border-radius: 10px;
    width: 100%;
}

/*.table-block table.plan-table td .basic-label {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}*/
.basic-label {
    display: inline-block;
    white-space: nowrap;
    background-color: #cf2f5b;
    color: #fff;
    /*padding: 5px 30px;*/
    padding: 12px 15px;
    border-radius: 50px;
    width: 120px;
}
.text-red {
    color: #cf2f5b;
		font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
    margin: auto;
}


.table-block table tbody tr:last-child td:first-child,
.table-block table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
}

.table-block table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.table-block table tbody th {
    text-align: left;
		vertical-align: middle;
		padding: 0 20px;
}


.table-block table.plan-table .plan-price strong {
    font-family: 'Noto Sans', sans-serif;
}

.table-block table.plan-table td.first-price strong {
    font-family: 'Noto Sans', sans-serif;
}

.sns-icon {
    margin: -4px 0 0 20px;
    vertical-align: middle;
    width: 50%;
}
.fs16{
	font-size: 1.6rem;
}

.table-block table.system-table td {
    width: 23%;
}

/* plan_SP */
@media (max-width: 767px){
    .table-block {
        padding-bottom: 40px;
    }

    .table-block table {
        overflow: hidden;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        padding: 10px;
        border: none;
        /*border-bottom: 1px solid #fee12d;*/
        border-bottom: 1px solid #ccc;
    }

    .table-block table tbody th {
        /*font-size: 1.2rem;*/
        font-size: 0.8rem;
        text-align: center;
        background-color: #ffffff;
    }

    .table-block table tbody td {
        /*font-size: 1.2rem;*/
            font-size: 1rem;
    }

    .table-block p.table-supplement {
        margin-top: 20px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    border-radius: 0!important;
    margin-bottom: 0;
    }

    .table-block table.plan-table tr:first-child,
    .table-block table.plan-table tr:first-child th {
        border-radius: 10px 10px 0 0;
    }

    .table-block table.plan-table td.price-cell {
        padding: 20px;
    }

    .table-block table.plan-table td .basic-label {
        /*font-size: 1.4rem;*/
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table tbody th {
        width: 100%;
        box-sizing: border-box;
    }

    .table-block table.system-table tbody td {
        width: 65%;
        box-sizing: border-box;
    }

    .table-block table.system-table tbody td.price-name {
        width: 35%;
        font-weight: bold;
        text-align: left;
        /*border-right: 1px solid #fee12d;*/
        border-right: 1px solid #ccc;
        vertical-align: middle;
    }

    .table-block table.plan-table .plan-name {
        /*font-size: 2rem;*/
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }
    .table-block table.plan-table .plan-price strong {
        /*font-size: 3rem;*/
        font-size: 2rem;
    }

    .table-block table.plan-table .plan-price small {
    	font-size: 0.8rem;
        /*font-size: 1.2rem;*/
    }

    .table-block table.plugin-table th,
    .table-block table.plugin-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;

    border-radius: 0!important;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 40%;
    }

    .table-block table.plan-table p.description {
    padding: 12px 0;
    font-size: 0.8rem;
}
.w30{
	width: 100%;
	margin-top: 50px;
}
.blue {
	background: #2f2880;
color: #fff;
    font-size: 1rem;
		float: left;
    width: auto;
    padding: 10px 100px;
    font-weight: 700;
    text-align: center;
		border-radius: 50px;
		width: 100%;
		margin-top: 0px;
}
}

/* plan end*/

/* works start */
table .rel td{
	border: 0px!important;
}
img.roundC {
    border-radius: 20px;
}
.imgH:hover {
    opacity: 0.6;
}
/* works end */

/* works/detail start */
#sp2 .btn_common {
    width: 250px;
	margin: 40px auto 40px;
}
#sp2 .btn_common_link {
    width: 250px;
	margin: 40px auto 40px;
}
#sp2 .btn_common_under {
    width: 250px;
	margin: 40px auto 40px;
}
a.btn_works{
    height: 70px;
    width: 300px;
    padding-left: 20px;
    margin: 0 auto;
}
.inner_title {
    margin: 40px 0;
}
.box_cont2 {
    width: 50%;
    padding: 15px 0px 0 30px;
}
.box_cont3 {
    width: 100%;
    padding: 15px 30px 0 0;
}
.add_title {
    padding: 15px 30px;
}
.add_txt {
    padding: 15px 30px;
}
.works_boxR{
	width: 90%;
}
.works_boxR img{
	width: 100%;
}
.works_boxL{
	width: 50%;
}
.works_boxL img{
	width: 100%;
}
.works_boxL_2.pc-only{
	width: 30%;
}
.works_boxL_2 img{
	width: 100%;
}
.mb15{
	margin-bottom: 15px;
}
.mg-30 {
    margin-bottom: -30px;
}
.box_common .font21{
	font-size: 21px;
}
.ivalue_box{
	background-color: #FFF3B3;
	padding: 3em 3em;
	border-radius: 20px;
}
.i_img img{
	width: 75px;
	padding-top: 5px;
	vertical-align: text-bottom;
}
.hr2{
	border-top: solid 1px #aaa;
	margin: 30px 0;
}
/* works/detail tablet */
@media screen and (min-width: 768px){

}
/* works/detail SP */
@media screen and (max-width: 767px){
.box_cont2 {
    width: 100%;
     padding: 15px 0 0 0;
}
.box_cont3 {
    width: 100%;
    padding: 15px 0 0 0;
}
.works_boxR{
	width: 100%;
}
.works_boxL{
	width: 100%;
}
}
/* works/detail end */

/* work/honoka start */

#sp2 .btn_common {
    width: 250px;
	margin: 40px auto 40px;
}

#sp2 .btn_common_link {
    width: 250px;
	margin: 40px auto 40px;
}
#sp2 .btn_common_under {
    width: 250px;
	margin: 40px auto 40px;
}

a.btn_works{
    height: 70px;
    width: 300px;
    padding-left: 20px;
    margin: 0 auto;

}
/* work/honoka end */

/* 最新情報一覧 start */

.info dl{
	padding: 40px 0 0 0px;
	border-bottom: 1px dotted #999;
}

.info dt{
	font-weight: 700;
	font-size: 1.1rem;
	padding-left: 20px;
}
.news.date_info{
	font-size: 0.875rem !important;
	    line-height: 1.7;
	    color: #777777;
			width: 10%;
			display: inline-block;
	}
.info dd{
  padding: 20px 0 40px 0;
	line-height: 1.7;
	padding-left: 20px;
}
.hrtop{
	border-top: 1px dotted #999;
}
.info a :hover {
	color: #CF2E5A;
}
/* news end */

/* guide start */
.flow_bg{
	background-color: #F7F6EE;
	border-radius: 20px;
	padding: 20px 38px;
	margin: 30px 0;
}
.flow_bg_a{
	background-color: #F7F6EE;
	border-radius: 20px;
	padding: 20px 38px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.no{
	font-size: 2.2rem;
	color: #d4d2c1;
	margin-bottom: 10px;
}
.fs12{
	font-size: 1.2rem;
	margin: 10px 0;
}
.customer{
	background-color: #00AEEB;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 0.875rem;
	border-radius: 10px;
	margin-left: 10px;
	vertical-align: 40%;
}
.we{
	background-color: #FFEC00;
	padding: 5px 15px;
	color: #000000;
	font-size: 0.875rem;
	border-radius: 10px;
	margin-left: 10px;
	vertical-align: 40%;
}
.any{
	background-color: #bfbfbf;
	padding: 5px 15px;
	color: #000000;
	font-size: 0.875rem;
	border-radius: 10px;
	margin-left: 10px;
	vertical-align: 40%;
}
.white_bg{
	background-color: #ffffff;
	border-radius: 20px;
	padding: 10px 15px;
	margin: 24px 0px 10px;
}

/* guide end */


/* 利用規則 start */
.supplement{
	padding-left: 1em;
}
address{
margin: 20px 0;
}
/* 利用規則 end */

/* 会社案内start */


.blueness dl dt{
  float: left;
	line-height: 2.2;
}

.blueness dl dd{
	margin-left: 80px;
	line-height: 2.2;
	width: 80%;
}

.incrave dl dt{
  float: left;
	line-height: 2.2;
}

.incrave dl dd{
  margin-left: 80px;
	line-height: 2.2;
}
.info a:hover {
    color: #CF2E5A;
}
.fwn{
	font-weight: normal;
	margin-right: 2em;
}
.ml2{
	padding-left: 2em;
	text-indent: 2em;
}
#sp .w300{
	width: 300px;
}

@media screen and (max-width: 767px) {
	.mr20{
		margin-right: 20px;
	}
	.ml20{
		margin-left: 20px;

	}
}


/* 会社案内end */


/* privacy_policy start */

.boxR{
	display: inline-block;
    text-align: right;
    float: right;
}
.policy_ul{
	list-style: disc;
    color: #aaa;
    margin-left: 20px;
}
.bd_p{
	border: 1px solid #aaa;
    border-radius: 10px;
    padding: 30px;
}

/* privacy_policy end */

/* download start */
.dl-wrap {
	display: flex;
	/* 全体を横並びに */
	flex-wrap: wrap;
	/* 下に回り込む設定 */
	justify-content: center;
	/* flexboxの要素をセンターに寄せる */
	margin: auto;
	height: auto;
}
.dl-wrap p {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 20px 0;
}
.dl-w30 {
	width:30%;
}
.dl-w70 {
	width:70%;
}

.dl-img {
	text-align: center;
}
.dl-img img {
	max-width: 100%;
    height: 200px;
}

@media screen and (min-width: 768px) {
		.dl_box {
			padding: 0 15px;
		}
  }
  @media screen and (max-width: 767px) {
		.dl_box {
			padding: 0;
		}
		ul.dl_list li {
			line-height: 2;
			margin: 20px 0;
		}
		.dl-w30{
			width:100%;
		}
		.dl-w70{
			width:100%;
		}
  }

ul.dl_list {
	line-height: 3;
	text-align: left;
}

ul.dl_list li {
    border-bottom: solid 1px #d9d5cb;
}

ul.dl_list li a:hover {
    color: #CF2E5A;
}

/* download end */

.w45 .box_common.bg{
	background: #ffffff;
    padding: 20px 20px 20px 35px;
    min-height: 210px;
}

/* footer*/
.area_footer{
	display: block;
	height: auto;
}

@media print, screen and (min-width: 768px) {

.container_980 {
	display: flex;
	padding-right: 30px;
	    padding-left: 30px;
			max-width: 980px;
	    margin-right: auto;
	    margin-left: auto;
}

}

/* header */
header .site-logo p {
    white-space: nowrap;
    }

@media print, screen and (min-width: 768px){
header .contact_btn .btn_common {
    margin-left: 15px;
    padding: 0 5px;
    width: auto;
    }
  }

  /* terms */
  .text-indent2{
  	text-indent: -0.5em;
    padding-left: 1em;
  }

/* recruit */
.txt_recruit{
    line-height: 3;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
    padding: 0 40px;
}
.team_img{
	width: 100%;
}
.team_img img{
	width: 33%;
}
.hr3 {
    border-top: solid 1px #aaa;
    margin: 80px 0;
}

.recr_right1 { /* recruit04.png */
    position: absolute;
    margin-left: 85px;
    margin-top: -121px;
    opacity: 0.7;
}
.recr_right2 { /* recruit06.png */
    position: absolute;
    margin-left: 85px;
    margin-top: -86px;
    opacity: 0.7;
}
.recr_right3 { /* recruit05,07,08.png */
    position: absolute;
    margin-left: 94px;
    margin-top: -190px;
    opacity: 0.7;
}
.recr_right4 { /* recruit09.png */
    position: absolute;
    margin-left: 113px;
    margin-top: -184px;
    opacity: 0.7;
}
.heading-title_recruit{
	font-size: 35px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.4;
}
p.txt18 {
    font-size: 20px;
}
.simple-box2 {
	border: solid 2px #eee;
	padding: 1.5em 3em;
	margin: 10px auto 20px auto;
	text-align: center;
	border-radius: 20px;
	width: 80%;
}
.ivalue_box2 {
    background-color: #FFF3B3;
    margin: 30px auto 0 auto;
    width: 80%;
    padding: 3em 3em;
    border-radius: 20px;
}
.mw240{
	max-width: 240px;
}

@media screen and (max-width: 767px) {
	
	.txt_recruit{
    line-height: 2.2;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
    padding: 0px;
}
.simple-box2 {
	border: solid 2px #eee;
	padding: 3em 1em;
	margin: 10px 0 20px 0;
	text-align: center;
	border-radius: 20px;
	width: 100%;
}
	.ivalue_box2 {
    background-color: #FFF3B3;
    margin: 0 auto;
    width: 100%;
    padding: 3em 2em;
    border-radius: 20px;
}
}
@media screen and (max-width: 480px) {
	
.mw240{
	max-width: 240px;
	font-size: 12px;
}
}
 /* TOPへ */
 #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #FEE101;
    color: #000;
    width: 70px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}
 
#page-top a:hover {
    background: #fcef8d;
    text-decoration: none;
}

.taj{
	text-align: justify;
}
@media screen and (min-width: 768px) and (max-width:1023px){
	.lead2-title{
		height: 145px;
	}
}
@media screen and (min-width: 1024px) {
	.lead2-title{
		height: 91px;
	}
}
.span-red{
	color:#CF2E5A;
}



  /* function fix */
  .function-img{
	  max-width: 750px;
  }
  .pm-img{
		max-width: 750px;
  }

  /* footer cta */
@media print, screen and (max-width: 767px) {
  .cta-list{
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
    .cta-list{
		border: 1px solid #707070;
		border-radius: 10px;
		padding: 20px;
	  }
  }

  /* function mod */
.box_list_number{
	font-weight: 700;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #ffd900;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	margin-bottom: 10px;
}


/* function pm mod */


@media screen and (max-width: 767px) {
	.pm_function_2cal{
		width:100%;
	}
	.container_base {
		display: block;
		text-align: center;
		margin: auto;
		margin-top: 30px;
	}
	.pm_function_2cal:last-child{
		margin-top: 30px;
	}

}
@media print, screen and (min-width: 768px) {
	.pm_function_2cal{
		width:47.5%;
	}
	.container_base {
		text-align: center;
		margin: auto;
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
	}
	.container_box01 .base_form{
		height: 195px;
	}
}

/* reason mod */

@media print, screen and (min-width: 768px) {
	.reason_area{
		display: flex;
	}
	.half_area{
		max-width: 50%;
	}
	.half_area:first-child{
		margin-right:40px;
	}
	.half_area:last-child{
		margin-left:40px;
	}
}
@media print, screen and (max-width: 767px) {
	.half_area{
		width: 100%;
	}
	.half_area:nth-child(even){
		margin-top:80px;
	}
}
.area_example_description{
	line-height: 1.7;
	margin-bottom: 50px;
}