@charset "utf-8";

@media screen and (min-width: 0px) and (max-width: 480px) 
{

	h1 img,h2 img
	{
		display:block;
		width:100%;
	}
	
	h1
	{
		margin:0.5em 0 0 0;
	}
	
	#obj_plan_button
	{
		margin:1em 0 0 0;
	}
	
	#obj_plan_button a
	{
		display:block;
		width:48%;
		margin:0 1% 0 1%;
		float:left;
		position:relative;
	}
	
	#obj_plan_button a img
	{
		width:100%;
		display:block;
	}

	#obj_point_box
	{
		margin:1em 0 0 0;
	}	
	
	#obj_plan_button a img
	{
		width:100%;
		display:block;
	}

	#obj_point_box,#obj_customer_voice
	{
		margin:1em 0 0 0;
	}
	
	.c_pointimage
	{
		display:block;
		width:32.6%;
		float:left;
		margin:0 0 0.5em 1.1%;
	}
	
	.c_pointimage:nth-child(3n+1)
	{
		margin-left:0;
	}
	
	.c_pointimage img
	{
		display:block;
		width:100%;
	}
	
	#obj_set
	{
		display:block;
		margin:0.5em 0 0 0;
	}

	#obj_set
	{
		display:block;
		margin:0.5em 0 0 0;
	}

	#obj_about_delivery, #obj_about_store
	{
		margin:40px 0 0 0;
		border:solid 1.2px #CCCCCC;
		border-radius:10px;
		padding:0 0 20px 0;
	}

	#obj_about_delivery .c_section,#obj_about_store .c_section
	{
		margin:0 15px 10px 15px;
	}
	
	h3
	{
		border-left:solid 10px #666666;
		border-bottom:solid 1px #666666;
		padding:0 0 0 10px;
		line-height:30px;
		width:90%;
		margin:20px 0 10px 0;
	}
	
	#obj_about_delivery h3.c_heading
	{
		border:none;
		background:#60ACCC;
		color:#FFFFFF;
		width:100%;
	}
	
	.c_plan_text
	{
		margin:5px;
		font-size:14px;
	}
	.c_plan_text .c_memo
	{
		font-size:13px;
	}
	
	#obj_about_delivery dt
	{
		font-size:18px;
		color:#258AB4;
		margin:10px 0 0 0;
		font-weight: bold;
	}

	#obj_about_delivery dl
	{
		margin:5px 0 10px 0;
	}
	
	#obj_about_store table
	{
		width:100%;
		position:relative;
		margin:10px auto 0 auto;
	}
	
	#obj_about_store table th
	{
		padding:0 0 0 0;
		width:15%;
	}
	
	#obj_about_store table img
	{
		display:block;
		width:100%;
		height:auto;
	}
	
	.c_td_text
	{
		padding:0 0 0 8px;
		font-size:14px;
	}
	
	#obj_about_store h3.c_heading
	{
		border:none;
		background:#EC79A0;
		color:#FFFFFF;
		width:100%;
	}
	
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.c_return_box{
	width: 98%;
    display: block;
    position: relative;
    padding:  20px 5px 0 5px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
	
}
.c_return_box span{
	display: block;
    -webkit-margin-start: 10px;
	padding: 0 0 0 8px;
    font-size: 14px;	
}
	.c_return_box2{
	width: 98%;
    display: block;
    position: relative;
    20px 5px 0 5px
	padding-bottom: 20px;
	margin-top: 20px;	
	
}
	.c_return_box2 span{
	display: block;
    -webkit-margin-start: 10px;
	padding: 0 0 0 8px;
    font-size: 14px;	
	
}
	.c_return_add{
		width: 98&;
		padding: 10px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		border-style:solid;
		border-width: 1px;
		
	}
	#obj_guide_box{
		display: none!important;
	}

/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content:space-around;
	margin: 0 auto 20px auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-around;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	}
.set_option_box {
	width: 49%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing: -1px;
	}
.set_option_box2 {
	width: 48%;
    padding: 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 20px 0 0 0;
    line-height: 23px;
    letter-spacing: -1.5px;
	}
	
.set_option_box_sub {
	width: 50%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: -25px;
	letter-spacing: -1px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 100%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}


	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 300px;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}
	
} 

