/*---------------------------------------------
レイアウト共通
---------------------------------------------*/
.mt_30 {
	margin-top: 30px!important;
}
.mt_15 {
	margin-top: 15px!important;
}
.mt_0 {
	margin-top: 0!important;
}
.mt_30_b {
	margin-top: -30px!important;
}
.mt_45_b {
	margin-top: -45px!important;
}
.mb_0 {
	margin-bottom: 0!important;
}
.mb_10 {
	margin-bottom: 10px;
}
.pb_15 {
	padding-bottom: 15px!important;
}
.pb_0 {
	padding-bottom: 0!important;
}
.pt_0 {
	padding-top: 0!important;
	}
.pt_20 {
	padding-top: 20px;
}
/*---------------------------------------------
レイアウト共通ここまで
---------------------------------------------*/
aside {
    display: none!important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	
/*---------------------------------------------
文字関連
---------------------------------------------*/	
.base_blue2 {
	color: #2a8fcf;
	text-align: center;
	font-size: 22px;
	padding-top: 12px;
}
.base_pink {
    color: #E17491;
    text-align: center;
    font-size: 22px;
    padding-top: 12px;
}
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, #obj_fur_box, #obj_studio {
	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;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: auto !important;
}
#obj_example_image {
	display: block;
	margin: 1em 0 0 0;
}
.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%;
}
#obj_studio img {
	display: block;
}


/*---------------------------------------------
セット内容
---------------------------------------------*/

.set_content {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.set_content img {
	margin: 0 auto;	
	}
.set_box_content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #d3edf9;
	}	
	
.set_box_base {
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	justify-content: space-between;
	border-radius: 5px;
	padding: 10px;
}

.set_box {
	width: 26%;
    font-size: 13px;
    text-align: center;
    padding: 7px 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 15px auto;
	color: #4d4d4d;
	}
.set_box a:link, .set_box a:visited {
	color: #4d4d4d!important;	
	}


/*---------------------------------------------
セット内容　ここまで
---------------------------------------------*/

/*------------------------------------------- 
レンタルプランご利用の流れ
------------------------------------------- */
/*-- 仕切りの青いリボン吹き出し --*/
.benefit_blue {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 15px;
	background-color: #2a8fcf;
	text-align: center;
	color: #ffffff;
}
.balloon {
	position: relative;
	width: 100%px;
	height: 30px;
	background-color: #2a8fcf;
	text-align: center;
	margin: 0 auto;
}
.balloon .triangle {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #2a8fcf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りの青いリボン吹き出し ここまで --*/
	
/*-- 仕切りのピンクリボン吹き出し --*/
.benefit_pink {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 15px;
	background-color: #E17491;
	text-align: center;
	color: #ffffff;
}
.balloon_p {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #E17491;
	text-align: center;
	margin: 0 auto;
}
.balloon_p .triangle {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #E17491;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りのピンクリボン吹き出し ここまで --*/
	
.benefit_img_box {
	text-align: center;
}
.benefit_img_box img {
	width: 70%!important;
	float: none!important;
	margin-top: 10px;
}
.delivery_benefit_base {
	margin-top: -5px;
}
.delivery_benefit2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.delivery_benefit3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px auto;
}
.benefit3_box {
	padding: 6px 6px 0 6px;
	margin-top: -20px;
}
.benefit2_box1 {
	width: 100%;
    padding: 12px 15px 10px 15px;
    text-align: right;
    border-radius: 5px;
    line-height: 20px;
    background-color: #ffffff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    margin-bottom: 5px;
}
.benefit2_box1 img {
	float: left;
	width: 20%;
	margin-top: -1%;
}
.benefit2_box2 {
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	margin-bottom: 5px;
}
.benefit2_box2 img {
	float: left;
    width: 30%;
    margin-top: -2%;
}
.benefit2_box3 {
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	margin-bottom: 10px;
}
.benefit2_box3 img {
	float: left;
    width: 17%;
    margin-top: -2%;
}
	
.benefit2_box4 {
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	margin-bottom: 5px;
}
.benefit2_box4 img {
	float: left;
	width: 15%;
	margin-top: -2%;
}
	
.plan_box_img {
    width: 100%;
    padding: 10px 0 0 0;
}
/*宅配プランのご案内
------------------------------------------- */
.plan_delivery_ico {
	display: block;
    font-weight: 600;
    vertical-align: middle;
    margin-top: -10px;
}
.plan_delivery_ico img {
	width: 60px;
    position: absolute;
    margin-top: -5px;
}
.plan_delivery_con {
	width: 100%;
	height: auto;
	background-color: #EAF3FA;
	vertical-align: middle;
	padding: 20px 0 0 0;
}
.plan_delivery_con_base {
	width: 100%;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #666666;
    background-color: #fff;
    line-height: 25px;
    font-size: 14px;
}

.plan_delivery_benefit {
	width: 100%;
	height: 400px;
	display: block;
	background-color: #EEF3F9;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
}
.plan_delivery_benefit img {
	width: 12%;
}
.benefit_img {
	width: 20%;
	float: right;
	position: relative;
	margin-top: -9px;
	margin-right: 20px;
}
.benefit_img2 {
	width: 25%;
	float: left;
	position: relative;
	margin-top: -60px;
}
.benefit_box_base {
	width: 66%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-around;
}
.benefit_box_base2 {
	width: 65.5%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-between;
}
.delivery_flow_box {
	width: 100%;
	padding: 0 20px;
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 30px;
}
.delivery_flow_box img {
	width: 11%;
	float: left;
}
.delivery_flow_text {
	width: 74%;
	font-size: 12px;
	display: block;
	margin-left: 210px;
	line-height: 25px;
}
.btn_box {
    display: flex;
	flex-wrap : wrap;
    justify-content: space-between;
	}
	
.plan_btn_b2 {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
    color: #2a8fcf!important;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #2a8fcf!important;
    display: block;
}
.plan_btn_b2::after {
content: "\f138";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #2a8fcf!important;
	}
.plan_btn_b2 a:link, .plan_btn_b2 a:visited {
	color: #2a8fcf!important;
	}
.plan_btn_b3 {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
    color: #2a8fcf!important;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #2a8fcf!important;
    display: block;
}
.plan_btn_b3::after {
content: "\f13a";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #2a8fcf!important;
	}
.plan_btn_b3 a:link, .plan_btn_b3 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b2 .fa {
	color: #2a8fcf!important;
	font-size: 20px!important;
	}

.choose_catalogue_base {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #d3edf9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
	padding: 5px 0;
}
.choose_catalogue_base2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FCF1F5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
	padding: 5px 0;
}
	
