@charset "utf-8";

/*========*/
/* ヘッダ */
/*========*/
header {
	width: 100%;
	min-width: 980px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	box-shadow:0px 0px 10px 0px #000000;
-moz-box-shadow:0px 0px 10px 0px #000000;
-webkit-box-shadow:0px 0px 10px 0px #000000;
}

#headercolumn {
	width: 1000px;
	height: 80px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_hed.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px;
}
@media only screen and (max-width: 640px) {
header {
	width: 320px;
	margin: 0 auto;
	min-width: 320px;
}

#headercolumn {
	width: 300px;
	height: 105px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/sphed_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}}

#headercolumn h1 {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -23px;
}
#headercolumn h1 a {
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 210px;
}

#headercolumn h2 {
	display: none;
}
#headercolumn .cord {
	padding: 5px;
	display: inline-block;
	background-color: #E8E8E8;
	position: absolute;
	left: 250px;
	top: 25px;
}
@media only screen and (max-width: 640px) {
#headercolumn h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	z-index: 100005;
}
#headercolumn h1 a {
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 55px;
}
#headercolumn .cord {
	padding: 5px;
	display: inline-block;
	background-color: #E8E8E8;
	position: absolute;
	left: 70px;
	top: 35px;
}}
#headercolumn .atm {
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: 370px;
}
#headercolumn .textsize {
	vertical-align: middle;
	display: table;
	width: auto;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 230px;
}
#headercolumn .textsize .sizetext {
	padding-right: 5px;
}
#headercolumn .textsize .sizebutton {
}
#headercolumn .textsize .sizetext,#headercolumn .textsize .sizebutton,#headercolumn .textsize .homebottom {
	display: table-cell;
	height: 20px;
	vertical-align: middle;
}
#headercolumn .textsize .homebottom img {
	vertical-align: middle;
}
#headercolumn .textsize .homebottom a {
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#headercolumn .textsize .sizebutton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
@media only screen and (max-width: 640px) {
#headercolumn .textsize {
	display: none;
}}
#headercolumn .search {
	width: auto;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 0px;
}
@media only screen and (max-width: 640px) {
#headercolumn .search {
	width: auto;
	margin-top: -14px;
	position: absolute;
	top: 80%;
	right: 45px;
}}
#headercolumn .search .searchinput {
	height: 22px;
	width: 160px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFF2F2;
}
#headercolumn .search .searchbutton {
	background-image: url(../images/hed_bt01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 40px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
nav#hnavi {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
nav#hnavi label {
	display: none;
}

nav#hnavi input[type="checkbox"].on-off{
    display: none;
}


nav#hnavi ul.dropmenu{
  *zoom: 1;
  position: relative;
}
nav#hnavi ul.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
nav#hnavi ul.dropmenu:after{
  clear: both;
}
nav#hnavi ul.dropmenu li{
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 247px;
}

nav#hnavi ul.dropmenu li:last-child {
	padding-right: 0px;
}
nav#hnavi ul.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  height: 48px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	
	
}
nav#hnavi ul.dropmenu li ul{
	position: absolute;
	z-index: 9999;
	top: 34px;
	left: 0px;
	margin: 0px;
	width: 980px;
	border-top-left-radius: 8px;     /* 左上 */
	border-top-right-radius: 8px;    /* 右上 */
	border-bottom-left-radius: 8px;  /* 左下 */
	border-bottom-right-radius: 8px; /* 右下 */
	-webkit-border-top-left-radius: 8px;     /* 左上 */
	-webkit-border-top-right-radius: 8px;    /* 右上 */
	-webkit-border-bottom-left-radius: 8px;  /* 左下 */
	-webkit-border-bottom-right-radius: 8px; /* 右下 */
	-moz-border-radius-topleft: 8px;     /* 左上 */
	-moz-border-radius-topright: 8px;    /* 右上 */
	-moz-border-radius-bottomleft: 8px;  /* 左下 */
	-moz-border-radius-bottomright: 8px; /* 右下 */
	display: block;
	background-color: #BD2421;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	overflow: hidden;
}
nav#hnavi ul.dropmenu li ul li{
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	
}
nav#hnavi ul.dropmenu li ul li a{
	text-align: left;
	background-image: none;
	text-indent: 0px;
}

nav#hnavi ul.dropmenu li:hover > a{
  background-position: 0px -48px;


}

nav#hnavi ul.dropmenu li a:hover{

}

nav#hnavi ul.dropmenu li.gn01 ul li ul{
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
}
nav#hnavi ul.dropmenu li.gn01 ul li ul li{
	float: none;
	text-indent: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

