@charset "shift_jis";

/*! Shitaji.CSS v4.3.0 CC0 by Qrac */

*,
::before,
::after {
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    background-repeat: no-repeat;
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:16px;
}

::before,
::after {
    vertical-align: inherit;
    text-decoration: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
    display: block;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

dfn {
    font-style: italic;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

mark {
    background-color: #ffff00;
    color: #000000;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

canvas,
audio,
video {
    display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
    vertical-align: middle;
}

img {
    border-style: none;
}

svg {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address {
    font-style: normal;
}

textarea {
    overflow: auto;
    resize: vertical;
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

summary {
    display: list-item;
}

table {
    border-collapse: collapse;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
}

template {
    display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}

[hidden] {
    display: none;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

[hidden][aria-hidden="false"] {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute;
}

[hidden][aria-hidden="false"]:focus {
    clip: auto;
}


/*--------------------------------
pc,smp display
---------------------------------*/

@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}

img {
    max-width: 100%;
}

body {
    background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    min-width: 980px;
    font-family: "YakuHanJPs", Roboto, "Droid Sans", "メイリオ", Meiryo, Arial, HelveticaNeue-UltraLight, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
}

a {
    color: #0075b1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
        height: auto;
        overflow-x: hidden;
    }
}


/*header*/
header{
    margin-bottom:40px;
    border-bottom:1px solid #ddd;
    padding:10px 0;
}

header .inner{
    position:relative;
}

.pc-mode{
    position:absolute;
    right:0;
    bottom:0;
    font-size:14px;
}

/*common*/
.inner {
    width: 980px;
    margin: 0 auto;
}


.flex-center{
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  align-items:center;
  -webkit-align-items:center;
  justify-content:center;
  -webkit-justify-content:center;
}

.ttl{
    font-size: 22px;
    border-left:8px solid #ffd712;
    border-bottom:1px solid #ddd1d1;
    padding:5px 0 5px 20px;
    color:#2b2121;
    margin-bottom: 20px;
}


.ttl-g{
    font-size: 22px;
    border-top:2px solid #ee9945;
    border-bottom:1px solid #E1E1E1;
    padding:10px 0 5px 20px;
    background: #fff3e8;
    background: -webkit-linear-gradient(top, #fff3e8 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #fff3e8 0%,#ffffff 100%);
    color:#2b2121;
    margin-bottom: 20px;
}
/*other*/
.text{
    margin: 10px auto 20px;
}

.arrow-link{
    font-size:16px;
    display:inline-block;
    margin-top: 5px;
    padding:10px 30px 7px 40px;
    position:relative;
    border:2px solid #0075b1;
    border-radius:50px;
}

.arrow-link::after{
    position:absolute;
    content:"";
    border:6px solid transparent;
    border-left:10px solid #0075b1;
    left:20px;
    top:50%;
    margin-top:-6px;
    transition:.3s;
}

.arrow-link:hover::after{
    left:23px;
}

.sup-text{
    font-size:14px;
    margin-top:5px;
    display:inline-block;
}

.sup-text a{
    font-size:14px;
}

.border-box{
    border:3px solid #f9e890;
    padding:30px;
    position:relative;
    margin-top:60px;
}

.border-box::after{
    position:absolute;
    content:"";
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:99%;
    height:96%;
    width:calc(100% - 14px);
    height:96%;
    height:calc(100% - 14px);
    border:2px solid #f9e890;
    z-index:-1;
}

.service-tbl + .service-tbl{
    margin-top:40px;
}

.service-tbl .text{
    margin-bottom:10px;
}


.dl-tbl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dt-th{
    font-size:20px;
    width:30%;
    background:#b4b4b4;
    padding:20px 20px;
    color: #fff;
    font-weight: bold;
    position:relative;
}

.dd-td{
    font-size:16px;
    width:70%;
    border:2px solid #b4b4b4;
    padding:20px 20px;
    line-height:1.7em;
}

.dl-tbl + .dl-tbl .dt-th::after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    top:-2px;
    border-top:2px solid #cbcbcb;
}

.dl-tbl + .dl-tbl .dd-td{
    border-top:none;
}

.dd-td span{
    display:inline-block;
}

.back-btn{
    text-align:right;
    margin-top:10px;
}
.back-btn a{
    font-size:14px;
    text-decoration:underline;
}

/*footer*/
footer{
    margin-top:60px;
    border-top:1px solid #ddd;
    padding-top:20px;
}

footer .inner{
    position:relative;
}

.footer-menu li{
    display:inline-block;
    margin-right:10px;
}

.footer-menu li a{
    font-size:14px;
}

.nifty-copy{
    position:absolute;
    right:0;
    top:0;
    font-size:12px;
}

@media screen and (max-width: 767px) {

    /*header*/
    header{
        margin-bottom:20px;
        padding:0px 0;
    }

    .pc-mode{
        display:none;
    }

    /*common*/
    .inner {
        width: 100%;
        padding: 10px 12px;
    }

    .ttl{
        font-size: 18px;
    }

    .sp-iblock{
      display: inline-block;
    }
    /*other*/
    .text{
        margin: 10px auto 20px;
    }

    .arrow-link{
        font-size:16px;
        display:inline-block;
        margin-top: 5px;
        padding:10px 30px 7px 40px;
        position:relative;
        border:2px solid #0075b1;
        border-radius:50px;
    }

    .arrow-link::after{
        position:absolute;
        content:"";
        border:6px solid transparent;
        border-left:10px solid #0075b1;
        left:20px;
        top:50%;
        margin-top:-6px;
        transition:.3s;
    }

    .arrow-link:hover::after{
        left:23px;
    }

    .sup-text{
        font-size:14px;
    }

    .service-tbl + .service-tbl{
        margin-top:30px;
    }


    .dl-tbl{
        display:block;
    }

    .dt-th{
        font-size: 16px;
        width:100%;
        padding: 10px 20px;
    }
    .dd-td{
        font-size: 14px;
        width:100%;
        border: 2px solid #b4b4b4;
        padding: 15px 20px;
    }
    .dl-tbl + .dl-tbl .dt-th::after{
        display:none;
    }


    /*footer*/
    footer{
        margin-top:30px;
        padding-top:10px;
        text-align:center;
    }


    .footer-menu li{
        line-height:1em;
        margin-right:2px;
    }
    .footer-menu li + li{
        border-left:1px solid #8bc3df;
        padding-left:5px;
    }

    .footer-menu li a{
        font-size:12px;
    }

    .nifty-copy{
        position:relative;
        margin-top:10px;
        padding-bottom:10px;
    }
}
