@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, figure {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, th {
  font-weight: bold;
  font-weight: 600;
}

ol, ul { list-style: none; }

strong {
  font-weight: bold;
  font-weight: 600;
}

body {
  min-width: 1440px;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

a {
  color: #F47B28;
  transition: opacity 0.3s;
}

a:hover { opacity: 0.7; }

img { vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus { outline: none; }

::selection {
  background: #FC7878;
  color: #fff;
}
/* for Firefox */
::-moz-selection{
  background: #FC7878;
  color: #fff;
}

@media screen and (max-width:500px) {
  body {
    min-width: auto;
  }
}

/* # common
   -------------------------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

.point-txt01 { color: #FC7878; }

.marker {
  background: linear-gradient(transparent 60%, #ffed8c 60%)
}

.ib { display: inline-block;}

@media screen and (max-width:500px) {
  .sp-none { display: none!important; }
}
@media screen and (min-width:501px) {
  .pc-none { display: none!important; }
}

/* # header
   -------------------------------------------------------------------------- */
.l-header {
  display: table;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 40px;
  border-bottom: 6px solid #FC7878;
}

.header-logo {
  display: table-cell;
  width: 277px;
  line-height: 1;
  vertical-align: middle;
}
.header-logo a {
  display: block;
  line-height: 1;
  font-size: 0;
}

.header-btn-wrap {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
  vertical-align: middle;
  font-size: 0;
}

.header-btn {
  display: inline-block;
  /* width: 292px; */
  width: 200px;
}
.header-icon {
  display: inline-block;
  /* width: 292px; */
  width: 200px;
  margin-left: 20px;
}
.header-btn + .header-btn {
  margin-left: 20px;
}

@media screen and (max-width:767px) {
  .header-icon{
    width: 40px;
    margin-left: 8px;
  }
}
@media screen and (max-width:500px) {
  
  .l-header {
    display: table;
    width: 100%;
    padding: 10px;
  }
  
  .header-logo {
    width: 99px;
  }
  
  .header-btn-wrap {
    width: 240px;
    white-space: nowrap;
  }
  
  .header-btn {
    display: inline-block;
    width: 116px;
    padding: 0;
  }
  
  .header-btn + .header-btn {
    margin-left: 8px;
  }
}

/* # footer
   -------------------------------------------------------------------------- */
.l-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 47px 0 125px;
  color: #fff;
  background-color: #FC7878;
}

.footer-list {
  margin-bottom: 25px;
  text-align: center;
  font-size: 0;
}
.footer-list-item {
  display: inline-block;
  padding: 0 27px;
}
.footer-list-item + .footer-list-item {
  border-left: 1px solid #fff;
}
.footer-list-item a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.footer-copy small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:500px) {
  .l-footer {
    padding: 0 0 25px;
  }
  
  .footer-list {
    margin-bottom: 20px;
    text-align: left;
  }
  .footer-list-item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .footer-list-item + .footer-list-item {
    border-left: none;
  }
  .footer-list-item a {
    padding: 20px 25px;
  }
}

/* # 凡庸クラス
   -------------------------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* For IE 6/7 */

.tr { text-align: right!important; }
.tl { text-align: left!important; }
.tc { text-align: center!important; }

.m0 { margin: 0!important; }
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }

.p0 { padding: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }

.ib { display: inline-block!important; }