@charset "utf-8";
/*INCLUサテライトオフィス説明会フォーム基本*/
body{
/*font-family: 'Noto Sans JP', sans-serif;*/
font-family: ryo-gothic-plusn, sans-serif;
font-feature-settings: "palt" 1;
margin-bottom: 80px;
}

.glyphicon {
  font-family: 'Glyphicons Halflings'!important;
  }

.navbar{
	-webkit-box-shadow: 0px 0px 5px 0px #C1C1C1;
	box-shadow: 0px 0px 5px 0px #C1C1C1;
}

nav.navbar img{
max-height: 40px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;}

.ttl_subMain{
	font-weight: bolder;
	margin-top: 0px;
}
h1.ttl_subMain{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 2rem;
}
h1.ttl_subMain:before{
/*	background-image: url(../images/mymy_sp_pick_sate_ico_check_blue.png);
	width: 47px;
	height: 34px;
	content: '　';
	display: inline-block;
	background-repeat: no-repeat;*/
	width: 38px;
	height: 38px;
	border-radius: 2px;
	content: '　';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 34px auto;
	background-position: center center;
	vertical-align:middle;
	margin-right: 10px;	
}

.ttl_subMain02{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: bold;
}

h1.ttl_top{
font-weight: bolder;
margin-top: 10px;
margin-bottom: 10px;
font-size: 2.7rem;
line-height: 1.8
}

.txt_checkP01{
font-weight:bold;
font-size: 1.3rem;
line-height: 2.6;
text-align: left;
}
.txt_checkP01:before{
	width: 28px;
	height: 28px;
	border-radius: 2px;
	content: '　';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center center;
	vertical-align:middle;
	margin-right: 7px;
}
.txt_description01{

}

.txt_description01 strong{
font-size: 1.1rem;
}

.jumbotron{
border-radius: 0px;
background-color: transparent;
}
.jumbotron-fluid {
border-radius: 0px;
/*	border-top: 2rem solid rgba(69,176,53,1.00);*/
}
.jumbotron h1.ttl_subMain{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 30rem;
}
.rowMargin_LR0{
margin-left: -30px;
margin-right: -30px;
}
.text_subNote{
padding: 10px 10px 8px 10px;
font-size: 0.8rem;
}
.bg-lightGray{
background-color: #f4f8f9;
}
table.bg-white {
background-color: #ffffff;
}
.text_endSchedule{
/*text-decoration: line-through;*/
opacity: 0.4;
}

.badge_labelL{
font-size: 1.2rem;
padding: 12px 15px 8px 15px
}

.badge_labelLL{
font-size: 1.4rem;
padding: 12px 15px 8px 15px
}

.bg_stripe_light{
background-color: #ffffff !important;
}
.bg_stripe_dark{
	background-color: hsla(178,100%,31%,0.1) !important;
}
.bg_danger_light{background-color: #f2d3d3 !important;}
.bg_danger_light02{
background-color: #FAEEEE !important;
}
.bg_light_yellow{
background-color: #fff9dd!important;
}
.text_dark_yellow{
color: #927025!important;
}

.text_dark_blue{
color: #0e4e90!important;
}

/*固定button*/
#btn_regist_fixed{
	background-color: rgba(0,0,0,0.70);
	bottom: 0px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	z-index:999;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 20px 10px 22px;
  font-size: 1.5em;
}
.btn-md, .btn-group-md > .btn {
  padding: 5px 15px 8px 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.btn_common01{
}
.btn_common01 .btn{
font-size: 2rem;
}

/*toTop*/ 
#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 1.8em;
	z-index: 9999;
}
#page-top a {
	display: block;
	background-color: rgba(102,102,102,0.5);
	color: #fff;
	width: 50px;
	padding: 8px 40px 0px 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: 1px groove #FFFFFF;
}

#page-top a:hover {
    background: #999;
    text-decoration: none;
}


footer{
padding-top: 20px;
padding-bottom: 10px;
background-color: #303030;
}
footer .container{
color: #ffffff;
}
footer nav .logo_sl{
background-color: white;
padding: 10px;
max-width: 200px;
border-radius: 2px;
min-height: 130px
}