nav#hnavi ul.dropmenu li.gn01 ul li ul.gn01_sub01 li{
	margin-bottom: 3px;
}
nav#hnavi ul.dropmenu li.gn01 ul li ul.gn01_sub02{
	margin-top: 10px;
	margin-left: 20px;
}
nav#hnavi ul.dropmenu li.gn01 ul li ul.gn01_sub02 li{
	margin-bottom: 10px;
}
nav#hnavi ul.dropmenu li.gn01 ul li ul.subnav {
	margin-top: 2px;
}
nav#hnavi ul.dropmenu li.gn01 ul li ul.subnav li {
}
nav#hnavi ul.dropmenu li.gn02 ul li{
	height: auto;
	width: auto;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul{
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul li{
	float: left;
	text-indent: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline-block;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01{
	margin-top: 10px;
	margin-left: 10px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01 li{
	margin-bottom: 10px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub02{
	margin-top: 5px;
	margin-left: 10px;
	width: 220px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub02 li{
	float: none;
	text-align: center;
	color: #FFF;
}
nav#hnavi ul.dropmenu li.gn02 ul li.subnav {
	margin-top: 10px;
}
nav#hnavi ul.dropmenu li.gn02 ul li.subnav li {
}

nav#hnavi ul.dropmenu li.gn03 ul li{
	width: auto;
}
nav#hnavi ul.dropmenu li.gn03 ul li ul{
	float: none;
	position: relative;
	width: auto;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
}
nav#hnavi ul.dropmenu li.gn03 ul li ul li{
	float: none;
	text-indent: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
nav#hnavi ul.dropmenu li.gn03 ul li ul li:last-child{
	margin-bottom: 10px;
}
nav#hnavi ul.dropmenu li.gn03 ul li ul.subnav {
	margin-top: 5px;
}
nav#hnavi ul.dropmenu li.gn03 ul li ul.subnav li {
	margin-bottom: 5px;
}

#fade-in li ul{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-indent: 0px;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

nav#hnavi ul.dropmenu li.gn01 ul li ul li a,nav#hnavi ul.dropmenu li.gn02 ul li ul li a,nav#hnavi ul.dropmenu li.gn03 ul li ul li a{
	height: auto;
}

.gn01 a {
	background-image: url(../images/hed_navi01.jpg);
}
.gn02 a {
	background-image: url(../images/hed_navi02.jpg);
}
.gn03 a {
	background-image: url(../images/hed_navi03.jpg);
}
.gn04 a {
	background-image: url(../images/hed_navi04.jpg);
}



@media only screen and (max-width: 640px) {
nav#hnavi {
	width: 320px;
	position: absolute;
	right: -10px;
	top: -1px;
	z-index: 100000;
}
nav#hnavi label {
	color: #fff;
	padding: 0px;
	display: block;
	height: 62px;
	width: 62px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
	background-image: url(../images/mininavi.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

nav#hnavi input[type="checkbox"].on-off{
    display: none;
}

nav#hnavi ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	width: 320px;
	left: -10px;
}
nav#hnavi ul.dropmenu li{
	float: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 320px;
	height: auto;
}
nav#hnavi li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
nav#hnavi ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #000000;
}
nav#hnavi ul.dropmenu li a{
	margin: 0;
	padding: 10px;
	color: #000;
	line-height: 2em;
	text-decoration: none;
	height: auto;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: top;
	text-decoration: none;
	font-size: 120%;
	background-image: none;
	background-color: #CCC;
}
nav#hnavi ul.dropmenu li img{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -5px;
}
nav#hnavi ul.dropmenu li ul{
	position: relative;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 320px;
	border-top-left-radius: 0px;     /* 左上 */
	border-top-right-radius: 0px;    /* 右上 */
	border-bottom-left-radius: 0px;  /* 左下 */
	border-bottom-right-radius: 0px; /* 右下 */
	-webkit-border-top-left-radius: 0px;     /* 左上 */
	-webkit-border-top-right-radius: 0px;    /* 右上 */
	-webkit-border-bottom-left-radius: 0px;  /* 左下 */
	-webkit-border-bottom-right-radius: 0px; /* 右下 */
	-moz-border-radius-topleft: 0px;     /* 左上 */
	-moz-border-radius-topright: 0px;    /* 右上 */
	-moz-border-radius-bottomleft: 0px;  /* 左下 */
	-moz-border-radius-bottomright: 0px; /* 右下 */
	display: block;
	background-color: #BD2421;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
	margin-left: 0px;
}
nav#hnavi ul.dropmenu li ul li{
	width: 310px;
	margin-right: 5px !important;
	margin-left: 5px !important;
	height: auto;
	margin-top: 0px !important;
	margin-bottom: 1px !important;
	display: block;
}
nav#hnavi ul.dropmenu li ul li a,nav#hnavi ul.dropmenu li ul li a:hover{
	background-color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/side_ic01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}

