@charset "UTF-8";

body.jp #main-box #contents h2 {
	background: none;
	margin: 0;
	padding-bottom: 0;
	line-height: 1.2;
	font-weight: normal;
	font-size: 100%;
}

body.jp #main-box #contents h3 {margin: 0; border-left:0;padding-bottom: 0;line-height: 1.2;background: none; padding-left:0;}

#main-box #contents h4 {
	color: #444;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-size: 100%;
}


#main-box .inner > .note {
	margin-bottom: 50px;
}
#main-box .inner > .note .head {
	background-color: #ddd;
	color: #444;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#main-box .inner > .note .body {
	border: 2px solid #DDD;
	border-top: none;
	padding: 10px 0;
	text-align: center;
}

#main-box .inner > .note .body .txt {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
#main-box .inner > .note .body span {
	font-size: 17px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	padding: 6px 17px;
	border: 1px solid #444;
	border-radius: 50px;
	margin-right: 10px;
	font-weight: bold;
}

#main-box #main {
	margin-bottom: 55px;
}

#anc_menu {
	margin: 0 auto;
	margin-top: 50px;
	/*width: 880px;*/
	text-align: center;
}

#anc_menu ul.cf{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; flex-wrap:wrap;
}

#anc_menu li {
	flex-basis:31.5%; max-width:31.5%;
	text-align: center;
}
#anc_menu li:last-child {
	margin-right: 0;
}

#main-box h1 {
	text-align: center;
	margin-bottom: 50px;
}

#main-box h1 + p {
	text-align: center;
	margin-bottom: 20px;
}

#main-box h1 + p + p {
	position: relative;
	/*width: 731px;*/
	margin: 0 auto 55px;
}

#main-box h1 + p + p .chu {
	font-size: 10px;
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 10;
}
#main-box .btn.basic {
	text-align: center;
}
#main-box .btn.basic a {
	min-width: 242px;
	display: inline-block;
	border: 4px solid #cc0000;
	background-color: #FFF;
	border-radius: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding: 10px 45px 10px;
	position: relative;
	box-sizing: border-box;
}
#main-box .btn.basic a:after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 1em;
	vertical-align: middle;
	background: url(img/btn_arrow.png) no-repeat 0 0;
	background-size: auto 80%;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 15px;
	z-index: 10;
	margin: auto 0;
}
#main-box .btn.basic a:hover {
	opacity: 0.7;
}

#main-box .h2_area {
	background-color: #cc0000;
	padding: 25px 0;
	margin-bottom: 45px;
}

#main-box .h2_area .table {
	display: table;
	margin: 0 auto;
}

#main-box .h2_area .label {
	display: table-cell;
	vertical-align: middle;
	width: 78px;
}

#main-box .h2_area .square {
	width: 78px;
	height: 78px;
	background-color: #FFF;
	padding: 13px 0;
	color: #cc0000;
	box-sizing: border-box;
	text-align: center;
}
#main-box .h2_area .square .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#main-box .h2_area .square .num {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#main-box .h2_area .txt {
	display: table-cell;
	vertical-align: middle;
}

#main-box #contents .h2_area .txt h2 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: transparent;
	margin: 0;
	padding-left: 25px;
}

#main-box .h2_area .txt h2 span {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
	display: block;
}

#main-box .section + .section {
	margin-top: 60px;
}

#main-box .section .body {
	/*width: 860px;*/
	margin: 0 auto;
}

#main-box .section .body > p.txt {
	font-size: 18px;
	line-height: 1.8;
}

#main-box .section .body .ball_fig {
	text-align: center;
	background-color: #f4f4f4;
	padding: 20px;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	width:100%;
}
#main-box .section .body .ball_fig .ball_inr {
	display: inline-block;
	text-align: left;
	width:100%;
}

#main-box .section .body .ball_fig:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #f4f4f4;
	border-width: 25px;
	border-top-width: 18px;
	margin-left: -25px;
}

#main-box .section .body p.txt + .ball_fig {
	margin-top: 40px;
}

#main-box .section .body .ball_fig .fl_r {
	float: right;
	display: inline;
}

body.wide1200 #main-box #contents .section .body .ball_fig h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 15px;
}

