@charset "utf-8";

.option #main {
	background-color: #f8f8f8;
}
.option .button_section {
	padding: 40px 20px;
}

/* option top */
.heading_option_top {
	margin-bottom: 40px;
	line-height: 1.6;
	font-size: 2.14rem;
	font-weight: 600;
	color: #3a7fc6;
}
.option_list {
	display: flex;
	flex-wrap: wrap;
/*	margin-bottom: 40px;*/
	list-style: none;
}
.option_item {
	position: relative;
	width: calc(50% - 20px);
	margin-bottom: 20px;
	background-color: #f8f8f8;
}
.option_item:nth-child(even) {
	margin-left: 40px;
}
.option_detailbox {
	display: flex;
	padding: 10px;
	color: #2f2f2f;
	text-decoration: none;
}
.option_detailbox:hover {
	opacity: .4;
}
.option_img {
	max-width: 124px;
	max-height: 124px;
	margin-right: 10px;
	background-color: #fff;
}
.option_textbox {
	padding-top: 5px;
	line-height: 1.4;
}
.option_box{
	display: flex;
	margin-bottom: 40px;
}
.option_box_type2{
	display: block;
}
.option_box_left,
.option_box_right {
	width: 50%;
}
.option_box_left_type2 {
	width: 44%;
	float: left;
}
.option_box_right_type2 {
	width: 52%;
	float: right;
}
.option_box_bottom{
	width: 100%;
	clear: both;
}
.option_box_bottom p{
	margin-bottom: 40px;
}
.office_box_left{
	width: 46%;
	margin-right: 40px;
}
.office_box_right{
	width: 54%;
}

.option_box_title{
	width: 95%;
	margin: 0 auto 10px auto;
}
.option_mb20 {
	margin-bottom: 20px !important;
}
.btn_position{
	margin: 0 0 20px 0;
	
}
.sp_hidden{
	display: none;
}
.pc_hidden{
	display: block;
}
@media screen and (max-width: 768px) {
.heading_option_top {
	margin-bottom: 20px;
	font-size: 1.43rem;
	}
	.option_list {
		display: block;
	}
	.option_item {
		width: 100%;
	}
	.option_item:nth-child(even) {
		margin-left: 0;
	}
	.option_box{
		display: block;
	}
	.option_box_left,
	.option_box_right {
		width: 100%;
	}
	.office_box_left{
		width: 100%;
		margin-right: 0;
	}
	.office_box_right{
		width: 100%;
	}
	.option_mb20 {
		margin-bottom: 0 !important;
	}
	.option_mb {
		margin-bottom: 20px !important;
	}
	.option_box_left_type2 {
		width: 100%;
		float: none;
	}
	.option_box_right_type2 {
		width: 100%;
		float: none;
	}
	.option_box_bottom p{
		margin-bottom: 20px;
	}
	.btn_position{
		margin: 0 auto 20px auto;
	}
	.sp_hidden{
		display: block;
	}
	.pc_hidden{
		display: none;
	}
}

/* 各オプション */
.img_option_catch {
	width: 100%;
	margin: 0 auto 40px;
	border-radius: 10px;
}
.option_advantage_list {
	margin-bottom: 40px;
	padding-left: 1.5em;
	line-height: 1.6;
	font-size: 1.28rem;
	font-weight: 600;
	color: #3a7fc6;
}
.option_advantage_item {
}
.option_advantage_item + .option_advantage_item {
	margin-top: 20px;
}
.option_advantage_note {
	margin-bottom: 60px;
	line-height: 1.6;
	font-size: .79rem;
	color: #6c7276;
}
.heading_option_article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #b6bec4;
	line-height: 1.6;
	font-size: 1.14rem;
	font-weight: 600;
	color: #3a7fc6;
}
.text_option_charge {
	margin-bottom: 20px;
	font-size: 2.14rem;
	font-weight: 600;
	color: #c70000;
}

.option_merit_list {
	margin-bottom: 40px;
	padding-left: 1.5em;
	line-height: 1.6;
	font-weight: 600;
}
.option_merit_item {}
.option_merit_item + .option_merit_item {
	margin-top: 10px;
}

.application_user_list {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	list-style: none;
}
.application_user_item {
/*	max-width: 345px;*/
	width: 100%;
}
.application_user_item + .application_user_item {
	margin-left: 20px;
}
.application_user_flow_list {
	list-style: none;
}
.application_user_flow_item_list {
	list-style: none;
}
.application_user_flow_item_item {
	padding: 20px;
	line-height: 1.4;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	font-size: 1.14rem;
	font-weight: 600;
	color: #3a7fc6;
}
.application_user_flow_item_item + .application_user_flow_item_item {
	margin-top: 20px;
}

