@charset "UTF-8";

/*! CSS Used from: https://lp.sharing-tech.co.jp/bohancamera/sp/css/index.css?v=202010190558 */

.sp_mainvisual {
	font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS Pゴシック", Arial, Verdana, sans-serif;
	position: relative;
	margin-bottom: 10px;
}

.lp_mainvisual_area {
	position: absolute;
	top: 2vw;
	left: 3.05vw;
	line-height: 1.2;
	font-size: 6.3vw;
	font-weight: 900;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.lp_mainvisual_area .place_output,
.lp_mainvisual_area .time_output {
	color: #f31035;
}

/*****************************************
ファーストビューMVの基本CSS
******************************************/
.fukidasi_top{
	width:72px;
	position:absolute;
	top:90px;
	right:10px;
}
.fukidasi_bottom{
	width: 72px;
	position: absolute;
	top: 35%;
	right: 21%;
}
.fukidasiBoxTop,
.fukidasiBoxBtm{
	position:relative;
}
.fukidasiBoxTop .FBubble{position:absolute;}
.fukidasiBoxTop .FTxt{
	position:absolute;
	width: 45px;
	top: 12px;
	left: 19px;
}

.fukidasiBoxBtm .FBubble{position:absolute;}
.fukidasiBoxBtm .FTxt{
	position: absolute;
	width: 43px;
	left: 10px;
	top: 10px;
}
/*****************************************
	ファーストビューMVのアニメーションCSS
******************************************/
/* ==== フェードイン用アニメーション ==== */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ==== プルプル揺れ（左右小さく揺れる）==== */
@keyframes shake {
	0%, 100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-1px);
	}
	50% {
		transform: translateX(1px);
	}
	75% {
		transform: translateX(-1px);
	}
}

/* ==== アニメーション適用 ==== */

/* 上部ふきだし */
.fukidasiBoxTop .FBubble {
	opacity: 0;
	animation: fadeIn 0.5s ease-out forwards;
}

.fukidasiBoxTop .FTxt {
	opacity: 0;
	animation: fadeIn 0.5s ease-out forwards;
	animation-delay: 0.5s;
}

.fukidasiBoxTop {
	animation: shake 1.2s ease-in-out 1s infinite;
}

/* 下部ふきだし */
.fukidasiBoxBtm .FBubble {
	opacity: 0;
	animation: fadeIn 0.5s ease-out forwards;
	animation-delay: 1s;
}

.fukidasiBoxBtm .FTxt {
	opacity: 0;
	animation: fadeIn 0.5s ease-out forwards;
	animation-delay: 1.5s;
}

.fukidasiBoxBtm {
	animation: shake 1.2s ease-in-out 2s infinite;
}

.c-sp-mainvisual__cta {
	position: absolute;
	bottom: 14vw;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
}

.c-sp-mainvisual__ctaTel {
	position: absolute;
	bottom: 7.2vw;
	right: 11vw;
	font-size: 7.5vw;
	font-family: sans-self, arial, serif;
	font-weight: bold;
	color: #333;
}

.c-sp-mainvisual__ctaText {
	position: absolute;
	bottom: 3px;
	font-size: 3.1vw;
	left: 4.8vw;
	color: #fff;
	font-weight: bold;
}

.place {
	margin-top: 20px;
}

.place h2 {
	border-bottom: 0 solid #ce0808;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.place .inner {
	margin: 10px;
}

.place .inner .txt {
	font-size: 14px;
	line-height: 1.7;
	padding: 0 0 10px 0;
}

.place .inner .placeList {
	width: 100%;
	float: left;
}

.place .inner .placeList li {
	width: 31%;
	margin: 0 2.3% 10px 0;
	float: left;
}

.place .inner .qaWrap {
	background: #EEE;
	margin-top: 10px;
	padding: 5px 10px 0 10px;
	clear: both;
}

.place .inner .qaWrap .qa dt {
	font-size: 20px;
	color: #ce0808;
}

.place .inner .qaWrap .qa dd {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 10px;
}

.merit .merit_inner {
	padding: 10px 10px 15px;
	background: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_bg_pattern01.png");
}

.merit .merit_box {
	margin-top: 4%;
	padding: 13px 0 10px 13px;
	background: #fff;
}

.merit .merit_box .comment {
	margin-top: 2%;
	font-size: 14px;
	line-height: 1.7;
	padding: 0 32% 0 0;
	text-align: justify;
}

.merit .merit_box:first-child {
	margin-top: 0;
}

.merit .merit_box:nth-of-type(1) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_merit01.png) right bottom no-repeat;
	background-size: auto 150px;
}

.merit .merit_box:nth-of-type(2) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_merit02.png) right bottom no-repeat;
	background-size: auto 150px;
}

.merit .merit_box:nth-of-type(3) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_merit03.png) right bottom no-repeat;
	background-size: auto 150px;
}

.merit .merit_box:nth-of-type(4) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_merit04.png) right bottom no-repeat;
	background-size: auto 150px;
	margin-bottom: 10px;
}

.flow {
	margin: 10px 0 0 0;
}

.flow .flow_header {
	border-bottom: 0 solid #ce0808;
}

.flow .flow_inner {
	margin: 10px;
}

.flow .flow_box {
	position: relative;
	margin-bottom: 10%;
	border: 1px solid #e8e8e8;
}

.flow .flow_box:last-child {
	margin-bottom: 10px;
}

.flow .flow_box:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 0;
	height: 0;
	margin-left: -25px;
	border-style: solid;
	border-width: 20px 25px 0;
	border-color: #dddddd transparent transparent transparent;
}

.flow .flow_box:nth-of-type(6) {
	margin-bottom: 0;
}

.flow .flow_box:last-child:after {
	content: none;
}

.flow .flow_box .flow_head {
	position: relative;
}

.flow .flow_box .flow_head.flow_head_asterisk::after {
	content: '※';
	position: absolute;
	top: 5px;
	right: 10vw;
	font-size: 10px;
	color: #0d47a1;
}

.flow .flow_box_inner {
	padding: 10px;
}

.flow .flow_box_inner .flow_eyecatch {
	float: right;
	width: 45%;
	padding: 5px 0 5px 10px;
}

.flow .flow_label {
	padding: 0 0 5px 0;
	color: #e92323;
	font-size: 18px;
	font-weight: bold;
}

.flow .flow_comment {
	font-size: 14px;
	line-height: 1.7;
}

.flow .flow_note {
	font-size: 10px;
	color: #727272;
}

.flow sup {
	font-size: 10px;
}

.voice {
	margin-top: 15px;
}