#main-box .section .body .ball_fig ul.list {
	text-align: left;
	/*width: 625px;*/
}
#main-box .section .body .ball_fig ul.list li {
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: bold;
}

#main-box .section .body .ball_fig .chu {
	text-align: right;
	font-size: 10px;
}





#main-box .section .body .bottom_note {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 30px 0;
	position: relative;
	margin-top: 50px;
}
#main-box .section .body .bottom_note p {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#main-box .section .body .bottom_note p sup {
	font-size: 13px;
}
#main-box .section .body .bottom_note span {
	display: block;
	font-size: 10px;
	position: absolute;
	bottom: 11px;
	right: 10px;
	z-index: 10;
}

#main-box .section .body .bottom_note ul {
	text-align: center;
	margin-top: 25px;
}
#main-box .section .body .bottom_note ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 12px;
	font-weight: bold;
	
}
#main-box .section .body .bottom_note ul li:last-child {
	display: block;
}
#main-box .section .body .bottom_note ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(img/ico_check.png) no-repeat;
	background-size: contain;
	width: 1.3em;
	height: 1.3em;
	margin-right: 0.5em;
}

/*------------------------------------------------
#sec1
------------------------------------------------*/

#main-box #sec1 .body > h3 {
	font-size: 52px;
	color: #c00;
	font-weight: bold;
	position: relative;
	text-align: center;
}
#main-box #sec1 .body > h3 sup {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

#main-box #sec1 .body > h3 .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 0 33px 0 auto;
	line-height: 1;
}

#main-box #sec1 .body > h3 + .img {
	text-align: center;
}

#main-box #sec1 .body .case {
	text-align: center;
	
}
#main-box #sec1 .body .case ul {
	/*display: inline-block;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;justify-content: center;
}
#main-box #sec1 .body .case li {
	float: left;
	margin-left: 10px;
}
#main-box #sec1 .body .case li:first-child {
	margin-left: 0;
}
#main-box #sec1 .body .case li:last-child {
	margin-left: 40px;
}


/*------------------------------------------------
#sec2
------------------------------------------------*/

#main-box #sec2 .body > h3 {
	font-size: 50px;
	color: #c00;
	font-weight: bold;
	position: relative;
	text-align: center;
}

@media screen and (min-width:751px) and ( max-width:1024px) {
	#main-box #sec2 .body > h3{
		font-size:45px;
	}
} /* tablet */

#main-box #sec2 .body > h3 sup {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

#main-box #sec2 .body > h3 .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 0 33px 0 auto;
	line-height: 1;
}

#main-box #sec2 .body .group {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 55px;
}
#main-box #sec2 .body .group .inr {
	display: table;
	margin: 0 auto;
}
#main-box #sec2 .body .group .inr .left {
	display: table-cell;
	vertical-align: middle;
}
#main-box #sec2 .body .group .inr .right {
	display: table-cell;
	vertical-align: middle;
	/*width: 350px;*/
	padding-left: 50px;
}
#main-box #sec2 .body .group .inr .right p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}


#main-box #sec2 .body .fig {
	text-align: center;
	
}
#main-box #sec2 .body .fig h4 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}
#main-box #sec2 .body .fig .chu {
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
	display: block;
	margin-left: 25px;
}


/*------------------------------------------------
#sec3
------------------------------------------------*/

#main-box #contents #sec3 .body > h3 {
	font-size: 52px;
	color: #c00;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}
#main-box #contents #sec3 .body > h3 sup {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

#main-box #contents #sec3 .body > h3 .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 0 33px 0 auto;
	line-height: 1;
}

#main-box #sec3 .body .fig {
	text-align: center;
	
}
#main-box #sec3 .body .fig h4 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}


/*------------------------------------------------
#sec4
------------------------------------------------*/

#main-box #contents .section.sub .h2_area {
	padding: 30px 0;
	background-color: #888;
}
#main-box #contents .section.sub .h2_area h2 {color: #FFF;line-height: 1;font-size: 30px;font-weight: bold;text-align: center;border-bottom:0;}

#main-box #contents .section.sub .group {
	margin-top: 20px;
}

#main-box #contents .section.sub .group li {
	/*float: left;*/
	flex-basis:32%; max-width:32%;
	position: relative;
	/*width: 267px;*/
	margin-right: 28px;
}
#main-box #contents .section.sub .group li:last-child {
	margin-right: 0;
}
#main-box #contents .section.sub .group li .td {
	/*display: table-cell;*/
}