nav#hnavi ul li a:hover,nav#hnavi ul li.on a  {
	text-decoration: underline;
}

nav#hnavi ul.dropmenu li.gn01 ul li ul.gn01_sub02{
	margin-top: 10px;
	margin-left: 0px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul li{
	float: none;
	text-indent: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01{
	margin-top: 10px;
	margin-left: 5px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01 li{
	margin-bottom: 0px;
}

nav#hnavi ul.dropmenu li.gn02 ul li ul li ul{
}
nav#hnavi ul.dropmenu li.gn01 ul li ul li a {
	margin-right: 5px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul li ul li{
	margin: 0px !important;
	padding: 0px !important;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul li ul li a{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
}

nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01{
	margin-top: 5px;
	margin-left: 0px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01 il{
	margin-right: 0px;
}
nav#hnavi ul.dropmenu li.gn02 ul li ul.gn02_sub01 li a{
	margin-right: 0px;
}
nav#hnavi ul.dropmenu li.gn03 ul li ul{
	margin: 0px;
	padding: 0px;
}

nav#hnavi input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

nav#hnavi input[type="checkbox"].on-off:checked + ul{
	height: auto;
}
nav#hnavi ul.dropmenu li ul .subnav {
	display: none;
}
#fade-in li ul{
	visibility: visible;
	opacity: 1;


	
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
	visibility: visible;
	opacity: 1;
	text-indent: 0px;
	
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
}


/*==========================*/
/*サイドナビゲーション */
/*==========================*/

nav.sidenavi {
	margin-bottom: 20px;
}
nav.sidenavi ul {
	margin-top: -5px;
}
nav.sidenavi li {
}
nav.sidenavi a {
	text-decoration: none;
	display: block;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #C9C6C6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/side_ic01.png);
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav.sidenavi a:hover,nav.sidenavi li.on a {
	color: #900;
	text-decoration: none;
	background-color: #FBE7EB;
}
nav.sidenavi p {
	padding-bottom: 0px !important;
}
#side-ib {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C42E17;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 58%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 58%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 58%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
box-shadow:0px 0px 5px -1px #c3cdcf;
-moz-box-shadow:0px 0px 5px -1px #c3cdcf;
-webkit-box-shadow:0px 0px 5px -1px #c3cdcf;
}
nav.cornernavi {
	background-color: #CD3016;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 12px;
	line-height: 17px;
}
nav.cornernavi h3 {
	font-size: 100%;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}
nav.cornernavi ul {

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav.cornernavi li {
}
nav.cornernavi li em {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	display: block;
	background-color: #BDBEBF;
}
nav.cornernavi li.top a,nav.cornernavi li.top em {
	border-top-left-radius: 3px;     /* 左上 */
    border-top-right-radius: 3px;    /* 右上 */
    -webkit-border-top-left-radius: 3px;     /* 左上 */
    -webkit-border-top-right-radius: 3px;    /* 右上 */
    -moz-border-radius-topleft: 3px;     /* 左上 */
    -moz-border-radius-topright: 3px;    /* 右上 */
}
nav.cornernavi li.end a  {
	border-bottom-left-radius: 3px;  /* 左下 */
	border-bottom-right-radius: 3px; /* 右下 */
	-webkit-border-bottom-left-radius: 3px;  /* 左下 */
	-webkit-border-bottom-right-radius: 3px; /* 右下 */
	-moz-border-radius-bottomleft: 3px;  /* 左下 */
	-moz-border-radius-bottomright: 3px; /* 右下 */
}
nav.cornernavi a {
	background-image: url(../images/side_ic01.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #E9E9E9;
}
nav.cornernavi a:hover,nav.cornernavi li.on a {
	background-color: #FFF;
	text-decoration: none;
}
nav.cornernavi ul li ul {
}
nav.cornernavi ul li ul li {
}
nav.cornernavi ul li ul li a {
	background-color: #FFF;
	background-image: url(../images/nav_ic03.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 45px;
	border-top-left-radius: 0px !important;     /* 左上 */
    border-top-right-radius: 0px !important;    /* 右上 */
    -webkit-border-top-left-radius: 0px !important;     /* 左上 */
    -webkit-border-top-right-radius: 0px !important;    /* 右上 */
    -moz-border-radius-topleft: 0px !important;     /* 左上 */
    -moz-border-radius-topright: 0px !important;    /* 右上 */
}
nav.cornernavi ul li ul li a:hover,nav.cornernavi ul li ul li.on a {
	color: #CD3016;
}

/*==========================*/
/*ブログナビゲーション */
/*==========================*/

nav.blognavi {
	margin-bottom: 20px;
}
nav.blognavi h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 128%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #20A6E5;
}
nav.blognavi ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
nav.blognavi li {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #20A6E5;
	width: 230px;
}
nav.blognavi a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
nav.blognavi a:hover,nav.blognavi li.on a {
	text-decoration: none;
	color: #FFFF00;
}

/*==========================*/
/*サイドバナー*/
/*==========================*/
aside#side-button,aside#side-banner {
}
aside#side-button ul,aside#side-banner ul {
	padding: 0px;
	margin: 0px;
}
aside#side-button li,aside#side-banner li {
	display: block;
	padding-bottom: 5px;
	text-align: center;
}



