@charset "utf-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.str{
	color: #ff0000;
	font-weight: bold;
}

.kaig{
	display: none;
}

/*==================================================
contents
====================================================*/

#contents{
	padding: 15px;
}

#contents nav#subnav{
	display: none;
}

#contents section h1{
	border-left: solid 5px #ff0000;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 30px 0;
	padding-left: 10px;
	font-size: 18px;
}

#contents section article{
	padding: 0 15px 15px 15px;
}

#contents section article h2{
	border-left: solid 5px #ff0000;
	padding-left: 10px;
	margin-top: 30px;
}

/*==================================================
page company
====================================================*/
section#company div.company_top{
  display: none;
}

section#company article#greeting h2{
	margin-top: 0;
}

section#company article#greeting p{
	margin: 15px auto 0 auto;
  line-height: 1.5;
}

section#company article#greeting p.midashi{
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

.gr_midashi_br{
  display: none;
}

section#company article#greeting div.photo{
	text-align: center;
  margin-top: 30px;
}

section#company article#greeting p.fb_txt{
	text-align: center;
  line-height: 1.5;
  margin-top: 0;
}

section#company article#greeting div.fb_img{
	text-align: center;
  margin-top: 10px;
}

.gr_attention{
  color: #ff0000;
  font-weight: bold;
text-align: center;
}

.gr_attention_br{
  display: inline;
}

section#company article#rinen ul{
	margin-top: 15px;
  list-style: none;
}

section#company article#rinen li{
	line-height: 2;
  background-color: #efefef;
	padding: 15px 25px;
}

section#company article#com_detail h2.com_detail_midashi{
	margin-top: 45px;
}

section#company article#com_detail dl{
	border-bottom: solid 1px #cccccc;
	margin-top: 15px;
}

section#company article#com_detail dl dt{
	font-weight: bold;
  margin-bottom: 7px;
}

section#company article#com_detail dl dd{
	line-height: 2;
}

section#company article#map h2.map_midashi{
	margin-top: 45px;
}

section#company article#map p{
	margin: 15px 0 15px 0;
}

.map_br{
  display: inline;
}

section#company article#map iframe{
	width: 100%;
}
/*==================================================
page works
====================================================*/
section#works div.works_top{
  display: none;
}

section#works p{
  line-height: 2;
	padding: 10px 25px;
}

section#works div p.works_eigyou_midashi{
	background-color: #ffe6e6;
  margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
  border: solid 5px #ff0000;
  font-weight: bold;
}

section#works h2{
	border-left: solid 5px #ff0000;
	padding-left: 10px;
	margin-top: 30px;
	background-color: #ffe6e6;
}

section#works h3{
	border-left: solid 5px #ff0000;
	padding-left: 10px;
	margin: 30px 0 0 0;
  border-bottom: dotted 1px #ccc;
}

section#works h4{
  text-align: center;
	padding: 10px 0;
	margin-top: 40px;
  letter-spacing: 3px;
	background-color: #ffe6e6;
  border-top: solid 5px #ff0000;
  border-bottom: solid 5px #ff0000;
}

/* 営業メニュー　ボタン */
section#works div.btn01 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section#works div.btn01 a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

section#works div.btn01 label {
  display: block;
  margin: 0;
	padding: 30px 0;
	width: 100%;
  text-align: center;
	text-decoration: none;
  line-height: 1;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

section#works div.btn01 input {
    display: none;
}

section#works div.btn01 div {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#works div.btn01 div p {
    max-height: 0;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background :#efefef;
}

#btn01_bar:checked ~ #btn01_txt p {
    max-height: 1000px;
    opacity: 1;
}

section#works div#btn01_txt_pc{
    display: none;
}

/* 完全成功報酬型　ボタン */
section#works div div.btn02 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section#works div div.btn02 a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

section#works div div.btn02 label {
  display: block;
  margin: 0;
	padding: 30px 0;
	width: 100%;
  text-align: center;
	text-decoration: none;
  line-height: 1;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

section#works div div.btn02 input {
    display: none;
}

