@charset "utf-8";

/*------------------------------------------------------------
  reset
------------------------------------------------------------ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    font-family: Sans-Serif;
    color: #333;
}

/*------------------------------------------------------------
  [SP]header
------------------------------------------------------------ */
.header {
    background: #1C2A54 url(../img/icon_white.svg) no-repeat right 5.333333333333333vw center;
    background-size: 13.333333333333333vw auto;
    width: 100vw;
    height: 18.666666666666667vw;
    overflow: hidden;
    position: relative;
}
.header h1 a {
    display: block;
    width: 45.066666666666667vw;
    height: 5.866666666666667vw;
    background: url(../img/title.svg) no-repeat 0 0;
    background-size: 45.066666666666667vw auto;
    overflow: hidden;
    padding-left: 100vw;
    position: absolute;
    top: 4vw;
    left: 4vw;
}
.top .header {
    background: #1C2A54 url(../img/icon_white.svg) no-repeat right 5.333333333333333vw bottom 5.333333333333333vw;
    background-size: 18.4vw 9.866666666666667vw;
    width: 100vw;
    height: 53.333333333333333vw;
    overflow: hidden;
    position: relative;
}

/*------------------------------------------------------------
  [SP]article_list
------------------------------------------------------------ */
.article_list {
    margin:8vw 5.333333333333333vw;
}
.article_list h2 {
    margin-bottom: 5.333333333333333vw;
    font-size: 6.933333333333333vw;
    font-weight: bold;
    color: #171c61;
    padding-bottom: 4vw;
    border-bottom: 1.6vw solid #171c61;
}
.article_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.article_list ul li {
    margin-bottom: 5.333333333333333vw;
    border-bottom: 0.266666666666667vw #88a3b5 solid;
    padding: 0 0 5.333333333333333vw;
}
.article_list ul li a {
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: space-between;
}
.article_list ul li figure {
    width: 21.333333333333333vw;
}
.article_list ul li figure img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.article_list ul li .text {
    width: 62.666666666666667vw;
}
.article_list ul li .text h3 {
    margin-bottom: 2.133333333333333vw;
    font-size: 4.8vw;
    font-weight: bold;
}
.article_list ul li .text .date {
    margin-bottom: 2.133333333333333vw;
    font-size: 3.733333333333333vw;
    font-weight: bold;
    color: #666;
}
.article_list ul li .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.article_list ul li .text ul li {
    font-size: 3.2vw;
    color: #fff;
    background: #124092;
    padding: 1.333333333333333vw;
    margin:0 0 1.333333333333333vw 0;
}
.article_list ul li .text ul li + li {
    margin:0 0 1.333333333333333vw 1.333333333333333vw;
}

/*------------------------------------------------------------
  [SP]footer
------------------------------------------------------------ */
.footer {
    background: #111933;
}
.footer .title {
    height: 18.666666666666667vw;
    background: #1C2A54 url(../img/title.svg) no-repeat 4vw 8vw;
    background-size: 45.066666666666667vw 5.866666666666667vw;
    overflow: hidden;
    padding-left: 100vw;
}
.footer .copyright {
    font-size: 3.2vw;
    color: #fff;
    padding: 2.666666666666667vw 2.666666666666667vw;
}