/*========*/
/* フッタ */
/*========*/
footer {
	width: 100%;
	clear: both;
	background-color: #E7E7E8;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E7E7E8;
	padding: 0px;
	margin: 0px;
	min-width: 980px;
}
#footercolumn {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
	text-align: left;
}
#logocolumn {
	background-color: #FFF;
	width: 100%;
}
@media only screen and (max-width: 640px) {  

footer {
	width: 320px;
	clear: both;
	background-color: #F7F7F7;
	padding: 0px;
	min-width: 320px;
	margin: 0px;
	position: relative;
}

#footercolumn {
	display: none;
}}
#logocolumn #f-logo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#logocolumn #f-logo h3 {
	font-size: 120%;
	display: table-cell;
	width: 250px;
	text-align: left;
	height: 46px;
}
@media only screen and (max-width: 640px) {  
#logocolumn #f-logo {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#logocolumn #f-logo h3 {
	font-size: 120%;
	display: block;
	width: 320px;
	text-align: center;
	height: 46px;
	margin-bottom: 5px;
}
}

#footercolumn a {
}
#footercolumn a:hover {
}
#footercolumn nav#fnavi {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#footercolumn nav#fnavi > ul {
	display: inline-block;
	text-align: left;
	margin-right: 20px;
	margin-left: 0px;
	vertical-align: top;
}
#footercolumn nav#fnavi > ul.individual {
	width: 325px;
}

#footercolumn nav#fnavi ul li  {
	margin-bottom: 5px;
}
#footercolumn nav#fnavi ul li.itemized  {
	display: inline-block;
	width: 160px;
	vertical-align: top;
}
#footercolumn nav#fnavi ul ul {
	margin-left: 10px;
	margin-bottom: 10px;
}
#footercolumn nav#fnavi ul ul li  {
	margin-bottom: 0px;
}

#footercolumn #fnavi ul.disklist {
	margin-left: 32px;
}
#copycolumn {
	text-align: center;
	font-size: 72%;
	background-color: #C11921;
	color: #FFF;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#copycolumn #copy {
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 640px) { 
#copycolumn #copy {
	text-align: center;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
} }
/*================*/
/* ページの先頭へ */
/*================*/
.pagetop {
	width: 1000px;
	text-align: right;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	position: absolute;
	top: -45px;
	left: 0px;
	right: 0px;
}
.pagetop img {
	margin-bottom: -10px;
	margin-left: 5px;
}

@media only screen and (max-width: 640px) {  

.pagetop {
	width: 300px;
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}}


/*==========*/
/* パンくず */
/*==========*/
#pnavi {
	font-size: 80%;
	margin-bottom: 20px;
}
#logocolumn #f-logo p {
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	height: 46px;
}


#pnavi a {
}

@media only screen and (max-width: 640px) {
#pnavi {
	display: none;
}
#logocolumn #f-logo p {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: auto;
}
}

/*============*/
/* コンテンツ */
/*============*/

/* レイアウト
-----------------------------------*/
#container {
	width: 1000px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
/* 汎用コンテナ */
.allcontainer {
	width: 1000px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 1カラム */
#one-maincolumn {
	width: 1000px;
	padding: 20px 0 30px;
	overflow: hidden;
}

/* 2カラム */
#two-maincolumn {
	width: 1000px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}

#two-maincolumn-main {
	width: 740px;
	float: left;
}

#two-maincolumn-side {
	width: 230px;
	float: right;
}
.left-column {
	float: left;
	width: 465px;
}
.right-column {
	float: right;
	width: 465px;
}
@media only screen and (max-width: 640px) {
#container {
	width: 310px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
}
/* 汎用コンテナ */
.allcontainer {
	width: 320px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 1カラム */
#one-maincolumn {
	width: 300px;
	padding: 20px 0 30px;
	overflow: hidden;
}

/* 2カラム */
#two-maincolumn {
	width: 300px;
	padding: 20px 0 30px;
	overflow: hidden;
}

#two-maincolumn-main {
	width: 300px;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}

