@font-face {
  font-family: "nsJPR";
  font-style: normal;
  font-weight: 400;
  src: url("../font/nsJPR.woff") format("woff");
}

/* 他のサイズを追加する場合も同様に */
@font-face {
  font-family: "nsJPR";
  font-style: normal;
  font-weight: 700;
  src: url("../font/nsJPBo.woff") format("woff");
}

@font-face {
  font-family: "nsJPR";
  font-style: normal;
  font-weight: 900;
  src: url("../font/nsJPBo.woff") format("woff");
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font-family: 'nsJPR', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

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

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}



/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  background-repeat: repeat;
  background-repeat: repeat;
}

.module,
.module-small {
  padding: 2em 5px;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
}

/* Module header */
.module-small {
  padding: 70px 0;
}



/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #888888;
  margin: 0;
}



/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

.scroll-up a {
    background: transparent;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 28px;
    font-size: 50px;
    color: #8bc34a;
    /* opacity: 0.7; */
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}



/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #333333;
}

a:hover, a:focus {
  text-decoration: none;
  color: #288e07;
  outline: 0;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight:bold;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
  font-size:16px;
  color: #333333;
  line-height: 1.9;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-style: italic;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: -20px 0 40px;
}


/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
    padding: 10px 0;
    background: #fafafa;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}




/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}



.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}




/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 20px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  background: #fff;
  font-size: 16px;
  color:#333333;
  padding: 15px 10px 15px;
  margin: 0px;
  border: #288e07 2px solid;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}




/*------------カスタム------------*/

.header-wrap{

}

ul.header-list-wrap{
    margin-top: -10px;
}

li.header-list {
    width: 50%;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    padding: 5px 3px 15px 10px;
    font-weight: bold;
    border-bottom: none;
    border-right: #cccccc 1px solid;
    margin-bottom: 5px;
}

li.header-list-center {
    width: 50%;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    padding: 10px 3px 13px 10px;
    font-weight: bold;
    border-bottom: none;
    border-right: #cccccc 1px solid;
}

li.header-list-last {
    width: 50%;
    float: left;
    font-size: 13px;
    text-align: center;
    color: #333333;
    padding: 5px 3px 15px 10px;
    font-weight: bold;
    border-bottom: none;
    border-right: none;
}

.header-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    padding-top: 0px;
    margin-top: -4px;
    padding-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #288e07;
}



.fa-money{
    padding-left: 12px;
}

.fa-exclamation{
    padding-left: 12px;
}

li.header-list>a{
    color:#333333;
    vertical-align: top;
}

li.header-list>a:hover{
    color:#9a9a9a;
}

li.header-list-last>a{
    color:#333333;
    vertical-align: top;
}

li.header-list-last>a:hover{
    color:#9a9a9a
    ;
}

.header-imag-bg{
    background-image: url("../images/head-bg.jpg");
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 991px) {
    .header-imag-bg{
    background-image: url("../images/head-bg-sp.jpg");
    padding: 20px 0 10px;
    }
}

img.header-img01 {
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}

a>img.header-img01:hover {
    opacity: 0.9;
}


@media only screen and (max-width: 480px) {
    img.header-img01 {
        display: block;
        margin: 0 auto;
        padding:5px;
    }
}

h1.module-title.font-alt {
    font-size: 11px;
    color: #333333;
    margin: 10px 0 15px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: #cccccc 1px dotted;
}

.header-list>.fa{}

