@import "init.css";



/*####################################################################
　　　　　　　　　横幅415px以上の場合(PC・タブレット向け) 
####################################################################*/
@media only screen and (min-width: 415px){
.pcnone{
	display:none !important;
}
.br-pc{
	display:none;
}
.fcred{
	color:#CC0000;
}
.fw-b{
	font-weight:bold;
	font-size:1.1em;
}

.cf{
	clear:both;
}


.f-left {
	float:left;
	margin-right:30px;
}

article,section{
	margin-bottom:80px;
}

section.service{
	margin-bottom:30px;
}

/* トップへ戻るボタン */
#pagetop{
position:fixed;
right:20px;
bottom:20px;
cursor:pointer;
}
/*-----------------------------------
		header
------------------------------------*/

header{
	background-color:#edfeff;
	min-width:1000px;
}
h1{
	margin:0 auto;
	padding:0px;
	width:650px;
	color:#35858C;
	float:left;	
}
.header{
	overflow:hidden;
	background-color:#FFFFFF;
}

.headertel{
	float:right;
	width:350px;
	height:auto;
}

.h-left {
	float:left;
}

.header ul{
	float:right;
	margin-right:35px;
}
.header li{
	float:left;
	margin-left:25px;
}

.header li a{
	color:#4A4A4A;
}

.header li a:hover{
	color:#8B8B8B;
}

header img{
	display:block;
	margin:0 auto;
}

header .logo{
	margin:10px 0;
	float:left;
}

header p{
	clear:both;
	color:#8B8B8B;
	font-size:11px;
	max-width:500px;
	line-height:1.5;
}

/*-----------------------------------
		nav
------------------------------------*/


nav{
	overflow:hidden;
	background-color:#4d9ca3;
	min-width:1000px;
	margin-bottom:65px;
}
nav .button-toggle{
	display:none;
}
nav .menu{
	display:block !important;
}
nav ul{
	width:1000px;
	margin:0 auto;
	height:60px;
	padding-top:3px;
}
nav ul li{
	float:left;
	padding:5px 0;
	margin-left:10px;
	border-left:1px solid #FFFFFF;
}
nav ul li:first-child{
	border-left:none;
}
nav ul li a{
	display:block;
	color:#9EDADE;
	font-size:16px;
	color:#FFF;
	line-height:28px;
	padding:8px 32px;
	margin-left:10px;
}
nav ul li a:hover{
	color:#4d9ca3;
	background-color:#FFF;
	border-radius:2px;
	font-weight:bold;
}


/*-----------------------------------
		price.html
------------------------------------*/


h2.title{
	width:1000px;
	margin:0 auto 15px;
	color:#139FDA;
	font-size:36px;
	line-height:48px;
	text-align:center;
	border-bottom:1px solid #139FDA;
}
div.content{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}

div.hcontent{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}

div.content p{
	margin-bottom:7px;
}
.gray{
	background-color:#F8F6F3;
	min-width:1000px;
	padding-bottom:30px;
}

.gray .content{
	margin-bottom:20px;
}

.gray2 {
	overflow:hidden;
	margin-bottom:20px;
}

div.link{
	overflow:hidden;
	background-color:#FFFFFF;
	width:280px;
	padding-bottom:10px;
	float:left;
}

div.link+div.link{
	margin-left:80px;
}

h3.title{
	color:#3B585A;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	margin:7px 0;
}
div.link p{
	font-size:14px;
	padding:0 7px;
}
.pagelink{
	text-align:right;
	margin-top:1em;
}
.pagelink a{
	text-decoration:underline;
	color:#3B585A;
}
.pagelink a:hover{
	color:#4D9CA3;
}
.pagelink2{
	margin-top:1em;
}
.pagelink2 a{
	text-decoration:underline;
	color:#3B585A;
}
.pagelink2 a:hover{
	color:#4D9CA3;
}

.sls{
	text-decoration:underline;
	color:#3B585A;
}
.sls:hover{
	color:#4D9CA3;
}

.photo{
	display:block;
	float:left;
}
.photo+div{
	float:left;
	margin-left:30px;
	width:560px;
}

/*-----------------------------------
		logolist
------------------------------------*/

ul.logolist{
	overflow:hidden;
	margin-bottom:10px;
}

.logolist li{
	width:90px;
	float:left;
}
.logolist li+li{
	margin-left:11px;
}
.logolist p{
	font-size:11px;
	text-align:center;
}

/*-----------------------------------
		banner
------------------------------------*/

.banner{
	display:block;
	margin:0 auto;
}
.bannerprice{
	display:block;
	margin:50px auto 80px auto;
}

/*-----------------------------------
		price.html
------------------------------------*/
  .pricelist{	overflow:hidden;}
  .pricelist .content1 {
    margin-bottom: 50px;
  }  
  .pricelist .content1 dl {
    border: solid 3px #3B585A;
    border-radius: 10px;
  }
  .pricelist .content1 dl dt {
    background: #3B585A;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
  }
  .pricelist .content1 dl dd {
    padding: 15px;
  }
  .pricelist .content1 dl strong {
    display: block;
    color: #FB6D17;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 15px 0 25px;
  }
  .pricelist .content1 dl strong.price {
    font-size: 40px;
  }
  .pricelist .content1 dl .fw-b {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .pricelist .content1 dl ol li,
  .pricelist .content1 dl ul li {
    text-indent: -1em;
    margin-left: 1em;
  }

  .pricelist1 {
    display: flex;
    justify-content: space-between;
  }
  .pricelist1 .mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
  }
  .pricelist1 dl {
    width: calc((100% - 80px ) / 3);
  }
.pricelist2 {
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}
  .pricelist3 dl {
    width: 565px;
    margin: auto;
  }

.pricelist4 h3{
	font-size:19px;
	font-weight:bold;
	color:#103E09;
  margin-top: 30px;
}

