@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
div{
	box-sizing:border-box;
}

.flex{
	display:flex;
	flex-wrap:wrap;
}

.cb {
	clear: both;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
header{
	text-align:center;
	margin-top:calc(10px + 0.4vw);
}
.fluid {
	clear: both;
	margin-top:15px;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
li{
	margin-bottom: 0.7em;
	font-size: 105%;
	color: #008000;
	/* font-weight:bold; */
}
@media(max-width:500px){
	li{
		font-size:90%;
	}
}
input:required:invalid,
input:required:valid
{
    box-shadow: none;
    outline: none;
	border:1px solid #888;
	background: #fff;
	border-radius:3px;
	padding:5px;
}


ul.alert li{
	color:#d00;
}
li a{
	text-decoration:underline;
}
a {
	color: #1b94d1;
	text-decoration: none;
}
a:hover {
	color: #69c;
	text-decoration: underline;
}
a.uc,a.uc#hover{
	color:#ccc;
	cursor: default;
	text-decoration: none;
}

.link1 {
	text-align: right;
	margin-top: 10px;
}
.link1 a {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 0 10px 5px 10px;
	margin: 5px 10px 10px 10px;
	font-size: 13px;
	letter-spacing: 2px;
}
body {
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	/*background:url(../image/bg.jpg) center top no-repeat;*/
}
blockquote{
	margin:0.3em 0 0.3em 1em;
}
#topbar {
	background-color: #03b;
	color: #fff;
}
#topbar h1 {
	font-size: 75%;
	letter-spacing: 3px;
	font-weight: normal;
	padding: 7px 0;
}

.pagetitle{
	float: left;
	width:27%;
	margin-left:1%
}
.pagetitle_text{
	float: left;
	width:27%;
	hight:27%;
	margin-left:1%
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background-color:#fb0;
}
.logo2{
	float: left;
	width: 70%;
	margin-left: 1%;
	margin-top:1.1%
}
.box_bousai2{
	float:left;
	width: 68%;
	margin: 4.2% 0 0 2%;
}
.box_bousai2 a{
	background-color:#e73828;
	display:block;
	width:100%;
}
.box_bousai2 img{
	width:75%;
	margin:0;
}
.program small{
	font-size:85%;
	line-height: 1.2;
	display:inline-block;
	padding:4px 2px;
	border-radius:3px;
}
big{
	font-size:130%;
	line-height:180%;
}
h2{
	font-size:150%;
	font-weight:400;
	line-height:130%;
	letter-spacing:2px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
h2.no_kaigai{
	font-size:130%;
	text-align:center;
	color:#c00;
}

h3 {
	color:#555;
	border-left:10px solid #c33;
	padding:0 0 0 10px;
	margin:35px 0 15px 0;
}
h4{
	font-size:115%;
	margin-bottom:0.5em
}
h5{
	font-size:95%;
	padding:4px 4px 2px;
	margin: 40px 0 5px;
	border-bottom:1px solid #ccc;
}

p {
	font-size: 95%;
	line-height: 1.5em;
}
.bluebtn{
	display:inline-block;
	background-color:#00a5e2;
	padding: 2px 10px 4px;
	border-radius:5px;
	color:#fff;
	letter-spacing:2px;
	font-size:120%;
}
.bluebtn:hover{
	color:#fff;
}
.gijiroku_list a{
	display:inline-block;
	margin:0 15px
}

@media only screen and (min-width: 769px){
	h2{
		font-size:220%
	}
	h4{
		font-size:150%;
	}
	p {
		font-size: 105%;
		line-height: 1.5em;
	}
}

.cf:after{
	content:" ";
	display:block;
	clear:both;
}
.tac{
	text-align:center;
}


#pages_main .pc2sp1 p{
	width:98%;
	margin:2vw 1% 8vw;
}
#pages_main .pc2sp1 p b{
	display:block;
	text-align:center;
	margin-bottom:7px;
	font-size:105%;
}
#pages_main .pc2sp1 p span{
	display:inline-block;
	font-size:90%;
	line-height:1.4;
	padding:0 20px
}
@media(min-width:481px){
	#pages_main .pc2sp1 p{
		width:48%;
		margin:5px 1% 30px;
	}
}
.news_tab_wrap{
	margin-top:20px;
}

