@charset "utf-8";

/* -------------------------------------------------- 
 * product_page.css
 * 
 * /product/用CSS
 * ※第1階層フォルダごとに読み込ませるCSSを分けて作成
-------------------------------------------------- */
 /*
 * 1) オープンソースのメリット
 * 2) 機能
-------------------------------------------------- */

/* -------------------------------- 
	Parts 
-------------------------------- */

/* heading */

.heading01 sup {
	display: inline-block;
	font-size: 30%;
	position: relative;
	top: -1em;
}
@media only screen and (min-width: 768px) {
	.heading01 {
		text-align: center;
	}
}
@media only screen and (min-width: 992px) {
	.heading01 {
		font-size: 35px;
		font-size: 3.5rem;
	}
}
.heading03 {
	margin: 0;
}

/* header
--------------------*/

/*.header a:hover {
    color: #fff;
}
.header a.btn-default:hover {
    background-color: rgba( 225, 225, 225, .3);
}
.contents {
	padding-top: 79px;
}
@media only screen and (min-width: 768px) {
	.contents {
		padding-top: 90px;
	}
}
.section:nth-of-type(even) {
	background: #f5f5f5;
}*/



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

}
@media only screen and (min-width: 992px) {
	
	
}


/* -------------------------------- 
 * 1) オープンソースのメリット
-------------------------------- */
/* product_pageheader */

.product_pageheader .pageheader {
    background: url(../img/product/product_pageheader_bg.jpg) center center no-repeat;
	background-size: cover;
}

/* opensourse_intro */
.opensourse_intro .text {
	line-height: 1.8;
}
.opensourse_intro .icons {
    display: -webkit-box;/* Android < 4.3 */
    display: -webkit-flex;/* safari(PC) */
    display: flex;
    -webkit-box-pack: justify;/* Android < 4.3 */
    -webkit-justify-content: space-between;/* safari(PC) */
    justify-content: space-between;
	max-width: 880px;
	margin: 30px auto;
}
.opensourse_intro .icons li {
	padding: 0 3%;
}
@media only screen and (min-width: 768px) {
	.opensourse_intro .icons {
		margin: 60px auto;
	}
	.opensourse_intro .text .small {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.opensourse_intro {
		padding: 100px 0;
	}
	.opensourse_intro .icons {
		margin: 70px auto;
	}
}

/* opensourse_about */
.opensourse_about .text {
	line-height: 1.8;
}
.opensourse_about .image {
	text-align: center;
	margin-bottom: 30px;
}
.opensourse_about .text .heading03 {
	font-size: 18px;
	font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
	.opensourse_about {
		padding: 70px 0;
	}
	.opensourse_about .text .heading03 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.opensourse_about .image {
		-webkit-box-flex:0.0;
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
		margin-bottom: 0;
	}
	.opensourse_about .text {
		-webkit-box-flex:0.0;
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
	}
	.opensourse_about .text p {
		margin: 10px 0;
	}
}
@media only screen and (min-width: 992px) {
	.opensourse_about {
		padding: 90px 0;
	}
	.opensourse_about .text .heading03 {
		font-size: 30px;
		font-size: 3rem;
	}
}

/* opensourse_license */

.opensourse_license .text {
	line-height: 1.8;
}
.opensourse_license .image {
	text-align: center;
	margin-bottom: 30px;
}
.opensourse_license .text .heading03 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
	.opensourse_license {
		padding: 60px 0;
	}
	.opensourse_license .text .heading03 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.opensourse_license .image {
		-webkit-box-flex:0.0;
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
		margin-bottom: 0;
	}
	.opensourse_license .text {
		-webkit-box-flex:0.0;
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
	}
	.opensourse_license .text p {
		margin: 10px 0;
	}
}
@media only screen and (min-width: 992px) {
	.opensourse_license {
		padding: 70px 0;
	}
	.opensourse_license .text .heading03 {
		font-size: 30px;
		font-size: 3rem;
	}
}

/* opensourse_merit */

.opensourse_merit .heading01 {
	margin-bottom: 30px;
}
.opensourse_merit .compare_table dt {
	font-weight: bold;
}
.opensourse_merit .compare_table li {
	padding-left: 15px;
}
.opensourse_merit .compare_table .title_advantage {
		color: #4cb8c8;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
}
.opensourse_merit .compare_table .title_weakness {
		color: #fc0;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
}
.opensourse_merit .compare_table .accent_row li {
	font-weight: bold;
}
.opensourse_merit .compare_table .list_advantage li {
	background: url(../img/product/bullet01.png) left 0.4em no-repeat;
	background-size: 10px 10px;
}
.opensourse_merit .compare_table  .list_weakness li {
	background: url(../img/product/bullet02.png) left 0.4em no-repeat;
	background-size: 10px 10px;
}

