
/*===============================================
画面の横幅が769px以上
===============================================*/

/* --- Clear Fix --- */

nav ul:after,
header ul:after,
.container:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* --- Common --- */
.pc_hidden {
	display:none !important;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
}

.flexbox > *{
	/*border:1px solid #ccc;*/
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
.ls-01 {
    letter-spacing: -0.1em !important;
}

table {
	box-sizing: border-box;
	width:100%;
	border-top:1px solid #000;
}
th,
td {
	box-sizing: border-box;
	font-size: 1.6rem;
	padding:0.8em 1em;
	border-bottom:1px solid #000;
	line-height:1.5;
	text-align:left;
	vertical-align:top;
}
th + th,
th + td,
td + td {
	border-left:1px solid #000;
}
td:first-child {
	border-left:1px solid #000;
}
thead th {
	background-color: #dde4f8;
	vertical-align:middle;
}
th {
	background-color:#ebecee;
}
table.cellalign-center th,
table.cellalign-center td,
th.cellalign-center,
td.cellalign-center{
	text-align: center;
	padding: 0.8em 0.25em;
}
table.cellalign-right th,
table.cellalign-right td,
th.cellalign-right,
td.cellalign-right{
	text-align: right;
}

tr > .w80{width: 80%;}
tr > .w70{width: 70%;}
tr > .w60{width: 60%;}
tr > .w50{width: 50%;}
tr > .w45{width: 45%;}
tr > .w40{width: 40%;}
tr > .w35{width: 35%;}
tr > .w30{width: 30%;}
tr > .w25{width: 25%;}
tr > .w20{width: 20%;}
tr > .w15{width: 15%;}
tr > .w10{width: 10%;}
tr > .w5{width: 5%;}

table.cnptstyle th,
table.cnptstyle td{
	font-size: 1.4rem;
}
table.cnptstyle td{
	border-left:1px solid #000;
}
table.cnptstyle .vlinecell {
	letter-spacing: 0.25em;
	font-size: 1.6rem;
	padding: 0.8em 0;
	width: 5%;
	text-align: center;
}
table .vlinecell > div {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	word-break: keep-all;
	word-wrap: normal;
	display: inline-block;
}

table .bg1 {
	background-color: #6db940;
	color: #fff;
}
table .bg2 {
	background-color: #ace18c;
}

table.nonestyle {
	width:auto;
	float:none;
	border:none;
	opacity:1;
}

table.nonestyle th,
table.nonestyle td {
	padding:0;
	border:none;
}

table.nonestyle th {
	width:auto;
	background-color:transparent;
	text-align:left;
}

th.pR1 {
	padding-right:1em !important;
}

.jslogo{
	text-align:center;
}

.note {
	color: #444;
	font-size: 1.4rem;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.mT1 {
	margin-top: 1em !important;
}
.mT2 {
	margin-top: 2em !important;
}

.mB1 {
	margin-bottom: 1em !important;
}
.mB2 {
	margin-bottom: 2em !important;
}

.marker {
	font-size: 1.0rem;
	vertical-align: middle;
	margin-right: 0.5em;
}

ul.hasmarker > li{
	text-indent: -1.0em;
	padding-left: 1.0em;
}

ul.hlist {
	display:-webkit-flex;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}

ul.hlist li{
	box-sizing: border-box;
	-webkit-flex:0 1 auto;
	flex:0 1 auto;
	text-indent: 0;
	padding: 0;
	margin:0 1em 0 0 !important;
}
ul.hlist li + li {
	/*margin-left: 1em !important;*/
}

ul.nestblock{
	margin: 1em auto;
}

.qalist dt,
.qalist dd {
	padding-left: 48px;
	position: relative;
}
.qalist dt {
	color: #1d2088;
	font-size: 2.0rem;
	text-decoration: underline;
	line-height: 35px;
	margin-bottom: 0.75em;
}
.qalist dd {
	padding-top: 0.2em;
	line-height: 1.66;
}
.qalist dd + dt {
	margin-top: 40px;
}
.qalist dt:before,
.qalist dd:before {
	content:"Q";
	color: #fff;
	font-size: 2.0rem;
	width: 35px;
	height: 35px;
	background: #1d2088;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 0;
}
.qalist dd:before {
	content:"A";
	background: #ed1241;
}

/* お客様の声 */
#s5 .customer_voice p {
  margin:  0 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
#s5 .customer_voice dl {
  margin: 0 0 30px;
  padding: 20px;
  border: 1px dashed #A6A6A6;
  font-size: 16px;
}
#s5 .customer_voice dl dt {
  margin:  0 0 20px;
  color: #000;
  font-weight: bold;
}
#s5 .customer_voice dl dd {
  line-height: 1.4;
}