#main-box #contents .section.sub .group li > * {
	/*display: table;*/
	
}
#main-box #contents .section.sub .group li .tit{
	text-align:center;
	font-size: 20px;
	color: #c00;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

#main-box #contents .section.sub .group li .tit .td {
	font-size: 20px;
	color: #c00;
	height: 70px;
	display: table-cell;
	/*width: 267px;*/
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
#main-box #contents .section.sub .group li .img{
	background-color: #f6f6f6;
	padding:20px; text-align:center;
}
#main-box #contents .section.sub .group li .img .td {
	text-align: center;
	vertical-align: middle;
	background-color: #f6f6f6;
	/*width: 267px;*/ width:100%;
	height: 227px;
	display: table-cell;
	vertical-align: middle;
}

#main-box #contents .section.sub .group li .txt{
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}

#main-box #contents .section.sub .group li .txt .td {
	font-size: 16px;
	/*width: 267px;*/
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main-box #contents .section.sub .group li span.arrow {
	position: absolute;
	top: 50%;
	right: -38px;
	margin: -21px auto 0;
	z-index: 10;
	width:43px;
}





/*-------------------------------------------sec5-----
#
------------------------------------------------*/

#main-box #sec5 .body .group ul + .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 0 0 0 auto;
	line-height: 1;
}


/*------------------------------------------------
#sec5　EC事業者さまの声
------------------------------------------------*/

#main-box #sec5 .body .case {
	margin-top: 45px;
	padding-left: 35px;
	padding-right: 10px;
	overflow: hidden;
}
#main-box #sec5 .body .case  + .case{
	border-top: 4px solid #eee;
	padding-top: 45px;
}
#main-box #sec5 .body .case .img {
	margin-top: .4em;
	text-align: center;
	width: 20.8589%;
	float: left;
}
#main-box #sec5 .body .case .tit,
#main-box #sec5 .body .case .txt {
	width: 76.0736%;
	float: right;
}
#main-box #sec5 .body .case .img img {
	width: 100%;
	height: auto;
}
#main-box #sec5 .body .case .img .logo,
#main-box #sec5 .body .case .img .ph {
	margin: 0 auto 15px;
	display: block;
}
#main-box #sec5 .body .case .img .ph {
	width: 115px;
}
#main-box #sec5 .body .case .img .name {
	font-size: 13px;
	line-height: 1.6;
}
#main-box #sec5 .body .case .img .name i {
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	vertical-align: baseline;
}
#main-box #sec5 .body .case .tit {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
#main-box #sec5 .body .case .txt p {
	font-size: 18px;
	line-height: 1.8;
}


/*-------------------------------------------sec6-----
#
------------------------------------------------*/

#main-box #sec6 .body .group ul + .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 0 0 0 auto;
	line-height: 1;
}


/*------------------------------------------------
#sec6　EC事業者さまの声
------------------------------------------------*/

#main-box #sec6 .body .case {
	margin-top: 45px;
	padding-left: 35px;
	padding-right: 10px;
	overflow: hidden;
}
#main-box #sec6 .body .case  + .case{
	border-top: 4px solid #eee;
	padding-top: 45px;
}
#main-box #sec6 .body .case .img {
	margin-top: .4em;
	text-align: center;
	width: 20.8589%;
	float: left;
}
#main-box #sec6 .body .case .tit,
#main-box #sec6 .body .case .txt {
	width: 76.0736%;
	float: right;
}
#main-box #sec6 .body .case .img img {
	width: 100%;
	height: auto;
}
#main-box #sec6 .body .case .img .logo,
#main-box #sec6 .body .case .img .ph {
	margin: 0 auto 15px;
	display: block;
}
#main-box #sec6 .body .case .img .ph {
	width: 115px;
}
#main-box #sec6 .body .case .img .name {
	font-size: 13px;
	line-height: 1.6;
}
#main-box #sec6 .body .case .img .name i {
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	vertical-align: baseline;
}
#main-box #sec6 .body .case .tit {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
#main-box #sec6 .body .case .txt p {
	font-size: 18px;
	line-height: 1.8;
}


/*------------------------------------------------
#sec_contact
------------------------------------------------*/