@media screen and (min-width:481px) and (max-width: 950px) 
{
	
	h1 img,h2 img
	{
		display:block;
		width:100%;
	}
	
	#obj_plan_button
	{
		margin:1em 0 0 0;
	}
	
	#obj_plan_button a
	{
		display:block;
		width:48%;
		margin:0 1% 0 1%;
		float:left;
		position:relative;
	}
	
	#obj_plan_button a img
	{
		width:100%;
		display:block;
	}

	#obj_point_box,#obj_customer_voice
	{
		margin:1em 0 0 0;
	}
	
	.c_pointimage
	{
		display:block;
		width:32.6%;
		float:left;
		margin:0 0 0.5em 1.1%;
	}
	
	.c_pointimage:nth-child(3n+1)
	{
		margin-left:0;
	}
	
	.c_pointimage img
	{
		display:block;
		width:100%;
	}
	
	#obj_set
	{
		display:block;
		margin:0.5em 0 0 0;
	}

	#obj_about_delivery, #obj_about_store
	{
		margin:40px 0 0 0;
		border:solid 1.2px #CCCCCC;
		border-radius:10px;
		padding:0 0 20px 0;
	}

	#obj_about_delivery .c_section,#obj_about_store .c_section
	{
		margin:0 15px 10px 15px;
	}
	
	h3
	{
		border-left:solid 10px #666666;
		border-bottom:solid 1px #666666;
		padding:0 0 0 10px;
		line-height:30px;
		width:90%;
		margin:20px 0 10px 0;
	}
	
	#obj_about_delivery h3.c_heading
	{
		border:none;
		background:#60ACCC;
		color:#FFFFFF;
		width:100%;
	}
	
	.c_plan_text
	{
		margin:5px;
		font-size:14px;
	}
	.c_plan_text .c_memo
	{
		font-size:13px;
	}
	
	#obj_about_delivery dt
	{
		font-size:18px;
		color:#258AB4;
		margin:10px 0 0 0;
		font-weight: bold;
	}

	#obj_about_delivery dl
	{
		margin:5px 0 10px 0;
	}
	
	#obj_about_store table
	{
		width:100%;
		position:relative;
		margin:10px auto 0 auto;
	}
	
	#obj_about_store table th
	{
		padding:0 0 0 0;
		width:15%;
	}
	
	#obj_about_store table img
	{
		display:block;
		width:100%;
		height:auto;
	}
	
	.c_td_text
	{
		padding:0 0 0 8px;
		font-size:14px;
	}
	
	#obj_about_store h3.c_heading
	{
		border:none;
		background:#EC79A0;
		color:#FFFFFF;
		width:100%;
	}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.c_return_box{
	width: 98%;
    display: block;
    position: relative;
    margin: 25px 5px 0 17px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
	
}
.c_return_box span{
	display: block;
    -webkit-margin-start: 10px;
	padding: 0 0 0 8px;
    font-size: 14px;	
}
	.c_return_box2{
	width: 98%;
    display: block;
    position: relative;
    margin: 25px 5px 0 17px;
	padding-bottom: 20px;
	
}
	.c_return_box2 span{
	display: block;
    -webkit-margin-start: 10px;
	padding: 0 0 0 8px;
    font-size: 14px;	
	
}
	.c_return_add{
		width: 98&;
		padding: 10px 17px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		border-style:solid;
		border-width: 1px;
		
	}
	
/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	
	}
.set_option_box {
	width: 32%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 358px;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing: -1px;
	}
.set_option_box2 {
	width: 32%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin: 20px 0;
    line-height: 23px;
    letter-spacing: -1px;
	}
	
.set_option_box_sub {
	width: 33%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 100%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}


	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 300px;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}

}

