@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	画像切り替え
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
img.sp {
	display: none !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ぱんくず
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#breadcrumb {
	background-color: #f8f6f4;
    padding: 5px 0;
}
#breadcrumb ul {
	width: 1200px;
	margin: 0 auto;
}
#breadcrumb ul li {
	float: left;
}
#breadcrumb ul li:not(:last-child):after {
	content: ">";
    padding: 0 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ページタイトル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .pagetitle {
	border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
}
#maincontents .pagetitle h2 {
	font-size: 200%;
    margin: 0 auto;
    width: 1200px;
}
#maincontents .pagetitle h2 span {
	color: #000;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
#maincontents .pagetitle h2 span:after {
	background-color: #e5e5e5;
    border: 0 none;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 760px) {
    #maincontents .pagetitle h2 {
        font-size: 180%;
    }
    #maincontents .pagetitle h2 span {
        padding-bottom:0.3%;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	年号
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .year h3 {
	background-image: url("/common/img/common/dot_logo.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 160%;
    line-height: 1.4em;
	margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}
#maincontents .inner .year h3:before {
	content: "";
    background:url("/common/img/common/icon_logo.png") no-repeat left center;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
    height: 29px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	セレクト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents select {
	background-image: url("/common/img/common/btn_select.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #E5E5E5;
    font-size: 105%;
    /*height: 36px;*/
    padding: 5px 80px 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#maincontents select::-ms-expand {
	display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	pdf
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pdf a:after,
a.pdf::after{
	content: url("/common/img/common/icon_pdf.png");
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	EXCELファイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.xls a:after {
	content: url("/common/img/common/icon_xls.png");
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.xlsx a:after {
	content: url("/common/img/common/icon_xlsx.png");
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	他ページへリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner ul.otherlink {
	letter-spacing: -.40em;
	margin-top: 12px;
    text-align: right;
}
#maincontents .inner ul.otherlink li {
	border-right: 1px solid #e5e5e5;
	color: #d6ccc2;
	display: inline-block;
    letter-spacing: normal;
	padding-right: 15px;
	margin-right: 15px;
}
#maincontents .inner ul.otherlink li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    sp用プルダウンリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .sp_pulldown_link{
    display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	各社リスト/ページ内リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner ul.companylist{
	line-height: 1em;
	letter-spacing: -.4em;
}
#maincontents .inner ul.companylist * {
	box-sizing:border-box;
}
#maincontents .inner ul.companylist > li{
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	font-feature-settings : "palt";
	font-size: 100%;
	width: 19.9%;
	border-right: #ccc 0.5px solid;
	margin-bottom: 15px;
}
#maincontents .inner ul.companylist > li:first-child,
#maincontents .inner ul.companylist > li:nth-of-type(6){
	border-left: #ccc 0.5px solid;
}

#maincontents .inner ul.companylist a{
  padding: 0.5em 0;
	display: block;
	width: 100%;
  position: relative;
  text-decoration: none;
		color:rgba(51,51,51,0.5);
}
#maincontents .inner ul.companylist li.current a{
	font-weight: bold;
	color: rgba(51,51,51,1.0);
}
#maincontents .inner ul.companylist a:hover{
	color: #333;
}

#maincontents .inner ul.companylist a::before,
#maincontents .inner ul.companylist a::after{
	position: absolute;

  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#maincontents .inner ul.companylist a::before{
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #000;
}
#maincontents .inner ul.companylist a::after{
	position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  /*left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #333;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;*/
}
#maincontents .inner ul.companylist a:hover::before{
	opacity: 1;
	/*width: 100%;*/
}
#maincontents .inner ul.companylist a:hover::after{
	/*max-width: 100%;*/
	transform: scale(1, 1);
}
/*#maincontents .inner ul.companylist,*/
#maincontents .inner ul.pagelinks {
	letter-spacing: -.40em;
    padding-bottom: 28px;
	position: relative;
    text-align: center;
}
/*#maincontents .inner ul.companylist li,*/
#maincontents .inner ul.pagelinks li {
    display: inline-block;
    font-size: 95%;
	font-feature-settings : "palt";
    letter-spacing: normal;
	position: relative;
	margin: 0 10px;
}
/*#maincontents .inner ul.companylist li:last-child,*/
#maincontents .inner ul.pagelinks li:last-child {
	margin-right: 0;
}
/*#maincontents .inner ul.companylist li:after,*/
#maincontents .inner ul.pagelinks li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: #e5e5e5;
	margin-left: 20px;
	vertical-align: middle;
}
/*#maincontents .inner ul.companylist li:last-child:after,*/
#maincontents .inner ul.pagelinks li:last-child:after {
	content: none;
	margin-left: 0;
}
/*#maincontents .inner ul.companylist li:last-child,*/
#maincontents .inner ul.pagelinks li:last-child {
}
/*#maincontents .inner ul.companylist span,*/
#maincontents .inner ul.pagelinks span {
	background-color: #000;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 130px;
}

