@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　grobal setting

-------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* -----------------------------------------------------------

　body

-------------------------------------------------------------- */
body {
    width: 100%;
    height: 100%;
    color: rgba(51, 51, 51, 1.0);
    font: normal 400 1.125rem/1.6rem "Noto Sans JP", serif;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

/* -----------------------------------------------------------

　default link color

-------------------------------------------------------------- */
a,
a:visited {
    color: rgba(0, 175, 235, 1.0);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: rgba(255, 105, 0, 1.0);
    text-decoration: none;
    outline: none;
}

a:active {
    color: rgba(255, 0, 0, 1.0);
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

/* -----------------------------------------------------------

　h1～h6

-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

#postContent .note h4 {
    margin-top: 10px;
}

/* -----------------------------------------------------------

　p, ul, ol, li, dl, dt, dd

-------------------------------------------------------------- */
p {
    margin-bottom: 1.125rem;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

li {
    margin-bottom: 0;
}

.note {
    padding: 20px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.note em {
    color: rgba(0, 0, 0, 1.0);

    font-style: normal;
}

#postContent .note {
    margin-top: 50px;
}

.note2 {
    margin: 50px 0;
    color: rgba(20, 110, 230, 1.0);
    font-size: 1.5rem;

    line-height: 1.8rem;
}

.kome {
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.0rem;
    line-height: 1.2rem;
}

.att {
    margin-top: 50px;
    color: rgba(255, 105, 0, 1.0);
    font-size: 1.4rem;

}

/* モバイル改行調整 */
section .blk {
    display: block;
}

/* table */
section .table-responsive {
    border: none;
    text-align: center;
}

section caption {
    padding: 3px 0;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.9rem;
}

@media only screen and (min-width:576px) {

    /* モバイル改行調整 */
    section .blk {
        display: inline;
    }

}

@media only screen and (max-width:991.98px) {

    section .scroll-box {
        display: flex;
        padding-bottom: 1.0rem;
        overflow-x: scroll;
    }

    section .scroll-box div {
        min-width: 200vw;
    }

    section .scroll-box img {
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width:992px) {

    section caption {
        display: none;
    }

    .note {
        padding: 20px 30px;
    }

}

/* -----------------------------------------------------------

　nav

-------------------------------------------------------------- */
#mainNav {
    background: rgba(0, 67, 127, 1.0);
}

#mainNav .navbar-brand {
    max-width: 50%;
}

#mainNav .navbar-brand img {
    width: 100%;
    height: auto;
}

/* hamburger */
#mainNav .navbar-toggler {
    padding: 12px;
    border: 0;
    background: rgba(248, 181, 0, 1.0);
    color: rgba(0, 0, 0, 1.0);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* menu list */
#mainNav .navbar-nav {
    padding-top: 10px;
}

#mainNav .nav-link {
    padding: 0.8rem 0.5rem 0.5rem;
    color: rgba(255, 255, 255, 1.0);
}

#mainNav .nav-link.active,
#mainNav .nav-link:hover {
    background: rgba(0, 121, 195, 1.0);
}

#mainNav .navbar-nav em {
    display: none;
}

/* menu icon */
#mainNav .navbar-nav div {
    display: inline-block;
}

#mainNav .navbar-nav img {
    position: relative;
    top: -2px;
    width: 2.0rem;
    height: auto;
    margin-right: 5px;
}

/* caret */
#mainNav .caret {
    margin-left: 0.3rem;
    font-size: 0.75rem;
    letter-spacing: 0;
}

/* dropdown menu */
#mainNav .dropdown-menu {
    width: 100%;
}

#mainNav .dropdown-item {
    padding: 0.2rem 1.0rem;
    color: rgba(51, 51, 51, 1.0);
}

#mainNav .dropdown-item span {
    font-size: 0.8rem;
}

#mainNav .dropdown-item.active,
#mainNav .dropdown-item:hover {
    color: rgba(255, 105, 0, 1.0);
    background: none;
}

@media only screen and (min-width:576px) {

    #mainNav .navbar-brand {
        max-width: 30%;
    }

}

