@charset "UTF-8";
/* LP */


/* ==================================
　ホワイトペーパー用
================================== */
.m_single_frame .m_sec {
margin-top: 10rem;
}
.m_single_frame .m_sec .e_ttl_lv3 {
font-size: 24px;
margin: 30px 0 55px;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: bold;
line-height: 1.5;
}
.m_single_frame .m_sec .m_white_paper {
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
}
/* 2021 12 24 追加*/
.m_single_frame .example img {
width: 100%;
}
.m_single_frame .example {/*親div*/
  position: relative;/*相対配置*/
  }

.m_single_frame .example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size: 300%;
  font-weight: bold;
  top: 10%;
  left: 10%;
  }

@media screen and (max-width: 640px){
.m_single_frame .example p {display:none;}
}


.e_contact_btn .ss_contact_btn {
position: relative;
z-index: 1;
display: inline-block;
text-align: left;
}

.m_single_frame .m_sec .m_white_paper .e_img {
width: 40%;
}
.m_single_frame .m_sec .m_white_paper .m_list {
margin-left: 5rem;
}
.m_single_frame .m_sec .m_white_paper .m_list .e_list {
font-size: 1.8rem;
line-height: 2.4;
}
.m_single_frame .m_sec .m_white_paper .m_list .e_list dt {
font-weight: bold;
}
.m_single_frame .m_sec .m_white_paper .m_list .e_list dd {
font-weight: bold;
}
.m_single_frame .m_sec .m_white_paper .m_list .e_txt_more {
color: #ee3300;
text-align: center;
font-size: 3rem;
font-weight: bold;
margin-top: 2rem;
}

.m_single_frame .m_dl_sec {
margin-top: 10rem;
}
.m_single_frame .m_dl_sec .e_ttl_lv3 {
background: #000;
color: #FFF;
font-size: 24px;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: bold;
line-height: 1.5;
padding: .8rem 3rem;
}
.m_single_frame .m_dl_sec .m_form {
background: #f8faf5;
padding: 5rem 8rem;
}
.m_single_frame .m_dl_sec .m_form .m_form_input {
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap:wrap;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
width: 100%;
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form {
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
margin-bottom: 3rem;
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form.e_form_half {
width: 45%;
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form.e_form_half + .e_form_half {
margin-left: 10%;
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form:first-child {
margin-top: 0;
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form .e_form_ttl {
font-size: 2rem;
width: 100px;
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form .e_form_cnts {
width: -webkit-calc(100% - 100px);
width: calc(100% - 100px);
}
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form .e_form_cnts input[type=text],
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form .e_form_cnts input[type=tel],
.m_single_frame .m_dl_sec .m_form .m_form_input .e_form .e_form_cnts input[type=email] {
width: 100%;
font-size: 1.8rem;
padding: .5rem .8rem;
box-sizing: border-box;
}
.m_single_frame .m_dl_sec .m_form .e_btn {
position: relative;
margin-top: 5rem;
background: #333333;
min-height: 7rem;
}
.m_single_frame .m_dl_sec .m_form .e_btn:before {
content: "";
position: absolute;
z-index: 0;
top: 50%;
transform: translateY(-50%);
display: block;
width: 100%;
height: 0;

transition: height .3s ease-in-out;
}
.m_single_frame .m_dl_sec .m_form .e_btn:hover:before {
height: 100%;
}
.m_single_frame .m_dl_sec .m_form .e_btn input[type=submit],
.m_single_frame input.submit-button
{
position: relative;
display: block;
width: 100%;
z-index: 2;
background: none;
cursor: pointer;
color: #FFF;
font-size: 1.8rem;
font-weight: bold;
padding: 2rem 0;
/*background: #ee3300;*/
}
.m_single_frame  form{
overflow:hidden;
}

/* 追記 */
.m_dl_sec > div {
background: #f8faf5;
padding: 5rem 8rem;
}
.m_dl_sec form {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
padding: 1rem 0;
}
.m_dl_sec form .sc-view {
width: 100%;
padding: 0!important;
margin-bottom: 3rem;
}
.m_dl_sec form #formElement0 {
width: 45%;
}
.m_dl_sec form #formElement1 {
width: 45%;
margin-left: 10%;
}
.m_dl_sec form #formElement3 {
width: 45%;
}
.m_dl_sec form #formElement4 {
width: 45%;
margin-left: 10%;
}
.m_dl_sec form .sc-view .field-wrapper {
float: none!important; 
}
.m_dl_sec form .sc-view .field-wrapper > div {
float: none!important;
width: 100%!important;
margin: 0!important;
}
.m_dl_sec form .sc-view .field-wrapper p {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
}
.m_dl_sec form .sc-view .field-wrapper label {
width: 163px!important;
line-height: 1.6!important;
padding: 1px 0pt 3px!important;
float: none!important;
margin: 0!important;
font-size: 2rem;
}
.m_dl_sec .elq-form input[type=text] {
width: -webkit-calc(100% - 180px)!important;
width: calc(100% - 180px)!important;
font-size: 1.8rem;
padding: .5rem .8rem;
box-sizing: border-box;
height: auto;
}
.m_dl_sec form .sc-view .field-wrapper input[type=submit] {
font-size: 1.8rem!important;
height: auto!important;
width: 100%!important;
line-height: 1.6;
}
.m_dl_sec form #formElement7 .field-wrapper p {
margin-top: 5rem!important;
background: #333333;
}
.m_dl_sec form #formElement7 .field-wrapper p:before {
content: "";
position: absolute;
z-index: 0;
top: 50%;
transform: translateY(-50%);
display: block;
width: 100%;
height: 0;
background: #ee3300;
transition: height .3s ease-in-out;
}
.m_dl_sec form #formElement7 .field-wrapper p:hover:before {
height: 100%;
}
.m_dl_sec form #formElement7 .field-wrapper p input[type=submit] {
position: relative;
display: block;
width: 100%;
z-index: 2;
background: none;
cursor: pointer;
color: #FFF;
font-size: 1.8rem;
font-weight: bold;
padding: 2rem 0;
}


