@charset "utf-8"; 
/* CSS Document */
/*-------------------------------
1.base setting
---------------------------------*/
#conAll {
    float: right;
    width: 560px;
}
.sidebar {
    float: left;
    width: 200px;
}
.sidebar li {
    margin-bottom: 1em;
}
.sidebar li::before {
    border-right: 2px solid #0070EB;
    border-top: 2px solid #0070EB;
    content: "";
    display: inline-block;
    margin-right: 5px;
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
}
.content {
    float: right;
    margin-bottom: 3em;
    width: 560px;
}
.conA img {
    display: block;
    float: left;
    margin: auto 5px 10px;
}
.conA p {
    float: left;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.5em;
    padding-left: 5px;
    padding-right: 5px;
}

/*-------------------------------
2.index.html
---------------------------------*/
.menu_bt_area {
    float: left;
    margin: auto 80px;
    width: 600px;
}
.menu_bt_area ul {
    width: 100%;
}
.menu_bt_area li {
    float: left;
    margin-top: 10px;
}
.menu_bt_area li:hover {
    opacity: 0.7;
}
.menu_bt_area li:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
}
.menu_bt_area img {
    display: block;
}

/*-------------------------------
3.sus.html
---------------------------------*/
.headA {
    float: left;
    width: 560px;
}
.headA h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    width: 550px;
	margin-bottom: 1em;
}
.txtA p {
	font-size: 14px;
	/*font-family: 'Noto Sans JP';*/
}
/*h3.titA {
	font-family: 'Noto Sans JP';
}*/
img.imgfiA {
	margin-top: 1em;
	filter: opacity(50%) saturate(50%);
}

/*-------------------------------
4.gaiyou.html
---------------------------------*/
.conB {
    float: left;
}
.conB h3 {
    float: left;
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.conB dl {
    border-bottom: dotted 1px #999999;
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
.conB dt {
    float: left;
    font-weight: bold;
    width: 25%;
}
.conB dd {
    float: left;
    width: 75%;
}

/*-------------------------------
5.jigyo.html
---------------------------------*/

ul.list_styleA {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
}
.conC {
    float: left;
    font-size: 16px;
	margin-top: 1em;
    margin-bottom: 1em;
}
.conC h4 {
    border-left: solid 6px #009245;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 3px;
}
.conC dl {
    float: left;
    width: 363px;
	box-sizing: border-box;
	padding-left: 20px;
}
.conC dt {
    margin-bottom: 5px;
}
.conC dd {
    line-height: 1.5;
	font-size: 14px;
}

/*-------------------------------
5.enkaku.html
---------------------------------*/
.conD {
    float: left;
}

.conD table {
    float: left;
    width: 100%;
}
.conD th {
    font-weight: bold;
    width: 30%;
	vertical-align: top;
}
.photo_area {
    box-sizing: border-box;
    float: left;
    margin: 10px 5px 10px 0;
}
.photo_area img {
    margin: 0;
    height: auto;
    width: 160px;
}
.frame {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px rgba(20,20,20,0.2);
    height: 172px;
    width: 172px;
    padding: 5px;
}
ul.y_jump {
	margin-top: 2em;
	margin-bottom: 1em;
}
ul.y_jump li {
	display: inline-block;
}
ul.y_jump li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #009245;
	border-right: 2px solid #009245;
	transform: rotate(45deg);
	margin-right: 3px;
}

/*-------------------------------
6.kanren.html
---------------------------------*/
.conE {
    float: left;
    font-size: 16px;
}
.conE h3 {
    border-left: solid 6px #009245;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 2em;
    padding-left: 3px;
    width: 100%;
}
.conE h4 {
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
}
.conE p {
    padding-bottom: 0.5em;
}

/*-------------------------------
7.map.html
---------------------------------*/
.conF h3 {
    border-left: solid 6px #009245;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
    padding-left: 3px;
    width: 100%;
}
.conF h4 {
    border-bottom : dotted 1px #009245;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
}
.conF iframe {
    border: none;
    height: 350px;
    width: 425px;
}
.conF dl {
    float: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1em;
    width: 100%;
}
.conF dt::before {
    border-top: 3px solid #009245;
    border-right: 3px solid #009245;
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