@media screen and (min-width:951px), print, tv
{

	#box_aside
	{
		margin:-20px 0 0 0;
	}
	
	#obj_plan_button
	{
		margin:20px 0 0 0;
	}
	
	#obj_plan_button a
	{
		display:block;
		width:350px;
		float:left;
		position:relative;
	}

	#obj_plan_button a+a
	{
		margin-left:40px;
	}
	
	#obj_plan_button a img
	{
		width:100%;
	}

	#obj_point_box,#obj_customer_voice
	{
		margin:20px 0 0 0;
	}
	
	.c_pointimage
	{
		display:block;
		float:left;
		margin:0 0 10px 10px;
	}
	
	.c_pointimage:nth-child(3n+1)
	{
		margin-left:0;
	}
	
	.c_pointimage img
	{
		display:block;
		width:100%;
	}
	
	#obj_set
	{
		display:block;
		margin:10px 0 0 0;
	}

	#obj_about_delivery, #obj_about_store
	{
		margin:40px 0 0 0;
		border:solid 1.2px #CCCCCC;
		border-radius:10px;
		padding:0 0 20px 0;
	}

	#obj_about_delivery .c_section,#obj_about_store .c_section
	{
		margin:0 15px 10px 15px;
	}
	
	h3
	{
		border-left:solid 10px #666666;
		border-bottom:solid 1px #666666;
		padding:0 0 0 10px;
		line-height:30px;
		width:90%;
		margin:20px 0 10px 0;
	}
	
	#obj_about_delivery h3.c_heading
	{
		border:none;
		background:#60ACCC;
		color:#FFFFFF;
		width:100%;
	}
	
	.c_plan_text
	{
		margin:5px;
		font-size:14px;
	}
	.c_plan_text .c_memo
	{
		font-size:13px;
	}
	
	#obj_about_delivery dt
	{
		font-size:18px;
		color:#258AB4;
		margin:10px 0 0 0;
		font-weight: bold;
	}

	#obj_about_delivery dl
	{
		margin:5px 0 10px 0;
	}
	
	#obj_about_store table
	{
		width:680px;
		position:relative;
		margin:10px auto 0 auto;
	}
	
	#obj_flow_table th
	{
		padding:0 10px 0 0;
		width:90px;
	}

	#obj_about_store table th img
	{
		width:100%;
	}
	
	.c_td_text
	{
		padding:0 0 0 8px;
		font-size:14px;
	}
	
	#obj_about_store h3.c_heading
	{
		border:none;
		background:#EC79A0;
		color:#FFFFFF;
		width:100%;
	}
	
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.c_return_box{
	width: 650px;
    display: block;
    position: relative;
    margin: 25px 5px 0 27px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding-bottom: 20px;
	
}
.c_return_box span{
	display: block;
    -webkit-margin-start: 10px;
	padding: 0 0 0 8px;
    font-size: 14px;	
}
	.c_return_box2{
	width: 650px;
    display: block;
    position: relative;
    margin: 25px 5px 0 27px;
	padding-bottom: 20px;
	
}
	.c_return_box2 span{
	display: block;
    -webkit-margin-start: 10px;
	padding: 0 0 0 8px;
    font-size: 14px;	
	
}
	.c_return_add{
		width: 650px;
		padding: 10px 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		border-style:solid;
		border-width: 1px;
		
	}
	
/*オプション部分*/
.set_option_base {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.set_option_base_sub {
	width: 55%;
	display: inline-block;
	position: relative;
	margin: 30px auto;
	border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 5px;
    box-sizing: border-box;
	height: 350px;
	
	}
.set_option_base_sub_s {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
	
	}
.set_option_box {
	width: 20%;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    height: 350px;
    margin-top: 30px;
    line-height: 20px;
	}
.set_option_box2 {
	width: 250px;
    padding: 10px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
	}
	
.set_option_box_sub {
	width: 33%;
    padding: 10px;
    /* border: 1px #4d4d4d solid; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14); */
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
	}

.set_option_base_sub p {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
	}

.set_option_box_img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: -10px;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img2 {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.set_option_box_img img {
	margin: 0 auto;
	width: 50%;
	}
.set_option_box_img2 img {
	margin: 0 auto!important;
	}

.set_option_box_title {
    display: block;
    width: 298px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
.set_option_box_title_s {
    display: block;
    width: 112.5%;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 600;
    background-image: url(../img/plan/xa01.gif);
    color: #4d4d4d;
    margin: -10px -10px -10px -10px;
    padding-top: 13px;
}
	
/* 新着リボン */
.ribbon_box3{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }

.ribbon14 {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon14:before,.ribbon14:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon14:before{
    left: 14px;
}

.ribbon14:after{
  	right: 18px;
}

}
