@charset "UTF-8";

body {
    color: #0D0D0D;
}
h1 a:hover {
    color: #fff;
}
.mt30{margin-top: 30px!important;}
.Grid4 #about a:active,.Grid4 #about a:visited, .Grid4 #about a:link,
.Grid4 .Button a:active,.Grid4 .Button a:visited, .Grid4 .Button a:link,
.Grid4 .Banner a:active, .Grid4 .Banner a:visited, .Grid4 .Banner a:link,
.Grid4 .infoTop a:active, .Grid4 .infoTop a:visited, .Grid4 .infoTop a:link {
    color: #0D0D0D;
    text-decoration: none;
}
.PageTitleStyle3 {
    height: 125px;
    background: linear-gradient(90deg, #D41B04 0%, #F68614 100%);
}
h1 {
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    box-sizing: unset;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

h2 {
    background: none;
}
/*.TextStyle1 {
    font-size: 100%;
}*/
h2.InfoStyle {
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
    position: relative;
    padding-left: 35px;
}
h2.InfoStyle:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(90deg, #D41B04 0%, #F68614 100%);
    left: 0;
    top: 4px;
}

.Wrapper {
    box-shadow: 0px 3px 6px #707070;
    border-radius: 20px;
    padding:30px 40px 20px 40px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    margin-top: -55px;
}
.Grid4.info .Wrapper {
    padding:30px 40px 60px 40px;
}
#about h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 15px;
}
#about .LinkListStyle1 {
    display: flex;
    justify-content: space-around;
}
#about .LinkListStyle1 li a {
    font-weight: bold;
    font-size: 18px;
}


.Inner {
    padding: 0 0 0 30px;
}

.LinkListStyle1.Button {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 100%;
}
.LinkListStyle1.Button li {
    background-color: #EEF1F5;
    border-radius: 28px;
    height: 56px;
    width: 300px;
    padding: 0;
}
.LinkListStyle1.Button li a {
    font-weight: bold;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
}
.LinkListStyle1.Button li.NewWin a {
    background-size: 18px 18px;
    background-position: right 18px center;
}

.LinkListStyle1.Button li a:hover {
    text-decoration: none;
    background-color: #0D0D0D;
    color: #fff;
    border-radius: 28px;
}

.Banner a {
    max-width: 965px;
    width: 100%;
    background-color: #0D0D0D;
    height: 225px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.Banner a:hover {
    opacity: .8;
}
.Banner h2, .Banner p {
    color: #fff;
    font-weight: bold;
}
.Banner h2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.Banner p:first-of-type {
    font-weight: normal;
}
.Banner p {
    text-align: center;
}
.Banner p.Button {
    background: linear-gradient(90deg, #D41B04 0%, #F68614 100%);
    border-radius: 28px;
    width: 296px;
    height: 50px;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Banner p.Button:after {
    content: '';
    background-image: url(../../../../../../../image/jp/r1/icon/icon_new_window_white_hd.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}
 
.info #about {
    position: relative;
    padding-bottom: 25px;
}
.info #about:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #CCCCCC;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.info #about .LinkListStyle1 li {
    position: relative;
    padding: 0 0 0 20px;
}
.info #about .LinkListStyle1 li.Current:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(90deg, #D41B04 0%, #F68614 100%);
    left: 0;
    top: 2px;
}
h2.InfoStyle.def {
    padding-left: 0;
}
h2.InfoStyle.def:before {
    content: none;
}
table tr th {
    font-weight: bold;
}
table tr th, table tr td {
    text-align: center;
}
table.info2, table.info3 {
    margin-top: 30px;
}
table.info2 tr td:first-child, table.info2 tr td:nth-child(6),
table.info3 tr td:first-child {
 text-align: left;
}
table tr th.w20per  {
    width: 20%;
}
table tr th.w30per  {
    width: 30%;
}
table tr th.w35per  {
    width: 35%;
}
table tr th.w40per  {
    width: 40%;
}
table.info2 tr td span {
    font-weight: bold;
}
table .ListStyle1 {
    margin: 0;
}
.info .ListStyle1 li > ol li {
    background: none;
    list-style: decimal;
    padding: 0;
    margin-left: 5px;
}

table.info3 ol {
    list-style: none;
    counter-reset: number;
}
table.info3 li {
    position: relative;
    padding-left: 1.5em;
}
table.info3 li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
}
table.info3 tr th {
    vertical-align: top;
    text-align: left;
}
table.info3 tr th.CenterAdjust {
    text-align: center;
}
table.info3 tr th.nb {
    border-top: none;
    border-bottom: none;
}
table.info3 {
    border: 1px solid #ddd;
}
table.info3 + dl {
    margin-bottom: 30px;
}
.chkMark {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}
.chkMark:after {
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(-45deg);
    position: absolute;
}
.info3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 35px;
    padding-top: 3px;
    margin-bottom: 5px;
}
.info3 span.ytag {
    background-color: #FDC12A;
}
.info3 span.otag {
    background-color: #F36821;
}
.info3 ol.ListStyle1 {
    padding: 0;
    font-weight: bold;
    font-size: 100%;
}
.info3 tr th:not(:first-child) {
    font-weight: normal;
}
.info3 tr td:first-child {
    font-weight: bold;
}
.ImgWrapper {
    display: flex;
    justify-content: flex-end;
}
.ImgWrapper > p {
    width: 50%;
}
ul.LinkListStyle1.infoTop {
    text-align: center;
    margin: 30px 0 0 0;
    font-weight: bold;
}
.info .map {
    position: relative;
}
.info .map a#link01 {
    position: absolute;
    left: 267px;
    top: 21px;
    width: 160px;
    height: 100px;
}
.info .map a#link02 {
    position: absolute;
    left: 267px;
    top: 157px;
    width: 160px;
    height: 100px;
}
.info .map a:hover {
    background: rgba(255,255,255,.3);
}