@charset "utf-8";

html, body {
	width: 100%;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight: 500;	
	-webkit-text-size-adjust: 100%;
	position: relative;
}
/*全体*/
#container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
.pc_only {
	display: none;
}
.sp_only {
}
 /*======================
header
=====================*/
#header {
	width: 100%;
	margin: 0;
}
#header .logo {
	background-color: #FFF;
	position: fixed;
	z-index: 999;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	width: 100%;
}
#header .logo img {
	padding: 10px 15px 12px 15px;
	vertical-align: bottom;
	width: auto;
	height: 25px;
}
#btn_fixed {
	width: 100%;
}
#btn_fixed ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: bottom;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
}
#btn_fixed li.btn {
	width: 33.3%;
	margin: 0 0px 0 0;
	padding: 0;
}
#btn_fixed li.btn a {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	line-height: 130%;
	font-weight: 700;
	color: #FFF;
	transition: 0.3s;
	background-image: url("/sumabee/images/arrow_right_wh.png");
	background-size: auto 7px;
	background-position: 95% center;
	margin: 0;
	vertical-align: bottom;
}
/*======================
アンカーズレ対策
======================*
:target:before {
   content:"";
   display:block;
   height:75px;
   margin-top:-75px;
}
#LINK {
   margin: -75px;
   padding: 75px;
}
/*======================
contents共通
=====================*/
.contents {
	width: 100%;
	margin: 47px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	top: 0px;
}
.inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.text {
	font-size: 16px;
	line-height: 180%;
	text-align: justify;
}
/*見出し*/
.midashi {
	font-weight: 700;
	text-align: center;
}
.midashi .en {
	color: #fe5757;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	padding: 0 0 15px 0;
}
.midashi .jp {
	color: #333;
	font-size: 28px;	
	font-weight: 700;
	display: block;
	padding: 0 0 0px 0;
}
/*▼contact_bnr*/
.contact_bnr {
	padding: 25px 0 5px 0;
}
.contact_bnr .bg_wh {
	padding: 20px 5%;
	margin: 0 0 20px 0;
}
.contact_bnr .center {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.contact_bnr .btn_wrap {
	width: 100%;
	margin: 0 auto 0 auto;
}
.contact_bnr .bt {
	width: 80%;
	margin: 5px auto 0 auto;
}
.contact_bnr .entry_box .bt a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
/*=================================
下層共通
==================================*/
#page_tit {
    width: 100%;
    background-image: url("/sumabee/images/under_bg_sp.png");
    background-size: 100% auto;
    background-position: center center;
    padding: 80px 0px 80px 0px;
}
#page_tit .tit {
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin: 0px auto;
}
#page_tit .tit small {
	font-size: 16px;
	display: block;
	padding: 0 0 3px 0;
}
#page_tit .tit  b {
	font-size: 22px;
	display: block;
}
/*======================
ぱんくず
=====================*/
.breadcrumb-list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	margin: 0 0 0px 0;
}
.breadcrumb-list ul {
	overflow: hidden;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #333;
}
.breadcrumb-list a {
	color: #666;
	padding-right: 5px;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
/*======================
ボタン
=====================*/
.bt {
	width: 80%;
	margin: 20px auto;
}
.bt a {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 140%;
	font-weight: 700;
	color: #FFF;
	transition: 0.3s;
	background-image: url("/sumabee/images/arrow_right_wh.png");
	background-size: auto 13px;
	background-position: 93% center;
	border-radius: 5px;
}
/*ボタン　レッド*/
.css_btn_class_r {
	background-color: #fe5757;
	color: #FFF;
}
/*ボタン　ブルー*/
.css_btn_class_b {
	background-color: #5271fe;
	color: #86dbe7;
}
/*ボタン　水色*/
.css_btn_class_lb {
	background-color: #86dbe7;
	color: #5271fe !important;
	background-image: url("/sumabee/images/arrow_right_blue.png") !important;
}
/*ボタン　イエロー*/
.css_btn_class_y {
	background-color: #fedd59;
	color: #5271fe;
}
/*ボタン　レッド罫線*/
.css_btn_class_r_kei {
	background-color: #FFF;
	color: #fe5757 !important;
	border: 2px solid #fe5757;
	background-image: url("/sumabee/images/arrow_right_red.png");
}
/*リンク用ボタンベタ　グレー罫線*/
.css_btn_class_g_kei {
	background-color: #F3F3F3;
	color: #666;
	border: 2px solid #888;
}
/*テキストリンク用*/
.link {
	text-align: center;
	line-height: 140%;
}
.link a:hover {
	color: #D52626;
}

/*=================================
TOP
==================================*/
/*--------------▼main*/
#top #main {
	width: 100%;
	margin: 0 auto;
	background-image: url("/sumabee/images/mv_sp.png");
	background-size: cover;
    height: calc(100vw / 1200 * 1377);
    display: flex;
    justify-content: center;
    align-items: center;
}
#top #main .copy {
	width: 90%;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