.news_tab{
	background-color:#9cc;
	display:inline-block;
	margin: 0 0 0 0;
	padding:0 20px 0;
	color:#fff;
	font-size:110%;
	letter-spacing:2px;
	float:left;
}
.news_all{
	float:right;
	margin-right:2%
}
.news_all a{
	padding-left:13px;
	background:url(../image/news_arrow.png) 0 4px no-repeat;
	background-size:10px;
}

.news_box{
	box-sizing:border-box;
	width: 100%;
	border:4px solid #9cc;
	margin: 0 auto;
	padding: 5px 3% 8px;
}
.news_box a{
	text-decoration:underline;
	text-decoration-color:#9bb;
}
.news_box table,.news_box th,.news_box td{
	border:0;
}
.news_box th{
	text-align:left;
	font-weight:normal;
	padding-right:20px;
	padding-left: 0;
	background:url(../image/news_arrow.png) right 9px no-repeat;
	background-size:10%;
}
@media(max-width:500px){
    .news_box th{
        font-size:85%;
    	padding-right:10px;
    }
    .news_box td{
        font-size:100%;
    }
}


.bottom_links{
	width:100%;
	text-align:center;
	margin: 25px 0 12px;
}
.bottom_links a{
	font-size:85%;
	display:inline-block;
	margin:0 3px;
}

/* モバイルここから！Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 86.45%;*/
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.footerContainer {
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
}
/*ヘッダー内ロゴと電話番号部分ここから*/
#header p.logo {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#header p.logo img {
	width: 96%;
}
#header p.phone {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header p.phone img {
	/*width: 70%;*/
}
/*ここまで*/

/*グローバルナビゲーションここから*/
.area001 nav ul li {
	width: 100%;
	border-bottom: 1px solid #0033cc;
	border-right: none;
	text-align: center;
}
.area001 nav ul li a {
	display: block;
	height: auto;
	line-height: 1em;
	font-size: 17px;
	text-align: center;
	padding: 2%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
}
.icon {
	padding-top: 8px;
	display: none;
	text-align: center;
	font-size: 12px;
}
/*スライドショーここから*/
#slideshow {
	position: relative;
	width: 100%; /* 画像の横幅に合わせて記述 */
	height: auto; /* 画像の高さに合わせて記述 */
	clear: both;
	padding-top: 20px;
	margin-bottom: 41%;
}
#slideshow img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/*スライドショーここまで*/

/*メインコンテンツここから*/
#main {
	width: 100%;
}
#main .menu-list {
	width: 100%;
}
#main h2 {
	text-align: center;
	color: #0033cc;
	/*ボックス装飾*/
	padding: 5px;/* background: #fff; */
	/*ここまで*/
	
/*	ボックス隙間
	margin-left:3%;
	もしボックスを使用する場合に隙間ありかなしか調整できます。
*/
}
#main h2 span.red {
	color: #dd0000;
}

p.btn{
	text-align:center;
	margin-top:20px;
}
.bq1{
	margin-top:-0.3em;
	margin-left:1.5em
}


#main p.img {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
#main p.img img {
	width: 80%;
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#main div.comment {
	width: 90%;
	margin: 10px auto;
	margin-bottom: 30px;
	/*ボックス装飾*/
	border-top: #ddd solid 0.5px;
	padding: 5px;/* background: #fff; */
		/*ここまで*/
}
#pages_main{
	margin: 40px 20px;
	font-size:120%;
}
@media(max-width:700px){
	#pages_main{
		margin: 5vw 2vw;
	}
}
#pages_main p{
	margin-bottom:0.5em;
}
.pan{
	font-size:75%;
}


.blue{
	color: #2bb4c3;
	font-weight:500;
}

.fbtw{
	text-align:center;
	width:100%;
	margin-bottom:2px;
}

.fbtw a{
	display:inline-block;
	margin: 5px 0 5px 15px;
}
.fbtw img{
	width: calc(32px + 1vw);
}
@media(max-width:600px){
	.fbtw{
		text-align:center;
		margin: 15px 0 5px;
	}	
    .fbtw a{
    	margin: 5px 7px;
    }
}