#two-maincolumn-side {
	width: 230px;
	float: none;
	margin-right: 0px;
	margin-left: 35px;
	margin-bottom: 30px;
}
.left-column {
	float: left;
	width: 465px;
}
.right-column {
	float: right;
	width: 465px;
}}


/*============*/
/* 共通・汎用 */
/*============*/

/* タイトル
-----------------------------------*/
h2.cont_title {
	height: 100px;
	margin-bottom: 1.5em;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	width: 698px;
	line-height: 100px !important;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}
h2.cont_title img {
	vertical-align: middle;
	margin-right: 5px;
}
@media only screen and (max-width: 640px) {
h2.cont_title {
	height: 50px;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	width: 278px;
	line-height: 50px !important;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px; 
}
h2.cont_title img {
	vertical-align: middle;
	height: 20px;
	width: auto;
}
}
.cont_title h3 {
	margin-bottom: 0.5em;
}
.cont_title h4 {
	background-color: #CD3016;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/title_ic01.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 1.5em;
	line-height: 32px;
}
.cont_title h5 {
	font-size: 18px;
	font-weight: bold;
	color: #3E3A39;
	background-image: url(../images/title_ic02.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 1em;
	line-height: 28px;
}
.flow_title h3 {
	margin-bottom: 0.5em;
	color: #FFF;
	background-color: #036;
	font-size: 130%;
	padding: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.flow_title h4 {
	background-color: #CD3016;
	margin-bottom: 1em;
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 1.5em;
	line-height: 32px;
	padding: 15px;
}
.flow_title h5 {
	font-size: 18px;
	font-weight: bold;
	color: #3E3A39;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	
	border-bottom-color: #006699;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 1em;
	line-height: 28px;
}
.simple_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.simple_title h3 {
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 32px;
}
.simple_title em {
	margin-left: 1em;
	font-style: normal;
	display: block;
}
.simple_title strong{
	margin-left: 1em;
	font-style: normal;
	display: block;
	font-weight: normal;
}
.simple_title h4 {
	font-size: 18px;
	margin-bottom: 0.5em;
	line-height: 28px;
}
.individual_title h3,.personatop_title h3 {
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bc1f23;
	display: block;
}
@media only screen and (max-width: 640px) {
.individual_title h3 img,.personatop_title h3 img,.fqa_title h3 img,.persona_title h3 img,.basis_title h3 img {
	height: 30px;
	width: auto;
}}

.fqa_title h3,.persona_title h3,.basis_title h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3E3A39;
	background-image: url(../images/title_ic02.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CD3016;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 1em;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CD3016;
	margin-top: 2em;
	clear: both;
	line-height: 28px;
}
.shop_top h3 {
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CD3016;
	margin-bottom: 20px;
	line-height: 38px;
}
.edy_title h4 {
	font-size: 18px;
	margin-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c81921;
	padding-bottom: 10px;
	margin-top: 2em;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 28px;
}
.store_title h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 38px;
}
.guide_title h4 {
	margin-bottom: 0.7em;
	margin-right: 0.7em;
	margin-left: 0.7em;
	font-size: 20px;
	font-weight: bold;
	color: #c81921;
}
.guide_title em {
	font-size: 17px;
	font-style: normal;
	color: #045c8a;
	font-weight: bold;
}

.electron_title em {
	font-size: 20px;
	font-style: normal;
	color: #045c8a;
	font-weight: bold;
}
.compliance_title h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-right: 1em !important;
	padding-left: 1em !important;
	line-height: 35px;
}
h2.interest_title {
	position: relative;
}
h2.interest_title em {
	font-size: 70%;
	font-weight: normal;
	margin-left: 50px;
	font-style: normal;
}
h2.interest_title strong {
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
}
h2.interest_title em {
	display: none;
}
h2.interest_title strong {
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
}