/*#maincontents .inner ul.companylist li a:hover,*/
#maincontents .inner ul.pagelinks li a:hover{
    text-decoration: none;
    color: #333;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	お知らせリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .noticelist {
	padding-top: 45px;
}
#maincontents .inner .noticelist p.lead {
	font-size: 110%;
    margin-bottom: 10px;
}
#maincontents .inner .noticelist .select {
}
#maincontents .inner .noticelist .select select {
}
#maincontents .inner .noticelist .year {
	margin-top: 50px;
}
#maincontents .inner .noticelist .year dl {
	margin: 0 0 40px;
}
#maincontents .inner .noticelist .year dl dt {
	border-bottom: 1px solid #e5e5e5;
    font-size: 140%;
    margin: 40px 0 20px;
}
#maincontents .inner .noticelist .year dl dt:first-child {
    margin: 0 0 20px;
}
#maincontents .inner .noticelist .year dl dd {
    font-size: 110%;
    padding-left: 10px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#maincontents .inner .noticelist .year dl dd:last-child {
	margin-bottom: 0;
}
#maincontents .inner .noticelist .year dl dd > div {
	display: table-cell;
    vertical-align: top;
}
#maincontents .inner .noticelist .year dl dd .date {
    padding-right: 15px;
	padding-top: 3px;
    vertical-align: top;
	position: relative;
}
#maincontents .inner .noticelist .year dl dd .date:before {
    content: url("/common/img/common/dot_noticelist.png");
    display: block;
    left: -10px;
    position: absolute;
    top: 5px;
}
#maincontents .inner .noticelist .year dl dd .icon {
	line-height: 1;
    padding-right: 15px;
}

/*icon*/
#maincontents .inner .noticelist .year dl dd .icon img {
    margin-right: 2px;
    margin-top: 3px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	規約
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .contract {
	padding: 80px 0 195px;
}
#maincontents .inner .contract h3 {
	background-image: url("/common/img/common/dot_logo.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 160%;
    line-height: 1.4em;
	margin-bottom: 30px;
	margin-top: 75px;
    padding-bottom: 5px;
    position: relative;
}
#maincontents .inner .contract h3:first-child {
	margin-top: 0;
}
#maincontents .inner .contract h3:before {
	content: "";
    background:url("/common/img/common/icon_logo.png") no-repeat left center;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
    height: 29px;
}
#maincontents .inner .contract h4 {
	border-bottom: 1px solid #e5e5e5;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-bottom: 10px;
}
#maincontents .inner .contract p {
	font-size: 110%;
    line-height: 1.8em;
    margin-bottom: 1em;
}
#maincontents .inner .contract .signature {
	text-align: right;
}
#maincontents .inner .contract ol {
}
#maincontents .inner .contract ol li {
	counter-increment: cnt;
    font-size: 110%;
    line-height: 1.8em;
    list-style-position: inside;
    list-style-type: none;
    margin-left: 2.5em;
    text-indent: -2.5em;
}
#maincontents .inner .contract ol li:before {
	content: "(" counter(cnt, decimal) ") ";
    display: inline-block;
    text-align: right;
	margin-right: 0.5em;
    width: 2em;
}
#maincontents .inner .contract p.end {
	text-align: right;
}
#maincontents .inner .contract ul.revision {
}
#maincontents .inner .contract ul.revision li {
	text-align: right;
}
#maincontents .inner .contract ol.oneside{
	margin-left: 2em;
}
#maincontents .inner .contract ol.oneside li{
  counter-increment: cnt;
}
#maincontents .inner .contract ol.oneside li::before{
	content:counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}
