@charset "UTF-8";
/*
=====================================

RESET

=====================================
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.7;
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  font-size: 95%;
}
html body {
  height: 100%;
}
* html body {
  /* for IF6 */
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a {
  color: #333;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select {
  vertical-align: middle;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* clearfix(IE 6/7) */
.clearfix {
  zoom: 1;
}
/* ドラッグの色 */
::selection {
  background: #69d075;
  color: #fff; /* Safari */
}
/*
=====================================
//RESET
=====================================
*/
/*
=====================================

body-OPTION

=====================================
*/
body {
  padding-top: 148px;
}
/*
=====================================
//body-OPTION
=====================================
*/
/*
=====================================

header
 
=====================================
*/
/* active */
nav ul li a:hover,
.active a {
  color: #69d075;
}
* html body {
  height: 100%;
}
/* Toggle(Button) */
#navToggle,
#navToggle2,
#sp_contact_nav {
  display: none;
}
header a {
  color: #333;
}
header {
  position: fixed;
  z-index: 99;
  background: #fff;
  border-top: 7px solid #69d075;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
}
/*logo*/
header .header_logo {
  float: left;
  padding: 15px 0;
  font-size: 17px;
  line-height: 1.7em;
  border: none;
  margin: 5px 0 0;
  z-index: 1;
  position: relative;
}
header .header_logo span {
  display: block;
  font-weight: 100;
  float: left;
  line-height: 25px;
  margin-left: 10px;
  margin-top: -4px;
}
header .header_logo img {
  float: left;
  width: 250px;
  height: auto;
}
#header_fukidashi {
  float: left;
  font-size: 12px;
  padding: 7px 5px 7px 10px;
  border: 3px solid #e5e5e5;
  border-radius: 10px;
  margin-left: 27px;
  position: relative;
  box-sizing: border-box;
  margin-top: 14px;
  line-height: 20px;
  max-width: 270px;
}
#header_fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
#header_r {
  float: right;
  margin-top: 6px;
}
#header_r .header_item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#header_r .header_item .area_btn {
  margin-top: 16px;
  padding-right: 20px;
  border-right: 3px solid #f1f1f1;
  margin-right: 5px;
}
.area_btn .area_btn_title {
  color: #666;
  font-size: 14px;
  margin-bottom: -6px;
  font-weight: bold;
}
.area_btn .area_btn_title span {
  background: #f991ba;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  width: 120px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 11px;
  line-height: 1em;
  margin-top: -2px;
}
.area_btn p:last-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.area_btn .area_detail {
  font-size: 16px;
}
.area_btn p:last-child span {
  font-size: 12px;
  display: block;
  color: #666;
}
#header_1k img {
  padding: 12px;
  display: block;
  border: 1px solid #ccc;
  margin-top: -2px;
}
.tel_btn {
  line-height: 15px;
  font-size: 17px;
}
.tel_btn a {
  color: #69d075;
}
.tel_btn span {
  padding: 1px 6px;
  background: #f1f1f1;
  margin-left: 10px;
}
.tel_btn p:first-child {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #69d075;
  white-space: nowrap;
}
/*inline-blockタイプ*/
nav {
  clear: both;
  border-top: 1px solid #f1f1f1;
  position: relative;
}
nav::after {
  content: "";
  position: absolute;
  bottom: -19px;
  background: url(../../img/common/header_bottom_loop_bg.png) repeat-x;
  height: 19px;
  width: 100%;
}
nav ul {
  clear: both;
}
nav ul li {
  display: inline-block;
  font-size: 18px;
}
nav ul li a {
  display: block;
  margin: 18px 0 15px;
  text-align: center;
  padding: 5px 18.5px;
  box-sizing: border-box;
  border-right: 2px solid #e5e5e5;
  line-height: 5px;
}
nav ul li:first-child a {
  border-left: 2px solid #e5e5e5;
}
nav ul li:last-child a span {
  background: #e44e4e;
  border-radius: 5px;
  padding: 2px 2px 4px;
  color: #fff;
  display: block;
}
nav ul li:last-child a:hover span {
  background: #f32812;
}
nav ul li:last-child a:hover {
  text-decoration: none;
}
#main_menu a {
  position: relative;
}
#main_menu a::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #69d075;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main_menu a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*.mail_btn a, .line_btn*/
.mail_btn a,
.line_btn a {
  display: block;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 0;
  margin-left: 3px;
}
.mail_btn a {
  color: #fff;
  font-size: 28px;
  padding: 11px 12px;
  background: #6db8e7;
}
.line_btn a {
  color: #22c329;
  padding: 0;
  font-size: 51px;
}
@media only screen and (max-width: 1200px) {
  #header_fukidashi {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mail_btn a,
  .line_btn a {
    font-size: 15px;
    padding: 9px 10px 5px 48px;
    min-width: inherit;
  }
  .mail_btn .fa-envelope,
  .line_btn .fa-line {
    font-size: 30px;
  }
}
#dark_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.openNav #dark_bg,
.openNav2 #dark_bg {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  nav ul {
    width: 100%;
  }
  #header_r .header_item {
    margin-left: 10px;
  }
  #header_top {
    display: none;
  }
  #header_r {
    display: none;
  }
  header {
    border-bottom: 1px solid #ccc;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999999;
    height: 72px;
  }
  header a {
    padding: 0;
  }
  header .header_logo {
    float: left;
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 1.5em;
    width: 100%;
  }
  header .header_logo img {
    max-width: 200px;
    height: auto;
    float: left;
    margin-right: 10px;
  }
  header .header_logo span {
    font-size: 15px;
    display: block;
    font-weight: 100;
    line-height: 18px;
    margin-left: 0;
    margin-top: 0;
    float: left;
  }
  header .header_logo b {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #057f95;
    margin-top: -5px;
  }
  #navToggle,
  #navToggle2 {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 13px;
  }
  #navToggle {
    right: 0;
    background: #69d075;
    z-index: 9999;
  }
  #navToggle2 {
    right: 66px;
    background: #333;
    z-index: 999;
  }
  #navToggle span,
  #navToggle2 span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: relative;
  }
  #navToggle span {
    background: url(../../img/icons/menu.png) no-repeat center center;
    background-size: cover;
  }
  #navToggle2 span {
    background: url(../../img/icons/contact.png) no-repeat center center;
    background-size: cover;
  }
  #navToggle div {
    position: relative;
  }
  header a {
    display: block;
  }
  /*スマホ用開閉メニュー*/
  #sp_contact_nav {
    display: block;
  }
  header nav,
  #sp_contact_nav {
    position: fixed;
    top: 0;
    width: 270px;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    padding: 30px 20px;
    z-index: 999;
    right: -400px;
  }
  header nav {
    z-index: 9999;
  }
  /*open*/
  .openNav #navToggle span {
    background: url(../../img/icons/close.png) no-repeat center center;
    background-size: cover;
    margin-right: 310px;
  }
  .openNav2 #navToggle2 span {
    background: url(../../img/icons/close.png) no-repeat center center;
    background-size: cover;
    margin-right: 243px;
  }
  .openNav nav,
  .openNav2 #sp_contact_nav {
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  .openNav nav ul,
  .openNav2 #sp_contact_nav ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .openNav nav ul li,
  .openNav2 #sp_contact_nav ul li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .openNav2 #navToggle {
    z-index: 99;
  }
  .openNav nav ul li a,
  .openNav2 #sp_contact_nav ul li a {
    border-left: none;
    padding: 5px 0;
    display: block;
  }
  .openNav nav ul li a::before {
    content: "";
    background: url(../../img/icons/arrow.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  nav ul li a {
    text-align: left;
    border-right: none;
  }
  /*tel_btn*/
  .tel_btn p:first-child {
    font-size: 28px;
    line-height: 1.2em;
  }
  #sp_contact_nav .tel_btn {
    box-sizing: border-box;
    text-align: center;
  }
}
/*
=====================================
//header
=====================================
*/