/* 本文の左右幅
-----------------------------------*/
.context {
	border: 1px solid #F0F0F0;
	background-color: #FFF;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.context > div,.context > p,.context > ul,.context > ol,.context > dl,.context > form,.context > table,.context > blockquote,.context > pre,.context > hr,.context > section {
	margin-right: 1em;
	margin-left: 1em;
}
.fqa_title > div,.fqa_title > p,.fqa_title > ul,.fqa_title > ol,.fqa_title > dl,.fqa_title > form,.fqa_title > table,.fqa_title > blockquote,.fqa_title > pre,.fqa_title > hr,.fqa_title > section {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
#store .context > div,#store .context > p,#store .context > ul,#store .context > ol,#store .context > dl,#store .context > form,#store .context > table,#store .context > blockquote,#store .context > pre,#store .context > hr,.context > section {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.context h2:first-child,.context h3:first-child,.context h4:first-child,.context h5:first-child {
	margin-top: 0px !important;
}
.individualtext > div,.individualtext > p,.individualtext > ul,.individualtext > ol,.individualtext > dl,.individualtext > form,.individualtext > table,.individualtext > blockquote,.individualtext > pre,.individualtext > hr,.individualtext > section {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.personatext > div,.personatext > p,.personatext > ul,.personatext > ol,.personatext > dl,.personatext > form,.personatext > table,.personatext > blockquote,.personatext > pre,.personatext > hr,.personatext > section {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.nosaidetext > div,.nosaidetext > p,.nosaidetext > ul,.nosaidetext > ol,.nosaidetext > dl,.nosaidetext > form,.nosaidetext > table,.nosaidetext > blockquote,.nosaidetext > pre,.nosaidetext > hr,.nosaidetext > section {
	margin-right: 0em !important;
	margin-left: 0em !important;
}

/* カラム幅
-----------------------------------*/
/* パーセント指定同じアイテムで横並びの数 */
.col-1item {width: 100%;}
.col-2item {width: 50%;}
.col-3item {width: 33.3333333333%;}
.col-4item {width: 25%;}
.col-5item {width: 20%;}
.col-6item {width: 16.6666666666%;}
.col-7item {width: 14.2857142857%;}
.col-8item {width: 12.5%;}
.col-9item {width: 11.1111111111%;}
.col-10item {width: 10%;}
/* 余白等共通部分 */
.col-1item,.col-2item,.col-3item,.col-4item,.col-5item,.col-6item,.col-7item.col-8item,.col-9item,.col-10item {}

/* リスト、アイコン
-----------------------------------*/
ul.disklist {
	list-style-type: disc;
	margin-left: 2.5em;
}
ol.numberlist {
	list-style-type: decimal;
	margin-left: 2.5em;
}

ol.blue1{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
ol.blue1 li{
  position:relative;
  margin: 7px 0 7px 0px;
  padding-left:40px;
  font-weight: bold;
  line-height: 30px;
  border: 3px solid #4AACC6;
  color: #4AACC6;
}
ol.blue1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #4AACC6;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 通常のテーブル
-----------------------------------*/
.tablestyle1 {
	width: 100%;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}
.tablestyle1 td ,.tablestyle1 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
}
.tablestyle1 td {
	text-align: center;
}
.tablestyle1 th {
	background-color: #e3e3e4;
	text-align: center;
	font-weight: bold;
}
.tablestyle1 em {
	font-style: normal;
	display: inline-block;
	text-align: left;
}
.tablestyle1 ul {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 30px;
	margin-left: 0px;
}
.tablestyle1 strong {
	font-weight: bold;
	color: #89D246;
}

.tablestyle2 {
	width: 100%;
	border: 1px solid #A9A9AA;
}
.tablestyle2 td ,.tablestyle2 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
}
.tablestyle2 td {
}
.tablestyle2 th {
	background-color: #e3e3e4;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
.tablestyle2 td {
	display: block;
}
.tablestyle2 th {
	display: block;
}}
.tablestyle3 {
	width: 660px;
	border: 1px solid #A9A9AA;
}
@media only screen and (max-width: 640px) {
.tablestyle3 {
	width: 300px;
	border: 1px solid #A9A9AA;
}
.tablefqa {
	width: 200px;
}
.tableinfo {
	width: 225px;
}}
.tablestyle3 td ,.tablestyle3 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
}
.tablestyle3 td {
}
.tablestyle3 th {
	background-color: #e3e3e4;
	text-align: center;
	font-weight: bold;
}

.tablestyle4 {
	width: 660px;
	border: 1px solid #A9A9AA;
	margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
.tablestyle4 {
	width: 300px;
	border: 1px solid #A9A9AA;
}}
.tablestyle4 td ,.tablestyle4 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
}
.tablestyle4 td {
}
.tablestyle4 th {
	background-color: #e3e3e4;
	text-align: center;
	font-weight: bold;
}

.tablestyle4 thead th {
	background-color: #E8EFF9;
	text-align: center;
	font-weight: bold;
}

.tablestyle5 {
	width: 100%;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}
.tablestyle5 td ,.tablestyle5 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
	vertical-align: top;
}
.tablestyle5 td {
}
.tablestyle5 th {
	background-color: #F9DBDB;
	text-align: left;
	font-weight: normal;
}
.tablestyle5 ul {
	list-style-type: disc;
	margin-left: 1.2em;
}
.tablestyle5 ul li {
}

.tablestyle5 ol {
	list-style-type: square;
	margin-left: 0em;
	list-style-position: inside;
	list-style-image: none;
	padding-left: 5px;
}
.tablestyle5 ol li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 0.5em;
	text-indent: -0em;
}
.tablestyle5 ol li:first-line {
	text-indent: 0em;
}
.tablestyle6 {
	width: 100%;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}

