@charset "utf-8";

/* 　ボタン　*/
#css_btn_class {
	font-size: 85%;
	font-weight: bold;
	border-right: 1px solid #9D9D9D;
	text-decoration: none;
	background-color: #D90909;
	color: #FFFFFF;
	text-align: center;
}
#css_btn_class:hover {
	border-right: 1px solid #9D9D9D;
	text-decoration: none;
	background-color: #F62E2E;
	color: #FFFFFF;
	text-align: center;
}
#css_btn_class:active {
	border-right: 1px solid #9D9D9D;
	text-decoration: none;
	background-color: #F62E2E;
	color: #FFFFFF;
	text-align: center;
}
#menuBox {
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 60px;
}
#menuAria {
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #9D9D9D;
	width: 1000px;
}
/* --------------------------------------------------
	HEAD NAVI
-------------------------------------------------- */
#menuAria ul {
  list-style-type: none;
  padding-left: 0px;
}
#menuAria ul li {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 165px;
	height: 60px;
	line-height: 60px;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
	float: left;  /*親メニューは横1列に並べる*/
	padding-right: 0px;  /*メニュー項目の間隔を指定*/
	visibility: visible;
	text-decoration: none;
}
#menuAriaul li a{ 
  display: block;   /*要素の幅いっぱいにするために指定*/
  text-decoration: none;
	color: #333333;
}
 
#menuAria ul li a:hover {
	text-decoration: none;
}
 
#menuAria ul li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	top: 25px;  /*位置の指定*/
	left: 0;
	width: 149px;
	font-style: normal;
	font-size: 93%;
	text-align: left;
}
#menuAria ul li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/

}
#menuAria ul li ul.sub-menu li{
  float: none;  /*サブメニューはフロートさせないので解除*/
  padding: 0;  /*親メニューのパディングを解除。これをしないとボーダーがはみ出る*/
  
}
#menuAria ul li ul.sub-menu li:first-child{
  border-top: 1px solid #eee;  /*最初の要素のみボーダートップを指定*/
  width: 149px;
}
#menuAria ul li ul.sub-menu li a {
	background-color: #FFF;  /*背景色を白に指定*/
	border: 1px solid #CCCCCC;
	color: #666;
	font-weight: normal;
	display: inherit;
	width: 149px;
	font-size: 93%;
}
 
#menuAria ul li ul.sub-menu li a:hover  {
	background-color: #C0F7B0;
	display: block;
	border: 1px solid #CCCCCC;
	z-index: 1;
	visibility: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* 　ボタン　*/
#css_btn_class2 {
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	background-color: #74CB5A;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
}
#css_btn_class2:hover {
	background-color: #4DA433;
}
#css_btn_class2:active {
	top: 1px;
	background-color: #74CB5A;
}
#css_btn_class3 {
	font-size: 85%;
	font-weight: bold;
	border-radius: 1px;
	text-decoration: none;
	background-color: #41AAC8;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
}
#css_btn_class3:hover {
	background-color: #2E869F;
}
#css_btn_class3:active {
	top: 1px;
	background-color: #41AAC8;
}
#css_btn_class4 {
	font-size: 85%;
	font-weight: bold;
	border-radius: 1px;
	text-decoration: none;
	background-color: #BCB995;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
}
#css_btn_class4:hover {
	background-color: #908D63;
}
#css_btn_class4:active {
	top: 1px;
	background-color: #BCB995;
}

/* page
-----------------------------------------------*/
html,body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #181818;
}
.kesi {
	width: 116px;
	float: left;
	left: 60px;
	position: relative;
	bottom: 73px;
}

div,p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul{
list-style:none;
}
img{
	border: 0;
	text-shadow: 0px 0px 3px #343434;
}
a:link,a:visited{
text-decoration:none;
color:#181818;
}
a:hover,a:active{
text-decoration:underline;
color:#181818;
}

