@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}

body {
	background: #ffffff;
	font-family: Meiryo,"Hiragino Kaku Gothic ProN", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

#modal {
	display: none;
}

pre {
	border: 1px solid #CCC;
	background-color: #EEE;
	color: #333;
	padding: 10px 20px;
}

a {
	color: #0070cc;
	text-decoration: none;
}
a:visited {
	color: #531d76;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

p.pdfTxt {
	margin-top: 10px;
}

a.pdf {
	color: #f00;
	background: url(../../function/security/img/pdf.png) no-repeat left center;
	padding-left: 16px;
	font-size: 12px;
}

.txtCenter {
	text-align: center !important;
}

.txtRight {
	text-align: right !important;
}

.txtLeft {
	text-align: left !important;
}

img.img_95 {
	width: 95%;
}

img.img_90 {
	width: 90%;
}

.border_01 {
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.border_01Right {
	border-right: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.border_01Left {
	border-left: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.border_01Top {
	border-top: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.border_01Bottom {
	border-bottom: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.indent {
	overflow: hidden;
}

.indent dt {
	float: left;
	margin-right: 0.5em;
}

.indent dd {
	overflow: hidden;
}

.aboutJFSA {
	border-top: 1px solid #cccccc;
}

.aboutJFSA.txtDescription {
	border-top: none;
}

.aboutJFSA dt#logoJFSA {
	margin: 10px 0;
}

.aboutJFSA_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutJFSA dt#logoJFSA img {
	width: 200px;
}

.creditCardContact ul,
.callCenter ul {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.callCenter ul li,
.creditCardContact ul li {
	display: table-cell;
	padding: 10px 15px;
	width: 50%;
	vertical-align: middle;
}

.callCenter ul li:first-child,
.creditCardContact ul li:first-child {
	border-right: 1px solid #cccccc;
}

.callCenter dl,
.creditCardContact ul {
	border: 1px solid #cccccc;
	padding: 0px;
}

.callCenter dt {
	background-color: #fff4ee;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px 15px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.callCenter dd ul li span.pd0 {
	margin-left: 1rem;
	text-indent: -1rem;
	display: inline-block;
	font-size: 1.2rem;
}

.callCenter .mainTel strong,
.creditCardContact strong {
	font-size: 1.5em;
	padding: 3px 0;
}

.callCenter strong.freecall,
.callCardContact strong.freecall {
	background: url("../img/icn_freeCall.gif") no-repeat scroll left center transparent;
	padding-left: 34px;
}

/* リンク矢印
---------------------------------------------------------- */
.linkArrow {
	position: relative;
}

.linkArrowRight {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	background-image: url("../img/icn_arrow_02.gif");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.illMain {
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.illMain img {
	width: 100%;
	vertical-align: bottom;
}


/*============================================================
PC
============================================================*/
@media screen and (min-width: 641px) {
  body {
		font-size: 14px;
		font-size: 1.4rem;
    /* =14px */
  }

  img.img_100 {
		width: 100%;
  }

  img.img_90 {
		width: 90%;
		margin: 0 auto;
		text-align: center;
  }

  img.img_80 {
		width: 80%;
		margin: 0 auto;
		text-align: center;
  }

  /*================================
  PC image one,two,three Column
  ================================*/
  .img_oneColumn {
		width: 100%;
		max-width: 600px;
  }

  .img_oneColumn img {
		width: 100%;
  }

  .img_twoColumn {
		width: 100%;
		max-width: 600px;
		overflow: hidden;
  }

  .img_twoColumn .img_left,
  .img_twoColumn .img_right {
		float: left;
		width: 50%;
  }

  .img_twoColumn img {
		width: 100%;
  }

  .img_threeColumn {
		width: 100%;
		max-width: 600px;
		overflow: hidden;
  }

  .img_threeColumn .img_left,
  .img_threeColumn .img_right {
		float: left;
		width: 33.3%;
  }

  .img_threeColumn img {
		width: 100%;
  }

  /*================================
  PC commonParts
  ================================*/
  .txtNotice {
    /*font-size:90% !important;*/
    /*line-height:1.5rem !important;*/
		font-size: 1.2rem !important;
		line-height: 1.6 !important;
    /*color:#777777;*/
		margin-bottom: 10px;
  }

  .pcMgAuto {
		margin: 0 auto;
  }

  .pcLeft {
		float: left;
  }

  .pcRight {
		float: right;
  }

  .pcClear {
		overflow: hidden;
  }

  .pc25per {
		width: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .pc50per {
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .pcBorder_01 {
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .pcTxtCenter {
		text-align: center;
  }

  .breadcrumbs {
		background-color: #ededed;
  }

  .breadcrumbs ul {
		width: 100%;
		max-width: 960px;
		margin: auto;
		overflow: hidden;
		padding: 10px 0;
  }

  .breadcrumbs ul li {
		float: left;
    line-height: 1.5;
  }

  .breadcrumbs li:last-child a {
      color: #000;
  }

  .txtDescription {
    /*line-height:1.8rem;*/
		line-height: 1.6;
    /*margin-bottom:10px;*/
		margin-bottom: 0.5em;
  }

  .ttl01 {
		background-color: #888888;
		padding: 3px;
		margin: 30px auto 10px;
  }
  .ttl01 span {
		color: #000000;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.5;
		background-color: #ffffff;
		display: block;
		text-align: left;
		border-top: #eb5505 solid 2px;
		padding-left: 10px;
  }
  .ttl01 span .ttl01Icn {
		margin-right: 20px;
		vertical-align: middle;
  }

  .ttl02 {
		background-color: #888888;
		background-image: url("/common/img/icn_ttl02.png");
		background-position: 0 50%;
		background-repeat: no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 20px;
		margin-top: 40px;
		padding: 20px 25px;
		width: 100%;
  }

  .ttl03 {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: #333333;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 20px;
		margin-top: 30px;
		padding: 15px 25px;
		width: 100%;
  }

  .ttl04 {
		background-image: url("/common/img/icn_ttl04_03.png");
		background-position: 0 bottom;
		background-repeat: no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: #333333;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 2rem;
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 10px 25px;
		width: 100%;
  }

  .ttl05 {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.2rem;
		color: #333333;
		margin-bottom: 5px;
		margin-top: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
  }

  .ttl06 {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin-bottom: 5px;
		color: #333333;
		padding: 5px;
		background-color: #ffdecc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
  }

  .table01 {
		width: 100%;
  }

  .table01 tr th,
  .table01 tr td {
		border-collapse: collapse;
		border: 1px solid #cccccc;
		font-weight: normal;
		text-align: center;
		padding: 15px;
		line-height: 1.8rem;
		vertical-align: middle;
  }

  .table01 .txtLeft tr th,
  .table01 .txtLeft tr td {
		text-align: left !important;
  }

  .table01 .txtRight tr th,
  .table01 .txtRight tr td {
		text-align: right !important;
  }

  .table01 tr th {
		background-color: #fff4ee;
  }

  .table01 tr td:first-child {
		background-color: #ededed;
  }

  .table02 {
		width: 100%;
  }

  .table02 tr th,
  .table02 tr td {
		border-collapse: collapse;
		border: 1px solid #cccccc;
		font-weight: normal;
		text-align: center;
		padding: 15px;
		line-height: 1.8rem;
  }

  .table02 tr th {
		background-color: #fff4ee;
  }

  .lstUl li {
		background-image: url("../img/icn_lstUl.gif");
		background-position: 1px 17px;
		background-repeat: no-repeat;
		padding-left: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.8rem;
  }

  .lstOl {
		overflow: hidden;
  }

  .lstOl li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.8rem;
  }

  .lstOl li span {
		color: #e35724;
		display: block;
		float: left;
		width: 25px;
  }

  .lstTtl li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.8rem;
  }

  .lstTtl li dl dt {
		margin-bottom: 10px;
  }

  .lstTtl li dl dt span {
		color: #e35724;
		display: inline-block;
		width: 25px;
  }

  .lstTtl li dl dd {
		padding-left: 25px;
  }

  .lstDl {
		display: table;
		border-bottom: 1px solid #cccccc;
		padding: 10px 0;
  }

  .lstDl dt {
		width: 20%;
		display: table-cell;
  }

  .lstDl dd {
		width: 80%;
		display: table-cell;
		line-height: 1.8rem;
  }

  .pickup {
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
  }

  .pickup dt {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 15px;
  }

  .pickup dd {
		line-height: 1.8rem;
  }

  .attention {
		border: 1px solid #eb5606;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
  }

  .attention dt {
		color: #eb5606;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 15px;
		background-image: url("../img/icn_attention_02.png");
		background-position: 0 top;
		background-size: 22px;
		background-repeat: no-repeat;
		padding-left: 30px;
		height: 22px;
		padding-top: 3px;
  }

  .attention dd {
		line-height: 1.8rem;
		background-image: url("../img/icn_attention_03.png");
		background-position: 0 top;
		background-repeat: no-repeat;
		padding-left: 25px;
  }

  .supplementary {
		background-color: #ededed;
		padding: 25px;
  }

  .supplementary dt {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 15px;
		background-repeat: no-repeat;
  }

  .supplementary dd {
		line-height: 1.8rem;
		background-image: url("../img/icn_attention_03.png");
		background-position: 0 top;
		background-repeat: no-repeat;
		padding-left: 25px;
  }

  .twoColumn {
		background-color: #ededed;
		border-top: 1px solid #cccccc;
		overflow: hidden;
		padding-bottom: 5px;
		padding-left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .twoColumn li {
		width: 50%;
		float: left;
		border-right: 5px solid #ededed;
		border-top: 5px solid #ededed;
		border-bottom: 1px solid #cccccc;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		line-height: 1.8rem;
  }

  .twoColumn li a {
		cursor: pointer;
		display: block;
  }

  .twoColumn li dl dt {
		text-align: center;
		background-repeat: no-repeat;
		color: #eb5606;
		font-size: 1.6rem;
		margin: 15px 0 25px;
  }

  .twoColumn li dl dd {
		color: #333333;
  }

  .twoColumn li a:hover dl dd {
		text-decoration: underline;
  }

  .threeColumn {
		background-color: #ededed;
		border-top: 1px solid #cccccc;
		overflow: hidden;
		padding-bottom: 5px;
		padding-left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .threeColumn li {
		width: 33%;
		float: left;
		border-right: 5px solid #ededed;
		border-top: 5px solid #ededed;
		border-bottom: 1px solid #cccccc;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		line-height: 1.8rem;
  }

  .threeColumn li a {
		cursor: pointer;
		display: block;
  }

  .threeColumn li dl dt {
		text-align: left;
		background-repeat: no-repeat;
		color: #eb5606;
		font-size: 1.6rem;
		margin: 5px 0 15px;
  }

  .threeColumn li dl dt {
		display: table;
  }

  .threeColumn li dl dt span.threeColumnLogo {
		display: table-cell;
  }

  .threeColumn li dl dt span.threeColumnTtl {
		display: table-cell;
		padding-left: 10px;
		vertical-align: middle;
  }

  .threeColumn li dl dd {
		color: #333333;
  }

  .threeColumn li a:hover dl dd {
		text-decoration: underline;
  }

  .spOnly {
		display: none;
  }

  /*=================================
  #header
  =================================*/
  #header {
		border-top: 3px solid #eb5205;
  }

  #header .contents {
		display: table;
  }

  #header #logo {
		width: 190px;
		height: 106px;
		position: relative;
		display: table-cell;
		vertical-align: middle;
  }

  #header #logo img {
		width: 190px;
		height: 91px;
  }

  #header .displayTableCell {
		width: 74%;
		max-width: 714px;
		height: 106px;
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		overflow: hidden;
		font-size: 1.2rem;
  }

  #header #subNav {
		position: relative;
		vertical-align: middle;
		text-align: right;
		overflow: hidden;
		font-size: 1.2rem;
  }

  #header #subNav li {
		display: inline-block;
		margin-left: 18px;
  }

  #header #subNav li:first-child {
		margin-left: 0px;
  }

  #header #subNav02 {
		margin-top: 20px;
		position: relative;
		vertical-align: middle;
		text-align: right;
		overflow: hidden;
		font-size: 1.2rem;
		padding-bottom: 2px;
  }

  #header #subNav02 li {
		display: inline-block;
		margin-left: 18px;
  }

  #header #subNav02 li:first-child {
		margin-left: 0px;
  }

  #header #subNav02 #subNavEntryBtn {
		box-sizing: border-box;
		text-align: center;
  }
  #header #subNav02 #subNavEntryBtn a {
		background-color: #96c600;
		-webkit-border-radius: 120px;
		-moz-border-radius: 120px;
		border-radius: 120px;
		-webkit-box-shadow: 2px 2px #ddd;
		-moz-box-shadow: 2px 2px #ddd;
		box-shadow: 2px 2px #ddd;
		display: inline-block;
		padding: 14px 37px 14px 60px;
		vertical-align: middle;
		border: 1px solid #cccccc;
		background-image: url("/common/img/icn_bg_entry.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		color: #ffffff;
		font-size: 1.2rem;
  }
  #header #subNav02 #subNavEntryBtn:hover a {
		text-decoration: none;
		opacity: 0.75;
  }

  #header #subNav02 #subNavLoginBtn {
		box-sizing: border-box;
		margin-left: 10px;
		text-align: center;
		margin-right: 2px;
  }
  #header #subNav02 #subNavLoginBtn a {
		background-color: #fff;
		-webkit-border-radius: 120px;
		-moz-border-radius: 120px;
		border-radius: 120px;
		-webkit-box-shadow: 2px 2px #ddd;
		-moz-box-shadow: 2px 2px #ddd;
		box-shadow: 2px 2px #ddd;
		display: inline-block;
		padding: 14px 37px 14px 60px;
		vertical-align: middle;
		border: 1px solid #cccccc;
		background-image: url("../img/icn_login_02.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		font-size: 1.2rem;
		color: #333;
  }
  #header #subNav02 #subNavLoginBtn:hover a {
		background-color: #eb5205;
		color: #ffffff;
		text-decoration: none;
  }

  #header #Gnav {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
    /*line-height:0;*/
		max-width: 960px;
		margin: 0 auto;
		position: relative;
  }

  #header #Gnav ul {
		padding: 0 !important;
  }

  #header #Gnav li.mainGnav {
		display: table-cell;
		margin: 0;
		padding: 0;
		width: 20%;
		max-width: 192px;
  }

  #header #Gnav li img {
		width: 100%;
		max-width: 192px;
		vertical-align: bottom;
  }

  #header #Gnav li.mainGnav .sub {
		display: none;
  }