#main-box #sec_contact {
	background-color: #fbe8e4;
	position: relative;
	padding: 45px 10px 35px;
}
#main-box #sec_contact:after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #FFF;
	border-width: 25px;
	border-top-width: 18px;
	margin-left: -25px;
}

#main-box #sec_contact .txt {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
#main-box #sec_contact .txt strong {
	color: #c00;
}

#main-box #sec_contact .btns {
	text-align: center;
}
#main-box #sec_contact .btns > p {
	display: inline-block;
}
#main-box #sec_contact .btns > p.mr {
	margin-right: 20px;
}

#main-box #sec_contact + .link {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
}
#main-box #sec_contact + .link a {
	font-size: 19px;
	color: #1e4ea6;
}

/*------------------------------------------------
モーダル
------------------------------------------------*/

#modal_detail .btn_close {
	width: 41px;
	margin: 0 0 30px auto;
	cursor: pointer;
}
#modal_detail .btn_close:hover {
	opacity: .7;
}

#modal_detail {
	width: 960px;
}
#modal_detail .body {
	padding: 30px;
	padding-bottom: 50px;
}
#modal_detail .h2_area {
	padding: 30px 0;
	background-color: #888;
	margin-bottom: 50px;
}
#modal_detail .body .h2_area .tit {
	color: #FFF;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#modal_detail .h2_area .img {
	text-align: center;
}


/*------------------------------------------------
追従ナビ
------------------------------------------------*/
/*#folow {display:none;}*/
#folow {
	background-color: rgba(251,232,228,0.95);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-top: 2px solid #FFF;
}

#folow .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}

#folow .inner .btns {
	text-align: center;
}
#folow .inner .btns > p {
	display: inline-block;
}
#folow .inner .btns > p.mr {
	margin-right: 20px;
}


#folow .inner .btn.basic {
	text-align: center;
}
#folow .inner .btn.basic a {
	min-width: 242px;
	display: inline-block;
	border: 4px solid #cc0000;
	background-color: #FFF;
	border-radius: 8px;
	font-size: 22px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding: 10px 45px 10px;
	position: relative;
	box-sizing: border-box;
}
#folow .inner .btn.basic a:after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 1em;
	vertical-align: middle;
	background: url(img/btn_arrow.png) no-repeat 0 0;
	background-size: auto 80%;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 15px;
	z-index: 10;
	margin: auto 0;
}
#folow .inner .btn.basic a:hover {
	opacity: 0.7;
}

/*------------------------------------------------
その他
------------------------------------------------*/

.cf:after {
	content:"";
	display:block;
	clear:both;
}

.cf {
	zoom:1;
}

.sp_disp {
	display: none!important;
}

#wrap-outer {
	margin-bottom: 100px!important;
}




/* sp */
@charset "UTF-8";

@media screen and (max-width:750px) { 

body.jp #main-box #contents h2 {
	background: none;
	margin: 0;
	padding:0;
	padding-bottom: 0;
	line-height: 1.2;
	font-weight: normal;
	font-size: 100%;
}

#main-box h2 {
	font-size: 100%;
	border-left: none;
	padding-left: 0;
	margin: 0;
	border-top:none;
	border-bottom:none;
}
	#main-box h2:before {
		content: "";
		background: none;
	}
	#main-box h2:after {
		content: "";
		border:none;
	}


#main-box h3 {
	border-left: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	color: #444;
	background:none;
	font-size:1em;
}

#main-box #contents h4 {
	color: #444;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-size: 100%;
}

#main-box img {
	width: 100%;
	height: auto;
}


#main-box {
	color: #444;
}
#main-box p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
#main-box .inner {
	padding: 0;
}

#main-box .inner > .note {
	margin: 10px -10px 26px -10px;
}
#main-box .inner > .note .head {
	background-color: #ddd;
	color: #444;
	padding: 7px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#main-box .inner > .note .body {
	border: 2px solid #DDD;
	border-top: none;
	padding: 10px 5px;
}

#main-box .inner > .note .body .txt {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	float: right;
	width: 67%;
}
#main-box .inner > .note .body span {
	width: 29%;
	font-size: 11px;
	display: block;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
	border: 1px solid #444;
	border-radius: 7px;
	margin-right: 8px;
	float: left;
	overflow: auto;
	font-weight: bold;
	
}