/*
=====================================

#main_img

=====================================
*/
#main_img_wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
#main_img_wrapper .wrapper {
  position: relative;
  z-index: 2;
}
#main_img_wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../img/top/main_img_bg.jpg) top center no-repeat;
  width: 1133px;
  height: 886px;
  z-index: 1;
}
#main_img_wrapper h1 {
  padding: 35px 0 20px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  line-height: 45px;
}
#main_img_wrapper .wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #cdf2ef transparent transparent transparent;
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: 1;
  display: block;
}
#main_img_subtxt {
  position: absolute;
  z-index: 2;
  right: 10%;
  color: #fff;
  top: 20px;
  text-align: right;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
#main_img_subtxt p {
  margin: 5px 0;
  font-size: 25px;
}
#main_img_subtxt p:nth-child(1) {
  padding-right: 140px;
}
#main_img_subtxt p:nth-child(2) {
  padding-right: 70px;
}
/*main_img*/
#main_img {
  position: relative;
}
#main_img .policy {
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: 345px;
}
/*
=====================================
//#main_img
=====================================
*/

/*
=====================================

#main

=====================================
*/
/*  基本のタイトル  */
#ks_title {
  text-align: center;
  position: relative;
  height: 350px;
  background: url(../../img/common/main_img_bg.jpg) fixed top;
  line-height: 40px;
  animation-name: ks_title_bg_motion;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