/*201711*/
  #header #subNav li {
        line-height: 1.4;
  }
  #header #subNav02 {
        margin-top: 5px;
  }
  #header #subNav02 #subNavEntryBtn02 a {
        display: inline-block;
        vertical-align: middle;
  }
  #header #subNav02 #subNavEntryBtn02 img {
        display: block;
  }
  #header #subNav02 #subNavEntryBtn02:hover a {
        opacity: 0.75;
  }
  #header #subNav02 li#subNavLoginBtn02 {
        margin-left: 3px;
  }
  #header #subNav02 #subNavLoginBtn02 a {
        display: inline-block;
        padding: 30px 60px;
        vertical-align: middle;
        background-image: url("/common/img/btn_HeaderLogin.png");
        background-repeat: no-repeat;
        opacity: 1;
  }
  #header #subNav02 #subNavLoginBtn02:hover a {
        background-image: url("/common/img/btn_HeaderLogin_on.png");
        background-repeat: no-repeat;
        opacity: 1;
  }
/*201711*/

/*201805*/
  #header #subNav02 li#subNavEntryBtn02 {
        margin-left: 3px;
  }
/*201805*/

  /*=================================
  #contents
  =================================*/
  .contents {
		width: 100%;
		max-width: 980px;
		padding: 0 10px;
		margin: auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .leftColumn {
		float: left;
    /*display:table-cell;*/
		width: 64%;
		max-width: 635px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  /*=================================
  #sidebar
  =================================*/
  .sidebar {
		width: 30%;
		max-width: 285px;
		float: right;
		background-color: #ededed;
		margin-top: 40px;
		border-top: 1px solid #cccccc;
		padding-bottom: 5px;
    /* IE8 */
    /* 新旧Firefox */
  }
  .sidebar h2 {
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
		padding: 20px 5px;
		line-height: 1.9rem;
  }
  .sidebar .sidebarMenuWrap {
		list-style: none;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt {
		display: none;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul {
		padding-left: 5px;
		padding-right: 5px;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li {
		margin-bottom: 1px;
		background-color: #ffffff;
		border-bottom: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li.current a {
		background-color: #ccc;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li:hover {
		background-color: #ededed;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li a {
		padding: 18px 25px 18px 10px;
		background-position: 20px 50%;
  }
  .sidebar #sidebarEntry2 a {
		background-color: #ffffff;
		border-bottom: #cccccc solid 1px;
		padding: 8px 0;
		margin: 2px auto 20px;
		width: 96%;
		display: inline-block;
		position: relative;
  }
  .sidebar #sidebarEntry2 a:after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 5px;
		height: 8px;
		top: 50%;
		right: 14px;
		margin-top: -4px;
		background-image: url("/common/img/icn_arrow_02.png");
		background-repeat: no-repeat;
		background-size: 5px 8px;
  }
  .sidebar #sidebarEntry img {
		width: 100%;
		border-top: 5px solid #ededed;
		border-right: 5px solid #ededed;
		border-left: 5px solid #ededed;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
  }
  .sidebar #sidebarEntry a:hover img {
		opacity: 0.75;
    /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=75);
    /* IE lt 8 */
		-ms-filter: "alpha(opacity=75)";
    /* IE 8 */
		-khtml-opacity: 0.75;
    /* Safari 1.x */
		-moz-opacity: 0.75;
    /* FF lt 1.5, Netscape */
		opacity: 0.75;
  }
  .sidebar html > body .sidebar #sidebarEntry a:hover img {
		display: inline-block\9;
		zoom: 1\9;
  }
  .sidebar #sidebarEntry a:hover img,
  .sidebar x:-moz-any-link {
		background: #eb5505;
  }
  .sidebar #sidebarEntry a:hover img,
  .sidebar x:-moz-any-link,
  .sidebar x:default {
		background: #eb5505;
  }
  .sidebar #sidebarLogin {
		width: 90%;
		margin: 10px auto 15px;
  }
  .sidebar #sidebarLogin a {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		margin: auto;
		background-image: url("../img/icn_login_02.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
  }

  /*=================================
  #footer
  =================================*/
  #footerBnr {
		margin-top: 30px;
		margin-bottom: 30px;
  }
  #footerBnr ul {
		overflow: hidden;
  }
  #footerBnr ul li {
		float: left;
		margin-left: 2%;
		width: 32%;
  }
  #footerBnr ul li.leftItem {
		margin-left: 0px;
  }
  #footerBnr ul li.twoRow {
		margin-top: 20px;
  }
  #footerBnr ul li img {
		width: 100%;
		vertical-align: bottom;
  }

  #footer {
		border-top: 1px solid #cccccc;
		font-size: 1.2rem;
  }

  #footer .bgGray {
		background-color: #ededed;
  }

  #footer a,
  #footer a:hover {
		color: #333;
  }

  #footer ul {
		overflow: hidden;
  }

  #footer ul li {
		float: left;
		padding-right: 20px;
		margin-bottom: 20px;
		line-height: 1.6rem;
  }

  #footer p.right {
		width: 23%;
		max-width: 129px;
		float: right;
		margin-bottom: 15px;
  }

  #footer p.right img {
		width: 100%;
		max-width: 129px;
  }

  #footer #copyright {
		text-align: center;
		padding: 20px 0;
		color: #333;
  }

  #footer .contents div {
		margin-bottom: 20px;
  }

  #footer div.pcOnly {
		display: table;
		padding: 20px 0;
  }


  /*=================================
  a
  =================================*/
  a:hover img {
		opacity: .75;
    /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=75);
    /* IE lt 8 */
		-ms-filter: "alpha(opacity=75)";
    /* IE 8 */
		-khtml-opacity: .75;
    /* Safari 1.x */
		-moz-opacity: .75;
    /* FF lt 1.5, Netscape */
  }

  a:hover img {
		opacity: 0.75;
    /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=75);
    /* IE lt 8 */
		-ms-filter: "alpha(opacity=75)";
    /* IE 8 */
		-khtml-opacity: 0.75;
    /* Safari 1.x */
		-moz-opacity: 0.75;
    /* FF lt 1.5, Netscape */
		opacity: 0.75;
  }

  a.link {
		padding-right: 14px;
    /* color: #eb5505; */
		color: #12c;
		text-decoration: none;
		display: block;
		line-height: 1.6;
		position: relative;
  }
  a.link:after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 5px;
		height: 8px;
		top: 50%;
		right: 14px;
		margin-top: -4px;
		background-image: url("/common/img/icn_arrow_02.png");
		background-repeat: no-repeat;
		background-size: 5px 8px;
  }
  a.link:hover {
		text-decoration: underline;
  }
  a.link:visited {
       color: #531d76;
  }
  /*=================================
  .btn
  =================================*/
  a.btn {
		padding: 12px 30px;
		-webkit-border-radius: 120px;
		-moz-border-radius: 120px;
		border-radius: 120px;
		background-color: #fff;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: inline-block;
		vertical-align: middle;
  }

  a.btn:hover {
		background-color: #eb5505;
  }

  a.btn {
		color: #eb5505;
		font-size: 1.5rem;
		text-decoration: none;
  }

  .sidebar a.btn span {
		font-size: 1.2rem;
  }

  .sidebar a.btn {
		line-height: 1.8rem;
  }

  a.btn:hover {
		color: #ffffff;
  }

  .icnAttention {
		vertical-align: middle;
  }

  #header #Gnav {
		-webkit-box-shadow: 0 4px 2px rgba(94, 94, 94, 0.2);
		-moz-box-shadow: 0 4px 2px rgba(94, 94, 94, 0.2);
		box-shadow: 0 4px 2px rgba(94, 94, 94, 0.2);
  }

  #header #Gnav ul li a:hover {
		background: url("images/btn_over.png");
  }

  #header #Gnav ul li a:hover img {
		opacity: 1;
  }

  #header #Gnav ul li div.sub {
		position: absolute;
		z-index: 9999;
		left: 0;
		width: 960px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  #header #Gnav div.sub {
		zoom: 1;
  }

  #header #Gnav div.sub:after {
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
		z-index: 9999;
		background-color: #ffffff;
  }

  #header #Gnav div.sub .innerContents {
		background-color: #eee;
		max-width: 960px;
		padding: 10px 20px 20px 10px;
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
  }
  #header #Gnav div.sub .innerContents > a {
		display: block;
		text-decoration: none;
		position: relative;
		padding-left: 11px;
		padding-right: 34px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 8px;
		padding-top: 10px;
  }
  #header #Gnav div.sub .innerContents > a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		background-image: url("/common/img/icn_arrow_02.png");
		background-repeat: no-repeat;
		width: 5px;
		height: 8px;
		margin-top: -4px;
  }

  #header #Gnav div.sub .innerContents > a:visited {
  		color: #531d76;
  }
  #header #Gnav div.sub .innerContents > a dl.GnavDescription {
		width: 100%;
		display: table;
  }
  #header #Gnav div.sub .innerContents > a dl.GnavDescription dt,
  #header #Gnav div.sub .innerContents > a dl.GnavDescription dd {
		display: table-cell;
		vertical-align: middle;
  }
  #header #Gnav div.sub .innerContents > a dl.GnavDescription dt {
		font-size: 1.8rem;
		color: #12c;
		font-weight: bold;
  }
  #header #Gnav div.sub .innerContents > a:visited dl.GnavDescription dt {
  		color: #531d76;
  }

  #header #Gnav div.sub .innerContents > a dl.GnavDescription dt .pcSubNavIcn img {
		vertical-align: middle;
		width: auto;
		margin-right: 8px;
  }
  #header #Gnav div.sub .innerContents > a dl.GnavDescription dd {
		width: 557px;
		color: #12c;
		margin-bottom: 15px;
		font-size: 1.4rem;
		line-height: 1.1;
  }

  #header #Gnav div.sub .innerContents > a:visited dl.GnavDescription dd {
  		color: #531d76;
  }

  #header #Gnav div.sub .innerContents > a:hover {
		background-color: #ffddaf;
  }
  #header #Gnav div.sub .innerContents > a:hover dl dd {
		text-decoration: underline;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList {
		list-style: none;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList.blockContnetListHidden {
		overflow: hidden;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem {
		display: block;
		margin-top: 10px;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem:first-child {
		margin-top: 0;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem.blockContentItemLeft {
		width: 49.4612068%;
		float: left;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem.blockContentItemRight {
		width: 49.4612068%;
		float: right;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem.blockContentItemClearFix {
		clear: both;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dt {
		color: #333;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		font-size: 1.6rem;
		font-weight: bold;
		padding-left: 11px;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol {
		width: 100%;
		display: table;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol li {
		display: table-cell;
		vertical-align: middle;
		width: 25%;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		line-height: 1.1;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol li:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		background-image: url("/common/img/icn_arrow_02.png");
		background-repeat: no-repeat;
		width: 5px;
		height: 8px;
		margin-top: -4px;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol li.empty {
		border: none;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol li.empty:after {
		display: none;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol li:hover:not(.empty) {
		background-color: #ffddaf;
		cursor: pointer;
  }
  #header #Gnav div.sub .innerContents div.block .blockContnetList .blockContentItem dl dd ul.fourCol li a {
		display: block;
		padding: 6px 34px 6px 11px;
  }

  /*=================================
  .icnArrow
  =================================*/
  img.icnArrow01,
  img.icnArrow02 {
		width: 5px !important;
		vertical-align: middle !important;
		margin-right: 11px;
  }

  .icnWindow {
		margin-right: 11px;
  }
  .icnWindow i {
		color: #333;
		font-size: 1.3rem;
		text-decoration: none;
  }

  /*=================================
  .icnLinkout
  =================================*/
  img.icnLinkout {
		width: 11px !important;
		vertical-align: middle;
  }

  /*=================================
  .linkBtnS-M-L
  =================================*/
  .linkBtnS {
		width: 30%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
    /*background-image:url('../img/icn_arrow_02.gif');*/
    /*background-position:10px 50%;*/
    /*background-repeat:no-repeat;*/
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		text-align: center;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .linkBtnS a {
		display: block;
		color: #ffffff;
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .linkBtnS:hover a {
		text-decoration: underline;
  }

  .linkBtnM {
		width: 45%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
    /*background-image:url('../img/icn_arrow_02.gif');*/
    /*background-position:10px 50%;*/
    /*background-repeat:no-repeat;*/
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		text-align: center;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .linkBtnM a:visited {
		display: block;
		color: #ffffff;
		opacity: 0.7;
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .linkBtnM a {
		display: block;
		color: #ffffff;
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .linkBtnS:hover a {
		text-decoration: underline;
  }

  .linkBtnL {
		width: 95%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
    /*background-image:url('../img/icn_arrow_02.gif');*/
    /*background-position:10px 50%;*/
    /*background-repeat:no-repeat;*/
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		color: #ffffff;
  }

  .linkBtnL a {
		display: block;
		color: #ffffff;
		padding: 15px;
  }

  .linkBtnS:hover a {
		text-decoration: underline;
  }

  .linkBtnM:hover a {
		text-decoration: underline;
  }

  .linkBtnL:hover a {
		text-decoration: underline;
  }

  .linkBtnS:hover {
		opacity: 0.75;
  }

  .linkBtnM:hover {
		opacity: 0.75;
  }

  .linkBtnL:hover {
		opacity: 0.75;
  }

  /*=================================
  .linkOutBtnS-M-L
  =================================*/
  .linkOutBtnS {
		width: 30%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
		background-image: url("../img/icn_linkout.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
  }

  .linkOutBtnS a {
		display: block;
		padding: 15px;
		color: #ffffff;
  }

  .linkOutBtnS:hover a {
		text-decoration: underline;
  }

  .linkOutBtnM {
		width: 45%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
		background-image: url("../img/icn_linkout.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
  }

  .linkOutBtnM a {
		display: block;
		padding: 15px;
		color: #ffffff;
  }

  .linkOutBtnS:hover a {
		text-decoration: underline;
  }

  .linkOutBtnL {
		width: 95%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
		background-image: url("../img/icn_linkout.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
  }

  .linkOutBtnL a {
		display: block;
		padding: 15px;
		color: #ffffff;
  }

  .linkOutBtnS:hover a {
		text-decoration: underline;
  }

  .linkOutBtnM:hover a {
		text-decoration: underline;
  }

  .linkOutBtnL:hover a {
		text-decoration: underline;
  }

  .linkOutBtnS:hover {
		opacity: 0.75;
  }

  .linkOutBtnM:hover {
		opacity: 0.75;
  }

  .linkOutBtnL:hover {
		opacity: 0.75;
  }

  /*=================================
  .linkLoginBtnS-M-L
  =================================*/
  .linkLoginBtnS {
		width: 30%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #fff;
		background-image: url("../img/icn_login_02.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 2px 2px #ddd;
		-moz-box-shadow: 2px 2px #ddd;
		box-shadow: 2px 2px #ddd;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		border: 1px solid #ccc;
  }
  .linkLoginBtnS a {
		display: block;
		padding: 15px;
		color: #333;
  }
  .linkLoginBtnS:hover {
		background-color: #eb5205;
  }
  .linkLoginBtnS:hover a {
		text-decoration: underline;
		color: #fff;
  }

  .linkLoginBtnM {
		width: 45%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #fff;
		background-image: url("../img/icn_login_02.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 2px 2px #ddd;
		-moz-box-shadow: 2px 2px #ddd;
		box-shadow: 2px 2px #ddd;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		border: 1px solid #ccc;
  }
  .linkLoginBtnM a {
		display: block;
		padding: 15px;
		color: #333;
  }
  .linkLoginBtnM:hover {
		background-color: #eb5205;
  }
  .linkLoginBtnM:hover a {
		text-decoration: underline;
		color: #fff;
  }
  /* 201802追加 */
  .linkLoginBtnM_2line {
        width: 45%;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #fff;
        background-image: url("../img/icn_login_02.png");
        background-position: 20px 50%;
        background-repeat: no-repeat;
        text-align: center;
        -webkit-box-shadow: 2px 2px #ddd;
        -moz-box-shadow: 2px 2px #ddd;
        box-shadow: 2px 2px #ddd;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.8rem;
        border: 1px solid #ccc;
  }
  .linkLoginBtnM_2line a {
        display: block;
        color: #333;
        font-size: 1.5rem;
        padding: 12px 30px;
  }
  .linkLoginBtnM_2line a span {
        font-size: 1.2rem;
  }
  .linkLoginBtnM_2line:hover {
        background-color: #eb5205;
  }
  .linkLoginBtnM_2line:hover a {
        text-decoration: underline;
        color: #fff;
  }
  /* 201802追加end */
  .linkLoginBtnL {
		width: 95%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #fff;
		background-image: url("../img/icn_login_02.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 2px 2px #ddd;
		-moz-box-shadow: 2px 2px #ddd;
		box-shadow: 2px 2px #ddd;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		border: 1px solid #ccc;
  }
  .linkLoginBtnL a {
		display: block;
		padding: 15px;
		color: #333;
  }
  .linkLoginBtnL:hover {
		background-color: #eb5205;
  }
  .linkLoginBtnL:hover a {
		text-decoration: underline;
		color: #fff;
  }

  /*=================================
  ページ下部ｈ1
  =================================*/
  .bottomHeaderArea {
        max-width: 100%;
        background-color: #ededed;
        border-bottom: 1px solid #ccc;
        margin-bottom: 70px;
        padding: 10px;
  }

  .bottomHeaderArea .bottomHeader {
        max-width: 960px;
        margin: 0 auto;
  }
}
/*===========================================================
SP
============================================================*/
@media screen and (max-width: 640px) {
  body {
		font-size: 14px;
		font-size: 1.4rem;
    /* =12px */
  }

  /*================================
  SP image one,two,three Column
  ================================*/
  img.img_100 {
		width: 94%;
		padding: 0 3%;
  }

  img.img_90 {
		width: 84%;
		padding: 0 8%;
  }

  img.img_80 {
		width: 74%;
		padding: 0 10%;
  }

  .img_oneColumn,
  .img_twoColumn,
  .img_threeColumn {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .img_oneColumn img,
  .img_twoColumn img,
  .img_threeColumn img {
		width: 100%;
  }

  .spMgAuto {
		margin: 0 auto;
  }

  /*================================
  SP commonParts
  ================================*/
  .txtNotice {
    /*font-size:1.0rem !important;*/
		font-size: 1.2rem !important;
		padding-left: 3% !important;
		padding-right: 3% !important;
		line-height: 1.6 !important;
		margin-bottom: 8px;
  }

  .spLeft {
		float: left;
  }

  .spRight {
		float: right;
  }

  .spClear {
		overflow: hidden;
  }

  .sp25per {
		width: 25%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .sp50per {
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .spBorder_01 {
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .spTxtCenter {
		text-align: center;
  }

  .txtDescription {
		padding-left: 3%;
		padding-right: 3%;
		line-height: 1.6;
    /*margin-bottom:8px;*/
		margin-bottom: 0.5em;
  }

  .ttl01 {
		background-color: #888888;
		padding: 3px;
		margin: 0 auto;
  }
  .ttl01 span {
		color: #000000;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		background-color: #ffffff;
		display: block;
		text-align: left;
		border-top: #eb5505 solid 2px;
		padding: 8px;
  }
  .ttl01 span .ttl01Icn {
		width: 25px;
		margin-right: 10px;
		vertical-align: top;
  }

  .ttl02 {
		background-color: #888888;
		border-top: 4px solid #e95402;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 1.7rem;
		font-weight: bold;
		margin: 10px auto 8px auto;
		padding: 10px 3%;
		text-align: center;
  }

  .ttl03 {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: #333333;
		font-size: 1.7rem;
		font-weight: bold;
		margin: 10px auto;
		padding: 10px 3%;
		text-align: center;
		width: 96%;
  }

  .ttl04 {
		background-color: #ffffff;
		border-bottom: 1px solid #cccccc;
		box-shadow: 0 1px rgba(230, 230, 230, 0.75);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: #333333;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.2;
		margin: 10px auto;
		padding: 10px 0 8px;
		width: 96%;
  }

  .ttl05 {
		width: 96%;
    /*font-size:1.5rem;*/
		font-size: 1.7rem;
		line-height: 1.8rem;
		color: #333333;
		margin: 10px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
  }

  .ttl06 {
		width: 96%;
    /*font-size:1.5rem;*/
		font-size: 1.7rem;
		line-height: 1.8rem;
		background-color: #ffdecc;
		margin: 0 auto 8px;
		padding: 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
  }

  .lstUl {
		width: 96%;
		margin: 0 auto;
  }

  .lstUl li {
		background-image: url("../img/icn_lstUl.gif");
		background-position: 2% 15px;
		background-repeat: no-repeat;
		padding-top: 7px;
		padding-left: 5%;
		padding-bottom: 7px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.8rem;
  }

  .lstOl {
		overflow: hidden;
		padding-left: 3%;
		padding-right: 3%;
  }

  .lstOl li {
		padding-top: 7px;
		padding-bottom: 7px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.8rem;
  }

  .lstOl li span {
		color: #e35724;
		display: block;
		float: left;
		width: 25px;
  }

  .lstTtl {
		padding-left: 3%;
		padding-right: 3%;
  }

  .lstTtl li {
		padding-top: 7px;
		padding-bottom: 7px;
		border-bottom: 1px solid #cccccc;
		line-height: 1.8rem;
  }

  .lstTtl li dl dt {
		margin-bottom: 5px;
  }

  .lstTtl li dl dt span {
		color: #e35724;
		display: inline-block;
		width: 25px;
  }

  .lstTtl li dl dd {
    /*padding-left:25px;*/
  }

  .lstDl {
		display: table;
		border-bottom: 1px solid #cccccc;
		padding: 7px 0;
		width: 96%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .lstDl dt {
		width: 20%;
		display: table-cell;
  }

  .lstDl dd {
		width: 80%;
		display: table-cell;
		line-height: 1.8rem;
  }

  .pickup {
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px;
		margin: 0 3%;
  }

  .pickup dt {
		font-weight: bold;
		margin-bottom: 7px;
		line-height: 1.4;
  }

  .pickup dd {
		line-height: 1.6;
  }

  .attention {
		border: 1px solid #eb5606;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px;
		margin: 0 3%;
  }

  .attention dt {
		color: #eb5606;
		font-weight: bold;
		margin-bottom: 0px;
		background-image: url("../img/icn_attention_02.png");
		background-position: 0 top;
		background-size: 22px;
		background-repeat: no-repeat;
		padding-left: 30px;
		height: 22px;
		padding-top: 8px;
  }

  .attention dd {
		line-height: 1.8rem;
		background-image: url("../img/icn_attention_03.png");
		background-position: 0 top;
		background-repeat: no-repeat;
		padding-left: 25px;
  }

  .supplementary {
		background-color: #ededed;
		padding: 7px;
		margin: 0 3%;
  }

  .supplementary dt {
		font-weight: bold;
		margin-bottom: 7px;
		background-repeat: no-repeat;
  }

  .supplementary dd {
		line-height: 1.8rem;
		background-image: url("../img/icn_attention_03.png");
		background-position: 0 top;
		background-repeat: no-repeat;
		padding-left: 25px;
  }

  .twoColumn {
		background-color: #ededed;
		border-top: 1px solid #cccccc;
		overflow: hidden;
		padding-bottom: 5px;
		padding-left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .twoColumn li {
		width: 50%;
		float: left;
		border-right: 5px solid #ededed;
		border-top: 5px solid #ededed;
		border-bottom: 1px solid #cccccc;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		line-height: 1.8rem;
  }

  .twoColumn li a {
		cursor: pointer;
		display: block;
  }

  .twoColumn li dl dt {
		text-align: center;
		background-repeat: no-repeat;
		color: #eb5606;
		font-size: 1.6rem;
		margin: 15px 0 25px;
  }

  .twoColumn li dl dd {
		color: #333333;
  }

  .twoColumn li a:hover dl dd {
		text-decoration: underline;
  }

  .threeColumn {
		background-color: #ededed;
		border-top: 1px solid #cccccc;
		overflow: hidden;
		padding-bottom: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .threeColumn li {
		width: 100%;
		border-top: 5px solid #ededed;
		border-bottom: 1px solid #cccccc;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px 3%;
		line-height: 1.8rem;
  }

  .threeColumn li a {
		cursor: pointer;
		display: block;
  }

  .threeColumn li dl dt {
		text-align: left;
		background-repeat: no-repeat;
		color: #eb5606;
		font-size: 1.6rem;
		margin: 8px 0;
  }

  .threeColumn li dl dt span.threeColumnLogo img {
		width: 60px;
  }

  .threeColumn li dl dt span.threeColumnTtl img {
		width: 11px;
		padding-right: 5px;
  }

  .threeColumn li dl dt {
		display: table;
  }

  .threeColumn li dl dt span.threeColumnLogo {
		display: table-cell;
  }

  .threeColumn li dl dt span.threeColumnTtl {
		display: table-cell;
		padding-left: 10px;
		vertical-align: middle;
  }

  .threeColumn li dl dd {
		color: #333333;
  }

  .threeColumn li a:hover dl dd {
		text-decoration: underline;
  }

  /*=================================
  .linkBtnS-M-L
  =================================*/
  .linkBtnS {
		width: 50%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
    /*background-image:url('../img/icn_arrow_02.gif');*/
    /*background-position:10px 50%;*/
    /*background-repeat:no-repeat;*/
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		text-align: center;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		margin-left: 2%;
  }

  .linkBtnS a {
		display: block;
		padding: 10px;
		color: #ffffff;
  }

  .linkBtnS:hover a {
		text-decoration: underline;
  }

  .linkBtnM {
		width: 75%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
    /*background-image:url('../img/icn_arrow_02.gif');*/
    /*background-position:10px 50%;*/
    /*background-repeat:no-repeat;*/
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		text-align: center;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		margin-left: 2%;
  }

  .linkBtnM a {
		display: block;
		padding: 10px;
		color: #ffffff;
  }

  .linkBtnS:hover a {
		text-decoration: underline;
  }

  .linkBtnL {
		width: 96%;
		margin: 0 auto;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
    /*background-image:url('../img/icn_arrow_02.gif');*/
    /*background-position:10px 50%;*/
    /*background-repeat:no-repeat;*/
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
  }

  .linkBtnL a {
		display: block;
		padding: 10px;
		color: #ffffff;
  }

  .linkBtnS:hover a {
		text-decoration: underline;
  }

  .linkBtnM:hover a {
		text-decoration: underline;
  }

  .linkBtnL:hover a {
		text-decoration: underline;
  }

  .linkBtnS:hover {
		opacity: 0.75;
  }

  .linkBtnM:hover {
		opacity: 0.75;
  }

  .linkBtnL:hover {
		opacity: 0.75;
  }



  /*=================================
  .linkOutBtnS-M-L
  =================================*/
  .linkOutBtnS {
		width: 50%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
		background-image: url("../img/icn_linkout.png");
		background-size: 15px auto;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		margin-left: 2%;
  }

  .linkOutBtnS a {
		display: block;
		padding: 10px;
		color: #ffffff;
  }

  .linkOutBtnS:hover a {
		text-decoration: underline;
  }

  .linkOutBtnM {
		width: 75%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
		background-image: url("../img/icn_linkout.png");
		background-size: 15px auto;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		margin-left: 2%;
  }

  .linkOutBtnM a {
		display: block;
		padding: 10px;
		color: #ffffff;
  }

  .linkOutBtnS:hover a {
		text-decoration: underline;
  }

  .linkOutBtnL {
		width: 96%;
		margin: 0 auto;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #eb5505;
		background-image: url("../img/icn_linkout.png");
		background-size: 15px auto;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
  }

  .linkOutBtnL a {
		display: block;
		padding: 10px 10px 10px 30px;
		color: #ffffff;
  }

  .linkOutBtnS:hover a {
		text-decoration: underline;
  }

  .linkOutBtnM:hover a {
		text-decoration: underline;
  }

  .linkOutBtnL:hover a {
		text-decoration: underline;
  }

  .linkOutBtnS:hover {
		opacity: 0.75;
  }

  .linkOutBtnM:hover {
		opacity: 0.75;
  }

  .linkOutBtnL:hover {
		opacity: 0.75;
  }

  /*=================================
  .linkLoginBtnS-M-L
  =================================*/
  .linkLoginBtnS {
		width: 50%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #fff;
		background-image: url("../img/icn_login_02.png");
		background-size: 15px auto;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		margin-left: 2%;
		border: 1px solid #ccc;
  }
  .linkLoginBtnS a {
		display: block;
		padding: 10px;
		color: #333;
  }
  .linkLoginBtnS:hover {
		background-color: #eb5505;
  }
  .linkLoginBtnS:hover a {
		color: #fff;
		text-decoration: underline;
  }

  .linkLoginBtnM {
		width: 75%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #fff;
		background-image: url("../img/icn_login_02.png");
		background-size: 15px auto;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin: 10px auto;
		line-height: 1.8rem;
		border: 1px solid #ccc;
  }
  .linkLoginBtnM a {
		display: block;
		padding: 10px;
		color: #333;
  }
  .linkLoginBtnM:hover {
		background-color: #eb5505;
  }
  .linkLoginBtnM:hover a {
		color: #fff;
		text-decoration: underline;
  }
  /* 201802追加 */
  .linkLoginBtnM_2line {
        width: 75%;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #fff;
        background-image: url("../img/icn_login_02.png");
        background-size: 20px auto;
        background-position: 10px 50%;
        background-repeat: no-repeat;
        text-align: center;
        -webkit-box-shadow: 0 1px #ccc;
        -moz-box-shadow: 0 1px #ccc;
        box-shadow: 0 1px #ccc;
        display: block;
        margin: 10px auto;
        line-height: 1.8rem;
        border: 1px solid #ccc;
  }
  .linkLoginBtnM_2line a {
        display: block;
        padding: 10px;
        color: #333;
        font-size: 1.5rem;
  }
  .linkLoginBtnM_2line a span {
        font-size: 1.2rem;
  }
  .linkLoginBtnM_2line:hover {
        background-color: #eb5505;
  }
  .linkLoginBtnM_2line:hover a {
        color: #fff;
        text-decoration: underline;
  }
  /* 201802追加end */
  .linkLoginBtnL {
		width: 96%;
		margin: 0 auto;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background-color: #fff;
		background-image: url("../img/icn_login_02.png");
		background-size: 15px auto;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		text-align: center;
		-webkit-box-shadow: 0 1px #ccc;
		-moz-box-shadow: 0 1px #ccc;
		box-shadow: 0 1px #ccc;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.8rem;
		border: 1px solid #ccc;
  }
  .linkLoginBtnL a {
		display: block;
		padding: 10px;
		color: #333;
  }
  .linkLoginBtnL:hover {
		background-color: #eb5505;
  }
  .linkLoginBtnL:hover a {
		color: #fff;
		text-decoration: underline;
  }

  .illMain {
		margin: 8px 3%;
  }

  /*=================================
  #sidebar
  =================================*/
  .sidebar {
		width: 100%;
		background-color: #ededed;
		margin-top: 20px;
		border-top: 1px solid #cccccc;
		overflow: hidden;
  }
  .sidebar h2 {
		font-size: 1.5rem;
		text-align: center;
		font-weight: normal;
		padding: 20px 0;
		line-height: 1.9rem;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt {
		display: table;
		width: 100%;
		background-color: #f5f5f5;
		cursor: pointer;
		border-bottom: 1px solid #cccccc;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt > span {
		display: table-cell;
		vertical-align: middle;
		padding: 13px 0;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt > span:first-child {
		font-weight: bold;
		font-size: 1.3rem;
		color: #333;
		padding-left: 8px;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt > span:last-child {
		width: 12px;
		padding-right: 8px;
		text-align: right;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt > span span {
		display: inline-block;
		font-size: 1.5rem;
		color: #333;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dt.open > span span {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd {
		display: none;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li {
		background-color: #ffffff;
		border-bottom: 1px solid #cccccc;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li a {
		padding: 15px 20px 15px 8px;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
  }
  .sidebar .sidebarMenuWrap .sidebarMenu dl dd ul li a:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 8px;
		width: 6px;
		height: 9px;
		margin-top: -4px;
		background-image: url("/common/img/icn_arrow_01.png");
		background-repeat: no-repeat;
		background-size: 6px 9px;
  }
  .sidebar #sidebarEntry2 a {
		padding: 8px 0;
		margin: 0 auto 20px;
		width: 100%;
		border-bottom: #cccccc solid 2px;
		display: inline-block;
		position: relative;
		background-color: #fff;
  }
  .sidebar #sidebarEntry2 a:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 8px;
		width: 6px;
		height: 9px;
		margin-top: -4px;
		background-image: url("/common/img/icn_arrow_01.png");
		background-repeat: no-repeat;
		background-size: 6px 9px;
  }
  .sidebar #sidebarEntry img {
		width: 100%;
		margin: 20px auto 4px;
		width: 94%;
		padding-right: 3%;
		padding-left: 3%;
  }
  .sidebar #sidebarLogin {
		width: 96%;
		margin: 10px auto 15px;
  }
  .sidebar #sidebarLogin a {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		margin: auto;
		background-image: url("../img/icn_login_02.png");
		background-position: 10px 50%;
		background-repeat: no-repeat;
  }

 /*=================================
.contentsIndex コンテンツ目次
=================================*/
  .contentsIndex .twoColumn {
		background-color: #ededed;
		border-top: none;
		overflow: hidden;
		padding-bottom: 5px;
		padding-left: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  .contentsIndex .twoColumn li {
		width: 100%;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #cccccc;
		background-color: #ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		line-height: 1.8rem;
		float: none;
  }

  .contentsIndex .twoColumn li a {
		cursor: pointer;
		display: block;
  }

  .contentsIndex .twoColumn li dl {
		overflow: hidden;
  }

  .contentsIndex .twoColumn li dl dt.icn {
		width: 25%;
		float: left;
		margin: 7px 0px 7px;
  }

  .contentsIndex .twoColumn li dl dt.ttl {
		text-align: left;
		margin: 7px 0px 7px;
  }

  .contentsIndex .twoColumn li dl dd {
		color: #333333;
  }

  .contentsIndex .twoColumn li a:hover dl dd {
		text-decoration: underline;
  }

  .contentsIndex .twoColumn li dl dt.icn img {
		width: 100%;
  }

  /*=================================
  #spHeader
  =================================*/
  #spHeader {
		border-bottom: 1px solid #cccccc;
		padding: 0 3%;
		overflow: hidden;
  }

  #spHeader #spLogo {
		width: 40%;
		float: left;
  }

  #spHeader #spLogo img {
		width: 100%;
  }

  #spHeader ul {
		float: right;
		width: 60%;
		text-align: right;
  }

  #spHeader ul li {
		display: inline-block;
		width: 25%;
  }

  #spHeader ul li img {
		width: 100%;
  }

  .spBreakWord {
		display: block;
  }

  .spClear {
		overflow: hidden;
  }

  .pcOnly {
		display: none;
  }

  .contents {
		width: 100%;
		max-width: 640px;
		margin: auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }

  #copyright {
		color: #ffffff;
		padding: 8px 3%;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.6;
  }

/*201711*/
/*
  .spHeader02 {
        padding: 0 1.25% 0 3% !important;
  }
  #spHeader ul li#btn_spHeaderEntry02 {
        display: inline-block;
        width: 56.95%;
        margin-top: 7px;
  }

  #spHeader ul li#btn_spHeaderLogin02 {
        display: inline-block;
        width: 34.72%;
        margin-top: 7px;
  }
*/
/*201711*/

/*201802追加*/
  #spHeader.spHeader02 {
        padding: 0 1.5625%;
  }
  #spHeader.spHeader02 a {
        display: block;
  }
  #spHeader.spHeader02 img {
        vertical-align: bottom;
  }
  #spHeader.spHeader02 #spLogo {
        width: 29%;
        float: left;
        margin: 2.275% 0 3.2%;
  }
  #spHeader.spHeader02 ul {
        width: 71%;
        float: left;
        text-align: right;
        margin: 2.275% 0 1.365%;
  }
  #spHeader.spHeader02 ul li#btn_spHeaderEntry02 {
        width: 61.4%;
        margin-top: 0;
  }
  #spHeader.spHeader02 ul li#btn_spHeaderLogin02 {
        width: 28.4%;
        margin-top: 0;
  }
/*201802追加end*/

  /*=================================
  SP#spGnav
  =================================*/
  #spMenuWrap {
		padding-bottom: 4px;
  }
  #spMenuWrap #spGnav {
		-webkit-box-shadow: 0 4px 2px rgba(94, 94, 94, 0.2);
		-moz-box-shadow: 0 4px 2px rgba(94, 94, 94, 0.2);
		box-shadow: 0 4px 2px rgba(94, 94, 94, 0.2);
  }
  #spMenuWrap #spGnav ul.spContents {
		overflow: hidden;
		list-style: none;
  }
  #spMenuWrap #spGnav ul.spContents li {
		width: 25%;
		float: left;
  }
  #spMenuWrap #spGnav ul.spContents li img {
		width: 100%;
		vertical-align: bottom;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu {
		display: none;
		background-color: #eee;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt {
		border-bottom: 1px solid #ccc;
		position: relative;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a {
		display: block;
		font-size: 1.4rem;
		padding: 12px 20px 12px 8px;
		color: #12c;
		font-weight: bold;
  }

  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a:visited {
  	color: #531d76;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a div {
		display: table;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a div span {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a div span.spSubNavIcn {
		width: 24px;
		padding-right: 8px;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a div span.spSubNavIcn img {
		width: 100%;
		vertical-align: middle;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a div span.icnAroowWrap {
		padding-left: 10px;
		height: 9px;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dt a div span.icnAroowWrap .icnArrow02 {
		width: 6px;
		padding-right: 0;
		vertical-align: baseline;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul {
		list-style: none;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul {
		display: table;
		list-style: none;
		table-layout: fixed;
		width: 100%;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		border-bottom: 1px solid #ccc;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li a {
		display: block;
		padding: 8px 20px 8px 8px;
		position: relative;
		height: 26px;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li a:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 7px;
		margin-top: -5px;
		width: 6px;
		height: 10px;
		background-image: url("/common/img/icn_arrow_01.png");
		background-repeat: no-repeat;
		background-size: 6px 10px;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li a div {
		display: table;
		width: 100%;
		height: 100%;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li a div > span {
		display: table-cell;
		vertical-align: middle;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li a div > span > span {
		width: 100%;
		overflow: hidden;
		font-size: 1.1rem;
		line-height: 1.2;
		text-overflow: clip;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-wrap: break-word;
		word-break: break-all;
		max-height: 26px;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu dl dd ul li ul li:first-child {
		border-right: 1px solid #ccc;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu .spSubMenuBtnClose a {
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 1.1rem;
		padding: 14px 0;
  }
  #spMenuWrap #spGnav #spSubMenuWrap .spSubMenu .spSubMenuBtnClose a i {
		color: #12c;
		font-size: 1.5rem;
		margin-left: 13px;
		vertical-align: middle;
  }

  /*=================================
  SP.btn
  =================================*/
  a.btn {
		padding: 12px 40px;
		-webkit-border-radius: 120px;
		-moz-border-radius: 120px;
		border-radius: 120px;
		background-color: #fff;
		-webkit-box-shadow: 0 2px #ccc;
		-moz-box-shadow: 0 2px #ccc;
		box-shadow: 0 2px #ccc;
		display: inline-block;
		vertical-align: middle;
  }

  a.btn:hover {
		background-color: #eb5505;
  }

  a.btn {
		color: #eb5505;
		font-size: 1.5rem;
		text-decoration: none;
  }

  .sidebar a.btn span {
		font-size: 1.2rem;
  }

  a.btn:hover {
		color: #ffffff;
  }

  .attention {
		vertical-align: middle;
  }
  /*=================================
  .pdfTxt
  =================================*/

  p.pdfTxt {
  	padding-left: 3%;
  }

  /*=================================
  .icnArrow
  =================================*/
  img.icnArrow01,
  img.icnArrow02 {
		margin-right: 5px;
		vertical-align: middle;
  }

  .icnWindow {
		margin-right: 11px;
  }
  .icnWindow i {
		color: #333;
		font-size: 1.3rem;
		text-decoration: none;
  }

  #slider3Img {
		width: 90%;
		margin: auto;
  }

  #footerBnr {
		background-color: #ededed;
  }
  #footerBnr #footerBnrSliderImg {
		width: 95%;
		margin: 0 auto;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper {
		padding-bottom: 0;
		margin: 0 auto 4px;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-viewport {
		overflow: visible !important;
		width: 960px;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-pager {
		bottom: -26px;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
		width: 23px;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #aaa;
		padding: 0;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
		background-color: #eb5505;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction {
		text-align: center;
		overflow: hidden;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a {
		display: inline-block;
		background-image: none;
		width: 30px;
		height: 30px;
		position: relative;
		text-decoration: none;
		background-color: #c1c1c1;
		margin: 0;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -3px;
		margin-top: -5px;
		background-repeat: no-repeat;
		width: 6px;
		height: 10px;
		background-size: 6px 10px;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
		left: 0;
		float: left;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:after {
		background-image: url("../../common/img/icn_arrow_01_left.png");
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
		right: 0;
		float: right;
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
		background-image: url("../../common/img/icn_arrow_01.png");
  }
  #footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction .bx-controls-middle-item {
		display: inline-block;
		margin: 0 10px;
  }

  #footer img.icnArrow01 {
		display: none;
  }
  #footer #spFooterMenu ul {
		width: 100%;
		overflow: hidden;
		text-align: center;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		display: table;
  }
  #footer #spFooterMenu ul li {
		display: table-cell;
		width: 50%;
		border-left: 1px solid #ededed;
		border-right: 1px solid #ededed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
  }
  #footer #spFooterMenu ul li a {
		display: block;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
		text-align: left;
		font-size: 1.1rem;
  }
  #footer #spFooterMenu ul li a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		width: 5px;
		height: 8px;
		margin-top: -4px;
		background-image: url("/common/img/icn_arrow_02.png");
		background-repeat: no-repeat;
		background-size: 5px 8px;
  }
  #footer #spFooterMenu ul:last-child li a {
		text-align: center;
  }
  #footer #spFooterMenu ul:last-child li a:after {
		display: none;
  }
  #footer #spFooterMenu ul:last-child li a img {
		width: 30%;
  }

  .table01 {
		width: 96%;
		margin: auto;
  }

  .table01 tr th,
  .table01 tr td {
		border-collapse: collapse;
		border: 1px solid #cccccc;
		font-weight: normal;
		text-align: center;
		padding: 8px;
		line-height: 1.8rem;
		vertical-align: middle;
  }

  .table01 tr th {
		background-color: #fff4ee;
  }

  .table01 tr td:first-child {
		background-color: #ededed;
  }

  .table02 {
		width: 96%;
		margin: auto;
  }

  .table02 tr th,
  .table02 tr td {
		border-collapse: collapse;
		border: 1px solid #cccccc;
		font-weight: normal;
		text-align: center;
		padding: 15px;
		line-height: 1.8rem;
  }

  .table02 tr th {
		background-color: #fff4ee;
  }

  .table01 .txtLeft tr th,
  .table01 .txtLeft tr td,
  .table02 .txtLeft tr th,
  .table02 .txtLeft tr td {
		text-align: left !important;
  }

  .table01 .txtLeft tr th,
  .table01 .txtLeft tr td,
  .table02 .txtRight tr th,
  .table02 .txtRight tr td {
		text-align: right !important;
  }

  /*=================================
  SP.aboutJFSA
  =================================*/
  .aboutJFSA dt img {
		width: 200px;
		margin: 0 auto;
  }

  .aboutJFSA .aboutJFSA_box {
		margin: 0 3%;
		text-align: center;
  }

  .breadcrumbs ul {
		width: 100%;
		margin: auto;
		overflow: hidden;
		padding: 4px 2.5% 8px 2.5%;
		background-color: #ededed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
  }
  .breadcrumbs ul li {
		float: left;
		line-height: 1.4;
		font-size: 1.0rem;
  }
  .breadcrumbs ul li a {
		font-size: 1.0rem;
  }
  .breadcrumbs li:last-child a {
    color: #000;
  }

  /*=================================
  ページ下部ｈ1
  =================================*/
  .bottomHeaderArea {
        max-width: 100%;
        background-color: #ededed;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
        padding: 10px;
        line-height: 1.3em;
  }

  .bottomHeaderArea .bottomHeader {
        max-width: 640px;
        margin: 0 auto;
  }
}
/*SP_end*/
/*============================================================
Tablet
============================================================*/
@media screen and (max-width: 1024px) {
  .tbClear {
		overflow: hidden;
  }
}

/*============================================================
PC FOOTER 201701
============================================================*/
@media screen and (min-width: 641px) {
  #footer div.pcOnly div,
  #footer div.pcOnly p {
		display: table-cell;
  }
  #footer div.pcOnly div {
  		padding-left: 8px;
  		padding-top: 12px;
  		vertical-align: top;
  }

  #footer div.pcOnly div ul {
  		display: inline-block;
  }


  #footer #pmark img {
		width: 75px;
  }

  #footer #groupLogo img {
		width: 120px;
  }
}
/*============================================================
SP FOOTER 201701
============================================================*/
@media screen and (max-width: 640px) {
	#spFooterMenu ul li a span {
		display: inline-block;
		padding-right: 1.5rem;
		line-height: 1.5;
	}
}

/*============================================================
footer-banner, footer-nav, footer 201801
============================================================*/
@media screen and (min-width: 641px) {
    .fnav {
        background-color: #f3f3f3;
    }
    .fnav .icon-plus {
        display: none;
    }
    .fnav_inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fnav_logo {
        margin-bottom: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 1.8rem;
    }
    .fnav_logo a {
        color: #666;
        font-weight: bold;
    }
    .fnav_logo > img {
        margin-right: 20px;
        border: 15px solid #fff;
        border-top-width: 0;
        border-bottom-width: 0;
        width: auto;
        height: 70px;
        vertical-align: bottom;
    }
    .fnav_list {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .fnav_list a {
        color: #888;
        line-height: normal;
    }
    .fnav_item {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 15px;
        width: 33.333333333%;
    }
    .fnav_item:nth-child(n+5) {
        margin-top: 40px;
    }
    .fnav_itemHd {
        font-size: 1.8rem;
        font-weight: bold;
    }
    .fnav_itemHd a {
        color: #666;
    }
    .fnav_itemHd .icnArrow02 {
        margin-bottom: 3px;
    }
    .fnav_itemList {
        margin-top: 15px;
        display: block !important;
    }
    .fnav_itemList li:not(:first-child) {
        margin-top: 10px;
    }
    .footer {
        background-color: #fff;
    }
    .footer_inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer_logos {
        margin-top: 20px;
        text-align: center;
        position: relative;
    }
    .footer_logos p {
        display: inline-block;
    }
    .footer_pmark {
        position: absolute;
        left: 0;
        top: -16px;
    }
    .footer_pmark img {
        width: auto;
        height: 60px;
    }
    .footer_kddi, .footer_kfs {
        margin: 0 10px;
    }
    .footer_kddi img, .footer_kfs img {
        width: auto;
        height: 44px;
    }
    .footer_list {
        margin-top: 5px;
        text-align: center;
    }
    .footer_list a {
        color: #888;
        line-height: normal;
    }
    .footer_list li {
        display: inline-block;
    }
    .footer_list li:not(:first-child)::before {
        margin: 0 7px;
        content: "|";
        color: #ccc;
    }
    .footer_copyright {
        margin-top: 20px;
        font-size: 1rem;
        text-align: center;
        color: #b2b2b2;
    }
}

@media screen and (max-width: 640px) {
    #footerBnr.footerBnr {
        margin-top: 30px;
        background-color: transparent;
    }
    #footerBnr.footerBnr #footerBnrSliderImg {
        width: auto;
        margin: 0 15px;
        padding-top: 0;
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper {
        margin: 0 auto;
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper .bx-viewport {
        background-color: transparent;
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-pager {
        bottom: -18px;
        background-color: transparent;
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
        width: 22px;
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #999;
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:after {
		background-image: url("../../common/img/icn_arrow_01w_left.png");
    }
    #footerBnr.footerBnr #footerBnrSliderImg .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
		background-image: url("../../common/img/icn_arrow_01w.png");
    }
    .fnav a, .footer_list a {
        padding: 12px 15px;
        display: block;
        color: #333;
        line-height: normal;
        position: relative;
    }
    .fnav_arrow::after, .footer_arrow::after {
        margin-top: -4px;
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 8px;
        width: 6px;
        height: 9px;
        background: url(/common/img/icn_arrow_01.png) no-repeat;
        background-size: 6px 9px;
    }
    .fnav br, .fnav .icnArrow02, .fnav_logo {
        display: none;
    }
    .fnav {
        margin-top: 15px;
    }
    .fnav .icon-plus {
        margin-top: -7px;
        position: absolute;
        top: 50%;
        right: 4px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .fnav_item {
        margin: 1px 0;
    }
    .fnav_itemHd {
        -webkit-box-shadow: 0 0 0 1px #ccc;
                box-shadow: 0 0 0 1px #ccc;
    }
    .fnav_itemHd a {
        font-weight: bold;
        background-color: #f3f3f3;
    }
    .fnav_itemHd a:hover {
        text-decoration: none;
    }
    .fnav_itemList {
        display: none;
    }
    .fnav_itemList li:not(:first-child)::before {
        margin-left: 15px;
        content: "";
        display: block;
        width: calc(100% - 30px);
        border-top: 1px dotted #ccc;
    }
    .fnav_itemHd-open .icon-plus {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .footer_list {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        font-size: 1.2rem;
    }
    .footer_list li {
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%;
        border-bottom: 1px solid #ccc;
    }
    .footer_list li:nth-child(odd) {
        border-right: 1px solid #ccc;
    }
    .footer_list li:last-child, .footer_list li:nth-last-child(2):nth-child(odd) {
        border-bottom-width: 0;
    }
    .footer_logos {
        margin: 20px 0 25px;
        text-align: center;
        position: relative;
    }
    .footer_logos p {
        display: inline-block;
    }
    .footer_pmark {
        position: absolute;
        left: 13px;
        top: -9px;
    }
    .footer_pmark img {
        width: auto;
        height: 40px;
    }
    .footer_kddi, .footer_kfs {
        margin: 0 5px;
    }
    .footer_kddi img, .footer_kfs img {
        width: auto;
        height: 22px;
    }
    .footer_copyright {
        padding: 0 10px 10px;
        font-size: 0.8rem;
        text-align: center;
        color: #b2b2b2;
    }
}

/*============================================================
back to top
============================================================*/
@media screen and (min-width: 641px) {
    .backToTop {
        margin-top: 30px;
        line-height: normal;
        text-align: right;
    }
    .backToTop .icnArrow02 {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .backToTop p {
        padding: 10px 10px 10px 20px;
        background-color: #f3f3f3;
        display: inline-block;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .backToTop a {
        margin-right: 10px;
        color: #333;
    }
    .tagline {
        margin: 35px 0 0;
        padding: 7px;
        background-color: #f3f3f3;
        line-height: normal;
    }
    .tagline + #footerBnr {
      margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .backToTop {
        margin: 20px 0;
        padding: 20px 10px 0;
        line-height: normal;
        width: auto;
        font-size: 1.2rem;
        border-top: 1px solid #ccc;
    }
    .backToTop .icnArrow02 {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .backToTop p {
        position: relative;
        background-color: #ededed;
        border-radius: 6px;
    }
    .backToTop a {
        padding: 10px 25px 10px 15px;
        color: #333;
        display: block;
    }
    .tagline {
        margin: 30px 0 0;
        padding: 7px 15px;
        background-color: #f3f3f3;
        line-height: normal;
    }
}

/*============================================================
footer 20200609
============================================================*/
.footer_kfs img {
  height: auto;
}

.footer_logosInner {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.footer_logosInner .footer_kddi,
.footer_logosInner .footer_kfs {
  display: table-cell;
  vertical-align: top;
}

@media screen and (min-width: 641px) {
  .footer_kfs {
    width: 218px;
  }

  .footer_logosInner .footer_kfs {
    padding-top: 5px;
  }

  .footer_logosInner .footer_kfs {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .footer_logosInner {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_logosInner .footer_kddi,
  .footer_logosInner .footer_kfs {
    display: table-cell;
    vertical-align: top;
  }

  .footer_logosInner .footer_kfs {
    padding-left: 10px;
  }

  .footer_kfs {
    width: 100px;
    padding-top: 4px;
  }

  .footer_kfs img {
    vertical-align: top;
  }
}