.voice .voice_header {
	border-bottom: 0 solid #ce0808;
}

.voice .voice_inner {
	padding: 10px;
}

.voice .voice_item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 0.5% 4%;
	background: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/common/ico_arrow02.png") no-repeat 100% 100%;
	background-size: 20px 20px;
	border: 1px solid #0745a3;
	border-radius: 4px;
}

.voice .voice_customer {
	display: flex;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 0 17px 0 0;
	line-height: 1.2;
}

.voice .voice_desc {
	flex: 1 1 66%;
	padding-left: 6%;
	border-left: 1px solid #e3e3e3;
	font-size: 14px;
}

.voice .voice_desc.line1 {
	padding: 10px;
}

.faq {
	margin-top: 10px;
}

.faq h2 {
	border-bottom: 0 solid #ce0808;
}

.faq .faq_inner {
	padding: 10px 10px 15px;
	background: #edeceb;
	margin-bottom: 15px;
}

.faq .faq_inner .faq_list {
	margin-bottom: 10px;
}

.faq .faq_item {
	margin-top: 2%;
	padding: 2.5% 0 2% 10%;
	background: #fff url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_q.png") no-repeat 2% 50%;
	background-size: 25px 25px;
	border: 1px solid #e9e9e9;
}

.faq .faq_item a {
	position: relative;
	display: block;
	background: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_arrow01.png") no-repeat 96%;
	background-size: 8px 8px;
	font-size: 14px;
	text-decoration: none;
}

.faq .faq_item:first-child {
	margin-top: 0;
}

.request {
	margin: 10px 0 20px;
}

.request .request_header {
	border-bottom: 0 solid #ce0808;
}

.request .request_inner {
	padding: 0 10px;
}

.request .request_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.request .request_item {
	position: relative;
	width: 100%;
	padding: 2% 2% 2% 16%;
	margin-top: 4%;
	background: #fff url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/common/ico_arrow02.png") no-repeat 100% 100%;
	background-size: 20px 20px;
	border: 1px solid #0a47a4;
	border-radius: 4px;
}

.request .request_item a {
	width: 100%;
	height: 100%;
	display: block;
}

.request .request_item .ico {
	position: absolute;
	left: 2%;
	bottom: 0;
	width: 12%;
}

.request .request_customer {
	margin-bottom: 2%;
	padding: 0 0 2%;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	font-weight: 700;
}

.request .request_txt {
	font-size: 14px;
}

.news .news_box {
	margin: 15px 10px;
}

.news .news_title {
	text-align: center;
}