section#works div div.btn02 div {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#works div div.btn02 div p {
    max-height: 0;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background :#efefef;
}

#btn02_bar:checked ~ #btn02_txt p{
    max-height: 1000px;
    opacity: 1;
}

/* 定期派遣型　ボタン */
section#works div div.btn03{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section#works div div.btn03 a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

section#works div div.btn03 label {
  display: block;
  margin: 0;
	padding: 30px 0;
	width: 100%;
  text-align: center;
	text-decoration: none;
  line-height: 1;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

section#works div div.btn03 input {
    display: none;
}

section#works div div.btn03 div {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#works div div.btn03 div p {
    max-height: 0;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background :#efefef;
}

#btn03_bar:checked ~ #btn03_txt p{
    max-height: 1000px;
    opacity: 1;
}

/* works img */
section#works div.works_img{
    width: 100%;
    margin: 0 auto;
}

section#works div.works_img img{
    width: 100%;
}

section#works div.works_line_img{
    margin: 30px 0 0 0;
    text-align: center;
}

section#works div.works_line_img img{
    width: 41px;
    height: 35px;
}


/* メリット　ボタン */
section#works div.btn04{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section#works div.btn04 a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

section#works div.btn04 label {
  display: block;
  margin: 0;
	padding: 30px 0;
	width: 100%;
  text-align: center;
	text-decoration: none;
  line-height: 1;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

section#works div.btn04 input {
    display: none;
}

section#works div.btn04 div {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#works div.btn04 div p {
    max-height: 0;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background :#efefef;
}

#btn04_bar:checked ~ #btn04_txt p{
    max-height: 1000px;
    opacity: 1;
}

section#works div#btn04_txt_pc{
    display: none;
}

/* 実績　ボタン */
section#works div.btn05{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section#works div.btn05 a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

section#works div.btn05 label {
  display: block;
  margin: 0;
	padding: 30px 0;
	width: 100%;
  text-align: center;
	text-decoration: none;
  line-height: 1;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

section#works div.btn05 input {
    display: none;
}

section#works div.btn05 div {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#works div.btn05 div p {
    max-height: 0;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background :#efefef;
}

section#works div.btn05 div a {
    max-height: 0;
    overflow-y: hidden;
    margin-top: 0;
    padding: 0 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background :#efefef;
	  color: #6595c7;
	  text-decoration: none;
    line-height: 2;
}

#btn05_bar:checked ~ #btn05_txt p,
#btn05_bar:checked ~ #btn05_txt a{
    max-height: 1000px;
    opacity: 1;
}

section#works div.btn05 div a:hover{
	color: #6595c7;
	text-decoration: underline;
}

section#works div#btn05_txt_pc{
    display: none;
}

/* SNS運用代行 */
section#works .works_sns_midashi{
  border: solid 5px #cccccc;
  background-color: #efefef;
  margin-top: 1rem;
}

section#works .snsgaiyou{
  line-height: 2;
}

section#works .snsgaiyou p{
  margin-top: 1rem;
  padding: 0;
}

section#works .snsgaiyou img{
  max-width: 100%;
}

section#works .snsgaiyou dl{
  margin-top: 1rem;
}

section#works .snsgaiyou dl dt{
  background-color: #efefef;
  padding-left: 5px;
}

section#works .snsgaiyou dl dd{
  margin-bottom: 1rem;
  padding: 15px;
}

section#works .snsgaiyou dl dd span.bold{
  font-weight: bold;
}

section#works .snsgaiyou dl dd span.bikou{
  color: #666666;
}

section#works .snsteikyo ul{
  margin-left: 30px;
  margin-top: 1rem;
}

section#works .snsteikyo ul li{
  margin-bottom: 1rem;
}

section#works .snsteikyo p{
  background-color: #efefef;
}

section#works .snsprice{
  margin-top: 3rem;
  border: solid 5px #efefef;
}

section#works .snsprice .shoki .pricenum{
  font-weight: bold;
}

section#works .snsprice .shoki .pricenum span{
  font-size: 30px;
}