.tablestyle6 td ,.tablestyle6 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
	vertical-align: top;
}


.tablestyle6l {
	width: 100%;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}

.tablestyle6l td ,.tablestyle6l th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 0px;
	vertical-align: top;
}

.outer{
  position: relative;
}


.tableBlue {
	width: 100%;
    margin: 0 auto;
	border: 1px solid #4AACC6;
	font-size: 16px;
	line-height: 140%;
	background-color: #FFF;
}

.tableBlue th {
	background-color: #D2EAF1;
	text-align: left;
}

.tableBlue td ,.tableBlue th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4AACC6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4AACC6;
	border-top-color: #4AACC6;
	border-left-color: #4AACC6;
	padding: 5px;
	vertical-align: top;
}

p.indent1 {
margin-bottom: 0em !important;
padding-left:1em;
text-indent:-1em;
}



#mailform .tablestyle6 th {
white-space: nowrap;
}
@media only screen and (max-width: 640px) {
#mailform .tablestyle6 {
	width: 255px;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}
#simulation .tablestyle6  {
	width: 255px;
}
#simulation .simulation INPUT  {
	width: 100px;
	font-size: 50%;
}
#simulation .simulation INPUT.bottom1,#simulation .simulation INPUT.bottom2 {
	width: 80px;
	height: 20px;
}
#simulation .tablestyle6 tr td:nth-of-type(1)  {
	width: 50px;
}
#mailform .tablestyle6 td ,#mailform .tablestyle6 th {
white-space: normal;
}}
.tablestyle6 td {
}
.tablestyle6 th {
	background-color: #ECECEC;
	text-align: left;
	font-weight: bold;
}

.tableblue th {
	background-color: #ECECEC;
	text-align: left;
	font-weight: bold;
}

.tablestyle6 thead th {
	background-color: #9C5F16;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
}
.tablestyle6 thead th em {
	font-size: 70%;
	font-style: normal;
	margin-left: 40px;
}
.tablestyle6 tr td img {
	margin-right: 10px;
}


.tablestyle6l thead th {
	background-color: #1c6a8e;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
    padding: 15px;
}
.tablestyle6l thead th em {
	font-size: 70%;
	font-style: normal;
	margin-left: 40px;
}


.tablestyle6lbtn img {
	padding: 10px;
}



.tablestyle7 {
	border: 1px solid #A9A9AA;
	background-color: #FFF;
	font-size: 86%;
}
.tablestyle7 td ,.tablestyle7 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tablestyle7 td {
}
.tablestyle7 th {
	background-color: #2BA2FF;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.tablestyle8 {
	width: 660px;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}
@media only screen and (max-width: 640px) {
.tablestyle8 {
	width: 230px;
}}
.tablestyle8 td ,.tablestyle8 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
	vertical-align: top;
}
.tablestyle8 td {
}
.tablestyle8 th {
	background-color: #E3E3E4;
	text-align: left;
	font-weight: normal;
}