.news .news_list .news_item {
	padding: 8px 25px 7px 5px;
	background: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_arrow02.png") no-repeat right 10px center;
	background-size: auto 7px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.news .news_btn {
	margin-top: 2%;
	padding-bottom: 2%;
	text-align: right;
}

.news .news_btn a {
	padding: 2% 6% 1% 6%;
	background: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/index_ico_arrow03.png") no-repeat right 50%;
	background-size: 14px 14px;
	font-size: 1.3rem;
}

.tosho {
	margin: 10px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #e11b2e;
	align-items: stretch;
}

.tosho_txt {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}

.tosho_txt p {
	flex-basis: 81%;
	font-size: 2vw;
}

.tosho_txt .co_name {
	font-weight: 900;
	display: block;
	margin-top: 3px;
}

.tosho_txt figure {
	flex-basis: 19%;
}

@media screen and (min-width: 667px) {
	.tosho_txt p {
		font-size: 10px;
	}
}

.mieruka .mieruka__tit {
	border-bottom: 0 solid #ce0808;
}

.mieruka .mieruka__list {
	padding: 10px;
}

.mieruka .noThumb {
	background-image: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/icon_usefull_info_sp.png");
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	line-height: 130%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.privacyGuideSec {
	border: 3px solid #eee;
	margin-top: 10px;
	padding: 10px;
}

.privacyGuideSec h3 {
	font-size: 18px;
	color: #ce0808;
}

.container {
	padding: 0 !important;
}

.bread {
	padding: 0 !important;
}

.type {
	margin-top: 0;
}

.js-fadein {
	transition: transform 0.5s ease-in 0s, opacity 0.5s ease-in 0s;
	opacity: 0;
	transform: translateY(10%);
}

.js-fadein.is-active {
	transform: translateY(0);
	opacity: 1;
}

.materialColor {
	background-color: #f2f2f2;
}

.homeContainer {
	background-color: #F2F2F2;
	padding-bottom: 1.3vw;
}

.homeContainer .u-radius {
	border-radius: 1vw;
}

.homeContainer .cmnContainer,
.media_contents_box .cmnContainer {
	background-color: #fff;
	margin: 0 10px 6vw;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 3.6vw;
	border-radius: 1vw;
}

.homeContainer .cmnContainer__inner {
	padding: 3vw;
}

.homeContainer .cmn__inner {
	background-color: #fff;
	margin: 0;
	padding: 10px;
}

.homeContainer .cmnttl__wide {
	border-radius: 1vw 1vw 0 0;
}

.homeContainer .cmnttl__slim {
	border-radius: 1vw 1vw 0 0;
	padding: 1vw 0 0;
	height: 50px;
	background-size: auto 50px !important;
	font-size: 7vw;
}

.homeContainer .btn_page {
	background-image: none;
	border: 0;
	box-shadow: none;
	background-color: #F2F2F2;
}

.homeContainer .satisfaction__note {
	font-size: 10px;
	margin: 2vw 10px 5vw;
	color: #727272;
}

.homeContainer .trouble__ttl::after {
	display: none;
}

.homeContainer .troubleWrap {
	border: none !important;
}

.homeContainer .plan__name__txt {
	width: 40vw;
	border: 1px solid #D70000;
	padding: 1.5vw 1vw 1vw;
	font-size: 4.8vw;
	text-align: center;
}

.homeContainer .plan__name__txt--big {
	border: 1px solid #D70000;
	padding: 1.5vw 5vw 1vw;
	font-size: 5.2vw;
	text-align: center;
}

.homeContainer .plan__price .tax {
	line-height: 1.7;
}

.homeContainer .reccomendPlan {
	margin-top: 9vw;
}

.homeContainer .plan__multiple {
	background: #ECF2FE;
	padding: 3vw 1vw;
}

.homeContainer .orderPlan .plan__name {
	padding: 0 0 15px !important;
}

.homeContainer .orderPlan {
	border: none !important;
}

.homeContainer .trouble__ttl {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/ttl_bg_01.png);
	background-repeat: repeat-x;
	background-size: auto 100px;
	border-radius: 1vw 1vw 0 0;
	font-size: 6vw;
	line-height: 1.4;
	padding: 3vw 0;
}

.homeContainer .sample_inner {
	padding: 0;
}

.homeContainer .sample_popup {
	padding: 4.5vw 2.7vw 0.5vw;
}

.homeContainer .sample_header {
	background-color: #ecf2fe;
	text-align: center;
	padding-top: 2.7vw;
}

.homeContainer .sample_header__txt {
	background-color: #0d47a1;
	color: #fff;
	margin: 0 2.7vw;
	font-size: 5.3vw;
	font-weight: bold;
	padding-top: .5vw;
	border-radius: 1vw;
	letter-spacing: 0.5vw;
}

.homeContainer .sample_inner_movie {
	border-radius: 1vw;
}

.homeContainer .type__Wrap .type__detail .typeDetail__image {
	width: 38% !important;
}

.homeContainer .type__Wrap .type__detail .tyleDetail__sentence {
	width: calc(62% - 10px) !important;
	font-size: 3.1vw;
}

.materialColor .homeContainer .type__other__text {
	margin: 2vw 0 -1.5vw;
	letter-spacing: -0.3vw;
}

.materialColor .homeContainer .type__other::after {
	border-top: none;
}

.homeContainer .survey__item {
	font-size: 4.5vw;
}

.homeContainer .easy_form {
	border-radius: 0 0 1vw 1vw;
}

.homeContainer .share__text {
	background-color: #fcebeb;
}

.homeContainer .sideMedia__ttlBox {
	border-radius: 1vw 1vw 0 0;
}

.homeContainer .sideMedia__inner {
	border-radius: 0 0 1vw 1vw;
}

.homeContainer .sideMedia__item:last-child {
	border: none;
}

.homeContainer .sideMedia__ttl {
	letter-spacing: -0.4vw;
}

.homeContainer .merit_inner {
	padding: 0;
}

.homeContainer .merit_box {
	margin-top: 0 !important;
	margin-bottom: 2.7vw;
	position: relative;
}

.homeContainer .merit_box::after {
	position: absolute;
	content: '';
	width: 90%;
	border-top: dashed 1px #ccc;
}

.homeContainer .merit_box:nth-of-type(4)::after {
	border-top: none;
}

.homeContainer .merit .merit_inner {
	background: #fff;
}

.homeContainer .merit .merit_box {
	padding: 4vw 0 0 5vw;
}

.homeContainer .merit .merit_box .comment {
	padding: 0 32% 2.7vw 0;
}

.homeContainer .merit .btn_page,
.homeContainer .flow .btn_page,
.homeContainer .voice .btn_page,
.homeContainer .request .btn_page {
	background-color: #fff;
	margin-top: 4vw;
	padding-bottom: 4vw;
}

.homeContainer .merit .btn_page a,
.homeContainer .flow .btn_page a,
.homeContainer .voice .btn_page a,
.homeContainer .faq .btn_page a,
.homeContainer .request .btn_page a {
	background-color: #f2f2f2;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	width: 100%;
}

.homeContainer .flow .flow_box {
	border: none;
}

.homeContainer .faq .faq_inner {
	background-color: #ecf2fe;
}

.media_contents_box {
	margin: 0 !important;
}

.homeContainer .sp_cv,
.homeContainer .sp_cv_lp,
.homeContainer .covid19__box {
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.materialColor .homeContainer .reccomendPlan .plan__name__txt {
	font-size: 4vw;
	width: 32%;
}

.materialColor .homeContainer .reccomendPlan .plan__price .num {
	font-size: 10.3vw;
	margin-top: 1vw;
}

.materialColor .homeContainer .reccomendPlan .plan__price .unit {
	margin-left: -1vw;
	margin-bottom: 1vw;
}

.homeContainer .plan__price {
	margin-right: -1vw;
}

.homeContainer .plan__price .yen {
	font-size: 4.8vw;
}


/*! CSS Used from: https://lp.sharing-tech.co.jp/bohancamera/sp/css/base.css?v=202006172037 */

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
small,
strong,
i,
dl,
dt,
dd,
ul,
li,
form,
figure,
footer,
header,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

figure,
footer,
header,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

html {
	font-size: 62.5%;
	height: 100%;
	position: relative;
}

body {
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
	position: relative;
	min-width: auto;
	background-image: none;
	top: 0;
	left: 0;
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mt05 {
	margin-top: 5px !important;
}

.sp_l-inner {
	margin: 0 auto 4%;
	width: 94%;
}

.sp_l-header .sp_l-inner {
	font-size: 1rem;
	line-height: 1.2;
}

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

	.sp_l-main,
	.sp_l-inner,
	.sp_mainvisual,
	.sp_l-footer,
	.sp_f_sticky{
		width: 375px !important;
		margin: 0 auto;
	}
}

@media screen and (min-width: 667px) {
	.container {
		width: 375px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 666px) {
	.container {
		width: 100%;
		padding: 10px;
	}
}

@media screen and (min-width: 667px) {
	.foot_container {
		width: 375px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 666px) {
	.foot_container {
		width: 100%;
		padding: 10px;
	}
}

.foot_container {
	padding: 0 !important;
}

.foot_container h3.title {
	background-color: #fff;
	padding: 10px 10px 0;
}

.foot_container p {
	background-color: #fff;
	padding: 2px 10px 0;
}

.sp_l-header {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 1% 0;
	background: #fff;
	border-bottom: 5px solid #d70000;
}

.sp_l-header h1 {
	font-size: 1.0rem;
	width: 100%;
	white-space: nowrap;
	overflow: scroll;
}

.sp_l-header .sp_l-inner {
	margin-bottom: 0;
	font-size: 8px;
}

.sp_l-header .sp_l_h_tel {
	width: 130px;
}

.sp_h_upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	padding: 5px 0 5px;
}

.sp_h_upper .tosho_box {
	width: 40px;
	padding-bottom: 3px;
	flex-shrink: 0;
}

.sp_h_logo {
	margin-right: auto;
	flex-basis: 65%;
}

.sp_h_menu {
	flex-basis: 12%;
}

.sp_h_tel {
	flex-basis: 12%;
	margin-right: 2%;
}

ul.sub-menu {
	display: none;
}

.bread {
	font-size: 10px;
	color: #9e2626;
	background: #ffdede;
	padding: 3px;
}

@media screen and (min-width: 667px) {
	.bread {
		width: 375px !important;
		margin: 0 auto;
	}
}

.sp_l-footer {
	padding-bottom: 12vw;
	position: relative;
}

.sp_l-footer a {
	text-decoration: none;
}

.sp_f_pagetop {
	position: absolute;
	right: 2%;
	bottom: 54vw;
	z-index: 1;
	width: 10%;
}

.sp_f_nav01 {
	line-height: 1.3;
	text-align: left;
	border-top: 1px solid #8f9295;
}

.sp_f_nav01 a {
	display: block;
	padding: 4% 4% 4% 6%;
	background: #5e605f url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/common/footer_ico_arrow01.png") no-repeat 94% 50%;
	background-size: auto 8px;
	border-bottom: 1px solid #8f9295;
	color: #fff;
	font-size: 1.4rem;
}

.sp_f_logo {
	padding: 20px 15px;
	width: 65%;
	border-top: 2px solid #f1f1f7;
	border-bottom: 2px solid #f1f1f7;
	margin: 0 auto;
}

.sp_f_copy {
	margin: 0 0 0;
	padding: 4% 0 12%;
	background-color: #ccc;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.7;
}

.sp_f_sticky {
	width: 100%;
	position: fixed;
	bottom: -38vw;
	z-index: 100;
	transition: all 0.3s ease;
	background: #fff;
}

h3.title {
	font-weight: bold;
	color: #221815;
	font-size: 12px;
}

.hidden {
	display: none;
}

.sp_cv_btn_mail {
	bottom: 3.5%;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	width: 92%;
	font-size: 12px;
	text-align: center;
}

.sp_cv_lp {
	margin: 0 10px 15px;
	padding-top: 82%;
	background: url("https://lp.sharing-tech.co.jp/bohancamera/sp/img/common/cv_bg.png") no-repeat;
	background-size: 100%;
	position: relative;
}

.sp_cv_lp .btn {
	display: block;
	position: absolute;
	width: 94%;
	height: auto;
	margin: 0 auto;
	bottom: 22.5%;
	right: -1%;
	left: 0;
}

.sp_cv_lp_note {
	font-size: 10px;
	margin: 0 10px;
	color: #727272;
}

.sp_cv_lp_wrap .sp_visa {
	margin-right: 10px;
	margin-left: 10px;
}

.cv_tel_number {
	position: absolute;
	top: 5.5vw;
	left: 13.5vw;
	font-size: 9vw;
	font-weight: bold;
	color: #fff;
	font-family: Poppins, sans-serif;
}

.timebox {
	width: 93%;
	color: #1e1e1e;
	font-size: 3.2vw;
	line-height: 1;
	position: absolute;
	top: 75%;
	left: 2.5%;
	text-align: center;
}

.timebox .time_n {
	color: #f31035;
}

.sp_cv_lp .sp_cv_btn_mail {
	width: 90%;
	bottom: 4%;
	right: 1%;
}

.motion-buzz {
	animation: buzz 2.75s ease-in-out infinite;
}

@media screen and (min-width: 667px) {
	.timebox {
		font-size: 12px;
	}
}

.sp_l_footer {
	position: relative;
	background-color: #f3f3f3;
}

.sp_l_footer_wrap02 .sp_f_link {
	padding: 15px 0;
	font-size: 0.65em;
	text-align: center;
}

.sp_l_footer_wrap02 #policy_text {
	background: #fff;
	padding: 10px;
	margin: 0 4% 15px;
	font-size: 0.85em;
	text-align: left;
}

.sp_l_footer_wrap02 .sp_f_link li {
	padding-right: 6px;
	margin-right: 4px;
	border-right: 1px solid #202d39;
	display: inline;
	text-decoration: underline;
}

.sp_l-footer a {
	text-decoration: none;
}

.sp_l_footer_wrap02 #policy_text strong {
	font-weight: bold;
	font-size: 1.1em;
}

#policy_text a {
	text-decoration: underline !important;
}