#top #main .bt {
	width: 60%;
	margin: 30px auto;
}
#top #main .bt .css_btn_class_r {
	font-size: 16px;
}
/*--------------▼top_introduction*/

#top_introduction {
	margin: 30px auto 50px auto;
}
#top_introduction .inner {
	background-image: url("/sumabee/images/ill_1.png"),url("/sumabee/images/ill_2.png");
	background-size: 40% auto,45% auto;
	background-position: left bottom,97% bottom;
	padding: 0 0 80px 0;
}
#top_introduction h2 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
#top_introduction .center {
	line-height: 200%;
	text-align: justify;
	padding: 0 0 50px 0;
}
#top_introduction .center br {
	display: none;
}
/*--------------▼top_about*/
#top_about {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#top_about .flex {
	width: 90%;
	margin: 0 auto 50px auto;
}
#top_about .flex:nth-child(odd) {
}
#top_about .flex .text_box {
	margin: 0 auto 15px auto;
}
/*共通指定あり
#top_about .flex .text_box h3.line_1 {
}
#top_about .flex .text_box h3.line_2 {
}
#top_about .flex .text_box h3.line_3 {
}
*/
#top_about .flex .text_box h3 {
	font-size: 18px;
}
#top_about .flex .text_box .text {
}
#top_about .flex .image {
	width: 80%;
	margin: 0 auto 0 auto;
}
/*--------------▼top_offices*/
#top_offices {
	padding: 10px 0 10px 0;
	background-image: url("/sumabee/images/top_offices_bg.png");
	background-size: cover;
	background-position: right top;
    /*height: calc(100vw / 2000 * 930);*/
}
#top_offices .offices_wrap {
	padding: 5%;
	margin: 0 0 0 auto;
	display: block;
}
#top_offices .midashi .en {
	text-align: left;
	font-size: 16px;
	padding: 0 0 3px 0;
}
#top_offices .midashi .jp {
	text-align: left;
	font-size: 24px;
	padding: 0 0 10px 0;
}
#top_offices .text {
}
#top_offices .c_red {
	font-weight: 700;
	text-align: center;
	padding: 10px 0 0 0;
}
#top_offices .bt {
	width: 60%;
	margin: 10px auto 0 auto;
}
/*--------------▼top_news*/
#top_news {
	padding: 50px 0 50px 0;
}
#top_news .news_wrap {
	margin: 30px 0 0 0;
	overflow-y: scroll;
	max-height: 250px;
}
#top_news .news_wrap dl {
	overflow: hidden;
	border-bottom: 2px dotted #CCC;
}
#top_news .news_wrap dt {
	color: #fe5757;
	padding: 15px 0 0px 0;
}
#top_news .news_wrap dd {
	padding: 0px 0 15px 0;
}