#main-box #main {
	width: 87.5%;
	margin: 0 auto 30px;
}

#anc_menu {
	margin: 0 auto;
	margin-top: 12px;
	width: 256px;
}

#anc_menu li {
	margin-top: 8px;
}
#anc_menu li:last-child {
	margin-right: 0;
}

#main-box h1 {
	text-align: center;
	margin-bottom: 23px;
}

#main-box h1 + p {
	text-align: center;
	margin-bottom: 20px;
}

#main-box h1 + p + p {
	position: relative;
	width: auto;
	margin: 0 auto 15px;
}

#main-box h1 + p + p .chu {
	display: block;
	font-size: 10px;
	margin-top: 3px;
	text-align: right;
}
#main-box .btn.basic {
	text-align: center;
}
#main-box .btn.basic a {
	/*min-width: 242px;*/
	min-width:auto;
	display: inline-block;
	border: 3px solid #cc0000;
	background-color: #FFF;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding: 13px 45px 11px;
	position: relative;
	box-sizing: border-box;
}
#main-box .btn.basic a:after {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 1em;
	vertical-align: middle;
	background: url(img/btn_arrow.png) no-repeat 0 0;
	background-size: auto 80%;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 15px;
	z-index: 10;
	margin: auto 0;
}


#main-box .h2_area {
	background-color: #cc0000;
	padding: 12px 0;
	margin: 0 -10px 20px -10px;
}

#main-box .h2_area .table {
	display: table;
	margin: 0 auto;
}

#main-box .h2_area .label {
	display: table-cell;
	vertical-align: middle;
	width: 46px;
}

#main-box .h2_area .square {
	width: 46px;
	height: 46px;
	background-color: #FFF;
	padding: 6px 0;
	color: #cc0000;
	box-sizing: border-box;
	text-align: center;
}
#main-box .h2_area .square .name {
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#main-box .h2_area .square .num {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

#main-box .h2_area .txt {
	display: table-cell;
	vertical-align: middle;
}

#main-box #contents .h2_area .txt h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	background: transparent;
	margin: 0;
	padding-left: 10px;
}

#main-box .h2_area .txt h2 span {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1;
	display: block;
}

#main-box .section + .section {
	margin-top: 20px;
}

#main-box .section .body {
	width: auto;
	margin: 0 auto;
}

#main-box .section .body > p.txt {
	font-size: 12px;
	line-height: 1.8;
}
#main-box .section .body > p.txt sup {
	font-size: 10px;
	vertical-align: top;
	
}

#main-box .section .body .ball_fig {
	text-align: center;
	background-color: #f4f4f4;
	padding: 18px;
	position: relative;
	/*margin: 0 -10px 10px -10px;*/
	text-align: center;
}
#main-box .section .body .ball_fig .ball_inr {
	display: inline-block;
	text-align: left; width:80%; margin:auto;
}

#main-box .section .body .ball_fig:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #f4f4f4;
	border-width: 25px;
	border-top-width: 18px;
	margin-left: -25px;
}

#main-box .section .body p.txt + .ball_fig {
	margin-top: 20px;
}

#main-box .section .body .ball_fig .fl_r {
	text-align: center;
	margin: 15px auto;
	float:none;
}
#main-box .section .body .ball_fig .fl_r img {
	/*width: 30%;*/
	width:auto;
}


body.wide1200 #main-box #contents .section .body .ball_fig h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#main-box .section .body .ball_fig ul.list {
	text-align: left;
	width:100%;
}
#main-box .section .body .ball_fig ul.list li {
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: bold;
}

#main-box .section .body .ball_fig .chu {
	text-align: right;
	font-size: 10px;
}





#main-box .section .body .bottom_note {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 18px 0;
	position: relative;
	margin-top: 18px;
}
#main-box .section .body .bottom_note p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#main-box .section .body .bottom_note p sup {
	font-size: 10px;
	vertical-align: top;
}
#main-box .section .body .bottom_note span {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}