/* ================================
Area Style
================================ */
header {
	-webkit-justify-content:center;
	justify-content:center;
  height: 154px;
	width:100%;
	background:url(../img/hd_bg_line_1.png) 0 100% repeat-x;

}
header .sitelead {
  background-color: #f5f5f5;
}
header .sitelead h1 {
  height: 30px;
  line-height: 30px;
  margin: 0 0 15px;
  font-size: 12px;
  color: #000;
}

.navbox .homelink {
  width: 87px;
}
.navbox .homelink a {
  box-sizing: border-box;
  width: 100px;
  background: url(../img/icon_home.png) no-repeat 13px 13px;
  padding: 0 0 0 34px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #505050;
  font-size: 13px;
  font-weight: bold;
}
.navbox .gnav {
  
}
.navbox .gnav li {
  box-sizing: border-box;
  width: 160px;
  margin: 0 10px 0 0;
}
.navbox .gnav li a{
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
	font-family:"小塚明朝", "遊明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "YuMincho", serif;
  text-decoration: none;
}
.navbox .gnav li:nth-child(1) a {
  border: 1px solid #072e97;
  color: #072e97;
}
.navbox .gnav li:nth-child(1) a:hover, .navbox .gnav li:nth-child(1) a.current {
  background: #072e97;
  color: #fff;
}
.navbox .gnav li:nth-child(2) a {
  border: 1px solid #2f59df;
  color: #2f59df;
}
.navbox .gnav li:nth-child(2) a:hover, .navbox .gnav li:nth-child(2) a.current {
  background: #2f59df;
  color: #fff;
}
.navbox .gnav li:nth-child(3) a {
  border: 1px solid #44a108;
  color: #44a108;
}
.navbox .gnav li:nth-child(3) a:hover, .navbox .gnav li:nth-child(3) a.current {
  background: #44a108;
  color: #fff;
}
.navbox .gnav li:nth-child(4) a {
  border: 1px solid #b30d0d;
  color: #b30d0d;
}
.navbox .gnav li:nth-child(4) a:hover, .navbox .gnav li:nth-child(4) a.current {
  background: #b30d0d;
  color: #fff;
}


.lower header {
	position:relative;
}

header h2 {

	padding:0 20px 0 0;

	text-align:center;
}


header h2 a {
	display:inline-block;
	width:225px;
	height:41px;
	background:url(../img/hd_logo_pc_1.png) 0 0 no-repeat;
	vertical-align:middle;
	text-indent:-10000px;
	overflow:hidden;
}


.menu {
  width: 970px;
  margin: 20px auto 0;
}
.menu li{
	height:30px;
	border-left:1px solid #dedede;
	float:left;
	text-align:center;
}

.menu li a{
	display:block;
	width: 160px;
	height:40px;
  line-height: 40px;
	margin:-4px 0 -28px;
	border-bottom:5px solid #1d2088;
	color:#000;
	font-family:"小塚明朝", "遊明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "YuMincho", serif;
	font-size:1.5rem;
}

.menu li.line2 a {
  line-height: inherit;
}


.menu li:hover {
	background-color:rgba(237,244,252,0.00);
	animation: hdmenuhover2 0.5s;
	-webkit-animation: hdmenuhover2 0.5s;
}


.menu li a:hover {
	text-decoration:none;
	border-bottom-color:#ed1241;
	animation: hdmenuhover1 0.4s;
	-webkit-animation: hdmenuhover1 0.4s;
}
/* --- header & nav --- */
button.drawer-hamburger {
	display:none;
}

nav {
	-webkit-justify-content:center;
	justify-content:center;
	height:150px;
	width:100%;
	min-width: 1000px;
	background:url(../img/hd_bg_line_1.png) 0 100% repeat-x;
	position:fixed;
	top:0;
	z-index:0;
}


nav .navhd {
	height:138px;
	padding:0 20px 0 0;
	line-height:138px;
	text-align:center;
}

nav .navhd a {
	display:inline-block;
	width:225px;
	height:41px;
	background:url(../img/hd_logo_pc_1.png) 0 0 no-repeat;
	vertical-align:middle;
	text-indent:-10000px;
	overflow:hidden;
}
nav ul {
	margin: 25px 0 0;
	-webkit-flex:0 1 755px;
	flex:0 1 755px;
}

nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
nav ul li {
	box-sizing: border-box;
	-webkit-flex:0 1 100%;
	flex:0 1 100%;
	border: 1px solid #d7d8e4;
	border-left: 0;
	position: relative;
}
nav ul li:first-child {
	border-left: 1px solid #d7d8e4;
}
nav ul li:before {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid #fff;
	border-top: 6px solid #d7d8e4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto 0;
}
nav ul li a {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 57px;
	color: #1d2088;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
nav ul li a:hover,
nav ul li a:active {
	color: #1d2088;
}

/* nav */
nav {
	height:106px;
	background:rgba(255,255,255,0.99) url(../img/hd_bg_line_1.png) 0 100% repeat-x;
	-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,0.6);
	box-shadow:0 0 12px 0 rgba(0,0,0,0.6);
	z-index:1000;
}

nav.flexbox {
	display:none;
}

nav .navhd {
	height:95px;
	line-height:95px;
	padding-right:40px;
}

nav .navhd a {
	width:66px;
	height:57px;
	background:url(../img/nav_logo_1.png) 0 0 no-repeat;
}

nav ul {
	margin-top: 18px;
}

/* footer */
footer {
	width:100%;
	min-width: 1000px;
	background:#fff;
	position:relative;
	z-index:1;
	text-align:center;
	font-size:1.2rem;
}

footer ul {
	width:100%;
	height:68px;
	border-top:1px solid #dedede;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}

footer li {
	border-left:1px solid #ccc;
	padding:0 10px;
  width: 128px;
}

footer li:last-child {
	border-right:1px solid #ccc;
}

footer li a{
	color:#000;
	line-height:1.4;
}

footer .navbox {
  margin: 5px 0 20px 20px;
}
footer .navbox .homelink {
    width: 110px;
}
footer .gnav {
  width: auto;
  height: auto;
  border-top: none;
  border-bottom: none;
}
footer .gnav li {
  border-left: none;
    padding: 0 0px;
    line-height: 0px;
}
footer .navbox .gnav li {
  width: 200px;
}
footer .navbox .gnav li a {
  width: 200px;
}

footer #copyright{
	height:80px;
	line-height:80px;
	margin:0;
}

/* content */
#content {
	min-width: 1000px;
	margin-top:0;
	margin-bottom:200px;
	padding:60px 0 80px;
	background:url(../img/cnt_bg_mid_1.jpg) 0 0 repeat-y;
	position:relative;
	z-index:0;
}

#content:after {
	content:"";
	display:block;
	width:100%;
	height:628px;
	background:url(../img/cnt_bg_btm_1.jpg) 0 0 no-repeat;
	position:absolute;
	bottom:-200px;
	z-index:0;
}

/* article, section common */
article {
	position:relative;
	z-index: 1;
}
article > section {
	box-sizing:border-box;
	width:1000px;
	margin:80px auto 0;/* offset */
	-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	background:rgba(255,255,255,0.95);
	border-top:15px solid #1d2088;
	position:relative;
}
article > section:before {
	content:"";
	width:50px;
	height:0;
	border-top:15px solid #ed1241;
	position:absolute;
	top:-15px;
	left:0;
}
section .container{
	padding:35px 50px 80px;
	position:relative;
}
section .container > h1,
section > h1 {
	font-size:2.0rem;
	margin-bottom:2.0em;
}
section h2 {
	font-size:2.4rem;
	margin: 0.75em 0 1.5em;
}
section h3 {
	margin: 50px 0 1.5em;
}
section h4 {
	margin: 0 0 1.5em;
}
section li {
	line-height: 1.5;
}
section li + li {
	margin-top: 0.5em;
}

/* scttop */
.scttop {
	padding:0 0 0;
	margin-top:0;
	color:#222;
	line-height:1.5;
}
.scttop > h2 {
	font-size:1.8rem;
	line-height:1.5;
	padding: 0 0.5em;
	border:1px solid #000;
	margin:0;
	position: absolute;
	top: 20px;
	left: 50px;
}
.scttop h3.tophd {
	height: 120px;
	line-height: 120px;
	background: #808080;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
}

.mainimg {
	display: block;
}

.sctbox {
	
}

