@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------------------
共栄商工サイト共通設定
-------------------------------------------------------------------- */

/* --------------------------------------------------------------------
全体の設定
-------------------------------------------------------------------- */
.result {
    opacity: 0;
}
.loading {
    left:50%;
    top:50%; 
    position: fixed;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.6em;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
body , html {
	width: 100%;
	height: 100%;
}
main {
	width: 100%;
	padding-top: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.container_all {
	position: relative; 
	width: 100%; 
	height: auto !important;
	height: 100%; 
	min-height: 100%;
}
footer {
	width: 100%;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}

.label_icon a:hover {
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 0.7 ;
}
.dsp_block2{
	display:none;
}
.dsp_block3{
	display:none;
}
/* --------------------------------------------------------------------
リンク（全般）設定
-------------------------------------------------------------------- */
a:link {
	text-decoration: none;
}

a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 0.7 ;
}
/*画像 その他設定*/
.btn_link{
	width: 100%;
}
/*リンク先*/
span.link-t-a {
position: relative;
top: -120px;/*左の数値を変えると、上下に調整します*/
display: block;
}
/* --------------------------------------------------------------------
コンテナー基本 (全体)
-------------------------------------------------------------------- */
.container{
	width: auto;
	padding: 0;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
サイドボタン
-------------------------------------------------------------------- */
.tt_s1{
	width: 50px;
	overflow: hidden;
}
#site-content{
  height:2000px;
}
#pagetop{
  z-index: 10010;
  position:fixed;
  right:0;
  top: 35%;
  display:none;
}
.said_b1{
	width: 43px;
	overflow: hidden;
}
.po_sid_b1{
	overflow: hidden;
}
.menu_ppw1{
	display: none;
}
.g-nav{
	display: none;
}

#pagetop_2 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10010;
}
.arrow-top {
  width: 26px;
}
#pagetop_2 i {
  padding-top: 6px
}
 
#pagetop_2 a {
  display: block ;
	background: #00703E ;
	width: 43px ;
	height: 43px ;

	color: #fff ;
	line-height: 43px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
 
#pagetop_2 a:hover {
  text-decoration: none;
  opacity: 0.9;
}

/* --------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------- */
header {
	background-color: #fff;
	position: fixed; /* 固定 */
    top: 0; /* 一番上に表示 */
	width: 100%;
	background-color:rgba(255,255,255,1);
	z-index: 10010;
}
header {
	box-shadow: 0px 6px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.1);
	moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.1);
}
.dsp_block_po1{
	display: none;
}
header .inner {
	overflow: hidden;
	margin: 0 auto;
}

/* ヘッダー左ブロック(ロゴ) */
#header-left{
	float: left;
	width: 15%;
}
.parent {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  position: relative;
}
.child {
	width: 100%;
	margin: 0;
}
.header-left_box_l1{
	height: 120px;
	max-width: 380px;
	min-width: 240px;
	overflow: hidden;
	background: #fff;
}
/*ヘッダー ロゴ画像*/
header #logo {
	width: 100%;	/*ロゴ画像の幅*/
	margin: 0 auto;
}
.logo_le_dd01{
	max-width: 290px;
	padding: 0 0 0 40px;
}
header #logo_s2 {
	width: 100%;
	margin: 0 auto;
}
/*ヘッダー ロゴ画像*/
header #logo2 {
	width: 100%;	/*ロゴ画像の幅*/
	margin: 0 auto;
}

#header-right_p1{
	float: right;
	width: 15%;
}