footer nav .logo_other{
padding: 0px;
max-width: 80px;
border-radius: 2px;
min-height: 80px
}

.sp_br{}
.xs_br{display: none;}
.sm_br{display: none;}
.md_br{display: none;}
.lg_br{display: none;}
.xl_br{display: none;}

/*メニュージャンプ用余白*/
#box_sp_mainTheme,
#box_sp_about,
#box_sp_media,
#box_sp_schedule,
#box_sp_place,
#box_sp_target,
#box_sp_uservoice,
#box_sp_eventdetail,
#box_sp_sfform,
#box_headAlert
{
padding-top: 80px;
margin-top: -80px;
}

.hideNormal{
display: none;
}

/*特別アラート*/
#box_headAlert{}
.box_headAlert{
font-size: 1.1rem;
line-height: 1.4;
text-align: center;
}
.box_headAlert button{
font-size: 1.4rem;
}
.box_headAlert h3{
font-size: 1.4rem;
}


/*共通タイトル*/

.ttl_liner_banner01{
background-color: #f24c96;
}
.ttl_liner_banner01 h3{
color:white;
font-weight: bold;
font-size: 1.4rem;
padding-top: 10px;
padding-bottom: 10px;
line-height: 1.2;
margin-bottom: 5px;
}


/*特集メインテーマ*/
#box_sp_mainTheme{}
.box_sp_mainTheme{
padding-top: 40px;
padding-bottom: 3px;
text-align: center;
}
.box_sp_mainTheme h2{
color: white;
line-height: 1.2;
}
.box_sp_mainTheme .txt_catch{
	font-size: 90%;
	display: inline-block;
	background-color: hsla(0,0%,100%,0.8);
	color: black;
	padding: 6px 9px 2px 9px;
	margin-right: 7px;
	border-radius: 2px;
}


/*section.box_startUp_head{
}
.box_startUp_head .jumbotron{
padding-top: 20px;
padding-bottom: 20px;
}*/

/*スタートアップヘッダ*/
section.box_startUp_head{
padding-bottom: 0px;
padding-top: 70px;
margin-bottom: 0px;
}
.box_startUp_head .jumbotron{
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 0px;
}