#main-box .section .body .bottom_note ul {
	text-align: left;
	margin-top: 15px;
	width: 70%;
	margin: 15px auto 0;
}
#main-box .section .body .bottom_note ul li {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	padding-left: 1.7em;
	line-height: 1.6;
}
#main-box .section .body .bottom_note ul li:last-child {
	display: block;
}
#main-box .section .body .bottom_note ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(img/ico_check.png) no-repeat;
	background-size: contain;
	width: 1.3em;
	height: 1.3em;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	z-index: 10;
	
}

/*------------------------------------------------
#sec1
------------------------------------------------*/

#main-box #sec1 .body > h3 {
	font-size: 26px;
	color: #c00;
	font-weight: bold;
	position: relative;
	text-align: center;
}
#main-box #sec1 .body > h3 sup {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

#main-box #sec1 .body > h3 .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 5px 0 0 auto;
	line-height: 1;
}

#main-box #sec1 .body > h3 + .img {
	text-align: center;
}

#main-box #sec1 .body .img img {
	width: 70%;
	margin:auto;
}

#main-box #sec1 .body .case {
	text-align: center;
}
#main-box #sec1 .body .case ul {
	width: 86.6666%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position:relative; padding-bottom:100px;
}
#main-box #sec1 .body .case li {
	/*float: left;*/
	width: 28.7619%;
	/*margin-left: 6.6666%;
	margin-bottom: -26%;*/
	position: relative;
	z-index: 20;
}
#main-box #sec1 .body .case li:first-child {
	margin-left: 0;
}
#main-box #sec1 .body .case li:last-child {
	/*clear: both;*/
	margin-left: 0;
	position:absolute; bottom:0;
	width: 72%; text-align:center;
	/*float: none;
	margin: 0 auto;*/
	z-index: 10
}


/*------------------------------------------------
#sec2
------------------------------------------------*/

#main-box #sec2 .body > h3 {
	font-size: 26px;
	color: #c00;
	font-weight: bold;
	position: relative;
	text-align: center;
}
#main-box #sec2 .body > h3 sup {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

#main-box #sec2 .body > h3 .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 5px 0 0 auto;
	line-height: 1;
}

#main-box #sec2 .body .group {
	text-align: center;
	margin-top: 21px;
	margin-bottom: 26px;
}
#main-box #sec2 .body .group .inr {
	display: table;
	width: 80%;
	margin: 0 auto;
}
#main-box #sec2 .body .group .inr .left {
	display: table-cell;
	vertical-align: middle;
	width: 15.3%;
}
#main-box #sec2 .body .group .inr .left img {
}

#main-box #sec2 .body .group .inr .right {
	display: table-cell;
	vertical-align: middle;
	width: 64%;
	padding-left: 6%;
}
#main-box #sec2 .body .group .inr .right p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
}


#main-box #sec2 .body .fig {
	text-align: center;
	
}
#main-box #sec2 .body .fig h4 {
	font-size: 17px;
	line-height: 1;
	margin-bottom: 12px;
	font-weight: bold;
}

#main-box #sec2 .body .fig .chu {
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
	display: block;
}


/*------------------------------------------------
#sec3
------------------------------------------------*/

#main-box #contents #sec3 .body > h3 {
	font-size: 23px;
	color: #c00;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
#main-box #contents #sec3 .body > h3 sup {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	top: -10px;
}

#main-box #contents #sec3 .body > h3 .chu {
	font-size: 10px;
	text-align: right;
	color: #444;
	display: block;
	margin: 5px 0 0 auto;
	line-height: 1;
}

#main-box #sec3 .body .fig {
	text-align: center;

}

#main-box #sec3 .body .fig img {
	width: 41%;
}

#main-box #sec3 .body .fig h4 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}


/*------------------------------------------------
#sec4
------------------------------------------------*/

#main-box #contents .section.sub .h2_area {
	padding: 22px 0;
	background-color: #888;
}
#main-box #contents .section.sub .h2_area h2 {
	color: #FFF;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main-box #contents .section.sub .group {
	margin-top: 20px;
	margin-bottom: 28px;
}

#main-box #contents .section.sub .group li {
	position: relative;
	background-color: #f6f6f6;
	padding: 15px 15px;
	margin-bottom: 19px;
	margin-right:0;
}

#main-box #contents .section.sub .group li:after {
	content:"";
	display:block;
	clear:both;
}
#main-box #contents .section.sub .group li:last-child {
	margin-bottom: 0;
}
#main-box #contents .section.sub .group li .td {
	/*display: table-cell;*/
}