.scttop .sctbox1 .flexbox {
	background: #f5f8fe;
	padding: 40px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.scttop .sctbox1 .btm {
	background: #6bba37;
	padding: 80px 100px 40px;
	position: relative;
}
.scttop .sctbox1 .top .clm {
	box-sizing: border-box;
	-webkit-flex:0 0 280px;
	flex:0 0 280px;
	max-width: 280px;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items:center;
	align-items:center;

	min-height: 140px;
	padding: 10px 15px;
	border-radius: 15px;
	border: 4px solid #e3e3e3;
	background: #f5f8fe;
	color: #666;
	font-size: 1.8rem;
	position: relative;
}
.scttop .sctbox1 .top .clm:nth-child(n+4) {
	margin-top: 40px;
}
.scttop .sctbox1 .top .clm:after {
	content: "";
	position: absolute;
	border-left: 18px solid #e3e3e3;
	border-radius: 0 0 0 25px;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 25px;
}
.scttop .sctbox1 .top .clm p {
	line-height: 1.58;
}
.scttop .sctbox1 .btm:before {
	content: "";
	position: absolute;
	border: 67px solid transparent;
	border-top: 67px solid #f5f8fe;
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.scttop .sctbox1 .btm .clm {
	box-sizing: border-box;
	-webkit-flex:0 0 240px;
	flex:0 0 240px;
	min-height: 285px;
	color: #fff;
}
.scttop .sctbox1 .btm .clm .ptnum {
	display: block;
	height: 101px;
	border-bottom: 2px solid #fff;
	line-height: 101px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 7.2rem;
	font-style: italic;
	text-indent: -0.2em;
}
.scttop .sctbox1 .btm .clm p {
	padding: 20px 5px;
	font-size: 2.0rem;
	line-height: 1.8;
}

.scttop .sctbox2 {
	padding: 60px 40px 50px;
	background:#f5f8fe url(../img/sctbox2_bg_1.jpg) 100% 100% no-repeat;

	text-align: center;
}
.scttop .sctbox2 h2 {
	height: 80px;
	padding: 0 40px;
	border: 1px solid #45a108;
	line-height: 80px;
	display: inline-block;
	color: #45a108;
	font-weight: bold;
	font-size: 3.2rem;
	text-align: center;
	margin:0 0 40px;
}

.scttop .sctbox2 .body {
	width: 640px;
	text-align: left;
	color: #666;
}
.scttop .sctbox2 .body p {
	line-height: 2.0;
}
.scttop .sctbox2 .body table {
	margin-bottom: 1.5em;
	color: #111;
}
.scttop .sctbox2 .body table th,
.scttop .sctbox2 .body table td {
	vertical-align: middle;
}
.scttop .sctbox2 .body table td {
	text-align: center;
}

/* s3 */
#s3 .sctbox {
	box-sizing: border-box;
	background: url(../img/s3_bg_1.png) 100% 100% no-repeat;
	min-height: 272px;
	padding: 56px 260px 0 0;
	margin-top: -56px;
	color: #333;
}
#s3 .sctbox p {
	font-size: 1.8rem;
	line-height: 1.75;
}
#s3 .s3topimg {
	margin-bottom: 60px;
}
#s3 h3.label {
	box-sizing: border-box;
	height: 51px;
	width: 188px;
	padding-left: 20px;
	background-color: #6bba37;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 51px;
	margin: 0;
	position: relative;
}
#s3 h3.label:after {
	content: "";
	position: absolute;
	height: 0px;
	width: 0px;
	border-top: 10px solid #2a540e;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	bottom: -10px;
	left: 0;
}
#s3 .layoutbox {
	padding: 40px 0 0 30px;
}
#s3 .layoutbox:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#s3 .layoutbox + h3 {
	margin-top: 40px;
}
#s3 dl + dl {
	margin-top: 40px;
}
#s3 .layoutbox .clml {
	float: left;
	width: 490px;
}
#s3 .layoutbox .image {
	float: right;
	width: 341px;
}
#s3 h4 {
	height: 50px;
	border-top: 1px solid #45a108;
	border-bottom: 1px solid #45a108;
	padding-left: 5px;
	line-height: 50px;
	color: #333;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 0.8em;
}
#s3 .clml p {
	color: #333;
	font-size: 1.8rem;
	line-height: 1.75;
}


/* aside */
aside {
	width:100%;
	position:absolute;
	bottom:-320px;
	z-index:1;
}

article aside {
	width: auto;
	position:static;
	bottom: auto;
	z-index: auto;
}

aside.overview {
	background: #cfcfcf;
	padding: 1.5em;
	line-height: 1.5;
	margin-top: 1.5em;
}
aside.overview h4,
aside.overview h3,
aside.overview h2 {
	margin: 0 0 0.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.6rem;
}
aside.overview p {
	line-height: 1.5;
}


aside .banner .bln {
	width:154px;
	height:0;
	padding-top:100px;
	background:url(../img/banner_bln_1.png) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	top:-46px;
	left:-46px;
}
aside .banner a{
	opacity:1;
}
aside .banner a:hover{
	opacity:0.9;
	-webkit-animation: hover1 1s ease;
	animation: hover1 1s ease;
}

