@charset "UTF-8";

div#wrapper {
}

/* ヘッダーライン*/

#toplinetop{
	background:#136334;
	height:6px;
	width:100%;
	}
	
#topwave{
	margin: -5px auto;
	width: 55px;
	height:36px;
	float:left;
	}

header {
	width: 1000px;
	width: 1010px\9;
	margin: 0 auto;
	height:80px;
	padding-bottom: 0px;
}



header h1{
	margin: 15px 0 auto;
	width: 330px;
	height:40px;
	float:left;
	background: url(../images/logo-pawa-top76.svg) repeat 0 0;
    background-repeat: no-repeat;
	background-size: 330px 40px;
}

/* letina fireFox*/
/* 
@-moz-document url-prefix() {
header h1{
	width: 330px;
	height:40px;
	background-image: url("../images/main-logo02-72.png");
    background-repeat: no-repeat;
	background-size: 350px 40px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
header h1{
	width: 330px;
	height:40px;
	background-image: url("../images/main-logo02-72.png");
    background-repeat: no-repeat;
	background-size: 350px 40px;
	}
}
*/
/*Fontsize*/

#fontSize .word{
	font-size:12px;
	width:60px;
	background:none;
	border: 0px ;
	cursor:crosshair;
	margin-right: 7px;
	}
#fontSize ul{
	overflow: hidden;
	float:right;
	margin-top: 23px;
}

#fontSize li 
{background-image:url(../images/tx_m_off.gif);
	list-style: none;
	float: left;
	margin: 0px 2px 0px 0px;
	cursor: pointer;
	border: 1px solid #ccc;
	width: 36px;
	height:20px;
	text-align: left;
	background-color: #fff;
}

#fontSize .small:hover{
	background-image:url(../images/tx_m_on.gif);}


#fontSize .small{
	background-image:url(../images/tx_m_off.gif);
	}

#fontSize .large:hover{
	background-image:url(../images/tx_big_on.gif);
	}
#fontSize .large{
	background-image:url(../images/tx_big_off.gif);
	}

#fontSize .current.large 
{
	background-image:url(../images/tx_big_off.gif);
}

#fontSize .current.small 
{
	background-image:url(../images/tx_m_off.gif);
}


/*fontsize*/

.ques ul li{
	padding:0px 0px 0px 5px;
	display:inline;
}
	
.ques{
	float:right;
	height:50px;
	margin-left:-30px;
}

/* HOME promotionArea-PC-mobile-100%*/
#promotion{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom:-30px;
	margin-bottom:0px\9;
}

#promop{
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	margin-bottom:-10px;
	margin-bottom:0px\9;
}

#promopp{
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	margin-bottom:-10px;
	margin-bottom:0px\9;
}
#promop2{
	width: 996px;
	height: 120px;
	margin: 0 auto;
	margin-top:55px;
	margin-bottom:-75px;
	margin-bottom:-75px\9;
}
#promop3{
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	margin-top:70px;
	margin-bottom:-110px;
	margin-bottom:0px\9;
}
/* HOME promotionArea*/

/* HOME NEWS-Banner-Area*/



.news_top {
	margin-top:5px;
	float:left;
	width:530px;
	height:447px;
	border: 1px solid #69a871;
	padding:10px;
	font-size:1.0em;
	text-align:left;
	line-height:26px;
}

.news_top h6{
	font-size:1.2em;
	font-weight:normal;
	margin:-10px 0 30px -10px;
	width:520px;
	height:15px;
	padding:15px;
	border-bottom: 1px solid #dbfce0;
	background-color:#fdfcfc;
	}

.news_top ul li{
	margin:0 0 12px -30px;
	text-align:left;
	
	}
.news_top ul li .day{
	font-size:0.9em;
	width:390px;
	margin-right:10px;
	}


/*popup*/
.popup_wrap h3 br{
	display:none;
}
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(55, 190, 176, 0.4);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
	text-align: justify;
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 90%;
  box-sizing: border-box;
  background: #fff;
  line-height: 2.2em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
    padding:20px 50px;
}
.popup_content p{
    padding:0px 20px 5px 0px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 40px;
  cursor: pointer;
  color:#37beb0;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    cursor: pointer;
    transition: .3s ease;
}
.open_btn:hover{
    transition: .3s ease;
}
/*popup*/
.icon_top {
	float:right;
	width:445px;
	width:425px\9;
	height:370px;
	margin-top:0px;
	margin-right:-20px;
}


 .icon_top p{
		margin:5px 0 0 45px;
		}