section#works .snsprice h4{
  border-top: 0;
  background-color: #ffffff;
  border-bottom: solid 5px #efefef;
  margin: 25px;
  text-align: left;
}

section#works .snsprice h4 span{
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}

section#works .snsprice ol{
  margin-left: 60px;
  margin-bottom: 1rem;
  line-height: 2;
}

section#works .snspoint ul{
  margin: 25px;
  line-height: 2;
}

section#works .snspoint ul li{
  margin-bottom: 1rem;
}

section#works .snspoint h4{
  border-top: solid 4px #cccccc;
  border-bottom: solid 5px #cccccc;
  background-color: #efefef;
}

section#works .snspoint ul.point span{
  color: #666666;
}

section#works .snspoint ul.point span span{
  color: #ff0000;
}

section#works .snspoint ul.bikou{
  border: dotted 1px #cccccc;
  padding: 15px;
  margin-bottom: 5rem;
}

section#works .snspoint ul.bikou li{
  list-style-type: none;
  font-size: 14px;
}

section#works .snspoint ul.bikou li:last-child{
  margin-bottom: 0;
}

section#works .snspoint ul.bikou li span{
  font-weight: bold;
}

section#works .bukken dl{
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#works .bukken dl dt{
  width: 100px;
}

section#works .bukken dl dd{
  width: calc(100% - 120px);
  margin-bottom: 1rem;
}

section#works .bukken dl dd img{
  width: 100%;
}

/*==================================================
page recruit
====================================================*/
section#recruit div.recruit_top{
  display: none;
}

/*==================================================
page news
====================================================*/
section#news div.news_top{
  display: none;
}

section#news article h2{
	border-left: solid 5px #ff0000;
	padding-left: 10px;
	margin: 30px 0 0 0;
  border-bottom: dotted 1px #ccc;
}

.news_date{
font-size: 12px;
margin-top: 10px;
}

.news_txt{
	background-color: #efefef;
	padding: 15px 25px;
  line-height: 2;
}

/*==================================================
page contact
====================================================*/
section#contact div.contact_top{
  display: none;
}

section#contact article#telinfo p{
	margin-top: 15px;
  line-height: 2;
}

section#contact article#telinfo p .c_tel{
	font-size: 24px;
	font-weight: bold;
	color: #d92f2f;
}

section#contact article#telinfo p.c_tlfxbx{
	text-align: center;
}

section#contact article#telinfo p.c_tlfxbx_mini{
	text-align: center;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.5;
}

section#contact article#c_form p.c_info{
	margin: 15px 0 30px 0;
}

section#contact article#c_form form dl{
	margin-bottom: 30px;
	background-color: #efefef;
}

section#contact article#c_form form dl dt{
	padding: 5px;
}

section#contact article#c_form form dl dd{
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
}

section#contact article#c_form form input.txbx{
	width: 96%;
}

section#contact article#c_form form textarea{
	width: 96%;
}

.contact_br_tb{
  display: none;
}

section#contact article#c_form form p#submit_but{
	text-align: center;
}

section#contact article#c_form form p input{
  width: 50%;
  margin-bottom: 15px ;
	padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

/*==================================================
page link
====================================================*/
section#link div.link_top{
  display: none;
}

section#link article h2{
	border-left: none;
  padding: 0;
}

section#link article h2 a{
  display: block;
  margin: 0;
	padding: 30px 0;
	width: 100%;
  text-align: center;
	text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

section#link p{
  line-height: 2;
  font-size: 14px;
	padding: 0 15px;
}

section#link article p.link_txt{
	background-color: #efefef;
	padding: 15px 25px;
  border-radius:7px;
  line-height: 2;
  font-size: 16px;
}

/*==================================================
page policy
====================================================*/
section#policy article p{
	margin: 15px 0 0 0;
  line-height: 2;
}

section#policy article ol{
  margin-top: 15px;
	line-height: 2;
}

section#policy article ol li{
	margin-left:45px;
}