.download_app_list {
	display: flex;
	justify-content: center;
	list-style: none;
}
.download_app_item {
	max-width: 158px;
}
.download_app_item + .download_app_item {
	margin-left: 40px;
}

.option_flex {
	display: flex;
}
.img_option_flex_box {
	max-width: 400px;
	margin-right: 40px;
}
.img_option_flex_box .img_responsive {
	margin: 0 auto;
}
.text_option_flex_box {
	max-width: 400px;
}

.table_option_type_01 {
	width: 100%;
}
.table_option_th_type_01 {
	padding: 10px 15px;
	border: 1px solid #6c7276;
	line-height: 1.6;
	font-size: .93rem;
	font-weight: 600;
	color: #fff;
	text-align: left;
	background-color: #6c7276;
}
.table_option_td_type_01 {
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	line-height: 1.6;
	background-color: #fff;
	word-break: break-all;
	vertical-align: top;
}


@media screen and (max-width: 768px) {
	.option_flex {
		display: block;
	}
	.img_option_flex_box {
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.text_option_flex_box {
		max-width: 100%;
	}
}

/* application_flow */
.application_flow_list {
	display: flex;
	list-style: none;
}
.application_flow_item {
	width: 285px;
	padding: 10px;
}
.application_flow_item_inner {
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.heading_application_flow {
	margin-bottom: 20px;
	font-size: 1.28rem;
	font-weight: 600;
	text-align: center;
}
.img_application_flow {
	margin: 0 auto 20px;
}
.text_application_flow {
	margin-bottom: 20px;
	font-size: 1.14rem;
	font-weight: 600;
	color: #3a7fc6;
}
.text_application_flow_note {
}
.application_flow_section .bx-wrapper {
	margin: 0 auto 20px;
	box-shadow: none;
	border: 0;
	background-color: transparent;
}
.application_flow_section .bx-wrapper .bx-pager.bx-default-pager a {
	background: #b6bec4;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-radius: 6px;
}
.application_flow_section .bx-wrapper .bx-pager.bx-default-pager a.active,
.application_flow_section .bx-wrapper .bx-pager.bx-default-pager a:focus,
.application_flow_section .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #3a7fc6;
}

@media screen and (max-width: 768px) {
	.application_flow_section .bx-wrapper {
		margin: 0 auto 20px;
	}
}

/* sourcenext */
.sourcenext_app_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.sourcenext_app_flex img {
	margin: 10px 5px 0;
}

.sourcenext_app_list {
	list-style: none;
}
.sourcenext_app_item {
	display: flex;
}
.sourcenext_app_item + .sourcenext_app_item {
	margin-top: 20px;
}
.sourcenext_app_img {
	min-width: 77px;
	max-width: 100px;
	margin-right: 15px;
}
a.sourcenext_app_img:hover {
	opacity: .4;
}
.sourcenext_app_text_block {}

.sourcenext_soft_list {
	list-style: none;
}
.sourcenext_soft_item {	display: flex;
}
.sourcenext_soft_item + .sourcenext_soft_item {
	margin-top: 20px;
}
.sourcenext_soft_img {
	min-width: 115px;
	margin-right: 15px;
}
a.sourcenext_soft_img:hover {
	opacity: .4;
}
.sourcenext_soft_text_block {}


/* coupon */
.coupon_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.coupon_block {
	max-width: 400px;
	margin-bottom: 60px;
	line-height: 1.7;
}
.coupon_block:nth-child(even) {
	margin-left: 40px;
}
.bnr_coupon_block {
	margin: 0 auto 20px;
}
.heading_coupon_block {
	margin-bottom: 20px;
	font-weight: 600;
	color: #3a7fc6;
}
.heading_coupon_block_benefits {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dd7a1c;
	font-weight: 600;
	color: #dd7a1c;
}
.text_coupon_block {
	margin-bottom: 20px;
}
.text_coupon_block_benefits {
	margin-bottom: 20px;
	font-weight: 600;
	color: #dd7a1c;
}

@media screen and (max-width: 896px) {
	.coupon_block {
		max-width: 100%;
	}
	.coupon_block:nth-child(even) {
		margin-left: 0;
	}
	.coupon_block:last-child {
		margin-bottom: 0;
	}
}