.m_dl_sec form .sc-view .field-wrapper p .instructions {
display: none!important;
}
.m_dl_sec form .sc-view .field-wrapper p .LV_validation_message  {
position: absolute;
top: 0;
left: 15.8rem;
background: rgba(255,255,255,.7);
margin: 0;
white-space: nowrap;
transform: translateY(-50%);
padding: 0 .5rem;
border: 1px solid #CC0000;
border-radius: 4px;
}

@media only screen and (max-width: 768px) {
.m_single_frame .m_dl_sec .e_ttl_lv3 {
font-size: 1.8rem;
padding: .8rem 1.5rem;
}
.m_dl_sec > div {
padding: 1.5rem;
}
.m_dl_sec form {
display: block;
}
.m_dl_sec form .sc-view {
margin-bottom: 2rem;
}
.m_dl_sec form #formElement0 {
width: 100%;
}
.m_dl_sec form #formElement1 {
width: 100%;
margin-left: 0;
}
.m_dl_sec form #formElement3 {
width: 100%;
}
.m_dl_sec form #formElement4 {
width: 100%;
margin-left: 0;
}
.m_dl_sec form .sc-view .field-wrapper label {
width: 110px!important;
font-size: 1.6rem;
}
.m_dl_sec .elq-form input[type=text] {
width: -webkit-calc(100% - 111px)!important;
width: calc(100% - 111px)!important;
font-size: 1.6rem;
}
.m_dl_sec form #formElement7 .field-wrapper p {
margin-top: 3rem!important;
}
.m_dl_sec form #formElement7 .field-wrapper p input[type=submit] {
font-size: 1.6rem;
padding: 1rem 0;
}
.m_dl_sec form .sc-view .field-wrapper p .LV_validation_message {
left: 10.5rem;
}
}
.anxiety_headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    text-align: center;
}
.m_single_frame .mm_sec {
    margin-top: 3rem;
}
.snssolution {
    width: 100%;
    margin-top: 5rem;
    padding: 1rem 0;
    background-color: #ececec;
}

.nomal{
    margin: 0;
    padding: 0.5rem;
    border: 0;
    outline: 0;
    font-size: 70%;
    vertical-align: baseline;
}
ul.list_check li {
    padding-left: 35px;
    background: url(https://www.bostudio.co.jp/assets/imgs/common/icon_check_gray.svg) no-repeat 0 0.4em;
}

.homeAttention_list {
    display: table;
    width: 100%;
    max-width: 840px;
    max-width: 84rem;
    margin: auto;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    text-align: center;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homeAttention_item {
    display: inline-block;
    width: 30%;
    padding: 0 10px;
    padding: 0 1rem;
    vertical-align: top;
}

.homeAttention_icon {
    max-width: 180px;
    max-width: 18rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 15px;
    padding: 1.5rem;
    border-radius: 100%;
    background-color: #fff;
}
.m_single_frame .mm_sec .e_ttl_lv3 {
    font-size: 24px;
    margin: 30px 0 55px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1.5;
}

.e_ttl_lv4 {
    font-size: 20px;
    margin: 1.5rem 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1.5;
}


.mt30 {
		margin-top: 30px;
}

.homeThreeStep_cont h1 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}
.homeThreeStep {
    width: 100%;
    padding: 35px 10px;
    padding: 3.5rem 1rem;
}
.homeThreeStep_desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9;
    max-width: 740px;
    max-width: 74rem;
    margin: auto;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}
