@charset "euc-jp";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body>div {
    font-size: 14px;
    font-size: 1.4rem;
}

/*-------------------------------------
reset
---------------------------------------*/

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
    overflow-y: scroll;
    background: #fff;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
label,
textarea,
select,
fieldset,
legend,
p,
blockquote,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}


address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

h5 {
    margin: 0 auto !important;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

strong {
    font-weight: bold;
}


/*-------------------------------------
common 
---------------------------------------*/

/* float */
.floatL {
    float: left;
}

.floatR {
    float: right;
}

/* clear */
.clear {
    clear: both;
    background: transparent;
    height: 1px;
    font-size: 1px;
}

.clearfix:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

/* margin */
.mgt3 {
    margin-top: 3px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr25 {
    margin-right: 25px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr35 {
    margin-right: 35px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl25 {
    margin-left: 25px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl35 {
    margin-left: 35px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb35 {
    margin-bottom: 35px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}



/* padding */

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdr25 {
    padding-right: 25px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdr35 {
    padding-right: 35px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl25 {
    padding-left: 25px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl35 {
    padding-left: 35px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb35 {
    padding-bottom: 35px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}


/* align */

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

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

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

.vaT {
    vertical-align: top;
}

.vaM {
    vertical-align: middle;
}

.vaB {
    vertical-align: bottom;
}


/* link */
a:link {
    color: #002b51;
    text-decoration: underline;
}

a:visited {
    color: #000c16;
    text-decoration: underline;
}

a:hover {
    color: #064781;
    text-decoration: none;
}

a:active {
    color: #064781;
    text-decoration: none;
}

#anotherNaviFoot {
    margin: 4em auto 0 !important;
}

#anotherNaviFoot .sliderWrap a {
    text-decoration: none;
}

/* text */
.corRed {
    color: #bf0000;
    font-weight: bold;
}

.corBlue {
    color: #0091dc;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.bordPink {
    display: inline;
    border-bottom: 2px solid #e94587;
}

.txtM {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

.txtB {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.txtBB {
    font-size: 20px !important;
    font-size: 2.0rem !important;
}

.txt14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}


/* table */
table.spec {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.spec th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #efefef;
    padding: 3px;
    white-space: nowrap;
}

table.spec td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #fff;
    padding: 3px;
}

/* care */
ul.care {
    font-size: 14px;
    line-height: 1.5;
}

ul.care li {
    text-indent: -14px;
    padding-left: 14px;
    padding-bottom: 3px;
}

.spOnly {
    display: none;
}

/*-------------------------------------
header
---------------------------------------*/
/* header */
#header {
    margin: 0 auto;
    background: #449cc5;
    border-bottom: 10px solid #e60019;
    margin-top: 30px;
}

.headWrap {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.headTitle p {
    color: #fff;
}

.headTitle p:first-child {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 15px;
}

.headTitle p:last-child {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 15px;
}

.headImg,
.headImg img {
    line-height: 0;
}


.a8logo {
    position: absolute;
    top: 8px;
    right: 8px;
}

.a8logo .icon {
    width: 64px;
    height: 30px;
}

.total {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    padding: 0 10px 10px;
    background: #e60019;
    color: #fff;
}

.total span {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
}

.total span.rw {
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
}

/*-------------------------------------
main
---------------------------------------*/
/* common */
h2.md,
#newsBox h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 5px;
    border-left: 8px solid #e60019;
}

.wrapper01 {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.bgGray {
    background: #f3f3f2;
    padding-bottom: 20px;
}

.pcBlock {
    display: inline-block;
}

#new,
#attention {
    background: #fff;
    padding-top: 40px;
}



/* newsBox */
#newsBox {
    padding-top: 30px;
    text-align: center;
}

#newsBox h2 {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0 10px;
}

.newsTxt {
    display: table;
    margin: 0 auto 5px;
}

.newsTxt dt,
.newsTxt dd {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
}

.newsTxt dd {
    padding-left: 10px;
}

.newsArea {
    width: 100%;
    margin-top: 30px;
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.newsArea dl {
    display: table-cell;
    background: #fff;
    border: 2px solid #a1cde2;
    text-align: left;
}

.newsArea dt {
    background: #449cc5;
    padding: 5px 15px;
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
}

.newsArea dd {
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
}

.newsArea dl:first-child {
    width: 45%;
}

#newsBox .unker {
    display: flex;
    justify-content: center;
}

#newsBox .unker li {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 10px;
}

#newsBox .unker a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

#newsBox .unker li span.icon {
    display: inline-block;
    margin-right: 5px;
}

#newsBox .unker li span.date {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}

/* iconList */
#iconListBox {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#iconListBox p {
    font-size: 16px;
    font-size: 1.6rem;
}

.iconList dl {
    display: table;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.iconList dl:last-child {
    display: table;
    width: 100%;
    border-bottom: none;
}

.iconList dt,
.iconList dd {
    display: table-cell;
    vertical-align: middle;
}

.iconList dt {
    width: 70px;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.iconList dd {
    padding: 20px 0;
}

.iconCap {
    padding-left: 20px;
}

/* reportBox */
#reportBox {
    padding-top: 40px;
}

#reportBox p {
    font-size: 16px;
    font-size: 1.6rem;
}

#itpBox {
    display: flex;
    border-collapse: separate;
    margin-top: 20px;
}

.reportTab {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    background: #fff;
}

.reportTab th,
.reportTab td {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

.reportTab th.pinkCov {
    background: #f99f9f;
    font-weight: bold;
}

/* tabList */
.tabList {
    position: relative;
}

.tabList::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #0c79d8;
    z-index: 1;
}

.tabList::before {
    z-index: 1;
}

.tabList li {
    display: inline-block;
    margin-right: 18px;
    position: relative;
    z-index: 0;
    background: #0c79d8;
    border-radius: 5px 5px 0 0;
    padding: 12px 15px 10px 15px;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border: 2px solid #0c79d8;
}

.tabList li:hover {
    background: #499ee8;
    border: 2px solid #499ee8;
}

.tabList li.select {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.tabList li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}

.tabList li.select a {
    color: #0c79d8;
}

.tabList li span.icon {
    display: inline-block;
    margin-right: 5px;
}

.tabList li span.date {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}


/* lead */
.leadL {
    line-height: 1.6;
}

.capR {
    width: 304px;
    float: right;
    padding: 0 0 0 20px;
}

.lead {
    font-size: 16px;
    font-size: 1.6rem;
}


/* pgList */
.pgList {
    padding: 25px 0;
}

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

.cateAnc li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.cateAnc .arrow {
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    fill: #002b51;
    margin-right: 8px;
}

.cateAnc li a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    background: #f3f3f2;
    border-radius: 20px;
    border: 1px solid #002b51;
}