.simul_wrap{
	display:flex;
}
.simul{
	float:left;
	text-align:center;
}
.simul iframe{
	min-width:360px;
	max-width:100%;
	height:1080px;
	border:0;
	margin:0 auto;
}
.simul_guide{
	float:left;
	margin-left:5%;
	margin-bottom:30px;
}
.ytlinks,.notelinks{
	display:inline-block;
	padding:10px;
	font-size: 90%;
}
.ytlinks a,.notelinks a{
	margin: 0 20px 17px 0;
	background:#eee;
	padding: 4px 8px;
	border-radius:5px;
	font-size:110%;
	display:inline-block;
}
.ytlinks a img{
	height: 1em;
	vertical-align: -0.1em;
	margin-right:8px;
}
.notelinks a img{
	height: 1.3em;
	vertical-align: -0.2em;
	margin-right:8px;
}
#pages_main .notelinks p{
	margin-bottom:0;
}
#pages_main p.note_all{
	margin-top:-16px;
	margin-bottom:30px;
	margin-left:15px;
}
.note_all a{
	font-size:80%;
	background:none;
	padding:0;
	margin:0;
}
@media(max-width:650px){
	.simul_wrap{
		flex-flow: column;
	}	
}

/*メインコンテンツここまで*/
table#form{
	border-collapse:collapse;
	width:100%;
	max-width: 92vw;
}
@media(max-width:768px){
	table#form select{
		font-size:70%;
	}
	table#form th{
		font-size:85%;
	}
	table#form td{
		overflow-x:hidden;
	}
	table#form input[type=file]{
		font-size:80%;
	}
}
table#form td,table#form th{
	border:1px solid #bbb;
	background:#e5e5e5;
	padding:10px
}
table#form td{
	background:#f8f8f8;
	max-width:65vw;
}
table#form th{
	width: 35%;
	/* min-width:100px; */
}
table#form label{
	display:inline-block;
	margin-bottom:0.3em
}
table#form input[type=checkbox],
table#form input[type=radio]{
	margin-right:4px;
	vertical-align:0;
}
table#form th b,table#form th i{
	display:inline-block;
	font-size:75%;
	margin-left:8px;
	border-radius:3px;
	padding: 0 3px 1px;
	vertical-align:1px;
}
table#form th b{
	color:#d00;
	border:1px solid #d00;
}
table#form th i{
	color:#33f;
	border:1px solid #33f;
}
.input_text{
	box-sizing:border-box;
	width:100%;
	/* max-width:360px; */
}

/*サブコンテンツ内容ここから*/

#sub p.banner {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 1px 0 #ddd;
	-webkit-box-shadow: 0 1px 1px 0 #ddd;
	text-align: center;
}


.backhome{
	text-align:center;
	margin: 50px 0 50px;
}
.backhome img{
	width:180px;
	max-width:40vw;
}
/*フッターここから*/
#footer {
	clear: both;
	width: 100%;
	/* border-top:1px solid #ccc; */
	margin-top:5px;
	/*background: url(../image/footer-bg.png) top center repeat;*/
}
.footer_color{
	background-color:#666;
	padding-top: 18px;
}

#footer .area002 {
	/*border-top:2px solid #cccccc;*/
	width: 100%;
	margin: 0 auto;
}
#footer .area002 nav ul li {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-bottom: none;
	text-align: center;
}
.area002 nav ul li a {
	display: block;
	height: auto;
	border-right: 1px solid #03b;
	line-height: 1em;
	font-size: 14px;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	text-decoration: none;
}
/*メモ：first-childをaに実装させたいときはli:first-child aで動く*/
.area002 nav ul li:last-child a {
	border-right: none;
}
/*メモ：擬似クラスを実装させたいときはnth-child()で動く*/
.area002 nav ul li:nth-child(3) a {
	border-right: none;
}
/*ロゴボトム*/
#footer p.logosub {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#footer p.logosub img {
	width: 60%;
}
/*住所のボックス*/
#footer .bottom {
	width: 100%;
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
}
.mapicon {
	margin-bottom: 15px;
}
#footer p.footerinfo {
	text-align: center;
	color:#ccc;
	letter-spacing:1px;
	font-size:95%;
	/*background-color:#ccc;*/
	margin:1%;
}
/*コピーライト*/
#footer p.copy {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
	font-size: 90%;
	color: #aaa;
}
/*スクロールボタン*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 0px;
}
#pagetop img {
	width: 50%;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.product_name{
	height:2.4em;
	overflow:hidden;
	line-height:1.2em;
	font-size:1em;
}
/*ボタン*/
a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.buttons a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.box_bousai,.box_recruit{
	float:left;
	width:98%;
	margin: 2% 1% 2% 1%;
}
.box_recruit{
	margin-bottom:0;
}