@media only screen and (min-width:992px) {

    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }

    #mainNav .navbar-brand {
        max-width: 220px;
    }

    #mainNav .navbar-brand img {
        max-width: 220px;
    }

    /* menu list */
    #mainNav .navbar-nav {
        padding-top: 0;
    }

    #mainNav .nav-link {
        padding: 0.8rem 1.0rem;
        height: 100px;
        font-size: 1.0rem;
        text-align: center;
    }

    #mainNav .nav-link.active,
    #mainNav .nav-link:hover {
        background: rgba(0, 67, 127, 1.0);
    }

    #mainNav .navbar-nav em {
        display: block;
        margin-top: -8px;
        font-size: 0.7rem;
        font-style: normal;
        font-family: "Arial";
        letter-spacing: 0.1rem;
    }

    /* menu icon */
    #mainNav .navbar-nav div {
        display: block;
    }

    #mainNav .navbar-nav img {
        position: inherit;
        width: auto;
        height: 1.5rem;
        margin-right: 0;
    }

    /* caret */
    #mainNav .caret {
        margin-left: 0;
    }

    /* dropdown menu */
    #mainNav .dropdown-menu {
        width: 200%;
        padding: 0;
    }

    #mainNav .dropdown-item {
        padding: 0.5rem 1.0rem;
    }

    #mainNav .dropdown-item.active,
    #mainNav .dropdown-item:hover {
        color: rgba(255, 255, 255, 1.0);
        background: rgba(0, 121, 195, 1.0);
    }

    #mainNav .dropdown-item::after {
        margin-left: 10px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f105";
        color: rgba(248, 181, 0, 1.0);
        visibility: hidden;
    }

    #mainNav .dropdown-item:hover::after {
        visibility: visible;
    }

    /* -----------------------------------------------------------
	　.navbar-shrink
	-------------------------------------------------------------- */
    #mainNav.navbar-shrink {
        background: rgba(0, 67, 127, 0.8);
    }

    #mainNav.navbar-shrink .navbar-brand {
        max-width: 200px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        max-width: 200px;
    }

    #mainNav.navbar-shrink .nav-link {
        padding: 0.3rem 1.0rem 0.1rem;
        height: 80px;
        font-size: 1.0rem;
    }

    #mainNav .navbar-nav em {
        margin-bottom: -13px;
    }

    /* menu icon */
    #mainNav.navbar-shrink .navbar-nav div {
        margin-bottom: 0;
    }

    #mainNav.navbar-shrink .navbar-nav img {
        height: 1.0rem;
    }

}

@media only screen and (min-width:1200px) {

    #mainNav .navbar-brand {
        max-width: 280px;
    }

    #mainNav .navbar-brand img {
        max-width: 280px;
    }

    #mainNav .nav-link {
        padding: 1.0rem 1.5rem;
    }

    /* -----------------------------------------------------------
	　.navbar-shrink
	-------------------------------------------------------------- */
    #mainNav.navbar-shrink .navbar-brand {
        width: 240px;
    }

}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section {
    padding: 30px 0;
}

::-moz-selection {
    background: rgba(248, 181, 0, 1.0);
    text-shadow: none;
}

::selection {
    background: rgba(248, 181, 0, 1.0);
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

@media only screen and (min-width:768px) {

    section {
        padding: 60px 0;
    }

}

@media only screen and (min-width:1200px) {

    section {
        padding: 100px 0;
    }

}

/* -----------------------------------------------------------

　footer

-------------------------------------------------------------- */
/* open, close button */
footer .button {
    text-align: center;
}

footer .button a[aria-expanded="false"] {
    width: 100%;
}

footer .button a[aria-expanded="true"] {
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(0, 175, 235, 1.0);
}

footer .button a[aria-expanded="false"]::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
}

footer .button a[aria-expanded="false"]::after {
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
}

footer .button a[aria-expanded="true"]::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f106";
}

footer .button a[aria-expanded="true"]::after {
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f106";
}

footer li {
    padding: 0.2rem 0;
    font-size: 0.9rem;
}

footer li li {
    margin-left: 1.0rem;
}