.media_contents_box {
	margin: 0 3%;
}

ul.sp_f_link li:last-child {
	border-right: none;
}

.sp_f_pagetop {
	position: absolute;
	right: 10px;
	top: -60px;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	text-align: center;
}

.sp_f_pagetop a {
	padding: 14px 10px 0;
	display: block;
}

.spf_pagetop_img {
	width: 60%;
}

.btn_page {
	text-align: center;
}

.btn_page a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	width: 95%;
	padding: 8px 0 7px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	background-image: linear-gradient(#fafafa 30%, #ddd 100%);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn_page a i {
	margin-left: 10px;
	font-size: 1.8rem;
	vertical-align: middle;
	color: #d32020;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}

.fa-caret-right:before {
	content: "\f0da";
}

.s_showmovie {
	position: relative;
	margin: 30px auto 10px;
	padding: 0 0 10px;
	border: 1px solid #CCC;
	background: #fff;
	text-align: center;
}

.bg_movie {
	width: 100%;
	padding: 30px 10px 0;
	margin: 0 0 -23px;
	position: relative;
	top: -20px;
	background: url(https://lp.sharing-tech.co.jp/bohancamera/sp/img/common/movie_bg.png) no-repeat right top;
	background-size: 27% auto;
}

.bg_movie h2 {
	font-size: 23px;
	font-weight: bold;
	color: #e30707;
	text-align: left;
	line-height: 1.2;
	margin: 0 0 5px 0;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.sampleMovie {
	margin-bottom: 0;
}

.sample_inner {
	padding: 10px 10px;
}

.sample_inner_movie {
	padding: 20px 10px 10px;
	background-color: #f1f1f1;
}

.sample_popup {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.sample_popupList {
	width: calc(50% - 5px);
	align-self: center;
	cursor: pointer;
}

.sample_note {
	margin-top: 2px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

.sample_img {
	pointer-events: none;
}

.popupWrap {
	transition: 0.3s transform ease;
	width: 100vw;
	padding: 7vw 7vw 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.popupWrap .sample_img {
	border: 2vw solid rgba(0, 0, 0, 0.9);
	background-color: rgba(0, 0, 0, 0.9);
}

.sample_popupList.js-inactive .popupWrap {
	transform: translate(-50%, -50%) scale(0);
}

.sample_popupList .popupWrap .popup_close {
	width: 14vw;
	height: 15vw;
	position: absolute;
	top: 0;
	right: 1vw;
	pointer-events: none;
}

.sp_area {
	margin: 0 0 0;
}

.sp_area_inner {
	background: #eee;
	padding: 10px;
}

.sp_area_list {
	overflow: hidden;
	background-color: #fff;
	padding: 5px 10px;
	text-align: left;
}

.sp_area_item {
	display: inline-block;
	line-height: 1.8;
	font-size: 1.4rem;
	margin-right: .3em;
}

.sp_area_item a {
	font-size: 1.4rem;
	text-decoration: none;
	padding-right: .3em;
}

.sp_area_item:after {
	content: "|";
}

.sp_area_item:last-of-type:after {
	display: none;
}

.easyFormWrap {
	margin: 10px;
}

.easy_form {
	background: url(https://lp.sharing-tech.co.jp/bohancamera/sp/img/easy_f_bg.png) 0 0 no-repeat;
	background-size: cover;
	padding: 0 10px 10px;
	border: 3px solid #0745a3;
}

.easy_form:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	margin: 0 auto 10px;
	border-width: 16px 20px 0;
	border-color: #0745a3 transparent transparent;
}

.easy_form .form,
.easy_form .submit {
	width: 100%;
}

.easy_form .form {
	margin-bottom: 12px;
}

.easy_form .form select,
.easy_form .form input[type=tel] {
	width: 100%;
	height: 40px;
	padding: 0;
	font-size: 16px;
}

.easy_form .form select {
	color: #333;
}

.easy_form .submit_btn2 {
	margin: 20px auto 10px;
	width: 90% !important;
	height: 55px;
	display: block;
	color: #fff9eb;
	border-radius: 30px;
	outline: 0;
	font-weight: bold;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf00', endColorstr='#f05a1a');
	text-shadow: 1px 1px 0 #c47631;
	box-shadow: inset 1px 1px 0 0 #fffdeb;
	font-size: 18px !important;
}

.easy_form .message {
	color: #fff;
	font-size: 10px;
	text-shadow: #333 1.5px 0 0, #333 -1.5px 0 0, #333 0 -1.5px 0, #333 0 1.5px 0, #333 1.5px 1.5px 0, #333 -1.5px 1.5px 0, #333 1.5px -1.5px 0, #333 -1.5px -1.5px 0, #333 1px 1.5px 0, #333 -1px 1.5px 0, #333 1px -1.5px 0, #333 -1px -1.5px 0, #333 1.5px 1px 0, #333 -1.5px 1px 0, #333 1.5px -1px 0, #333 -1.5px -1px 0, #333 1px 1px 0, #333 -1px 1px 0, #333 1px -1px 0, #333 -1px -1px 0;
}

.easy_form .stForm_error {
	border: 1px solid #f00;
	padding: 5px;
	margin-bottom: 10px;
	color: #f00;
	font-size: 13px;
	background: #FFF;
}

.kiyaku_head {
	margin: 0 0 0;
	padding: 5px 0 0;
}

.sp_h_tel {
	flex-basis: initial;
}

.sp_h_menu {
	flex-basis: initial;
	margin: 0 5px 0;
}

.policy {
	display: inline-block;
	padding: 2px 10px 0 10px;
	background: url(https://lp.sharing-tech.co.jp/bohancamera/sp/images/policy_arrow.png) left center no-repeat;
	background-size: 6px;
	font-size: 10px;
}

.tel_box {
	display: flex;
	margin: 0 -2% 0 0;
	justify-content: right;
}

.mb5 {
	margin-bottom: 5px;
}


/*! CSS Used from: https://lp.sharing-tech.co.jp/bohancamera/resource/sp/css/base.css?v=202008110331 */

.policyArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 10px 10px;
}

.policyArea .txtPolicy {
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: 10px;
}

.policyArea .txtPolicy+.txtPolicy {
	margin-left: 15px;
}

.policyArea .txtPolicy a::before {
	content: '';
	box-sizing: border-box;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #004cac;
	position: absolute;
	top: 25%;
	left: 0;
}

.sp_cv_lp {
	margin-bottom: 0;
}

.baisyoContents {
	margin: 20px 10px;
	background: #fff;
	border: 2px solid #d6d6d6;
	padding: 0 1.5vw;
	font-size: 3.6vw;
}

.baisyoContents .baisyoContents__title {
	display: flex;
	align-items: flex-start;
	padding: 2vw;
	border-bottom: 2px solid #fcc;
}

.baisyoContents .baisyoContents__titleImg {
	align-self: center;
	width: 2.5em;
}

.baisyoContents .baisyoContents__titleTxt {
	padding-left: 1vw;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.4;
}

.baisyoContents .baisyoContents__detail {
	background: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/index_hoken_bg.png) no-repeat right bottom/8.5em;
	padding: 3vw 26vw 2vw 2vw;
}

.baisyoContents .baisyoContents__detail .txtStrong {
	color: #f03;
}

.cmnttl__slim {
	padding-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/ttl_bg_02.png);
	background-size: auto 42px;
	background-repeat: repeat-x;
	height: 42px;
	color: #fff;
	font-weight: bold;
	font-feature-settings: "palt";
	font-size: 5.2vw;
}

.cmnttl__slim .txt--strong {
	color: #ff0;
}

.cmnttl__wide {
	padding-bottom: 2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/ttl_bg_01.png);
	background-size: auto 83px;
	background-repeat: repeat-x;
	width: 100%;
	height: 83px;
	color: #fff;
	font-size: 5.2vw;
	line-height: 1.5;
	font-feature-settings: "palt";
}

.cmnttl__wide .txt--bold {
	font-weight: bold;
}

.cmnttl__wide .txt--strong {
	color: #ff0;
}

.cmnttl__wide .txt--bigger {
	font-size: 1.4em;
}

.cmnttl__sub {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/ttl_bg_03.png);
	background-size: 3px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cmn__inner {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}

.troubleWrap {
	margin: 20px 10px;
	border: 1px solid #0745a3;
}

.trouble__ttl {
	position: relative;
	padding: 5px 0;
	background-color: #0745a3;
	color: #fff;
	font-weight: bold;
	font-size: 5.6vw;
	text-align: center;
	line-height: 1.5;
}

.trouble__ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 50px;
	margin: auto;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 15px solid #0745a3;
}

.trouble__list {
	margin: 8px 10px 0;
}

.trouble__item {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/trouble_ico_check.png);
	background-size: 22px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0 8px 32px;
	font-size: 4.2vw;
}

.trouble__item .txt--bold {
	font-weight: 900;
}

.trouble__item:not(:last-of-type) {
	border-bottom: 2px dotted #999;
	padding-bottom: 8px;
}

.reccomendPlan {
	background-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.reccomendPlan .service {
	margin-top: 10px;
	border: 1px solid #333;
}

.reccomendPlan .service .ttl {
	padding: 3px 0;
	background-color: #333;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.reccomendPlan .service__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px;
}

.reccomendPlan .service__item {
	width: 29%;
	position: relative;
}

.reccomendPlan .service__item:nth-of-type(n+2)::before {
	content: '+';
	display: block;
	position: absolute;
	bottom: 0;
	left: -16px;
	color: #e60012;
	font-weight: bold;
}

.reccomendPlan .service__item__txt {
	display: block;
	padding: 2px 0 0;
	background-color: #e60012;
	color: #fff;
	font-size: 3.6vw;
	font-weight: 900;
	text-align: center;
}

.plan__name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ce0808;
	font-weight: bold;
	line-height: 1;
}

.plan__name__txt {
	width: 42vw;
	font-size: 4.8vw;
}

.plan__price {
	transform: skew(-10deg);
	margin-right: 1vw !important;
}

.plan__price .num {
	font-size: 8vw !important;
	letter-spacing: -0.5vw;
	background-image: linear-gradient(to bottom, #e51111 48%, #cc0303 52%);
}
.plan__price .plan_price_opt {
	font-size: 5vw;
}

.plan__price .unit {
	text-align: center;
	margin-left: -2.5vw;
}

.plan__price .tax {
	color: black;
	line-height: 1 !important;
	margin-top: -3vw;
	font-size: 5vw;
	white-space: nowrap;
}

.plan__price .yen {
	font-size: 5.5vw;
}

.feature__list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature__item {
	display: flex;
	flex-direction: column;
	width: 31%;
	margin-top: 10px;
	padding: 1vw 0;
	background-color: #f3f3f3;
}

.feature__item__txt {
	padding-top: 1vw;
	text-align: center;
	font-size: 3.6vw;
	line-height: 1.3;
}

.feature__note {
	margin-top: 5px;
	padding-left: 1.5rem;
	color: #666;
	font-size: 11px;
	text-indent: -1.5rem;
}

.plan__support {
	margin-top: 14px;
}

.plan__support .cmnttl__sub {
	padding: 4px 10px 5px;
	font-weight: bold;
	color: #e60012;
	font-size: 4.2vw;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.plan__support .txt--dot {
	letter-spacing: -0.5rem;
}

.plan__support__inner {
	margin: -5px -10px -10px 0;
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/price_img04.png);
	background-size: 37% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.plan__support__list {
	padding: 10px 0 10px 7px;
	width: 60%;
}

.plan__support__item {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/price_ico_check.png);
	background-size: 17px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 2px 23px;
	font-size: 4vw;
	font-weight: 900;
	line-height: 1.5;
}

.plan__support__item .txt--underline {
	background: linear-gradient(transparent 70%, #ff0 70%);
}

.plan__multiple {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.type__inner {
	position: relative;
	padding: 10px;
}

.type__inner::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 50px;
	margin: auto;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;
}

.type__other {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	background-color: #efefef;
	font-weight: bold;
	font-feature-settings: "palt";
	z-index: 0;
}

.type__other .img--camera {
	margin-top: 5px;
	padding: 0 10px;
}

.type__other__ttl {
	margin-top: 5px;
	color: #333;
	font-size: 4.8vw;
	text-align: center;
	line-height: 1.5;
}

.type__other__ttl .txt--bigger {
	font-size: 1.2em;
}

.type__other__text {
	margin-top: 5px;
	color: #cc0606;
	font-size: 5vw;
}

.type__other::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 60px;
	margin: auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #c80000;
}

.surveyWrap {
	background-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.surveyWrap .cmnttl__wide {
	line-height: 1.3;
}

.surveyWrap .cmnttl__sub {
	padding: 4px 10px 0;
	background-color: #d9d9d9;
	border-bottom: 1px solid #9c9c9c;
	color: #fff;
	font-size: 4.8vw;
	font-weight: 900;
	text-align: center;
	text-shadow: #646464 2px 0, #646464 -2px 0, #646464 0 -2px, #646464 0 2px, #646464 2px 2px, #646464 -2px 2px, #646464 2px -2px, #646464 -2px -2px, #646464 1px 2px, #646464 -1px 2px, #646464 1px -2px, #646464 -1px -2px, #646464 2px 1px, #646464 -2px 1px, #646464 2px -1px, #646464 -2px -1px;
}

.survey__list {
	padding: 0 15px;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
}

.survey__item {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/trouble_ico_check.png);
	background-size: 22px auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0 8px 32px;
	font-size: 4.2vw;
	font-weight: 900;
}

.survey__item:not(:last-of-type) {
	padding-bottom: 8px;
}

.survey__note {
	padding: 10px 10px 0;
	font-size: 11px;
}

.orderPlan {
	margin-top: 30px;
	background-color: #f2f2f2;
}

.orderPlan .cmn__inner {
	padding: 10px 3px;
}

.order__copy {
	margin-top: 5px;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 4.8vw;
	text-align: center;
	line-height: 1.5;
}

.order__copy .txt--strong {
	color: #cc0606;
}

.easyFormWrap {
	margin: 20px 10px;
}

.shareWrap {
	margin-top: 20px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.shareWrap .cmnttl__wide {
	line-height: 1.2;
}

.share__list {
	padding: 10px 10px 0;
}

.share__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 72px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 64px;
}

.share__items:nth-of-type(1) {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/no1_share_ico_01.png);
	background-size: 72px auto;
}

.share__items:nth-of-type(2) {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/no1_share_ico_02.png);
	background-size: 72px auto;
}