@media only screen and (max-width: 767px) {
	.opensourse_merit .compare_table .table_heading {
		display: none;
	}
	.opensourse_merit .compare_table {
		max-width: 500px;
		margin: 0 auto;
	}
	.opensourse_merit .compare_table dl {
		margin-top: 25px;
	}
	.opensourse_merit .compare_table dt {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.opensourse_merit .compare_table dl dd {
		margin-top: 10px;
	}
	.opensourse_merit .compare_table .list_advantage::before {
		content: "長所";
		display: block;
		color: #4cb8c8;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.opensourse_merit .compare_table  .list_weakness::before {
		content: "短所";
		display: block;
		color: #fc0;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 768px) {
	.opensourse_merit .compare_table {
		display: table;
	}
	.opensourse_merit .text p {
		line-height: 1.8;
		margin: 0 0 1.8em;
	}
	.opensourse_merit .compare_table .table_heading {
		display: table-header-group;
	}
	.opensourse_merit .compare_table .table_heading li {
		display: table-cell;
		text-align: center;
		padding: 20px;
		letter-spacing: 0.4em;
	}
	.opensourse_merit .compare_table .title_advantage {
			font-size: 22px;
			font-size: 2.2rem;
	}
	.opensourse_merit .compare_table .title_weakness {
			font-size: 22px;
			font-size: 2.2rem;
	}
	.opensourse_merit .compare_table dl {
		display: table-row;
	}
	.opensourse_merit .compare_table dl dt,
	.opensourse_merit .compare_table dl dd	{
		display: table-cell;
		border-top: 1px solid #d7d8db;
	}
	.opensourse_merit .compare_table dl dt {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 0;
	}
	.opensourse_merit .compare_table dl dd	{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 0 15px 20px;
	}
	.opensourse_merit .compare_table dl dd li:not(:first-child) {
		margin-top: 5px;
	}
}
@media only screen and (min-width: 992px) {
	.opensourse_merit {
		padding: 100px 0 80px;
	}
	.opensourse_merit .compare_table {
		margin-top: 50px;
	}
	.opensourse_merit .compare_table .table_heading li {
		padding: 30px 20px;
	}	
	.opensourse_merit .compare_table .title_advantage {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.opensourse_merit .compare_table .title_weakness {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.opensourse_merit .compare_table dl dt {
		padding: 30px 50px 30px 30px;
		white-space: nowrap;
	}
	.opensourse_merit .compare_table dl dd {
		padding: 30px 50px 30px 0;
	}
	.opensourse_merit .compare_table dl dd li:not(:first-child) {
		margin-top: 8px;
	}
}

/* -------------------------------- 
 * 2) 機能
-------------------------------- */

/* function_pageheader */
.p-function .function_pageheader .inner,
.p-function .function_pageheader .heading_area{
    max-width: 1064px;
}
.section.function_basic {
	background: #fff;
}

/* function_basic */
.function_basic .heading01 {
	text-align: center;
}
.function_basic .heading01 + p {
	text-align: center;
}

/*機能一覧ヘッダー*/
.p-function__header{
    padding:60px 20px;
    text-align: center;
}
.p-function__header .c-title{
    font-size: 20px;
    font-size: 2.0rem;
}
.u-underline{
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 28px;
}
.u-underline::before{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #FFCC00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.p-function__header .c-lead{
    font-size: 14px;
    font-size: 1.4rem;
}
.p-function .p-tab{
    padding:60px 20px;
    background: #f5f5f5;
}
/*機能一覧タブ*/
.p-function .p-tablist{
    max-width: 1064px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.p-function .p-tablist .c-btn{
    width: 48%;
    padding: 0 15px;
    border: 1px solid #1C2C41;
    color: #1C2C41;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-radius: 28px;
    cursor: pointer;
    margin: 5px 0;
}
.p-function .p-tablist .is-active,
.p-function .p-tablist .c-btn:hover{
    color: #fff;
    background: #1C2C41;
}
.p-function .p-tablist .c-btn .icon-design{
    display: inline-block;
    background: url(../img/product/function/icon_design03.svg) no-repeat center left;
    background-size: 28px 28px;
    vertical-align: middle;
    padding: 10px 0 9px 32px;
}
.p-function .p-tablist .is-active .icon-design,
.p-function .p-tablist .c-btn:hover .icon-design{
    background: url(../img/product/function/icon_design_w.svg) no-repeat center left;
    background-size: 28px 28px;
}
.p-function .p-tablist .c-btn .icon-cart{
    display: inline-block;
    background: url(../img/product/function/icon_cart01.svg) no-repeat center left;
    background-size: 28px 28px;
    vertical-align: middle;
    padding: 10px 0 9px 32px;
}
.p-function .p-tablist .is-active .icon-cart,
.p-function .p-tablist .c-btn:hover .icon-cart{
    background: url(../img/product/function/icon_cart_w.svg) no-repeat center left;
    background-size: 28px 28px;
}
.p-function .p-tablist .c-btn .icon-order{
    display: inline-block;
    background: url(../img/product/function/icon_order01.svg) no-repeat center left;
    background-size: 28px 28px;
    vertical-align: middle;
    padding: 10px 0 9px 32px;
}
.p-function .p-tablist .is-active .icon-order,
.p-function .p-tablist .c-btn:hover .icon-order{
    background: url(../img/product/function/icon_order_w.svg) no-repeat center left;
    background-size: 28px 28px;
}
.p-function .p-tablist .c-btn .icon-shop{
    display: inline-block;
    background: url(../img/product/function/icon_shop05.svg) no-repeat center left;
    background-size: 28px 28px;
    vertical-align: middle;
    padding: 10px 0 9px 32px;
}
.p-function .p-tablist .is-active .icon-shop,
.p-function .p-tablist .c-btn:hover .icon-shop{
    background: url(../img/product/function/icon_shop_w.svg) no-repeat center left;
    background-size: 28px 28px;
}
@media only screen and (min-width: 768px) {
    .p-function__header{
        padding:60px 20px;
        text-align: center;
    }
    .p-function__header .c-title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-function__header .c-lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .u-underline{
        position: relative;
        padding: 0 0 25px;
        margin: 0 0 28px;
    }
    .p-function .p-tab{
        padding:60px 20px;
    }
    .p-function .p-tablist{
        margin: 0 auto 50px;
    }
    .p-function .p-tab__btnset{
        display: flex;
        justify-content: center;
    }
    .p-function .p-tab__btnset .c-btn{
        margin: 5px 10px;
    }
    .p-function .p-tablist .c-btn{
        width: 23%;
        padding: 0 15px;
        border-radius: 28px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-function .p-tablist .c-btn .icon-design{
        background-size: 38px 38px;
        padding: 15px 0 14px 42px;
    }
    .p-function .p-tablist .c-btn .icon-cart{
        background-size: 38px 38px;
        padding: 15px 0 14px 42px;
    }
    .p-function .p-tablist .c-btn .icon-order{
        background-size: 38px 38px;
        padding: 15px 0 14px 42px;
    }
    .p-function .p-tablist .c-btn .icon-shop{
        background-size: 38px 38px;
        padding: 15px 0 14px 42px;
    }
    .p-function .p-tablist .is-active .icon-design,
    .p-function .p-tablist .c-btn:hover .icon-design,
    .p-function .p-tablist .is-active .icon-cart,
    .p-function .p-tablist .c-btn:hover .icon-cart,
    .p-function .p-tablist .is-active .icon-order,
    .p-function .p-tablist .c-btn:hover .icon-order,
    .p-function .p-tablist .is-active .icon-shop,
    .p-function .p-tablist .c-btn:hover .icon-shop{
        background-size: 38px 38px;
    }

}
/*機能一覧各コンテンツ*/
.c-function{
    max-width: 1064px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    display: none;
}
.c-function.is-show{
    display: block;
}
.p-function .c-function .c-title{
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0;
}
.p-function .c-function .c-title img{
    display: block;
    margin: 0 auto 5px;
}
.p-function .c-function .c-lead{
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 0;
}
.p-function .c-function .c-subtitle{
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #1C2C41;
    margin: 40px 0 0;
    max-width: 840px;
    margin: 40px auto 0;
    padding-bottom: 3px;
}
.p-function .c-function .c-subtitle img{
    margin-right: 5px;
}
.p-function .c-list{
    max-width: 840px;
    margin: 0 auto;
}
.p-function .c-list li{
    border-bottom: 1px solid #1C2C41;
    padding: 10px 5px;
}
.p-function .c-list li h4{
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    width:100%;
    margin: 0 0 5px;
}
.p-function .c-list li p{
    font-size: 13px;
    font-size: 1.3rem;
    width:100%;
    margin: 0;
}
.p-function .p-tab .c-btn a{
    max-width: 380px;
    margin: 30px auto 0;
    display: block;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #FFCC00;
    position: relative;
    border-radius: 6px;
}
.p-function .p-tab .c-btn a:hover{
    background: #ffb700;
}
.p-function .p-tab .c-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
    .c-function{
        padding: 60px 20px;
    }
    .p-function .c-function .c-title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-function .c-function .c-title img{
        display: block;
        margin: 0 auto 5px;
    }
    .p-function .c-function .c-lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-function .c-list li{
        display: flex;
        padding: 8px;
    }
    .p-function .c-list li h4{
        font-size: 13px;
        font-size: 1.3rem;
        width:28%;
        margin: 10px 0;
    }
    .p-function .c-list li p{
        font-size: 13px;
        font-size: 1.3rem;
        width:72%;
        margin: 10px 0;
    }
}

/*機能一覧プラグイン*/
.p-function .p-addon{
    padding: 40px 20px;
}
.p-function .p-addon .c-title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}
.p-function .p-addon .c-lead{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
.p-function .p-addon__tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    margin: 25px auto 30px;
}
.p-function .p-addon__tab li{
    margin: 5px 10px;
}
.p-function .p-addon__tab a{
    display: inline-block;
    padding: 4px 18px 5px;
    border: 1px solid #1C2C41;
    color: #1C2C41;
    border-radius: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.p-function .p-addon__tab a:hover{
    background:#1C2C41;
    color: #fff;
}
.p-function .p-addon__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1064px;
    margin: 0 auto;
}
.p-function .p-addon__list li{
    width: 48%;
    margin-bottom: 20px;
}
.p-function .p-addon__list li:hover img{
    opacity: 0.8;
}
.p-function .p-addon__list h3{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 5px 0;
}
.p-function .p-addon__list p{
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
}
.p-function .p-addon .c-btn a{
    max-width: 380px;
    margin: 0 auto;
    display: block;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #88C8EA;
    position: relative;
    border-radius: 6px;
}
.p-function .p-addon .c-btn a:hover{
    background: #72B3D6;
}
.p-function .p-addon .c-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.p-function .p-service__list .c-btn a{
    max-width: 380px;
    margin: 0 auto;
    display: block;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #FFCC00;
    position: relative;
    border-radius: 6px;
}
.p-function .p-service__list .c-btn a:hover{
    background: #FFB700;
}
.p-function .p-service__list .c-btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}



@media only screen and (min-width: 768px) {
	.function_basic .heading01 + p {
		margin-bottom: 0;
	}

    .p-function .p-addon{
        padding:60px 20px;
    }
    .p-function .p-addon .c-title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-function .p-addon .c-lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-function .p-addon__tab li{
        margin: 10px;
    }
    .p-function .p-addon__tab a{
        padding: 4px 15px 5px;
        border-radius: 25px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .p-function .p-addon__list li{
        width: 23%;
        margin-bottom: 30px;
    }
    .p-function .p-addon__list h3{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-function .p-addon__list p{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 992px) {
	.section.function_addon {
		padding: 100px 0 110px;
	}
}


/* -------------------------------- 
 * 3) 開店までのSTEP
-------------------------------- */

/* step_select */

.section.step_select {
	background: #fff;
}

.step_select ul.tab {
	text-align: center;
	padding-bottom: 30px;
}
.step_select ul.tab li:not(:first-child) {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid #383b4a;
}
.step_select ul.tab li a {
	font-size: 18px;
	font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
	.step_select ul.tab li a {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
.step_select ul.tab li a:link,
.step_select ul.tab li a:visited,
.step_select ul.tab li a:active {
	text-decoration: underline;
}
.step_select ul.tab li a:hover {
	text-decoration: none;
}
.step_select ul.tab li.r-tabs-state-active a:link,
.step_select ul.tab li.r-tabs-state-active a:visited,
.step_select ul.tab li.r-tabs-state-active a:hover,
.step_select ul.tab li.r-tabs-state-active a:active {
	text-decoration: none;
	color: #fc0;
	font-weight: bold;
}
.step_select .hgroup {
	text-align: center;
	margin-bottom: 30px;
}
.step_select .hgroup::before {
	content: "";
	display: block;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.step_select .with_partner .hgroup::before {
	background-image: url(../img/product/step_select_withpartner.jpg);
	background-color: #595A5C;
}
.step_select .myself .hgroup::before {
	background-image: url(../img/product/step_select_myself.jpg);
	background-color: #E9DAE1;
}
.step_select .eccube_co .hgroup::before {
	background-image: url(../img/product/step_select_co.jpg);
	background-color: #E9DAE1;
}
.step_select .hgroup h3 {
	position: relative;
	margin: -30px 0 0;
	font-size: 20px;
    font-size: 2rem;
}
.step_select .hgroup h3::before {
	content: "";
    display: block;
	width: 54px; height: 54px;
    background: #fc0;
    margin: 0 auto 1em;
}
.step_select .hgroup h3 span {
    display: block;
    text-align: center;
	width: 100%;
	height: 54px;
	line-height: 54px;
    font-size: 30px;
    font-size: 3rem;
	vertical-align: middle;
	color: #fff;
	position: absolute;
	top: 0;
}
.step_select .hgroup h4 {
    margin: 0.5em 0 0;
}
@media only screen and (min-width: 768px) {
	.step_select .hgroup {
		margin-bottom: 50px;
	}
	.step_select .hgroup::before {
		background-size: contain;
	}
	.step_select .hgroup h3 {
		margin-top: -40px;
		font-size: 25px;
		font-size: 2.5rem;
	}
	.step_select .hgroup h3::before {
		width: 72px; height: 72px;
		margin-bottom: 33px;
	}
	.step_select .hgroup h3 span {
		height: 72px;
		line-height: 72px;
		font-size: 38px;
		font-size: 3.8rem;
	}
}

.step_select ol {
	max-width: 800px;
	padding: 0 4%;
	margin: 0 auto;
}
.step_select ol > li {
	border-top: 1px solid #ccc;
	padding: 20px 10px;
	position: relative;
}
.step_select ol > li:last-child {
	border-bottom: 1px solid #ccc;
}
.step_select ol > li:not(:first-child)::before {
	content: "";
	display: block;
	width: 30px; height: 30px;
	margin-left: -15px;
	background: url(../img/product/arrow_bottom_circle.svg) center center no-repeat;
	position: absolute;
	left: 50%; top: -15px;
}
.step_select ol > li p {
	margin: 0 0 5px;
}
.step_select ol > li h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 5px;
	font-weight: normal;
}
.step_select .links {
	margin-top: 10px;
}
.step_select .links a {
	display: inline-block;
	background: url(../img/common/arrow_right_circle.svg) left 0.2em no-repeat;
	background-size: 16px;
	padding-left: 20px;
}
@media only screen and (min-width: 768px) {
	.step_select ol > li {
		padding: 40px 40px 40px 210px;
		background-position: 80px 48px;
		background-repeat: no-repeat;
		background-size: 85px auto;
	}
	.step_select .with_partner ol > li:nth-of-type(1){ background-image: url(../img/product/step_with_partner_img01.png); }
	.step_select .with_partner ol > li:nth-of-type(2){ background-image: url(../img/product/step_with_partner_img02.png); min-height:185px; }
	.step_select .with_partner ol > li:nth-of-type(3){ background-image: url(../img/product/step_with_partner_img03.png); }
	.step_select .with_partner ol > li:nth-of-type(4){ background-image: url(../img/product/step_with_partner_img04.png); min-height:195px; }
	.step_select .myself ol > li:nth-of-type(1){ background-image: url(../img/product/step_myself_img01.png); }
	.step_select .myself ol > li:nth-of-type(2){ background-image: url(../img/product/step_myself_img02.png); }
	.step_select .myself ol > li:nth-of-type(3){ background-image: url(../img/product/step_myself_img03.png); }
	.step_select .myself ol > li:nth-of-type(4){ background-image: url(../img/product/step_myself_img04.png); }
	.step_select .myself ol > li:nth-of-type(5){ background-image: url(../img/product/step_myself_img05.png); }
	.step_select .eccube_co ol > li:nth-of-type(1){ background-image: url(../img/product/step_co_img01.png); }
	.step_select .eccube_co ol > li:nth-of-type(2){ background-image: url(../img/product/step_co_img02.png); }
	.step_select .eccube_co ol > li:nth-of-type(3){ background-image: url(../img/product/step_co_img03.png); }
	.step_select .eccube_co ol > li:nth-of-type(4){ background-image: url(../img/product/step_co_img04.png); }

	
	.step_select ol > li:last-child {
		padding: 40px 220px 40px 85px;
		background: url(../img/product/step_select_img.png) 88% center no-repeat;
		background-size: 106px auto;
	}
	.step_select ol > li h5 {
		font-size: 22px;
		font-size: 2.2rem;
	}

}

.inner.step_banner {
	padding-top: 60px;
	text-align: center;
}


/* -------------------------------- 
 * ec-cube.co
-------------------------------- */