.icon_top ul li{	
	display:inline-block;
	width:175px;
	height:175px;
	margin:10px 15px 10px 5px;
}

.banner_footer {
	width:980px;
	padding:0px;
	height:185px;
	margin-top:90px;
}

.banner_footer img{
	padding-bottom:10px;
}
/* HOME NEWS-Banner-Area*/


div#contents_all {
	width: 1000px;
	margin: 0 auto;
	padding-top:60px;
}

div#contents {
	overflow: hidden;
	margin: 10px 0 120px 0;
	min-height:440px;
	font-feature-settings : "palt";

}

div#contents h2{
	overflow: hidden;
	color:#265726;
	margin-top: 15px;
	border-left: ridge 5px #7eb986;
	font-family: "ＭＳ 明朝",serif; 
	padding:8px 0px 7px 15px;
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	box-shadow: 0px 1px 2px 0px  rgba(0,0,0,0.3);
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eee)); 

}

.firststep{
	overflow: hidden;
	color:#5b3606;
	text-shadow: 1px 1px 1px #ccc;
	font-size:1.4em;
	margin: 15px 0 30px 0;
	border-left: ridge 5px #fa9042;
	padding:8px 0px 7px 15px;
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	box-shadow: 0px 1px 2px 0px  rgba(0,0,0,0.3);
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fa9042), to(#fcb37e)); 

}
#mutualfund hr, #stock hr, #bond hr{
	border:1px solid #265726;
	margin-bottom:60px;
	width:100%;
	} 
	
	
div#contents h7{ 
	 font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color:#fff;
	font-size:1.2em;
	padding:10px 20px;
	background:#265726;
	border:3px outset #ccc;
	text-align:center;
	}

div#contents h7 span{
	margin-left:20px;
	font-size:.9em;
	}

div#contents h3{
	color:#265726;
	margin-top: 25px;
	font-size:1.2em;
	font-family: "ＭＳ 明朝",serif; 
	padding:0px 10px 0px 10px;
	border-left: ridge 5px #7eb986;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */to(#eee)); 
	
}
div#contents .transferl{
	font-size:0.9em;
}

div#contents .transferl td{
	text-align:center;
}

div#contents .service ul{
	margin-bottom:60px;
}

div#contents .service  ul li{
	font-size:1.15em;
	margin-bottom:40px;
	border-bottom: dotted 1px #999;
	width:97%;
}

div#contents .service  ul .noline{
	border-bottom: 0px;
	margin-bottom:20px;
}


div#contents .recruit-flow{
	font-family: "ＭＳ 明朝",serif; 
	color:#0c063c;
}

div#contents .recruit-flow ol li{
	display: inline-block;
	margin:-40px 60px 12px 0px;
}

div#contents .recruit-flow p{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:-5px;
}

div#contents .recruit-flow h3{
	color:#333fff;
	text-shadow: 3px 3px 1px #ccc;
	width:45%;
	border-bottom: inset 1px #333fff;
	margin-top: 25px;
	margin-left:-40px;
	font-size:1.2em;
	font-family: "ＭＳ 明朝",serif; 
	padding:0px 10px 0px 10px;
	border-left: ridge 5px #333fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */to(#eee)); 
	
}

div#contents .recruit-flow h6{
	color:#333fff;
	text-shadow: 3px 3px 1px #ccc;
	margin-top: 25px;
	text-align:center;
	width:35%;
	font-size:1.2em;
	
}

div#contents h4{
	color:#65a06d;
	margin-top: 25px;
	font-size:1.1em;
	padding:0px 0px 0px 10px;
	text-align:left;
	font-family: "ＭＳ 明朝",serif; 
  border: 4px solid transparent;
  border-left-color: #7eb986;
  padding-left:10px;

}

div#contents h5{
	margin-top: 20px;
	font-size:1.1em;
	padding:5px 0px 0px 0px;
	font-weight:bold;
}

div#contents #branch h5{
	margin: 5px;
	font-size:1.1em;
	padding:0px;
	font-weight:bold;
}

/*vision*/