.pricelist5{
	float:left;
    max-width: 480px;
}
.pricelist5 h3,.pricelist6 h3,.pricelist9 h3{
	font-size:20px;
	font-weight:bold;
	color:#41468A;
	padding:5px;
	margin-bottom:5px;
}

.pricelist5,.pricelist6,.pricelist9{
	margin-top:30px;
}

.pricelist5 p,.pricelist6 p{
	font-size:12px;
	line-height:1.4;
}

.pricelist6{
	float:right;
    max-width: 480px;
}
.pricelist6 h3{
	font-size:20px;
	font-weight:bold;
	color:#41468A;
	padding:5px;
	margin-bottom:5px;
}
.pricelist6::after {
  content: "";
  display: block;
  clear: both;
  height: 2em;
  }

.pricelist7{
	margin-bottom:30px;
	background-color:#E8E8E8;
	padding:20px;
	border-radius:10px;
}
.pricelist7 h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}
.pricelist8{
		background-color: #ffffd5;
		padding: 25px;
		margin: 20px 0 20px;
		border-radius: 10px;
	}
	.pricelist8 h3{
		color: #41468A;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

/*-----------------------------------
		.price-list
------------------------------------*/

.price-list {
	overflow:hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price-list li {
  width: calc((100% - 30px) / 4);
	margin:0 10px 10px 0;
	
}
.price-list li:nth-child(4n) {
	margin:0 0 10px 0;
	
}

.price-list li a {
	display:flex;
  align-items: center;
	border:2px solid #2A787F;
	height:80px;
	padding:15px;
	font-size:16px;
	font-weight:bold;
	color:#2A787F;
	background:url(../images/icon_price-list.png) no-repeat right 15px bottom 28px #F6FCFF;
	
}
.price-list li a:hover {
	border:2px solid #2A787F;
	width:242px;
	height:80px;
	padding:15px;
	font-size:16px;
	font-weight:bold;
	color:#48B9C3;
	background-color:#FBFEFF;
	background:url(../images/icon_price-list-h.png) no-repeat right 15px bottom 28px;
	
}





/*-----------------------------------
		pricetable
------------------------------------*/
table.pricetable {
    border-collapse: collapse;
    border:3px #000000 solid;
    font-size: 12px;
	margin-bottom:5px;
}
 
table.pricetable th,
table.pricetable td {
    padding: 10px;
}
table.pricetable th {
    background: #E8E8E8;
    vertical-align: middle;
    text-align: left;
    width: 320px;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#6E6E6E solid 2px;	 
}
 
table.pricetable th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #E8E8E8;
    border-width: 10px;
    margin-top: -10px;
}
table.pricetable td {
    background: #F9F9F9;
    width: 250px;
    padding-left: 20px;
	border-bottom:#222 solid 2px;
	text-align:center;
	color:#FB6D17;	 
	font-weight:bold;
vertical-align: middle;}
	
	.pricetable2-h{
		font-size: 19px;
		margin-left: 100px;
		font-weight: bold;
		color: #103E09;
	}
	.pricetable2{
		margin: 0 0 25px 100px;
		border: 1px solid #666;
	}
	.pricetable2{
		margin: 0 0 25px 100px;
		border-collapse: collapse;
		border: 3px solid #666;
	}
	.pricetable2 tr.bdb{
		border-bottom: 3px solid #666;
	}
	.pricetable2 th,.pricetable2 td{
		margin: 0 0 25px 100px;
		border: 1px solid #666;
		padding: 8px;
	}
	.pricetable2 tr:nth-of-type(odd) th{
		background-color: #E8E8E8;
		font-weight: bold;
		border-right: none;
	}
	.pricetable2 tr:nth-of-type(odd) th:before{
		content: "■";
	}
	.pricetable2 tr:nth-of-type(odd) td{
		color: #FB6D17;
		font-weight: bold;
		border-left: none;
		text-align: center;
	}
table.pricetable3 {
    border-collapse: collapse;
    border:3px #000000 solid;
    font-size: 12px;
	margin-bottom:5px;
	width: 100%;
}
 
table.pricetable3 th,
table.pricetable3 td {
    padding: 10px;
}
table.pricetable3 th {
    background: #E8E8E8;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#6E6E6E solid 2px;	 
}
 
table.pricetable3 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #E8E8E8;
    border-width: 10px;
    margin-top: -10px;
}
table.pricetable3 td {
    background: #F9F9F9;
    padding-left: 20px;
	border-bottom:#222 solid 2px;
	text-align:center;
	color:#FB6D17;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.pricetable3 tr:last-of-type td {
	color:#000;
	font-weight: normal;
	text-align: left;
	}
	
	
/*-----------------------------------
		work-pricetable
------------------------------------*/
.work-price{
	width:1000px;
	margin-bottom:60px;
}
.work-price h3{
	font-size:23px;
	font-weight:bold;
	color:#36618E;
position:relative;
line-height:150px;
vertical-align:bottom;
height:100px;
}

.work-price h3:after{
	position:absolute;
	content:url(../images/img_kuma.png);
}


table.work-pricetable {
    border-collapse: collapse;
    border:3px #379da6 solid;
    font-size: 10px;
	margin-bottom:5px;
	width:1000px;
}
 
table.work-pricetable th{
    padding: 10px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
table.work-pricetable ul {
	margin-left:30px;
}
table.work-pricetable li {
	list-style:disc;
	font-size:0.9em;
}

table.work-pricetable th{
    background: #379da6;
    color: #fff;
	
}
table.work-pricetable p.fw-b{
	font-size:1em;
	margin-bottom:10px;
}
table.work-pricetable p{
	font-size:0.9em;
	margin-bottom:0;
	
}
table.work-pricetable td.arrow_box {
    background: #D7F0F0;
    vertical-align: middle;
    text-align: left;
    width: 76%;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#A3A3A3 solid 1px;	 
    padding: 15px 10px 10px;
}
 
table.work-pricetable td.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #D7F0F0;
    border-width: 10px;
    margin-top: -10px;
}
table.work-pricetable td {
    background: #EEF6F7;
    padding-left: 10px;
	border-bottom:#A3A3A3 solid 1px;
	text-align:center;
	color:#FB6D17;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.work-pricetable td.tdprice {
	font-size:18px;
	vertical-align: middle;
}
.work-price p{
	font-size:12px;
	line-height:1.4;
}