/*keyframes*/
@keyframes ks_title_bg_motion {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ks_title #ks_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 30px 30px 25px;
  background: #fff;
  font-size: 2em;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  display: inline-table;
  line-height: 1.3em;
}
@media only screen and (max-width: 800px) {
  #ks_title {
    height: 200px;
  }
  #ks_title #ks_title_wrap {
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 20px;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
  }
}
#ks_title_wrap span {
  font-size: 13px;
  color: #666;
  display: block;
  margin: -10px 0 0;
}
/* h2 */
h2 {
  text-align: center;
  font-size: 1.6em;
  margin: 50px 0 25px;
  z-index: 1;
  position: relative;
}
/*先頭のh2*/
.first_h2 {
  margin-top: 0 !important;
}
/*bottom_border*/
.bottom-border {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 2.5em;
  margin-bottom: 30px;
  margin-top: 80px;
}
.bottom-border::after {
  content: "";
  height: 4px;
  width: 50px;
  background: #69d075;
  display: block;
  margin: 10px auto 0;
}
/* || h2.stn_title */
h2.stn_title,
#blog_contents h2 {
  text-align: left;
  background: #69d075;
  position: relative;
  padding: 10px 10px 7px 30px;
  font-weight: normal;
  line-height: 1.4em;
  color: #fff;
}
h2.stn_title::before,
#blog_contents h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 30px;
  width: 4px;
  background: #fff;
  left: 15px;
}
/* .center | h2.side-border | //.center  */
h2.side-border {
  display: inline-block;
  padding-right: 45px;
  padding-left: 45px;
  line-height: 1.2em;
  margin-right: auto !important;
  margin-left: auto !important;
}
h2.side-border::before,
h2.side-border::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 3px;
  background-color: #ccc;
}
h2.side-border::before {
  left: 0;
}
h2.side-border::after {
  right: 0;
}
/* 基本のh3 */
h3 {
  font-size: 1.3em;
  text-align: left;
  margin-top: 50px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
/* h4 */
h4 {
  margin-top: 30px;
  padding: 10px;
  background: #f1f1f1;
}
h4::before {
  content: "\f324";
  font-family: "Font Awesome 5 Pro";
  color: #999;
  margin-right: 10px;
}
ol h4 {
  margin-top: 0;
}
/*subtitle*/
.subtitle {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #69d075;
}
section section {
  margin: 40px 0;
}
p {
  margin-bottom: 10px;
  margin-top: 10px;
}
/*
=====================================
//#main
=====================================
*/
/*
=====================================

breadcrumb

=====================================
*/
#breadcrumb {
  margin: 0 0 15px;
  font-size: 12px;
  padding: 2px 0;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
#breadcrumb li {
  display: inline-block;
  color: #999;
}
#breadcrumb li a {
  color: #999;
}
#breadcrumb li:first-child::before {
  content: "\f80a";
  font-family: "Font Awesome 5 Pro";
  margin-right: 3px;
  color: #666;
}
#breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin: 0 3px 0 8px;
  color: #666;
}
#breadcrumb li:last-child::after {
  content: "";
  display: none;
}
/*
=====================================
//breadcrumb
=====================================
*/
/*
=====================================

シンプルなdl ol ul

=====================================
*/
/*common*/
.smpl_ul,
.arrow_ul,
.border_ul,
.check_ul .smpl_ol,
.smpl_dl,
.circle_ol {
  margin: 15px 0;
  position: relative;
  z-index: 2;
}
.arrow_ul a,
.border_ul a,
.check_ul a,
.smpl_ol a,
.smpl_dl a,
.circle_ol a {
  display: block;
}
/*smpl_ul*/
.smpl_ul > li {
  list-style: outside none none;
}
.smpl_ul > li::before {
  color: #69d075;
  content: "●";
  display: inline-block;
  font-size: 8px;
  margin-right: 6px;
  vertical-align: middle;
}
/*arrow_ul*/
.arrow_ul > li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.arrow_ul a {
  position: relative;
  z-index: 1;
}
.arrow_ul > li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  background: url(../../img/icons/arrow.png) no-repeat;
  background-size: cover;
  color: #fff;
  background: #69d075;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  font-size: 9px;
  padding: 2px 7px 1px;
  left: 0;
}
.arrow_ul > li:hover::before {
  background: #0057a4;
}
.arrow_ul > li.under {
  margin: -5px 0 5px 18px;
  padding-left: 25px;
  font-size: 0.9em;
}
.arrow_ul > li.under::before {
  content: "";
  background: url(../../img/icons/ks_arrow.png) no-repeat left;
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  margin-top: -1px;
}
.arrow_ul > li.under::before {
  background: url(../../img/icons/ks_arrow_hover.png) no-repeat left;
}
.arrow_ul > li.under a {
  color: #7a7c7f;
}
/*check_ul*/
.check_ul > li {
  margin: 5px 0;
}
.check_ul > li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  color: #cda135;
}
.wide100 {
  width: 100% !important;
  min-height: 200px;
  box-sizing: border-box;
}
/*border_ul*/
.border_ul {
  border-top: 1px solid #ccc;
}
.border_ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
/*slash_ul*/
.slash li {
  display: inline-block;
  margin-right: 2px;
}
.slash li::after {
  content: "/";
  padding-left: 5px;
  color: #ccc;
}
.slash li:last-child::after {
  display: none;
}
/*smpl_ol ＆ circle_ol*/
.circle_ol {
  margin: 20px 0;
}
.smpl_ol > li,
.circle_ol > li {
  counter-increment: cnt 1;
  list-style-position: inside;
  list-style-type: none;
  padding: 1px 0 1px 35px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: normal;
}
.smpl_ol > li::before {
  content: "(" counter(cnt, decimal) ") ";
  left: 0;
  position: absolute;
  color: #999;
}
.circle_ol > li::before {
  content: counter(cnt, decimal);
  left: 0;
  top: 0;
  position: absolute;
  color: #ccc;
  border: 2px solid #ccc;
  padding: 3px 9px 2px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
}
.circle_ol > li:nth-child(n + 10)::before {
  padding: 4px 6px;
}
/*smpl_dl*/
.smpl_dl {
  letter-spacing: -0.4em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.smpl_dl dt {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
/*news_dl*/
.news_dl dd {
  box-sizing: border-box;
}
.news_cat_icon {
  font-size: 11px;
  background: #666;
  color: #fff;
  padding: 1px 4px;
  border-radius: 5px;
  margin-right: 3px;
  width: 80px;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .smpl_dl dt {
    width: 20%;
  }
}
.smpl_dl dd {
  vertical-align: middle;
  display: inline-block;
  width: 77%;
  margin-left: 1%;
  letter-spacing: normal;
}
.smpl_dl > div {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
}
.smpl_dl > div:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 800px) {
  .smpl_dl {
    font-size: 15px;
  }
  .smpl_dl dt {
    width: 100%;
    color: #666;
    margin: 0 0 15px;
    font-weight: bold;
  }
  .smpl_dl dd {
    width: 100%;
    margin-left: 0;
  }
}
/*リストのオプション*/
ul.lines li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
ul.box,
ol.box {
  padding: 15px;
  border: 1px solid #f1f1f1;
  background: #f9f9f9;
  border-radius: 3px;
}
ul.box li:last-child {
  border-bottom: none;
}
.yoko li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
/*
=====================================
//シンプルなdl ol ul
=====================================
*/
/*
=====================================

SPLIT

=====================================
*/
.split2,
.split3,
.split4,
.split5,
.split6,
.l_cont,
.r_cont {
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  letter-spacing: -0.4em;
  position: relative;
  z-index: 2;
  zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
}
.split2 > li,
.split3 > li,
.split4 > li,
.split5 > li,
.split6 > li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  letter-spacing: normal;
  position: relative;
}
.split2 > li {
  margin: 0 0.8% 2%;
}
.split3 > li {
  margin: 0 1% 2%;
}
.split4 > li,
.split5 > li,
.split6 > li {
  margin: 0 0.5% 10px;
}
.l_cont,
.r_cont {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
.l_cont p,
.r_cont p,
.l_cont h1,
.r_cont h1,
.l_cont h2,
.r_cont h2,
.l_cont h3,
.r_cont h3,
.l_cont h4,
.r_cont h4,
.l_cont ul,
.r_cont ul,
.l_cont dl,
.r_cont dl,
.l_cont small,
.r_cont small,
.l_cont blockquote,
.r_cont blockquote,
.l_cont cite,
.r_cont cite,
.l_cont tr,
.r_cont tr {
  letter-spacing: normal;
}
.split2 > li:nth-child(2n + 1),
.split3 > li:nth-child(3n + 1),
.split4 > li:nth-child(4n + 1),
.split5 > li:nth-child(5n + 1),
.split6 > li:nth-child(6n + 1),
.l_cont {
  margin-left: 0;
}
.split2 > li:nth-child(2n),
.split3 > li:nth-child(3n),
.split4 > li:nth-child(4n),
.split5 > li:nth-child(5n),
.split6 > li:nth-child(6n),
.r_cont {
  margin-right: 0;
}
.split2 > li {
  width: 49.2%;
}
.l_cont,
.r_cont {
  width: 48.7%;
}
.l_cont.w28 {
  width: 18%;
}
.r_cont.w28 {
  width: 78%;
}
.l_cont.w82 {
  width: 78%;
}
.r_cont.w82 {
  width: 19%;
}
.l_cont.w73 {
  width: 70.7%;
}
.r_cont.w73 {
  width: 26.7%;
}
.l_cont.w37 {
  width: 26.7%;
}
.r_cont.w37 {
  width: 70.7%;
}
.l_cont.w46 {
  width: 37%;
}
.r_cont.w46 {
  width: 59.3%;
}
.l_cont.w64 {
  width: 59.3%;
}
.r_cont.w64 {
  width: 37%;
}
.split3 > li {
  width: 32%;
}
.split4 > li {
  width: 24.25%;
}
.split5 > li {
  width: 19.2%;
}
.split6 > li {
  width: 15.8%;
}
/* split 画像 */
.split2 img,
.split3 img,
.split4 img,
.split5 img,
.split6 img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.split2 li > a,
.split3 li > a,
.split4 li > a,
.split5 li > a,
.split6 li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
/* 分割のオプション */
.edge > li {
  border: 5px solid #f1f1f1;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p15 > li {
  display: block;
  padding: 15px;
}
.p30 > li {
  display: block;
  padding: 30px;
}
.ap15 > li > a,
.ap30 > li > a {
  display: block;
  z-index: 4;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ap15 > li > a {
  padding: 15px;
}
.ap30 > li > a {
  padding: 30px;
}
.edge.ap15 > li:hover,
.edge.ap30 > li:hover {
  border: 5px solid #ccc;
}
.edge > li > a > p:first-child {
  margin-top: 0;
}
.middle {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}
.center li {
  text-align: center;
}
/*triangle*/
.triangle > li {
  position: relative;
}
.triangle > li::before,
.triangle > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 2px;
  right: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.triangle > li::before {
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #69d075 transparent transparent;
  z-index: 5;
}
.triangle > li::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  top: 2px;
  right: 14px;
  color: #fff;
  font-size: 12px;
  z-index: 6;
}
.triangle > li:hover::after {
  top: 1px;
  right: 18px;
  color: #fff;
  font-size: 16px;
}
.triangle > li:hover::before {
  border-width: 0 40px 40px 0;
}
/*padding*/
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) {
  /*PCのみ*/
  .img_zoom p:first-child {
    overflow: hidden;
    height: 160px;
    margin-bottom: 15px;
  }
  .img_zoom img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .img_zoom a:hover img {
    width: 110%;
    margin-left: -5%;
    margin-top: -5%;
  }
}
@media only screen and (max-width: 1000px) {
  .split5 > li {
    width: 31.33%;
    margin: 0 1% 10px !important;
  }
}
@media only screen and (max-width: 800px) {
  .l_cont.w46 img,
  .l_cont.w46 img,
  .l_cont.w64 img,
  .l_cont.w64 img,
  .l_cont.w37 img,
  .l_cont.w28 img,
  .l_cont.w73 img,
  .l_cont.w82 img,
  .r_cont.w37 img,
  .r_cont.w28 img,
  .r_cont.w73 img,
  .r_cont.w82 img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .split6 > li {
    width: 31.33%;
    margin: 0 1% 10px !important;
  }
  .l_cont.w46,
  .r_cont.w46,
  .l_cont.w64,
  .r_cont.w64,
  .l_cont.w28,
  .r_cont.w28,
  .l_cont.w82,
  .r_cont.w82,
  .l_cont.w73,
  .r_cont.w73,
  .l_cont.w37,
  .r_cont.w37 {
    width: 100%;
    margin: 10px 0;
  }
  /*オプション*/
  .ap30 > li > a {
    padding: 20px;
  }
  .ap15 > li a {
    padding: 10px;
  }
  .split3 > li,
  .split4 > li,
  .split6 > li,
  .split5 > li {
    width: 49%;
    margin: 2px 0.5% 5px !important;
  }
  .l_cont,
  .r_cont {
    width: 100%;
    margin: 10px 0;
  }
  .spw100 > li {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  /*padding*/
  .pl30,
  .pl50 {
    padding-left: 0;
  }
  .pr30,
  .pr50 {
    padding-right: 0;
  }
}
/*clear*/
.title_mt_clear h1,
.title_mt_clear h2,
.title_mt_clear h3,
.title_mt_clear h4 {
  margin-top: 10px !important;
}
.title_mb_clear h1,
.title_mb_clear h2,
.title_mb_clear h3,
.title_mb_clear h4 {
  margin-bottom: 10px !important;
}
.img_mclear img {
  margin-bottom: 0;
}
/*
=====================================
//SPLIT
=====================================
*/

/*
=====================================

POLICY

=====================================
*/
.policy {
  box-sizing: border-box;
  border: 10px solid #69d075;
  padding: 20px 30px;
  background: #fff;
  font-size: 22px;
}
.policy_title {
  font-weight: bold;
  color: #69d075;
  font-size: 35px;
}
.policy_title .icons {
  margin-top: -10px;
}
.policy .mini {
  margin-left: -10px;
  color: #999;
}
.policy .kome {
  font-size: 16px;
  margin-top: 25px;
}
/*
=====================================
//POLICY
=====================================
*/

/*
=====================================

選べる

=====================================
*/
#eraberu {
  background: url(../../img/top/pink_lines.jpg) center top no-repeat;
  padding: 55px 0 0;
  border-top: 5px solid #e5e5e5;
  border-bottom: 5px solid #e5e5e5;
}
#eraberu::after {
  right: 0;
}
#eraberu .wrapper {
  z-index: 2;
}
#eraberu h2 {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
}
#eraberu .r_cont {
  margin-bottom: -16px;
}
#eraberu .fa-check {
  font-size: 70px;
  color: #ff7fc7;
  margin-right: 8px;
}
#eraberu .r_cont {
  position: relative;
}
#eraberu p:first-child {
  text-align: center;
  color: #fff;
  width: 130px;
  height: 90px;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 100px;
  background: #ff7fc7;
  padding: 40px 0 0;
}
/*寄付窓口*/
.madoguchi_list {
  padding: 30px 0;
  border-top: 5px solid #f1f1f1;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size:22px;
  font-weight:bold;
}
.madoguchi_list a {
  color: #25be90;
}
.madoguchi_list li {
  margin-right: 10px;
  line-height: 30px;
  vertical-align: middle;
}
.madoguchi_list > li::before {
  color: #25be90;
  content: "\f090";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.madoguchi_list > li:hover::before {
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 800px) {
  #eraberu {
    padding: 28px 0 0;
    border-top: 3px solid #e5e5e5;
  }
  #eraberu h2 {
    font-size: 30px;
  }
  .madoguchi_list > li::before {
    position: absolute;
    left: 0;
  }
  .madoguchi_list li {
    line-height: 1.2em;
    padding-left: 35px;
    vertical-align: top;
    position: relative;
    margin-bottom: 17px;
  }
}
/*
=====================================
//選べる
=====================================
*/