/*タブレット*/
@media screen and (max-width: 1200px) {
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ぱんくず
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#breadcrumb ul {
    padding: 0 2%;
    width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ページタイトル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .pagetitle h2 {
    padding: 0 2%;
    width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	各社リスト/ページ内リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner ul.companylist li, 
#maincontents .inner ul.pagelinks li {
   font-size: 100%;
}
}


/*スマホ*/
@media screen and (max-width: 760px) {
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	画像切り替え
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
img.pc {
	display: none !important;
}
img.sp {
	display: block !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ぱんくず
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#breadcrumb ul {
    width: 100%;
}
#breadcrumb ul li {
    font-size:75%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ページタイトル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .pagetitle {
	padding: 5% 2% 0;
}
#maincontents .pagetitle h2 {
	width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	他ページへリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner ul.otherlink {
	padding: 0 2%;
    text-align: left;
}
#maincontents .inner ul.otherlink li {
    border-right: none;
    display: block;
    margin-right: 0;
    padding-right: 0;
}
#maincontents .inner ul.otherlink li:before {
	content: ">";
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    sp用プルダウンリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .sp_pulldown_link{
    margin-top: 20px;
    display: block;
}
#maincontents .inner .sp_pulldown_link select{
    background-image: url("/common/img/common/btn_select.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #E5E5E5;
    font-size: 105%;
    /*height: 36px;*/
    padding: 5px 80px 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
    #maincontents .inner .sp_pulldown_link select::-ms-expand {
        display: none;
    }
.sp_none{
    display: none;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	各社リスト/ページ内リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner ul.companylist > li{
	display: block;
	text-align: left;
	width:auto;
	border-right: none;
	margin-bottom: 5px;
}
#maincontents .inner ul.companylist > li:first-child, 
#maincontents .inner ul.companylist > li:nth-of-type(6){
	border-left: none;		
}
	#maincontents .inner ul.companylist a{
		display: inline-block;
		width: auto;
	}
#maincontents .inner ul.companylist, 
#maincontents .inner ul.pagelinks {
    padding-bottom: 5%;
    text-align: left;
}
#maincontents .inner ul.companylist li, 
#maincontents .inner ul.pagelinks li {
    display: block;
}
#maincontents .inner ul.companylist li:before, 
#maincontents .inner ul.pagelinks li:before {
	content: ">";
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
}
#maincontents .inner ul.companylist li:after, 
#maincontents .inner ul.pagelinks li:after {
    content: none;
}
#maincontents .inner ul.companylist span, 
#maincontents .inner ul.pagelinks span {
	display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	年号
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .year h3 {
	margin-bottom: 5%;
    font-size: 140%;
    padding-left: 30px;
}
#maincontents .inner .year h3:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    margin-right: 10px;
    padding-bottom: 3px;
    vertical-align: middle;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	お知らせリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#maincontents .inner .noticelist .year a[href^="https"]:after,
#maincontents .inner .noticelist .year a[href^="http"]:after {
    content: url("/common/img/common/icon_blank.png");
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

#maincontents .inner .noticelist {
	padding-top: 10%;
}
#maincontents .inner .noticelist .year {
    margin-top: 10%;
}
#maincontents .inner .noticelist .year dl dd > div {
	/*display: inline-block;*/
    display: block;
}
#maincontents .inner .noticelist .year dl dt:first-child {
    margin: 0 0 10px;
}
#maincontents .inner .noticelist .year dl dt {
    margin:20px 0 10px;
}
#maincontents .inner .noticelist .year dl dd .date {
	padding-right: 3%;
}
#maincontents .inner .noticelist .year dl dd .icon {
    padding-right: 0;
    width: 100%;
}
#maincontents .inner .noticelist .year dl dd .icon img {
    width: 75px;
    margin-right:4px;
    margin-top:0;
}
#maincontents .inner .noticelist .year dl dd .title {
	display: block;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	規約
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maincontents .inner .contract {
	padding: 10% 0 15%;
}

#maincontents .inner .contract h3 {
    font-size: 130%;
    margin-top: 15%;
    padding-left: 30px;
    margin-bottom: 10px;
}
#maincontents .inner .contract h3:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
#maincontents .inner .contract #beenospolicy:before {
    top: 70%;
}
#maincontents .inner #disclosure h3,
#maincontents .inner #system h3 {
    padding-left: 0;
}
#maincontents .inner .contract h4 {
    font-size: 120%;
    margin-bottom: 5px;
    margin-top: 30px;
    padding-bottom: 5px;
}

}