/*-----------------------------------
		work-pricetable
------------------------------------*/
.work-price-pack{
	overflow:hidden;
	margin-bottom:60px;
}
.work-price-pack h3{
	font-size:23px;
	font-weight:bold;
	color:#36618E;
position:relative;
line-height:150px;
vertical-align:bottom;
height:100px;
}

.work-price-pack h3:after{
	position:absolute;
	content:url(../images/img_kuma.png);
}


table.work-pricetable-pack {
    border-collapse: collapse;
    border:3px #379da6 solid;
    font-size: 10px;
	margin-bottom:5px;
	width:470px;
	float:left;
}
table.work-pricetable-pack{
	margin-right:30px;
}
table.work-pricetable-pack th{
    padding: 10px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
table.work-pricetable-pack ul {
	margin-left:30px;
}
table.work-pricetable-pack li {
	list-style:disc;
	font-size:0.9em;
}

table.work-pricetable-pack th{
    background: #379da6;
    color: #fff;
	
}
table.work-pricetable-pack p.fw-b{
	font-size:1em;
	margin-bottom:10px;
}
table.work-pricetable-pack p{
	font-size:0.9em;
	margin-bottom:0;
	
}
table.work-pricetable-pack td.arrow_box {
    background: #D7F0F0;
    vertical-align: middle;
    text-align: left;
    width: 76%;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#A3A3A3 solid 1px;	 
    padding: 15px 10px 3px 5px;
}
 
table.work-pricetable-pack td.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #D7F0F0;
    border-width: 10px;
    margin-top: -10px;
}
table.work-pricetable-pack td {
    background: #EEF6F7;
    padding-left: 10px;
	border-bottom:#A3A3A3 solid 1px;
	text-align:center;
	color:#FB6D17;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.work-pricetable-pack td.tdprice {
	font-size:18px;
	vertical-align: middle;
}
.work-price-pack p{
	font-size:12px;
	line-height:1.4;
}

/*-----------------------------------
		sitemap
------------------------------------*/



.sitemap {
	float:left;
	width:380px;
}


.sitemap2 {
	float:left;
	width:380px;
}
.sitemap3 {
	float:left;
	width:240px;
}


.sitemap a{
	color:#3B585A;
}
.sitemap a:hover{
	color:#4D9CA3;
}


.sitemap-maker,.sitemap-other {
	float:left;
	width:150px;
}


.sitemap-maker a,.sitemap-other a{
	color:#3B585A;
}
.sitemap-maker,.sitemap-other a:hover{
	color:#4D9CA3;
}







/*-----------------------------------
		work-pricetable-set
------------------------------------*/
.work-price-set{
	width:960px;
	margin:0 auto 60px;
}
.work-price-set h3{
	font-size:23px;
	font-weight:bold;
	color:#DF2222;
}


table.work-pricetable-set {
    border-collapse: collapse;
    border:3px #EC4C4C solid;
    font-size: 10px;
	width:960px;
}
table.work-pricetable-set{
}
table.work-pricetable-set th{
    padding: 10px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
table.work-pricetable-set ul {
	margin-left:30px;
}
table.work-pricetable-set li {
	list-style:disc;
	font-size:0.9em;
}

table.work-pricetable-set th{
    background: #EC4C4C;
    color: #fff;
	
}
table.work-pricetable-set p.fw-b{
	font-size:1em;
	margin-bottom:10px;
}
table.work-pricetable-set p{
	font-size:0.9em;
	margin-bottom:0;
	
}
table.work-pricetable-set td.arrow_box {
    background: #FFE6E6;
    vertical-align: middle;
    text-align: left;
    width: 76%;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#A3A3A3 solid 1px;	 
    padding: 15px 10px 10px;
}
 
table.work-pricetable-set td.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFE6E6;
    border-width: 10px;
    margin-top: -10px;
}
table.work-pricetable-set td {
    background: #FFF7F7;
    padding-left: 10px;
	border-bottom:#A3A3A3 solid 1px;
	text-align:center;
	color:#FF6000;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.work-pricetable-set td.tdprice {
	font-size:18px;
	vertical-align: middle;
}
.work-price-set p{
	font-size:12px;
	line-height:1.4;
}




/*-----------------------------------
		       maker
------------------------------------*/
.maker-ex{
	background:#F8F8F8;
	border-radius:5px;
	padding:0 20px;
}
/*-----------------------------------
		       model
------------------------------------*/
.model{
	margin-bottom:50px;
}
.model ul{
	width:230px;
	float:left;
	margin-bottom:20px;
}

.model li{
	list-style:disc;
	margin-left:25px;
}

.model p{
	font-size:12px;
}
/*-----------------------------------
		       areaname
------------------------------------*/
.areaname {
	position:relative;
}
.areaname p{
	position:absolute;
	top:40%;
	left:30%;
	font-size:320%;
	color:#1a2a69;
	text-shadow:
		3px 3px 5px #fff,
		-3px 3px 5px #fff,
		3px -3px 5px #fff,
		-3px -3px 5px #fff
		;
}

/*------------------------------------------------------------------
		       areapage
-------------------------------------------------------------------*/
.areapage {
	position:relative;
}
.areapage p{
	position:absolute;
	top:2%;
	left:3%;
	max-width:700px;
	font-size:200%;
	font-weight:bold;
	color:#1a2a69;
	text-shadow:
		3px 3px 5px #fff,
		-3px 3px 5px #fff,
		3px -3px 5px #fff,
		-3px -3px 5px #fff
		;
}

.box-2 {
	width:490px; 
	height:280px;
	border:6px solid #4d9ca3;
	float:left;
	margin-bottom:20px;
	background-color:#F8FEFF;
}
.box-2:nth-child(2){
	margin-left:20px;
}