.share__items:nth-of-type(3) {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/no1_share_ico_03.png);
	background-size: 72px auto;
}

.share__items:not(:last-of-type) {
	margin-bottom: 8px;
}

.share__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
}

.share__head {
	position: relative;
	color: #f39929;
	font-size: 5vw;
	font-weight: 900;
}

.share__head .txt--smaller {
	font-size: 0.75em;
}

.share__head .txt--sup {
	position: absolute;
	top: -0.4em;
	right: -4px;
	font-size: 0.75em;
	letter-spacing: 0;
}

.share__note {
	padding: 5px 10px 10px;
	font-size: 11px;
}

.merit .cmnttl__wide {
	margin-top: 20px;
	line-height: 1.2;
}

.merit .merit_box:nth-of-type(4) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/index_ico_merit04.png) right bottom no-repeat;
	background-size: auto 150px;
	margin-bottom: 10px;
}

.merit__caption {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
}

.merit__caption .txt--inline {
	display: inline-block;
}

.merit__caption .txt--underline {
	background: linear-gradient(transparent 70%, #ff0 70%);
	display: block;
}

.merit__caption .txt--num {
	color: #003e9f;
	margin-right: 5px;
	display: block;
}

.omakase {
	margin: 20px 10px;
}

.yt__thumbnail {
	position: relative;
}

.yt__thumbnail:after {
	position: absolute;
	content: '';
	background: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/youtube_icon.png);
	background-size: 100%;
	width: 18.7vw;
	height: 13.1vw;
	margin: 0 auto;
	top: 19vw;
	left: 0;
	right: 0;
}