.choose_catalogue {
    width: 29%;
    font-size: 13px;
    text-align: center;
    padding: 7px 3px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px auto;
	color: #4d4d4d;
	letter-spacing: -1px;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
.set_box {
    width: 29%;
    font-size: 13px;
    text-align: center;
    padding: 7px 3px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px auto;
	color: #4d4d4d;
	letter-spacing: -1px;
}
.set_box a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*来店プランのご案内
------------------------------------------- */
.plan_shop_ico {
	display: block;
    font-weight: 600;
    vertical-align: middle;
    margin-top: -10px;
}
.plan_shop_ico img {
	width: 60px;
    position: absolute;
    margin-top: -5px;
}
	
.plan_shop_con {
	width: 100%;
	height: auto;
	background-color: #FCF1F5;
	vertical-align: middle;
	padding: 20px 0 0 0;
}
.plan_shop_con_base {
	width: 100%;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #666666;
    background-color: #fff;
    line-height: 25px;
    font-size: 14px;
}
.plan_shop_head {
	border: none;
	background: #FCF3F6;
	text-align: left;
	color: #df7498;
	width: 92%;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.plan_shop_catch {
	padding-left: 90px;
	display: block;
	margin-top: -15px;
	margin-bottom: 20px;
}
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	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: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_add {
	width: 100%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#box_aside_banner img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}
.box_aside_guide2 img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}

.plan_btn_p {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p a:link, .plan_btn_p a:visited {
	color: #E17491!important;
	}
.plan_btn_p::after {
	content: "\f138";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #E17491!important;
	}
	
.plan_btn_p .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
.plan_btn_p2 {
	width: 30%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p2 a:link, .plan_btn_p2 a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p2 .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
	
.c_h2_pink_btn_p {
    width: 100%;
	position: absolute;
	bottom: 0;
    padding: 5px 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    background-color: #E17491;
    text-align: center;
    text-decoration: none!important;
	letter-spacing: -1px;
}
.c_h2_pink_btn_p a:link, .c_h2_pink_btn_p a:visited {
	 color: #ffffff!important;	
	}
.c_h2_pink_btn_p .fa {
	color: #ffffff;
	font-size: 20px;
	}
.plan_btn_p3 {
	width: 90%;
    padding: 5px;
    margin: 10px auto 0 auto;
    color: #E17491!important;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #E17491!important;
    display: block;
}
.plan_btn_p3::after {
content: "\f13a";
    position: absolute;
    right: 10%;
    font-size: 22px;
    font-family: 'FontAwesome';
    color: #E17491f!important;
	}
.plan_btn_p3 a:link, .plan_btn_p3 a:visited {
	color: #E17491!important;
	}
.plan_btn_p2 a:link, .plan_btn_p2 a:visited {
	color: #E17491!important;
	}

/*------------------------------------------- 
レンタルプランご利用の流れ　ここまで
------------------------------------------- */	
	
/*---------------------------------------------
撮影プランのご案内
---------------------------------------------*/	
.photo_plan_box_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.plan_box_base2 {
	width: 100%;
    margin: 7px auto 10px auto;
}
.plan_box_base3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin: 0px auto;
}
.plan_box_b {
	width: 100%;
    padding: 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 0!important;
    margin-bottom: 10px;
}
.plan_box_title {
	display: block;
    width: 103%;
    height: 55px;
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    color: #ffffff;
    margin: -5px;
    padding-top: 2px;
}
.plan_box_m {
    width: 30%;
	height: 275px;
    padding: 5px 0 0 0;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    text-align: center;
}
.plan_box_m2 {
    width: 30%;
    padding: 5px 0 0 0;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.plan_box_m::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -18px;
    top: 120px;
    border-left: 17px solid #d4d4d4;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.plan_box_m_img {
    width: 60%;
    padding: 5px;
    margin: 10px auto 0 auto;
}
.plan_box_m_title {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -5px 0;
    padding-top: 5px;
}
p.box_m_text {
    margin: 0 5px 5px 5px;
	line-height: 20px;
}
p.box_m_text2 {
    margin: 0 10px 31px 10px;
}
p.box_m_text3 {
    margin: 0 10px 5px 10px;
}
	
.plan_box_l {
    width: 100%;
    padding: 0px;
    margin: 30px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
}
.plan_box_l_title {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: 0px;
    padding-top: 6px;
}
.box_l_text {
	width: 100%;
    padding: 10px 10px 20px 10px;
	}
.box_l_text2 {
	width: 70%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.box_l_text3 {
	width: 100%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.plan_box_l_img {
	width: 90%;
    margin: 10px auto 5px auto;
	}
.plan_box_l_catch {
	width: 90%;
    margin: 10px auto;
	}
.c_h2_blue_btn_p {
    width: 100%;
	position: absolute;
	bottom: 0;
    padding: 5px 0;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    background-color: #2A8FCF;
    text-align: center;
    text-decoration: none!important;
	letter-spacing: -1px;
}
.c_h2_blue_btn_p a:link, .c_h2_blue_btn_p a:visited {
	 color: #ffffff!important;	
	}
.c_h2_blue_btn_p .fa {
	color: #ffffff;
	font-size: 20px;
	}
#d-plan1_narrow, #d-plan2_narrow, #d-plan3_narrow, #s-plan1_narrow, #s-plan2_narrow, #s-plan3_narrow, #set_narrow {
    margin-top: -60px;
    padding-top: 60px;
}
/*---------------------------------------------
撮影プランのご案内　ここまで
---------------------------------------------*/	
/*---------------------------------------------
キャンペーンのご案内
---------------------------------------------*/	
.campaign_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 0 0;
	text-align: center;
}
.campaign_box img {
	width: 98%;
}
/*---------------------------------------------
キャンペーンのご案内　ここまで
---------------------------------------------*/	
	
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_fur_box, #obj_studio {
	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;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: 100%;
}
#obj_example_image {
	display: block;
	margin: 1em 0 0 0;
}
.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%;
}
#obj_studio img {
	display: block;
	width: 100%;
}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.box_text {
	width: 100%;
    padding: 10px;
    float: left;
	}