.box_startUp_head .jumbotron{
	background-image: url(../images/formlp/sate_lp_extour_toC_img_JumboToron.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
}

.box_startUp_head .jumbotron h1{
padding-top: 0;
font-size: 20px;
}
.box_startUp_head .jumbotron h1.ttl_main{
font-size: 20px;
margin-bottom: 0px;
}
.box_startUp_head .jumbotron h1.ttl_main ruby{
font-size: 20px
}
.box_startUp_head .jumbotron .txt_subLead01{
font-size: 0.9rem;
line-height: 1.2;
color: #000000;
background-color: hsla(0,0%,100%,0.9);
padding: 20px;
margin-top: 20px;
}
.box_startUp_head .jumbotron h1.ttl_main .secondWord{
font-size: 22px;
}
.box_startUp_head .jumbotron .ttl_service{
font-size: 46px;
}

.box_startUp_head .jumbotron h2{
}
.box_startUp_head .jumbotron h3.ttl_subMain02{
font-size: 40px;
padding-left: 15px;
padding-right: 15px;
line-height: 1.5;
}

.box_startUp_head .jumbotron .ttl_startDate{
font-size: 40px;
font-weight: bolder
}

.box_startUp_head .box_BtnTop01{}
.box_BtnTop01 a.btn-lg{
font-size: 18px;
width: 100%;
line-height: 1.0;
font-weight: 900;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
text-shadow: 0px 0px 0px #828080;
vertical-align:text-top;
}


/*タイトルコンテンツ*/
section.box_headcontents{
padding-bottom: 5px;
}
/*.box_headcontents .jumbotron{
	padding-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 00px;
	background-image: url("../images/formlp/sate_lp_extour_toC_img_JumboToron.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.box_headcontents .jumbotron .titleimage{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: hsla(178,100%,31%,0.8);
}

.box_headcontents .jumbotron h1{
font-weight: bolder;
font-size: 34px;
margin-bottom: 20px;
line-height: 1.2;
}
.box_headcontents .jumbotron .txt_subLead01{
line-height: 1.2;
color: #000000;
background-color: hsla(0,0%,100%,0.9);
padding: 20px 20px 20px 20px;
margin-top: 0px;
}

.box_headcontents .jumbotron h2{
	background-color: #000000;
}
.box_headcontents h3.newsLine{
font-size: 28px;
font-weight: 900;
}*/


/*ピックアップ特集内容*/
section.box_sp_pickupTitle{
}

/*アバウト box_sp_about*/
section.box_sp_about{
padding-top: 10px;
padding-bottom: 50px;
}

/*メディア box_sp_media*/
section.box_sp_media{
padding-top: 10px;
padding-bottom: 50px;
}

/*日程 box_sp_schedule*/
section.box_sp_schedule{
padding-top: 10px;
padding-bottom: 50px;
}
section.box_sp_schedule .txt_modify_date{
font-size: 1.2rem;
line-height: 1.5;
font-weight: bold;
}

/*プロモ動画*/
section.sec_memRpoint_promoMovie {
/*width: 70%;
margin-left: auto;
margin-right: auto;*/
/*background-color: #daefd7 !important;*/
}

section.sec_memRpoint_promoMovie .txt_description01{
line-height: 1.4;
}
section.sec_memRpoint_promoMovie strong{
font-size: 22px;
}

section.sec_memRpoint_promoMovie iframe{
height: 400px;
}



/*会場 box_sp_place*/
section.box_sp_place{
padding-top: 10px;
padding-bottom: 50px;
}
section.box_sp_place .txt_place_date{
font-size: 1.2rem;
line-height: 1.5;
font-weight: bold;
}

section.box_sp_place button.alert{
font-size: 20px;
}

/*参加対象者*/
section.box_sp_target{
	padding-top: 10px;
	padding-bottom: 120px;
	background-image: url(../images/formlp/sate_lp_extour_toC_img_bgImagePhoto01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
section.box_sp_target .txt_lock_target{
font-size: 18px;
line-height: 1.5;
font-weight: bold;
}

/*利用者の声*/
section.box_sp_uservoice{
	padding-top: 10px;
	padding-bottom: 20px;
}
section.box_sp_uservoice .txt_lock_target{
font-size: 18px;
line-height: 1.2;
font-weight: bold;
}


/*イベント内容 box_sp_eventdetail*/
section.box_sp_eventdetail{
padding-top: 10px;
padding-bottom: 50px;
}

/*応募フォーム外郭 box_sp_sfform*/
section.box_sp_sfform{
padding-top: 10px;
padding-bottom: 50px;
}

/*sp詳細*/
section.box_sp_detail{
padding-top: 20px;
padding-bottom: 20px;
}


/*----------------------------------------------------------------------------------------*/
/*--------------------------------------------分岐----------------------------------------*/

@media (max-width: 375px) {/*iphone8サイズ確認用 375pxまで*/
.sp_br{display: inline-block;}
.sm_br{display: none;}
.md_br{display: none;}
.lg_br{display: none;}
.xl_br{display: none;}
}/*iphone8サイズ確認用 375pxまで*/


@media (min-width: 576px) {/*xs 576px*/
.sp_br{display: none;}
.sm_br{display: inline-block;}
.md_br{display: none;}
.lg_br{display: none;}
.xl_br{display: none;}

h1.ttl_main{
font-size: 42px;
margin-bottom: 30px;
}

.box_headcontents .jumbotron{
}
.box_headcontents .jumbotron .titleimage{
	margin-top: 20px;
}
.box_headcontents .jumbotron{
min-height: 300px;
}
.box_headcontents .jumbotron .ttl_main{
font-size: 30px
}
.box_headcontents .jumbotron h3.ttl_subMain02{
margin-bottom: 15px;
font-size: 28px;
padding-left: 20px;
padding-right: 20px;
}

.box_headcontents .jumbotron .ttl_subMain{
font-size: 18px;
}

#btn_regist_fixed a{
font-size: 24px;
}

.box_sp_sfform h1{
font-size: 30px;
}

section.box_sp_target{
padding-bottom: 230px
}

}/*sm 576px*/

@media (min-width: 768px) {/*md 768px*/
.sm_br{display: none;}
.md_br{display: inline-block;}
.lg_br{display: none;}
.xl_br{display: none;}

h2.ttl_main{
    font-size: 28px;
}
.box_btn02 a.btn-lg{
/*min-height: 60px;*/
}
section.box_headcontentsUp{
font-size:24px;
}

.box_headcontents .jumbotron .titleimage{
	margin-top: 20px;
}
.box_headcontents .jumbotron{
min-height: 330px;
}
.box_headcontents .jumbotron .ttl_main{
font-size: 40px;
padding-top: 20px;
}

.box_startUp_head .jumbotron .ttl_service{
font-size: 50px;
}
.box_headcontents .jumbotron h1.ttl_main .secondWord{
font-size: 30px;
}
.box_headcontents .jumbotron .ttl_subMain{
font-size: 22px;
}
.box_headcontents .jumbotron h3.ttl_subMain02{
padding-left: 40px;
padding-right: 40px;
}

.box_BtnTop01 a.btn-lg{
font-size: 22px;
line-height: 1.2;
font-weight: 900;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
}


.box_mondaiteiki h1.ttl_subMain02{
font-size: 34px;
}
.box_mondaiteiki .text_task{
font-size: 24px;
}
.box_teian .ico_point{
border-radius: 50%;
font-size: 26px;
text-align: center;
line-height: 1.1;
width: 120px;
height: 120px;
padding-top: 45px;
vertical-align:text-bottom;
}

.box_teian h4{
font-size: 22px;
}

.box_sp_about .columnBoxA{
min-height: 230px;
}

section.box_sp_target{
padding-bottom: 300px
}

section.box_corp_place h3{
font-size: 24px;
}
}/*--768px超*/


@media (min-width: 992px) {/*lg 992px超*/
.sm_br{display: none;}
.md_br{display: none;}
.lg_br{display: inline-block;}
.xl_br{display: none;}

body{
padding-top: 0px;
}
nav li a{
font-size: 13px
}
h1.ttl_main{
font-size: 58px;
}
h2.ttl_main{
font-size: 32px;
margin-bottom: 20px;
line-height: 1.5;
}
h2.ttl_subMain02{
	font-size: 40px;
}



.box_headcontents .jumbotron .titleimage{
	margin-top: 30px;
}
.box_headcontents .jumbotron{
min-height: 350px;
}

.box_headcontents .jumbotron .ttl_main{
font-size: 60px;
padding-top: 20px;
}
.box_startUp_head .jumbotron .ttl_service{
font-size: 60px;
}
.box_headcontents .jumbotron h1.ttl_main .secondWord{
font-size: 36px;
}
.box_headcontents .jumbotron h3.ttl_subMain02{
font-size: 36px;
padding-left: 45px;
padding-right: 45px;
}
.box_headcontents .jumbotron .ttl_subMain{
font-size: 22px;
}

.box_BtnTop01 a.btn-lg{
font-size: 22px;
line-height: 1.4;
min-height: 60px;
}

section.box_sp_target{
padding-bottom: 350px
}

.box_sp_about .columnBoxA{
min-height: 180px;
}

footer{
padding-bottom: 35px;
}



.box_btn01 a.btn-lg{
font-size: 27px;
line-height: 1.6;
border-width: 3px;
min-height: 80px;
}
.box_btn01 .regist_phone_base{
}
.box_btn01 .regist_phone_num{
font-size: 36px;
}
.box_btn01 .regist_phone_ico{
width: 38px;
vertical-align:text-bottom;
margin-right: 5px;
}
.box_btn01 .regist_phone_time{
font-size: 16px;
margin-top: 5px;
}

.box_btn02 a.btn-lg{
font-size: 22px;
line-height: 1.6;
border-width: 3px;
min-height: 80px;
vertical-align: bottom!important;
}
.box_btn02 .regist_phone_base{
}
.box_btn02 .regist_phone_num{
font-size: 36px;
}
.box_btn02 .regist_phone_ico{
width: 38px;
vertical-align:text-bottom;
margin-right: 5px;
}
.box_btn02 .regist_phone_time{
font-size: 16px;
margin-top: 5px;
}


#btn_regist_fixed .regist_phone_num{
font-size: 36px;
}
#btn_regist_fixed .regist_phone_ico{
width: 34px;
vertical-align:text-bottom;
margin-right: 5px;
}

#btn_regist_fixed .box_btn01 a.btn-lg{
font-size: 27px;
line-height: 1.2;
border-width: 3px;
min-height: 70px;
}