.tablestyle9 {
	width: 100%;
	border: 5px solid #A9A9AA;
	background-color: #FFF;
}
.tablestyle9 td ,.tablestyle9 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
	text-align: center;
}
.tablestyle9 td {
}
.tablestyle9 th {
	background-color: #ECECEC;
	font-weight: bold;
}
.tablestyle10 {
	width: 660px;
	border: 2px solid #A9A9AA;
	background-color: #FFF;
}
@media only screen and (max-width: 640px) {
.tablestyle10 {
	width: 300px;
}
#loss .tablestyle10,#contact .tablestyle10 {
	width: 225px;
}
}
.tablestyle10 td ,.tablestyle10 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9aa;
	border-top-color: #a9a9aa;
	border-left-color: #a9a9aa;
	padding: 10px;
}
.tablestyle10 td {
}
.tablestyle10 th {
	background-color: #CD3016;
	font-weight: bold;
	color: #FFF;
	font-size: 115%;
	text-align: center;
}
@media only screen and (max-width: 640px) {
/*.sptable td ,.sptable th {
	display: block;
	width: 228px;
}*/

.sptable td ,.sptable th,.scroll table td,.scroll table th {
	font-size: 50%;
	line-height: 140%;
}

/*.scroll table{
width:640px;
}
.scroll{
overflow: auto;　　　　tableをスクロールさせる
white-space: nowrap;　　tableのセル内にある文字の折り返しを禁止
}
.scroll::-webkit-scrollbar{　　tableにスクロールバーを追加
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　tableにスクロールバーを追加
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　tableにスクロールバーを追加
 background: #BCBCBC;
}*/
}
/* モバイル対応のテーブル（テーブルもどき）
-----------------------------------*/
.mobailtable1 dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.mobailtable1 dl dt {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC8C8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	width: 120px;
	float: left;
	margin: 0px;
}
.mobailtable1 dl dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
}
@media only screen and (max-width: 640px) {
.mobailtable1 dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;subnav
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.mobailtable1 dl dt {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC8C8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mobailtable1 dl dd{
	margin: 0px;
}}

/* 可変インフレーム（ユーチューブサイズ）
-----------------------------------*/
div.iframeWrap {
	position: relative;
	padding-top: 56.25%;
}
 
div.iframeWrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
@media only screen and (min-width: 641px) {
.pcnon {
	display: none;
}}
@media only screen and (max-width: 640px) {
.spnon {
	display: none !important;
}}

@media screen and (max-width: 640px) {
.gnav li a:after {
    content:attr(data-label);
}
.gnav li img {
    display:none !important;
}
}
.ele-notice {
	color: #fff;
	background-color: #045C8A !important;
	display: block;
	width: 620px !important;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
@media screen and (max-width: 640px) {
.ele-notice {
	color: #fff;
	background-color: #045C8A !important;
	display: block;
	width: 280px !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}}
ul.checklist {
	position: relative;
	padding: 0;
	margin-left: 80px;
}
@media screen and (max-width: 640px) {
ul.checklist {
	position: relative;
	padding: 0;
	margin-left: 30px;
}}

ul.checklist li {
	list-style-type: none!important;
	display: block;
	padding-left: 1.5em;
	line-height: 160%;
	margin-bottom: 0.5em;
}

ul.checklist li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f14a";
	position: absolute;
	left : 0em; /*左端からのアイコンまでの距離*/
	color: #bd1921; /*アイコン色*/
}
ul.insurancelist {
	position: relative;
	padding: 0;
}

ul.insurancelist li {
	list-style-type: none!important;
	display: block;
	padding-left: 1.5em;
	line-height: 160%;
	margin-bottom: 0.5em;
}

ul.insurancelist li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f14a";
	position: absolute;
	left : 0em; /*左端からのアイコンまでの距離*/
	color: #bd1921; /*アイコン色*/
}
ol.compliancelist,ul.compliancelist {

}
ol.compliancelist li,ul.compliancelist li {
	margin-bottom: 1em;
}
ol.compliancelist li:first-line,ul.compliancelist li:first-line {
	font-weight: bold;
	font-size: 110%;
}
.conference {
	display: inline-block;
	padding: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #e4e4e4;
	font-size: 86%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.ideco {

	padding: 15px;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #e4e4e4;
	font-size: 88%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.homebottomsp {
	position: absolute;
	z-index: 100010;
	left: 70px;
	top: -9999px;
}
.homebottomsp a img {
	height: 18px;
	width: auto;
}
@media screen and (max-width: 640px) {
.homebottomsp {
	position: absolute;
	z-index: 100010;
	left: 70px;
	top: 10px;
}}
h4.webtitle {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.5em;
	
}
h4.cartitle {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.5em;
}
.text-red {
	color: #900;	
	
}

.flow_title input[type="button"] {
	width: 240px;
	background-color: #039;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
		}
.flow_title input[type="button"]:hover {
			background-color: #59b1eb;
		}
.flow_title input[type="button"][disabled] {
			background-color: #ccc;
			cursor: default;
		}
 #agreement-check-btn-1 {
	position: relative;
	line-height: 45px;
	padding: 5px;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
	background-color: #D4EDF4;
	text-align: center;
	display: block;
	margin-top: 2.5em;
	margin-bottom: 1em;
          }
          #agreement-check-btn-1::before {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 10;
            padding-bottom: 45px;
          }
          #agreement-check-btn-1 input {
            margin-right: 10px;
          }
ol.ex02 {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important;
	background: #f5faff;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
ol.ex02 li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	font-size: 120%;
}

ol.ex02 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.request_form_statement{
	height: 300px;
	overflow: scroll;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 1em;
}
.request_form_statement table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 1em;
}
.request_form_statement table th,.request_form_statement table td{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.request_form_statement table th{

}
.request_form_statement table td{

}


.tablebox{
    display:  inline-block;    
    width: 49.6%;  
}

scroll {
width:100%;
table-layout: inherit;
white-space: inherit;
-webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}




@media screen and (max-width: 640px) {
.tablebox{
   
    width: 100%;  
}
    
    .scroll{
    overflow-x: scroll; /* 横スクロール処理 */
    white-space:nowrap;/* 自動改行させない */
    display: block;
 }
}


.mid{
    vertical-align: middle !important;
}