.box_bousai a,.box_recruit a{
	background-color:#e73828;
	display:block;
	width:100%;
}
.box_recruit a{
	background-color: #1995c3;
}

.box_bousai img{
	width:90%;
	margin:1px;
}
.box_recruit img{
	/* width:100%; */
	margin: -2px 0;
}
@media(max-width:600px){
	.box_recruit img{
		width:100%;
		margin: 1.5vw 0;
	}	
}

/*防災工事中*/
.uc_bousai{
	background-color: #e9e9e9;
}
.buttons{
	/* margin-left:-1%; */
	/* margin-right:-1%; */
}

.box{
	float:left;
	width: 30.9%;
	margin: 0 1.2% 2% 1.2%;
}
.box-cheki{
	width: 32%;
	margin: 0 2% 2% 0;
	padding:0;
}
.box-cheki:nth-child(3n){
	margin: 0 0 2% 0;
}


.box-ban{
	width: 49%;
	margin: 0 2% 15px 0;
	padding:0;
}
.box-ban:nth-child(2n){
	margin: 0 0 15px 0;
}
.box-ban img{
    width:100%;
    height:30vw;
    max-height:256px;
    object-fit:contain;
    background-color:#ccc
}


.box-cheki p, .box-ban p{
	text-align:center;
	margin-top: 4px;
	font-size:80%;
}
.box img{
	max-width:100%;
	height:auto;	
}
.page_intro{
	width:90%;
	margin:10px auto 30px;
	font-weight:bold;
	line-heigt:1.3;
	font-size:100%;
	color:#66F
}
.news_img{
	box-sizing:border-box;
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
#pages_main .news_img p{
	margin-bottom:0;
	margin-top:10px;
	display:inline-block;
	background-color:#00a5e2;
	padding: 2px 10px;
	border-radius:5px;
	color:#fff;
	font-size:85%;
	font-weight:bold;
	letter-spacing:4px;

}
.koukoku th{
	color:#fff;
	background:#666;
}
.koukoku td{
	text-align:center;
	vertical-align:middle;
}
.koukoku_kakko{
	text-align:right;
	font-size:85%;
	margin-bottom: 1px !important;
}
.rightgray td{
	background-color:#eee
}

/*パーソナリティ*/
.psn_left{float:none;width:100%;}
.psn_right{
	float:none;
	width:100%;
	text-align:center;
}
.psn_right h5{
	margin: 15px 0 3px;
	color:#a00;
} 
.psn_right h3{
	border-left: none;
	margin:0;
	padding:0;
	font-size:160%;
	color:#555
} 
.psn_left img{
	margin-bottom:10px;
}

.btn1{
	display:inline-block;
	box-sizing:border-box;

	background-color:#bbb;
	color:#fff;
	padding:2px 6px;
	margin-bottom:8px;
	border-radius:5px;


}
.btn2{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	background-color:#aaa;
	color:#fff;
	padding:10px 6px;
	margin-bottom:8px;
	border-radius:5px;
	font-size: 100%;
	font-weight:bold;
	box-shadow:#ddd 3px 3px 3px;
	text-align:center;
}
.chushaku{
	display:inline-block;
	font-size: 80%;
	font-weight:normal;
	line-height:1.3;
	margin-top: 4px;
	text-align:left;
	text-indent:-1em;
	padding-left:1em;
}
.chushaku2{
	font-size: 92%;
	line-height: 120%;
	margin-top:-6px;
	color:#c00;
}

.bottom_links2 a{
    display:inline-block;
    width:49%;
    border:1px solid #999;
    box-sizing:border-box;
    margin-bottom:2%;
}
.bottom_links2 a:nth-child(odd){
	margin-right:2%;
}



/* タブレットここから！Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. ----------------------------------------------------*/