.homeThreeStep {
    width: 100%;
    padding: 35px 10px;
    padding: 3.5rem 1rem;
}
.homeThreeStep_body {
    max-width: 760px;
    max-width: 76rem;
    margin: auto;
}
.homeThreeStep_headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.homeThreeStep_step {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    text-align: center;
}
.homeThreeStep_box {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    padding: 15px;
    padding: 1.5rem;
    box-shadow: 0 0.3rem 1.2rem 0.2rem rgba(0,0,0,.13);
}

.homeThreeStep_img img {
    width: 120%;
}
.homeThreeStep_img {
    width: 120%;
    max-width: 19rem;
}
.homeThreeStep_cont {
    padding-left: 15px;
    padding-left: 1.5rem;
}
.homeThreeStep_icon {
    position: absolute;
    z-index: 1;
    bottom: -40px;
    bottom: -4rem;
    left: 50%;
    width: 60px;
    width: 6rem;
    margin-left: -30px;
    margin-left: -3rem;
}
.homeThreeStep_cont p {
    line-height: 1.8;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.homeSpeed {
    width: auto;
    padding: 35px 10px;
    padding: 3.5rem 1rem 1rem 1rem;
    background-color: #ececec;
}
.homeSpeed_headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-align: center;
}
.homeSpeed_desc {
    max-width: 740px;
    max-width: 74rem;
    margin: auto;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}
.homeSpeed_desc p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.homeSpeed_cont {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
}
.homeSpeed_box {
    width: auto;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding: 1.5rem 3rem;
    background-color: #fff;
}
.homeSpeed_box h1 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}



 
ul.list_check li {
    padding-left: 35px;
    background: url(https://www.bostudio.co.jp/assets/imgs/common/icon_check_gray.svg) no-repeat 0 0.4em;
    }

.pricecat { font-size: 80%; padding: 0;
}
 .br-pc { 
	display:none;}
.clear {
    clear: both;
}

.price_list {
	border: 2px solid #ee3300;
	margin: 1em;
	padding: 15px;
}

.m_secsns {
	margin: 0px;
}
.m_secsns h2 {
	padding-top: 1.6em;
	font-weight: bold;
	font-size: 1.6em;
}

.price_list h3{
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.price_list p{
	color: #ffffff;}
	
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.btn-primary {
    border-radius: 3px;
    background-color: #ee3300;
	box-shadow: 0 0.3rem 1.2rem 0.2rem rgba(0,0,0,.13);    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.txt {
	font-weight: bold;
	padding: 1em 0.5em;
}
.txtbold{
	font-weight: bold;
}


@media only screen and (max-width: 768px){
.homeAttention_item {
    display: table;
    width: 97%;
    margin-bottom: 1rem;
    padding: .5rem;
    background-color: #fff;
    vertical-align: top;
}
.homeAttention_list {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
ul, li .homeAttention_list{
}

.homeAttention_list {
    display: table;
    width: 100%;
    max-width: 840px;
    max-width: 84rem;
    margin: auto;
    margin-bottom: 25px;
    margin-bottom: .5rem;
    text-align: center;
}
.homeAttention_icon {
    display: table-cell;
    width: 6rem;
    padding: .5rem;
}
.homeAttention_txt {
    padding-left: 1.5rem;
}
.homeAttention_txt {
    text-align: left;
}

.homeThreeStep {
    width: 100%;
    padding: 35px 10px;
    padding: 3.5rem 1rem;
}
.homeThreeStep_box {
    display: block;
}
.homeThreeStep_box {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    padding: 15px;
    padding: 1.5rem;
    box-shadow: 0 0.3rem 1.2rem 0.2rem rgba(0,0,0,.13);
}
.homeThreeStep_img {
    float: left;
    padding-right: 1.5rem;
    width:200%;
}
.homeThreeStep_cont h1 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}
.homeThreeStep_cont {
    padding-left: 0;
}
.homeThreeStep_cont p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    padding: 0;
}



 .br-sp { display:block; }
}

@media only screen and (min-width:640px){
.box_t_b {
	display: flex;
	}

.price_list{
	flex: 1 1 0;
		padding: 15px;
	}
/* -- ボタン -- 
.e_contact_btn {
    margin: 5rem;}
.e_contact_btn .e_link:before {
content: none;
}*/
}


@media screen and (min-width: 680px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:inline; }
  .e_contact_btn {
    margin: 0.5rem;}
}
