/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  color:#212529;
}

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* =============================================
Slick.css
============================================= */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* =============================================
swipebox.css
============================================= */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 0 20%;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../../img/swipebox-loader.gif) no-repeat center center;
}
#swipebox-top-bar {
  display: none;
}
#swipebox-bottom-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: calc(50% - 30%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar.visible-bars {
  /* -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0); */
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close,
.modal-close {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
#swipebox-close::before,
#swipebox-close::after,
.modal-close::before,
.modal-close::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background: #008EC7;
  transform: rotate(45deg);
  transform-origin:0% 50%;
  position: absolute;
  top: 25%;
  left: 26%;
}
#swipebox-close::after,
.modal-close::after {
  transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;
  right: 26%;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 10000 !important;
}
#swipebox-prev,
#swipebox-next {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#swipebox-prev {
  left: 10px;
}
#swipebox-next {
  right: 10px;
}
#swipebox-prev::before,
#swipebox-next::before {
  content: "";
  display: block;
  border: 2px solid;
  border-color: #008EC7 #008EC7 transparent transparent;
  width: 24px;
  height: 24px;
  position: absolute;
}
#swipebox-prev::before {
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
}
#swipebox-next::before {
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #swipebox-slider .slide img,
  #swipebox-slider .slide .swipebox-video-container,
  #swipebox-slider .slide .swipebox-inline-container {
    margin: 0;
    width: 80%;
    max-width: 992px;
  }
  #swipebox-bottom-bar {
    bottom: calc(50% - 300px);
  }
  #swipebox-close {
    top: 40px;
    right: 50px;
  }
  #swipebox-arrows {
    width: 80%;
  }
}
@media screen and (min-width: 850px) {
  #swipebox-bottom-bar {
    bottom: calc(50% - 330px);
  }
}
@media screen and (min-width: 1000px) {
  #swipebox-bottom-bar {
    bottom: calc(50% - 350px);
  }
}
@media screen and (min-width: 1200px) {
  #swipebox-bottom-bar {
    bottom: calc(50% - 380px);
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #fff;
}

/* =============================================
Base Set
============================================= */
html {
  font-size: 62.5%;
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, Roboto, Verdana, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #505050;
}
body {
  margin: 0 auto;
}
.wrapper{
  position: relative;
}
@media screen and (min-width:768px) {
  .inner {
    max-width:1200px;
    margin: 0 auto;
  }
}