@media only screen and (min-width: 481px) {
	.koukoku_right{
		padding-top: 1.5em;
		padding-left:1em;
		font-size:90%;
	}
	.page_intro{
		font-size:120%;
	}
	.max40 {
		max-width: 45%;
	}
	.gridContainer, .footerContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
		clear: none;
		float: none;
		margin-left: auto;
	}
	.hide_tablet {
		display: none;
	}
	.zeroMargin_tablet {
		margin-left: 0;
	}
	
	/*ボタン*/
	.box_bousai img{
		width:80%;
	}
	.box{
		float:left;
		width:23%;
		margin:0 1% 2% 1%;
	}
	.box-cheki,.box-cheki:nth-child(3n){
		width: 23.5%;
		margin: 0 2% 1% 0;
	}
	.box-cheki:nth-child(4n){
		margin: 0 0 1% 0;
	}
    .box-ban{
    	width:32%;
    }
    .box-ban:nth-child(2n){
    	margin:0 2% 15px 0;
    }
    .box-ban:nth-child(3n){
    	margin:0 0 15px 0;
    }
	.box-cheki p{
		font-size:80%;
	}
	.box img{
		max-width:100%;
		height:auto;	
	}
	.news_img img{
		max-width:480px;
		max-height:480px;
	}
	.news_box th{
		padding-right:30px;
	}
	.news_box td{
		padding-left:20px;
	}
	.pc50{
		float:left;
		width:50%;
	}

}


