@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------------------------
ページヘッダースペース設定
-------------------------------------------------------------------- */
main {
	padding-top: 100px;
}
/* --------------------------------------------------------------------
メインの設定
-------------------------------------------------------------------- */
.box_container_p2{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.mainvisual {
  overflow-x: hidden;
}
.top-wrapper{
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/product/product_line_back01.png);
	color: #000;
}
.main_text_p1{
	width: 100%;
	overflow: hidden;
}
.main_text_box{
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 250px 0;
}
.main_phototext_p01{
	max-width: 400px;
	overflow: hidden;
	margin: 0 auto;
}
.main_text01_title{
	overflow: hidden;
	color: #fff;
	font-family:Helvetica, Arial,"sans-serif";
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: block;
	padding: 0;
}
.main_text01{
	overflow: hidden;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1em;
	letter-spacing: 0.3em;
	display: block;
	padding: 8px 0;
}
.photo_text{
	width: 100%;
	margin:0 auto;
}
/* --------------------------------------------------------------------
コンテンツ01
-------------------------------------------------------------------- */
.box_container{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.box_main_oo01{
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.box_container_textbox{
	width: 100%;
	overflow: hidden;
	padding: 80px 0 40px 0;
	margin: 0 auto;
}
.sub_content_text01{
	display: block;
	color: #000;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 25px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 10px auto;
}
.sub_content_text02{
	display: block;
	color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2em;
	margin: 20px auto 0 auto;
}
.main-wrapper_pi02{
	overflow:hidden;
	padding: 0;
	text-align: center;
	background-image: url(../img/business/business_line_back02.png);
	background-size: cover;
	background-position: center center; 
}
.w_p02{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_cc_p01{
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
}
.main_cc_p02{
	max-height: 110px;
	margin: 0 auto;
}
.box_container_textbox_pp01{
	width: 100%;
	overflow: hidden;
	padding: 0 0 60px 0;
	margin: 0 auto;
}
.prod_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;
	vertical-align: top; 
}
.prod_con_label{
	float: left;
	width: 23%;
	padding: 0;
	margin: 1%;
	overflow: hidden;
	/*横並び 下揃え*/
	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;
}
.prod_con_label_pp02{
	float: left;
	width: 23%;
	padding: 0;
	margin: 1%;
	overflow: hidden;
	/*横並び 下揃え*/
	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;
}
.prod_bo_01{
	width: 100%;
	display: block;
	color: #00703E;
	border: 1px solid #00703E;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	font-weight: normal;
	line-height: 3.2em;
	margin: 20px auto 0 auto;
}
.prod_bo_01:hover {
    background-color: #00703E;
	color: #fff;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
}

.co_box_bo2{
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
.co_box_bo2_sub{
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
.co_box_bo2_line_p1{
	width: 100%;
	background-color: #00703E;
	overflow: hidden;
}
.co_box_bo2_line_p2_tt2_block1{
	overflow: hidden;
	color: #fff;
	float: left;
}
.co_box_bo2_line_p2_tt2_block2{
	overflow: hidden;
	color: #000;
	float: left;
}
.co_box_bo2_line_p2_tt2{
	font-size: 15px;
	font-weight: normal;
	line-height: 2.2em;
	text-align: center;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 30px;
}
.co_text_k01{
	font-size: 14px;
	font-weight: normal;
	line-height: 2.2em;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 30px 10px;
}
.co_label_bb01{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.co_text_label_text01{
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 2.5em;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.o01_line{
	width: 100%;
	margin: 20px auto 80px auto;
	overflow: hidden;
}
.news_co_box_p01_lo01{
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.news_text_bla_o02_b01{
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	width: 300px;
	padding: 10px 0;
	margin: 0 auto;
	color: #00592E;
	background-color: #fff;
	border: 1px solid #00592E;
}
.news_text_bla_o02_b01:hover {
    background-color: #00592E;
	border: 1px solid #00592E;
	color: #fff;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
}


/* --------------------------------------------------------------------
画面幅1680px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1680px){
}

/* --------------------------------------------------------------------
画面幅1280px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1280px){
.box_container_p2{
	width: 90%;
}
.main_text_box{
	padding: 200px 0;
}
.main_text01_title{
	font-size: 28px;
}
.main_text01{
	font-size: 14px;
}
.box_container_textbox{
	padding: 60px 0 20px 0;
}
.sub_content_text01{
	font-size: 20px;
}
.sub_content_text02{
	font-size: 14px;
}
}

/* --------------------------------------------------------------------
画面幅960px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:960px){
/* --------------------------------------------------------------------
ページヘッダースペース設定
-------------------------------------------------------------------- */
main {
	padding-top: 60px;
}
.main_text_box{
	padding: 100px 0;
}
.box_container_textbox{
	padding: 50px 0 20px 0;
}
.prod_con_label{
	width: 100%;
	margin: 0;
}
.prod_bo_01{
	font-size: 14px;
}
.co_text_k01{
	font-size: 12px;
	line-height: 1.5em;
}
.prod_con_label_pp02{
	width: 48%;
}
.co_text_label_text01{
	font-size: 11px;
	line-height: 2em;
}
}

/* --------------------------------------------------------------------
画面幅600px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:600px){
.sub_content_text01{
	font-size: 16px;
}
.sub_content_text02{
	font-size: 12px;
}
}

/* --------------------------------------------------------------------
画面幅480px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:480px){
.sub_content_text01{
	letter-spacing: -0.1em;
	font-size: 13px;
}
.sub_content_text02{
	font-size: 10px;
}
}