a.w:link,a.w:visited{
	text-decoration: none;
	color: #FFFFFF;
}
a.w:hover,a.w:active{
	text-decoration: underline;
	color: #CAFCF8;
}

a.mw:link,a.mw:visited{
	text-decoration: none;
	color: #FFFFFF;
}
a.mw:hover,a.mw:active{
	text-decoration: none;
	color: #FFFFFF;
}

a.tel:link,a.w:visited{
	text-decoration: underline;
	color: #F90307;
	font-size: 160%;
}
a.tel:hover,a.w:active{
	text-decoration: underline;
	color: #F90307;
	font-size: 160%;
}
.mb15{
	margin-bottom: 15px;
}
.fz15 {
	font-size: 15px;
}
.header{
	margin: 0 auto;
	width: 1008px;
	padding-right: 0;
	padding-left: 0;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 1000px;
	padding-right: 0;
	padding-left: 0;
	font-size: 90%;
	padding-top: 20px;
	text-align: left;
}
.main{
    margin: 0 auto;
    border-top: 1px solid #C7C7C7;
}
.main .inner{
	margin: 0 auto;
	padding-top: 35px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	width: 1008px;
}
.main .mainTtl{
	margin-top: 0;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0;
	width: 65%;
	float: left;
}
.main .mainLogo{
	margin-top: 25px;
	margin-right: 0;
	margin-left: 75px;
	margin-bottom: 0;
}
.main .mainTxt{
	margin-top: 15px;
	margin-right: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 430px;
	background-color: #980709;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-bottom: 20px;
	cursor: pointer;
	cursor: hand;
}
.main .mainTxt:hover{
	background-color: #ED0A0E;
	text-decoration: none;
}
.mainInfo{
margin:25px 0 0 0;
padding:0 0 5px 0;
width:515px;
}
.mainInfo .btn{
text-align:center;
}
.mainInfo .txt,
.mainInfo dl{
margin:0 auto;
padding:10px 0 0 5px;
}
.mainInfo dl:after{
content:"";
display:block;
clear:both;
}
.mainInfo dd{
float:left;
}
.mainInfo dd.mail{
padding:0 0 0 20px;
float:left;
}
.cnt01{
	margin: 0 auto;


	background:#;
	background-color: #D90909;
	background-repeat: repeat-x;
	background-position: center bottom;
	-webkit-box-shadow: 10px 10px;
	box-shadow: 10px 10px;
	background-image: url(../../images/shadow.png);
	height: 80px;
}
.cnt01 .ttl{
margin:0 auto;
padding:30px 0 0 95px;
width:913px;
text-align:left;
}
.whitebord{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 900px;
}
.whitebord_in{
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	background-image: url(../../images/wb_bottom.png);
	padding-bottom: 25px;
	text-align: left;
}
.whitebord .inner{
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	width: 90%;
	border-left: 20px solid #a9a8a8;
	border-right: 20px solid #a9a8a8;
	border-bottom: 10px solid #a9a8a8;
	border-top: 20px solid #a9a8a8;
	text-align: left;
}
.whitebord dt{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 230%;
	font-weight: bold;
	color: #ED5E09;
	margin-left: 120px;
}
.whitebord dd{
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 110%;
	margin-top: 300px;
	padding-right: 50px;
}
.chara {
	width: 280px;
	float: left;
	margin-right: 10px;
}
.mainbg {
	background-color: #D90909;
}
.main_cach {
	width: 400px;
	float: left;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.71);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid rgba(130,130,130,1.00);
	text-align: left;
}
.main_new {
	width: 240px;
	float: left;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.71);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid rgba(130,130,130,1.00);
	text-align: left;
	margin-left: 10px;
}

.maincont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	-webkit-box-shadow: 0px 3px 10px 2px #333333;
	box-shadow: 0px 3px 10px 2px #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.whitebord_in .inner .contents {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
