@charset "UTF-8";

/*! 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;
}

::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: 75%;
    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: 769px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}


/*===========================================================

============================================================*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    min-width: 985px;
    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: underline;
    transition: all .1s ease;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
        height: auto;
        overflow-x: hidden;
    }
}


/*************************************
base
**************************************/

.inner {
    width: 980px;
    margin: 0 auto;
}

.group+.group {
    margin-top: 45px;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid.is-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid.is-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grid.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid.is-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid.is-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid.is-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
        padding: 10px 12px;
    }

    .grid {
        display: block;
    }

    .grid-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/*************************************
common - 調整用
**************************************/

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.al-center {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font-small{
    font-size:0.7em;
}

/*------------------
margin-top  --------*/
.mt-60 {margin-top: 60px !important;}
.mt-55 {margin-top: 55px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-0 {margin-top: 0px !important;}

/*------------------
margin-bottom  --------*/
.mb-60 {margin-bottom: 60px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-0 {margin-bottom: 0px !important;}

/*------------------
margin-right  --------*/
.mr-60 {margin-right: 60px !important;}
.mr-55 {margin-right: 55px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-45 {margin-right: 45px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-0 {margin-right: 0px !important;}

/*------------------
margin-left  --------*/
.ml-60 {margin-left: 60px !important;}
.ml-55 {margin-left: 55px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-45 {margin-left: 45px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-35 {margin-left: 35px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-0 {margin-left: 0px !important;}


/*************************************
header
**************************************/

#header {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

#header .inner {
    padding: 15px 0;
    position: relative;
}

.header-border {
    border-bottom: 1px solid #ffd217;
}

.header-upper {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-upper .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
}

.header-upper .link {
    font-size: 12px;
}

.logo-img + .text {
    margin-left: 20px;
}

.nifty-top a {
    color: #000;
}

@media screen and (max-width: 768px) {
    #header .inner {
        padding: 10px 12px;
    }
    .header-sp.on {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .header-upper .logo {
        display: block;
        width: 105px;
    }

    .logo-provider {
        width: 100px;
    }

    .header.on {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .main.on {
        padding-top: 62px;
    }

    .sp-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sp-menu .menu-name {
        margin-right: 5px;
    }

    .sp-menu-area {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 100;
    }

    .sp-menu-area.open {
        left: 0;
    }

    .sp-menu-inner {
        padding: 50px 0 80px;
        position: relative;
    }

    .sp-menu-lead {
        background: #f4f4f4;
    }

    .sp-menu-lead .text {
        color: #319933;
        font-weight: bold;
        padding: 5px 15px;
    }

    .sp-menu-lead + .sp-menu-lead {
        border-top: 1px solid #fff;
    }

    .btn-close {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .list-nav-btn {
        display: block;
        color: #000;
        padding: 5px 15px;
        text-decoration: none;
    }

    .list-nav-btn.is-sub {
        padding: 5px 25px;
    }

    .list-nav-btn.is-lead {
        color: #319933;
        font-weight: bold;
        padding: 5px 15px;
    }

    .list-nav-btn.is-lead.is-black {
        color: #000;
    }

    .icon-arrow-sp {
        display: inline-block;
        background: url("/niftyhikari/common/images/icon-arrow02Gray_R.svg") left center no-repeat;
        background-size: 5px auto;
        padding-left: 12px;
    }

    .icon-arrow-sp.is-black {
        background: url("/niftyhikari/common/images/icon-arrow02Black_R.svg") left center no-repeat;
        background-size: 5px auto;
    }
}

.biz-btn-wrap {
    margin-right: 10px;
  }
  .btn.btn-biz {
    padding: 5px 20px 5px 10px;
    color: #ffffff;
    background-color: #003792;
  }
  .btn.btn-biz:after {
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 10px;
    margin-top: -2.5px;
  }

/*************************************
pan-list
**************************************/

.pan-list {
    padding: 15px 0;
}

.pan-list-item {
    font-size: 12px;
    position: relative;
    display:inline-block;
}

.pan-list-item + .pan-list-item {
    padding-left: 15px;
    margin-left: 8px;
}

.pan-list-item + .pan-list-item:before {
    content: ">";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.sec-area{
  padding-top:60px;
  margin-top:-60px;
}

@media screen and (max-width: 768px) {

    .top-pan-area{
        overflow-x:scroll;
    }
    .pan-list{
        padding:5px 0;
        width:300%;
    }
}
/*------------------------------
update-area
-------------------------------*/
.update-area .inner {
  padding: 40px 0 10px;
}

.update-area .update {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .update-area .inner {
    padding: 20px 12px 10px;
  }
}

/*************************************
supplemen-area
**************************************/
.supplemen-area .inner {
  padding: 20px 0;
}

.supplemen-area .lead {
  font-size: 12px;
  font-weight: bold;
}

.supplemen-area .list-note {
  margin-top: 5px;
}

.supplemen-wrap+.supplemen-wrap {
  margin-top: 15px;
}
.list-note.is-small>li {
  font-size: 12px;
}
.is-dotted-top {
  border-top: 3px dotted #eff0f4;
}

@media screen and (max-width: 768px) {
  .supplemen-area .inner {
    padding: 15px 12px;
  }
}

/*************************************
apply-area
**************************************/
.apply-area{
    background:#00b4ed;
    color:#fff;
    padding:70px 0;
    text-align:center;
    font-size: 16px;
}

.apply-area a{
    color:#fff;
}
.apply-inner-area .ttl-wrap{
    margin-bottom:28px;
}

.apply-area .ttl-underline{
  font-size:34px;
  font-weight:bold;
  position:relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.apply-area .ttl-underline::after{
  position:absolute;
  content:"";
  width:55px;
  height:1px;
  background:#fff;
  bottom:0px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.ttl-text{
    font-size:16px;
    text-align: left;
}

.ttl-sub-text {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
}

.ttl-sub-text a {
    color: #FFE300;
    font-weight: bold;
}

.list-apply{
    width:60%;
    position:relative;
}

.list-apply::after{
  position:absolute;
  content:"";
  width:1px;
  height:60%;
  background:#fff;
  top:5%;
  right:0;
}

.app-text,.biz-app-text{
    font-size:18px;
}

.balloon
.biz-apply{
    width:40%;
}

.num-tel {
    margin: 10px 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
}
.biz-num-tel {
    margin: 10px 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
}

.num-tel a,.biz-num-tel a {
    cursor: default;
    color: #fff;
    text-decoration: none;
}

.biz-apply .text-sub{
    display: inline-block;
}

.app-balloon{
    width: 200px;
    margin-bottom: 20px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border-radius: 999px;
    color: #00b4ed;

}

.icon-call {
    background: url("/bflets/images/free-coll.svg") no-repeat top 11px left;
    background-size: 66px auto;
    padding-left: 80px;
}
.biz-num-tel .icon-call {
    background: url("/bflets/images/free-coll.svg") no-repeat top 15px left;
    background-size: 50px 30px;
    padding-left: 50px;
}
.apply-area .list-arrow{
    margin-top: 10px;
    width: 100%;
    text-align:left;
    display:inline-block;
}

.list-arrow .link-arrow {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

.apply-area .list-arrow a{
    color:#fff;
}

.apply-area .list-arrow .link-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 9px;
    left: 0;
}

.apply-area .list-note li{
    font-size: 16px;
}
.navidial-price{
    margin: 6px 0;
    display: flex;
}

.navidial-price .included-tax{
    font-size: 16px;
}

.apply-wrap {
  text-align: left;
}

.apply-wrap+.apply-wrap {
  border-top: 1px solid #fff;
  padding-top: 25px;
  margin-top: 25px;
}

.apply-wrap .grid>.col {
  width: 50%;
}

.apply-wrap .grid>.col{
  width: 50%;
}

.icon-navidial {
  display: inline-block;
  background: url("/bflets/images/icon-navidial.svg") no-repeat top 8px left;
	background-size: 63px auto;
  padding-left: 75px;
  position: relative;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .apply-area{
        padding:40px 0;
    }

    .list-apply{
        width:100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .list-apply::after{
      width:90%;
      height:1px;
      top:auto;
      right:5%;
      bottom:0px;
    }

    .biz-apply{
        width: 100%;
    }

    .apply-inner-area .ttl-wrap{
        margin-bottom: 20px;
    }

    .apply-area .ttl-underline{
      font-size:18px;
    }

    .num-tel ,.biz-num-tel {
        font-size: 34px;
    }

    .icon-call {
        background: url("/bflets/images/free-coll.svg") no-repeat top 7px left;
        background-size: 40px auto;
        padding-left: 45px;
    }
    .text-sub{
        margin-top:10px;
        text-align:left;
    }
    .apply-area .list-arrow{
        margin-top:10px;
        text-align:left;
        display:inline-block;
    }

    .apply-wrap .grid>.col:first-child {
      width: 100%;
    }
    .apply-wrap .grid>.col:last-child {
      width: 100%;
      margin-top: 40px;
    }
    .icon-navidial {
    	background-size: 34px auto;
      padding-left: 40px;
    }
    .navidial-price{
        flex-direction: column;
    }
    .navidial-price p:last-child{
        margin-left: 1em;
    }

    .ttl-sub-text {
        font-size: 14px;
    }
}

/**  apply-form **/
.phone-sample{
    margin-top: 20px;
    text-align: left;
}
.phone-sample span{
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}
.apply-form{
    margin-top: 13px;
    text-align: left;
}
input.form-phone{
    width: 198px;
    height: 58px;
    font-size: 24px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #e6e6e6;
    box-shadow: 0px -2px 0px 5px rgba(0, 155, 211, 0.8);
}
input.form-phone::placeholder{
    color: #ccc;
}
input.form-phone:focus{
    background-color: #fff;
}
input.form-phone:focus-visible{
    outline: none;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
.apply-form .hyphen{
    padding: 0 10px;
    font-size: 28px;
    font-weight: bold;
}
.apply-form .scnbt{
    width: 189px;
    margin-left: 100px;
    padding: 13px 0;
    background: #ffe300;
    border-radius: 999px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}
.apply-form .scnbt:hover{
    cursor: pointer;
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .apply-form .form-phone{
        width: 24%;
        height: 40px;
    }
    .apply-form .scnbt{
        margin: 20px 0 0 0;
        padding: 10px 0;
        font-size: 18px;
    }
    input.form-phone{
        font-size: 18px;
    }
}

/*************************************
#seo_link01 
**************************************/
#seo_link01 {
    text-align: center;
    padding: 30px 0;
}

/*************************************
footer
**************************************/
footer a,
footer a:link{
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-upper {
  background: #f1ede3;
  font-size: 12px;
}
.footer-upper .inner {
  padding: 40px 0;
}
.footer-upper .upper {
  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;
  margin-bottom: 30px;
}
.footer-upper .upper .lead {
  font-size: 18px;
  font-weight: bold;
}
.footer-upper .upper .text {
  font-weight: bold;
}
.footer-menu {
  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;
}
.footer-menu .menu-col{
  text-align: left;
}
.footer-menu .menu-col:nth-child(1) {
  width: 60%;
  padding-right: 30px;
}
.footer-menu .menu-col:nth-child(2) {
  width: 20%;
  background: url("/common_old/images/deco_dotted_brown.png") left top repeat-y;
  padding: 0 30px;
}
.footer-menu .menu-col:nth-child(3) {
  width: 20%;
  background: url("/common_old/images/deco_dotted_brown.png") left top repeat-y;
  padding-left: 30px;
}
.footer-menu .menu-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-menu .menu-text {
  font-size: 13px;
  margin-bottom: 30px;
}
.list-menu + .list-menu {
  margin-top: 15px;
}
.list-menu li + li {
  margin-top: 8px;
}
.list-menu-sub {
  padding: 0 14px;
}
.list-menu .lead {
  font-size: 14px;
  font-weight: bold;
}
.list-menu-grid {
  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;
}
.list-menu-grid .list-menu {
  width: 32%;
}
.list-menu-grid .list-menu + .list-menu {
  margin-top: 0;
}
.list-menu a {
  display: inline-block;
}

.list-triangle > li {
  position: relative;
  padding-left: 14px;
}
.list-triangle > li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fdae2f;
  border-right: solid 2px #fdae2f;
  position: absolute;
  top: 7px;
  left: -1px;
  transform: rotate(45deg);
}

.icon-arrow01 {
  display: inline-block;
  background: url("/common_old/images/arrow_blue_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-arrow02 {
  display: inline-block;
  background: url("/common_old/images/arrow_orange_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-sub {
  display: inline-block;
  background: url("/common_old/images/icon_childemenu.png") left center no-repeat;
  padding-left: 14px;
}
.footer-lower {
  background: #f1ede3;
}

.footer-lower-grid {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-btn li + li {
    margin-left: 10px;
}
.footer-service-inner{
  background: #F1EDE3;
}
.footer-service {
    max-width: 980px;
    margin: auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      justify-content: space-around;
}
.footer-service li {
    font-size: 12px;
}
.footer-service li + li {
  margin-left: 10px;
}

.footer-company-inner {
  background: #333333;
}
.footer-company-grid {
    max-width: 980px;
    margin: auto;
    padding: 10px 0;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copyright {
    font-size: 12px;
    text-align: right;
    color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-lower {
    background: #F1EDE3;
  }
  .footer-service {
    display: block;
    padding: 15px 12px;
  }
  .footer-service li {
    padding: 0 8px;
    margin-top: 6px;
    line-height: 1.1;
  }
  .footer-service li + li {
    margin-left:0;
    margin-top: 8px;
  }
  .list-triangle > li:before{
    top: 3px;
  }
  .footer-company-grid{
    display: block;
  }
  .copyright {
    text-align: center;
  }
}
/**************************************************
配下ページ
***************************************************/
div#container {
    border-top:none;
    padding: 0;
    margin: 0;
    min-width: auto;
}

div#contents {
    width: 980px;
}

div#column_article{
    width:100%;
}

.link_pagetop_01.side{
    width:100%;
}

#column_article .str_lyt_h4_01,.str_lyt_h4_01,.str_box_commufa_01{
    background-size: 100%;
    width: 100%;
}

#column_article .str_lyt_h4_01 .lyt_h4_01,.str_lyt_h4_01 .lyt_h4_01,.lyt_box_commufa_01{
    background-size: 100%;
}

div.hikari #column_article .str_lyt_h4_01 h4,div.hikari .str_lyt_h4_01 h4,.lyt_box_commufa_01 .lyt_doc_01  {
    background-size: 100%;
}

#column_article .str_lyt_h4_01 h4{
    padding: 2px 9px 0 20px;
}

.str_flow_img .flow_img_2col{
  background: none;
}

@media screen and (max-width: 768px) {
    .hikari img{
        height: auto;
    }

    div#container.light_box{
        width: 100%;
        min-width: 100%;
    }

    div#contents,div.light_box div#contents {
        width:96%;
    }

    .str_lyt_col02 .lyt_col{
        width:90%;
    }

    .lyt_txt{
        width: 100% !important;;
    }

    table.lyt_tbl_01{
        width: 100%;
        font-size: 12px;
    }

    table.lyt_tbl_01 th,table.lyt_tbl_01 td{
        padding: 0;
    }

    .str_lyt_data{
        overflow-x: scroll;
    }
}