.yt__thumbnail--sidebar:after {
	top: 17.7vw;
}

.materialColor .cmnttl__slim {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/ttl_bg_02.png);
	background-size: auto 42px;
	background-repeat: repeat-x;
}

.materialColor .cmnttl__slim .txt--strong {
	color: #fff;
	margin-left: 0.5em;
}

.materialColor .cmnttl__wide {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/ttl_bg_01.png);
	background-size: auto 83px;
	background-repeat: repeat-x;
}

.materialColor .cmnttl__wide .txt--strong {
	color: #fff;
}

.materialColor .cmnttl__sub {
	padding: 5px 10px 4px;
	background-image: none;
	background-color: #d1e3ff;
	font-size: 4.4vw;
	color: #002171;
	text-align: center;
	position: relative;
	z-index: 0;
	text-shadow: 0 0 0 #fff;
}

.materialColor .sp_cv_lp {
	background: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/common/cv_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.materialColor .sp_cv_lp .btn {
	bottom: 19vw;
	right: -1vw;
}

.materialColor .sp_cv_lp .sp_cv_btn_mail {
	bottom: 5vw;
	right: 1vw;
}

.materialColor .policyArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 10px 10px;
}

.materialColor .policyArea .txtPolicy {
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: 10px;
}

.materialColor .policyArea .txtPolicy+.txtPolicy {
	margin-left: 15px;
}

