@charset "UTF-8";

body, html {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	background-color:#FFFFFF;
	word-wrap: break-word;
	-ms-overflow-style:scrollbar;
}
img{
	margin:0 auto;
	display:block;
}
a,a img {
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	color: #000000;
}
a span img{
	display:inline-block;
	background-color:transparent;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}
a:focus{
	text-decoration:none;
	color:#000000;
}
a img {
	background-color:#FFFFFF;
	}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background-color:#FFFFFF;
}
a:hover span img{
	background-color:transparent;
}
img{
	max-width:100%;
}
iframe, audio {
    width: 100%;
    border: none;
}
h1,h2,h3,h4,h5,h6,a,p{
	line-height:1.6;
}
h1{
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 2.4rem;
}
h2 {
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.6rem;
}
h3{
	margin: 0 0 15px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
}
h4 {
	margin: 0 0 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}
h5 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 1.0rem;
}
h2 span.ex-small{
	font-weight:normal;
	font-size:0.4em;
}
h3.large{
	font-size:2.2rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #000;
}
h2.page-title{
	color:#19638e;
    margin: 50px auto 50px;
    text-align:center;
}
h2.page-title:after {
    content: " ";
    position: relative;
    display: block;
    margin: 10px auto 0px;
    width: 150px;
    border-bottom: #19638e 4px solid;
}
h2.page-title span.biko{
	color:#FFFFFF;
	font-size:0.7rem;
	background-color:#19638e;
	padding:3px 5px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left:10px;
}
h2.tp-column-title{
	margin:0px 10px 0 0;
	background-color:#19638e;
	border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	font-size:1.4rem;
	color:#FFFFFF;
	padding:3px 10px 0 30px;
    background-image: url(../../images/06_arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
h1, h2, h3, h4, h5, h6, a, p {
    line-height: 1.6;
}

/* privacy */
#privacy p,#privacy li{
	font-size:0.9rem;
}
#privacy h2{
	margin-top:100px;
}
#privacy h3{
	margin-top:30px;
	background-color:#F7F4ED;
	padding:5px 20px;
	font-size:1.2rem;
}