.box-2 h3 {
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	background-color:#4d9ca3;
	padding:15px;
	text-align:center;
}
.box-2 img {
	margin:30px 15px;
}
.box-2 div{
	padding:20px 15px 20px 0;
	margin-left:0;
	float:right;
	width:348px;
}
.box-2-2 {
	width:490px; 
	height:auto;
	border:6px solid #4d9ca3;
	float:left;
	margin-bottom:20px;
	background-color:#F8FEFF;
}
.box-2-2:nth-child(2){
	margin-left:20px;
}

.box-2-2 h3 {
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	background-color:#4d9ca3;
	padding:15px;
	text-align:center;
}
.box-2-2 img {
	margin:8px 20px 15px 15px;
	float:left;
}
.box-2-2 div.box-t{
	padding:25px 20px 20px 0;
	margin-left:0;
	border-bottom:1px dotted #4d9ca3;
}
.box-2-2 div.box-b{
	padding:15px;
	margin-left:0;
	overflow:hidden;
	position:relative;
}

.box-2-2 div.box-b ul{
	float:left;
	padding-left:6px;
	width:215px;
}
.box-2-2 div.box-b ul:nth-child(2){
	float:left;
	margin-left:15px;
}
.box-2-2 div.box-b li{
	margin-bottom:15px;
	color:#444651;
	font-size:105%;
	font-weight:bold;
	
}


.box-2-2 div.box-b li:before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #020A45;
	position: relative;
	left: -6px;
	top: -4px;
}




.areapagelink{
	text-align:right;
	vertical-align:bottom;
}
.areapagelink a{
	text-decoration:underline;
	position:absolute;
	bottom:15px;
	right:20px;
	color:#3B585A;
	
}
.areapagelink a:hover{
	color:#4D9CA3;
}

.chara {
	background:url(../images/img_h2-bg.png);
	position:relative;
	padding-left:15px;
}	

.chara:before {
	content:url(../images/img_h2-kuma.png);
	position:absolute;
	left:15px;
	bottom:-13px;
}

.trouble {
	background:url(../images/img_area-bg.png);
	padding:20px;
	position:relative;
}
.trouble ul{
	overflow:hidden;
	margin-bottom:5px;
	background-color:#FFF;
}
.trouble ul#last{
	margin-bottom:45px;
}

.trouble li{
	width:50%;
	float:left;
	padding:30px 15px;
}

.trouble li img{
	float:left;
	padding-right:20px;
}
.trouble li p{
	overflow:hidden;
}
.trouble h4 {
	font-size:130%;
	font-weight:bold;
	color:#FF6700;
	margin-bottom:5px;
}

.trouble-b {
	background:#F0FFFC;
	padding:20px;
	border-radius:10px;
	padding-top:20px;
	height:215px;
}
.trouble-b p{
	width:660px;
}
.trouble-b:after {
	position:absolute;
	content:url(../images/img_man.png);
	right:27px;
	bottom:20px;
	line-height:0;
	
}
.trouble-b h4{
	font-size:140%;
	font-weight:bold;
	color:#0C41AC;
	margin-bottom:25px;
	padding-bottom:5px;
	border-bottom:4px dotted #4d9ca3;
}

.title-s {
	color:#4d9ca3;
	font-size:20px;
	font-weight:bold;
	margin:15px 0 ;
}

.bg {
	padding:25px;
	border-top: 3px solid #8ECCD1;
	border-bottom: 3px solid #8ECCD1;
	background-color:#E9F6F9;
}
.bg p{
	padding-bottom:25px;
}



/*-----------------------------------
		       arealist
------------------------------------*/

.arealist dl{
margin-bottom:20px;
}

.arealist dt{
font-weight:bold;
float:left;
clear:both;
background:#4d9ca3;
border-radius:20px;
width:100px;
height:40px;
margin-top:8px;
color:#fff;
text-align:center;
line-height:3;
}

.arealist dd{
margin:0 50px 0 120px;
border-bottom:1px dotted #CBCBCB;
line-height:4;
}

.arealist dd a{
color:#4D9CA3;
white-space: nowrap;
display: inline-block;
	margin: 0 5px;
}
.arealist dd a:hover{
color:#9EDADE;
}

h3.region-ken{
	padding: 15px 15px;
	background-color: #4d9ca3;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.arealist-ul {
}
.arealist-ul ul{
	padding-top: 8px;
	margin-bottom: 15px;
}
.arealist-ul li,.arealist-ul li a{
	display: inline;
	line-height:2.5;
	white-space: nowrap;
	margin: 0;
}
.arealist-ul li:after{
		content: " / ";
}
.arealist-ul li a{
		color: #043D8A;
}
.arealist-ul li a:hover{
		color: #67A7FF;
}
	
	
/*-----------------------------------
		       footer
------------------------------------*/


footer{
	margin-top:150px;
	background-color:#4D9CA3;
	min-width:1000px;
}

#footerlink{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	padding-top:15px;
	margin-bottom:30px;
}
#footerlink h4 a{
	background:#fff;
	display:inline-block;
	padding:10px;
	color:#4D9CA3;
	margin-bottom:8px;
	font-weight:bold;
}

#footerlink .footermenu{
	float:left;
}

#footerlink ul{
	float:left;
	width:200px;
}

#footerlink .footer-ml li{
	margin-left:17px;
}

#footerlink li a{
	color:#FFFFFF;
	font-size:12px;
}

#footerlink li a:hover{
	border-bottom:1px solid #FFFFFF;
}
#footerlink ul.footer-b {
	margin-top:20px;
}

#footerlink ul.footer-b li{
	margin-bottom:12px;
}

#footerlink ul.footer-b li a{
	color:#FFFFFF;
	font-size:15px;	
	font-weight:bold;
}

