@charset "utf-8";
/* wordpressヘッダータイトル消し苦肉の策
====================================================== */
/*
.page-header { display:none; }
.entry-header { display:none; }
/* wordpressフッターサイドメニュー消し苦肉の策
====================================================== */


/* #マージン確保
====================================================== */
#container {
	margin: 10px;

}


/* #mainImge01上書き
====================================================== */
#mainImge01 {
	text-align:left;
	min-height:652px;
	background:url(../img/mainimg01wp_pc.jpg) no-repeat center top;
}
#mainImge01 .box01 {
	margin:75px 0 0 20px;
	display:inline-block;
	text-align:center;
}
#mainImge01 .box01 h2 {
	font-size:45px;
	line-height:140%;
}
#mainImge01 p {
	font-size:25px;
	margin-top:25px;
	text-align:left;
	line-height:140%;
}
#mainImge01 p.img {
	text-align:center;
}

/* #news上書き
====================================================== */
#news {
	margin-top:5px;
}

#news ul li {
	float:left;
	margin:0 10px;
	font-weight:bold;
}

#news ul li p {
	font-size:80%;
}

/* #link集
====================================================== */

h4.service { font-size: 180%;border-bottom:1px #999 solid;margin: 30px 0;padding-bottom: 10px;display: inline-block;clear:both; }

#link {
	display: flex;
	display: -ms-flexbox;
	padding:10px;
	margin-right: auto;
	margin-left : auto;
	max-width:1200px;
	
}

#link div a {
	font-weight:bold;
}

.center {
  -webkit-justify-content: center;
          justify-content: center;
            -ms-flex-pack: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


.linktxt {
    font-size:80%;
    color:#434343;
}
.space-between {
  -webkit-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
}

.right {
  -webkit-justify-content: right;
          justify-content: right;
            -ms-flex-pack: right;
}

.left {
  -webkit-justify-content: left;
          justify-content: left;
            -ms-flex-pack: left;
}

.l1 {
	margin:10px;
	padding:2px;
	border-bottom:1px #999 solid;
}
.l2 {
	margin:10px;
	padding:2px;
	border-bottom:1px #999 solid;
}
.l3 {
	margin:10px;
	padding:2px;
	border-bottom:1px #999 solid;
}
.l4 {
	margin:10px;
	padding:2px;
	border-bottom:1px #999 solid;
}
.l5 {
	margin:10px;
	padding:2px;
	border-bottom:1px #999 solid;
}
.l6 {
	margin:10px;
	padding:2px;
	border-bottom:1px #999 solid;
}


/* ボタンデザイン
====================================================== */

.confbtn {
	margin:5px;
	display: inline-block;
	transition: none;
	height:44px;
	width:200px;
	border-radius :6px;
	border-style:solid;
	border-color:rgb(217,97,98);
	background-color:rgb(217,97,98);
	box-shadow:0px 1px 0px 2px rgb(134,49,50,0.3);
	outline: none;
	color: rgb(255,255,255);
	font-size:120%;

}
.confbtn:hover {
  	border-color:rgb(217,97,98);
	box-shadow:0px 1px 0px 2px rgb(0,0,0,0.3);
}
.confbtn:active {
  top: 3px;
  box-shadow: none;
}


.backbtn {
	margin:5px;
	display: inline-block;
	transition: none;
	height:44px;
	width:200px;
	border-radius :6px;
	border-style:solid;
	border-color:rgb(204,204,204);
	background-color:rgb(204,204,204);
	box-shadow:0px 1px 0px 2px rgb(0,0,0,0.3);
	outline: none;
	color: rgb(119,119,119);
	font-size:120%;
}