aside.contact {
	padding: 30px;
	width: 840px;
	border: 5px solid #1e2383;
	-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	background:#fff;
	margin: 80px auto 0;
	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	position: relative;
}
aside.contact:before,
aside.contact:after{
	content: "";
	position: absolute;
	width:0;
	height:0;
	border: 20px solid #fff;
	z-index: 0;
}
aside.contact:before {
	top: 0;
	left: 0;
	border-top-color: #ed1241;
	border-left-color: #ed1241;
}
aside.contact:after{
	bottom: 0;
	right: 0;
	border-bottom-color: #ed1241;
	border-right-color: #ed1241;
}

aside.contact .hdbody {
	box-sizing: border-box;

	max-width: 400px;
	padding-right: 25px;
	text-align: center;
}
aside.contact .body {
	box-sizing: border-box;
  width: 350px;

	text-align: center;
	z-index: 1;
}
aside.contact .body .sub {
	display: inline-block;
	background-color: #ed1241;
	padding: 5px;
	margin-right: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
}
aside.contact .body ul {
	position:relative;
	padding: 0 0 0 0px;
}

aside.contact .body ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

aside.contact .contactform {
	margin-top: 10px;
}
aside.contact .contactform a:hover {
  opacity: 0.8;
}

aside.contact .home {
	display: table-cell;
	vertical-align: middle;

	height: 72px;
}
aside.contact .home img {
	margin-bottom: 0.25em;
}
aside.contact a {
	display: block;
}
aside.contact .home a {
	display: inline-block;
}

aside.contact .body p {
	margin: 0 0 10px;
}
aside.contact .body p span {
  margin-left: 5px;
	vertical-align: 7px;
}
aside.contact h2 {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","YuMincho",serif;
	font-size: 2rem;
	margin-bottom: 1em;
  text-align: left;
}

/* banner */
aside .flexbox {
	/*width:900px;*/
	margin:30px auto 0;
	padding: 0 40px;
	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items:stretch;
	-webkit-flex-wrap:wrap;

	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-wrap:wrap;
}
aside .flexbox .banner {
	-webkit-flex:1 1 28%;
	flex:1 1 28%;
	max-width: 450px;
	-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
}
aside .flexbox .banner img {
	/*max-width: auto;*/
	width: 100%;
	height: auto;
}
aside .flexbox .banner + .banner {
	margin-left: 30px;
}
aside .flexbox .banner a {
	display: block;
}

aside > .banner{
	width:400px;
	margin:80px auto 0;
	background:#fff;
	-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	box-shadow:0 0 12px 0 rgba(0,0,0,0.8);
	position:relative;
}

aside > .banner a{
	display:block;
	height:0;
	padding-top:210px;
	background:url(../img/bnr_akahon_2.png) 0 0 no-repeat;
	overflow:hidden;
}
/*
aside > .banner .bln {
	width:154px;
	height:0;
	padding-top:100px;
	background:url(../img/banner_bln_1.png) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	top: -53px;
	left: 119px;
}
*/
aside .banner a{
	opacity:1;
}

aside .banner a:hover{
	opacity:0.9;
	-webkit-animation: hover1 1s ease;
	animation: hover1 1s ease;
}

#topagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
#topagetop a {
	display: block;
	width: 60px;
	height: 0;
	padding-top: 60px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #fff url(../img/bg_topagetop.png) 49% 50% no-repeat;
	border: 5px solid #1e2383;
	overflow: hidden;
}

@-webkit-keyframes hdmenuhover1 {
	0% {border-bottom-color:#1d2088}
	100% {border-bottom-color:#ed1241}
}
@keyframes hdmenuhover1 {
	0% {border-bottom-color:#1d2088}
	100% {border-bottom-color:#ed1241}
}

@-webkit-keyframes hdmenuhover2 {
	0% {background-color:rgba(237,244,252,1.00)}
	100% {background-color:rgba(237,244,252,0.00)}
}
@keyframes hdmenuhover2 {
	0% {background-color:rgba(237,244,252,1.00)}
	100% {background-color:rgba(237,244,252,0.00)}
}

@-webkit-keyframes topscroll {
	0% {top:558px;opacity:1}
	10% {top:548px;opacity:0.3}
	100% {top:558px;opacity:1}
}
@keyframes topscroll {
	0% {top:558px;opacity:1}
	10% {top:548px;opacity:0.3}
	100% {top:558px;opacity:1}
}

@-webkit-keyframes hover1 {
	0% { opacity:0.6}
	100% { opacity:0.9}
}
@keyframes hover1 {
	0% { opacity:0.6}
	100% { opacity:0.9}
}