#address{
	color:#9EDADE;
	text-align:center;
	padding:1em 0 1em 0;
}
#address a{
	color:#fff;
}
/*-----------------------------------
		        pan
------------------------------------*/
#pan{
	width:1000px;
	margin:-35px auto 45px auto;

}
#pan a span{
	color:#4D9CA3;
	text-decoration:underline;
}
#pan a span:hover{
	color:#9EDADE;
}


/*-----------------------------------
		       area
------------------------------------*/
#area{
	background-image:url(../images/japan.png);
	background-repeat:no-repeat;
	background-position:top right;
}
h3#arealist{
	color:#4D9CA3;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
}
#area p.list{
	width:700px;
	margin-bottom:0.8em;
}

#area p.list a{
	color:#4D9CA3;
}

#area p.list a:hover{
	color:#9EDADE;
}


.tleft{
	text-align:left !important;
}
ul.todofuken{
	overflow:hidden;
	border:2px solid #E2E2E2;
	padding:0.5em;
}
ul.todofuken li{
	width:10%;
	float:left;
	height:32px;
}
.flowtitle{
	color:#3B585A;
	font-size:26px;
	font-weight:bold;
	margin:20px 0;
}

.title-maker {
	font-size:20px;
	font-weight:bold;
	margin:15px 0;
	color:#2B2B2B;
	border-left:#F87B00 3px solid;
	padding-left:6px;
}

.area-region{
	width: 530px;
	margin-bottom: 30px;
}
	#area .region{
		padding: 5px 15px;
		background-color: #dcefff;
		color: #043D8A;
		font-weight: bold;
		font-size: 18px;
	}
	ul.region-list{
		padding: 6px 10px;
	}
	ul.region-list li{
		margin-right: 10px;
		line-height: 1;
		display: inline-block;
		/*border-bottom: 1px solid #043D8A;*/
	}
	ul.region-list li a{
		color: #043D8A;
		line-height: 1;
	}
	/*ul.region-list li:hover{
		border-bottom: 1px solid #67A7FF;
	}*/
	ul.region-list li a:hover{
		color: #67A7FF;
	}


}

/*####################################################################
　　　　　　　　　　　横幅414px以下の場合(スマホ向け) 
####################################################################*/
@media only screen and (max-width: 414px){
*{
	font-size:14px;
}
.spnone{
	display:none !important;
}
	.br-sp{
		display: none;
	}
.cf-2{
	clear:both;
}

.fcred{
	color:#CC0000;
}
.fw-b{
	font-weight:bold;
	font-size:1.2em;
}

div.hcontent{
	width:100%;
	margin:0 auto;
}


h1{
	margin:0 auto;
	padding:3px;
	width:100%;
	background-color:#4D9CA3;
	color:#fff;
	float:none;	
}


.headertel{
	float:none;
	width:96%;
	height:auto;
	text-align:center;
}

.h-left {
	float:none;
}

.header ul{
	float:right;
	margin-right:35px;
}
.header li{
	float:left;
	margin-left:25px;
}

header img{
	display:block;
	margin:0 auto;
}

header .logo{
	margin-bottom:10px;
	float:left;
}

header p{
	clear:both;
	color:#8B8B8B;
	font-size:11px;
	max-width:500px;
	line-height:1.5;
}





header img{
	width:100%;
	height:auto;
}
article, section{
	margin-bottom:50px;
	overflow:hidden;
}
nav{
	margin-bottom:50px;
	overflow:hidden;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
nav .button-toggle{
	display:block;
	cursor:pointer;
	background-color: #51c2cc;
	height:50px;
	position: fixed;
	right: 0;
	margin: 5px;
	border-radius: 3px;
}
	.toggle-br,.toggle-br:before,.toggle-br:after{
		display: block;
		height: 2px;
		width: 20px;
		background-color: #fff;
		transition: .2s;
	}
	.toggle-br{
		position: absolute;
		margin: 15px 0 0 14px; 
	}
	.toggle-br:before,.toggle-br:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
	}
	.toggle-br:before{
		margin-top: -6px;
	}
	.toggle-br:after{
		margin-top: 4px;
	}
	.toggle-br.close{
		background: transparent;
		
	}
	.toggle-br.close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-top: 0;
	}
	.toggle-br.close:after{
		transform: rotate(-135deg);
		-webkit-transform :rotate(-135deg);
		margin-top: 0;
	}
nav .button-toggle p{
	font-size:10px;
	line-height:28px;
	vertical-align:middle;
	padding:0 0.4em;
	color:#FFFFFF;
	margin-top: 24px;
}
nav .menu{
	display:none;
}
nav ul{
	overflow:hidden;
	width:100%;
	background-color:#F2F2F2;
	margin-top: 55px;
}
nav ul li{
	float:none;
	padding:10px 0 10px 10px !important;
	border-bottom:1px dashed #E2E2E2;
}
nav ul li:last-child{
	border-bottom:2px solid #4D9CA3;
}
nav ul li a{
	display:block;
}
h2.title{
	width:90%;
	font-size:16px;
	line-height:28px;
	text-align:center;
	color:#139FDA;
	margin:0 auto 0.5em auto;
	border-bottom:1px solid #4D9CA3;
}
div.content{
	width:96%;
	margin:0 auto;
}
div.content p{
	margin-bottom:0.8em;
}
div.link{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px dotted #CBCBCB;
}
div.link img{
	margin-bottom:0.5em;
	width:100%;
	height:auto;
}
h3.title{
	width:90%;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	color:#139FDA;
	margin:0 auto 0.5em auto;
}
.pagelink a{
	display:block;
	width:80%;
	margin:15px auto 0 auto;
	padding:0.8em 0;
	background-color:#E2E2E2;
	border-radius:7px;
	text-align:center;
}

.pagelink2 a{
	display:block;
	width:80%;
	margin:25px auto 0 auto;
	padding:0.8em 0;
	background-color:#E2E2E2;
	border-radius:7px;
	text-align:center;
}

ul.logolist+ul.logolist li:first-child{
	margin-left:3px;
}