/*=================================
紹介をご希望の事業者様
==================================*/
#business {
}
#business .page_mv {
	background-image: url("/sumabee/images/business_2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 27%;
}
#business .page_mv .center_copy {
	margin: 30px auto 10px auto;
	text-align: center;
	font-size: 20px;
}
#business .page_mv .main_copy {
	width: 95%;
	max-width: 600px;
	margin: 0px auto 30px auto;
}
#business .page_mv .bt a {
	font-size: 14px;
}
#business .about .flex {
	width: 90%;
	margin: 0 auto 50px auto;
}
#business .about .flex:nth-child(odd) {
}
#business .about .flex .text_box {
	margin: 0 auto 15px auto;
}
#business .flex .text_box .line_1 {
	font-size: 18px !important;
}
#business .about .text_box .text {
}
#business .about .flex .image {
	width: 80%;
	margin: 0 auto 0 auto;
}
#business .example {
	padding: 50px 0 40px 0;
}
#business .example .c_red {
	font-size: 20px;
	line-height: 140%;
	font-weight: 700;
	margin: 0px auto 40px auto;
	text-align: center;
}
#business .example .slider {
	/*高さ揃える*/
    display:flex;
    flex-wrap:wrap;
	align-items: center !important;
}
#business .example .slider .slider_box {
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 3px 0px #666666;
	box-shadow: 3px 3px 3px 0px #AAA;
	padding: 15px;
	margin: 0px 0 10px 20px;
	border-radius: 10px;
	min-height: 250px;
}
#business .example dl {
}
#business .example dt {
}
#business .example .cate {
	background-image: url("/sumabee/images/business_icon_example.svg");
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 140%;
}
#business .example .age,
#business .example .sex {
	font-size: 14px;
	line-height: 100%;
	margin-right: 15px;
}
#business .example .area {
	background-color: #5271fe;
	color: #FFF;
	border-radius: 30px;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	padding: 3px 10px 5px 10px;
	display: inline-block;
	margin: 0;
}
#business .example dd {
font-size: 14px;
line-height: 160%;
margin: 10px 0 0 0;
text-align: justify;
}
#business .contact .center_copy {
	font-size: 20px;
}
#business #contact {
	padding: 30px 0 50px 0;
}
#business #contact:target:before {
	content: "";
	display: block;
	height: 50px;
	margin-top: -50px;
}
#business #contact{
	margin: -50px;
	padding: 50px;
}
/*=================================
加盟ご検討の企業様へ
==================================*/
#fc {
}
#fc .page_mv {
	margin: 0 0 100px 0;
}
#fc .page_mv .main_copy {
	font-size: 40px;
	line-height: 120%;
	font-weight: 700;
	margin: 30px auto 0px auto;
	text-align: center;
}
#fc .page_mv .center_copy {
	margin: 10px auto 15px auto !important;
	font-size: 20px;
}
#fc .page_mv .kei_red {
	width: 90%;
	margin: 0px auto 20px auto !important;
	font-size: 18px;
}
#fc .page_mv .center {
	font-weight: 700;
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}
#fc .page_mv .center br {
	display: none;
}
#fc .about {
	margin: 0 0 50px 0;
}
#fc .about .flex {
	width: 90%;
	margin: 0 auto 50px auto;
}
#fc .about .flex:nth-child(odd) {
}
#fc .about .flex .text_box {
	margin: 0 auto 15px auto;
}
#fc .about .text_box .line_1 {
	font-size: 20px;
}
#fc .about .text_box .line_1 br {
	display: none;
}
#fc .about .text_box .text {
}
#fc .about .flex .image {
	width: 80%;
	margin: 0 auto 0 auto;
}
#fc .model {
	padding: 30px 0 50px 0;
	margin: 0 0 50px 0;
}
#fc .model picture {
	width: 80%;
	margin: 0 auto;
}
#fc .model .number {
	width: 80%;
	margin: 30px auto 15px auto;
}
#fc .model .text {
}
#fc .feature {
	margin: 0 0 50px 0;
}
#fc .feature .grid {
}
#fc .feature .grid dl {
	margin: 0 auto 50px auto;
}
#fc .feature .grid dt {
	width: 35%;
	margin: 0 auto 20px auto;
}
#fc .feature .grid dd {
}
#fc .feature .grid dd .line_1 {
	font-size: 20px;
}
#fc .feature .grid dd table.wanted {
}
#fc .feature .grid dd table.wanted th {
	font-size: 14px;
	line-height: 160%;
	font-weight: 700;
	width: 100%;
	display: block;
	text-align: left;
}
#fc .feature .grid dd table.wanted td.place {
	width: 100%;
	display: block;
}
#fc .feature .grid dd table.wanted td.end {
	width: 100%;
	display: block;
}
#fc .feature .grid dd .wanted .small {
	font-size: 80%;
}
#fc .feature .grid dd .wanted .c_red {
	padding: 0 0 0 0px;
}
#fc .forte {
	padding: 30px 0 30px 0;
}
#fc .forte .center_copy {
	margin: 0 auto 0px auto;
	font-size: 20px;
}
#fc .forte .center_copy br {
	display: none;
}
#fc .contact .center_copy {
	font-size: 24px;
}
#fc #contact {
	padding: 30px 0 50px 0;
}
#fc #contact:target:before {
	content: "";
	display: block;
	height: 50px;
	margin-top: -50px;
}
#fc #contact{
	margin: -50px;
	padding: 50px;
}
/*=================================
地域のスマビー窓口
==================================*/
#area .block01 .area_bt_wrap {
	margin: 50px auto 30px auto;
}
#area .block01 .area_bt_wrap li {
	width: 48%;
	margin: 5px 0.5%;
}
#area .block01 .area_bt_wrap li a {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	font-weight: 700;
	color: #5271fe;
	transition: 0.3s;
	border-radius: 50px;
	border: 2px solid #5271fe;
}
#area .block01 .area_bt_wrap li a:before {
  content: '▶︎';
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding: 0 5px 0 0;
}
#area .block01 .area_bt_wrap li a:hover {
	color: #FFF;
	background-color: #5271fe;
}
#area .block02 .area_box {
	margin: 0 0 100px 0;
}
#area .block02 .area_box li {
	margin: 0 0 70px 0;
}
#area .block02 .area_box li .line_1 {
	font-size: 24px;
	line-height: 140%;
	font-weight: 700;
	background-image: url("/sumabee/images/line_1.png");
	background-size: auto 5px;
	background-position: left bottom;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	background-color: #fedd59;
}
#area .block02 .area_box li table.office .cate th,
#area .block02 .area_box li table.office .cate td {
/*	font-weight: 500;
	font-size: 14px;
	color: #888;*/
	display: none;
}
#area .block02 .area_box li table.office th {
/*	border-bottom: 2px dotted #CCC;*/
	padding: 10px 0 0px 0;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 700;
}
#area .block02 .area_box li table.office td {
	width: 100%;
	display: block;
	font-size: 14px;
}
#area .block02 .area_box li table.office td.detail {
	padding: 0px 0 5px 0;
	text-align:justify;
	font-size: 13px;
	line-height: 160%;
}
#area .block02 .area_box li table.office td.situation {
	border-bottom: 2px dotted #CCC;
	padding: 0px 0 15px 0;
	font-weight: 700;
}
#area .block02 .area_box li table.office td .bt {
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
#area .block02 .area_box li table.office td .bt a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	background-size: auto 10px;
	background-position: 90% center;
}
#area01:target:before,#area02:target:before,#area03:target:before,#area04:target:before,#area05:target:before,
#area06:target:before,#area07:target:before,#area08:target:before,#area09:target:before,#area10:target:before {
	content: "";
	display: block;
	height: 50px;
	margin-top: -50px;
}
#area01,#area02,#area03,#area04,#area05,
#area06,#area07,#area08,#area09,#area10{
	margin: -50px;
	padding: 50px;
}