/*
=====================================

送り方

=====================================
*/
#okurikata_wrapper {
  padding: 25px 35px;
  border: 5px solid #e5e5e5;
}
#okurikata_wrapper h3 {
  font-size: 1.7em;
  font-weight: bold;
  border: none;
}
#okurikata_wrapper h3::after {
  content: "";
  width: 80px;
  height: 5px;
  margin-top: 15px;
  background: #69d075;
  display: block;
}
/*
=====================================
//送り方
=====================================
*/

/*
=====================================

始めよう

=====================================
*/
.start {
  background: url(../../img/common/ks_main.jpg) repeat fixed;
  padding: 70px 0;
}
.start_inner {
  width: 100%;
  box-sizing: border-box;
  border: 7px solid #69d075;
  padding: 30px 40px;
  background: #fff;
}
.start_inner > p {
  text-align: center;
  color: #69d075;
  font-size: 28px;
  padding: 0 0 15px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px solid #e5e5e5;
  margin-top: 0;
}
.start_icon {
  font-size: 32px;
}
.start_subtitle {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}
.start_address {
  box-sizing: border-box;
  border: 8px solid #f991ba;
  text-align: center;
  padding: 0 0 5px;
  margin-top: 20px;
  font-size: 20px;
  border-radius: 10px;
}
.start_address p:first-child {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 6px 0 13px;
  background: #f991ba;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
.start_address p:last-child {
  padding: 0 15px;
}
.fa-map-marker-alt {
  color: #fff;
  font-size: 12px;
  padding: 4px 7px 4px;
  border-radius: 30px;
  background: #c5be7f;
  margin-left: 5px;
  height: 15px;
  vertical-align: middle;
  margin-top: -5px;
}
.circle_message {
  text-align: center;
  color: #fff;
  width: 130px;
  height: 105px;
  position: absolute;
  right: -20px;
  top: -30px;
  border-radius: 100px;
  background: #69d075;
  padding: 22px 0 0;
  font-size: 12px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
}
.circle_message span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .start_icon {
    font-size: 50px;
    display: block;
    margin: 0 auto 5px;
  }
}
@media only screen and (max-width: 600px) {
  .circle_message {
    right: -45px;
    top: -35px;
    padding: 15px 0 0;
    width: 110px;
    height: 96px;
  }
}
/*
=====================================
//始めよう
=====================================
*/