/*------------------------------------------------------------
  [SP]article
------------------------------------------------------------ */
.article {
    margin:8vw 5.333333333333333vw 24vw;
}
.article h1 {
    margin-bottom: 4vw;
    font-size: 6.933333333333333vw;
    font-weight: bold;
    color: #171c61;
    padding-bottom: 4vw;
    border-bottom: 1.6vw solid #171c61;
}
.article .label {
    margin-bottom: 8vw;
    display: flex;
    justify-content: space-around;
}
.article .category {
    width: 61.333333333333333vw;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.article .category li {
    font-size: 3.2vw;
    color: #fff;
    background: #124092;
    padding: 1.333333333333333vw;
    margin:0 0 1.333333333333333vw 0;
}
.article .category li a {
    color: #fff;
    text-decoration: none;
}
.article .category li + li {
    margin:0 0 1.333333333333333vw 1.333333333333333vw;
}
.article .date {
    width: 26.666666666666667vw;
    font-size: 4.266666666666667vw;
    color: #707070;
}
.article figure.main_img {
    margin: 0 0 8vw;
}
.article figure.main_img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.article figure.main_img figcaption {
    margin-top: 2vw;
    font-size: 3.733333333333333vw;
}

.article .section {
    margin-bottom: 10.666666666666667vw;
}
.article .section h2 {
    margin-bottom: 4vw;
    font-size: 4.8vw;
    font-weight: bold;
}
.article .section p {
    font-size: 4.266666666666667vw;
    line-height: 1.8;
}
.article .section p + p {
    margin-top: 1em;
}
.article .note {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
}

@media screen and (min-width:767px){

/*------------------------------------------------------------
  PC
------------------------------------------------------------ */

/*------------------------------------------------------------
  [PC]header
------------------------------------------------------------ */
.header {
    background: #1C2A54 url(../img/icon_white.svg) no-repeat right 20px bottom 15px;
    background-size: 69px 37px;
    width: 100vw;
    height: 70px;
    overflow: hidden;
    position: relative;
}
.header h1 a {
    display: block;
    width: 185px;
    height: 28px;
    background: url(../img/title.svg) no-repeat 0 0;
    background-size: 185px auto;
    overflow: hidden;
    padding-left: 100vw;
    position: absolute;
    top: 20px;
    left: 20px;
}
.top .header {
    background: #1C2A54 url(../img/icon_white.svg) no-repeat right 30px bottom 30px;
    background-size: 83px 45px;
    width: 100vw;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.top .header h1 a {
    display: block;
    width: 305px;
    height: 40px;
    background: url(../img/title.svg) no-repeat 0 0;
    background-size: 305px auto;
    overflow: hidden;
    padding-left: 100vw;
    position: absolute;
    top: 25px;
    left: 25px;
}

/*------------------------------------------------------------
  [PC]article_list
------------------------------------------------------------ */
.article_list {
    margin:30px auto;
    width: 1160px;
}
.article_list h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #171c61;
    padding-bottom: 15px;
    border-bottom: 6px solid #171c61;
}
.article_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.article_list ul li {
    margin-bottom: 20px;
    border-bottom: 1px #88a3b5 solid;
    padding: 0 0 20px;
    width: 540px;
}
.article_list ul li:nth-child(2n) {
    margin-left: 80px;
}
.article_list ul li a {
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: space-between;
}
.article_list ul li figure {
    width: 80px;
}
.article_list ul li figure img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.article_list ul li .text {
    width: 440px;
}
.article_list ul li .text h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.article_list ul li .text .date {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.article_list ul li .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.article_list ul li .text ul li {
    font-size: 12px;
    color: #fff;
    background: #124092;
    padding: 5px;
    margin:0 0 5px 0;
    width: auto;
}
.article_list ul li .text ul li:nth-child(2n) {
    margin:0 0 5px 5px;
}
.article_list ul li .text ul li + li {
    margin:0 0 5px 5px;
}

/*------------------------------------------------------------
  [PC]footer
------------------------------------------------------------ */
.footer .title {
    height: 70px;
    background: #1C2A54 url(../img/title.svg) no-repeat 20px 25px;
    background-size: 175px auto;
    overflow: hidden;
    padding-left: 100vw;
}
.footer .copyright {
    font-size:12px;
    color: #fff;
    padding:15px;
}

/*------------------------------------------------------------
  [PC]article
------------------------------------------------------------ */
.article {
    margin:30px auto 90px;
    width: 1160px;
}
.article h1 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #171c61;
    padding-bottom: 15px;
    border-bottom: 6px solid #171c61;
}
.article .label {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}
.article .category {
    width: 1010px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.article .category li {
    font-size: 12px;
    color: #fff;
    background: #124092;
    padding: 5px;
    margin:0 0 5px 0;
}
.article .category li a {
    color: #fff;
    text-decoration: none;
}
.article .category li + li {
    margin:0 0 5px 5px;
}
.article .date {
    width: 150px;
    font-size: 16px;
    color: #707070;
}

.article figure.main_img {
    margin: 0 0 40px;
}
.article figure.main_img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.article figure.main_img figcaption {
    margin-top: 10px;
    font-size:14px;
}

.article .section {
    margin-bottom: 40px;
}
.article .section h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.article .section p {
    font-size: 16px;
    line-height: 1.8;
}
.article .note {
    font-size: 14px;
}

}