div#vision {
	overflow: hidden;
	width:80%;
	font-size:1.2em;
	margin: 10px auto 0px;
	min-height:440px;
	font-feature-settings : "palt";
}
/*20210312*/
div#vision .copyb{
	margin: 30px 0 40px 0;
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height:1.9em;
	text-align:center;
font-family: 'Shippori Mincho B1', serif;
	color:#3b8d3e;
}

div#vision h1{
	text-align:center;
	color:#4a7d4b;
	font-size:1.5em;
	font-weight:normal;
background: linear-gradient(transparent 50%, #d8e8d6 50%);
margin-bottom:20px;
}
	
div#vision h1 span{
	font-size:0.6em;
	margin-left:20px;
}

div#vision .waku{
	margin: 0 auto;
	width:80%;
	padding:20px 25px;
	margin-bottom:50px;
	font-size:0.95em;
	text-align:center;
	line-height:1.8em;}


div#vision h2{
	width:90%;
	text-align:center;
	color:#4a7d4b;
	font-size:1.5em;
	font-weight:normal;
background: linear-gradient(transparent 50%, #d8e8d6 50%);
margin-bottom:20px;
}
	
div#vision h2 span{
	font-size:0.6em;
	margin-left:20px;
}

div#vision .waku2{
	width:70%;
	padding:20px 25px;
	margin-bottom:50px;
	font-size:0.85em;
	text-align:center;
	line-height:2em;}

div#vision .waku3{
	width:80%;
	padding:20px 25px;
	margin-bottom:50px;
	font-size:0.85em;
	text-align:center;
	line-height:2em;}
div#vision .second{
	width:45%;
	margin-left:30px;
	float:left;
}
div#vision .second2{
	width:45%;
	float:right;
}


div#vision ol {
  counter-reset: li; 
  list-style: none; 
  margin-left:120px;
}

div#vision li {
  line-height: 1.8;
	width:120%;
	height:70px;
}

div#vision ol p{
  margin-left: 2.55rem;
	margin-top:-5px;
}

div#vision ol > li::before {
  margin-right: 1.0rem;
  content:counter(li) "";
  counter-increment: li;
	font-size:2.0em;
color:#4a7d4b;
}

div#vision .waku .title{
	margin:15px 0 10px 0;
	font-weight:bold;
	color:#3b8d3e;
	font-size:1.2em;
font-family: 'Shippori Mincho B1', serif;
	}

div#vision ul{
	margin:140px 0 100px -25px; 
	}
div#vision ul li{
	display:inline;
	font-size:1.2em;
	padding:60px 40px;
	margin:0px 30px 0 0px;
	background:#dbfce0;
	color:#fff;
	font-weight:bold;
	border-radius: 85px;        
    -webkit-border-radius: 85px;    
    -moz-border-radius: 85px; 
	}
	
div#vision .copy1{
	background:#68c1fa;

}
div#vision .copy2{
	background:#3b8d3e;

}
div#vision .copy3{
	background:#f8ac74;

}
div#vision .copy4{
	background:#fb94f7;

}
	
	
.olgreen{
	color:#0e9c4b;
	font-weight:underline;
	word-break: break-all;
}
.step{
	margin:50px 0 40px 0px;
}
.step ul{
	margin:0px 0 40px -30px;
}

.step ul li{
	display:inline;
	margin:0px 5px 20px 0px;
	padding:8px 10px 7px 15px;
}

.yashita{
	margin:20px 0 10px 0;
	color:#0e9c4b;
	font-size:2.0em;
	text-align:center;
}

.account ul {
	width:95%;}
.account ul li{
	width:47%;
	float:left;
	margin:-20px 50px 0px -30px;
}

.stepback{
	color:#265726;
	border-left: ridge 2px #7eb986;
	font-family: "ＭＳ 明朝",serif; 
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	box-shadow: 0px 1px 2px 0px  rgba(0,0,0,0.3);
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eee)); 
}

/* ナビSP*/
div#navi_sp{
display:none;
}
/* ナビSP*/

/* 右ナビ
div#navi_left{
	width: 230px;
	float: right;
	margin:10px 40px 0px 0px;
        position: relative;
}*/
/* 左ナビ*/
div#navi_left{
	width: 230px;
	float: left;
	margin:10px 40px 0px 0px;
        position: relative;
}