/*
=====================================

QA
 
=====================================
*/
.qa {
  margin-top: 30px;
}
.qa span {
  color: #f30;
  font-weight: bold;
}
.qa div {
  margin-bottom: 10px;
  line-height: 2;
  background: #fff;
}
.qa p {
  margin-top: 0;
}
.qa dt,
.qa dd {
  padding: 20px 35px 20px 55px;
  display: block;
  line-height: 1.5em;
  position: relative;
}
.qa dd {
  padding-right: 0;
  margin-left: 40px;
}
.qa dt {
  background: #fff8eb;
  position: relative;
}
.qa dt::before,
.qa dd::before {
  font-size: 2.5em;
  padding-right: 15px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 17px;
}
.qa dt::before {
  content: "Q";
  color: #ef8526;
  margin-top: -3px;
}
.qa dd::before {
  content: "A";
  color: #f00;
}
/*すべて開く/閉じるボタン*/
.qa input {
  width: 100%;
  padding: 10px 0;
  border-radius: 3px;
}
.qa input:active {
  background: #e5e5e5;
}
/* 開閉ボタン */
.qa dt::after {
  content: "\f0fe";
  font-family: "Font Awesome 5 Pro";
  float: right;
  text-indent: 0;
  color: #999;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.qa dt.open::after,
.qa dt.show::after {
  content: "\f146";
}
@media only screen and (max-width: 800px) {
  .qa dd {
    padding-left: 60px;
  }
}
/*
=====================================
//QA
=====================================
*/

/*
=====================================

汎用アイコン

=====================================
*/
.icons {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.icons.arrow {
  width: 17px;
  height: 17px;
  background: url(../../img/icons/gray_arrow.jpg) no-repeat;
}
.icons.arrow2 {
  width: 20px;
  height: 20px;
  background: url(../../img/icons/arrow.png) no-repeat;
}
.icons.fax {
  width: 30px;
  height: 17px;
  background: url(../../../img/icons/fax.png) left no-repeat;
}
.icons.tel {
  width: 30px;
  height: 17px;
  background: url(../../../img/icons/tel.png) left no-repeat;
}
.icons.free {
  width: 50px;
  height: 28px;
  background: url(../../img/icons/free_icon.png);
  background-size: cover;
  margin-top: -7px;
}
.icons.pdf {
  width: 30px;
  height: 30px;
  background: url(../../img/icons/pdf.jpg) no-repeat;
  background-size: cover;
}
.icons.excel {
  width: 30px;
  height: 30px;
  background: url(../../img/icons/excel.jpg) no-repeat;
  background-size: cover;
}
.icons.word {
  width: 30px;
  height: 30px;
  background: url(../../img/icons/word.jpg) no-repeat;
  background-size: cover;
}
.icons.document {
  width: 25px;
  height: 25px;
  background: url(../../img/icons/document_icon.png) no-repeat;
  background-size: cover;
  margin: -5px 2px 0;
}
.icons.orange_arrow {
  width: 17px;
  height: 17px;
  background: url(../../img/icons/orange_arrow.png);
}
.icons.kagi {
  width: 18px;
  height: 17px;
  background: url(../../img/icons/ks_arrow.jpg);
}
.icons.smapho {
  width: 35px;
  height: 35px;
  background: url(../../img/icons/smapho_icon.png);
  background-size: auto;
  background-size: cover;
  margin-top: -13px;
  margin-right: 2px;
}
.icons.line {
  width: 50px;
  height: 50px;
  background: url(../../img/icons/line_icon.png);
  background-size: auto;
  background-size: cover;
}
/*オリジナルアイコン*/
.icons.hand {
  width: 45px;
  height: 45px;
  background: url(../../img/icons/icons_handshake.png) no-repeat;
  background-size: cover;
}
.icons.deliver {
  width: 80px;
  height: 80px;
  background: url(../../img/icons/deliver.png) no-repeat;
  background-size: cover;
}
.icons.flag {
  width: 80px;
  height: 80px;
  background: url(../../img/icons/flag.png) no-repeat;
  background-size: cover;
}
.icons.question {
  width: 80px;
  height: 80px;
  background: url(../../img/icons/question.png) no-repeat;
  background-size: cover;
}
.icons.logo_icon {
  width: 80px;
  height: 80px;
  background: url(../../img/icons/logo_icon.png) no-repeat;
  background-size: cover;
}
.icons.onepoint {
  width: 20px;
  height: 20px;
  background: url(../../img/icons/icons_onepoint.png) no-repeat;
  background-size: cover;
  margin-top: -25px;
  margin-left: 3px;
}
/* .activeでON_OFF  */
.plus_close {
  width: 18px;
  height: 17px;
  background: url(../../img/icons/plus.jpg) no-repeat;
  margin: 0 0 2px 5px;
}
.active .plus_close {
  background: url(../../img/icons/min.jpg) no-repeat;
}
/* FontAwsome */
.accent_icon {
  width: 40px !important;
  color: #69d075;
  margin-left: -10px;
}
.accent_icon.red {
  color: #f63;
}
.fa-chevron-right {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
}
a:hover .fa-chevron-right {
  margin-left: 2px;
  margin-right: 6px;
}
.fa-external-link {
  margin-left: 5px;
  color: #999;
  font-size: 10px;
}
.switch .fa-external-link {
  color: #fff;
}
.fa-at {
  color: #7dbfaf;
  margin: 0 2px;
}
/* NEW */
.new_icon {
  background: #e62929 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 1px 5px;
  vertical-align: middle;
}
/* time */
time {
  display: block;
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  padding-right: 3px;
  color: #999;
}
.time_category {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin: 0 0 10px;
  color: #666;
  font-size: 12px;
}
.time_category time {
  display: inline-block;
  width: 90px;
  border: none;
  margin: 0 5px 0 0;
  padding: 0;
}

/*
=====================================
//汎用アイコン
=====================================
*/
/*
=====================================

COMMON

=====================================
*/
/* wrapper */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.content_wrapper {
  max-width: 950px;
  margin: 0 auto;
}
/* ページトップへ移動 */
#pageTop {
  background-color: #69d075;
  border-radius: 50px;
  bottom: 5px;
  color: #fff;
  font-size: 25px;
  padding: 1px 12px 0px 12px;
  position: fixed;
  right: 5px;
  text-decoration: none;
  z-index: 999;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#pageTop:hover {
  font-size: 35px;
  padding: 1px 20px 2px 20px;
}
/*微調整*/
.mb50 {
  margin-bottom: 50px;
}
/*小さい文字*/
.mini {
  font-size: 12px !important;
}
/* 右寄りのリンク */
.txt_r {
  text-align: right !important;
}
.txt_r a {
  color: #333;
}
/* ※注釈 */
.kome {
  margin: 10px 0 10px 15px;
  display: block;
  font-weight: 100;
  font-size: 0.9em;
  color: #666;
  text-indent: -1.2em;
}
.kome::before {
  content: "※";
  margin-right: 3px;
  font-weight: bold;
}
/*アンダーライン*/
.under_line {
  background: linear-gradient(transparent 50%, rgba(252, 105, 105, 0.3) 50%);
}
/*画像をレスポンシブ化*/
.max,
.max img {
  width: 100%;
  height: auto;
}
/*幅制限*/
.limit250 img,
.limit300 img,
.limit350 img,
.limit400 img,
.limit450 img,
.limit500 img,
.limit640 img,
.limit250,
.limit300,
.limit350,
.limit400,
.limit450,
.limit500,
.limit640  {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.limit250 img,
.limit250 {
  max-width: 250px !important;
}
.limit300 img,
.limit300 {
  max-width: 300px !important;
}
.limit350 img,
.limit350 {
  max-width: 350px !important;
}
.limit400 img,
.limit400 {
  max-width: 400px !important;
}
.limit450 img,
.limit450 {
  max-width: 450px !important;
}
.limit500 img,
.limit500 {
  max-width: 500px !important;
}
.limit640 img,
.limit640 {
  max-width: 640px !important;
}
/*アンカー*/
.ancher {
  display: block;
  padding-top: 150px !important;
  margin-top: -150px !important;
}
/*clear*/
.clear_bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear_top {
  margin-top: 0;
  padding-top: 0;
}
.clear_right {
  margin-right: 0;
  padding-right: 0;
}
.clear_left {
  margin-left: 0;
  padding-left: 0;
}
/*中央揃え*/
.center {
  text-align: center;
}
.center img {
  display: block;
  margin: 0 auto;
}
/*NOW*/
nav .now::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background: #69d075;
  margin-bottom: -2px;
}
nav .now {
  color: #69d075 !important;
}
/* float */
.f_l {
  float: left;
}
.f_r {
  float: right;
}
/* ページトップへ移動 */
#pageTop {
  background-color: #69d075;
  border-radius: 50px;
  bottom: 5px;
  color: #fff;
  font-size: 30px;
  padding: 1px 16px 2px 17px;
  position: fixed;
  right: 5px;
  text-decoration: none;
  z-index: 999;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#pageTop:hover {
  font-size: 35px;
}
/* スマホで改行させる */
@media screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
    line-height: 0.5em;
  }
}
/*
=====================================
//COMMON
=====================================
*/
/*
=====================================

ANIMATION

=====================================
*/
.anim_in {
  opacity: 0;
  transition: all 1s;
}
/*初期値調整*/
/*direction*/
.anim_in.up {
  transform: translate(0, 15px);
}
.anim_in.down {
  transform: translate(0, -15px);
}
.anim_in.right {
  transform: translate(15px, 0);
}
.anim_in.left {
  transform: translate(-15px, 0);
}
/*flash*/
.anim_in.flash {
  opacity: 1;
  filter: brightness(200%);
  animation-delay: 0.3s;
}
/*zoom*/
.anim_in.zoom {
  opacity: 1;
  transform: scale(0.8);
}
/*minzoom*/
.anim_in.minzoom {
  opacity: 1;
  transform: scale(0.9);
}
/*フォーカス*/
.anim_in.focus_in {
  transform: scale(1.3);
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
/*
=====================================
//ANIMATION
=====================================
*/
/*
=====================================

スマホ・タブレット対応

=====================================
*/
@media only screen and (max-width: 1200px) {
  /*body*/
  body {
    padding-top: 68px;
  }
  /*main_img*/
  #main_img_wrapper {
    overflow: hidden;
  }
  #main_img_wrapper::before {
    height: 100%;
  }
  #main_img_wrapper .wrapper::before {
    display: none;
  }
  /*nav*/
  nav ul {
    width: 100%;
  }
  /* 固定横幅を100%に */
  .wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
  }
  /*tel_btn*/
  .tel_btn p:first-child {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1000px) {
  #main_img_wrapper h1 {
    padding: 25px 0 20px;
  }
  .content_wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px !important;
  }
  #main_img_subtxt {
    display: none;
  }
  /*start*/
  .start {
    padding: 20px 0;
  }
  /*#main_img_wrapper*/
  #main_img_wrapper::before {
    border-bottom: 5px solid #f5f5f5;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 800px) {
  .bottom-border {
    font-size: 2em;
  }
  /* header */
  #header_content h1 img {
    width: 100%;
    height: auto;
  }
  /* main */
  #main {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  #main_img {
    position: relative;
  }
  #main_img::before {
    content: "";
    width: 100%;
    height: 350px;
    background: url(../../img/top/mainimg_sp.jpg) repeat-x;
    display: block;
    animation: bg-slider_mainimg 20s linear infinite;
    background-size: auto 100%;
    margin: 0 -500%;
    padding: 0 500%;
  }
  #main_img_wrapper {
    overflow: hidden;
    border-bottom: 5px solid #f1f1f1;
  }
  #main_img_wrapper h1 {
    font-size: 20px;
    line-height: 27px;
    padding: 0 10px 0 5px;
    position: relative;
    width: 100%;
    left: 0;
    top: 15px;
    margin: 0 0 25px 0;
    box-sizing: border-box;
  }
  .policy_title {
    line-height: 1em;
  }
  /*okurikata*/
  #okurikata_wrapper {
    padding: 10px 25px;
  }
  #okurikata_wrapper h3 {
    font-size: 1.7em;
    font-weight: bold;
    border: none;
    margin-top: -10px !important;
    text-align: center;
  }
  #okurikata_wrapper h3::after {
    margin: 15px auto 0;
  }
  /*start*/
  .start_inner {
    padding: 12px 30px 25px;
  }
  .start_inner > p {
    margin-bottom: 0px;
    font-size: 20px;
    padding: 10px 10px 9px;
  }
  .start_address {
    font-size: 16px;
  }
  .start_address svg {
    display: none;
  }
  .start .r_cont img {
    display: block;
    max-width: 300px;
    margin: -20px auto 0;
  }
  /*eraberu*/
  #eraberu {
    background-size: contain;
  }
  #eraberu h2 {
    text-align: center;
  }
  #eraberu .r_cont img {
    max-width: 300px;
    margin: 0 auto 16px;
    display: block;
  }
  #eraberu p:first-child {
    right: 5px;
    top: -30px;
  }
  @keyframes bg-slider_mainimg {
    0% {
      background-position: 0 0;
      transform: translateY(0px);
    }
    50% {
      transform: translateY(3px);
    }
    100% {
      background-position: -800px 0;
      transform: translateY(0px);
    }
  }
  #main_img .policy {
    position: relative;
    top: 375px;
    top: 25px;
    width: 100% !important;
    border: none;
    padding: 0 0 0 10px;
    background: no-repeat;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
  #main_img > p {
    display: none;
  }
  /*.policy*/
  .policy {
    height: auto !important;
    font-size: 19px;
    border: 7px solid #69d075;
    padding: 10px 20px;
    font-size: 19px;
    margin: 0 auto;
    max-width: 400px;
    text-align: left;
  }
  .policy .kome {
    margin-top: 15px;
  }
  /*テーブルを横スクロール可能に*/
  .scroll_table::before {
    content: "この表は左右にスクロールできます";
    color: #888;
    font-size: 12px;
    display: block;
    background: #f1f1f1;
    padding: 0 10px;
    width: 200px;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
  }
  .scroll_table {
    overflow: auto;
    position: relative;
    margin: 15px 0;
  }
  table th,
  table td {
    word-break: normal;
    padding: 5px;
    vertical-align: top;
  }
  .scroll_table table {
    width: 600px;
  }
  .scroll_table.wide table {
    width: 1000px;
  }
}
@media only screen and (max-width: 600px) {
  #ks_title #ks_title_wrap {
    font-size: 30px;
    padding: 0;
    box-shadow: none;
    background: none;
    font-weight: bold;
    max-width: none;
    width: 80%;
    line-height: 43px;
    color: #fff;
    text-shadow: 0px 0px 3px #000000;
  }
  .policy {
    width: 330px !important;
    font-size: 19px;
    border: 7px solid #69d075;
    padding: 10px 17px;
    font-size: 18px;
  }
  /*tel_btn*/
  .tel_btn {
    line-height: 20px;
  }
  .start_address {
    padding: 20px 20px 10px;
  }
  .qa dd {
    padding-left: 53px;
  }
  .qa dd {
    padding-right: 0;
    margin-left: 0;
  }
}