.inner .contents h3 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}
.inner .contents h4 {
	font-size: 110%;
	font-weight: bold;
}
.inner .contents p {
	font-size: 90%;
	margin-left: 25px;
	margin-bottom: 10px;
}
.semBox {
	padding-left: 45px;
	padding-right: 45px;
	background-image: url(../../images/noda_c2.png);
	background-repeat: no-repeat;
	background-position: 680px 150px;
	text-align: left;
}
.semBox .semBord {
	width: 60%;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #808592;
	-webkit-box-shadow: 1px 1px 2px 1px #535455;
	box-shadow: 1px 1px 2px 1px #535455;
	background-color: #FFFFFF;
	text-align: left;
}
.semBox .semBord h3 {
	font-size: 150%;
	font-weight: bold;
}
.semBox .semBord p {
	font-size: 85%;
	line-height: 1.5em;
}
.inner .contents .prof_im {
	width: 350px;
	float: left;
}
.inner .contents .prof {
	width: 370px;
	float: right;
	margin-top: 50px;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
}
.contents .prof h5 {
	font-size: 140%;
}
.inner .contents ol {

}
.contents ol li {
	font-size: 90%;
	line-height: 1.8em;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 10px;
}
.contents ul {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	text-align: left;


}

.contents ul li {
	font-size: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C9C8C8;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -20px;
}
.head_l {
	text-align: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.mainBox {
	text-align: left;
}
.whitebord_in .inner .movBox {


}
.header .head_r {
	width: 220px;
	float: right;
}

.inner .movBox iframe {
	width: 760px;
	height: 427px;
}
.yd {
	width: 330px;
	float: left;
	margin-top: 30px;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
.newtitle {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E50003;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;

}
.new_con {
	width: 100%;
	font-size: 85%;
	text-align: left;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 0px dotted #535355;
}
.whitebord .whitebord_in #book {
	margin-left: 0px;
	padding-left: 0px;
}
.whitebord .whitebord_in .stitleBox {
	text-align: left;
	width: 457px;
	float: left;
}
.main_face {
	width: 260px;
	float: right;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.71);
	border: 1px solid rgba(130,130,130,1.00);
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.title-r   {
    float: right;
    width: 250px;
    background-image: url(../../images/telework.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 160px;
    background-color: #0487B5;
    border-radius: 10px;
}
.title-r:hover   {
    background-color: #1FA9D9;
}
.title-l {
    float: left;
    width: 730px;
}
.mailbord{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 900px;
    background-image: url(../../images/tele-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 2px 0px #2B2B2B;
    box-shadow: 1px 2px 2px 0px #2B2B2B;
    background-size: cover;
}
.mailbord .inner{
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    width: 80%;
    text-align: left;
}
.tel-mida {
    width: 99%;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border: 3px solid #0455A0;
}
.inner .contents2 p {
    font-size: 90%;
    margin-bottom: 10px;
    line-height: 1.8em;
    margin-left: 80px;
    width: 80%;
}
.tel-n {
    float: left;
}
.tel-mida-r {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.6em;
    padding-right: 10px;
    width: 80%;
    margin-bottom: 0px;
    padding-bottom: 5px;
	word-break: break-all;
}
.tel-nom {
    font-size: 130%;
    font-weight: bold;
    color: #0455A0;
    margin-bottom: 10px;
}
.effectChain .mainBox h2 {
    font-size: 300%;
    padding-right: 100px;
    background-image: url(../../images/telework.png);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    background-size: 90px auto;
}

.titlei{
width: 100%;
}
.titlei2{
    width: 40%;
}
.title-l2 {
    float: left;
    width: 180px;
    margin-right: 60px;
    margin-top: 5px;
}
.mainBox .title-r .tel-ban-t {
    color: #FFFFFF;
    font-size: 140%;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    text-decoration: none;
}
.mainBox .title-r p {
    color: #FFFFFF;
    font-size: 80%;
    padding-left: 10px;
    padding-top: 10px;
    text-decoration: none;
}