/*デスクトップここから！ Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (max-width: 768px) {
	.pconly{
		display:none;
	}
}
@media only screen and (min-width: 769px) {
	.sponly{
		display:none;
	}
	.pan{
		font-size:90%;
	}
	.pcfl{
		width:49%;
		margin-right:1%;
		float:left;
	}
	.pcfr{
		width:49%;
		margin-left:1%;
		float:right;
	}
	.gridContainer, .footerContainer {
		/* width: 88.5%; */
		max-width: 874px;
		/* padding-left: 0.75%; */
		/* padding-right: 0.75%; */
		/* margin: auto; */
		/* clear: none; */
		/* float: none; */
		/* margin-left: auto; */
	}
	.news_img{
		background-color: #eee;
		width:100%;
		padding:20px;
	}
	
	#header p.logo {
		box-sizing:border-box;
		text-align: center;
		padding: 15px;
	}

	#header p.logo img {
		width:80%
	}
	
	#header p.phone {
		width: 30%;
		float: right;
		text-align: right;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#header p.phone img {
		/*width: 50%;*/
	}
	nav .icon{
		display:block;
	}
	/*ここまで*/
	
	.news_box{
		font-size:140%;
	}
	.news_box a{
		text-decoration:underline;
		text-decoration-color:#9bb;
	}
	
	
	/*グローバルナビゲーションここから*/
	.area001 {
		max-width: 1200px;
		margin: 0 auto;
	}
	.area001 nav ul li {
		width: 19.5%;
		margin-left: 0.6%;
		float: left;
		background: url(../image/footer-bg.png) left top repeat-x;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 10px 0 0 0;
	}
	.area001 nav ul li:hover {
		background-color: #fff5f5;
	}
	.area001 nav ul li:first-child {
		margin-left: 0;
	}
	/*メインコンテンツここから*/
	#main {
		width: 100%;
	}
	#main .menu-list {
		width: 32%;
		box-sizing: border-box;
		float: left;
		margin-left: 2%;
		background-color: #f8f8f8;
		border: #ccc solid 1px;
		border-left: #0033cc solid 8px;
	}
	#main .menu-list:first-child {
		margin-left: 0;
	}
	#main h2 {
		text-align: center;
	}
	#main p {
		font-size: 98%;
	}
	#main p.img {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 20px;
	}
	#main p.img img {
	/* padding:5px; */
		/* border-top:1px solid #cccccc; */
		/* border-left:1px solid #cccccc; */
		/* border-right:1px solid #666666; */
		/* border-bottom:1px solid #666666; */
	}
	#main div.comment {
		margin-bottom: 0px;/*ここまで*/
	}
	/*メインコンテンツここまで*/
	
	
	/*サブコンテンツ内容ここから*/
	
	#sub {
	}
	/*フッターここから*/
	
	/*メニュー部分*/
	#footer .area002 {
		/*border-top:2px solid #cccccc;*/
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	#footer .area002 nav ul li {
		width: 16.66%;
		padding-top: 10px;
		padding-bottom: 10px;
		float: left;
		border-bottom: none;
		text-align: center;
	}
	.area002 nav ul li a {
		display: block;
		height: auto;
		line-height: 1em;
		font-size: 14px;
		text-align: center;
		padding: 12px 2%;
		margin: 10px 0;
		text-decoration: none;
	}
	.area002 nav ul li a:hover {
		background-color: rgba(255, 245, 245, 0.6);
	}
	/*メモ：first-childをaに実装させたいときはli:first-child aで動く*/
	.area002 nav ul li:last-child a {
		border-right: none;
	}
	/*メモ：first-childをaに実装させたいときはli:first-child aで動く/デスクトップ時は3番目の表示も必要*/
	.area002 nav ul li:nth-child(3) a {
		border-right: 1px solid #0033cc;
	}
	.bottom_links2 a:nth-child(odd),.bottom_links2 a:nth-child(even){
		width:24%;
		margin-right:1.33%;
		margin-top:20px;
		margin-bottom:0;
	}
	.bottom_links2 a:last-child{
		margin-right:0;
	}
	/*ロゴボトム*/
	#footer p.logosub {
		width: 400px;
		float: left;
		text-align: left;
		padding-top: 10px;
	}
	#footer p.logosub img {
		width: 90%;
	}
	/*住所のボックス*/
	#footer .bottom {
		width: 400px;
		float: left;
		padding-top: 10px;
		font-size: 95%;
		margin-top: 0;
		text-align: left;
	}
	#footer .mapicon {
		float: right;
		padding-top: 5px;
		padding-left: 15px;
		width: 50px;
		margin-bottom: 0;
	}
	#footer p.copy {
		clear: both;
		font-size: 90%;
	}
	.zeroMargin_desktop {
		margin-left: 0;
	}
	.hide_desktop {
		display: none;
	}
	.box_bousai img{
		width:60%;
	}
	.box_recruit img{
		width: 100%;
	}
	
	
	
	
	
	/*各ページまとめ*/
	
	#main {
		width: 100%;
		margin: 0 auto 2.5%;
	}
	.img-left {
		float: left;
		margin: 0 15px 15px 0;
	}
	.img-right {
		float: right;
		margin: 0 0 15px 15px;
	}
	td, th {
		padding: 3px 6px;
	}
	/*ページタイトル*/
	h1.ttl {
		color: #444;
		font-size: 28px;
		text-indent: 0.5em;
		margin-top: 40px;
		margin-bottom: 0;
		border-left: 10px solid #0033dd;
		border-bottom: 1px solid #ddf;
		background-color: #fafafa;
		padding: 8px 8px 8px 15px;
		letter-spacing: 3px;
	}
	h2.nagare {
		width: 100%;
		margin-top: 30px;
		font-size: 18px;
		font-weight: lighter;
		text-align: left;
		padding: 5px;
		background: #fff;
		border-top: 1px #0033cc solid;
		border-bottom: 1px #0033cc solid;
	}
	.nagare {
		border-bottom: 1px dotted #c3c3c3;
		padding-bottom: 10px;
	}
	.nagare p span.option {
		font-size: 25px;
		color: #FF9933;
		font-weight: bold;
		line-height: 1.5;
		padding-right: 1px;/*文字頭揃える*/
	}
	p.in {
		text-indent: 1em;/*文字頭揃える*/
		margin-top:5px;
		line-height:130%;
	}
	/*受注流れの文章ボックスと画像のボックス部分フロート*/
	#box1 {
		width: 100%;
	}
	#box2 {
		width: 100%;
		text-align: center;
	}
	#box2 p img {
		/*画像を立体的に*/
		padding: 5px;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	#box2 p.p1 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	/*製品ギャラリー部分*/
	.gallery {
		margin-left: -8%;
	}
	.gallery div {
		width: 42%;
		margin-left: 8%;
		float: left;
		text-align: center;
		margin-bottom: 12px;
	}
	.gallery div img {
		width: 100%;
	}
	form#mail_form {
		width : 100%;
	}
	form#mail_form dl {
		width : 100%;
		overflow : hidden;
	}
	form#mail_form dl dt {
		clear : both;
		padding : 10px 00;
	}
	form#mail_form dl dd {
		width : 100%;
		padding : 10px 0;
	}
	form#mail_form dl dt span {
		display : block;
		font-size : 85%;
		color : #3377ff;
		border-bottom: 1px solid #0033dd;
	}
	form#mail_form dl dt span.essential { /* JavaScriptによってdt内に挿入 */
		display : inline;
		color : #ff3030;
		font-weight : bold;
		margin-right : 1em;
		border: 1px solid #ff3030;
	}
	form#mail_form dd div { /* 入力エラーメッセージがJavaScriptによって出現 */
		color : #ff0000;
	}
	form#mail_form input {
		height : 1.5em;
		border : 1px solid #cccccc;
	}
	form#mail_form input:focus, form#mail_form textarea:focus {
		box-shadow : 0px 0px 5px #55ccff;
		border : 1px solid #55ccff;
		background : #ffffff;
	}
	.w350 {
		width : 350px;
	}
	form#mail_form ul li label:hover {
		cursor : pointer;
	}
	form#mail_form ul li input {
		height : auto;
		margin-right : 0.5em;
	}
	form#mail_form input#phone {
		width : 350px;
	}
	form#mail_form textarea#mail_contents {
		width : 350px;
		height : 200px;
		resize : vertical;
		border : 1px solid #cccccc;
		background : #fafafa;
	}
	form#mail_form input#mail_submit_button {
		width : 100%;
		height: 40px;
		padding : 4px 10px;
		vertical-align : middle;
		color : #444444;
		background : #eeeeee;
		border : 1px solid #cccccc;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight : bold;
	}
	form#mail_form input#mail_submit_button:hover {
		color : #106dff;
		background : #e0e0e0;
	}
	
	#policy h4{
		margin:20px 0 10px 0;
		color:#444;	
	}
	#policy p{
		line-height:150%;	
	}



	.pcbq {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*受注から納品まで*/
	.nagare p span.option {
		font-size: 25px;
		color: #FF9933;
		font-weight: bold;
		line-height: 1.5;
		padding-right: 5px;/*文字頭揃える*/
	}
	p.in {
		text-indent: 1em;/*文字頭揃える*/
		font-size: 14px;
		line-height: 145%;
	}
	/*受注流れの文章ボックスと画像のボックスフロート*/
	#box1 {
		width: 40%;
		float: left;
	}
	#box2 {
		width: 58%;
		float: right;
		text-align: center;
	}
	/*画像サイズ調整*/
	#box2 p img {
		/* width: 70%; */
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	/*画像左右フロート*/
	#box2 p.p1 {
		text-align:center;
		padding-bottom: 8px;
	}
	/*製品ギャラリー部分*/
	.gallery {
		margin-left: -4%;
	}
	.gallery div {
		width: 21%;
		margin-left: 4%;
	}
	
	/*お問い合わせフォーム*/
	#contact {
		width: 50%;
		float: left;
	}
	/*個人情報保護*/
	#policy {
		width: 40%;
		float: right;
		border-top: none;
		border-bottom: none;
	}
	.bottom_links a{
		font-size:130%;
		display:inline-block;
		margin: 0 5%;
	}
	/*パーソナリティ*/
	.psn_left{
		float:left; width:45%;
	}
	.psn_right{
		float:right; width:52%;text-align:left
	}
    .fbtw{
        margin-bottom:10px;
    }

}

