/*ScrollTrigger*/

.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(0);
	opacity: 1.0;
}


/*-------------------- mv --------------------*/

.mv {
	width: 100%;
	background: url(../img/bg_mv.png) repeat-x center bottom #004da0;
	padding: 70px 0 50px;
	position: relative;
}
.mv_v1 {
	background-color: #4593d0;
}

.mv .inner {
	position: relative;
	z-index: 1;
}

.mv_content {
	color: #FFFFFF;
}

.mv_tit {
	font-size: 26px;
	font-weight: bold;
}

.mv_txt_img {
	margin-top: 25px;
}

.mv_txt {
	font-size: 18px;
	font-weight: 500;
	margin: 25px auto 25px auto;
}
.mv_txt span.s1{
	font-size: 26px;
	color: #ed6c00;
	text-shadow: 2px 2px 5px #005cb1;
}

.mv_img {
	float: right;
	position: absolute;
	right: -10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mv_img img {
	display: block;
	margin: 0 auto;
}

.mv_posi {
	position: absolute;
	left: -30%;
	top: 0;
	background: #ed6c00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding: 20px;
	z-index: 1;
}

.mv_posi img {
	margin-bottom: 10px;
}

.btn_mv {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	background: url(../img/bg_btn_mv.png) no-repeat right 10px center #FFFFFF;
	padding: 3px 25px 3px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.btn_mv:hover {
	background: url(../img/bg_btn_mv02.png) no-repeat right 10px center #f9556b;
	color: #FFFFFF;
}


/*-------------------- news --------------------*/

.idx_news.content {
	width: 100%;
	padding: 70px 0;
	background: #FFFFFF;
}

.news_top {
	width: 100%;
	display: table;
}

.news_tit_wrap {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.news_tit {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 10px;
}

.news_btn_wrap {
	width: 135px;
	display: table-cell;
	vertical-align: middle;
}

.news_btn {
	display: block;
	border: 1px solid #004da0;
	color: #000000;
	padding: 4px 20px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../img/ico_news.png) no-repeat right 20px center;
}

.news_btn:hover {
	background-position: right 10px center;
}


/*-------------------- campaign --------------------*/

.campaign {
	width: 100%;
	padding: 60px 0;
	background: #004da0;
}

.campaign_content {
	width: 100%;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 23px;
	position: relative;
}

.campaign_tit {
	display: table;
	width: 100%;
}

.campaign_titimg,
.campaign_titbox {
	display: table-cell;
	vertical-align: middle;
}

.campaign_titimg {
	width: 142px;
}

.campaign_titbox {
	padding-left: 15px;
}

.campaign_titbox h2 {
	font-size: 35px;
	color: #8c6836;
	font-weight: bold;
	text-align: center;
	background: url(../img/ico_campaign01.png) no-repeat left bottom, url(../img/ico_campaign02.png) no-repeat right center;
}

.campaign_titbox h2 span {
	color: #db5425;
	font-size: 45px;
}

.campaign_btit {
	font-size: 45px;
}

.c_black {
	color: #000000;
}

.campaign_stit {
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #004da0;
	text-align: center;
	margin-top: 10px;
}

.campaign_subtit {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 15px;
}

.campaign_item {
	width: 100%;
	padding: 42px 32px 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_content img {
	margin: 0 auto;
}
.campaign_tab01_tit{
	display: block;
}
.campaign_tab01_tit_sp{
	display: none;
}
.campaign_method {
	display: table;
	margin-top: 25px;
}

.campaign_txt01 {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-right: 23px;
}

.campaign_txt01 span {
	border-bottom: 4px solid #4593d0;
	position: relative;
	top: -6px;
}

.campaign_txt02 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.625;
	text-align: center;
}

.campaign_txt02 li {
	display: table;
}

.campaign_txt02 span {
	display: table-cell;
	text-align: left;
}

.campaign_detail {
	width: 100%;
	padding: 25px 35px;
	margin-top: 10px;
	border: 2px solid #004da0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.campaign_detail_part {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_detail_part:nth-of-type(2) {
	width: 50%;
	float: left;
	padding: 0 0 0 35px;
	background: url(../img/bg_campaign_line.png) no-repeat left top;
}

.campaign_detail_part:last-of-type {
	width: 100%;
	float: none;
	clear: both;
	padding: 20px 0 0 0;
}

.campaign_detail_tit {
	color: #4593d0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_detail_tit span {
	/*display: inline-block;
	line-height: 1.4;
	background: -webkit-linear-gradient(transparent 75%, #f7efc2 25%);
	background: -o-linear-gradient(transparent 75%, #f7efc2 25%);
	background: -moz-linear-gradient(transparent 75%, #f7efc2 25%);
	background: linear-gradient(transparent 75%, #f7efc2 25%);*/
}

.campaign_detail_txt {
	font-size: 14px;
	line-height: 1.85;
	text-align: justify;
}

.campaign_price {
	width: 100%;
	margin: 10px auto;
}

.campaign_price li {
	width: 29%;
	float: left;
	margin-right: 6.5%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_price li span {
	font-size: 35px;
	line-height: 1;
}

.campaign_price li span.campaign_num01 {
	margin-right: 3px;
}

.campaign_price li span.campaign_num02 {
	margin-left: 10px;
}

.campaign_bg01 {
	background: #d4e9ee;
}

.campaign_bg02 {
	background: #cce8f7;
}

.campaign_bg03 {
	background: #d8e0ef;
}

.campaign_color01 {
	color: #2a92a8;
}

.campaign_color02 {
	color: #4593d0;
}

.campaign_color03 {
	color: #3d62ad;
}

.campaign_price li:last-of-type {
	margin-right: 0;
}

.campaign_mark {
	width: 100%;
	display: table;
	margin-bottom: 36px;
}

.campaign_mark_left {
	width: 130px;
	display: table-cell;
	vertical-align: middle;
}

.campaign_mark_tit {
	color: #004da0;
	background: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_mark_txt {
	font-size: 14px;
	display: table-cell;
	width: auto;
	vertical-align: middle;
	text-align: justify;
	padding-left: 26px;
	color: #FFFFFF;
}

.campaign .btn_contact {
	margin: 0 auto;
}

.campaign_detail_part01 {
	font-size: 0;
	margin-bottom: 20px;
}

.campaign_detail_item {
	display: inline-block;
	width: 31%;
	padding: 0 7px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_detail_item:first-child {
	padding: 0 7px 0 0;
}

.campaign_detail_item:last-child {
	padding: 0 0 0 7px;
}

.campaign_detail_item:nth-child(2) {
	width: 38%;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.campaign_detail_item img {
	display: block;
}

.campaign_detail_table {
	display: table;
	margin: 0 auto;
}

.campaign_detail_item:first-child .campaign_detail_table {
	margin: 0 auto 0 0;
}

.campaign_detail_item:last-child .campaign_detail_table {
	margin: 0 0 0 auto;
}

.campaign_detail_row {
	margin-top: 10px;
}

.campaign_detail_row li {
	display: table;
}

.campaign_detail_td {
	display: table-cell;
}

.campaign_detail_tit01 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.campaign_detail_tit02 {
	font-size: 18px;
	color: #000000;
}

.campaign_detail_cirle {
	font-size: 22px;
	color: #004da0;
	font-weight: bold;
}

.campaign_detail_condition {
	display: table;
}

.campaign_condition_title,
.campaign_condition_txt {
	display: table-cell;
	vertical-align: middle;
}

.campaign_condition_title {
	padding-right: 28px;
}

.campaign_condition_title_content {
	width: 69px;
	height: 63px;
	background-color: #b6b6b6;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding-top: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.campaign_condition_txt {
	line-height: 1.7;
	font-size: 14px;
}

.campaign_condition_txt li {
	display: table;
}

.campaign_condition_txt span {
	display: table-cell;
	vertical-align: top;
}


/*-------------------- introduce --------------------*/

.introduce {
	padding: 68px 0 79px 0;
	background-color: #f3f4f4;
}

.introduce_txt {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.introduce_list {
	margin-top: 52px;
	text-align: center;
}

.introduce_list li {
	position: relative;
	float: left;
	/*display: inline-block;*/
	width: 24%;
	margin-right: 1.3%;
	background-color: #FFFFFF;
}

.introduce_list li:last-child {
	margin-right: 0;
}

.introduce_list_media {
	display: inline-block;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70px;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background-color: #cbcfd0;
	border-radius: 5px;
	letter-spacing: 3px;
}

.introduce_list_tit {
	display: table;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	line-height: 1.3;
	padding: 32px 18% 23px 10px;
	text-align: center;
	background: url("../img/introduce_bg_btn.png") no-repeat right 6.5% center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.introduce_list_tit span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.introduce_list li:hover {
	transform: translateY(-5px);
}


/*-------------------- features --------------------*/

.features {
	width: 100%;
	padding: 60px 0 40px 0;
	background: #f5f7fc;
}

.feature_content {
	width: 100%;
	position: relative;
	padding: 60px 0;
}

.feature_img {
	display: block;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.feature_content02 .feature_img {
	right: auto;
	left: 25px;
}

.feature_detail {
	width: 55%;
}

.feature_content02 .feature_detail {
	padding-left: 45%;
}

.feature_tit {
	display: table;
	width: 100%;
	color: #004da0;
}

.feature_tit_num {
	width: 95px;
	font-size: 90px;
	font-weight: 500;
	line-height: 1;
	display: table-cell;
	vertical-align: bottom;
}

.feature_tit_txt {
	display: table-cell;
	vertical-align: bottom;
}

.feature_tit_txt h3 {
	font-size: 30px;
	font-weight: bold;
}

.feature_txt {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 30px;
	text-align: justify;
}


/*-------------------- business --------------------*/

.business {
	padding: 60px 0;
	background: #f5f7fc;
}

.business .show_more{
	display: none;
}

.business_list {
	width: 100%;
	margin: 50px auto 20px auto;
}

.business_list li {
	float: left;
	width: 17.6%;
	margin: 0 3% 30px 0;
	background: #4593d0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.business_list li:nth-of-type(5n) {
	margin-right: 0;
}
.business_list li>a{
	display: block;
	position: relative;
}
.business_list li>a:hover{
	transform: translateY(-2px);
}

.business_more{
	width: 66px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
	color: #fff;
	font-size: 14px;
	background: #ed6c00;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.business_blank {
	width: 100%;
	display: block;
	visibility: hidden;
}

.business_cirlce {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.business_img {
	display: block;
	margin: 0 auto 0 auto;
}

.business_txt {
	width: 100%;
	display: table;
}

.business_txt p {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 500;
}
.business_txt p span,.business_txt p img{
	vertical-align: middle;
}

.business_mark {
	font-size: 12px;
}

.business_mark_txt {
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 auto 40px auto;
}


.business .btn_contact {
	margin: 0 auto;
}

.works .btn_contact,
.voice .btn_contact {
	margin: 40px auto 0 auto;
}

.business_txt02 {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

#btn_business {
	display: inline-block;
	border-bottom: 1px solid #4593d0;
	color: #4593d0;
	text-decoration: none;
}

#btn_business:hover {
	transition: 0.3s ease;
	border-bottom-color: transparent;
}

.popup {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10000;
	color: #000000;
}

.btn_close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.popup_inner {
	width: 1100px;
	max-height: 80%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 90px 75px;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.business_table {
	width: 100%;
	margin-top: 12px;
}

.business_table:first-of-type {
	margin-top: 0;
}

.business_table_part {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.business_table_part:last-of-type {
	margin-right: 0;
}

.business_table table {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

.business_table table th {
	background: #004da0;
	border: 1px solid #4593d0;
	color: #FFFFFF;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
}

.business_table table th.th_tit {
	border-right-color: transparent;
}

.business_table table th.th_mark {
	font-size: 14px;
	border-left-color: transparent;
	padding: 5px;
	vertical-align: bottom;
	font-weight: 400;
}

.business_table table tr.bg_td {
	background: #bbdff6;
}

.business_table table td {
	font-size: 14px;
	vertical-align: top;
	padding: 6px 12px;
	border: 1px solid #004da0;
}

.tdw34 {
	width: 34%;
}

.tdw22 {
	width: 22%;
}


/*-------------------- works --------------------*/

.works {
	width: 100%;
	padding: 60px 0;
}

.works_swiper {
	width: 100%;
	max-width: 1010px;
	padding: 0 30px;
	margin: 50px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.swiper-container-work .swiper-slide {
	width: 300px;
	max-width: 100%;
}

.works_img_wrap {
	width: 100%;
	border: 2px solid #cbcfd0;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.works_img_wrap a{
	display: block;
}
.works_img_wrap a:hover{
	opacity: 0.8;
}

.works_img_inner {
	width: 100%;
	position: relative;
}

.works_blank {
	display: block;
}

.works_img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.works_tit {
	text-align: center;
	margin-top: 10px;
}

.works_tit a {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.works_tit a:hover {
	text-decoration: underline;
}

.works .btn_contact {
	margin: 0 auto;
	/*background-color: #4593d0;*/
	color: #FFFFFF;
}

.works_swiper .swiper-button-next,
.works_swiper .swiper-button-prev {
	width: 25px;
	height: 25px;
	margin-top: -25px;
	background-size: 25px 25px;
}

.works_swiper .swiper-button-prev,
.works_swiper .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/works_prev.png);
	left: 0;
}

.works_swiper .swiper-button-next,
.works_swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/works_next.png);
	right: 0;
}


/*-------------------- voice --------------------*/

.voice {
	width: 100%;
	background: #eff0ec;
	padding: 70px 0;
}

.voice_list {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}

.voice_list li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
	background: #FFFFFF;
	padding: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.voice_list li:nth-of-type(3n) {
	margin-right: 0;
}

.voice_coming {
	color: #cbcfd0;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.voice_img {
	width: 100%;
	max-width: 274px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.voice_img img {
	display: block;
}

.voice_tit {
	font-size: 18px;
	margin: 15px auto;
}

.voice_name {
	font-size: 18px;
	font-weight: bold;
}

.voice_btn {
	width: 100%;
	text-align: right;
	padding: 30px 0 20px 0;
}

.voice_btn a {
	display: inline-block;
	border: 1px solid #4092dc;
	color: #000000;
	padding: 4px 45px 4px 20px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../img/ico_news.png) no-repeat right 15px center;
}

.voice_btn a:hover {
	background-position: right 10px center;
}


/*-------------------- comparison --------------------*/

.comparison {
	width: 100%;
	background: #ffffff;
	padding: 70px 0;
}

.comparison_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-top: 50px;
}

.comparison_table th {
	background: #004da0;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	width: 18%;
	border-top: 4px solid #004da0;
	border-bottom: 4px solid #004da0;
	vertical-align: middle;
	padding: 16px 10px;
}

.comparison_table th:first-of-type {
	width: 24%;
}

.comparison_table th img {
	display: block;
	margin: 0 auto;
}

.comparison_table td {
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #535353;
	padding: 15px 10px;
}

.comparison_table td:first-of-type {
	text-align: left;
	padding-left: 0;
}

.comparison_table th.bg_f {
	background: #FFFFFF;
	width: 22%;
}

.comparison_table td.bg_f {
	background: #bbdff6;
	width: 22%;
}


/*-------------------- price --------------------*/

.price {
	width: 100%;
	background: #bbdff6;
	padding: 60px 0;
}

.price_content {
	width: 100%;
	position: relative;
}

.price_img {
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
}

.price_table {
	width: 100%;
	margin: 50px auto 40px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.price_table th {
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	padding: 20px;
}

.price_table th:first-of-type {
	width: 128px;
	padding: 0;
}

.price_table th span {
	/*font-size: 30px;*/
}

.price_table th.th_s {
	/*width: 215px;*/
	background: #2a92a8;
}

.price_table th.th_m {
	/*width: 215px;*/
	background: #4593d0;
}

.price_table th.th_l {
	/*width: 215px;*/
	background: #3d62ad;
}

.price_table th.th_free {
	/*width: 215px;*/
	background: #42b2da;
}

.price_table td {
	background: #FFFFFF;
	padding: 0 15px;
}

.price_table td:first-of-type {
	width: 100px;
	background: transparent;
	padding: 0;
}

.price_table td.td_padtop {
	padding-top: 30px;
}

.price_month {
	width: 100%;
	background: #b0b1b1;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 9px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.price_month:after {
	content: "";
	position: absolute;
	width: 0;
	border: 27px solid transparent;
	border-left-color: #b0b1b1;
	top: 0;
	bottom: 0;
	right: -54px;
}

.price_month span {
	font-size: 19.2px;
}

.price_table td.bg_s {
	background: #d4e9ee;
	padding: 10px 15px 25px 15px;
}

.price_table td.bg_m {
	background: #cce8f7;
	padding: 10px 15px 25px 15px;
}

.price_table td.bg_l {
	background: #d8e0ef;
	padding: 10px 15px 25px 15px;
}

.price_table td.bg_c01{
	padding: 15px 15px;
	background-color: #d3f0ff;
	border-top: 6px solid #e5f5fc;
}

.price_table td.bg_free {
	background: #d9f0f8;
	padding: 10px 15px 25px 15px;
}

.tr_blank td {
	padding: 10px 10px 15px 10px;
}

.price_num {
	font-size: 40px;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 2px dotted #2a92a8;
}

.price_num.free_color {
	font-size: 30px;
	line-height: 1.3;
	border: none;
}

.free_mark {
	font-size: 14px;
}

.price_num span {
	font-size: 28px;
}

.price_month_tit {
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid;
}

.price_table th.blank,
.price_table td.blank {
	padding: 0;
	width: 6px;
	background: transparent;
}

.price_txt_wrap {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 2px dotted transparent;
	letter-spacing: -1px;
}

.price_table td .price_txt_wrap:last-of-type {
	/*line-height: 2;*/
}

.price_table td .price_txt_wrap.price_txt_wrap_l {
	line-height: 1.4;
}

.price_txt01 {
	font-size: 32px;
	margin-right: 3px;
}

.price_txt02 {
	font-size: 22px;
}

.price_txt04 {
	margin-right: 2px;
}

.price .btn_contact {
	margin: 0 auto;
}

.price_mark {
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
	margin-top: 25px;
}

.price_banner {
	margin-bottom: 50px;
}

.price_banner_sp {
	display: none;
}

.price_banner_pc {
	display: block;
}

.s_color {
	color: #2a92a8;
}

.s_border {
	border-color: #2a92a8;
}

.m_color {
	color: #4593d0;
}

.m_border {
	border-color: #4593d0;
}

.l_color {
	color: #3d62ad;
}

.l_border {
	border-color: #3d62ad;
}

.free_color {
	color: #42b2da;
}

.free_border {
	border-color: #42b2da;
}


/*-------------------- step --------------------*/

.step {
	width: 100%;
	padding: 60px 0 80px 0;
}

.step_list {
	width: 100%;
	margin-top: 50px;
}

.step_list li {
	width: 29%;
	float: left;
	margin-right: 6.5%;
}

.step_list li.step_li {
	margin-right: 0;
}

.step_num {
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	padding: 8px 10px;
	padding: 7px 10px 9px 10px\0;
	background: #4593d0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.step_num:after {
	content: "";
	position: absolute;
	width: 0;
	border: 38px solid transparent;
	border-left-color: #4593d0;
	top: 0;
	bottom: 0;
	right: -76px;
}

.step_li .step_num:after {
	display: none;
}

.step_img {
	display: block;
	margin: 70px auto 40px auto;
}

.step_tit {
	color: #004da0;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.step_txt {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}


/*-------------------- rules --------------------*/

.rules {
	width: 100%;
	padding: 60px 0;
	background: #eff0ec;
}

.rules_tit {
	display: block;
	margin: 0 auto;
}

.rules_tit.h2_sp {
	display: none;
}

.rules_list {
	width: 100%;
	margin-top: 50px;
}

.rules_list li {
	width: 29%;
	float: left;
	margin-right: 6.5%;
}

.rules_list li:last-of-type {
	margin-right: 0;
}

.rules_img {
	display: block;
	margin: 0 auto;
}

.rules_num {
	width: 66px;
	height: 66px;
	margin: 20px auto;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #FFFFFF;
	background: #004da0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.rules_title {
	width: 100%;
	display: table;
	margin: 20px auto;
}

.rules_tit_inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #004da0;
	font-weight: bold;
}

.rules_mark {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}


/*-------------------- type --------------------*/

.type {
	width: 100%;
	padding: 60px 0;
	background: #4593d0;
}
.type .ttl_h2{
	color: #fff;
}
.type .type_txt{
	color: #fff;
}

.type_txt {
	margin: 20px auto;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #010101;
}

.type_list {
	width: 100%;
}

.type_list li {
	width: 11.7%;
	float: left;
	margin-bottom: 14px;
	margin-right: 0.8%;
}

.type_list li:nth-of-type(8n) {
	margin-right: 0;
}

.type_img {
	width: 100%;
	background: #FFFFFF;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.type_img img {
	display: block;
	margin: 0 auto;
}

.type_tit {
	width: 100%;
	text-align: center;
	background: #004da0;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 3px\0;
}

.type_spacing {
	letter-spacing: -1px;
}

.type_spacing02 {
	letter-spacing: -4px;
}


/*-------------------- faq --------------------*/

.faq {
	width: 100%;
	padding: 60px 0;
}

.tab_list {
	width: 100%;
	margin-top: 35px;
}

.tab_btn {
	width: 32%;
	float: left;
	display: block;
	margin-right: 2%;
	padding: 15px 10px 10px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #004da0;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #004da0;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
	position: relative;
}

.tab_btn:last-of-type {
	margin-right: 0;
}

.tab_btn.on {
	background: #004da0;
	color: #FFFFFF;
}

.faq_content {
	width: 100%;
	padding: 50px 40px;
	border: 1px solid #004da0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.tab {
	width: 100%;
	display: none;
}

.tab.on {
	display: block;
}

.faq_list {
	width: 100%;
}

.faq_list li {
	margin-bottom: 30px;
}

.faq_list li:last-of-type {
	margin-bottom: 0;
}

.faq_q {
	width: 100%;
	display: table;
	cursor: pointer;
}

.faq_q_tit {
	width: 50px;
	display: table-cell;
	vertical-align: top;
}

.faq_q_tit span {
	display: block;
	width: 50px;
	height: 50px;
	background: #004da0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.faq_q_txt {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #004da0;
	text-align: left;
	padding: 0 25px;
}

.faq_icon {
	width: 25px;
	display: table-cell;
	vertical-align: top;
	background: url(../img/faq_img02.png) no-repeat left top 12px;
}

.faq_open {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 12px;
}

.faq_a {
	display: none;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 50px 0 75px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/*-------------------- contact --------------------*/

.contact {
	width: 100%;
}

.contact_tab_list {
	width: 100%;
}

.contact_tab_list .tab_btn {
	width: 50%;
	padding: 18px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #cbcbcb;
	border: 1px solid #E6E7E8;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.contact_tab_list .tab_btn.on {
	color: #000000;
	background: #e6e7e8;
}

.contact_content {
	width: 100%;
	padding: 60px 0;
	background: #e6e7e8;
}


/*-------------------- fixed_banner --------------------*/

.fixed_banner {
	border: 2px solid #ed6c00;
	position: fixed;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	font-size: 0;
}

.fixed_banner_img {
	display: block;
}

.fixed_banner_box {
	padding: 15px 19px;
	background: #FFFFFF;
}

.fixed_banner_btn {
	font-size: 16px;
	font-weight: bold;
	background: url("../img/bg_btn_s.png") no-repeat left 22px center #ed6c00;
	color: #fff;
	display: block;
	text-align: left;
	letter-spacing: 2px;
	padding: 4px 0 6px 55px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1300px) {
	.btn_close {
		top: 10px;
		right: 10px;
	}
	.popup_inner {
		width: 100%;
		padding: 50px 25px;
	}
	.business_table_part {
		width: 49%;
		margin-right: 2%;
	}
	.business_table table th {
		padding: 6px 10px;
	}
	.business_table table td {
		padding: 6px 10px;
	}
	.business_table table td.business_td02 {
		width: 34%;
	}
	#btn_business:hover {
		border-bottom-color: #000000;
	}
	.check_btn a:hover {
		transform: translateY(0);
	}
	.btn_top:hover {
		transform: translateY(0);
	}
	.btn_mv:hover {
		background: url(../img/bg_btn_mv.png) no-repeat right 10px center #FFFFFF;
		color: #000000;
	}
	/*-------------------- news --------------------*/
	.news_btn:hover {
		background-position: right 20px center;
	}
	/*-------------------- voice --------------------*/
	.voice_btn a:hover {
		background-position: right 15px center;
	}
	/*-------------------- price --------------------*/
	.price_month {
		padding: 9px 0;
	}
}
@media only screen and (max-width:1024px) {
	.business_img{
		width: 90px;
	}
}
@media only screen and (max-width:1000px) {
	/*-------------------- mv --------------------*/
	.mv_content {
		width: 40%;
	}
	.mv_img {
		width: 60%;
		right: 0;
	}
	.mv_tit {
		font-size: 22px;
	}
	.mv_txt_img {
		width: 235px;
	}
	.mv_txt {
		font-size: 16px;
		margin: 15px auto 30px auto;
	}
	.mv_txt span.s1{
		font-size: 24px;
	}
	.mv_posi {
		width: 60%;
		max-width: 288px;
	}
	.mv_posi img {
		margin-bottom: 5px;
	}
	.btn_mv {
		font-size: 12px;
		padding: 3px 20px 3px 10px;
	}
	/*-------------------- works --------------------*/
	.works_swiper {
		padding: 0;
	}
	.works_tit a:hover {
		text-decoration: none;
	}
	.works_img_wrap a:hover{
		opacity: 1;
	}
}

@media only screen and (max-width:950px) {
	/*-------------------- news --------------------*/
	.idx_news {
		padding: 50px 0;
	}
	/*-------------------- voice --------------------*/
	.voice {
		padding: 50px 0;
	}
	.voice_list {
		margin-top: 30px;
	}
	.voice_list li {
		width: 32%;
		margin-right: 2%;
		padding: 10px;
	}
	.voice_coming {
		font-size: 18px;
	}
	.voice_tit {
		font-size: 16px;
		margin: 10px auto;
	}
	.voice_name {
		font-size: 16px;
	}
	/*-------------------- campaign --------------------*/
	.campaign_tit {
		display: block;
		width: 100%;
	}
	.campaign_titimg,
	.campaign_titbox {
		display: block;
	}
	.campaign_titbox {
		padding-left: 0;
		padding-top: 10px;
	}
	.campaign_titbox h2 {
		font-size: 30px;
		padding: 0 60px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.campaign_titbox h2 span {
		font-size: 40px;
	}
	.campaign_titimg {
		width: 141px;
		margin: 0 auto;
	}
	.campaign_btit {
		font-size: 35px;
	}
	.campaign_stit {
		font-size: 26px;
	}
	.campaign_subtit {
		font-size: 20px;
	}
	.campaign_item {
		padding: 32px 20px;
	}
	.campaign_txt01 {
		font-size: 24px;
		padding-right: 0;
		padding-bottom: 12px;
	}
	.campaign_txt02 {
		font-size: 16px;
		line-height: 1.625;
		text-align: center;
	}
	.campaign_detail {
		padding: 25px 20px;
	}
	.campaign_detail_part {
		padding: 0 20px 0 0;
	}
	.campaign_detail_part:nth-of-type(2) {
		padding: 0 0 0 25px;
	}
	.campaign_detail_tit {
		font-size: 22px;
	}
	.campaign_price li {
		width: 32%;
		margin-right: 2%;
		font-size: 20px;
		padding: 10px 5px;
	}
	.campaign_price li span {
		font-size: 32px;
	}
	.campaign_mark_tit {
		font-size: 16px;
	}
	.campaign .tab_item {
		font-size: 24px;
	}
	.campaign_method {
		display: block;
	}
	.campaign_txt01,
	.campaign_txt02 {
		display: block;
	}
	.campaign_detail_tit01 {
		font-size: 20px;
	}
	.campaign_detail_tit02 {
		font-size: 16px;
	}
	.campaign_condition_title {
		padding-right: 20px;
	}
	.campaign_condition_title_content {
		font-size: 18px;
		padding-top: 7px;
	}
	/*-------------------- introduce --------------------*/
	.introduce_list li {
		/*display: block;*/
		width: 48%;
		margin-right: 4%;
	}
	.introduce_list li:nth-of-type(2n) {
		/*margin-right: 2%;*/
		margin-right: 0;
	}
	.introduce_list li:nth-of-type(3),
	.introduce_list li:nth-of-type(4) {
		margin-top: 30px;
	}
	.introduce_list_tit {
		/*font-size: 20px;*/
	}
	/*-------------------- features --------------------*/
	.feature_content {
		padding: 40px 0;
	}
	.feature_img {
		width: 35%;
		right: 0;
	}
	.feature_content02 .feature_img {
		left: 0;
	}
	.feature_detail {
		width: 60%;
	}
	.feature_content02 .feature_detail {
		padding-left: 40%;
	}
	.feature_tit_num {
		width: 75px;
		font-size: 70px;
	}
	.feature_tit_txt h3 {
		font-size: 24px;
	}
	.feature_txt {
		margin-top: 20px;
	}
	/*-------------------- business --------------------*/
	.business_list {
		width: 100%;
		margin: 50px auto 20px auto;
	}
	.business_list li {
		width: 22%;
		margin: 0 4% 30px 0;
	}
	.business_list li:nth-of-type(4n) {
		margin-right: 0;
	}
	.business_list li:nth-of-type(5n) {
		margin: 0 4% 30px 0;
	}
	.popup_inner {
		max-height: 80%;
	}
	.business_table {
		width: 100%;
	}
	.business_table:first-of-type {
		margin-bottom: 0;
	}
	.business_table_part {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		margin-right: 0%;
	}
	.business_table table td.business_td01 {
		width: 35%;
	}
	.business_table table td.business_td02 {
		width: 35%;
	}
	/*-------------------- works --------------------*/
	/*-------------------- comparison --------------------*/
	.comparison {
		width: 100%;
		padding: 70px 0;
	}
	.comparison_table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		text-align: center;
		margin-top: 50px;
	}
	.comparison_table th {
		font-size: 24px;
	}
	.comparison_table td {
		font-size: 20px;
	}
	/*-------------------- price --------------------*/
	.price_img {
		width: 16%;
		top: -20px;
	}
	.price_table th {
		font-size: 22px;
		padding: 20px;
	}
	.price_table th:first-of-type {
		width: 80px;
	}
	.price_table td:first-of-type {
		padding: 0 0 1px 0;
	}
	.price_table td.td_padtop {
		padding-top: 20px;
	}
	.price_month {
		font-size: 22px;
	}
	.price_month:after {
		border: 25px solid transparent;
		border-left-color: #b0b1b1;
		right: -50px;
	}
	.price_month span {
		font-size: 16px;
	}
	.tr_blank td {
		padding: 10px;
	}
	.price_num {
		font-size: 32px;
	}
	.price_num.free_color {
		font-size: 24px;
	}
	.price_num span {
		font-size: 21px;
	}
	.price_month_tit {
		font-size: 16px;
	}
	.price_table th.blank,
	.price_table td.blank {
		width: 3px;
	}
	.price_txt_wrap {
		display: inline;
		font-size: 18px;
		/*letter-spacing: 0;*/
	}
	.price_txt01 {
		font-size: 32px;
		margin-right: 2px;
	}
	.price_txt02 {
		font-size: 20px;
	}
	.price_txt04 {
		margin-left: 2px;
	}
	/*-------------------- step --------------------*/
	.step_num {
		font-size: 32px;
		padding: 8px 10px;
		padding: 7px 10px 9px 10px\0;
	}
	.step_num:after {
		border: 32px solid transparent;
		border-left-color: #4593d0;
		right: -64px;
	}
	.step_img {
		margin: 50px auto 30px auto;
	}
	.step_tit {
		font-size: 28px;
	}
	/*-------------------- rules --------------------*/
	.rules_num {
		font-size: 42px;
	}
	.rules_tit_inner {
		font-size: 16px;
	}
	.rules_tit_inner br {
		display: none;
	}
	/*-------------------- type --------------------*/
	.type_list li {
		width: 15%;
		margin-right: 2%;
	}
	.type_list li:nth-of-type(8n) {
		margin-right: 2%;
	}
	.type_list li:nth-of-type(6n) {
		margin-right: 0;
	}
	/*-------------------- faq --------------------*/
	.tab_btn {
		padding: 15px 5px 10px 5px;
		font-size: 16px;
	}
	.faq_content {
		padding: 40px 20px;
	}
	.faq_list li {
		margin-bottom: 20px;
	}
	.faq_q_tit {
		width: 40px;
	}
	.faq_q_tit span {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
	.faq_q_txt {
		font-size: 16px;
		padding: 0 15px;
	}
	.faq_icon {
		background: url(../img/faq_img02.png) no-repeat left top 8px;
	}
	.faq_open {
		top: 8px;
	}
	.faq_a {
		padding: 0 40px 0 55px;
	}
	/*-------------------- contact --------------------*/
	.contact_tab_list .tab_btn {
		padding: 15px;
		font-size: 24px;
	}
	/*-------------------- fixed_banner --------------------*/
	.fixed_banner {
		width: 200px;
	}
	.fixed_banner_btn {
		font-size: 14px;
		background: url(../img/bg_btn_s.png) no-repeat left 19px center #ed6c00;
		padding: 3px 0 6px 45px;
	}
}

@media only screen and (max-width: 768px) {
	.voice_list {
		margin-bottom: -20px;
	}
	.voice_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.voice_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	.voice_list li:nth-of-type(even) {
		margin-right: 0;
	}
}

@media only screen and (max-width:767px) {
	/*-------------------- mv --------------------*/
	.mv {
		width: 100%;
		background: url(../img/bg_mv.png) repeat-x left -20px bottom #004da0;
		padding: 50px 0;
	}
	.mv_v1 {
		background-color: #4593d0;
	}
	.mv_content {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	.mv_tit br {
		display: none;
	}
	.mv_img {
		width: 100%;
		margin: 0 auto;
		float: none;
		position: static;
		left: auto;
		top: auto;
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		text-align: center;
	}
	.mv_posi {
		left: 0;
		padding: 20px 10px;
	}
	/*-------------------- news --------------------*/
	.idx_news {
		padding: 40px 0;
	}
	.news_tit {
		font-size: 20px;
		letter-spacing: 4px;
	}
	/*-------------------- campaign --------------------*/
	.campaign_subtit {
		letter-spacing: 2px;
	}
	.campaign_detail_part {
		width: 100%;
		float: none;
		padding: 0;
	}
	.campaign_detail_part:nth-of-type(2) {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
		background: none;
	}
	.campaign_price {
		max-width: 250px;
	}
	.campaign_price li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.campaign_price li:last-of-type {
		margin-bottom: 0;
	}
	.campaign_mark {
		width: 100%;
		display: block;
	}
	.campaign_mark_left {
		width: 130px;
		display: block;
		margin-bottom: 10px;
	}
	.campaign_mark_tit {
		padding: 10px;
	}
	.campaign_mark_txt {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.campaign .tab_item {
		font-size: 21px;
		letter-spacing: 0px;
	}
	.campaign_detail_item {
		display: block;
		width: 100%;
		padding: 0 10px;
		margin-top: 20px;
	}
	.campaign_detail_item:nth-child(2),
	.campaign_detail_item:nth-child(3) {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	.campaign_detail_item:first-child .campaign_detail_table,
	.campaign_detail_item:last-child .campaign_detail_table {
		margin: 0 auto;
	}
	.campaign_condition_title,
	.campaign_condition_txt {
		display: block;
	}
	.campaign_condition_title {
		padding: 0 0 10px;
	}
	.campaign_condition_title_content {
		width: 62px;
		height: 56px;
		padding-top: 4px;
	}
	.campaign_titimg {
		padding: 0 80px;
		background: url(../img/ico_campaign01.png) no-repeat left center, url(../img/ico_campaign02.png) no-repeat right center;
		background-size: 66px, 60px;
	}
	.campaign_titbox h2 {
		font-size: 26px;
		background: none;
		padding: 0;
	}
	.campaign_titbox h2 span {
		font-size: 32px;
	}
	/*-------------------- features --------------------*/
	.feature_content02 {
		padding: 0;
	}
	.feature_img {
		width: 75%;
		max-width: 336px;
		position: static;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 0 auto;
	}
	.feature_content02 .feature_img {
		right: auto;
		left: auto;
	}
	.feature_detail {
		width: 100%;
		margin-top: 20px;
	}
	.feature_content02 .feature_detail {
		padding-left: 0;
	}
	.feature_tit_num {
		line-height: 1.1;
	}
	/*-------------------- business --------------------*/
	.business_list li {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.business_list li:nth-of-type(5n),
	.business_list li:nth-of-type(4n) {
		margin-right: 2%;
		margin: 0 2% 20px 0;
	}
	.business_list li:nth-of-type(3n) {
		margin-right: 0;
	}
	.business_cirlce {
		padding: 0 10px;
	}
	.popup_inner {
		padding: 50px 20px;
	}
	.business_table {
		width: 100%;
	}
	/*-------------------- works --------------------*/
	/*-------------------- comparison --------------------*/
	/*-------------------- price --------------------*/
	.price_table th {
		padding: 20px 10px;
	}
	.price_table td {
		background: #FFFFFF;
		padding: 0 10px;
	}
	.price_table td.bg_s {
		padding: 10px 10px 25px 10px;
	}
	.price_table td.bg_m {
		padding: 10px 10px 25px 10px;
	}
	.price_table td.bg_l {
		padding: 10px 10px 25px 10px;
	}
	.tr_blank td {
		padding: 10px 10px 15px 10px;
	}
	/*-------------------- step --------------------*/
	.step {
		width: 100%;
		padding: 60px 0 80px 0;
	}
	.step_list {
		width: 100%;
		margin-top: 50px;
	}
	.step_list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.step_list li.step_li {
		margin-bottom: 0;
	}
	.step_num {
		width: 50%;
		margin: 0 auto;
	}
	.step_li .step_num:after {
		display: block;
	}
	.step_num:after {
		top: auto;
		bottom: -64px;
		left: 0;
		right: 0;
		margin: auto;
		border: 32px solid transparent;
		border-top-color: #4593d0;
	}
	.step_li .step_num:after {
		display: block;
	}
	/*-------------------- rules --------------------*/
	.rules_list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.rules_list li:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}
	.rules_title {
		width: 100%;
		display: block;
	}
	.rules_tit_inner {
		display: block;
		text-align: center;
	}
	.rules_mark {
		text-align: center;
	}
	/*-------------------- type --------------------*/
	.type_list li {
		width: 22%;
		margin-right: 4%;
	}
	.type_list li:nth-of-type(6n),
	.type_list li:nth-of-type(8n) {
		margin-right: 4%;
	}
	.type_list li:nth-of-type(4n) {
		margin-right: 0;
	}
	/*-------------------- faq --------------------*/
	.tab_btn {
		padding: 10px;
		font-size: 16px;
	}
	.tab_btn span {
		width: 100%;
		text-align: center;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.faq_q_txt {
		font-size: 16px;
	}
	/*-------------------- contact --------------------*/
	.contact_content {
		width: 100%;
		padding: 60px 0;
		background: #e6e7e8;
	}
}
@media only screen and (max-width:560px) {
	.business_img{
		width: 70px;
	}
}
@media only screen and (max-width:480px) {
	/*-------------------- mv --------------------*/
	.mv {
		padding: 32px 0;
	}
	.mv_tit {
		font-size: 20px;
	}
	.mv_tit br {
		display: block;
	}
	.mv_txt {
		font-size: 14px;
	}
	.mv_txt span.s1{
		font-size: 22px;
	}
	.mv_txt_img {
		width: 200px;
	}
	.mv_img img {
		width: 90%;
	}
	.mv_posi {
		padding: 20px 0px;
	}
	/*-------------------- news --------------------*/
	.idx_news {
		padding: 50px 0;
	}
	.news_tit {
		font-size: 20px;
	}
	.news_btn_wrap {
		width: 120px;
		display: table-cell;
		vertical-align: middle;
	}
	.news_btn {
		padding: 4px 12px;
		font-size: 13px;
		background-position: right 10px center;
	}
	.news_btn:hover {
		background-position: right 10px center;
	}
	/*-------------------- campaign --------------------*/
	.campaign {
		padding: 50px 0;
	}
	.campaign_content {
		margin-bottom: 30px;
	}
	.campaign_tab01_tit{
		display: none;
	}
	.campaign_tab01_tit_sp{
		display: block;
	}
	.campaign_subtit {
		font-size: 18px;
	}
	.campaign_item {
		padding: 30px 15px;
	}
	.campaign_titimg {
		width: 100px;
		padding: 0 65px;
		background-size: 55px, 50px;
	}
	.campaign_stit {
		font-size: 22px;
	}
	.campaign_titbox h2 {
		font-size: 18px;
	}
	.campaign_titbox h2 span {
		font-size: 24px;
	}
	.campaign_btit {
		font-size: 28px;
	}
	.campaign_txt01 {
		font-size: 20px;
	}
	.campaign_txt02 {
		font-size: 14px;
	}
	.campaign_detail {
		padding: 25px 15px;
		margin: 10px auto 0 auto;
		border-width: 1px;
	}
	.campaign_detail_part {}
	.campaign_detail_part:nth-of-type(2) {}
	.campaign_detail_part:last-of-type {
		width: 100%;
		float: none;
		clear: both;
		padding: 20px 0 0 0;
	}
	.campaign_detail_tit {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.campaign_detail_txt {
		font-size: 13px;
	}
	.campaign_price li {
		font-size: 18px;
	}
	.campaign_price li span {
		font-size: 24px;
	}
	.campaign_mark_left {
		width: 100px;
	}
	.campaign_mark_tit {
		font-size: 14px;
		padding: 5px;
	}
	.campaign_mark_txt {
		font-size: 13px;
	}
	.campaign_condition_title_content {
		width: 54px;
		height: 48px;
		padding-top: 3px;
		font-size: 16px;
	}
	.campaign_condition_txt {
		font-size: 13px;
	}
	.campaign .tab_item {
		font-size: 16px;
		border-width: 2px;
	}
	.campaign .tab_item span {
		width: 100%;
		text-align: center;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.campaign_detail_tit01 {
		font-size: 18px;
	}
	.campaign_detail_cirle {
		font-size: 18px;
	}
	/*-------------------- introduce --------------------*/
	.introduce {
		padding: 50px 0;
	}
	.introduce_list li {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.introduce_list li:nth-of-type(1) {
		margin-top: 0;
	}
	/*-------------------- features --------------------*/
	.features {
		width: 100%;
		padding: 50px 0 10px 0;
	}
	.h2_pc {
		display: none;
	}
	.h2_sp {
		display: block;
	}
	.feature_content {
		padding: 40px 0;
	}
	.feature_tit_num {
		width: 70px;
		font-size: 64px;
		line-height: 1;
	}
	.feature_tit_txt h3 {
		font-size: 20px;
	}
	.feature_txt {
		font-size: 13px;
		margin-top: 10px;
	}
	/*-------------------- business --------------------*/
	.business {
		padding: 50px 0;
	}
	.business_list {
		margin: 40px auto 10px auto;
	}
	.business .show_more{
		width: 150px;
		font-size: 16px;
		display: block;
		margin-bottom: 30px;
		color: #fff;
		padding: 6px 5px 8px 25px;
		background-size: 20px 20px;
		background-position: left 15px center;
		background-color: #4593d0;
	}

	.business .show_more .openTxt{
		padding-right: 15px;
	}

	.business .show_more .openTxt,
	.business .show_more.openStatus :not(.openTxt)
	{
		display: none;
	}

	.business .show_more.openStatus .openTxt{
		display: block;
	}
	.business_list>li:not(.always_show):not(.manual_mode){
		display: none;
	}
	.business_list li {
		float: left;
		width: 48%;
		margin: 0 4% 20px 0;
	}
	.business_list li:nth-of-type(3n),
	.business_list li:nth-of-type(4n),
	.business_list li:nth-of-type(5n) {
		margin: 0 4% 20px 0;
	}
	.business_list li:nth-of-type(2n) {
		margin-right: 0;
	}
	.business_txt p {
		font-size: 13px;
	}
	.business_mark_txt {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.business_txt02 {
		font-size: 13px;
	}
	.popup_inner {
		padding: 45px 15px;
	}
	.business_table_part {
		margin-bottom: 20px;
	}
	.business_table table th {
		font-size: 14px;
	}
	.business_table table th.th_mark {
		font-size: 13px;
	}
	.business_table table td {
		font-size: 13px;
	}
	.business_img{
		width: 80px;
	}
	/*-------------------- works --------------------*/
	.works {
		padding: 50px 0;
	}
	.works_swiper {
		margin: 40px auto;
	}
	.works_tit a {
		font-size: 16px;
	}
	/*-------------------- voice --------------------*/
	.voice_list li {
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 0 auto 20px auto;
	}
	.voice_list li:nth-of-type(even) {
		margin-right: auto;
	}
	.voice_list li:nth-of-type(3n) {
		margin-right: auto;
	}
	/*-------------------- comparison --------------------*/
	.comparison {
		padding: 50px 0;
	}
	.comparison_table {
		margin-top: 40px;
	}
	.comparison_table th {
		font-size: 20px;
		border-top: 2px solid #4593d0;
		border-bottom: 2px solid #4593d0;
		padding: 10px 5px;
	}
	.comparison_table td {
		font-size: 18px;
		padding: 15px 5px;
	}
	/*-------------------- price --------------------*/
	.price {
		padding: 50px 0;
	}
	.price_img {
		width: 20%;
		top: -50px;
	}
	.price_table {
		margin: 40px auto 25px;
	}
	.price_table th {
		font-size: 16px;
		padding: 10px 5px;
	}
	.price_table th:first-of-type {
		width: 45px;
	}
	.price_table td {
		padding: 0 5px;
	}
	.price_table td.bg_free {
		padding: 0 5px;
	}
	.price_table td:first-of-type {
		width: 45px;
		padding: 0;
	}
	.price_table td.td_padtop {
		padding-top: 20px;
	}
	.price_month {
		font-size: 12px;
		padding: 7px 0;
	}
	.price_month:after {
		border: 16px solid transparent;
		border-left-width: 10px;
		border-left-color: #b0b1b1;
		right: -26px;
	}
	.price_month span {
		font-size: 12px;
	}
	.price_table td.bg_s {
		padding: 10px 5px;
	}
	.price_table td.bg_m {
		padding: 10px 5px;
	}
	.price_table td.bg_l {
		padding: 10px 5px;
	}
	.tr_blank td {
		padding: 10px 5px;
	}
	.price_num {
		font-size: 20px;
		padding: 10px 0;
		border-bottom-width: 1px;
	}
	.price_num.free_color {
		font-size: 18px;
	}
	.free_mark {
		font-size: 12px;
	}
	.price_num span {
		font-size: 14px;
	}
	.price_month_tit {
		font-size: 14px;
	}
	.price_table th.blank,
	.price_table td.blank {
		width: 2px;
	}
	.price_txt_wrap {
		font-size: 12px;
		border-bottom-width: 1px;
	}
	.price_txt01 {
		font-size: 20px;
	}
	.price_txt02 {
		font-size: 14px;
	}
	.price_mark {
		font-size: 13px;
		margin-top: 15px;
	}
	.price_banner_pc {
		display: none;
	}
	.price_banner_sp {
		display: block;
	}
	.price_banner {
		margin-bottom: 30px;
	}
	/*-------------------- step --------------------*/
	.step {
		padding: 50px 0 60px 0;
	}
	.step_list {
		margin-top: 40px;
	}
	.step_num {
		font-size: 20px;
	}
	.step_num:after {
		top: auto;
		bottom: -40px;
		left: 0;
		right: 0;
		margin: auto;
		border: 20px solid transparent;
		border-top-color: #4593d0;
	}
	.step_img {
		margin: 40px auto 20px auto;
	}
	.step_tit {
		font-size: 20px;
	}
	.step_txt {
		margin-top: 10px;
		font-size: 13px;
	}
	/*-------------------- rules --------------------*/
	.rules {
		padding: 50px 0;
	}
	.rules_tit {
		display: none;
	}
	.rules_tit.h2_sp {
		display: block;
	}
	.rules_list {
		margin-top: 40px;
	}
	.rules_num {
		width: 40px;
		height: 40px;
		margin: 20px auto;
		font-size: 28px;
		line-height: 38px;
	}
	.rules_tit_inner {
		font-size: 16px;
	}
	.rules_mark {
		font-size: 13px;
	}
	/*-------------------- type --------------------*/
	.type {
		padding: 50px 0;
	}
	.type_txt {
		font-size: 13px;
	}
	.type_list li {
		width: 32%;
		float: left;
		margin-bottom: 14px;
		margin-right: 2%;
	}
	.type_list li:nth-of-type(4n),
	.type_list li:nth-of-type(8n) {
		margin-right: 2%;
	}
	.type_list li:nth-of-type(3n) {
		margin-right: 0;
	}
	.type_img {
		padding: 10px;
	}
	.type_tit {
		font-size: 13px;
	}
	/*-------------------- faq --------------------*/
	.faq {
		padding: 50px 0;
	}
	.tab_list {
		margin-top: 30px;
	}
	.tab_btn {
		font-size: 14px;
	}
	.faq_content {
		padding: 30px 15px;
	}
	.faq_q_tit {
		width: 32px;
		display: table-cell;
		vertical-align: top;
	}
	.faq_q_tit span {
		width: 32px;
		height: 32px;
		font-size: 20px;
	}
	.faq_q_txt {
		padding: 0 10px;
	}
	.faq_icon {
		background: url(../img/faq_img02.png) no-repeat left top 4px;
	}
	.faq_open {
		top: 4px;
	}
	.faq_a {
		font-size: 13px;
		padding: 0 35px 0 42px;
	}
	/*-------------------- contact --------------------*/
	.contact_tab_list .tab_btn {
		font-size: 18px;
		letter-spacing: 0;
	}
	.contact_content {
		padding: 50px 0;
	}
	/*-------------------- fixed_banner --------------------*/
	.fixed_banner {
		display: none;
	}
}
.edm {
	padding: 60px 0;
	background: #f3f4f4;
}

.EDM_swiper {
	width: 100%;
	max-width: 1010px;
	padding: 0 30px;
	margin: 50px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.edm .btn_contact {
	margin: 0 auto;
}

.swiper-container-EDM .swiper-slide {
	width: 300px;
	max-width: 100%;
}

.EDM_img_wrap {
	width: 100%;
	border: 2px solid #cbcfd0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.EDM_img_wrap img{
	display: block;
}


.EDM_swiper .swiper-button-next-EDM,
.EDM_swiper .swiper-button-prev-EDM {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	z-index: 10;
	margin-top: -25px;
	cursor: pointer;
	background-size: 25px 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.EDM_swiper .swiper-button-prev-EDM,
.EDM_swiper .swiper-container-rtl .swiper-button-next-EDM {
	background-image: url(../img/works_prev.png);
	left: 0;
}

.EDM_swiper .swiper-button-next-EDM,
.EDM_swiper .swiper-container-rtl .swiper-button-prev-EDM {
	background-image: url(../img/works_next.png);
	right: 0;
}

.edm .inner{
	text-align: center;
}

.edm .bubble{
	display: inline-block;
	background: #fa6077;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 18px;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.edm .bubble:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #fa6077;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -9px;
	left: 37%;
}

.edm .peculiarity{
	margin-top: 50px;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	column-gap: 30px;
}

.edm .peculiarity .peculiarity-group{
	display: inline-grid;
	grid-template-columns: auto auto;
	column-gap: 10px;
	font-size: 20px;
	line-height: 26px;
	color: #4593d0;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width:768px){
	.edm .bubble{
		font-size: 26px;
		letter-spacing: 3px;
		margin-bottom: 6px;
	}
	.edm .peculiarity{
		grid-template-columns: auto;
		margin-top: 20px;
		row-gap: 10px;
	}
	.edm .peculiarity .peculiarity-group{
		font-size: 18px;
		line-height: 24px;
	}
	.edm .peculiarity .peculiarity-group img{
		max-width: 26px;
	}
}
@media only screen and (max-width:480px){
	.edm {
		padding: 50px 0;
	}
	.edm .bubble{
		font-size: 24px;
		padding: 4px 8px;
	}
	.edm .peculiarity .peculiarity-group{
		font-size: 16px;
		line-height: 20px;
	}
	.edm .peculiarity .peculiarity-group img{
		max-width: 22px;
	}
}

/*-------------------- media --------------------*/
.idx_media{
	padding: 60px 0;
	/*border-bottom: 2px solid #004da0;*/
	background: #FFFFFF;
}
.idx_media video{
	width: 950px;
	max-width: 100%;
	border: 1px solid #004da0;
	box-sizing: border-box;
	display: block;
	margin: 50px auto 0;
}
@media only screen and (max-width:480px){
	.idx_media{
		padding: 50px 0;
	}
	.idx_media video{
		margin: 40px auto 0;
	}
}