.midashi{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.midashi-sub{
    margin-top: 10px;
    margin-bottom: 15px;
  text-align: center;
}

img.flt{
  float: right;
  padding-left: 15px;
}

@media only screen and (max-width: 480px) {
  img.flt {
  float:none;
  display: block;
  margin: 0 auto 20px;
    padding: 5px;
  }
}

.center{
    display: block;
    margin: 0 auto;
  text-align:center;
  margin-bottom:15px;
}

h3.page-guide {
    font-size: 19px;
    font-weight: bold;
    color: #48311b;
    margin-bottom: 20px;
}

.midashi-h{
    font-size: 22px;
     color: #333333;
      padding: 15px;
      border-bottom: #288e07 2px solid;
}

.site-wrapper{
    padding: 1.5em;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
}

h3.site-name{
  text-align: center;
  font-size: 28px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 3px solid #288e07;
}

img.site-img{
  display: block;
  margin: 0 auto;
  padding-bottom:15px;
}


.box26 {
    position: relative;
    margin: 1em 0;
    padding: 0.5em 1em;
    border: solid 2px #cccccc;
    border-radius: 5px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -16px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #555555;
    font-weight: bold;
}
.box27 p {
    margin-top:5px ;
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    border: solid 2px #cccccc;
    border-radius: 5px;
    margin-right: 1%;
    width:48%;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -16px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #555555;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
.box27{
    width:100%;
    }
}

.box28 {
    position: relative;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    border: solid 2px #cccccc;
    border-radius: 5px;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -16px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #555555;
    font-weight: bold;
}

.box26 p {
    margin-top:5px ;
    padding: 0;
}

.box28 p {
    margin-top:5px ;
    padding: 0;
}

.chara02{
  margin-top: 20px;
  padding:0 10px;
  border:1px dotted #777777;
}

h4.chara-h{
	color: #fff;
    padding: 5px;
    text-align: center;
    background: #ea9d35;
}

.chara-p{
  font-size:13px;
  margin-bottom: 5px;
}

.official_btn {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 1.0em 2.5em;
    text-decoration: none;
    color: #fff;
    background: #ff7d21;
    border: solid 2px #ff7d21;
    border-radius: 3px;
    transition: .4s;
}

.official_btn:hover {
	border: solid 2px #ff7d21;
    background: #fff;
    color: #ff7d21;
}

.company-wrap {
    margin-bottom: 40px;
}


.site-inner{
    padding-top: 0.5em;
    margin-top: 15px;
    margin-bottom: 20px;
    border: #ffe7d2 2px dotted;
}

.mg-t{
	margin-top:30px;
}

h3.widget-title.font-alt>a {
    color: #333333;
}

h3.widget-title.font-alt>a:hover {
    color: #9a9a9a;
}

ul {

  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul li {
  border-bottom: 1px dotted #d6d6d6;
  line-height: 1.5;
  padding: 0.8em;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none!important;
}

ul li>a:hover{
    color:#9a9a9a;
}

h3.footer-h{
    color: #333333;
    border-bottom: dashed 2px #888888;
    padding: 10px;
    font-size: 20px;
}

h3.footer-h:hover{
    color: #9a9a9a;
}

li.footer-list {
    float: left;
    width: 25%;
    padding: 15px 0;
    border: none;
}

.clear{
    clear: both;
}

.footer-p{
  font-weight:bold;
    margin-top: 20px;
}


.footer-p>a:hover{
    color: #9a9a9a;
}

@media only screen and (max-width: 992px) {
.footer-vanish{
    display: none;
    }
}

p.font-alt.cr {
    margin-top: -20px;
}

hr.blue {
    border-top: #639dff 2px solid;
    margin: 50px 0;
}

span.red {
    color: #e02222;
    font-weight: bold;
}

span.blue {
    color: #0000FF;
    font-weight: bold;
}

a.blue {
    font-size: 16px;
    color: #01a1a9;
    font-weight: bold;
}

p.souba-h {
    font-size: 17px;
    font-weight: bold;
    color: #a27c58;
}
p.souba-r {
    font-size: 16px;
    font-weight: bold;
    color: #FF0040;
}
p.souba-s {
    font-size: 16px;
    font-weight: bold;
    color: #2E2E2E;
}

p.customer {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #288e07;
}

p.bread {
    font-size: 12px;
	padding: 0 10px;
}

@media only screen and (max-width: 991px) {
    p.bread {
        margin-bottom: 40px;
    }
}

span.yellow{
	background: linear-gradient(transparent 70%, yellow 30%);
	font-weight:bold;
	font-size: 15px;
}

h2.page-title {
  position: relative;
  text-align: left;
  font-size: 22px;
  color: white;
  background: #288e07;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 7px;
  margin-top: -30px
}

h2.page-title:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

h2.intro-title {
    color: #333333;
    margin-top: 30px;
    font-size: 18px;
    padding: 1em 0 0.5em;
    border-bottom: double 5px #288e07;
}

.column {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    border: #e4e4e4 1px solid;
}

h2.sub-title {
    padding: 1.2em;
    color: #333333;
    background: #fdfdfd;
    border-top: solid 3px #288e07;
    border-bottom: solid 1px #288e07;
    font-size: 19px;
}

 h2.sub-title:before{
    background-image: url(../images/h-img.png);
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    padding: 11px 30px;
    left: 0;
    top: 0;
  }

@media only screen and (max-width: 480px) {
    h2.sub-title:before{
    background-image: url(../images/h-img.png);
    background-repeat: no-repeat;
    background-size: 27px 27px;
    content: "";
    width: 25px;
    height: 25px;
    padding: 0px 17px 0px;
    left: 0;
    top: 2px;
    }
    h2.page-title{
        font-size: 18px;
    }
    h2.sub-title {
        font-size: 18px;
    }

}

h2.mini-title{
  font-size:18px;
  color: #288e07;/*文字色*/
  border: solid 3px #288e07;/*線色*/
  background-color: #fff;
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

h3.real{
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #333333;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 10px #288e07;/*左線*/
}

h5.kutikomi {
  font-size: 20px;
  color: #333333;
  position: relative;
display: inline-block;
padding: 0 55px;
}

h5.kutikomi:before, h5.kutikomi:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
color:#288e07;
background-color: #288e07;
}

h5.kutikomi:before {left:0;}
h5.kutikomi:after {right: 0;}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #888888;
}

h5{
    font-size: 14px;
    color: 222222;
}

/*下層ページ用*/

a.next-link {
    text-align: right;
    display: block;
    margin: 20px 0;
}

.page-link-wrap {
    background: #fff;
    border: #cccccc 1px dashed;
    padding: 5px;
    margin: 20px 0 40px;
}

p.ol {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #288e07;
}

li.idt {
    text-indent: 1em;
}

ul.page-link {
    margin: -20px 0 20px;
    padding: 10px;
}

h3.small-title {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 0.6em;
    background: #288e07;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 25px;
}

h3.small-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 12px solid transparent;
    border-top: 15px solid #288e07;
    width: 0;
    height: 0;
}