div#navi_left h1{
	font-size:1.2em;
	color:#3b8d3e;
	font-weight:normal;
	padding:8px 15px 8px 15px;
	background:#fff;
	border: outset 1px #3b8d3e;
	border-left: ridge 10px #3b8d3e;
	text-shadow: 2px 2px 1px #dbfce0;}
}


div#navi_left ul{
	background:#fdfcfc;
	color:#666;
	border: solid 1px #dbfce0;
	padding:0px;
}


div#navi_left .offices ul{
	background:#fdfcfc;
	color:#666;
	border: solid 1px #dbfce0;
	padding:10px 0;
}

*:first-child+html div#navi_left ul { 
	margin-left:0px } 

div#navi_left ul h2{
	font-weight:normal;
	font-size:1.1em;
	margin: 0px;
	padding:5px 0 5px 15px;
	background:#dbfce0;
	width: 211px;
	border-left: ridge 3px #3b8d3e;
	margin-left:-40px;
}

div#navi_left .btn_sample{
	font-weight:normal;
	font-size:1.1em;
	margin-bottom: 10px;
	padding:5px 0 5px 15px;
	background:#dbfce0;
	width: 211px;
	border-left: ridge 3px #3b8d3e;
}

div#navi_left ul h2:hover{
	background-color:#caedd0;
	border-left: ridge 3px #7eb986;
}

div#navi_left ul h3{
	font-weight:normal;
	font-size:1.1em;
	margin: 0px;
	padding:5px 0 5px 15px;
	background:#dbfce0;
	width: 211px;
	border-left: ridge 3px #c25607;
	border-bottom: solid 1px #7eb986;
}

div#navi_left ul h3:hover{
	background-color:#caedd0;
	border-left: ridge 3px #fda05b;
}
div#navi_left ul h4{
	font-weight:normal;
	font-size:1.1em;
	margin: 0px;
	padding:5px 0 5px 15px;
	background:#dbfce0;
	width: 211px;
	border-left: ridge 3px #80f45d;
	margin-left:-40px;
}


div#navi_left ul h4:hover{
	background-color:#caedd0;
	border-left: ridge 3px #f55245;
}
div#navi_left h5{
	font-size:0.9em;
	color:#3b8d3e;
	font-weight:normal;
	padding:4px 0px 4px 10px;
	background:#fafffb;
	margin:15px 0 1px 0;
	border-left: ridge 3px #3b8d3e;
	text-shadow: 2px 2px 1px #dbfce0;}
	
div#navi_left h5:hover{
	color:#045a15;
	background:#dcfee3;}



div#navi_left h6{
	font-size:0.9em;
	color:#3b8d3e;
	font-weight:normal;
	padding:4px 0px 4px 10px;
	background:#fff;
	margin:14px 0 -4px 0;
	border: solid 1px #dcfee1;
	border-left: ridge 3px #c8fed0;
}


div#navi_left li{
	font-size:1.0em;
	margin: 5px 0 0 30px;
}

div#navi_left .on{
  margin-left:20px;}

div#navi_left  .ya{
  border: 3px solid transparent;
  border-left-color: #7eb986;
  padding-left:4px;
}


/* 左ナビ*/


html>/**/#container    {
display:none\9;
}

#container  {
	display:none\9;
}
#global-nav  {
	display:none\9;
}

:root .sample {
  display:none\0/;
}
/*ナビ*/

/*　MENU　 */

ul#navi {
		margin-top:0px;
		list-style:none;
		margin-left:-40px;
		width: 1010px\9;
		margin: 0 auto\9;
		}
		
ul#navi {
		margin-left:-35px\9;
		margin-top:15px;
		}
*:first-child+html ul#navi {margin-left:0px;
 } 

		
ul#navi li {
		border-left:1px solid #ccc;
		width:142px;
		height:55px;
		text-align:center;
		float:left;
		background:#fdfcfc;
		}


ul#navi .button03{
		width:147px;
		}
		

ul#navi li.first-child {
		border-left:1px solid #ccc;
		position:relative;
	}
ul#navi li.first-child  a:hover{
		background-color: #45b035;
		opacity: 0.7;
		color:#dffbdb;
	}
ul#navi li.last-child {
		border-right:1px solid #fff;
	}
ul#navi li.on {
		border-bottom:2px solid #45b035;
	}
	