footer li li::before {
    content: "├ ";
}

footer li a,
footer a:visited {
    color: rgba(51, 51, 51, 1.0);
}

footer li a:hover {
    color: rgba(255, 105, 0, 1.0);
}

footer li a::after {
    visibility: hidden;
    margin-left: 5px;
    color: rgba(255, 255, 255, 1.0);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f105";
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

footer li a:hover::after {
    visibility: visible;
    color: rgba(255, 105, 0, 1.0);
}

.copyright {
    padding: 1.0rem 0 3.0rem;
    background: url(../images/bg_blue.png) center top repeat;
    color: rgba(255, 255, 255, 1.0);
    font-size: 0.75rem;
    font-family: "smart";
    letter-spacing: 0.1rem;
    text-align: center;
}

.bottomBar {
    background: rgba(0, 175, 235, 1.0);
    text-align: center;
}

.bottomBar img {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width:576px) {

    .copyright {
        font-size: 0.9rem;
    }

}

@media only screen and (min-width:768px) {

    footer li {
        line-height: 1.4rem;
    }

    .copyright {
        padding: 1.5rem 0;
    }

}

@media only screen and (min-width:992px) {

    footer .collapse {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    footer .button {
        display: none;
    }

    footer .collapse:not(.show) {
        display: block;
    }

    footer .collapse .row div {
        border-right: 1px dotted rgba(0, 0, 0, 0.2);
    }

    footer .collapse .row div:last-child {
        border-right: none;
    }

    footer ul {
        margin-left: 0.25rem;
    }

}

@media only screen and (min-width:1200px) {

    footer ul {
        margin-left: 0.9rem;
    }

}

/* -----------------------------------------------------------

　#fixBtn_sd

-------------------------------------------------------------- */
#fixBtn_sd {
    display: none;
}

@media only screen and (min-width:768px) {

    #fixBtn_sd {
        display: block;
        position: fixed;
        top: 18%;
        left: 0;
        z-index: 100;
    }

    #fixBtn_sd li {
        position: relative;
        left: -1px;
    }

    #fixBtn_sd li:nth-child(2) {
        top: -1px;
    }

    #fixBtn_sd li:nth-child(3) {
        top: -2px;
    }

    /* 最後から４番目以前 */
    #fixBtn_sd li:nth-last-child(n+4) a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 36px;
        height: auto;
        border: 1px solid rgba(0, 67, 124, 1.0);
        background: rgba(0, 121, 195, 0.8);
        color: rgba(255, 255, 255, 1.0);
        font-size: 1.0rem;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.0rem;
    }

    #fixBtn_sd li:nth-last-child(n+4) a:hover {
        background: rgba(0, 175, 235, 1.0);
    }

    #fixBtn_sd li:nth-last-child(n+4) a img {
        width: 30px;
        height: auto;
    }

    #fixBtn_sd li:nth-last-child(n+4) a:hover img {
        opacity: 1.0;
    }

    /* 最後から３個 */
    #fixBtn_sd li:nth-last-child(-n+3) a img {
        position: relative;
        left: 1px;
        width: 35px;
        height: auto;
        margin-top: 5px;
    }

}

/* -----------------------------------------------------------

　#fixBtn_ft

-------------------------------------------------------------- */
#fixBtn_ft {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 35, 70, 0.9);
    padding: 8px 0;
    z-index: 1060;
}

#fixBtn_ft ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#fixBtn_ft li {
    display: inline-block;
}

#fixBtn_ft li:nth-child(n+2) {
    margin-left: 5%;
}

#fixBtn_ft a,
#fixBtn_ft span {
    display: block;
    color: rgba(255, 255, 255, 1.0);
}

@media only screen and (min-width:768px) {

    #fixBtn_ft {
        display: none;
    }

}

/* -----------------------------------------------------------

　#pageTop

-------------------------------------------------------------- */
#pageTop a {
    display: none;
}