.c_return_box {
	width: 90%;
	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: 13px;
}
.c_return_box2 {
	width: 90%;
	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: 13px;
}
.c_return_add {
	width: 90%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
.c_plan_text img {
    width: 20%;
    display: block;
    float: right;
    margin-top: -115px;
}
.catch_img {
	width: 5%;
	margin-bottom: 0!important;
}
.plan_img_full {
	width: 100%;
	padding: 10px;
	}

/*---------------------------------------------
返却方法について
---------------------------------------------*/
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 15px 5px 0 0;
	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: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
.c_return_box2 {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
}
.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;
}
}

@media screen and (min-width:481px) and (max-width: 950px) {

/*---------------------------------------------
文字関連
---------------------------------------------*/	
.base_blue2 {
	color: #2a8fcf;
	text-align: center;
	font-size: 22px;
	padding-top: 5px;
}
.base_pink {
    color: #E17491;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
}
/*---------------------------------------------
プラントップ画像二分割部分
---------------------------------------------*/
	
/*-- 背景二色--*/
.wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
	margin: 0 auto 35px auto;
	padding: 0;
	border-collapse: collapse;
}
.wrapper>div {
	display: table-cell;
	vertical-align: top;
}
.l-margin_plan {
	height: auto;
	background-color: #EAF3FA;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 50%;
	height: auto;
	background-color: #EAF3FA;
}
.plan_box {
	width: 50%;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-left: -25px;
}
/*-- 来店プラン側-*/
.side_plan {
	width: 50%;
	height: auto;
	background-color: #FCF1F5;
}
.plan2_box {
	width: 50%;
	display: block;
	float: right;
	position: relative;
	margin-right: -25px;
	text-align: center;
}
.r-margin_plan {
	height: auto;
	background-color: #FCF1F5;
}

