@media screen and (min-width: 641px) {
/*ここにpc用スタイルを記述*/
.pcbr {
	display:block;
}
a[href^="tel:"] {
    pointer-events: none;
}
.box20 {
	margin-bottom: 20px;
}
.box40 {
	margin-bottom: 40px;
}
.box50 {
	margin-bottom: 50px;
}
.box70 {
	margin-bottom: 70px;
}
#wrap {
	min-width: 1000px;
	margin: auto;
}
#top {

}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
}
#logo {
	float: left;
	width: 518px;
	height: 46px;
	padding-top: 25px;
}
#mail {
	float: right;
	height: 32px;
	width: 140px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	background-color: #C40000;
	padding-top: 8px;
	position:relative;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
}
#tel {
	float: right;
	padding-right: 15px;
	padding-top: 20px;
	text-align: right;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
	font-weight: bold;
}
#addtel {
	padding-top: 30px;
	text-align: right;
	float: right;
	margin-right: 20px;
	line-height: 140%;
	font-size: 17px;
}
.title9 {
	font-size: 140%;
	font-weight: bold;
}
#menuback {
	background-color: #F2F2F2;
	height: 32px;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
}
#menu {
	text-align: center;
}
#menuback #menu  ul{
	display:inline-block;

}
#menuback #menu  li{
	float:left;
	margin-left:20px;
	list-style-type: none;
}
#menu ul ul li a {
	font-size: 16px;
	color: #000;
	vertical-align: middle;
		margin-right: auto;
	margin-left: auto;
}
#menuback #menu .accordion li ul .spmenu {
	display: none;
}
.mline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 15px;
}


#imageback {
	margin-bottom: 40px;
	background-image: url(../image/imageback.jpg);
	background-repeat: repeat-x;
}
#image {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#images {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#imagestitle {
	font-size: 180%;
	padding-top: 30px;
	padding-left: 30px;
	color: #0F6C40;
}
#info {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #CCC;
}