#main-box #contents .section.sub .group li .tit {
	float: left;
	margin-bottom: 13px;
	width: 60%; text-align:left;
}

#main-box #contents #sec5 .group li.gl1 .tit {
	margin-top: 0;
}

#main-box #contents .section.sub .group li .img {
	float: right;
	width: 116px;
}
#main-box #contents .section.sub .group li .txt {
	float: left;
	width: 60%;
	font-size:0.8em; text-align:left;
}


#main-box #contents .section.sub .group li .tit .td {
	font-size: 17px;
	color: #c00;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	line-height: 1.3;
	height:auto;
}
#main-box #contents .section.sub .group li .img .td {
	text-align: center;
	height:auto;
}

#main-box #contents #sec4 .group li.gl1 .img img {
	width: 62px;
}
#main-box #contents #sec4 .group li.gl2 .img {
	margin-right: -10px;
}
#main-box #contents #sec4 .group li.gl2 .img img {
	width: 83px;
}
#main-box #contents #sec4 .group li.gl3 .img img {
	width: 93px;
}

#main-box #contents #sec5 .group li.gl1 .img img {
	width: 116px;
}
#main-box #contents #sec5 .group li.gl2 .img img {
	width: 88px;
}
#main-box #contents #sec5 .group li.gl3 .img img {
	width: 61px;
}

#main-box #contents #sec6 .group li.gl1 .img img {
	width: 116px;
}
#main-box #contents #sec6 .group li.gl2 .img img {
	width: 88px;
}
#main-box #contents #sec6 .group li.gl3 .img img {
	width: 61px;
}

#main-box #contents .section.sub .group li .txt .td {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#main-box #contents .section.sub .group li .txt .td sup {
	font-size: 10px;
	vertical-align: top;
	line-height: 1;
}

#main-box #contents .section.sub .group li span.arrow {
	position: absolute;
	top: 95%;
	left: 0;
	right: 0;
	margin: 0 auto 0;
	z-index: 10;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	width: 38px;
	height: 38px;
	display:block;
}





/*------------------------------------------------
#sec5
------------------------------------------------*/

#main-box #sec5 .body .group ul + .chu {
	font-size: 10px;
	text-align: left;
	color: #444;
	display: block;
	margin: 20px 0 0 auto;
	line-height: 1.4;
}



/*------------------------------------------------
#sec5　EC事業者さまの声
------------------------------------------------*/

#main-box #sec5 .body .case {
	margin: 20px 8px 0;
}
#main-box #sec5 .body .case  + .case{
	border-top: 2px solid #eee;
	padding-top: 20px;
}
#main-box #sec5 .body .case .img {
	margin-top: 20px;
	margin-bottom: 12px;
	text-align: center;
}
#main-box #sec5 .body .case .img img {
	width: 100%;
	height: auto;
}
#main-box #sec5 .body .case .img .logo,
#main-box #sec5 .body .case .img .ph {
	margin: 0 auto 7px;
	display: block;
}
#main-box #sec5 .body .case .img .logo {
	width: 130px;
}
#main-box #sec5 .body .case .img .ph {
	width: 100px;
}
#main-box #sec5 .body .case .img .name {
	font-size: 10px;
	line-height: 1.6;
}
#main-box #sec5 .body .case .img .name i {
	font-style: normal;
	font-size: 140%;
	display: inline-block;
	vertical-align: baseline;
}
#main-box #sec5 .body .case .tit {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#main-box #sec5 .body .case .txt p {
	font-size: 12px;
	line-height: 1.8;
}

/*------------------------------------------------
#sec6
------------------------------------------------*/

#main-box #sec6 .body .group ul + .chu {
	font-size: 10px;
	text-align: left;
	color: #444;
	display: block;
	margin: 20px 0 0 auto;
	line-height: 1.4;
}



/*------------------------------------------------
#sec6　EC事業者さまの声
------------------------------------------------*/