section#policy article h3{
	margin: 30px 0 15px 0;
}

section#policy article ul li{
	margin-left: 45px;
  line-height: 2;
}

section#policy article p#name{
	text-align: right;
}

/*==================================================
page sitemap
====================================================*/
section#sitemap ul li{
  list-style: none;
	padding-bottom: 15px;
  padding-left: 17px;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px){

	/* contents */
	#contents{
		padding: 0 1% 1% 1%;
	}

	#contents nav#subnav{
		display: block;
		width: 30%;
		float: left;
	}

	#contents nav#subnav ul li a img{
	opacity: 1;
	filter: alpha(opacity=100);
  width: 100%;
  max-width: 308px;
	height: auto;
}

	#contents nav#subnav ul li a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

	#contents section{
		width: 68%;
		float: right;
	}

	/* page company */
section#company div.company_top{
  display: block;
}

section#company div.company_top img{
  width: 100%;
}

  section#company article#greeting p{
  width: 80%;
	margin: 30px auto 0 auto;
}

  section#company article#greeting p.midashi{
  text-align: center;
}

.gr_midashi_br{
  display: inline;;
}

section#company article#com_detail h2.com_detail_midashi{
	margin-top: 30px;
}

section#company article#greeting div.photo{
	text-align: right;
  width: 80%;
  margin: 30px auto 0 auto;
}

.fb_br{
 display: none;
}

section#company article#greeting div.fb_img{
	text-align: right;
  width: 80%;
  margin: 15px auto 0 auto;
}

section#company article#greeting p.fb_txt{
  width: 80%;
	text-align: right;
  margin-top: 0;
  line-height: 1;
}

	section#company article#com_detail dl{
		margin-top: 15px;
	}

	section#company article#com_detail dl.detail_01{
		padding-top: 15px;
	  border-top: solid 1px #cccccc;
	}

	section#company article#com_detail dl dt{
		width: 20%;
		float: left;
    line-height: 1.5;
	}

	section#company article#com_detail dl dd{
		width: 75%;
		float: right;
	  line-height: 1.5;
    margin-bottom: 13px;
	}

	section#company article#rinen ul{
  width: 100%;
  margin: 30px auto;
	}

	section#company article#rinen ul li{
  padding: 10px 30px;
	}

section#company article#map p{
	margin: 15px 0;
  line-height: 1.5;
}

.map_br{
  display: none;
}

	/* page works new */
section#works div.works_top{
  display: block;
}

section#works div.works_top img{
  width: 100%;
}

section#works h3{
	margin: 45px 0 0 0;
}

section#works h4{
	padding: 20px 0;
}

section#works h4.works_h4_margin{
  margin-top: 50px;
}

section#works div.works_img img{
    vertical-align: middle;
}

section#works div p.works_eigyou_midashi{
  margin-top: 30px;
}

section#works div.btn01 label {
  display: none;
}

section#works div.btn01 div p {
    height: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background :#fef5f5;
}

section#works div p.works_txt02_midashi{
    margin: 15px 0;
}

section#works div div.btn02 label {
  display: none;
}

section#works div div.btn02 div p {
    height: 100%;
    max-height: none;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background :#fef5f5;
}

section#works div p.works_txt03_midashi{
    margin: 15px 0;
}

section#works div div.btn03 label {
  display: none;
}

section#works div div.btn03 div p {
    height: 100%;
    max-height: none;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background :#fef5f5;
}

section#works div.btn04 label {
  display: none;
}

section#works div.btn04 div p {
    height: 100%;
    max-height: none;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background :#fef5f5;
}

section#works div.btn05 label {
  display: none;
}

section#works div.btn05 div p {
    height: 100%;
    max-height: none;
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 15px;
    background :#fef5f5;
}

section#works div.btn05 div a {
    height: 100%;
    max-height: none;
    overflow-y: hidden;
    margin-top: 0;
    padding-bottom: 15px;
    background :#fef5f5;
}

section#works .snsgaiyou{
  display: flex;
  justify-content: space-between;
}