/*---------------------------------------------
セット内容
---------------------------------------------*/

.set_content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.set_content img {
	margin: 0 auto;	
	}
.set_box_content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #d3edf9;
	}	
	
.set_box_base {
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
	justify-content: space-between;
	border-radius: 5px;
	padding: 10px;
}

.set_box {
	width: 26%;
    font-size: 13px;
    text-align: center;
    padding: 7px 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 15px auto;
	color: #4d4d4d;
	}
.set_box a:link, .set_box a:visited {
	color: #4d4d4d!important;	
	}


/*---------------------------------------------
セット内容　ここまで
---------------------------------------------*/

/*------------------------------------------- 
レンタルプランご利用の流れ
------------------------------------------- */
/*-- 仕切りの青いリボン吹き出し --*/
.benefit_blue {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #2a8fcf;
	text-align: center;
	color: #ffffff;
}
.balloon {
	position: relative;
	width: 100%px;
	height: 30px;
	background-color: #2a8fcf;
	text-align: center;
	margin: 0 auto;
}
.balloon .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #2a8fcf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りの青いリボン吹き出し ここまで --*/
	
/*-- 仕切りのピンクリボン吹き出し --*/
.benefit_pink {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #E17491;
	text-align: center;
	color: #ffffff;
}
.balloon_p {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #E17491;
	text-align: center;
	margin: 0 auto;
}
.balloon_p .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #E17491;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りのピンクリボン吹き出し ここまで --*/
	
