@charset "UTF-8";

/*-------------------------------------------------------------*/
/* ベトナム、タイのサイトマップでも読み込んでいます */

/* mainv */

.p-rule-top-mainv {
    background: #666;
}

/* inner */

.p-rule-top-inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px){
    .p-rule-top-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* anchor */

.p-rule-top-anchor{
	margin-bottom: 20px;
}

.p-rule-top-anchor ul{
	text-align:center;
	font-size:13px;
	line-height:1.2;
}

.p-rule-top-anchor ul > li{
	display:inline-block;
	position:relative;
	padding:0 2em 0 0;
	margin:0 1em 0 0;
}

.p-sitemap-top-anchor ul > li:last-child{
	padding:0;
	margin:0;
}

.p-rule-top-anchor ul > li:after{
	position:absolute;
	top:0;
	right:0;
	width:13px;
	height:15px;
	font-size:13px;
	line-height:1.2;
	content:"/";
}

.p-rule-top-anchor ul > li:last-child:after{
	display:none;
}

/* ttl */

.p-rule-top-ttl-04 {
    background: #eee;
    padding: 0.5em 0.5em;
    line-height: 1em;
}

@media (min-width: 768px){
    .p-rule-top-ttl-04 {
        font-size: 22px;
    }
}

.p-rule-top-ttl-04 a {
    position: relative;
    display: inline-block;
}

.p-rule-top-ttl-04 a:after {
    content: "\e903";
    font-size: 0.6em;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-left: 0.5em;
}

.p-rule-top-ttl-05 {
    margin: 1em 0 0.5em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.3em;
}

.p-rule-top-ttl-06 {
    margin: 1em 0 0;
    font-weight: bold;
}

/* list */

.p-rule-list  > li {
    padding: 0.25em;
}

.p-rule-list-2column li {
    width: 48%;
    display: inline-block;
}
/*.p-rule-list  > li > a:before {
    content: "\e903";
    font-size: 0.5em;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: 0.5em;
}

.p-rule-list  > li > a:hover,
.p-rule-list  > li > a:hover:before {
    text-decoration: none;
    color: #197fc4;
}*/


.p-rule-top-inner a {
  color: #0064d2;
  text-decoration: none;
}
.p-rule-top-inner a:hover {
  color: #0064d2;
  text-decoration: underline;
}

 .p-rule-top-inner ol {
  margin-left: 1rem;
  padding-bottom: 15px;
}
.tgw-core-text ul > li,
.tgw-core-text ol > li {
  padding-bottom: 10px;
}

 .p-rule-top-inner ul {
  padding-left: 1rem;
}
 .p-rule-top-inner ol {
  counter-reset: section;
  list-style-type: none;
}
 .p-rule-top-inner ol > li {
  position: relative;
  padding-left: 2rem;
}
 .p-rule-top-inner ol > li::before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counters(section, ".") ".";
}