ul.logolist{
	overflow:inherit;
	margin-bottom:0;
}
.logolist li{
	width:33%;
	float:left;
	text-align:center;
}
.logolist li+li{
	text-align:center;
	width:33%;
}
.logolist li p{
	font-size:11px;
	text-align:center;
}

.cf{
	clear:both;
}





img.photo{
	display:block;
	margin-bottom:0.5em;
	width:100%;
	height:auto;
}
img.banner{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
}
img.bannerprice{
	display:block;
	width:90%;
	height:auto;
	margin:30px auto 50px auto;
}

/* pricelist
********************************/
  .pricelist .content1 {
    margin-bottom: 50px;
  }  
  .pricelist .content1 .flowtitle{
    background: none;
    color: #3B585A;
    font-size: 20px;
    font-weight: bold;
  }  
  .pricelist .content1 dl {
    border: solid 3px #3B585A;
    border-radius: 10px;
    width: 90%;
    margin: auto;
  }
  .pricelist .content1 dl dt {
    background: #3B585A;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
  }
  .pricelist .content1 dl dd {
    padding: 15px;
  }
  .pricelist .content1 dl strong {
    display: block;
    color: #FB6D17;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 15px 0 25px;
  }
  .pricelist .content1 dl strong.price {
    font-size: 40px;
  }
  .pricelist .content1 dl .fw-b {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .pricelist .content1 dl ol li,
  .pricelist .content1 dl ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .pricelist1 .mark {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
.pricelist2 {
	display:block;
	margin:0 auto;
	margin-bottom:5px;
	max-width:96%;
}

.pricelist4{
	margin:0 auto 30px;
}

.pricelist4 h3{
	float:none;
	width:auto;
	font-size:20px;
	font-weight:bold;
	color:#103E09;
}
.pricelist4 p{
	width:auto;
	margin:0 auto;
	padding-bottom:25px;
}

.pricelist5 h3,.pricelist6 h3,.pricelist9 h3{
	font-size:20px;
	font-weight:bold;
	color:#41468A;
	padding:5px;
}
.pricelist5 p,.pricelist6 p,.pricelist9 p{
	font-size:12px;
	line-height:1.4;
	margin-bottom:0;
}

.pricelist5,.pricelist6,.pricelist9{
	float:none;
    margin-bottom:30px;
}
.pricelist7,.pricelist8{
	max-width:850px;
	margin:0 auto 40px;
	padding:15px;
	background-color:#FFECCF;
}

.pricelist7 h3,.pricelist8 h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}

.pricelist8{
	background-color: #ffffd5;
	color: #41468A;
}
.pricelist8 h3{
	color: #41468A;
}

table.pricetable {
    max-width: 400px;
    border-collapse: collapse;
    border:3px #000000 solid;
    font-size: 12px;
	margin-bottom: 5px;
	}
table.pricetable3 {
    max-width: 400px;
    border-collapse: collapse;
    border:3px #000000 solid;
    font-size: 12px;
	margin-bottom: 5px;
	}
 
table.pricetable th,
table.pricetable td,
table.pricetable3 th,
table.pricetable3 td{
    padding: 10px;
}

table.pricetable th,table.pricetable3 th {
    background: #E8E8E8;
    vertical-align: middle;
    text-align: left;
    width: 320px;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#888 solid 2px;	 
}
.pricetable3 th {
	width: 50%!important;
}
 
table.pricetable th:after,table.pricetable3 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #E8E8E8;
    border-width: 10px;
    margin-top: -10px;
}
table.pricetable td,table.pricetable3 td {
    background: #f8f8f8;
    width: 250px;
    padding-left: 20px;
	border-bottom:#222 solid 2px;
	text-align:center;	 
    vertical-align: middle;
	color: #FB6D17;
	font-weight:bold;
	}
	
	
	.pricetable2-h{
		font-size: 19px;
		font-weight: bold;
		color: #103E09;
	}
	.pricetable2{
		margin: 0 0 25px 0;
		border-collapse: collapse;
		border: 3px solid #666;
	}
	.pricetable2 tr.bdb{
		border-bottom: 3px solid #666;
	}
	.pricetable2 th,.pricetable2 td{
		margin: 0 0 25px 100px;
		border: 1px solid #666;
		padding: 8px;
	}
	.pricetable2 tr:nth-of-type(odd) th{
		background-color: #E8E8E8;
		font-weight: bold;
		border-right: none;
	}
	.pricetable2 tr:nth-of-type(odd) th:before{
		content: "■";
	}
	.pricetable2 tr:nth-of-type(odd) td{
		color: #FB6D17;
		font-weight: bold;
		border-left: none;
		text-align: center;
	}

/*-----------------------------------
		.price-list
------------------------------------*/

.price-list {
	overflow:hidden;
}
.price-list ul{
	width:100%;
}
.price-list li {
	float:left;
	width:48%;
	margin:1%
}

.price-list li a {
	display:block;
	border:2px solid #2A787F;
	padding:6px;
	height:60px;
	font-size:11px;
	font-weight:bold;
	color:#2A787F;
	background:url(../images/icon_price-list.png) no-repeat right 8px bottom 18px #F6FCFF;
	
}
.price-list li a:hover {
	border:2px solid #2A787F;
	padding:6px;
	font-size:11px;
	font-weight:bold;
	color:#48B9C3;
	background:url(../images/icon_price-list-h.png) no-repeat right 8px bottom 18px #F6FCFF;
	
}

/*-----------------------------------
		work-pricetable
------------------------------------*/
.work-price{
	width:auto;
}
.work-price h3{
	font-size:23px;
	font-weight:bold;
	margin-bottom:15px;
	color:#36618E;
}

table.work-pricetable {
    border-collapse: collapse;
    border:3px #379da6 solid;
    font-size: 10px;
	margin-bottom:5px;
}
 
table.work-pricetable th{
    padding: 10px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;

}
table.work-pricetable td {
}