.benefit_img_box {
	text-align: center;
}
.benefit_img_box img {
	width: 70%!important;
	float: none!important;
	margin-top: 10px;
}
.delivery_benefit_base {
	margin-top: -5px;
}
.delivery_benefit2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.delivery_benefit3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px auto;
}
.benefit3_box {
	padding: 6px 6px 0 6px;
	margin-top: -20px;
}
.benefit2_box1 {
	width: 35%;
	padding: 12px 15px 10px 15px;
	text-align: right;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.benefit2_box1 img {
	float: left;
	width: 20%;
}
.benefit2_box2 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box2 img {
	float: left;
	width: 32%;
}
.benefit2_box3 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box3 img {
	float: left;
	width: 17%;
}
	
.benefit2_box4 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box4 img {
	float: left;
	width: 15%;
}
	
.plan_box_img {
    width: 100%;
    padding: 30px 10px 10px 10px;
}
/*宅配プランのご案内
------------------------------------------- */
.plan_delivery_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_delivery_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
.plan_delivery_con {
	width: 100%;
	height: auto;
	background-color: #EAF3FA;
	vertical-align: middle;
	padding: 25px 0 0 0;
}
.plan_delivery_con_base {
	width: 100%;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}

.plan_delivery_benefit {
	width: 100%;
	height: 400px;
	display: block;
	background-color: #EEF3F9;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
}
.plan_delivery_benefit img {
	width: 12%;
}
.benefit_img {
	width: 20%;
	float: right;
	position: relative;
	margin-top: -9px;
	margin-right: 20px;
}
.benefit_img2 {
	width: 25%;
	float: left;
	position: relative;
	margin-top: -60px;
}
.benefit_box_base {
	width: 66%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-around;
}
.benefit_box_base2 {
	width: 65.5%;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-between;
}
.delivery_flow_box {
	width: 100%;
	padding: 0 20px;
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 30px;
}
.delivery_flow_box img {
	width: 11%;
	float: left;
}
.delivery_flow_text {
	width: 74%;
	font-size: 12px;
	display: block;
	margin-left: 210px;
	line-height: 25px;
}
.btn_box {
    display: flex;
	flex-wrap : wrap;
    justify-content: space-between;
	}
	
.plan_btn_b2 {
	width: 47%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #2a8fcf!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #2a8fcf!important;
	display: block;
}
.plan_btn_b2 a:link, .plan_btn_b2 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b2 .fa {
	color: #2a8fcf!important;
	font-size: 20px!important;
	}
.plan_btn_b3 {
	width: 47%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #2a8fcf!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #2a8fcf!important;
	display: block;
}
.plan_btn_b3 a:link, .plan_btn_b3 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b3 .fa {
	color: #2a8fcf!important;
	font-size: 20px!important;
	}
	
.choose_catalogue_base {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #d3edf9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 16%;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*来店プランのご案内
------------------------------------------- */
.plan_shop_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_shop_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
	
.plan_shop_con {
	width: 100%;
	height: auto;
	background-color: #FCF1F5;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
.plan_shop_con_base {
	width: 100%;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.plan_shop_head {
	border: none;
	background: #FCF3F6;
	text-align: left;
	color: #df7498;
	width: 92%;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.plan_shop_catch {
	padding-left: 90px;
	display: block;
	margin-top: -15px;
	margin-bottom: 20px;
}
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	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: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_add {
	width: 100%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#box_aside_banner img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}
.box_aside_guide2 img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}

.plan_btn_p {
	width: 47%;
    padding: 5px;
    margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p a:link, .plan_btn_p a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
.plan_btn_p2 {
	width: 30%;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p2 a:link, .plan_btn_p2 a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p2 .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
.plan_btn_p3 {
	width: 47%;
    padding: 5px;
    margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p3 a:link, .plan_btn_p3 a:visited {
	color: #E17491!important;
	}
.plan_btn_p3 .fa {
	color: #E17491!important;
	font-size: 20px!important;
	}
	
.c_h2_pink_btn_p {
    width: 101%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #E17491;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_pink_btn_p a:link, .c_h2_pink_btn_p a:visited {
	 color: #ffffff!important;	
	}
.c_h2_pink_btn_p .fa {
	color: #ffffff!important;
	font-size: 20px!important;
	}
.choose_catalogue_base2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FCF1F5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 28%;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*------------------------------------------- 
レンタルプランご利用の流れ　ここまで
------------------------------------------- */	

/*------------------------------------------- 
下見のご案内
------------------------------------------- */	

#shitami {
	width: 100%;
	background-image: url();
	padding: 30px 0;
	margin-bottom: 30px;
}
.shitami_base {
	width: 100%;
	margin: 0 auto;
}
.shitami_info {
	padding: 2px 15px;
	background-color: #4d4d4d;
	color: #ffffff;
	margin: 0 5px;
}
.shitami_info .fa {
	font-size: 15px;
}
/*------------------------------------------- 
下見のご案内 ここまで
------------------------------------------- */	

/*---------------------------------------------
撮影プランのご案内
---------------------------------------------*/	
.photo_plan_box_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.plan_box_base2 {
	width: 100%;
	margin: 0 auto;
	background-color: #EAF3FA;
}
.plan_box_base3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin: 0px auto 30px auto;
}
.plan_box_b {
	width: 49%;
	padding: 10px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 0!important;
}
.plan_box_title {
	display: block;
    width: 105%;
    height: 55px;
    text-align: center;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    color: #ffffff;
    margin: -10px;
    padding-top: 10px;
}
.plan_box_m {
    width: 30%;
    padding: 10px;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
	text-align: center;
}
.plan_box_m2 {
    width: 30%;
    padding: 10px;
    margin: 10px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
	text-align: center;
}

.plan_box_m::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -26px;
    top: 150px;
    border-left: 25px solid #d4d4d4;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.plan_box_m_img {
    width: 50%;
    padding: 10px;
    margin: 10px auto 0 auto;
}
.plan_box_m_title {
    display: block;
    width: 109%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
p.box_m_text {
    margin: 0 10px 10px 10px;
}
p.box_m_text2 {
    margin: 0 10px 60px 10px;
}
p.box_m_text3 {
    margin: 0 10px 35px 10px;
}
	
.plan_box_l {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	position: relative;
}
.plan_box_l_title {
    display: block;
    width: 103%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
.box_l_text {
	width: 70%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.box_l_text2 {
	width: 70%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.box_l_text3 {
	width: 100%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.plan_box_l_img {
	width: 30%;
    float: right;
    margin-top: 20px;
	}
.plan_box_l_catch {
	width: 25%;
    bottom: 10px;
    position: absolute;
    right: 20px;
	}
.c_h2_blue_btn_p {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #2A8FCF;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_blue_btn_p a:link, .c_h2_blue_btn_p a:visited {
	 color: #ffffff!important;	
	}
#d-plan1_narrow, #d-plan2_narrow, #d-plan3_narrow, #s-plan1_narrow, #s-plan2_narrow, #s-plan3_narrow, #set_narrow {
    margin-top: -60px;
    padding-top: 60px;
}
/*---------------------------------------------
撮影プランのご案内　ここまで
---------------------------------------------*/	
/*---------------------------------------------
キャンペーンのご案内
---------------------------------------------*/	
.campaign_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 0 0;
	text-align: center;
}
.campaign_box img {
	width: 98%;
}
/*---------------------------------------------
キャンペーンのご案内　ここまで
---------------------------------------------*/	
	
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_fur_box, #obj_studio {
	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;
}
#obj_about_delivery h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: 100%;
}
#obj_example_image {
	display: block;
	margin: 1em 0 0 0;
}
.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%;
}
#obj_studio img {
	display: block;
	width: 100%;
}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
.box_text {
	width: 100%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.c_return_box {
	width: 90%;
	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: 13px;
}
.c_return_box2 {
	width: 90%;
	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: 13px;
}
.c_return_add {
	width: 90%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
.c_plan_text img {
    width: 20%;
    display: block;
    float: right;
    margin-top: -115px;
}
.catch_img {
	width: 5%;
	margin-bottom: 0!important;
}
.plan_img_full {
	width: 100%;
	padding: 10px 25px;
	}
}

@media screen and (min-width:951px), print, tv {
/*---------------------------------------------
文字関連
---------------------------------------------*/	
.base_blue2 {
	color: #2a8fcf;
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
}
.base_pink {
    color: #E17491;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
}

/*---------------------------------------------
卒業式ラントップ画像二分割部分
---------------------------------------------*/
	
/*-- 背景二色--*/
.wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 500px;
	margin: 15px auto 35px auto;
	padding: 0;
	border-collapse: collapse;
}
.wrapper>div {
	display: table-cell;
	vertical-align: top;
}
.l-margin_plan {
	height: 500px;
	background-color: #EAF3FA;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 500px;
	height: 500px;
	background-color: #EAF3FA;
}
.plan_box {
	width: 500px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-left: -25px;
}
/*-- 来店プラン側-*/
.side_plan {
	width: 500px;
	height: 500px;
	background-color: #FCF1F5;
}
.plan2_box {
	width: 500px;
	display: block;
	float: right;
	position: relative;
	margin-right: -25px;
	text-align: center;
}
.r-margin_plan {
	height: 500px;
	background-color: #FCF1F5;
}
/*------------------------------------------- 
レンタルプランご利用の流れ
------------------------------------------- */
	
/*-- 仕切りの青いリボン吹き出し --*/
.benefit_blue {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #2a8fcf;
	text-align: center;
	color: #ffffff;
}
.balloon {
	position: relative;
	width: 1000px;
	height: 30px;
	background-color: #2a8fcf;
	text-align: center;
	margin: 0 auto;
}
.balloon .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #2a8fcf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りの青いリボン吹き出し ここまで --*/
	
/*-- 仕切りのピンクリボン吹き出し --*/
.benefit_pink {
	width: 100%;
	margin: -10px auto 30px auto;
	padding: 30px;
	background-color: #E17491;
	text-align: center;
	color: #ffffff;
}
.balloon_p {
	position: relative;
	width: 1000px;
	height: 30px;
	background-color: #E17491;
	text-align: center;
	margin: 0 auto;
}
.balloon_p .triangle {
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #E17491;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
/*-- 仕切りのピンクリボン吹き出し ここまで --*/
	
.benefit_img_box {
	text-align: center;
}
.benefit_img_box img {
	width: 70%!important;
	float: none!important;
	margin-top: 10px;
}
.delivery_benefit_base {
	margin-top: -5px;
}
.delivery_benefit2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.delivery_benefit3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px auto;
}
.benefit3_box {
	padding: 6px 6px 0 6px;
	margin-top: -20px;
}
.benefit2_box1 {
	width: 32%;
	padding: 12px 15px 10px 15px;
	text-align: right;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
.benefit2_box1 img {
	float: left;
	width: 20%;
}
.benefit2_box2 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box2 img {
	float: left;
	width: 32%;
}
.benefit2_box3 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box3 img {
	float: left;
	width: 17%;
}
	
.benefit2_box4 {
	width: 32%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	line-height: 20px;
	background-color: #ffffff;
	color: #4d4d4d;
}
.benefit2_box4 img {
	float: left;
	width: 15%;
}
	
.plan_box_img {
    width: 100%;
    padding: 30px 10px 10px 10px;
}
/*宅配プランのご案内
------------------------------------------- */
.plan_delivery_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_delivery_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
.plan_delivery_con {
	width: 100%;
	height: auto;
	background-color: #EAF3FA;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
.plan_delivery_con_base {
	width: 1000px;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}

.plan_delivery_benefit {
	width: 100%;
	height: 400px;
	display: block;
	background-color: #EEF3F9;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px;
}
.plan_delivery_benefit img {
	width: 12%;
}
.benefit_img {
	width: 20%;
	float: right;
	position: relative;
	margin-top: -9px;
	margin-right: 20px;
}
.benefit_img2 {
	width: 25%;
	float: left;
	position: relative;
	margin-top: -60px;
}
.benefit_box_base {
	width: 660px;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-around;
}
.benefit_box_base2 {
	width: 657px;
	display: flex;
	float: left;
	margin-top: -65px;
	margin-left: -19px;
	justify-content: space-between;
}
.delivery_flow_box {
	width: 100%;
	padding: 0 20px;
	border-left: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 30px;
}
.delivery_flow_box img {
	width: 11%;
	float: left;
}
.delivery_flow_text {
	width: 74%;
	font-size: 12px;
	display: block;
	margin-left: 210px;
	line-height: 25px;
}
.btn_box {
    display: flex;
	flex-wrap : wrap;
    justify-content: space-between;
	}
	
.plan_btn_b2 {
	width: 210px;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #2a8fcf!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #2a8fcf!important;
	display: block;
}
.plan_btn_b2 a:link, .plan_btn_b2 a:visited {
	color: #2a8fcf!important;
	}
	
.plan_btn_b2 .fa {
	color: #2a8fcf;
	font-size: 20px;
	}
	

.btn_box::after{
  content:"";
  display: block;
  width:210px;
}
	
.choose_catalogue_base {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #d3edf9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 120px;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*来店プランのご案内
------------------------------------------- */
.plan_shop_ico {
	display: block;
	font-weight: 600;
	vertical-align: middle;
	margin-top: -10px;
	padding-bottom: 30px;
}
.plan_shop_ico img {
	width: 80px;
	position: absolute;
	margin-top: -25px;
}
	
.plan_shop_con {
	width: 100%;
	height: auto;
	background-color: #FCF1F5;
	vertical-align: middle;
	padding: 30px 0 0 0;
}
.plan_shop_con_base {
	width: 1000px;
	padding: 30px 30px 0 30px;
	margin: 20px auto 0 auto;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-color: #666666;
	background-color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.plan_shop_head {
	border: none;
	background: #FCF3F6;
	text-align: left;
	color: #df7498;
	width: 92%;
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.plan_shop_catch {
	padding-left: 90px;
	display: block;
	margin-top: -15px;
	margin-bottom: 20px;
}
.c_return_box {
	width: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	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: 100%;
	display: block;
	position: relative;
	margin: 25px 5px 0 0;
	border-width: 0 0 1px 0;
}
.c_return_box2 span {
	display: block;
	-webkit-margin-start: 10px;
	padding: 0 0 0 8px;
	font-size: 14px;
}
.c_return_add {
	width: 100%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
#box_aside_banner img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}
.box_aside_guide2 img {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 3px 0;
	padding: 0;
}

/*------------------------------------------- 
レンタルプランご利用の流れ　ここまで
------------------------------------------- */	
.plan_btn_p {
	width: 210px;
	padding: 5px;
	margin: 10px auto 0 auto;
	color: #E17491!important;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #E17491!important;
	display: block;
}
.plan_btn_p a:link, .plan_btn_p a:visited {
	color: #E17491!important;
	}
	
.plan_btn_p .fa {
	color: #E17491;
	font-size: 20px;
	}
	
.c_h2_pink_btn_p {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #E17491;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_pink_btn_p a:link, .c_h2_pink_btn_p a:visited {
	 color: #ffffff!important;	
	}
.choose_catalogue_base2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FCF1F5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
	
.choose_catalogue {
    width: 120px;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 15px auto;
	color: #4d4d4d;
}
.choose_catalogue a:link, .choose_catalogue a:visited {
	color: #4d4d4d!important;
}
/*---------------------------------------------
セット内容
---------------------------------------------*/

.set_content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.set_content img {
	margin: 0 auto;	
	}
.set_box_content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #d3edf9;
	}	
	
.set_box_base {
	width: 1000px;
	margin: 0 auto 30px auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	padding: 10px;
}

.set_box {
	width: 150px;
    font-size: 13px;
    text-align: center;
    padding: 7px 5px;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 15px auto;
	color: #4d4d4d;
	}
.set_box a:link, .set_box a:visited {
	color: #4d4d4d!important;	
	}
/*------------------------------------------- 
セット内容ここまで
------------------------------------------- */	

/*---------------------------------------------
撮影プランのご案内
---------------------------------------------*/	
.photo_plan_box_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.plan_box_base2 {
	width: 100%;
	margin: 0 auto;
	background-color: #EAF3FA;
}
.plan_box_base3 {
	width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 30px auto;
}
.plan_box_b {
	width: 485px;
	padding: 10px;
	border: 1px #4d4d4d solid;
	background-color: #ffffff;
	border-radius: 5px;
	margin-left: 0!important;
}
.plan_box_title {
	display: block;
	width: 483px;
	height: 55px;
	text-align: center;
	font-size: 20px;
	font-family: 'FontAwesome', 'Noto Sans Japanese';
	font-weight: 500;
	background-color: #d4d4d4;
	color: #ffffff;
	margin: -10px;
	padding-top: 12px;
}
.plan_box_m {
    width: 300px;
    padding: 10px;
    margin: 15px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
}
.plan_box_m2 {
    width: 300px;
    padding: 10px;
    margin: 15px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
	position: relative;
}

.plan_box_m::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -26px;
    top: 110px;
    border-left: 25px solid #d4d4d4;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.plan_box_m_img {
    width: 35%;
	float: left;
    padding: 10px;
    margin: 15px 15px 15px 0px;
}
.plan_box_m_title {
    display: block;
    width: 298px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
p.box_m_text {
    margin: 30px 10px 10px 10px;
}
p.box_m_text2 {
    margin: 30px 10px 60px 10px;
}
p.box_m_text3 {
    margin: 30px 10px 35px 10px;
}
	
.plan_box_l {
    width: 1000px;
    padding: 10px;
    margin: 5px 0;
    border: 1px #4d4d4d solid;
    background-color: #ffffff;
    border-radius: 5px;
	position: relative;
}
.plan_box_l_title {
    display: block;
    width: 998px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'FontAwesome', 'Noto Sans Japanese';
    font-weight: 500;
    background-color: #d4d4d4;
    margin: -10px;
    padding-top: 12px;
}
.box_l_text {
	width: 70%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.box_l_text2 {
	width: 70%;
    padding: 0 10px 10px 10px;
    float: left;
	}
.plan_box_l_img {
	width: 30%;
    float: right;
    margin-top: 20px;
	}
.plan_box_l_catch {
	width: 25%;
    bottom: 10px;
    position: absolute;
    right: 20px;
	}
.c_h2_blue_btn_p {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 16px;
    background-color: #2A8FCF;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border-bottom: 2px solid #D8D8D8;
}
.c_h2_blue_btn_p a:link, .c_h2_blue_btn_p a:visited {
	 color: #ffffff!important;	
	}
#d-plan1_pc, #d-plan2_pc, #d-plan3_pc, #s-plan1_pc, #s-plan2_pc, #s-plan3_pc, #set_pc {
    margin-top: -80px;
    padding-top: 80px;
}
/*---------------------------------------------
撮影プランのご案内　ここまで
---------------------------------------------*/	
/*---------------------------------------------
キャンペーンのご案内
---------------------------------------------*/	
.campaign_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 10px 0 0;
	text-align: center;
}
.campaign_box img {
	width: 98%;
}
/*---------------------------------------------
キャンペーンのご案内　ここまで
---------------------------------------------*/	

	
#box_aside {
	margin: 10px 0 0 0!important;
}
#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_fur_box, #obj_studio {
	margin: 40px 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 h3.c_heading {
	border: none;
	background: #60ACCC;
	color: #FFFFFF;
	width: auto !important;
}
#obj_example_image {
	display: block;
	margin: 20px 0 0 0;
}
.c_plan_text {
	margin: 30px 5px 10px 10px;
	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_about_store 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: auto !important;
}
#obj_studio img {
	display: block;
}
/*---------------------------------------------
返却方法について
---------------------------------------------*/
	
.box_text {
	width: 100%;
    padding: 25px 10px 10px 10px;
    float: left;
	}
.c_return_box {
	width: 90%;
	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: 13px;
}
.c_return_box2 {
	width: 90%;
	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: 13px;
}
.c_return_add {
	width: 90%;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
}
.c_plan_text dt {
	font-size: 18px;
	color: #258AB4;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.c_plan_text dd {
	font-size: 13px;
	color: #4d4d4d;
}
.c_plan_text img {
    width: 20%;
    display: block;
    float: right;
    margin-top: -115px;
}
.pink_circle {
	width: 30px;
	display: block;
	position: relative;
	background-color: #EC79A0;
	border-radius: 50%;
	padding: 25px 15px 10px 15px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	font-weight: 600;
}
.catch_img {
	width: 5%;
	margin-bottom: 0!important;
}
.plan_img_full {
	width: 100%;
	padding: 10px 25px;
	}
}