ul#navi li a {
		padding-top:20px;
		display:block;
		color:#165353;
		text-decoration:none;
		line-height:1em;
		height:35px;
		}

ul#navi li a:hover,
ul#navi li a.open {
		color:#cbe4c1;
		}

ul#navi li ul {
		margin-left:-3px;
		padding-top:1px;
		margin-top:-3px;
		list-style:none;
		position:absolute;
		left:0;
		z-index:999;
		}

ul#navi li ul li {
		padding-bottom:1px;
		float:none;
		border-right:none;
		border-left:none;
		border-bottom:solid 1px #ccc; 
		border-top:solid 1px #ccc; 
		}

ul#navi li ul li ul {
		padding-top:0;
		padding-left:1px;
		position:absolute;
		top:0;
		left:120px;
}


/* Menu Effect */

.button03{
	border-right:1px solid #ccc;}
		
.button, {
	display: inline-block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	line-height: 50px;
	overflow: hidden;
}
.button:hover {
	background-color: #ecfbea;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	-webkit-transform: scale(2) rotate(140deg);
	transform: scale(2) rotate(140deg);
	background: #3b8d3e;
}

/* Menu Effect2 */


.first-child:hover {
	background: #ecfbea;
}
.first-child,
.first-child::before,
.first-child::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*Navi*/

/*pulldown*/
#navi li ul{
  display: none;
  margin-top:20px;
}

#navi li ul li{
  margin-left:-38px;
  height:45px;
	background: #dbfce0;
}

#navi li ul li a{
  margin-top:-5px;
}

#navi li:hover ul{
  display: block;
  opacity:0.9;
}

/*pulldown*/

/*policy*/

div#contents #policy h6{
	overflow: hidden;
	color:#265726;
	margin-top: 15px;
	font-size:1.2em;
	border-left: ridge 5px #7eb986;
	border-right: 1px solid #eee;
	font-family: "ＭＳ 明朝",serif; 
	padding:8px 0px 7px 15px;
	box-shadow: 0px 1px 2px 0px  rgba(0,0,0,0.3);

}


#policy .line-right{
text-align:right;
width:98%;
margin:0 0 25px 0;
}


#policy .top-lead{
font-size:1.1em;
margin:0 0 15px 15px;
line-height:1.8em;
}

#policy .title01{
font-size:1.1em;
color:#3b8d3e;
font-weight:bold;
margin:35px 0 35px 0px;
line-height:1.8em;
}

#policy .title01b{
font-size:1.0em;
color:#50a353;
font-weight:bold;
margin:35px 0 35px 10px;
line-height:1.8em;
}


#policy .title02{
font-size:1.0em;
color:#50a353;
font-weight:bold;
margin:5px 0 15px 0px;
line-height:1.8em;
}

#policy .small{
font-size:0.9em;
color:#50a353;
font-weight:normal;
}
#policy ul ol{
width:95%;
margin:0 0 15px -15px;
}

#policy li{
line-height:1.8em;
}

/*丸文字*/
#policy .marumoji ol{
line-height:1.8em;
}

#policy .marumoji ol  {
position: relative;
margin:0;
padding:0
}
#policy .marumoji ol li  {
list-style: none;
list-style-position:outside;
margin:0;
padding-left:1.25em
}
#policy .marumoji ol li span {
position: absolute;
left:0;
margin:0
}
/*IE6*/
#policy .marumoji *html ol li span  {
left: -1.25em;
}

#policy .waku{
padding:20px 30px;
margin:30px 0 0px 0;
border: 1px solid #ccc;
}

#policy .waku ol{
padding:10px 20px 0px 30px;
}

#policy .waku h4{
	color:#3b8d3e;
	margin: 0px 0 15px 0;
	font-size:1.2em;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family: "ＭＳ 明朝",serif; 
  border: 0px;
}

#policy .waku h5{
	color:#206d05;
	margin: 0px 0 15px 0;
	font-size:1.2em;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family: "ＭＳ 明朝",serif; 
  border: 0px;
}

#policy .waku h3{
	color:#65a06d;
	margin: 15px 0 5px 0;
	font-size:1.1em;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-family: "ＭＳ 明朝",serif; 
  border: 0px;
}

#policy .waku .news{
	line-height:30px;
	min-height:550px;
}

