@charset "utf-8";

/* @font-face {
	font-family: "notosans";
	font-style: normal;
	font-weight: 900;
	src: url("../font/web/notosans.woff2") format("woff2"),
		url("../font/web/notosans.otf") format("opentype");
} */


/* common settings */

.breadcrumb {
    /* width: 95%; */
    font-size: 11px;
    text-align: left;
    margin: 0 1rem 1rem 1rem;
    overflow: hidden;
    background: #fff;
}

@media screen and (min-width: 1000px) {
    .breadcrumb {
        width: 1000px;
        margin: 0 auto;
        padding: 1rem 0;
    }
}

.breadcrumb .topicpath {
    margin: 0 !important;
}

.breadcrumb ul li {
    float: left;
    margin-bottom: 0;
    list-style-type: none;
}

.breadcrumb ul li i {
    vertical-align: middle;
}

.breadcrumb ul li:not(:first-child) {
    margin-left: .5rem;
}

.breadcrumb ul li:not(:last-child):after {
    content: " >";
}

.breadcrumb .icon-home::before {
    color: #000;
    margin-right: .25em;
}

.sub {
    color: #333;
    width: 93%;
    margin: 0 auto;
    padding: 0 0 3rem;
}

@media screen and (min-width: 1000px) {
    .sub {
        width: 1000px;
    }
}

.sub a:link {
    color: #03C;
    text-decoration: underline;
}

.sub a:visited {
    color: #03C;
}

.sub a:hover {
    color: #C00;
    text-decoration: none;
}

.sub a.img-link::after {
    content: "";
}

.sub figure {
    margin: 0 auto 2rem;
    text-align: center;
}

.sub figure img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.sub .contentsBox {
    margin: 0 0 4rem;
    padding: 0;
}


/* .sub h1 {

	font-size: 2rem;
	padding: .5rem 1rem;
	margin-bottom: 4rem;
	text-align: center;
	line-height: 1.8;
	position: relative;
}

.sub h1:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #cd0f31;
	border-radius: 2px;
} */

.sub h1 {
    border-bottom: solid 3px #cd0f31;
    position: relative;
    font-size: 2rem;
    padding: .5rem 0;
    margin: 0 1rem 4rem 0;
    line-height: 1.8;
    letter-spacing: -1px;
}

.sub h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f8c400;
    bottom: -3px;
    left: -3px;
    width: 13%;
}

.sub h2 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 6px #cd0f31;
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
}

.sub h3 {
    display: inline-block;
    font-size: 1.3rem;
    margin-bottom: 2.6rem;
    border-bottom: solid 2px #cd0f31;
}

.sub>p:not(:last-child) {
    margin-bottom: 2rem;
    /* text-align: center; */
}

.sub h1~p,
.sub h2~p,
.sub h3~p,
.sub h2~ul,
.sub h2~ol,
.sub h2~dl,
.sub h3~ul,
.sub h3~ol,
.sub h3~dl,
.sub h2~table,
.sub h3~table,
.sub h4~table {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
}

.sub ul {
    margin-left: 2rem !important;
}

.sub ol {
    margin-left: 2.2rem !important;
}

.sub table {
    width: 95%;
}

.sub table.exchange_ta th,
.sub table.exchange_ta td {
    display: list-item;
    list-style: none;
    width: 250px;
}

.sub table.exchange_ta td {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .sub table.exchange_ta th,
    .sub table.exchange_ta td {
        display: table-cell;
        list-style: none;
        width: auto;
    }
}