.cateAnc li a:hover {
    opacity: 0.7;
}


h2.cateTit {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-left: 11px solid #0c79d8;
    padding-left: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.groupCate01 {
    margin-bottom: 50px;
}

.pgBox {
    width: 48%;
    float: left;
    background: #f3f3f2;
    padding: 20px;
    margin-right: 4%;
    margin-bottom: 30px;
}

.pgBox:nth-child(2n) {
    margin-right: 0;
}

.banArea {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}

.banArea {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}

.banArea dt,
.banArea dd {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}

.banArea dt {
    width: 120px;
    padding-right: 20px;
}

.banArea dt img {
    outline: 1px solid #ccc;
}

.banArea h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.remuBox {
    width: 100%;
    border: 1px solid #cc0000;
    padding: 8px;
    background: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.remuTit {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: #cc0000;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.remuBox p {
    line-height: 1.4;
}

.price {
    font-size: 16px;
    font-size: 1.6rem;
}

.upRemu {
    display: inline-block;
    padding-left: 8px;
    color: #cc0000;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
}

.btnWrap {
    text-align: center;
}

.btnWrap li {
    display: inline-block;
}


.btn {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3.3;
    text-align: center;
}

.btn a {
    text-decoration: none;
}

.teikei {
    width: 55%;
}

.selfback {
    width: 43%;
    padding-left: 10px;
}

.greenBtn a {
    display: block;
    padding: 8px 10px 6px 10px;
    background: #2d8e2d;
    border-bottom: 4px solid #095809;
    color: #fff;
    border-radius: 5px;
}

.greenBtn a:hover {
    background: #53ab53;
    border-bottom: none;
    border-radius: 5px;
    position: relative;
    top: 6px;
    margin-bottom: 4px;
}

.yellowBtn a {
    display: block;
    padding: 8px 10px 6px 10px;
    background: #e09c14;
    border-bottom: 4px solid #926305;
    color: #fff;
    border-radius: 5px;
}

.yellowBtn a:hover {
    background: #f1b641;
    border-bottom: none;
    border-radius: 5px;
    position: relative;
    top: 4px;
    margin-bottom: 4px;
}

.blueBtn a {
    background: #2b5682;
    border-bottom: 6px solid #14395e;
    color: #fff;
    border-radius: 8px;
}

.blueBtn a:hover {
    background: #3c70a5;
    border-bottom: none;
    border-radius: 8px;
    position: relative;
    top: 6px;
    margin-bottom: 6px;
}

.greenBtn a:hover,
.yellowBtn a:hover {
    top: 0\9;
}

@media all and (-ms-high-contrast:none) {

    .greenBtn a:hover,
    .yellowBtn a:hover {
        top: 0\0;
    }
}


.yellowMark {
    background: #fffd5d;
    padding: 2px 4px;
    margin: 0 4px;
}

/*-------------------------------------
Attention
---------------------------------------*/
#attention h3.title,
#new h3.title {
    text-align: center;
    border-bottom: 5px solid #0c79d8;
    margin: 25px 15px 15px;
    padding-bottom: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.itpTxt {
    display: flex;
}

.itpTxt dd {
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.itpTxt .point {
    color: #c00;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

.itpTxt2 {
    font-size: 16px;
    font-size: 1.6rem;
}

p.update {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

/* searchBtn */
.searchBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.searchBtn a {
    display: block;
    width: 300px;
    padding: 15px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f3f3f2;
    border-radius: 1000px;
    border: 1px solid #002b51;
    text-decoration: none;
    text-align: center;
}

.searchBtn a:hover {
    opacity: 0.7;
}

.searchBtn .arrow {
    position: relative;
    top: 1.5px;
    width: 14px;
    height: 14px;
    fill: #002b51;
    margin-left: 8px;
    transform: rotate(-90deg);
}

/* pagetop */
#pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 75px;
    height: 75px;
}

#pagetop a {
    width: 75px;
    height: 75px;
    display: block;
}