/*=================================
contact
==================================*/
.contact {
	margin: 0px 0 100px 0;
}
.contact .center {
	margin: 30px 0 30px 0;
	text-align: left;
}
/*=================================
pp
==================================*
#pp {
}
#pp .pp_wrap dl {
	margin: 0 0 20px 0;
}
#pp .pp_wrap dt {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#pp .pp_wrap dd {
	font-size: 14px;
	line-height: 160%;
}

/*=================================
footer
==================================*/
.pagetop {
	text-align: center;
    bottom: 90px;
    right: 20px;
    position: fixed;
	z-index: 99;
}
.pagetop img {
	width: 45px;
}
footer {
	padding: 20px 0 80px 0;
}
footer .ft_logo {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0; 
}
footer .ft_logo img {
	width: 150px;
	height: auto;
}
footer .ft_menu {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
footer .ft_menu li {
	width: 100%;
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
}
footer .ft_menu li a {
	width: 100%;
	display: block;
	padding: 10px 0;
}
#copyright {
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	width: 100%;
	background-color: #FFF;
	padding: 10px 0;
}
.tel a {/*スマホではtelリンクイベントを有効にする*/
	pointer-events: auto;
}
.tel img:hover {/*スマホではtelリンクイベントを有効にする*/
	opacity: 1.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.0; /* Safari 1.x */
	-moz-opacity: 1.0; /* FF lt 1.5, Netscape */
}