table.work-pricetable th{
    background: #379da6;
    color: #fff;
	
}
table.work-pricetable p.fw-b{
	font-size:1em;
	margin-bottom:10px;
}
table.work-pricetable p{
	font-size:0.9em;
	margin-bottom:0;
	line-height:1.3;
	
}
table.work-pricetable td.arrow_box {
    background: #D7F0F0;
    vertical-align: middle;
    text-align: left;
    width: 76%;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#A3A3A3 solid 1px;	 
    padding: 15px 10px 3px 5px;
}
 
table.work-pricetable td.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #D7F0F0;
    border-width: 10px;
    margin-top: -10px;
}
table.work-pricetable td {
    background: #EEF6F7;
    padding-left: 10px;
	border-bottom:#A3A3A3 solid 1px;
	text-align:center;
	color:#FB6D17;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.work-pricetable td.tdprice {
	font-size:18px;
	vertical-align: middle;
}
.work-price p{
	font-size:12px;
	line-height:1.4;
}

/*-----------------------------------
		work-pricetable-pack
------------------------------------*/
.work-price-pack{
	width:98%;
	margin-bottom:50px;
}
.work-price-pack h3{
	font-size:23px;
	font-weight:bold;
	color:#36618E;
}


table.work-pricetable-pack {
    border-collapse: collapse;
    border:3px #379da6 solid;
    font-size: 10px;
	margin-bottom:5px;
	width:98%;
	float:none;
}
table.work-pricetable-pack{
	margin-right:0;
}
table.work-pricetable-pack th{
    padding: 10px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
table.work-pricetable-pack th{
    background: #379da6;
    color: #fff;
	
}
table.work-pricetable-pack p.fw-b{
	font-size:1em;
	margin-bottom:10px;
}
table.work-pricetable-pack p{
	font-size:0.9em;
	margin-bottom:0;
	
}
table.work-pricetable-pack td.arrow_box {
    background: #D7F0F0;
    vertical-align: middle;
    text-align: left;
    width: 70%;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#A3A3A3 solid 1px;	 
    padding: 15px 10px 3px 5px;
}
 
table.work-pricetable-pack td.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #D7F0F0;
    border-width: 10px;
    margin-top: -10px;
}
table.work-pricetable-pack td {
    background: #EEF6F7;
    padding-left: 10px;
	border-bottom:#A3A3A3 solid 1px;
	text-align:center;
	color:#FB6D17;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.work-pricetable-pack td.tdprice {
	font-size:16px;
	vertical-align: middle;
}
.work-price-pack p{
	font-size:12px;
	line-height:1.4;
}
/*-----------------------------------
		work-pricetable-set
------------------------------------*/
.work-price-set{
	width:100%;
	margin-bottom:50px;
}
.work-price-set h3{
	font-size:23px;
	font-weight:bold;
	color:#DF2222;
	margin-bottom:10px;
}


table.work-pricetable-set {
    border-collapse: collapse;
    border:3px #EC4C4C solid;
    font-size: 10px;
	width:100%;
}
table.work-pricetable-set{
}
table.work-pricetable-set th{
    padding: 10px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
table.work-pricetable-set ul {
	margin-left:30px;
}
table.work-pricetable-set li {
	list-style:disc;
	font-size:0.9em;
}

table.work-pricetable-set th{
    background: #EC4C4C;
    color: #fff;
	
}
table.work-pricetable-set p.fw-b{
	font-size:1em;
	margin-bottom:10px;
}
table.work-pricetable-set p{
	font-size:0.9em;
	margin-bottom:0;
	
}
table.work-pricetable-set td.arrow_box {
    background: #FFE6E6;
    vertical-align: middle;
    text-align: left;
    width: 76%;
    overflow: visible;
    position: relative;
    color: #363636;
    font-weight: normal;
	border-bottom:#A3A3A3 solid 1px;	 
    padding: 15px 10px 10px;
}
 
table.work-pricetable-set td.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFE6E6;
    border-width: 10px;
    margin-top: -10px;
}
table.work-pricetable-set td {
    background: #FFF7F7;
    padding-left: 10px;
	border-bottom:#A3A3A3 solid 1px;
	text-align:center;
	color:#FF6000;	 
	font-weight:bold;
	vertical-align: middle;
	}
table.work-pricetable-set td.tdprice {
	font-size:18px;
	vertical-align: middle;
}
.work-price-set p{
	font-size:12px;
	line-height:1.4;
}
/*-----------------------------------
		       model
------------------------------------*/
.model{
	margin-bottom:30px;
}
.model ul{
	width:48%;
	float:left;
	margin-bottom:20px;
}

.model li{
	list-style:disc;
	margin-left:25px;
}

.model p{
	font-size:12px;
}


/*-----------------------------------
		sitemap
------------------------------------*/



.map a{
	color:#3B585A;
}
.map a:hover{
	color:#4D9CA3;
}

/*-----------------------------------
		       areaname
------------------------------------*/
.areaname {
	position:relative;
}
.areaname p{
	position:absolute;
	top:35%;
	left:15%;
	font-size:180%;
	color:#1a2a69;
	text-shadow:
		3px 3px 5px #fff,
		-3px 3px 5px #fff,
		3px -3px 5px #fff,
		-3px -3px 5px #fff
		;
}

/*-----------------------------------
		       arealist
------------------------------------*/

.arealist dl{
margin-bottom:20px;
}
.arealist dl a{
color:#4D9CA3;
}
.arealist dl a:hover{
color:#9EDADE;
}

.arealist dt{
font-weight:bold;
font-weight:bold;
background:#dcefff;
border-radius:1px;
width:98%;
height:40px;
margin:8px auto;
color:#043d8a;
text-align:center;
line-height:3;
}

.arealist dd{
padding-bottom:10px;
width:98%;
}