/* -------------------------------------
Font
------------------------------------- */
.marker_blue {
  border-bottom: 3px solid rgba(0, 139, 209, 0.6);
}
.f-roboto{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* -------------------------------------
Img
------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------
Link
------------------------------------- */
a {
  transition: all .3s ease;
}
*:focus {
  outline: none;
}

/* -------------------------------------
Common
------------------------------------- */
.common-ttl{
  color: #008EC7;
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .common-ttl{
    padding-bottom: 50px;
  }
}

/* ---hidden--- */
.hidden-sp {
  display: none !important;
}
.hidden-pc {
  display: block !important;
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
	.hidden-sp {
    display: block !important;
  }
}


/* ---btn--- */
.link-btn{
  width: 100%;
  min-width: 295px;
  max-width: 300px;
  border: 1px solid #008EC7;
  background: #fff;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
}
.link-btn.-gray{
  border: 1px solid #707070;
}
.link-btn::after{
  content: "";
  display: block;
  border: 1px solid;
  border-color: #008EC7 #008EC7 transparent transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
.more-btn.link-btn::after{
  transform: translateY(-80%) rotate(135deg);
  -webkit-transform: translateY(-80%) rotate(135deg);
  -ms-transform: translateY(-80%) rotate(135deg);
}
.link-btn.-gray::after{
  border-color: #707070 #707070 transparent transparent;
}
.link-txt.f-roboto{
  padding: 13.5px 0 11.5px;
}
.link-txt{
  text-align: center;
  padding: 12.5px 0;
  display: block;
  line-height: 1;
  color: #008EC7;
}
.link-txt.f-roboto{
  font-weight: 500;
}
.-gray .link-txt{
  color: #707070;
}
.link-btn__area{
  cursor: pointer;
  transition : 1s;
}
@media screen and (max-width:374px) {
  .link-btn{
    min-width: auto;
  }
}
@media screen and (min-width:768px) {
  .link-btn{
    width: 25%;
    border-radius: 25px;
    transition : .5s;
  }
  .link-btn::after{
    content: "";
    display: block;
    border: 1px solid;
    border-color: #008EC7 #008EC7 transparent transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }
  .link-btn.-gray::after{
    border-color: #707070 #707070 transparent transparent;
  }
  .link-txt{
    text-align: center;
    padding: 12.5px 0;
    display: block;
    line-height: 1;
    color: #008EC7;
  }
  .-gray .link-txt{
    color: #707070;
  }
  .link-txt:hover{
    color: #fff;
  }
  .link-btn:hover {
    background:#008EC7;
    transition : 1s;
  }
  .-gray.link-btn:hover {
    background:#707070;
  }
  .link-btn:hover::after{
    border-color: #fff #fff transparent transparent;
  }
  .link-btn__area:hover .link-txt{
    color: #fff;
  }
  .link-btn__area:hover .link-btn{
    background:#008EC7;
    color:#fff;
    transition : 1s;
  }
  .link-btn__area:hover .link-btn::after{
    border-color: #fff #fff transparent transparent;
  }
}


/* -------------------------------------
Header
------------------------------------- */
.i-icon{
  width: 29px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (min-width:1000px) {
  .i-icon{
    padding: 0px;
  }
  .i-icon:hover {
    fill: #008EC7;
  }
}

/* ---nav--- */
.nav-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 100;
  opacity: 0;
}
.open .nav-wrap {
  left: 0;
  opacity: 1;
  height: 100%;

}
.nav-inner {
  padding: 70px 20px 20px;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.nav-link{
  position: relative;
  overflow: hidden;
}
.nav-link a {
  display: block;
  color: #008EC7;
  font-size: 2.0rem;
  line-height: 1;
  padding: 25px 0;
  text-decoration: none;
  transition-duration: 0.2s;
}
.nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.nav-icon li{
  margin-left: 6px;
}
.nav-icon li:first-of-type{
  margin-left: 0;
}
.hitotokinote-icon{
  display: none;
}

@media screen and (min-width:1000px) {
  .hitotokinote-icon{
    display: block;
    width: 280px;
    margin-right: 10%;
  }
  .nav-wrap {
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: auto;
    background: #fff;
    overflow :visible;
    transition: all .5s;
    opacity: 1;
  }
  .nav-inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
  }
  .nav-list {
    margin: 0;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 62%;
  }
  .nav-link{
    position: relative;
    overflow: visible;
  }
  .nav-list .nav-link:last-child::before {
    display: none;
  }
  .nav-link a {
    display: block;
    color: #008EC7;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    transition-duration: 0.2s;
    white-space: nowrap;
  }
  .nav-link a:hover {
    color: #505050;
    transition: all .3s ease;
  }
  .nav-link .i-icon:hover {
    opacity: 0.5;
    transition: all .3s ease;
  }
  .nav-icon {
    justify-content: flex-end;
  }
  .nav-icon li{
    margin-left: 15px;
  }
}


/* ---toggle_btn--- */
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  transition: all .5s;
  cursor: pointer;
  z-index: 1000;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 11.5px;
  width: 32px;
  height: 2px;
  background-color: #008ec7;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 16.5px;
  -webkit-animation: btn-bar01 .75s forwards;
  animation: btn-bar01 .75s forwards;
}
@-webkit-keyframes btn-bar01 {
  0% {
    -webkit-transform: translateY(9.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar01 {
  0% {
    transform: translateY(9.5px) rotate(45deg);
  }
  50% {
    transform: translateY(9.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.toggle_btn span:nth-child(2) {
  top: 26.5px;
  transition: all .25s .25s;
  opacity: 1;
}
.toggle_btn span:nth-child(3) {
  bottom: 16.5px;
  -webkit-animation: btn-bar03 .75s forwards;
  animation: btn-bar03 .75s forwards;
}
@-webkit-keyframes btn-bar03 {
  0% {
    -webkit-transform: translateY(-9.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar03 {
  0% {
    transform: translateY(-9.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.open .toggle_btn span:nth-child(1) {
  -webkit-animation: open-btn-bar01 .75s forwards;
  animation: open-btn-bar01 .75s forwards;
}
@-webkit-keyframes open-btn-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes open-btn-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-animation: open-btn-bar03 .75s forwards;
  animation: open-btn-bar03 .75s forwards;
}
@-webkit-keyframes open-btn-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes open-btn-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media screen and (min-width:1000px) {
  .toggle_btn{
    display: none;
  }
}

/* -------------------------------------
mv
------------------------------------- */
#mv {
  position: relative;
  z-index: 1;
}
#mv::before{
  content: "";
  display: block;
  width: 202.23px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 20px;
  background-image: url(/sp/english/hitotoki/hitotokinote/img/hitotokinote_logo.svg);
  background-size: cover;
  z-index: 10;
}
@media screen and (min-width:1000px) {
  #mv {
    margin-top: 105px;
  }
  #mv::before {
    display: none;
  }
}

/* --check--*/
#check{
  padding: 50px 40px;
  background-color: #f9f8f3;
}
.check-catch{
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width:374px) {
  #check{
    padding: 50px 20px;
  }
}
@media screen and (min-width:768px) {
  #check{
    padding: 70px 0;
  }
  .check-catch{
    margin-bottom: 30px;
  }
}

/* -------------------------------------
footer
------------------------------------- */
#footer{
  padding-bottom: 16px;
}
#hitotoki {
  padding: 50px 40px;
  background-color: rgba(0, 142, 199, 0.1);
}
.hitotoki-catch {
  text-align: center;
  color: #008EC7;
  line-height: 1.6;
  margin-bottom: 20px;
}
.hitotoki-link-txt{
  width: 106px;
  margin: 0 auto;
  padding: 7.5px 0;
  position: relative;
}
#page-top-btn {
  right: 40px;
  bottom: 0px;
}
#page-top-btn .arrow-link{
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color: #008EC7 #008EC7 transparent transparent;
  transform: rotate(-45deg);
  transition:all 0.3s;
}
#page-top-btn {
  position: fixed;
  width: 44px;
  height: 44px;
  right: 0px;
  bottom:0px;
  z-index: 99;
}
.caution-list{
  padding: 50px 40px;
}
.caution-list-item{
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
}
.caution-list-item > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}
.caution-list-item.item--telno a {
  pointer-events: none !important;
  text-decoration: none !important;
}
#copyright{
  font-size: 1.0rem;
  text-align: center;
}
@media screen and (max-width:374px) {
  #hitotoki{
    padding: 50px 20px;
  }
}
@media screen and (min-width:768px) {
  #footer{
    padding-bottom: 10px;
  }
  #hitotoki {
    padding: 70px 0;
  }
  .hitotoki-catch {
    line-height: 1;
    margin-bottom: 30px;
  }
  .caution-list{
    padding: 50px 100px;
    width: 470px;
  }
  #copyright{
    font-size: 1.2rem;
  }
}