/* ヘッダー右ブロック(ブロック) */
#header-right{
	float: left;
	overflow: hidden;
	width: 70%;
	text-align: center;
}
.opi2{
	font-size: 14px;
	text-align: center;
	width: 50%;
	padding: 45px 25px 25px 25px;
	background: #1a8866;
	color: #fff;
}
.opi_co1{
	font-size: 12px;
	padding: 0 0 0 8px;
	line-height: 3em;
	text-align: left;
}
.opi_icon{
	display: block;
	font-size: 24px;
	width: 50%;
	text-align: center;
	margin: 42px auto 23px auto;
}
.opi_icon2{
	display: block;
	font-size: 24px;
	width: 50%;
	text-align: center;
	margin: 42px auto 23px auto;
}
.opi_icon:hover{
	color: #1a8866;
}
.opi_icon2:hover{
	color: #1a8866;
}
.icon_block{
	overflow: hidden;
	width: 85px;
}
.nav {
	overflow: hidden;
	display: inline;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.nav li {
	float: left;
	list-style: none;
}
.nav li a {
	display: block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
.nav > li:hover > a {/*layer-1*/
	color: #fff;
	background: #1a8866;
}
.nav li ul {
	width: 210px;
	background-color:rgba(255,255,255,1);
	display: none;
	position: absolute;
}
.nav > li li:hover > a {/*layer-2*/
	color: #fff;
	background: #1a8866;
	opacity: 1 ;
}
.nav li ul li {
	float: none;
}
.nav li ul li a {
	border-top: 1px solid #eee;
}
#header-right2{
	z-index: 10012;
	height: 100px;
	overflow: hidden;
	width: 18%;
	float: right;
	display: block;
	background: #fff;
}
.nav_said_1{
	text-align: center;
}
.nav_said_1 li{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 42px 0 23px 0;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.nav_said_1 > li:hover > a {/*layer-1*/
	color: #1a8866;
	opacity: 1;
}
.opi1{
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 45px 30px 34px 30px;
}
.opi1 :hover{
	color: #1a8866;
}
.nav_ri_m01{
	float: right;
	margin: 0 10px;
	width: 240px;
}
.nav_said_2{
	text-align: center;
	margin: 40px 4px 30px 4px;
}
.nav_bottan_saids01{
	text-align: left;
	max-width: 240px;
	font-size: 14px;
	padding: 2px 0;
	background: #fff;
	color: #000;
}
.nav_said_2 li{
	font-size: 23px;
	display: inline-block;
}
.nav_said_2 > li:hover > a {/*layer-1*/
	color: #1a8866;
	opacity: 1;
}

/* --------------------------------------------------------------------
フッター会社
-------------------------------------------------------------------- */
.company-wrapper_pe01{
	overflow:hidden;
	text-align: center;
	background-size: cover;
	background-color: #F1EFEA;
}
.company-wrapper{
	overflow:hidden;
	text-align: center;
	background-size: cover;
	background-color: #595757;
}
.company_container{
	overflow:hidden;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.company_f_po1{
	width: 90%;
	margin: 0 auto;	
	overflow: hidden;
}
.company_f_text_box_f01{
	float: left;
	text-align: left;
	width: 45%;
	margin: 0 auto;	
}
.company_f_text_box_f01_b2{
	float: left;
	text-align: left;
	width: 55%;
	margin: 0 auto;	
}
.fbana_company{
	width: 198px;
	display: block;
}
.fbana_company_s02{
	width: 70px;
	display: block;
}
.f_bana_plo{
	width: auto;
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}
.f_company_p01{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
}
.f_company_p02{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	float: right;
	display: block;
	overflow: hidden;
	color: #fff;
}
.f_company_p_text_01{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8em;
}
.f_company_p_text_02{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
}
.f_company_p_text_03{
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
}
.f_company_p_text_03 li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.f_company_p_text_03 li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}
.f_company_p_text_03 ul li{
    display: inline;
	font-size: 12px;
	color: #fff;
}
.f_company_p_text_03 ul li a{
	color: #fff;
	padding: 0 10px;
} 
.f_company_p_text_04{
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
}
.company_f_text{
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 3em;
	color: #fff;
}
.dsp_none_p02{
	display:block;
}
.dsp_none_p06{
	display:none;
}
/* --------------------------------------------------------------------
フッターリンク
-------------------------------------------------------------------- */
.f_link_container_p1{
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
}
.f_link_container_p2{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.f_link_cotainer_sub_line{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_link_label{
	float: left;
	width: 21%;
	padding: 0;
	margin: 2%;
	overflow: hidden;
	background: #fff;
	/*横並び 下揃え*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
.f_link_label_i1{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}
.f_link_label_i1_backlu{
	overflow: hidden;
}
.f_link_label_i1:hover{
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 0.9 ;
}
.f_link_label_photo{
	width: 100%;
}
.f_link_label_photo_lor01{
	width: 100%;
	overflow: hidden;
}
.f_link_text_box01{
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.f_link_text01{
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 3em;
	color: #000;
}


/* --------------------------------------------------------------------
画面幅1680px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1680px){
.fbana_company{
	width: 170px;
	display: block;
}
.fbana_company_s02{
	width: 60px;
	display: block;
}
.f_company_p_text_01{
	font-size: 12px;
}
.f_company_p_text_02{
	font-size: 8px;
	font-weight: normal;
	line-height: 1.8em;
}
.f_company_p_text_03 ul li a{
	font-size: 10px;
	padding: 0 5px;
} 
.f_company_p_text_04{
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8em;
}
}

/* --------------------------------------------------------------------
画面幅1280px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1280px){
/*1280以下_消す*/
.dsp_none_l1{
	display:none;
}
#header-left{
	width: 14%;
}
#header-right_p1{
	width: 14%;
}
.header-left_box_l1{
	height: 120px;
	max-width: 220px;
	min-width: 200px;
}
.nav_ri_m01{
	width: 200px;
}
.nav_said_2{
	text-align: center;
	margin: 40px 4px 30px 4px;
}
.nav_bottan_saids01{
	max-width: 200px;
	padding: 2px 0;
	font-size: 10px;
}
.opi1{
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 45px 15px 36px 15px;
}
.dsp_block_po1{
	display: block;
}
.nav_said_2 li{
	margin: 44px 2px 23px 2px;
	font-size: 20px;
}
.f_bana_plo{
	margin-right: 10px;
}
.f_company_p_text_01{
	font-size: 14px;
}
.f_company_p_text_02{
	font-size: 7px;
	letter-spacing: -0.15em;
	font-weight: normal;
	line-height: 1.8em;
}
.f_company_p_text_03{
	text-align: right;
	font-size: 8px;
}
.f_company_p_text_03 ul li{
	font-size: 8px;
	color: #B5B5B5;
}
.f_company_p_text_03 ul li a{
	font-size: 8px;
	padding: 0 3px;
} 
.f_company_p_text_04{
	text-align: right;
	font-size: 8px;
	font-weight: normal;
	line-height: 1.8em;
}
.fbana_company{
	width: 100px;
	display: block;
}
.fbana_company_s02{
	width: 38px;
	display: block;
}
.opi1{
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 45px 15px 36px 15px;
}
.dsp_block_po1{
	display: block;
}
.nav_said_2 li{
	margin: 44px 2px 23px 2px;
	font-size: 20px;
}

}

/* --------------------------------------------------------------------
画面幅960px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:960px){
/*960以下_消す*/
.dsp_none{
	display:none;
}
main {
	padding-top: 60px;
}
.tt_s1{
	display:none;
}
/*960以下_要素出す*/
.dsp_block3{
	display:block;
}
.nav_bottan_saids01{
	max-width: 250px;
	font-size: 8px;
	letter-spacing: -0.2em;
}
/* --------------------------------------------------------------------
ドロワー メニュー モバイル用 960px以下
-------------------------------------------------------------------- */
header {
	height: 60px;
}
.menu_ppw1{
	display: block;
}
.g-nav{
	display: block;
}
.menu_ppw1{
	position: fixed;
	width: 100%;
	height: 60px;
	background: #fff;
	overflow: hidden;
	z-index: 10050;
}
.g_me_ppw1{
	float: left;
	width: 180px;
	margin: 15px 0 0 20px;
}
.menu-trigger,
.menu-trigger span{
	display: block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	overflow: hidden;
	float: right;
	position: relative;
	right: 0;
	width: 60px;
	height: 60px;
	background: #00703E;
	z-index: 10050;
}
.menu-trigger span{
  position: absolute;
  background: #fff;
  width: 35px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 20px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 20px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
  display: none;
  position:fixed;
  margin-top: 60px;
  padding: 0 0 0 0;
  background-color: #00703E;
  width: 100%;
  z-index: 10049;
}
.g-nav .list{
	background-color: #00703E;
}
.g-nav .list .item a{
	font-size: 13px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	padding: 10px 0 10px 20px;
}
.list li{
	border-bottom: 1px solid #fff;
}
.list_pp1{
	font-size: 13px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	padding: 10px 0 10px 20px;
}
.item li{
	background-color: #7D9E76;
	padding:0 0 0 5px;
	border-bottom: 1px solid #fff;
}
.item li:last-child{
	border: 0;
}
.accordion p{
	cursor: pointer
}
.accordion ul{
	display:none;
}

/*フッターアプリ 調整*/
.fbana_label_b1{
	margin: 10px auto;
	width: 20%;
}
.fbana_container{
	padding: 30px 0;
}
.fbana_link{
	width: 95%;
}
.company_f_text_box_f01{
	text-align: center;
	width: 100%;
	margin: 0 auto;	
}
.company_f_text_box_f01_b2{
	text-align: center;
	width: 100%;
	margin: 0 auto;	
}
.fbana_company{
	width: 160px;
	display: block;
	margin: 0 auto;
}
.fbana_company_s02{
	width: 60px;
	display: block;
	margin: 0 auto;
}
.f_bana_plo{
	width: 100%;
	float: none;
	margin-right: 0;
	margin: 0 0 20px 0;
}
.f_company_p01{
	float: none;
	margin: 0 auto 20px auto;
	width: 100%;
}
.f_company_p_text_02{
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 1.8em;
}
.f_company_p_text_01{
	font-size: 18px;
}
.f_company_p_text_03{
	text-align: center;
	font-size: 12px;
}
.f_company_p_text_03 ul li{
	letter-spacing: -0.1em;
	font-size: 12px;
}
.f_company_p_text_03 ul li a{
	padding: 0 5px;
} 
.f_company_p_text_04{
	text-align: center;
	font-size: 12px;
}
.f_company_p02{
	width: 100%;
	float: none;
	display: block;
	overflow: hidden;
}
.f_link_container_p1{
	padding: 28px 0;
}
.f_link_label{
	width: 46%;
	margin: 10px auto;
}
}

/* --------------------------------------------------------------------
画面幅600px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:600px){
.dsp_none_p02{
	display:none;
}
.dsp_none_p06{
	display:block;
}
.f_company_p_text_03{
	font-size: 10px;
}
.f_company_p_text_03 ul li{
	font-size: 10px;
}
.f_company_p_text_03 ul li a{
	padding: 0 5px;
} 
.f_company_p_text_04{
	font-size: 10px;
}
.f_link_text01{
	font-size: 10px;
}
}

/* --------------------------------------------------------------------
画面幅480px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:480px){
.dsp_none2{
	display:none;
}
.fbana_link{
	width: 80%;
}
.dsp_block2{
	display:block;
}
.fbana_label_b1{
	margin: 10px auto;
	width: 50%;
}
.f_company_p_text_03{
	font-size: 8px;
}
.f_company_p_text_03 ul li{
	font-size: 8px;
}
.f_company_p_text_03 ul li a{
	padding: 0 5px;
} 
.f_company_p_text_04{
	font-size: 8px;
}
}