h2.keiei p {
	padding-top: 10px;
}
#aisatsu p.pic {
	width: 100%;
	padding-top: 10px;/*margin-bottom:10%;*//*隙間制御*/
}

/*letssingchristmas*/
.lsc_table{
	border-top:3px dotted #f80;
	border-bottom:3px dotted #f80;
	padding: 20px 0;
	margin:25px 0;
}
.lsc_table p{
	display:flex;
}
.lsc_table p span:first-child{
    width:100px;
    margin-right:20px;
    background-color:#f80;
    color:#fff;
    border-radius:12px;
    padding: 3px 5px 5px;
    text-align:center;
    max-height:1.5em;
    font-size:90%;
}
.lsc_table p span:last-child{
    width:calc(100% - 120px);
    font-size:105%;
}
.lsc_program td{
	width:16.66%;
	word-break:break-all;
	font-size:85%;
}
.lsc_program tr:nth-child(1){
	background:#fbe4d5;
	font-weight:bold;
}
.lsc_program tr:nth-child(3n+2){
	background:#e2efd9;
}
	
@media(max-width:600px){
	.lsc_table p,.lsc_table p span{
		display:block;
	}
	.lsc_table p span:last-child{
		width:100%;
		padding:5px 0 10px 10px;
	}
}

.request_chuui{
	list-style-type:none;
}
.request_chuui li{
	text-indent:-1em;
	color:#000;
	font-size:82%;
}