#main-box #sec6 .body .case {
	margin: 20px 8px 0;
	padding:0;
}
#main-box #sec6 .body .case  + .case{
	border-top: 2px solid #eee;
	padding-top: 20px;
}
#main-box #sec6 .body .case .img {
	margin-top: 20px;
	margin-bottom: 12px;
	text-align: center;
	float:none; width:100%;
}
#main-box #sec6 .body .case .img img {
	width: 100%;
	height: auto;
}
#main-box #sec6 .body .case .img .logo,
#main-box #sec6 .body .case .img .ph {
	margin: 0 auto 7px;
	display: block;
}
#main-box #sec6 .body .case .img .logo {
	width: 130px;
}
#main-box #sec6 .body .case .img .ph {
	width: 100px;
}
#main-box #sec6 .body .case .img .name {
	font-size: 10px;
	line-height: 1.6;
}
#main-box #sec6 .body .case .img .name i {
	font-style: normal;
	font-size: 140%;
	display: inline-block;
	vertical-align: baseline;
}
#main-box #sec6 .body .case .tit {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	width:100%; float:none;
}
#main-box #sec6 .body .case .txt p {
	font-size: 12px;
	line-height: 1.8;
}

#main-box #sec6 .body .case .tit, #main-box #sec6 .body .case .txt{
	width:100%; float:none;
}
/*------------------------------------------------
#sec_contact
------------------------------------------------*/

#main-box #sec_contact {
	background-color: #fbe8e4;
	position: relative;
	padding: 35px 20px 25px;
	margin-left: -10px;
	margin-right: -10px;
}
#main-box #sec_contact:after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #FFF;
	border-width: 25px;
	border-top-width: 18px;
	margin-left: -25px;
}

#main-box #sec_contact .txt {
	font-size: 19px;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
}
#main-box #sec_contact .txt strong {
	color: #c00;
}

#main-box #sec_contact .btns {
	text-align: center;
}
#main-box #sec_contact .btns > p {
	display: inline-block;
}
#main-box #sec_contact .btns > p.mr {
	margin-right: 10px;
}

#main-box #sec_contact .btn.basic {
		min-width: 130px;
		width: 47%;
}
#main-box #sec_contact .btn.basic a {
	width: 100%;
	display: inline-block;
	border: 3px solid #cc0000;
	background-color: #FFF;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding: 10px 8px 8px;
	position: relative;
	box-sizing: border-box;
}

#main-box #sec_contact + .link {
	text-align: center;
	margin-top: 25px;
	/*margin-bottom: 25px;*/
}
#main-box #sec_contact + .link a {
	font-size: 14px;
	color: #1e4ea6;
	text-decoration: underline;
	
}

/*------------------------------------------------
モーダル
------------------------------------------------*/

#modal_detail .btn_close {
	width: 20px;
	margin: 0 0 10px auto;
}
#modal_detail {
	width: auto;
}
#modal_detail .body {
	padding: 10px;
	padding-bottom: 20px;
}
#modal_detail .h2_area {
	padding: 22px 0;
	background-color: #888;
	margin-bottom: 25px;
}
#modal_detail .body .h2_area .tit {
	color: #FFF;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#modal_detail .h2_area .img {
	text-align: center;
}


/*------------------------------------------------
追従ナビ
------------------------------------------------*/
/*#folow{display:none;}*/
#folow {
	background-color: rgba(251,232,228,0.95);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-top: 2px solid #FFF;
}

#folow .inner {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #fbe8e4;
}

#folow .inner .btns {
	text-align: center;
}
#folow .inner .btns > p {
	display: inline-block;
	margin-bottom: 0;
}
#folow .inner .btns > p.mr {
	margin-right: 5px;
}

#folow .inner .btn.basic {
		min-width: 130px;
		width: 47%;
}
#folow .inner .btn.basic a {
	width: 100%; min-width:auto;
	display: inline-block;
	border: 3px solid #cc0000;
	background-color: #FFF;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding: 10px 8px;
	position: relative;
	box-sizing: border-box;
}

#folow .inner .btn.basic a:after {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 1em;
	vertical-align: middle;
	background: url(img/btn_arrow.png) no-repeat 0 0;
	background-size: auto 80%;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 15px;
	z-index: 10;
	margin: auto 0;
}

#folow .inner .btn.basic a:hover {
	opacity: 0.7;
}



.sp_disp {
	display: block !important;
}
.pc_disp{
	display:none !important;
}

}/* sp */



@media screen and (max-width: 750px){






} /* sp */

#main-box .inner #contents{    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;}