section#works .snsgaiyou p{
  width: 50%;
}

section#works .snsgaiyou dl{
  width: 48%;
}

section#works .snsprice{
  display: flex;
  justify-content: space-between;
}

section#works .snsprice p{
  width: 39%;
}

section#works .snsprice div{
  width: 59%;
}

section#works .snsprice div h4{
  padding-top: 0;
}

	/* page news */
section#news div.news_top{
  display: block;
}

section#news div.news_top img{
  width: 100%;
}

.news_date{
margin-top: 10px;
}

.news_txt{
	background-color: #efefef;
	padding: 15px 30px;
  line-height: 1.7;
}

	/* page contact */
section#contact div.contact_top{
  display: block;
}

section#contact div.contact_top img{
  width: 100%;
}

section#contact article#telinfo p.c_tlfxbx{
  margin-top: 20px;
  line-height: 1.5;
}

section#contact article#telinfo p.c_tlfxbx_mini{
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

section#contact article#telinfo p .c_tel{
	font-size: 26px;
  letter-spacing: 2px;
}

	section#contact article#c_form form{
		margin: 30px 0 30px 0;
	}

	section#contact article#c_form form dl{
		background-color: #ffffff;
	}

	section#contact article#c_form form dl dt{
		width: 23%;
		float: left;
	  padding: 5px 0 0 0;
	}

	section#contact article#c_form form dl dd{
		width: 72%;
		float: right;
    padding-bottom: 30px;
    padding-left: 15px;
	}

	section#contact article#c_form form input.txbx{
		width: 99%;
	}

	section#contact article#c_form form textarea{
		width: 99%;
	}

section#contact article#c_form form p input{
  width: 30%;
  margin: 0 30px;
	padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color :#fff;
  background :#545454;
	background-image: -webkit-linear-gradient(0deg, #545454, #cccccc);
	background-image: linear-gradient(0deg, #545454, #cccccc);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
  cursor :pointer;
  border-radius:7px;
}

.contact_br_tb{
  display: inline;
}

.contact_br_mb{
  display: none;
}

	/* page recruit */
section#recruit{
    height: 600px;
}

section#recruit div.recruit_top{
  display: block;
}

section#recruit div.recruit_top img{
  width: 100%;
}

	/* page link */
section#link div.link_top{
  display: block;
}

section#link div.link_top img{
  width: 100%;
}

	/* page privacy-policy */
section#policy article ol li{
	padding: 10px 0 0 0;
}

	/* page sitemap */
	section#sitemap{
    height: 600px;
}

	section#sitemap ul li{
		margin-left: 60px;
		line-height: 2;
	}


}

/* PC向けレイアウトの指定：1100px以上では固定レイアウト */
@media only screen and (min-width: 1100px){

	.kaig{
		display: block;
	}

	#contents{
		padding: 0 0 15px 0;
	}

	#contents section{
		width: 70%;
		float: right;
	}

	#contents nav#subnav{
		display: block;
		width: 28%;;
		float: left;
	}

	/* page company */
	section#company article#com_detail dl{
    position: relative;
		margin-top: 10px;
	}

	section#company article#com_detail dl.detail_01{
		padding-top: 10px;
	}

section#company article#com_detail dl dd{
  margin-bottom: 9px;
}

	/* page works */
section#works h4{
	margin-top: 30px;
}

section#works div div.works_kanzen{
  float: left;
  width: 50%;
  margin: 0;
  text-align: center;
}

section#works div p.works_txt02_midashi{
  float: right;
  width: 42%;
  background: #fff;
  padding-top: 95px;
  margin: 0;
}

section#works div div.works_teiki{
  float: right;
  width: 50%;
  margin: 0;
  text-align: center;
}

section#works div p.works_txt03_midashi{
  float: left;
  width: 42%;
  background: #fff;
  padding-top: 95px;
  padding-bottom: 0;
  margin: 0;
}

	/* page contact */
.contact_center_pc{
		text-align: center;
	}

	/* page link */
section#link article p.link_txt{
  font-size: 14px;
}


}