.materialColor .policyArea .txtPolicy a::before {
	content: '';
	box-sizing: border-box;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #d70000;
	position: absolute;
	top: 25%;
	left: 0;
}

.materialColor .sp_l-header {
	border-bottom: 5px solid #0d47a1;
}

.materialColor .tosho {
	border: 1px solid #0d47a1;
}

.materialColor .tosho_ttl {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 25%;
	padding: 0 2vw;
	background-color: #0d47a1;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.materialColor .tosho_txt p {
	font-size: 2.6vw;
}

.materialColor .troubleWrap {
	border: 2px solid #0d47a1;
}

.materialColor .plan__support {
	margin: 0 10px 20px;
}

.materialColor .plan__support .plan__support__inner {
	margin: -5px 0 -10px;
	position: relative;
	z-index: 1;
}

.materialColor .plan__support .plan__support__list {
	padding: 10px 0 10px 12px;
}

.materialColor .plan__support .plan__support__item .txt--underline {
	background: linear-gradient(transparent 70%, #d1e3ff 70%);
}

.materialColor .reccomendPlan .plan__name {
	color: #d70000;
}

.materialColor .reccomendPlan .plan__price .num {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #d70000;
	background-image: none;
	color: #d70000;
}

.materialColor .reccomendPlan .plan__price .unit {
	text-align: center;
	margin-left: -2vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.materialColor .reccomendPlan .service {
	border: 1px solid #0d47a1;
}

.materialColor .reccomendPlan .service .ttl {
	background-color: #0d47a1;
}

.materialColor .reccomendPlan .service__item:nth-of-type(n+2)::before {
	content: '+';
	color: #333;
}

.materialColor .reccomendPlan .plan__name__txt {
	font-size: 4.6vw;
}

.materialColor .reccomendPlan .service__item__txt {
	background-color: #002171;
}

.materialColor .plan__multiple {
	margin-bottom: 10px;
}

.materialColor .orderPlan {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.materialColor .orderPlan .cmn__inner {
	padding-top: 0;
}

.materialColor .orderPlan .plan__name {
	padding: 15px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.materialColor .orderPlan .order__copy .txt--strong {
	color: #d70000;
}

.materialColor .sample_inner_movie {
	background-color: #ecf3ff;
}

.materialColor .type__Wrap:not(:first-of-type) {
	margin-top: 20px;
}

.materialColor .type__Wrap .type__title {
	padding: 5px 10px;
	border: 2px solid #0d47a1;
	color: #0d47a1;
	font-size: 4.8vw;
	font-weight: bold;
}

.materialColor .type__Wrap .type__detail {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.materialColor .type__Wrap .type__detail .typeDetail__image {
	flex-shrink: 0;
	width: 33%;
}

.materialColor .type__Wrap .type__detail .tyleDetail__sentence {
	width: calc(67% - 10px);
}

.materialColor .type__other {
	background-color: #ecf3ff;
}

.materialColor .type__other::after {
	content: '';
	border-top: 20px solid #0d47a1;
}

.materialColor .type__other__text {
	color: #0d47a1;
}

.materialColor .creditArea {
	margin: 0 10px;
}

.materialColor .surveyWrap .cmnttl__sub {
	border-bottom: 0;
}

.materialColor .surveyWrap .survey__list {
	border-right: 1px solid #d1e3ff;
	border-bottom: 1px solid #d1e3ff;
	border-left: 1px solid #d1e3ff;
}

.materialColor .easy_form .submit_btn2 {
	width: 80% !important;
	border: 0;
	color: #fff;
	text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.5);
	background: linear-gradient(to bottom, #e00 5%, #b00 100%);
	box-shadow: inset 1px 1px 0 0 #bb0000;
}

.materialColor .easy_form .message {
	color: #333;
	font-weight: bold;
	text-shadow: -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff;
}

.materialColor .share__items:nth-of-type(1) {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/no1_share_ico_01.png);
	background-size: 72px auto;
}

.materialColor .share__items:nth-of-type(2) {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/no1_share_ico_02.png);
	background-size: 72px auto;
}

.materialColor .share__items:nth-of-type(3) {
	background-image: url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/no1_share_ico_03.png);
	background-size: 72px auto;
}

.materialColor .share__head {
	color: #d70000;
}

.materialColor .share__desc {
	font-weight: bold;
}

.materialColor .homeQa {
	background-color: #ecf3ff !important;
}

.materialColor .homeQa .qa dt {
	color: #002171 !important;
}

.materialColor .privacyGuideSec {
	border: 3px solid #ecf3ff;
}

.materialColor .privacyGuideSec h3 {
	color: #002171;
}

.materialColor .merit_box:nth-of-type(1) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/index_ico_merit01.png) right bottom no-repeat;
	background-size: auto 150px;
	margin-bottom: 10px;
}