.box_mondaiteiki h1.ttl_subMain02{
font-size: 38px;
}
.box_teian h2.ttl_subMain02{
font-size: 30px;
}
.box_mondaiteiki .text_task{
}
.box_mondaiteiki.image_bg01{
background-image: url("../images/formlp/ruri_startLP_bg_nayamiWo01_wide@2x.jpg");
background-repeat: no-repeat;
background-size:cover;
padding-bottom: 150px;
background-position: right bottom;
}

.box_merit .ttl_subMain04{
font-size: 28px;
}
.box_merit .box_meritPoint .txt_description02{
min-height: 210px;
}

.box_sp_about h3{
font-size: 36px;
}
.box_sp_about h4{
font-size: 28px;
}

.box_sp_sfform h1{
font-size: 40px;
}


}/*lg 992px超*/

@media (min-width: 1200px) {/*xl 1200px超*/
.sm_br{display: none;}
.md_br{display: none;}
.lg_br{display: none;}
.xl_br{display: inline-block;}

body{
padding-top: 0px;
}
nav li a{
font-size: 13px
}
h1.ttl_main{
font-size: 61px;
margin-left: 15px;
}
h2.ttl_main{
margin-bottom: 30px;
}
.ttl_subMain{
font-size: 24px;
line-height: 1.2;
margin-left: 15px;
}

section.box_startUp_head{
}
.box_startUp_head .jumbotron{
padding-top: 30px;
padding-bottom: 30px;
}

.box_startUp_head .jumbotron h1.ttl_main{
font-size: 30px;
line-height: 1;
}
.box_startUp_head .jumbotron h1.ttl_main ruby{
font-size: 30px;
}

.box_startUp_head .jumbotron h1.ttl_main .secondWord{
font-size: 20px;
}
.box_startUp_head .jumbotron .ttl_service{
font-size: 80px;
}
/*
.box_startUp_head .jumbotron h3.ttl_subMain02{
font-size: 45px;
}
.box_startUp_head .jumbotron .ttl_startDate{
font-size: 50px;
font-weight: bolder;
}*/

.box_BtnTop01 a.btn-lg{
font-size: 28px;
}


.box_headcontents .jumbotron{
	min-height: 420px;
	background-position:center;
}
.box_headcontents .jumbotron .titleimage{
}
.box_headcontents .jumbotron .titleimage{
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 40px;
}
.box_headcontents .jumbotron .ttl_main{
font-size: 64px;
padding-top: 40px;
}

.box_headcontents .jumbotron h1.ttl_main .secondWord{
font-size: 40px;
}
.box_headcontents .jumbotron h3.ttl_subMain02{
font-size: 32px;
padding-left: 50px;
padding-right: 50px;
}


.box_mondaiteiki.image_bg01{
padding-bottom: 10px;
}
.box_teian .ico_point{
border-radius: 50%;
font-size: 28px;
text-align: center;
line-height: 1.1;
width: 135px;
height: 135px;
padding-top: 53px;
vertical-align:text-bottom;
}

.box_sp_about h4{
font-size: 30px;
}
.box_sp_about .columnBoxA{
min-height: 140px;
}

section.box_sp_target{
	background-size: 60%;
	background-position: center bottom;
	padding-bottom: 300px
}

}/*xl 1200px超*/