h3.region-ken{
	padding: 15px 15px;
	background-color: #4d9ca3;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.arealist-ul {
	padding-top: 8px;
}
.arealist-ul li,.arealist-ul li a{
	display: inline;
	line-height:2.5;
	white-space: nowrap;
	margin: 0;
}
.arealist-ul li:after{
		content: " / ";
}
.arealist-ul li a{
		color: #043D8A;
}
.arealist-ul li a:hover{
		color: #67A7FF;
}



/*-----------------------------------
		footer
------------------------------------*/
#footerlink{
	overflow:hidden;
	margin:0 auto;
	padding-top:15px;
	margin-bottom:30px;
}
#footerlink h4 a{
	background:#fff;
	display:block;
	padding:10px;
	color:#4D9CA3;
	margin:0 auto 10px;
	font-weight:bold;
	text-align:center;
}

#footerlink .footermenu{
}


#footerlink li a{
	color:#FFFFFF;
	font-size:12px;
	display:block;
	text-align:center;
	padding:10px ;
}

#footerlink li a:hover{
	border-bottom:1px solid #FFFFFF;
}
#footerlink ul.footer-ml{
	margin-bottom:12px;
}

#footerlink ul.footer-b li a{
	color:#FFFFFF;
	font-size:15px;	
	font-weight:bold;
}

#address{
	color:#9EDADE;
	text-align:center;
	font-size:75%;
}
#address a{
	color:#fff;
	font-size:75%;
}


footer{
	margin-top:60px;
	width:100%;
	padding:0.8em 0 0;
	background-color:#4D9CA3;
}
#address{
	color:#FFFFFF;
	text-align:center;
}
/* エリアページ */
h3#arealist{
	color:#4D9CA3;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
}
p.list{
	font-size:12px;
	line-height:24px;
}

#area p.list a{
	width:700px;
	color:#4D9CA3;
}

#area p.list a:hover{
	color:#9EDADE;
}



ul.todofuken{
	overflow:hidden;
	border:2px solid #E2E2E2;
	padding:0.5em;
}
ul.todofuken li{
	width:20%;
	float:left;
	height:28px;
}
.flowtitle{
	width:100%;
	font-size:14px;
	line-height:24px;
	text-align:center;
	margin:0 auto 0.5em auto;
	background-color:#4D9CA3;
	color:#fff;
}
/*------------------------------------------------------------------
		       areapage
-------------------------------------------------------------------*/
.areapage p{
	margin-top:20px;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	color:#1a2a69;
}

.box-2 {
	max-width:98%; 
	height:auto;
	border:6px solid #4d9ca3;
	float:left;
	margin-bottom:20px;
	background-color:#F8FEFF;
}

.box-2 h3 {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	background-color:#4d9ca3;
	padding:10px;
	text-align:center;
}
.box-2 img {
	width:120px;
	height:auto;
	display:block;
	margin:10px auto;
}
.box-2 div{
	padding:15px;
}
.box-2-2 {
	max-width:98%; 
	height:auto;
	border:6px solid #4d9ca3;
	float:left;
	margin-bottom:20px;
	background-color:#F8FEFF;
}

.box-2-2 h3 {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	background-color:#4d9ca3;
	padding:10px;
	text-align:center;
}
.box-2-2 img {
	width:120px;
	height:auto;
	display:block;
	margin:10px auto;
}
.box-2-2 div.box-t{
	padding:15px;
	margin-left:0;
	border-bottom:1px dotted #4d9ca3;
}
.box-2-2 div.box-b{
	padding:15px;
	margin-left:0;
	overflow:hidden;
	position:relative;
}

.box-2-2 div.box-b ul{
	padding:0 15px;
	padding-bottom:0;
}
.box-2-2 div.box-b li{
	list-style:disc;
	margin-bottom:15px;
	color:#444651;
	font-size:105%;
	font-weight:bold;
	
}
.areapagelink{
	padding-top:20px;
}
.areapagelink a{
	font-size:115%;
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	display:block;
	padding:15px;
	background:#FFA13A;
	border-radius:5px;
	
}
.areapagelink a:hover{
	background:#FFC382;
}

.title-s {
	color:#4d9ca3;
	font-size:15px;
	font-weight:bold;
	margin:15px 0 ;
}

.bg {
	padding:25px;
	border-top: 3px solid #8ECCD1;
	border-bottom: 3px solid #8ECCD1;
	background-color:#E9F6F9;
}
.bg p{
	padding-bottom:25px;
}



.trouble {
	background:url(../images/img_area-bg.png);
	padding:20px;
}
.trouble ul{
	overflow:hidden;
}
.trouble ul#last{
	margin-bottom:45px;
}
.trouble li{
	margin-bottom:5px;
	background-color:#FFF;
	padding:30px 15px;
}

.trouble li img{
	display:block;
	margin:0 auto 10px;
}

.trouble h4 {
	font-size:120%;
	font-weight:bold;
	color:#FF6700;
	margin-bottom:5px;
	text-align:center;
}

.trouble-b {
	background:#F0FFFC;
	padding:20px;
	border-radius:10px;
}

.bg {
	background-color:#F8FEFF;
}


/*-----------------------------------
		       maker
------------------------------------*/
.maker-ex{
	background:#F8F8F8;
	border-radius:5px;
	padding:20px;
}


.title-maker {
	font-size:20px;
	font-weight:bold;
	margin:15px 0;
	color:#2B2B2B;
	border-left:#F87B00 3px solid;
	padding-left:6px;
}

.area-region{
	margin-bottom: 30px;
}
	#area .region{
		padding: 5px 15px;
		background-color: #dcefff;
		color: #043D8A;
		font-weight: bold;
		font-size: 18px;
	}
	ul.region-list{
		padding: 6px 10px;
	}
	ul.region-list li{
		margin-right: 10px;
		line-height: 1;
		display: inline-block;
		/*border-bottom: 1px solid #043D8A;*/
	}
	ul.region-list li a{
		color: #043D8A;
		line-height: 1;
	}
	/*ul.region-list li:hover{
		border-bottom: 1px solid #67A7FF;
	}*/
	ul.region-list li a:hover{
		color: #67A7FF;
	}

}