.materialColor .merit_box:nth-of-type(2) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/index_ico_merit02.png) right bottom no-repeat;
	background-size: auto 150px;
	margin-bottom: 10px;
}

.materialColor .merit_box:nth-of-type(3) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/index_ico_merit03.png) right bottom no-repeat;
	background-size: auto 150px;
	margin-bottom: 10px;
}

.materialColor .merit_box:nth-of-type(4) {
	background: #fff url(https://lp.sharing-tech.co.jp/bohancamera/resource/sp/img/index_ico_merit04.png) right bottom no-repeat;
	background-size: auto 150px;
	margin-bottom: 10px;
}

.materialColor .merit__caption .txt--underline {
	background: linear-gradient(transparent 70%, #d1e3ff 70%);
}

.materialColor .flow .flow_label {
	color: #d70000;
}

.faqBox__qa .faqBox__qa__item {
	margin-bottom: 2vw;
	width: 100%;
}

.faqBox__qa .faqBox__qa__ttl {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 7px 35px 7px 7px;
	line-height: 1.3;
	min-height: 48px;
	position: relative;
}

.faqBox__qa .faqBox__qa__ttl .que__icon {
	color: #002171;
	margin-right: 5px;
}

.faqBox__qa .faqBox__qa__ttl .que__icon .icon {
	position: relative;
	top: 5px;
	width: 35px;
	height: 35px;
	fill-rule: evenodd;
}

.faqBox__qa .faqBox__qa__ttl::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	border: 1px solid #002171;
	width: 16px;
	height: 2px;
	transform: translateY(-50%);
}

.faqBox__qa .faqBox__qa__ttl::after {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	border: 1px solid #002171;
	width: 2px;
	height: 16px;
	transform: translateY(-50%);
}

.faqBox__qa .faqBox__qa__ttl.opend {
	background-color: #0d47a1;
	color: #fff;
}

.faqBox__qa .faqBox__qa__ttl.opend .que__icon {
	color: #fff;
}

.faqBox__qa .faqBox__qa__ttl.opend .que__icon .icon {
	fill-rule: evenodd;
}

.faqBox__qa .faqBox__qa__ttl.opend::before {
	border-color: #fff;
}

.faqBox__qa .faqBox__qa__ttl.opend::after {
	display: none;
}

.faqBox__qa .faqBox__qa__answer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FFF;
	padding: 7px;
}

.faqBox__qa .faqBox__qa__answer .ans__icon {
	color: #d70000;
}

.faqBox__qa .faqBox__qa__answer .ans__icon .icon {
	width: 30px;
	height: 30px;
	fill-rule: evenodd;
}

.faqBox__qa .faqBox__qa__answer .qa__text {
	width: calc(100% - 40px);
}

.faqBox__qa .faqBox__qa__answer .qa__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 1vw;
	padding-left: 40px;
	width: 100%;
	font-weight: bold;
}

.faqBox__qa .faqBox__qa__answer .qa__link a {
	padding-left: 20px;
	color: #d70000;
	text-decoration: underline;
}

.faqBox__qa .faqBox__qa__answer .qa__link .qa__link__mail {
	background-image: url(../../../resource/sp/img/ico_faq_mail.png);
	background-size: 16px auto;
	background-position: left center;
	background-repeat: no-repeat;
}

.faqBox__qa .faqBox__qa__answer .qa__link .qa__link__tel {
	background-image: url(../../../resource/sp/img/ico_faq_tel.png);
	background-size: 16px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
/*! CSS Used from: Embedded */
.sp_h_logo {
	width: 70% !important;
	flex-basis: initial;
}

.p_aside_support .ttl {
	padding: 12px 10px 0;
	background-size: 8px 8px;
	font-weight: bolder;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.p_aside_support .p_aside_support_inner {
	padding: 10px;
	background: #fff;
	overflow: hidden;
}

.p_aside_support_inner {
	padding: 10px;
	background: #fff;
	overflow: hidden;
}

.company__title {
	margin-bottom: 15px;
	padding: 3px 13px;
	background-color: #059705;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.company__footer {
	padding: 0 0 10px;
	margin-bottom: 15px;
	background: #FFF;
}

.company__h2 {
	padding: 10px 0 1% 0;
	background: url(../../../sp/img/common/bg_line01.png) no-repeat 0 100%;
	background-size: 100% 2.5px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 10px 10px;
}

.company__h3 {
	clear: both;
	width: 100%;
	padding: 7px 15px;
	font-weight: 900;
	font-size: 1.22em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	background: url(../../../sp/images/icon/h2.png) repeat-x 0 0;
	background-size: 40px 100%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	margin: 0 0 10px;
}

.company__h3::before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	z-index: 2;
	bottom: -4px;
	left: 0;
	right: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
	background-color: #e8261c;
}

.company__tbl {
	margin: 20px auto 10px;
	width: calc(100% - 20px);
}

.company__tbl table,
.company__tbl th,
.company__tbl td {
	padding: 7px;
	display: table-cell;
	text-align: left;
}

.company__tbl th,
.company__tbl td {
	border: 1px solid #ccc;
	font-size: 0.85em;
	line-height: 1.5;
}

.company__tbl table {
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.company__tbl th {
	width: 25%;
	color: #666;
	font-weight: 400;
}

.company__tbl td {
	width: 75%;
	background-color: #fff;
}

.company__link {
	font-size: 0.85em;
	text-align: center;
}

.company__link li {
	padding-right: 6px;
	margin-right: 4px;
	border-right: 1px solid #202d39;
	display: inline;
	text-decoration: underline;
}

.company__link li:first-of-type {
	padding-left: 6px;
	border-left: 1px solid #202d39;
}

/*! CSS Used keyframes */
@keyframes buzz {
	0% {
		transform: translateX(0) rotate(0);
	}

	3.5% {
		transform: translateX(0) rotate(0);
	}

	7% {
		transform: translateX(0) rotate(0);
	}

	10.5% {
		transform: translateX(2px) rotate(0.25deg);
	}

	14% {
		transform: translateX(-2px) rotate(-0.25deg);
	}

	17.5% {
		transform: translateX(1px) rotate(0.25deg);
	}

	21% {
		transform: translateX(-1px) rotate(-0.25deg);
	}

	24.5% {
		transform: translateX(0) rotate(0);
	}

	28% {
		transform: translateX(0) rotate(0);
	}

	31.5% {
		transform: translateX(0) rotate(0);
	}

	100% {
		transform: translateX(0) rotate(0);
	}
}


/*! CSS Used fontfaces */

@font-face {
	font-family: 'FontAwesome';
	src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
	src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}