.contents-list-wrap {
    border: #288e07 1px solid;
    margin: 10px 0 20px;
}

ul.contents-list {
    padding: 10px 20px;
    margin: 0;
}

ul.contents-list li {
    font-size: 16px;
    border: none;
    line-height: 1.5em;
}

span.bold{
    font-weight:bold;
}

dt.info {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    color: #555;
    padding: 10px;
    font-size: 15px;
    line-height: 1.8;
}

dd.info {
    width: 70%;
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    line-height: 1.8;
}

.bread-wrap{
    margin-bottom: 35px;
}

ol.bread {
    font-size: 12px;
    margin: 0 0 0px -40px;
}


li.bread-list {
    float: left;
    list-style: none;
}

@media only screen and (max-width: 991px) {
    ol.bread {
        font-size: 12px;
        margin: 0 0 0px -40px;
        height: 35px;
    }
}

@media only screen and (max-width: 767px) {
    li.header-list,li.header-list-center,li.header-list-last{
        width: 100%;
        max-width: 100%;
        border-right:none;
        border-bottom: #cccccc 1px solid;
        font-size:10px;
        padding: 11px 5px 15px;
        margin-bottom: 0px;
    }
    ul.header-list-wrap{
        padding: 0.5em 1.0em;
    }
    .header-fa{
        font-size:25px;
    }
    .bread-wrap {
    margin-bottom: 60px;
    }
    img.header-img02 {
    margin: 0px;
}
}

i.fa.fa-angle-double-up {
    color: #f5a440;
}

i.fa.fa-angle-double-up:hover {
    opacity: 0.7;
}

.recommended{
    background-image: url(../images/rec-bg.jpg);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.rec-inner{
    background: #fff;
    padding: 4px;
}

p.rec-p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 10px 0px;
    margin-bottom: 10px;
}

.design-wrap{
    overflow: hidden;
    margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
    p.rec-p {
        text-align: center;
    }

}

img.center.rec-img {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.rec_btn {
    margin-top: 0px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 1.0em;
    text-decoration: none;
    color: #fff;
    background: #ff7d21;
    border: solid 2px #ff7d21;
    border-radius: 3px;
    transition: .4s;
}

.rec_btn:hover {
	border: solid 2px #ff7d21;
    background: #fff;
    color: #ff7d21;
}

.fa-caret-right{
    color:#288e07;
}

img.works {
    width: 280px;
    float: left;
    padding: 10px;
}

.work-wrap {
    padding: 0px 0 50px;
    clear: both;
}

.works-p{
    padding: 10px;
}

img.work{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 10px 10px;
}

img.design{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 10px 10px;
}

.clear{
    clear: both;
}

@media only screen and (max-width: 767px) {
    img.works {
        float:none;
        display: block;
        margin: 0 auto;
    }
    .work-wrap {
        padding: 0px;
    }
    img.design{
    width: 80%;
    margin-bottom: 10px;
    }
    p{
    font-size:15px;
    }
    h3.site-name {
        text-align: center;
        font-size: 20px;}
    .footer {
        padding: 10px 10px;
        background: #fafafa;
    }
    dt.info {
        width: 100%;
        display: block;
        vertical-align: top;
        color: #555;
        padding: 0px;
        font-size: 15px;
        line-height: 1.4;
    }
    dd.info {
        width: 100%;
        display: block;
        padding: 5px 0px 20px 15px;
        font-size: 14px;
        line-height: 1.8;
    }
}

.roundup{
    
}
ul.roundup-link {
    padding: 5px 0;
}
ul.roundup-link>li {
    border:none;
}
.fa-hand-o-right{
    color: #fff;
}
.fa-check{
    color: #f5a440;
}
.fa-check-square-o{
    color: #288e07
}