@media (min-width: 1600px) {/*特別追加 1600px超*/
body{
max-width: 1600px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
}
nav{
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}
nav li a{
font-size: 16px
}

.box_startUp_head .jumbotron{
/*min-height: 1000px;*/
}

h1.ttl_main{
font-size: 65px;
}

.box_headcontents .jumbotron h1.ttl_main .secondWord{
font-size: 50px;
}
.box_mondaiteiki.image_bg01{
padding-bottom: 150px;
background-position: right bottom;
background-size: 100%;
}

section.box_sp_target{
	background-size: 50%;
	background-position: center bottom;
	padding-bottom: 300px
}

#btn_regist_fixed {
max-width: 1600px;
}

}/*特別追加 1600px超*/

/*共通*/

/*強制*/

.wf-bordering01{
text-shadow:1px 1px 0 #111, -1px -1px 0 #111,
              -1px 1px 0 #111, 1px -1px 0 #111,
              0px 1px 0 #111,  0-1px 0 #111,
              -1px 0 0 #111, 1px 0 0 #111!important;
}

.wf-bordering02{
text-shadow:1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
              -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
              0px 1px 0 #ffffff,  0-1px 0 #ffffff,
              -1px 0 0 #ffffff, 1px 0 0 #ffffff!important;
}
.wf-bordering03{
text-shadow:1px 1px 0 #009E98, -1px -1px 0 #009E98,
              -1px 1px 0 #009E98, 1px -1px 0 #009E98,
              0px 1px 0 #009E98,  0-1px 0 #009E98,
              -1px 0 0 #009E98, 1px 0 0 #009E98!important;
}