#footer {
	background-color: #c40018;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	text-align: left;
}
.footerbox {
	width: 33%;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
}
.footerbox2 {
	width: 19%;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;

}
.footerbox3 {
	width: 23%;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
}
.footerbox4 {
	width: 29%;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
}
#footerlogo {
	width: 220px;
	margin-right: 20px;
}
.linefooter {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}
.list-img {
	background-image: url(../image/footerimg.png);
	background-size:5px 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 3px 7px;
}
.list-img2 {
	background-image: url(../image/footerimg2.png);
	background-size:15px 11px;
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;
}
div.imgArea p {    
    display: table-cell;    
    vertical-align: middle;    
    margin: 0;    
}    
* html .imgArea p {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .imgArea p {    
    display: inline;    
    zoom: 1;    
}
div.imgArea2 p {    
    display: table-cell;    
    vertical-align: middle;    
    margin: 0;    
}    
* html .imgArea2 p {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .imgArea2 p {    
    display: inline;    
    zoom: 1;    
}
.main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.text {
	margin-right: 30px;
	margin-left: 30px;
}
.left20 {
	padding-left: 20px;
}
dl {
	margin: 0;
	padding: 0;
	background-color: #F1F1F1;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

dt {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
dd {
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.title7 {
	font-size: 18px;
	margin-bottom: 20px;
}
.top-left {
	width: 78%;
	float: left;
}
.top-right {
	width: 18%;
	float: right;
}


.n-title1 {
	font-size: 280%;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-bottom: 30px;
}
.nsp {
	display: none;
}
.n img {
	vertical-align: bottom;
}
.news-red {
	background-color: #C40018;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-title {
	color: #FFF;
	background-image: url(../image/icon.png);
	background-size:30px 30px;
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 0px 3px;
	font-size: 160%;
}
#news {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#newsbox {
	padding-bottom: 70px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C40018;
	margin-bottom: 70px;
}
#bnr {
	width: 800px;
	margin-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
}

.redbtn {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFFFFF;
	border: 3px solid #880011;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	background-color: #C40018;
	width: 400px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
}
.btn {
	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
	background-color: #FFF;
	border: 5px solid #C40000;
	padding: 10px;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
	color: #C40000;
	font-size: 26px;
	cursor: pointer;
	text-align: center;
}
#motome {
	background-image: url(../image/keywords.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding-top: 70px;
	padding-bottom: 30px;
	color: #FFF;
	text-align: center;
}
.motome-box {
	width: 450px;
	margin-right: 25px;
	margin-left: 25x;
	float: left;
	margin-bottom: 25px;
}
.motome {
	background-color: #FFF;
	border: 5px solid #C40018;
	padding: 15px;
	color: #000;
}
.motome-title1 {
	font-size: 260%;
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 120%;
}
.motome-title2 {
	color: #FFF;
	background-color: #C40018;
	padding-top: 5px;
}
.motome-title3 {
	color: #C40018;
	font-size: 120%;
	font-weight: bold;
}
.gray {
	background-color: #F2F2F2;
	padding-bottom: 70px;
}
.arw {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.cap {
	background-color: #FFF;
	padding: 40px;
	border: 5px solid #C40018;
	font-size: 110%;
}
.cap2 {
	background-color: #FFF;
	padding: 40px;
	border: 5px solid #516682;
	font-size: 110%;
}
.cap-title1 {
	color: #FFF;
	background-image: url(../image/icon.png);
	background-size:30px 30px;
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: 15px 12px;
	font-size: 160%;
	background-color: #C20018;
	padding-top: 10px;
}
.cap-title {
	background-image: url(../image/icon2.png);
	background-size:28px 28px;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px 3px;
	font-size: 120%;
	font-weight: bold;
	height: 35px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C40018;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.cap-title2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 7px;
	background-color: #EEF1F4;
	padding-top: 7px;
	padding-left: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #A7B4C5;
	padding-right: 5px;
}
.cap-title3 {
	background-image: url(../image/icon3.png);
	background-size:25px 25px;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px 3px;
	font-size: 120%;
	font-weight: bold;
	height: 40px;
}
.cap-title4 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
.cap-title5 {
	background-image: url(../image/icon3.png);
	background-size:20px 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px;
	font-weight: bold;
	height: 30px;
}
.cap-title6 {
	color: #FFF;
	background-image: url(../image/icon.png);
	background-size:30px 30px;
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: 15px 12px;
	font-size: 160%;
	background-color: #516682;
	padding-top: 10px;
}
.cap-linebox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.cao-icon {
	height: 58px;
	width: 58px;
	margin-right: 15px;
}
.cao-ten {
	background-image: url(../image/img.png);
	background-size:10px 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 8px;
}
.cap-box {
	float: left;
	width: 33%;
}
.cap-no {
	font-size: 150%;
	font-weight: bold;
	padding-right: 5px;
	position: relative;
	top: 3px;
	line-height: 130%;
}
.cao-dokuro {
	background-image: url(../image/dokuro.png);
	background-size:20px 21px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px;
	font-weight: bold;
	height: 30px;
}
.cap-cloud {
	width: 200px;
	padding-right: 20px;
}
.cap-left {
	width: 25%;
	float: left;
}
.cap-right {
	width: 70%;
	float: right;
}
.waku2 {
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}
.wakutitle3 {
	color: #FFF;
	background-color: #323232;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 28px;
	border-radius: 8px 8px 0 0;		/* CSS3草案 */
	-webkit-border-radius: 8px 8px 0 0;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px 8px 0 0;	/* Firefox用 */
}
.title1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}
.title10 {
	font-size: 150%;
	font-weight: bold;
	color: #C40000;
}
.title11 {
	font-size: 180%;
	font-weight: bold;
	color: #C40000;
}
.contact_btn{
	text-align: center;
	background-color: #D0D0D0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	}
#news iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 195px;
	overflow: auto;
	margin-bottom: 10px;
	padding-top: 5px;
}
}