@media only screen and (min-width:768px) {

    #pageTop {
        clear: both;
        position: fixed;
        bottom: 18%;
        right: 3%;
        width: 50px;
        height: 50px;
        z-index: 1030;
    }

    #pageTop a {
        display: block;
    }

    #pageTop a img {
        opacity: 0.7;
    }

    #pageTop a img:hover {
        opacity: 1.0;
    }

}

@media only screen and (min-width:992px) {

    #pageTop {
        bottom: 26%;
        width: 60px;
        height: 60px;
    }

}

@media only screen and (min-width:1200px) {

    #pageTop {
        width: 80px;
        height: 80px;
    }

}

/* -----------------------------------------------------------

　modal

-------------------------------------------------------------- */

/* -----------------------------------------------------------
　modal content
-------------------------------------------------------------- */
.portfolio-modal {
    padding-right: 0px;
}

.portfolio-modal .modal-dialog {
    max-width: 100vw;
    margin: 1rem;
}

.portfolio-modal .modal-content {
    padding: 100px 0 20px;
    text-align: center;
}

.portfolio-modal[id^="portfolioModal"] .modal-content {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1.0);
}

.portfolio-modal[id^="portfolioModal"] h2 {
    font-size: 1.4rem;
    font-weight: 300;
}

.portfolio-modal[id^="portfolioModal"] img {
    border-radius: 10px;
}

.portfolio-modal .modal-content p {
    text-align: left;
}

.portfolio-modal .modal-content button {
    margin-top: 10px;
    cursor: pointer;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    width: 1px;
    height: 75px;
    margin-left: 35px;
    z-index: 1051;
    /* IE 9 */
    background-color: #212529;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-transform: uppercase;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    width: 1px;
    height: 75px;
    z-index: 1052;
    /* IE 9 */
    background-color: #212529;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*　#modalPrivacy
/*-------------------------------------------*/
#modalPrivacy {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
}

#modalPrivacy h2 {
    margin-bottom: 20px;
}

#modalPrivacy h3 {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 300;
}

#modalPrivacy p,
#modalPrivacy dl {
    font-size: 1.0rem;
    text-align: left;
}

#modalPrivacy dl {
    margin-top: 30px;
}

#modalPrivacy dt {
    color: rgba(0, 67, 124, 1.0);
    font-weight: 500;
}

#modalPrivacy dd {
    margin-bottom: 40px;
}

#modalPrivacy dd:last-child {
    margin-bottom: 0;
}

#modalPrivacy ul {
    margin-top: 1.125rem;
    margin-left: 1.5rem;
    list-style: disc;
}

/*　#modalSearch
/*-------------------------------------------*/
#modalSearch h3 {
    font-weight: 300;
}

#modalSearch .field {
    width: 100%;
    height: 40px;
    padding-left: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1.0) url(../images/icon_search.png) 5px 12px no-repeat;
    background-size: 16px 16px;
    vertical-align: bottom;
}

#modalSearch .searchsubmit {
    width: 100px;
    height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
}

@media only screen and (min-width:576px) {

    /*　#modalPrivacy
	/*-------------------------------------------*/
    #modalPrivacy ul {
        margin-left: 2.5rem;
    }

    /*　#modalSearch
	/*-------------------------------------------*/
    #modalSearch .field {
        width: 70%;
    }

    #modalSearch .searchsubmit {
        width: 25%;
    }

}

@media only screen and (min-width:768px) {

    .portfolio-modal .modal-content {
        padding: 100px 0 50px;
    }

    .portfolio-modal[id^="portfolioModal"] .modal-content {
        padding: 50px 0;
    }

    .portfolio-modal .modal-dialog {
        margin: 1rem auto;
        max-width: 90vw;
    }

    /*　#modalPhone
	/*-------------------------------------------*/
    #modalPhone.portfolio-modal .modal-dialog {
        max-width: 70vw;
    }

    #modalPhone h3 {
        margin-bottom: 30px;
        color: rgba(255, 105, 0, 1.0);

    }

    #modalPhone h4 {
        font-size: 3.0rem;
        font-family: "smart";
        letter-spacing: 0.2rem;
    }

    #modalPhone h4 i {
        position: relative;
        top: -6px;
        margin-right: 0.2rem;
        color: rgba(51, 51, 51, 1.0);
        font-size: 2.4rem;
    }

    #modalPhone h4 span {
        color: rgba(51, 51, 51, 1.0);
    }

    /*　#modalPrivacy
	/*-------------------------------------------*/
    #modalPrivacy dl {
        margin-top: 50px;
    }

    /*　#modalSearch
	/*-------------------------------------------*/
    #modalSearch.portfolio-modal .modal-dialog {
        max-width: 70vw;
    }

}