.undernavi{
	margin: 35px 0;
	text-align:center;
	width:650px;
}

/*policy*/

/*Blog*/
#blog{
	width:75%;
	float: left;
	text-align:justify; 
}

div#contents #blog h6{
	overflow: hidden;
	color:#265726;
	margin-top: 20px;
	font-size:1.2em;
	border-left: ridge 5px #7eb986;
	border-right: 1px solid #eee;
	font-family: "ＭＳ 明朝",serif; 
	padding:8px 0px 7px 15px;
	box-shadow: 0px 1px 2px 0px  rgba(0,0,0,0.3);
}

div#contents #blog h4{
  	border: 0px;
	margin-top: -10px;
	color:#265726;
	font-size:1.2em;
	font-family: "ＭＳ 明朝",serif; 
}


div#blog  .day{
	font-size:0.9em;
	text-align:right;
	margin: -60px 10px 40px 0;
}

div#blog  .name{
	font-size:0.9em;
	text-align:right;
	margin: 0px 0px 50px 0;
}

div#blog  .next{
	font-size:0.9em;
	text-align:center;
	margin: 0px 10px 0px 0;
}


/*column*/

div#contents .article{
	font-size:1.0em;
	margin:5px 0 35px 15px;
	width:97%;
	line-height:1.8em;
	text-align:justify; 
}

div#contents .article ul li{
	display:inline-block;
	float:left;
	margin:0px 0 40px -30px;
	text-align:left;
	line-height:36px;
	}

div#contents .article h4{
	margin: 20px 0 0px 0px;
	padding-top:20px;
	color:#265726;
	font-size:1.0em;
	font-weight:normal;
	}
	
div#contents .article .excertpt{
	margin: -30px 0 0px 20px;
	}

/*column*/

div#navi_right{
	width: 20%;
	float: right;
	margin:10px 0px 0px 0px;
	font-size:0.9em;
}

div#navi_right h1{
	font-size:1.2em;
	color:#3b8d3e;
	font-weight:normal;
	padding:7px 15px 7px 15px;
	margin:10px 0px 20px 0px;
	background:#fff;
	border: outset 1px #3b8d3e;}

div#navi_right h1 .small{
	font-size:0.8em;
	margin-left:10px;}
	
div#navi_right ul li{
	margin:5px 0;
}

/*Blog*/

/*company*/

#ceo {
　min-height:1200px;
	font-size:1.1em;
	line-height:1.8em;
	text-align:justify; 
}

#ceo img{
	margin:20px 0;
	}

#ceo .question{
	margin:20px 0;
	color:#65a06d;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
}

.profile{
	font-size:0.9em;
	margin-top:110px;
	width:100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	}
	
#ceo .profile img{
	margin:-10px 0 -10px 10px;
	}

.profile h6{
	font-size:1.0em;
	font-weight:normal;
	margin:-10px 10px 15px 0px;
	height:10px;
	padding:5px 0 20px 15px;
	border-bottom: 2px solid #dbfce0;
	border-right: 1px solid #dbfce0;
	background-color:#fdfcfc;
	}
.profile .pday{
	font-size:0.9em;
	margin:0px 17px 0 20px;
	}

.profile .pday2{
	font-size:0.9em;
	margin:0px 10px 0 20px;
	}

	
.profile ul{
	border:dotted 1px #72c769;
	}
	
.profile ul li{
	display: inline-block;
	vertical-align:top;
	padding:10px 0;
}


.profile .write{
	margin:0px 0 0 -40px;
	width:45%;
}

#ceo .page{
	margin-top:130px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	text-align:center;
}
/*company*/


/*page top*/
#page-top {

    position: fixed;
    bottom: 48px;
    right: 20px;

}
#page-top a {

    filter:alpha(opacity=60);
     -moz-opacity: 0.6;
     opacity: 0.6;
}

#page-top a:hover {
    filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
}

/*footer*/

#footer{
	font-size:12px;
	margin-top:120px;
	
 }
 #footer h3{
	margin-bottom:15px;
	font-size:20px;
	line-height:0px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 }
 
#footer ul{
	margin-left:-40px;
 }
.copyright{
	padding:5px 0 10px 0;
	background:#3b8d3e;
	font-size:12px;
	line-height:22px;
	color:#fff;
    	text-align:center;
}



 