@charset "UTF-8";

/* ttl_page
----------------------------------------*/
.ttl_page {
	margin: 0 auto 45px;
	overflow: hidden;
	max-width: 1100px;
	font-family: sans-serif;
}
.ttl_page figure img {
	display: block;
	width: auto;
	min-height: 284px;
	min-width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ttl_page .ttl_txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 410px;
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(255,255,255,.9);
	margin-top: -110px;
	padding: 10px 40px 10px 49px;
}
.ttl_page h1 {
	width: 100%;
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: .8px;
	margin-bottom: 7px;
}
.ttl_page p {
	width: 100%;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9;
}
@media only screen and (max-width: 768px) {	
	.ttl_page {
		margin-bottom: 30px;
	}
	.ttl_page figure img {
		width: 100%;
		min-height: 0;
		left: auto;
		height: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.ttl_page .ttl_txt {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 10px 5%;
	}
	.ttl_page h1 {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.ttl_page p {
		font-size: 1.2rem;
		line-height: 1.7;
	}
}

/* title
----------------------------------------*/
.ttl_h1 {
	background: #0064d2;
	text-align: center;
	font-size: 2.8rem;
	color: #fff;
	margin: 72px 0 80px;
	padding: 50px 160px;
	font-family: sans-serif;
}
.ttl_h1:first-child {
	margin-top: 0;
}
.ttl_h1::before {
	content: "";
	width: 150px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.ttl_h2 {
	max-width: 1048px;
	font-size: 2.8rem;
	margin: 0 auto 57px;
	line-height: 2;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: sans-serif;
}
.contents > .ttl_h2 {
	margin: 45px auto;
}
.ttl_h3 {
	font-size: 2.2rem;
	line-height: 2;
	padding-left: 24px;
	margin-bottom: 26px;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: sans-serif;
}
.ttl_h3::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0;
	width: 6px;
	display: block;
	background: #0064d2;
}
.ttl_h3 sup {
	font-size: 1.1rem;
}
.ttl_h4 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: sans-serif;
}
.ttl_h4 sup {
	font-size: 1.1rem;
}
.ttl_h3.align_c::before,
.ttl_h4.align_c::before {
	display: none;
}
.ttl_h3.align_c {
	padding-left: 0;
}
.ttl_h5 {
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 15px;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: sans-serif;
}
.ttl_h6 {
	font-size: 1.6rem;
	margin-bottom: 20px;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: sans-serif;
}
.ttl_accordion {
	background: #f4f4f4;
	font-weight: bold;
	margin: 23px 0 20px;
	padding: 10px 50px 8px 20px;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	font-family: sans-serif;
	line-height: 2;
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ttl_accordion:first-child {
	margin-top: 0;
}
.ttl_accordion:hover {
	opacity: .6;
}
.ttl_accordion::before {
	content: "＋";
	font-weight: 500;
	font-size: 2.4rem;
	display: block;
	color: #1436d9;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -1em;
}
.ttl_accordion.open::before {
	content: "－";
}
.ttl_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ttl_icon img {
	vertical-align: middle;
	margin-right: 10px;
	width: 50px;
}
.ttl_icon span {
	width: calc(100% - 60px);
}
@media only screen and (max-width: 736px) {	
	.ttl_h1 {
		text-align: left;
		font-size: 2rem;
		margin: 30px 0 40px;
		padding: 20px 10px 20px 60px;
	}
	.ttl_h1::before {
		width: 50px;
	}
	.ttl_h2 {
		font-size: 2rem;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	.contents > .ttl_h2 {
		margin: 30px 5%;
	}
	.ttl_h3 {
		font-size: 1.8rem;
		line-height: 1.6;
		padding-left: 18px;
	}
	.ttl_h3::before {
		top: 5px;
		bottom: 5px;
		width: 4px;
	}
	.ttl_h4 {
		font-size: 1.8rem;
	}
	.ttl_h5 {
		font-size: 1.5rem;
	}
	.ttl_h6 {
		font-size: 1.4rem;
	}
	.ttl_accordion:hover {
		opacity: 1;
	}
	.ttl_accordion::before {
		padding-left: 0;
		padding-right: 1px;
	}
}

/* lnav
----------------------------------------*/
.lnav {
	background: #333;
	color: #fff;
	padding: 23px 0 24px;
	border-bottom: solid 1px #fff;
	font-family: sans-serif;
	font-weight: bold;
}
.lnav ul {
	width: 1048px;
	margin: 0 auto;
	height: 93px;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: column wrap;
}
.lnav li {
	margin: 6px 0;
}
.lnav li a,
.lnav li span {
	color: #acacac;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.lnav li.current a {
	color: #fff;
}
.lnav li a:hover,
.lnav li span {
	opacity: .6;
}
.lnav li:last-child:nth-child(-n+6) {
	margin-right: 33.333%;
}
@media only screen and (max-width: 736px) {
	.lnav {
		padding: 15px 5%;
	}
	.lnav ul {
		width: auto;
		height: auto;
		flex-flow: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.lnav li {
		width: 100%;
		margin: 5px 0 5px 2%;
	}
	.lnav .sp_col2 li {
		width: 49%;
	}
	.lnav .sp_col2 li:nth-child(2n+1) {
		margin-left: 0;
	}
	.lnav li a {
		display: block;
	}
	.lnav li:last-child:nth-child(-n+6) {
		margin-right: 0;
	}
}

/* reason_block
----------------------------------------*/
.reason_block {
	margin-bottom: 80px;
}
.reason_block:last-child {
	margin-bottom: 0;
}
.reason_block h2 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 22px;
	font-feature-settings: "palt";
}
.reason_block p {
	text-align: center;
	font-size: 1.4rem;
}
.reason_list {
	margin: 38px auto;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.reason_list li {
	width: 159px;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.reason_list li:nth-child(n+3) {
	margin-bottom: 0;
}
.reason_list figure {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
.reason_list figcaption {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
}
.reason_list figcaption span {
	display: block;
	font-weight: bold;
}
.reason_list h3 {
	font-size: 1.9rem;
	font-weight: 500;
}
.reason_list .txt_number {
	font-size: 2.2rem;
	font-weight: 500;
}
.reason_list .txt_number span {
	font-size: 4.7rem;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
}
@media only screen and (max-width: 736px) {
	.reason_block {
		padding: 0 5%;
		margin-bottom: 40px;
	}
	.reason_block h2 {
		font-size: 2rem;
	}
	.reason_block p {
		text-align: left;
		font-size: 1.3rem;
	}
	.reason_list {
		width: auto;
		padding: 0;
		margin: 20px auto 0;
	}
	.reason_list li {
		width: 33.333%;
		margin-bottom: 30px;
	}
	.reason_list li:nth-child(n+3) {
		margin-bottom: 30px;
	}
	.reason_list figure {
		max-width: 90px;
		max-height: 90px;
		width: 90%;
	}
	.reason_list figcaption {
		font-size: 1.1rem;
	}
	.reason_list li:last-child {
		margin-bottom: 0;
	}
	.reason_list h3 {
		font-size: 1.3rem;
	}
	.reason_list .txt_number {
		font-size: 1.3rem;
	}
	.reason_list .txt_number span {
		font-size: 2.9rem;
	}
}

/* section_block
----------------------------------------*/
.section_block {
	width: 1048px;
	background: #fff;
	margin: 0 auto 79px;
	padding: 45px;
}
.section_block > figure:first-child {
	margin: -45px -45px 40px;
}
.section_block:first-child {
	margin-top: 45px;
}
.section_block:last-child {
	margin-bottom: 0;
}
.section_block .txtarea > figure {
	margin-top: 60px;
	margin-bottom: 60px;
}
.section_block .txtarea > figure:last-child {
	margin-bottom: 120px;
}
@media only screen and (max-width: 736px) {
	.section_block {
		width: auto;
		margin: 0 5% 40px;
		padding: 20px 0;
	}
	.section_block > figure:first-child {
		margin: -20px 0 20px;
	}
	.section_block:first-child {
		margin-top: 30px;
	}
	.section_block > * {
		margin-left: 5%;
		margin-right: 5%;
	}
	.section_block .txtarea > figure {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.section_block .txtarea > figure:last-child {
		margin-bottom: 60px;
	}
}

/* text
----------------------------------------*/
.txtarea {
	max-width: 1049px;
	margin: 0 auto;
}
.txtarea + .txtarea {
	margin-top: 65px;
}
.txtarea.hidden {
	margin-bottom: 65px;
}
.txtarea p {
	line-height: 2;
}
.txtarea p + p {
	margin-top: 20px;
}
.txtarea p.align_r + p.align_r {
	margin-top: 5px;
}
.txtarea p a,
.txtarea li a,
.txtarea dl a {
	color: #1436d9;
	text-decoration: underline;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.txtarea a.url {
	word-break: break-all;
}
.txtarea a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.txtarea a:hover {
	opacity: .6;
}
.txtarea .txt_small {
	font-size: 1.2rem;
}
.txtarea .asterisk {
	font-size: 1.2rem;
	margin-top: 6px;
	margin-left: 1em;
	text-indent: -1em;
	color: #666;
}
.txtarea table {
	margin: 0 0 8px;
	border-collapse: collapse;
	width: 100%;
	font-size: 1.4rem;
}
.txtarea table + table,
.scroll_table + table,
table + .scroll_table,
.block_table + table,
table + .block_table,
.scroll_table + .block_table,
.block_table + .scroll_table {
	margin-top: 16px;
}
.txtarea table caption {
	text-align: left;
	margin-bottom: 13px;
}
.txtarea table th {
	background: #f1f1f1;
	font-weight: 600;
	text-align: left;
	border: solid 1px #dedede;
	padding: 13px 16px 12px;
	position: static;
}
.txtarea table td {
	border: solid 1px #dedede;
	padding: 13px 16px 12px;
	position: static;
}
.txtarea .table_comparison td {
	width: 20%;
}
.txtarea .table_comparison th {
	text-align: center;
	font-size: 1.8rem;
}
.txtarea .table_comparison th.table_comparison_ebay {
	border-top: solid 2px #93c9ff;
	border-left: solid 2px #93c9ff;
	border-right: solid 2px #93c9ff;
}
th.table_comparison_ebay span {
	font-size: 1.4rem;
}
th.table_comparison_other span {
	font-size: 1.4rem;
	color: #ccc;
}
.txtarea .table_comparison td.table_comparison_ebay {
	border-left: solid 2px #93c9ff;
	border-right: solid 2px #93c9ff;
}
.txtarea .table_comparison tr:last-child td.table_comparison_ebay {
	border-bottom: solid 2px #93c9ff;
}
.txtarea .color_red {
	color: #c00;
}
.txtarea .color_orange {
	color: #f60;
}
.txtarea .color_green {
	color: #9c0;
}
.txtarea .color_green02 {
	color: #008000;
}
.txtarea .video {
	margin-top: 20px;
}
@media only screen and (max-width: 736px) {
	.txtarea {
		width: auto;
		margin: 0 5%;
		font-size: 1.3rem;
	}
	.hidden .txtarea,
	.txtarea .txtarea {
		margin-left: 0;
		margin-right: 0;
	}
	.txtarea .txt_small {
		font-size: 1.1rem;
	}
	.txtarea .asterisk {
		font-size: 1.1rem;
	}
	.txtarea table {
		font-size: 1.3rem;
	}
	.txtarea table th {
		padding: 10px 15px;
	}
	.txtarea table td {
		padding: 10px 15px;
	}
	.scroll_table {
 		width: auto;
 		overflow: auto;
		padding-bottom: 0;
		margin: 0 0 8px;
	}
	.scroll_table table {
		width: 700px !important;
		margin: 0;
	}
	.scroll_table::-webkit-scrollbar{
		height: 5px;
	}
	.scroll_table::-webkit-scrollbar-track{
		background: #f1f1f1;
		border-radius: 5px;
	}
	.scroll_table::-webkit-scrollbar-thumb {
		background: #bcbcbc;
		border-radius: 5px;
	}
	.block_table table,
	.block_table table caption,
	.block_table thead,
	.block_table tbody,
	.block_table tr,
	.block_table th,
	.block_table td {
		display: block;
		width: 100% !important;
	}
	.block_table th + td,
	.block_table td + th,
	.block_table td + td {
		border-top: none !important;
	}
	.txtarea .table_comparison th {
		font-size: 1.5rem;
		padding: 10px 5px;
	}
	th.table_comparison_ebay span,
	th.table_comparison_other span {
		font-size: 1.2rem;
	}
	.txtarea .video {
    	width: 100%;
    	padding-top: 56.25%;
	}
	.txtarea .video iframe {
    	display: block;
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	width: 100%;
    	height: 100%;
	}
}

/* list
----------------------------------------*/
.list_disc {
	margin: 31px 0;
}
.list_disc:first-child {
	margin-top: 0;
}
.list_disc.bg_gary {
	background: #f1f1f1;
	padding: 40px 39px 26px;
}
.list_disc li {
	padding-left: 20px;
	margin-bottom: 7px;
}
.list_disc li::before {
	content: "";
	width: 3px;
	height: 3px;
	display: block;
	position: absolute;
	left: 5px;
	top: 8px;
	border-radius: 50%;
	background: #0064d2;	
}
.list_disc li ul li::before {
	content: "";
	width: 8px;
	height: 2px;
	background: #333;
}
.list_link {
	margin: 7px 0 14px;
}
.list_link li {
	margin-bottom: 7px;
	padding-left: 0;
}
.list_link li::before {
	display: none;
}
.list_link li a {
	padding: 0 0 0 13px;
	color: #1436d9;
	display: inline-block;
	text-decoration: underline;
	word-break: break-all;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.list_link li a:hover {
	opacity: .6;
	text-decoration: none;
}
.list_link li a::before {
	content: "";
	width: 6px;
	height: 13px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../img/common/icon_arrow_blue02.svg) no-repeat;
	background-size: 100% auto;
}
.txtarea ol {
	counter-reset: content-main-ol-default;
	margin: 7px 0;
}
.txtarea ol > li {
	padding: 0 0 7px 20px;
}
.txtarea ol > li::before {
	content: counter(content-main-ol-default, decimal) ". ";
	counter-increment: content-main-ol-default;
	color: #0064d2;
	position: absolute;
	top: 0;
	left: 0;
}
.txtarea ol > li ol > li::before {
	color: #333;
}
.list_number li {
	margin: 7px 0;
	counter-reset: content-main-ol-default;
}
.txtarea ul.asterisk {
	text-indent: 0;
	margin-left: 0;
}
.txtarea ul.asterisk:last-child {
	margin-bottom: 120px;
}
.txtarea ul.asterisk li {
	margin-left: 1em;
	margin-bottom: 7px;
	text-indent: -1em;
}
.list_dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 20px 0 0;
}
.list_dl:first-child {
	margin-top: 0;
}
.list_dl dt {
	width: 4em;
	margin-bottom: 7px;
}
.list_dl dt::after {
	content: "：";
}
.list_dl dd {
	width: calc(100% - 4em);
	margin-bottom: 7px;
}
.list_disc p,
ol p {
	line-height: inherit;
}
.list_sr li {
	border-bottom: 1px solid #ededed;
}
.list_sr li a {
	display: block;
	padding: 30px 30px 30px 0;
	color: #333;
	background: url(../img/info/sr/arrow_icon.png) no-repeat right center;
	font-size: 2.4rem;
	text-decoration: none;
	font-weight: bold;
}
@media only screen and (max-width: 736px) {
	.list_disc.bg_gary {
		padding: 20px 15px 16px;
	}
	.list_disc li {
		padding-left: 15px;
	}
	.list_link li a {
		padding: 0 0 0 10px;
	}
	.txtarea ul.asterisk:last-child {
		margin-bottom: 60px;
	}
	.list_sr li a {
		padding: 12px 20px 12px 0;
		background-size: 15px auto;
		font-size: 1.5rem;
	}
}

/* article_block
----------------------------------------*/
.article_block {
	margin-bottom: 80px;
}
.article_block:last-child {
	margin-bottom: 0;
}
.list_article {
	width: 1048px;
	margin: 24px auto -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.list_article li {
	width: 32.061%;
	margin: 0 0 40px 1.9085%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list_article li:nth-child(3n+1) {
	margin-left: 0;
}
.list_article li a {
	width: 100%;
	padding: 33px 28px 62px;
	display: block;
	overflow: hidden;
	background: #fff;
	font-weight: 500;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.list_article li a::after {
	content: "";
	width: 10px;
	height: 21px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
	background: url(../img/common/icon_arrow_blue02.svg) no-repeat;
	background-size: 100% auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list_article li a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -100%;
	left: 0;
	display: block;
	height: 0;
	-moz-transform: skewY(-45deg);
	-ms-transform: skewY(-45deg);
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
	background-color: #C5E5FB;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.list_article li a:hover::before {
	height: 300%;
}
.list_article .txt_date {
	float: right;
	width: 65px;
	text-align: right;
	font-size: 1.2rem;
	margin: 0 0 4px;
}
.list_article li h3 {
	width: 100%;
	font-size: 2rem;
	font-feature-settings: "palt";
	font-weight: 500;
	margin: 7px -2px 6px;
	line-height: 1.8;
}
.list_article li figure {
	clear: both;
	width: 100%;
	margin-top: 5px;
}
.list_article li p {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8;
	font-feature-settings: "palt";
}
.list_article .txt_category {
	float: left;
	max-width: calc(100% - 65px);
	font-size: 1.4rem;
	padding-left: 29px;
	line-height: inherit;
	margin: 0 auto 0 0;
}
.list_article .txt_category.tips {
	padding-left: 25px;
}
.txt_category.tips::before {
	content: "";
	width: 14px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	background: url(../img/index/icon_tips.svg) no-repeat;
	background-size: 100% auto;
}
.txt_category.press::before {
	content: "";
	width: 20px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/icon_press.svg) no-repeat;
	background-size: 100% auto;
}
.txt_category.info::before {
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/icon_info.svg) no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width: 736px) {
	.article_block {
		margin: 0 5% 40px;
	}
	.article_block .txtarea {
		margin-left: 0;
		margin-right: 0;
	}
	.list_article {
		width: auto;
		margin: 10px auto 0;
		display: block;
	}
	.list_article figure img {
		width: 100%;
	}
	.list_article li {
		width: auto;
		margin: 0 0 20px !important;
	}
	.list_article li a {
		padding: 20px 5% 30px;
	}
	.list_article li h3 {
		font-size: 1.8rem;
		margin: 5px 0;
		line-height: 1.6;
	}
	.list_article li p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

/* info detail
----------------------------------------*/
.info_date {
	display: inline-block;
	padding-right: 10px;
}
.info_date::after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 4px;
	width: 1px;
	display: block;
	background: #000;
}
.info_category {
	width: auto;
	font-size: 1.4rem;
	padding-left: 29px;
	line-height: inherit;
	margin: 0 0 0 8px;
	display: inline-block;
}
.info_category.tips {
	padding-left: 25px;
}
.info_category.tips::before {
	content: "";
	width: 14px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	background: url(../img/index/icon_tips.svg) no-repeat;
	background-size: 100% auto;
}
.info_category.press::before {
	content: "";
	width: 20px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/icon_press.svg) no-repeat;
	background-size: 100% auto;
}
.info_category.info::before {
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/icon_info.svg) no-repeat;
	background-size: 100% auto;
}
.ttl_info {
	margin: 15px 0;
	font-size: 2rem;
}
@media only screen and (max-width: 736px) {
	.ttl_info {
		margin: 15px 0;
		font-size: 1.6rem;
	}
}

/* bnr_block
----------------------------------------*/
.bnr_block {
	width: 1048px;
	margin: 24px auto 0;
}
.bnr_block a {
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.bnr_block a:hover {
	opacity: .6;
}
.bnr_block a img {
	display: block;
}
@media only screen and (max-width: 736px) {
	.bnr_block {
		width: auto;
		margin: 24px 5% 0;
	}
}

/* white_block
----------------------------------------*/
.white_block {
	background: #fff;
	margin-top: 101px;
	padding: 75px 0 110px;
}
@media only screen and (max-width: 736px) {
	.white_block {
		margin-top: 50px;
		padding: 30px 0 50px;
	}
}

/* border_box
----------------------------------------*/
.border_box {
	border: solid 2px #ccc;
	margin-top: 8px;
	margin-bottom: 15px;
	padding: 25px 25px 24px;
	background: #fff;
}
.border_box.blue {
	border: solid 2px #0064d2;
}
.border_box.green {
	border: solid 2px #c9e43b;
}
.border_box.pink {
	border: solid 2px #fecdab;
}
.border_box.orange {
	border: solid 2px #ffc000;
}
.border_box.blue_l {
	border: solid 2px #93c9ff;
}
@media only screen and (max-width: 736px) {
	.border_box {
		padding: 15px;
	}
}

/* btn_box
----------------------------------------*/
.btn_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.btn_box .btn,
.btn_box .btn_back {
	width: 30.534%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 16px 4.199%;
}
.btn_box .btn:nth-child(3n+1),
.btn_box .btn_back:nth-child(3n+1) {
	margin-left: 0;
}
.btn_box .btn a,
.btn_box .btn_back a {
	display: block;
	width: 100%;
	border: solid 1px #1436d9;
	font-size: 1.5rem;
	font-weight: 500;
	color: #1436d9;
	padding: 22px 52px 22px 22px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.btn_box .btn_back a {
	padding: 22px 52px;
	background: #1436d9;
	color: #fff;
	text-align: center;
}
.btn_box .btn a::after,
.btn_box .btn_back a::after {
	content: "";
	width: 29px;
	height: 9px;
	display: block;
	background: url(../img/common/icon_arrow_blue01.svg) no-repeat;
	background-size: 29px auto;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -5px;
	-webkit-transition: right 300ms;
	transition: right 300ms;
}
.btn_box .btn_back a::after {
	background-image: url(../img/common/icon_arrow_white01.svg);
	right: auto;
	left: 27px;
	transform: scale(-1, 1);
	-webkit-transition: left 300ms;
	transition: left 300ms;
}
.btn_box .btn a:hover {
	background: #1436d9;
	color: #fff;
}
.btn_box .btn a:hover::after {
	background-image: url(../img/common/icon_arrow_white01.svg);
	right: 17px;
}
.btn_box .btn_back a:hover {
	background: #fff;
	color: #1436d9;
}
.btn_box .btn_back a:hover::after {
	background-image: url(../img/common/icon_arrow_blue01.svg);
	left: 17px;
}
.btn_large,
.btn_middle {
	margin: 20px 0;
	text-align: center;
}
.btn_large a {
	display: block;
	width: 100%;
	border: solid 1px #1436d9;
	font-size: 3rem;
	font-weight: bold;
	padding: 15px 52px;
	background: #1436d9;
	color: #fff;
	text-align: center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.btn_middle a {
	display: inline-block;
	border: solid 1px #1436d9;
	font-size: 3rem;
	font-weight: bold;
	padding: 15px 80px;
	background: #1436d9;
	color: #fff;
	text-align: center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.btn_middle a::after {
	content: "";
	width: 40px;
	height: 10px;
	display: block;
	background: url(../img/common/icon_arrow_white01.svg) no-repeat;
	background-size: 40px auto;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -5px;
	-webkit-transition: right 300ms;
	transition: right 300ms;
}
.btn_middle a:hover::after {
	right: 17px;
}
@media only screen and (max-width: 736px) {
	.btn_box {
		display: block;
	}
	.btn_box .btn,
	.btn_box .btn_back {
		width: auto;
		display: block;
		margin: 0 0 10px;
	}
	.btn_box .btn a,
	.btn_box .btn_back a {
		font-size: 1.4rem;
		padding: 18px 40px 18px 18px;
	}
	.btn_box .btn_back a {
		padding: 18px 40px;
	}
	.btn_box .btn a::after,
	.btn_box .btn_back a::after {
		width: 25px;
		height: 6px;
		background-size: 25px auto;
		right: 15px;
		margin-top: -3px;
	}
	.btn_box .btn_back a::after {
		right: auto;
		left: 15px;
	}
	.btn_box .btn a:hover::after {
		right: 10px;
	}
	.btn_box .btn_back a:hover::after {
		left: 10px;
	}
	.btn_large a {
		font-size: 1.8rem;
		padding: 10px 20px;
	}
	.btn_middle a {
		font-size: 1.8rem;
		max-width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	}
	.btn_middle a::after {
		width: 25px;
		height: 9px;
		background-size: 25px auto;
	}
}

/* consultant
----------------------------------------*/
.list_consultant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.list_consultant li {
	width: 32%;
	height: 150px;
	margin: 0 0 2% 2%;
	font-weight: bold;
	font-size: 2rem;
	padding: 20px;
}
.list_consultant li:nth-child(3n+1) {
	margin-left: 0;
}
.list_consultant li:nth-child(6n+1),
.list_consultant li:nth-child(6n+2),
.list_consultant li:nth-child(6n+3) {
	background: #c5e5fb;
	color: #0c0b52;
}
.list_consultant li:nth-child(6n+4),
.list_consultant li:nth-child(6n+5),
.list_consultant li:nth-child(6n) {
	background: #02a2ac;
	color: #fff;
}
.col2_block.consultant .img_float_l {
	max-width: 40%;
}
.col2_block.consultant h3 {
	font-size: 2rem;
	overflow: hidden;
}
.col2_block.consultant p {
	overflow: hidden;
}
@media only screen and (max-width: 736px) {
	.list_consultant li,
	.list_consultant li:nth-child(3n+1) {
		width: 49%;
		height: 39vw;
		padding: 10px;
		margin: 0 0 2% 2%;
		font-size: 1.5rem;
	}
	.list_consultant li:nth-child(2n+1) {
		margin-left: 0;
	}
	.list_consultant li:nth-child(4n+1),
	.list_consultant li:nth-child(4n+2) {
		background: #c5e5fb;
		color: #0c0b52;
	}
	.list_consultant li:nth-child(4n+3),
	.list_consultant li:nth-child(4n) {
		background: #02a2ac;
		color: #fff;
	}
	.col2_block.consultant .img_float_l {
    	float: left;
    	margin-right: 20px;
	}
	.col2_block.consultant .text {
    	clear: both;
	}
}

/* pager
----------------------------------------*/
.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 1.6rem;
	margin-top: 95px;
}
.pager li {
	width: 30px;
	margin: 0 5px;
	text-align: center;
}
.pager li a,
.pager li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.white_block .pager li a {
	background: #f1f1f1;
}
.pager li span {
	color: #fff;
	background: #1436d9;
}
.pager li a:hover {
	opacity: .6
}
.pager li.btn_prev a,
.pager li.btn_next a {
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/common/icon_arrow_blue02.svg) no-repeat center center;
	background-size: 12px auto;
}
.pager li.btn_prev {
	margin-right: 17px;
	transform: scale(-1, 1);
}
.pager li.btn_next a {
	overflow: hidden;
	text-indent: -999px;
}
.pager li.btn_next {
	margin-left: 17px;
}
@media only screen and (max-width: 736px) {
	.pager {
		margin-top: 50px;
		width: 100%;
		padding: 0 35px;
	}
	.pager li {
		margin: 5px;
	}
	.pager li.btn_prev {
		position: absolute;
		left: 0;
		top: 50%;
		margin: -15px 0 0;
	}
	.pager li.btn_next {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -15px 0 0;
	}
}

/* colbox
----------------------------------------*/
.col2_block,
.col3_block,
.col4_block,
.col6_block,
.col5_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.col2_block .col_box {
	width: 48%;
	margin: 0 0 40px 4%;
}
.col2_block .col_box:nth-child(2n+1) {
	margin-left: 0;
}
.col3_block .col_box {
	width: 31.333%;
	margin: 0 0 40px 3%;
}
.col3_block .col_box:nth-child(3n+1) {
	margin-left: 0;
}
.col4_block .col_box {
	width: 23%;
	margin: 0 0 40px 2.666%;
}
.col4_block .col_box:nth-child(4n+1) {
	margin-left: 0;
}
.col4_block .border_box {
	padding: 15px;
}
.col5_block .col_box {
	width: 19%;
	margin: 0 0 40px 1.25%;
}
.col5_block .col_box:nth-child(5n+1) {
	margin-left: 0;
}
.col6_block .col_box {
	width: 15.5%;
	margin: 0 0 40px 1.4%;
}
.col6_block .col_box:nth-child(6n+1) {
	margin-left: 0;
}
.col6_block .txt_cap {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.col6_block figure {
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 736px) {
	.col2_block,
	.col3_block,
	.col4_block {
		margin-bottom: 30px;
	}
	.col2_block .col_box,
	.col3_block .col_box,
	.col5_block .col_box,
	.col5_block .col_box:nth-child(5n+1) {
		width: 100%;
		margin: 0 0 30px;
	}
	.col3_block .col_box {
		margin: 0 0 30px;
	}
	.col2_block .col_box:last-child,
	.col3_block .col_box:last-child {
		margin-bottom: 0;
	}
	.col4_block .col_box,
	.col4_block .col_box:nth-child(4n+1) {
		width: 48%;
		margin: 0 0 30px 4%;
	}
	.col4_block .col_box:nth-child(2n+1) {
		margin-left: 0;
	}
	.col6_block .col_box {
		width: 31.333%;
		margin: 0 0 40px 3%;
	}
	.col6_block .col_box:nth-child(3n+1) {
		margin-left: 0;
	}
	.col6_block .txt_cap {
		font-size: 1rem;
	}
	.col6_block figure {
		width: 90%;
		margin: 0 auto;
	}
}

/* outline
----------------------------------------*/
.outline .img_float_l {
	width: 288px;
	text-align: center;
}
.outline .img_float_l img {
	margin: 0 auto;
	display: block;
}
.outline .img_float_l img[src$=".svg"] {
	width: 280px;
}
@media only screen and (max-width: 736px) {
	.outline .img_float_l {
		width: 100%;
	}
	.outline .img_float_l img[src$=".svg"] {
		width: 90%;
	}
}

/* btn_start
----------------------------------------*/
.btn_start a {
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.btn_start a:hover {
	opacity: .6;
}
.btn_start figure img {
	display: block;
}
.btn_start figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1436d9 url(../img/common/icon_arrow_white02.svg) no-repeat 10px 8px;
	background-size: 7px auto;
	color: #fff;
	padding: 6px 23px 5px;
}
.coming_soon {
	display: block;
}
.coming_soon::after {
	content: "Coming Soon";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -20px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Heebo', sans-serif;
}
@media only screen and (max-width: 736px) {
	.coming_soon::after {
		font-size: 1.5rem;
	}
}

/* btn_faq
----------------------------------------*/
.btn_faq a,
.btn_faq > div {
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	padding: 12.626% 10% 10%;
	min-height: 244px;
	width: 100%;
	color: #111a85;
}
.btn_faq a h3,
.btn_faq > div h3 {
	font-size: 2.5rem;
}
.btn_faq a p {
	font-weight: 500;
}
.btn_faq:nth-child(6n+1) a,
.btn_faq:nth-child(6n+2) a,
.btn_faq:nth-child(6n+3) a,
.btn_faq:nth-child(6n+1) > div,
.btn_faq:nth-child(6n+2) > div,
.btn_faq:nth-child(6n+3) > div {
	background: #c5e5fb;
	color: #0c0b52;
}
.btn_faq:nth-child(6n+4) a,
.btn_faq:nth-child(6n+5) a,
.btn_faq:nth-child(6n) a,
.btn_faq:nth-child(6n+4) > div,
.btn_faq:nth-child(6n+5) > div,
.btn_faq:nth-child(6n) > div {
	background: #02a2ac;
	color: #fff;
}
.btn_faq a:hover {
	opacity: .6;
}
.btn_faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list_faq .btn_faq a {
	background: #fff;
	border: solid 1px #ccc;
	color: #111a85;
	width: 100%;
}
.list_faq .btn_faq a::after {
	content: "";
	display: block;
	height: 4px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
}
.list_faq .btn_faq a h3 {
	font-size: 1.8rem;
	height: 54px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list_faq .btn_faq.ttl_single a h3 {
	height: auto;
}
.list_faq .btn_faq a p {
	color: #333;
	position: static;
	line-height: 1.45;
    letter-spacing: -.2px;
}
.list_faq .btn_faq a .text {
	position: static;
	padding-bottom: 1.45em;
}
.list_faq .btn_faq a p:first-child {
	overflow: hidden;
	margin-bottom: 15%;
}
.list_faq .btn_faq a p:last-child {
	position: absolute;
	left: 10%;
	bottom: 10%;
}
.list_faq.account .btn_faq a::after,
.list_faq.support .btn_faq a::after {
	background: #f7b100;
}
.list_faq.account02 .btn_faq a::after,
.list_faq.delivery .btn_faq a::after {
	background: #e9f577;
}
.list_faq.tax .btn_faq a::after,
.list_faq.storesetting .btn_faq a::after {
	background: #fad8f0;
}
.list_faq.exhibition .btn_faq a::after {
	background: #2b0eaf;
}
.list_faq.fee .btn_faq a::after {
	background: #01718f;
}
.list_faq.sr .btn_faq a::after {
	background: #02a2ac;
}

/* 一部カテゴリ非表示用 */
.list_faq.fee .btn_faq a::after {
	background: #a60d8a;
}
.list_faq.support .btn_faq a::after {
	background: #e9f577;
}
@media only screen and (max-width: 736px) {
	.btn_faq a,
	.btn_faq > div {
    	min-height: 32.187vw;
	}
	.col3_block .btn_faq,
	.col3_block .btn_faq:nth-child(3n+1),
	.col3_block .btn_faq:nth-last-child(-n+3) {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	.col3_block .btn_faq:nth-child(2n+1) {
		margin-left: 0;
	}
	.btn_faq:nth-child(4n+1) a,
	.btn_faq:nth-child(4n+2) a,
	.btn_faq:nth-child(4n+1) > div,
	.btn_faq:nth-child(4n+2) > div {
		background: #c5e5fb;
		color: #0c0b52;
	}
	.btn_faq:nth-child(4n+3) a,
	.btn_faq:nth-child(4n) a,
	.btn_faq:nth-child(4n+3) > div,
	.btn_faq:nth-child(4n) > div {
		background: #02a2ac;
		color: #fff;
	}
	.btn_faq a h3,
	.btn_faq > div h3 {
		font-size: 1.5rem;
	}
	.list_faq .btn_faq a h3 {
		height: auto;
	}
	.btn_faq a p {
		font-size: 1.3rem;
	}
	.list_faq .btn_faq a {
		background: #fff;
	}
	.list_faq .btn_faq:nth-child(4n+1) a,
	.list_faq .btn_faq:nth-child(4n+2) a,
	.list_faq .btn_faq:nth-child(4n+1) > div,
	.list_faq .btn_faq:nth-child(4n+2) > div,
	.list_faq .btn_faq:nth-child(4n+3) a,
	.list_faq .btn_faq:nth-child(4n) a,
	.list_faq .btn_faq:nth-child(4n+3) > div,
	.list_faq .btn_faq:nth-child(4n) > div {
		color: #111a85;
	}
	.col3_block.list_faq .btn_faq,
	.col3_block.list_faq .btn_faq:nth-child(3n+1),
	.col3_block.list_faq .btn_faq:nth-last-child(-n+3) {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
}

/* price_list
----------------------------------------*/
.price_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 20px 0;
}
.price_list li {
	width: 30%;
	padding: 10px;
    border: solid 2px #93c9ff;
	border-radius: 10px;
	font-weight: bold;
	color: #121258;
	font-size: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.price_list li + li::before {
	content: "+";
	position: absolute;
	left: -36px;
	color: #ccc;
	font-size: 2em;
	font-weight: bold;
}
@media only screen and (max-width: 736px) {
	.price_list {
		display: block;
	}
	.price_list li {
		width: 100%;
	}
	.price_list li + li {
		margin-top: 30px;
	}
	.price_list li + li::before {
		left: 0;
		right: 0;
		top: -36px;
		text-align: center;
		font-size: 1.8em;
	}
}

/* support_text
----------------------------------------*/
.support_text {
	margin: 0 5%;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 1.5;
	background: #eee;
}
.support_block::before {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -430px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 430px 0;
	border-color: #eee transparent transparent;
}
@media only screen and (max-width: 736px) {
	.support_block::before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -40vw;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 40vw 0;
		border-color: #eee transparent transparent;
	}
}

/* form_block
----------------------------------------*/
.form_block iframe {
	border: none;
	width: 100%;
}

/* text_link
----------------------------------------*/
.text_link a {
	padding: 0 0 0 13px;
	color: #1436d9;
	display: inline-block;
	text-decoration: underline;
	word-break: break-all;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.text_link a:hover {
	opacity: .6;
	text-decoration: none;
}
.text_link a::before {
	content: "";
	width: 6px;
	height: 13px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../img/common/icon_arrow_blue02.svg) no-repeat;
	background-size: 100% auto;
}

/* list_faq
----------------------------------------*/
.list_faq {
	margin: 20px 0;
}
.list_faq dt {
	background: #999;
	color: #fff;
	font-size: 1.6rem;
	padding: 10px 10px 10px 45px;
	margin-bottom: 20px;
}
.list_faq dt::before {
	content: "Q：";
	position: absolute;
	left: 15px;
	top: 9px;
}
.list_faq dd + dt {
	margin-top: 40px;
}
.list_faq dd p + p {
	margin-top: 20px;
}
@media only screen and (max-width: 736px) {
	.list_faq dt {
		font-size: 1.4rem;
		margin-bottom: 15px;
		padding: 10px 10px 10px 40px;
	}
	.list_faq dt::before {
		content: "Q：";
		left: 15px;
		top: 10px;
	}
}

/* info_nav
----------------------------------------*/
.info_nav {
	width: 1048px;
	margin: 0 auto 30px;
	background: #fff;
	padding: 8px 10px 3px;
}
.info_nav li {
	display: inline-block;
	margin: 0 0 5px 5px;
	padding-right: 11px;
}
.info_nav li::after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 6px;
	right: 0;
	display: block;
	width: 1px;
	background: #000;
}
.info_nav li:last-child::after {
	display: none;
}
.info_nav li a {
	display: block;
	color: #1436d9;
	padding: 2px 4px;
	text-decoration: underline;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.info_nav li.current a {
	background: #dedede;
}
.info_nav li a:hover {
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.info_nav {
		width: auto;
		font-size: 1.3rem;
	}
}

/* info_tag
----------------------------------------*/
.info_tag {
	width: 1048px;
	margin: 0 auto 30px;
}
.info_tag ul {
	margin: 0 -5px;
}
.info_tag li {
	display: inline-block;
	margin: 0 5px 10px;
}
.info_tag li a {
	background: #bbb;
	color: #fff;
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.info_tag li a:hover {
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.info_tag {
		width: auto;
		font-size: 1.3rem;
	}
}

/* worry_block
----------------------------------------*/
.worry_block {
	background-color: #eef4fc;
	padding: 95px 20px 30px;
	text-align: center;
}
.worry_block h2 {
	color: #0a1c6b;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 6rem;
}
.worry_block h3 {
	color: #437fcf;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.worry_block .icon {
	margin: 0 auto 30px;
	color: #fff;
	font-size: 1.8rem;
	background-color: #437fcf;
	width: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;
}
.worry_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}
.worry_block ul li {
	width: 31.5%;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.worry_block ul li::after {
	display: block;
	content: '';
	width: 30px;
	height: 21px;
	background: url(../img/start/business/support/icon_arrow01.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: calc(100% - 1px);
	right: 15px;
}
.worry_block ul li .desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 20px;
}
.worry_block ul li .desc span {
	color: #0a1c6b;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
}
.worry_block .txt_basic {
	color: #437fcf;
	text-align: center;
	margin-top: 40px;
	font-size: 2.4rem;
}
@media only screen and (max-width: 736px) {
	.worry_block {
		padding: 35px 5% 25px;
		margin: 0 -5.555%;
	}
	.worry_block h2 {
		margin-bottom: 10px;
		font-size: 4rem;
	}
	.worry_block h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.worry_block ul li {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 30px;
	}
	.worry_block ul li:last-child {
		margin-bottom: 0;
	}
	.worry_block ul li::after {
		width: 31px;
		height: 28px;
	}
	.worry_block ul li:nth-child(odd)::after {
		right: -10px;
		top: calc(100% - 18px);
		background: url(../img/start/business/support/icon_arrow02.png) no-repeat center center;
		background-size: 100% 100%;
	}
	.worry_block ul li:nth-child(even)::after {
		left: -10px;
		top: calc(100% - 18px);
		background: url(../images/common/arrow-bubble-speech-left-sp.png) no-repeat center center;
		background-size: 100% 100%;
	}
	.worry_block ul li .desc {
		padding: 20px;
	}
	.worry_block ul li .desc span {
		font-size: 1.6rem;
	}
	.worry_block .txt_basic {
		margin-top: 20px;
		font-size: 1.6rem;
	}
}

/* support
----------------------------------------*/
.support_campaign_block {
	border: solid 1px #1436d9;
	padding: 15px 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
}
.support_campaign_block h2 {
	font-size: 2.5rem;
}
.support_campaign_block h2 img {
	width: 100px;
	vertical-align: -10px;
}
.support_campaign_block h2 img + img {
	width: 150px;
	margin: 0 20px;
	vertical-align: -8px;
}
.support_campaign_block h3 {
	font-size: 2.3rem;
	margin-top: 5px;
}
.support_campaign_block h3 span {
	font-size: 2.5rem;
	text-decoration: underline;
}
.support_campaign_block .btn {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.support_campaign_block .btn a {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1436d9;
	color: #fff;
}
.support_campaign_block .btn a::after {
	background-image: url(../img/common/icon_arrow_white01.svg);
}
.what_support h3 {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
.what_support p {
	font-size: 2rem;
	font-weight: 500;
}
.bg_gray {
	background: #ddd;
	padding: 20px;
}
@media only screen and (max-width: 736px) {
	.support_campaign_block {
		padding: 10px 10px;
		margin-bottom: 30px;
		text-align: center;
	}
	.support_campaign_block h2 {
		font-size: 1.8rem;
	}
	.support_campaign_block h2 img {
		width: 60px;
		vertical-align: -10px;
	}
	.support_campaign_block h2 img + img {
		width: 85px;
		margin: 0 0 0 10px;
		vertical-align: -8px;
	}
	.support_campaign_block h3 {
		font-size: 1.4rem;
		letter-spacing: -.4px;
	}
	.support_campaign_block h3 span {
		font-size: 1.6rem;
	}
	.support_campaign_block .btn {
		width: 100%;
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 20px;
	}
	.support_campaign_block .btn a {
		padding: 12px 20px;
	}
	.what_support h3 {
		margin-bottom: 10px;
	}
	.what_support p {
		font-size: 1.6rem;
	}
	.bg_gray {
		padding: 15px;
	}
}

/* list_fixed
----------------------------------------*/
.list_fixed {
	width: 1048px;
	margin: 24px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.list_fixed li {
	width: 48%;
	margin: 0 0 40px 4%;
	padding-bottom: 110px;
	background: #fff;
}
.list_fixed li:nth-child(2n+1) {
	margin-left: 0;
}
.list_fixed li figure {
	text-align: center;
	width: 100%;
	height: 285px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.list_fixed h3 {
	text-align: center;
	font-size: 2.1rem;
	margin: 0 30px 10px;
}
.list_fixed h3 span {
	font-size: 1.4rem;
}
.list_fixed p {
	margin: 0 30px;
}
.list_fixed .btn_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.list_fixed .btn_box .btn {
	width: 70%;
	margin-top: 20px;
}
@media only screen and (max-width: 736px) {
	.list_fixed {
		width: 100%;
		display: block;
	}
	.list_fixed li {
		width: 100%;
		margin: 0 0 40px;
		padding-bottom: 110px;
	}
	.list_fixed li:nth-child(2n+1) {
		margin-left: 0;
	}
	.list_fixed li figure {
		text-align: center;
		width: 100%;
		height: 50.933vw;
		margin-bottom: 15px;
	}
	.list_fixed h3 {
		font-size: 1.9rem;
		margin: 0 5% 10px;
	}
	.list_fixed h3 span {
		font-size: 1.3rem;
	}
	.list_fixed p {
		margin: 0 5%;
	}
	.list_fixed .btn_box {
		bottom: 30px;
	}
	.list_fixed .btn_box .btn {
		width: 90%;
		margin: 20px auto 0;
	}
}

/* btn_portal
----------------------------------------*/
.txtarea .btn_portal a {
	display: inline-block;
	border: solid 2px #ccc;
	padding: 10px 10px 0;
	text-decoration: none;
}
.btn_portal a::before {
	content: "";
	width: 14px;
	height: 17px;
	display: block;
	margin: 0 auto 5px;
	background: url(../img/common/icon_login.svg) no-repeat;
	background-size: 100% auto;
}
.icon_carfitment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.icon_carfitment img {
	width: 100px;
	margin-right: 20px;
}
.about_ebay_motors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.about_ebay_motors_text {
	margin-right: 20px;
}
@media only screen and (max-width: 736px) {
	.icon_carfitment img {
		width: 70px;
		margin-right: 15px;
	}
	.about_ebay_motors {
		display: block;
	}
}