@media only screen and (min-width:992px) {

    .portfolio-modal[id^="portfolioModal"] h2 {
        font-size: 1.8rem;
    }

    .portfolio-modal .modal-dialog {
        max-width: 80vw;
    }

    /*　#modalPhone
	/*-------------------------------------------*/
    #modalPhone.portfolio-modal .modal-dialog {
        max-width: 60vw;
    }

    /*　#modalSearch
	/*-------------------------------------------*/
    #modalSearch.portfolio-modal .modal-dialog {
        max-width: 60vw;
    }

}

@media only screen and (min-width:1200px) {

    .portfolio-modal .modal-dialog {
        max-width: 70vw;
    }

    /*　#modalPhone
	/*-------------------------------------------*/
    #modalPhone.portfolio-modal .modal-dialog {
        max-width: 40vw;
    }

    /*　#modalPrivacy
	/*-------------------------------------------*/
    #modalPrivacy.portfolio-modal .modal-dialog {
        max-width: 60vw;
    }

    /*　#modalSearch
	/*-------------------------------------------*/
    #modalSearch.portfolio-modal .modal-dialog {
        max-width: 40vw;
    }

}

/* -----------------------------------------------------------

　Other

-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
}

.pcmbCng img:last-child {
    display: none;
}

@media only screen and (min-width:768px) {

    .pcmbCng img:first-child {
        display: none;
    }

    .pcmbCng img:last-child {
        display: block;
    }

}

/* 点滅 */
.blinking {
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*　image mouse over
/*-------------------------------------------*/
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

a img:hover {
    opacity: 0.7;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

.btn-more,
btn-more:visited {
    padding: 10px 20px;
    background: url(../images/bg_yellow.png);
    color: rgba(255, 255, 255, 1.0) !important;
    font-size: 1.2rem;
}

.btn-more:active,
.btn-more:focus,
.btn-more:hover {
    color: rgba(255, 105, 0, 1.0) !important;
}

.btn-pdf {
    padding: 10px 20px;
    background: url(../images/bg_raster.png);
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 1.0) !important;
}

.btn-pdf:active,
.btn-pdf:focus,
.btn-pdf:hover {
    background: rgba(254, 209, 54, 1.0);
    color: rgba(255, 105, 0, 1.0) !important;
}

.btn-sitemap {
    height: 50px;
    padding-top: 12px;
    border: none;
    border-radius: 0;
    font-size: 1.125rem;
    color: rgba(51, 51, 51, 1.0);
}

.btn-sitemap:active,
.btn-sitemap:focus {
    color: rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.divider {
    height: 10px;
    background: url(../images/divider.png) center top repeat-x;
}

/* IE11 ハック */
_:-ms-lang(x)::-ms-backdrop,
#xxxxxxx.xxxxxx {}





/* break point ------------------------------------------------
	<576px , >=576px , =>768px , =>992px , =>1200px
	iPhone5 320x568
	iPhone6-8 375x667
	iPhone6-8Plus 414x736
	iPhoneX 375x812
	iPad（iPad Mini）768x1024
	iPadPro 1024x1366
	Pixel2 411x731
	Pixel2 XL 411x823
	PC lg 992
	PX xl 1200
-------------------------------------------------------------- */

/* Noto Sans JP ------------------------------------------------
	Light 300
	Regular 400
	Medium 500
	Bold 700
	Black 900
-------------------------------------------------------------- */

/* Noto Serif JP ------------------------------------------------
	Extra-Light 200
	Regular 400
	Medium 500
	Bold 700
	Black 900
-------------------------------------------------------------- */