.wf-fontsize90{font-size: 90%!important;}
.wf-fontsize75{font-size: 75%!important;}
.wf-fontsize50{font-size: 50%!important;}
.wf-fontsize30{font-size: 30%!important;}
.wf-fontWeight100{font-weight:100!important;}
.wf-fontWeight300{font-weight:300!important;}
.wf-fontWeight500{font-weight:500!important;}
.wf-fontWeight900{font-weight: 900!important;}
.wf-notosansjapanese { font-family: "Noto Sans JP"!important; }
.wf-mplus1p { font-family: "M PLUS 1p"!important; }






/*----------------------------------------------------------------------------------------*/
/*古いもの*/
/*--------------------------------------------分岐----------------------------------------*/
/*
@media screen and (min-width: 768px) {
h2{
font-size: 1.3rem;
}
}



@media (max-width: 1199px) {
section.sec_memRpoint_promoMovie iframe{
height: 360px;
}
}



@media (max-width: 991px) {
h1.ttl_subMain{
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.img-fluid{
max-height: 100%;
}
h2{
font-size: 1.5rem;
}

.box_headcontents h3.newsLine{
font-size: 20px;
}

.box_sp_mainTheme h2{
font-size: 1.4rem;
}
.box_sp_mainTheme .txt_catch{
}

section.box_sp_target{
	padding-bottom: 200px;
}
section.box_sp_uservoice{
	padding-bottom: 200px;
}
section.sec_memRpoint_promoMovie iframe{
height: 400px;
}
}


@media (max-width: 767px) {
.container{
max-width: 740px;
}

.box_btn01.container{
	padding-top: 15px;
	margin: 0
}
.btn-lg,
.btn-group-lg > .btn {
padding: 15px 0px 18px 5px;
font-size: 18px;
width:80%;
}
.box_btn01{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}
#page-top {
    bottom: 0px;
    right: 10px;
}

.box_sp_mainTheme{
text-align: center;
}
.box_sp_mainTheme h2{
font-size: 1.2rem;
vertical-align:top;
line-height: 1.4;
}
.box_sp_mainTheme .txt_catch{

padding:5px 7px 0px 8px;
margin-right: 8px;
}

h1.ttl_top{
margin-top: 10px;
font-size: 2.2rem;
line-height: 1.5;
}
.box_headcontents .jumbotron{
	padding-top: 0px;
	margin-top: 00px;
	line-height: 1;
}

.box_headcontents .jumbotron h1{
font-weight: bolder;
font-size: 2rem;
margin-bottom: 10px;
line-height: 1.2;
}

.box_headcontents .jumbotron h1 .feedcode{
display: block;
}

h1.ttl_subMain02{
	font-size: 1.5rem;
}

section.box_sp_target{
	padding-bottom: 100px;
}


section.sec_memRpoint_promoMovie iframe{
height: 300px;
}
}

@media (max-width: 575px) {
h1.ttl_top{
font-size: 1.9rem;
}

h1.ttl_subMain{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.2rem;
}
h1.ttl_subMain:before{
}

.box_sp_mainTheme .txt_catch{
display: block;
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding-bottom: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
padding: 15px 0px 18px 5px;
font-size: 1.1rem;
width:100%;
border-radius: 0px;
}
.btn-md, .btn-group-md > .btn {
  padding: 5px 15px 8px 15px;
  font-size: 1.4rem;
}
.box_btn01{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom:0px;
}
.box_btn01 .btn{
font-size: 1rem;
}

.txt_checkP01{
font-weight:bold;
font-size: 1rem;
line-height: 2;
}


#box_headAlert{}
.box_headAlert{
font-size: 1rem;
line-height: 1.2;
text-align: left;
}
.box_headAlert h3,
.box_headAlert h4{
text-align: center;
font-size: 1.1rem;
}
.box_headAlert button{
font-size: 1.2rem;
padding-right: 0;
padding-left: 0;
}


.ttl_liner_banner01 h3{
font-size: 1.1rem;
padding-top: 10px;
padding-bottom: 7px;
padding-left: 5px;
padding-right: 5px;
line-height: 1.2;
}

section.box_sp_schedule .txt_modify_date{
font-size: 1.1rem;
}

section.box_sp_place .txt_modify_place{}
section.box_sp_place .txt_modify_place h2{
font-size: 1.2rem;
}

section.box_sp_schedule .txt_modify_date div{
background-color:#daefd7;
padding-top: 5px;
padding-bottom: 5px;
}
section.box_sp_schedule .txt_modify_date div:nth-child(even){
background-color:#ffffff;
}

section.box_sp_place .txt_modify_place .txt_route{
font-size: 0.9rem;
}

section.box_sp_target{
	padding-bottom: 100px;
	background-size: 100% auto;
	background-position: 0% bottom;
}
section.box_sp_uservoice{
	padding-bottom: 80px;
}
section.box_sp_target .txt_lock_target{
font-size: 1.0rem;
line-height: 1.5;
}

section.box_sp_sfform h1{
font-size: 1.5rem;

}
section.sec_memRpoint_promoMovie iframe{
height: 180px;
}
.sp_br{
display:block;
 }
.pc_br{
display: none;
}

}

@media (max-width: 375px) {
.hide375{
display: none;
}
.appear375{
display: block;
}
h1.ttl_subMain{
font-size: 1.5rem;
	padding-top: 15px;
	padding-bottom: 00px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
font-size: 0.9rem;
}
h3{
font-size: 0.9rem;
}
h4{
font-size: 0.9rem;
}
h5{
font-size: 0.9rem;
}
#btn_regist_fixed{
	background-color: rgba(0,0,0,0.0);
}
#btn_regist_fixed a{
width: 100%;
border-radius: 0px;
font-size: 1rem;
}


#page-top {
    right: 7px;
}
#page-top a{
	padding-top: 5px;
	padding-bottom: 0px;
}
.box_headcontents .jumbotron{
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
}
.box_headcontents .jumbotron .titleimage{
padding-top: 30px;
padding-bottom: 30px;
margin-left: 0px;

}
.box_headcontents .jumbotron h1{
font-size: 1.2rem;
margin-bottom: 15px;

}


#box_headAlert{}
.box_headAlert{
font-size: 16px;
}
.box_headAlert h3,
.box_headAlert h4{
text-align: center;
font-size: 16px;
}
.box_headAlert button{
font-size: 18px;
padding-right: 0;
padding-left: 0;
}

.box_sp_mainTheme .txt_catch{
width: 95%;
}
h1.ttl_subMain{
font-size: 1.2rem;
	padding-top: 15px;
	padding-bottom: 00px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0;
}
.box_sp_mainTheme h2{
font-size: 1rem;
}
.box_headcontents .jumbotron .txt_subLead01{
font-size: 0.9rem;
}

section.box_sp_target{
	padding-bottom: 50px;
}

section.box_sp_schedule .txt_modify_date div{
padding-left: 10px;
text-align: left;
}

}


.wf-notosansjapanese { font-family: "Noto Sans JP"!important; }
.wf-mplus1p { font-family: "M PLUS 1p"!important; }
.text-center{text-align: center!important;}
*/