ul, ol {
	list-style: none;
	padding: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
hr {
	height: 1px;
	width: 100%;
	text-align: center;
	position: relative;
	background: #cccccc;
	margin: 10px auto;
	border: 0;
}
hr.dotted{
	height:0;
	border-top:1px dotted #000000;
	margin:20px 0;
	width: 100%;
	background-color:transparent;
}
hr.rittai{
	border-top: 1px solid #111;
	border-bottom: 1px solid #555;
	background: #27282d;
	margin:50px 0;
}

/* Header Section */
.hero{
	width: 100%;
	overflow:hidden;
	position:relative;
	margin:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.normal-mv{
	width: 100%;
	height:200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin:auto;
	position:relative;
}
.normal-mv.hero-mv{
	height:460px;
}
.normal-mv .main-txt{
	position:absolute;
	right:15px;
}
.normal-mv.hero-mv .main-txt{
	position:absolute;
	left:0;
	right:0;
    top: 35%;
}
.normal-mv .mv-logo{
	position: absolute;
	top:-85px;
	left:15px;
}
.normal-mv.hero-mv .mv-logo{
	position: absolute;
	top:15px;
	left:15px;
}
.normal-mv .main-txt h1{
	color: #FFFFFF;
	font-size:2.0rem;
    line-height: 1.2;
    margin-bottom:0;
    font-weight:normal;
}
.normal-mv .main-txt h1 span{
	color: #FFFFFF;
	font-size:1.0rem;
}
.normal-mv.hero-mv .tp-head{
	background:rgba(255,255,255, 0.8);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.normal-mv.hero-mv .tp-head-wrap{
	position:absolute;
	bottom:25px;
	left:0;
	right:0;
}
.normal-mv.hero-mv .tp-head{
	width:100%;
	padding:10px 20px;
}
.normal-mv.hero-mv .tp-head h1{
	font-size:1.4rem;
	margin-bottom:0;
}
.normal-mv.hero-mv .tp-head ul{
	margin-bottom:0;
	text-align:right;
}
.normal-mv.hero-mv .tp-head ul li{
	display:inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.normal-mv.hero-mv .tp-head ul li a img{
	background-color: transparent;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.normal-mv.hero-mv .tp-head ul li.textlink a{
	padding-left: 25px;
    display: block;
    color: #000;
    max-width: 100%;
    background-image: url(../../images/21_arrow.png);
    background-repeat: no-repeat;
    background-position: 5px 46%;
}


/* Navigation */
#nav {
	z-index: 9999;
	width: 100%;
}
#nav .navbar-brand{
	height:auto;
	backface-visibility: hidden;
	padding: 15px 10px 20px 15px;
}
.navbar .navbar-nav {
	float: right;
	background-color:#FFFFFF;
	display: inline-block;
    margin-left: 15px;
    margin-right: 145px;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-custom {
	background-color:#FFFFFF;
	width: 100%;
	max-width:100%;
	display:block;
	margin:0 auto;
	z-index: 9999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.navbar-custom .nav li{
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.navbar-custom .nav li a {
	background-color: transparent;
	margin: 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display:block;
	line-height: 1.6;
	padding: 23px 25px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

header .headright-area{
	float:right;
	padding-top:25px;
}
header a.headright-area img{
    background-color: #FA9600;
}
header a.headright-area img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.search-box,.lang-box,.lang-box li{
	display:inline-block;
}
.search-box{
	padding-right:20px;
}
.lang-box{
	line-height:24px;
	font-size:0.7rem;
	background-color: #eeeeee;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 0;
}
.lang-box li{
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 0 10px;
}
.lang-box li.active-lang{
	background-color: #4b9e01;
}
.lang-box li.active-lang a{
	color:#FFFFFF;
}

ul>li.side-sub>ul{
	display:none;
}
ul>li.side-sub.active>ul{
	display:block;
}

/* pankuzu */
.breadcrumbs {
	margin: 0 0 30px 0;
	padding: 5px 10px;
	font-size: 0.7rem;
	color: #000000;
	background-color:#efefef;
}
.breadcrumbs a {
	color: #000000;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
.breadcrumbs span {
	color: #000000;
}

/* button */
.news-tag{
	display:inline-block;
	padding:10px;
	width:140px;
	max-width:100%;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
}
.blog-cat a{
	display:block;
	padding:10px;
	width:160px;
	max-width:100%;
	text-align:center;
	color:#000000;
	font-weight:normal;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	background-color:#F5E829;
}
.news-tag a:hover,.blog-cat a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

a.blog-tag{
	float:right;
	display:block;
	padding:2px 5px;
	width:100px;
	max-width:100%;
	text-align:center;
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
a.blog-tag:hover{
	text-decoration:none;
	background-color:#F5E829;
}

/* main */
section{
	padding:30px 0 50px;
}
section.sec-1{
	padding-top:50px;
}
.half-container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.wide-container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.pages-block span.post-date{
	padding:5px 0;
	color:#000000;
    font-size: 0.9rem;
    font-weight: normal;
}
.entry-content{
	margin:20px 0;
}
.chapt{
	margin-bottom:50px;
}
.pblc-page{
	font-size:0.9rem;
}
.pblc-page a{
	color:#19638e;
}

.tp-column-box{
	padding-top:20px;
	height:100%;
	border:1px solid #CCCCCC;
}
.tp-column-box img{
	margin-bottom:10px;
}
ul.tp-column {
    margin:0 auto 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}

ul.tp-column>li {
    margin:0;
    padding:10px;
    width:50%;
    list-style:none;
}

/* btn */
a.detail-btn{
	padding: 4px 10px;
	display: block;
	font-weight:bold;
	color:#FFFFFF;
	width:100px;
	max-width:100%;
	text-align:center;
	background-color:#000000;
	margin:20px auto;
}
a.detail-btn.right-btn{
	margin:0 0 0 auto;
	font-weight:normal;
	font-size:0.8rem;
}
a.detail-btn.tsuyomi-btn{
	font-weight:normal;
	margin:20px auto 10px 0;
	width:200px;
}
a.detail-btn.jisseki-btn{
	font-weight:normal;
	margin:20px 0 70px auto;
	width:400px;
	max-width:100%;
	font-size:0.9rem;
}
a.detail-btn:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a.link-btn{
	padding: 15px 15px 15px 30px;
	display: block;
	font-weight:bold;
	color:#19638e;
	max-width:100%;
	background-color:#FFFFFF;
	margin:5px auto;
	border:1px solid #CCCCCC;
	position:relative;
	background-image: url(../../images/21_arrow.png);
	background-repeat:no-repeat;
	background-position: 10px 45%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.link-btn:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a.contact-btn{
	padding: 10px;
	display: block;
	font-weight:bold;
	color:#FFFFFF;
	width:300px;
	max-width:100%;
	text-align:center;
	background-color:#FA9600;
	margin:40px auto 20px;
	z-index: 9;
}
a.contact-btn:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a.emph-btn{
	padding: 20px 10px;
	display: block;
	font-weight:bold;
	color:#FFFFFF;
	width:300px;
	max-width:100%;
	text-align:center;
	background-color:#1453AF;
	margin:30px auto;
	z-index: 9;
}
a.emph-btn:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* sidebar */
.side-menu li a{
	position:relative;
	background-image: url(../../images/20_arrow.png);
	background-repeat:no-repeat;
	background-position: 7px 48%;
	padding:15px 10px 15px 25px;
	font-size:0.8rem;
}

/* table */
table.news-list{
	width:100%;
}
table.news-list th,table.news-list td{
	vertical-align:top;
}
table.news-list td.post-date{
	width:160px;
}
table.news-list td span{
	background-color: #19638e;
    color: #FFFFFF;
    padding: 3px 10px;
    font-size: 0.9rem;
    font-weight:normal;
}
table.news-list td h1{
    font-size: 1.6rem;
    font-weight:normal;
    color: #19638e;
}
table.news-list.news-page th span{
	background-color: #efefef;
    color: #19638e;
    padding: 1px 10px;
    font-size: 0.9rem;
    font-weight:normal;
}
table.news-list.news-page{
	border-bottom:0;
}
table.news-list td{
	padding:8px 5px;
}
table.news-list td.date{
	min-width: 160px;
}
table.news-list.news-page th,table.news-list.news-page td{
	padding: 5px;
}
table.news-list.news-page tr{
	border-top:0;
	border-bottom: dotted 1px #CCCCCC;
}
table.news-list td.arrow{
	text-align:right;
	padding-right:0;
	width:200px;
	vertical-align:middle;
}
table.news-list th{
	width:250px;
}
table.news-list.news-page th{
	width:180px;
}
table.news-list th a{
	color:#C1272D;
	font-size:0.9rem;
}
table.news-list td.arrow a.btn{
	background-color:#4D4D4D;
	padding:3px 20px;
	text-align:center;
	color:#FFFFFF;
	font-size:0.7rem;
}
table.news-list td.arrow a.btn:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
table.news-list td .in-table{
	border-left:1px solid #F2F2F2;
	padding:5px 20px;
}
table.news-list td .in-table span.date{
	font-size:0.8em;
}
.srvc-lineup{
	width:100%;
	margin:0 auto;
	display:table;
}
.srvc-lineup .sv-text{
	width:50%;
	display:table-cell;
	vertical-align:middle;
}
.srvc-lineup .sv-text h3 img{
	margin-left:0;
}
.srvc-lineup .sv-text p{
	margin-top:10px;
	margin-bottom:10px;
}
.srvc-lineup .sv-image{
	width:50%;
	max-width:720px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.srvc-lineup .sv-image .servicel-arrow{
	position:absolute;
	top:45%;
	left:-21px;
}
.srvc-lineup .sv-image .servicer-arrow{
	position:absolute;
	top:45%;
	right:-21px;
}
table.white-fuchi{
	margin:0px auto;
}
table.white-fuchi td{
	border:10px solid #FFFFFF;
}
table.company-tbl{
	width:100%;
	margin-bottom:30px;
	border-top:1px solid #323232;
	border-bottom:1px solid #323232;
}
table.company-tbl tr:nth-child(2n+1){
	background-color:#F7F4ED;
}
table.company-tbl th{
	width:220px;
	font-weight:normal;
	padding:15px;
}
table.company-tbl td{
	padding:8px 15px;
}
table.company-tbl.enkaku th{
	width:100px;
}
table.company-tbl th,table.company-tbl td{
	vertical-align: top;
}
table.members-list{
	width:100%;
	border-top:1px solid #ccc;
	margin-bottom:30px;
}
table.members-list th{
	background-color:#EFEFEF;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	padding:15px;
	border-right:1px solid #CCCCCC;
}
table.members-list td{
	padding:3px 15px;
	border-right:1px solid #CCCCCC;
}
table.members-list td:last-child{
	border-right:0;
	font-size:0.9rem;
}
table.members-list td.first{
	padding-top:15px;
}
table.members-list td.last{
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}

table.awstudent-list{
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:50px;
}
table.awstudent-list tr{
	border-bottom:1px solid #ccc;
}
table.awstudent-list th,table.awstudent-list td{
	background-color:#FFFFFF;
	vertical-align:middle;
	padding:10px 15px;
	border-right:1px solid #CCCCCC;
}
table.awstudent-list th{
	background-color:#EFEFEF;
	width:20%;
}
table.awstudent-list td:last-child{
	font-size:0.9rem;
	width:50%;
}

/* dl,dt,dd */
dl.lineup{
	color:#1453AF;
}
dl.lineup dt{
	font-size:3.0rem;
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
	font-weight:normal;
}
dl.lineup dd{
	display:inline-block;
	vertical-align:middle;
}
dl.lineup dd.emp{
	padding-left: 20px;
}
dl.lineup dd.emp span{
	padding-left: 20px;
	padding: 3px 10px;
}

/* ul li */
ul.normal{
	margin-left: 30px;
}
ul.normal li{
	display: list-item;
	list-style-type: disc;
}
ul.awardlink,ul.awardlist,ul.tpftlink{
	width:100%;
}
ul.awardlink,ul.tpftlink{
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
}
ul.tpftlink{
	margin-bottom:0;
}
ul.awardlink li,ul.tpftlink li{
	display:inline-block;
	padding:10px;
}
ul.awardlink li a{
	text-decoration:underline;
}
ul.awardlink li a:hover{
	text-decoration:none;
}
ul.awardlist li{
	display:inline-block;
	width:20%;
	vertical-align: top;
	padding:10px;
	font-size: 0.9rem;
}
ul.awardlist li img{
	margin-left:0;
	margin-bottom:3px;
}
ul.tpftlink li a{
	background-image: url(../../images/21_arrow.png);
	background-repeat:no-repeat;
	background-position: 5px 46%;
	padding-left:25px;
}
ul.news-archive{
    margin: 30px 0;
    list-style: none;
    padding: 0;
    position: relative;
}
ul.news-archive:before{
	z-index: 1;
}
ul.news-archive:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}
ul.news-archive li{
	margin-right: 3px;
    position: relative;
    z-index: 0;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
}
ul.news-archive li.active{
    z-index: 2;
    border-bottom-color: #FFF;

}
ul.news-archive li a{
	display:block;
	padding:3px 15px;
    color:#19638e;
    font-weight:bold;
}
ul.news-archive li a:hover{
	text-decoration:none;
}
ol.list_parentheses{
	padding:0 0 0 2em;
	margin:10px 0;
}

ol.list_parentheses li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	padding-left:1em;
	text-indent:-1.8em;
	padding-bottom:5px;

}
ol.list_parentheses li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}
ol.decimal{
	list-style-type: decimal;
	padding-left: 2em;
}
ol.decimal>li{
	padding-bottom:12px;
}
ul.wpp-list li{
	padding-bottom:20px;
}
ul.banner li{
	display:inline-block;
	padding:6px 3px;
}
ul.meeting-list{
	width:100%;
	border-top:1px solid #ccc;
}
ul.meeting-list li{
	width:49.4%;
	display:inline-block;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
ul.meeting-list li:nth-child(even){
	border-right:0;
}
ul.meeting-list li a{
	padding: 10px 10px 10px 25px;
	display: block;
	color:#000;
	max-width:100%;
	background-image: url(../../images/21_arrow.png);
	background-repeat:no-repeat;
	background-position: 5px 46%;
}
ul.pblc li{
	display:inline-block;
}
ul.linklist {
    line-height: 2em;
    margin-left: 2em;
    position: relative;
}
ul.linklist li {
    list-style-type: none!important;
    margin-left:2em;
}
ul.linklist li:before {
    font-family: FontAwesome;
    content: "\f101";
    position: absolute;
    left: 1em;
    color: gray;
}
ul.linklist li a{
	color:#19638e;
}

ul.tplinklist {
    position: relative;
}
ul.tplinklist li{
	padding-bottom:5px;
}
ul.tplinklist li:before {
    font-family: FontAwesome;
    content: "\f068";
    position: absolute;
    color: #19638e;
}
ul.tplinklist li a{
	color:#000;
	padding-left:1.5em;
}

/* paging */
.pnavi{
	text-align: center;
    margin: 30px auto;
    color: #000000;
    font-size:0.9rem;
}
.pnavi a{
	color: #000000;
	padding:5px;
}
.pnavi a:hover{
	text-decoration:underline;
	color: #19638e;
}
.pnavi span.current{
	padding:5px;
	color:#19638e;
}
.pnavi span.previous{
	width: 47%;
	text-align:left;
}
.pnavi span.next{
	text-align: right;
	width: 47%;
}
.pnavi span.previous a,.pnavi span.next a{
	color:#000000;
}
.pnavi span.previous a:hover,.pnavi span.next a:hover{
	text-decoration:none;
	color:#19638e;
}

/* contact */
table.contact-form{
	margin-top:50px;
}
table.contact-form th,table.contact-form td{
	border-top:1px dotted #323232!important;
}
table.contact-form tr.last th,table.contact-form tr.last td{
	border-bottom:1px dotted #323232!important;
}
table.contact-form th,table.contact-form td{
	font-weight:normal;
	padding: 15px 10px!important;
	vertical-align:middle!important;
}
table.contact-form td.form{
	width:60%;
}
table.contact-form input{
	width:100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
table.contact-form input.zip{
	width:auto;
}
input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea{
  padding: 3px;
  border: 1px solid #323232;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  width:100%;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
header .search-box form input[type='search'] {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 0.9rem;
    line-height: 32px;
    font-weight: 400;
    height: 32px;
    width: 200px;
    border: 0;
    background-color: #eeeeee;
    border-radius: 1em;
    -webkit-appearance: button;
    padding: 0 10px;
    background-image: url(../../images/topHeadBtnIcon03.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.wpcf7 select {
	padding: 2px;
	border: 1px solid #000000;
}
input[readonly]{
	border: 1px solid #FFFFFF;
}
table.contact-form span.wpcf7-list-item{
	display:block;
}
table.contact-form input[type="radio"], input[type="checkbox"] {
	width:auto;
}
table.contact-form span.required{
	font-size: 0.8em;
    background-color: #aa0200;
    color: #FFFFFF;
    padding: 0 8px;
    margin-left: 10px;
}
div.wpcf7-validation-errors {
  border: 2px solid #ff0000!important;
}
table.contact-form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
.wpcf7c-conf {
  background-color: #f6f6f6!important;
  border: 1px solid #f6f6f6!important;
}
.wpcf7 input[type="submit"][disabled]{
	opacity:0.2;
	filter:alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
}
.wpcf7 input.b-year{
	width:5em;
}
/* placeholder */
:placeholder-shown {
    color: #CCC; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #CCC; }

/* Firefox 18- */
:-moz-placeholder {
    color: #CCC; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #CCC; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #CCC; }

a.yellow-btn,input.yellow-btn,input.gray-btn{
	color:#FFFFFF;
	background-color:#4D4D4D;
	max-width:100%;
	padding:10px 20px;
    font-weight:normal;
    float:none;
	display: inline-block;
	width:250px;
	border-radius: 0px;
    border: 1px solid #4D4D4D;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin:15px;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
input.gray-btn{
	background-color:#ECEEEE;
	border: 1px solid #ECEEEE;
	color:#000000;
}
a.yellow-btn,input.yellow-btn:hover,input.gray-btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
label{
	font-weight:normal;
	cursor: pointer;
}


/* chart */
#chartContainer1,#chartContainer2,#chartContainer3,#chartContainer4,#chartContainer5,#chartContainer6{
	width:100%;
	height:400px;
}
#chartContainer1,#chartContainer2{
	height:250px;
}

/* Footer Section*/
footer {
	padding-top: 50px;
}
footer #footer-upper{
	padding: 0px 0 25px 0;
	background-color:#efefef;
}
footer #footer-lower{
	padding: 0px 0 25px 0;
	background-color:#27282d;
	color:#FFFFFF;
}
footer #footer-lower a{
	color:#FFFFFF;
}
footer #footer-lower img{
	background-color: transparent;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
footer #footer-upper img {
	background-color:transparent;
	display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .copy{
	margin-top:20px;
	font-size: 0.7rem;
	font-family:Arial;
	color: #EEEEEE;
}
footer #footer-lower {
	padding:50px 0 10px;
	font-size: 0.7rem;
}
footer h4 {
	font-weight: bold;
	font-size: 0.9rem;
    padding: 10px 0 0;
    margin-bottom: 0;
}

footer ul.foot-menu{
	padding:5px 0;
}
footer ul.foot-menu li{
	padding:3px;
}
footer ul.foot-menu > li{
	font-weight:normal;
}
footer .sub-menu{
	padding-top:3px;
}
footer .foot-social{
	float: right;
}
footer .foot-social li{
	display:inline-block;
	padding:5px;
}
footer .banner-area{
	padding:50px 0;
}
footer .banner-block{
	float:left;
	padding:0 20px;
}

/* sitemap */
h3.h-sitemap{
	border-bottom:1px dotted #000000;
	font-size:1.4rem;
	margin-top:30px;
	font-weight:normal;
}
ul#sitemap_list {
  margin-left: 10px;
}
ul#sitemap_list a{
	color:#000000;
}
ul#sitemap_list a:hover{
	text-decoration:underline;
}
ul#sitemap_list ul{
  margin-left: 30px;
}
ul#sitemap_list li{
	margin-bottom: 10px;
	display: block;
}
ul#sitemap_list ul.children{
	margin-top:10px;
}

/* Scroll To Top */
.scroll-to-top {
	position: fixed;
	right: 35px;
	bottom: 35px;
	font-size: 1.15em;
	height: 40px;
	width: 40px;
	background-color: #666;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	opacity: .3;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.scroll-to-top:hover {
	opacity: 0.5;
}

/* 吹き出し */
.arrow_box {
	position: relative;
	background: #4D4D4D;
	padding: 2px 5px;
    text-align: center;
    margin:0 auto 7px;
    color:#FFFFFF;
    width: 200px;
    display: block;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(77, 77, 77, 0);
	border-top-color: #4D4D4D;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box h4{
	margin-bottom: 0;
	font-size: 1.0rem;
	font-weight: normal;
}

/* header ホバークリック */
#hover-click{
	position: relative;
	width: 40px;
	float:right;
	margin-top:23px;
}
#hover-click a,#hover-click span{
	display: block;
	padding: 3px 10px;
	width: 40px;
	color: #000;
	font-size: 0.8rem;
	text-align: center;
	text-decoration: none;
	background-color:#F2F2F3;
}
#hover-click > ul{
	display: none;
	z-index: 9999;
	position: absolute;
	text-align: center;
}
#hover-click > ul>li>a:hover{
/*	background-color:#000000;
	color:#FFFFFF;*/
}
#hover-click > ul>li>a,#hover-click > ul>li>span{
	color: #FFFFFF;
}

/* ストリートビュー対応 */
.st-view{
	position: relative;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}
.st-view iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}