@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

a {
  color: initial;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 2;
  text-align: justify;
}

/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .sp {
    display: inline-block;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 140%;
  font-weight: bold;
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/******************************************
[テキストカラー]
******************************************/
.black {
  color: #333333;
}

.white {
  color: #fff;
}

.red {
  color: #ce1158;
}

.orange {
  color: #ff7043;
}

.yellow {
  color: #fff000;
}

.green {
  color: #8abc00;
}

.blue {
  color: #0061aa;
}

.brown {
  color: #8abc00;
}

.gray {
  color: #a3a3a3;
}

/******************************************
[見出し]
******************************************/
h1 {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  padding: 5px 0 0;
}

h2 {
  color: #8abc00;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  /* sp */
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  h2 {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  text-align: center;
  margin-bottom: 40px;
  /* sp */
}

h3 span {
  font-size: 1.875rem;
  line-height: 1;
  color: #333333;
  font-weight: 400;
  display: inline-block;
  padding: 0 30px 10px;
  border-bottom: 4px double #a3a3a3;
}

h3 span:before, h3 span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

h3 span:before {
  background-image: url("../img/h3-wing-left.png");
  left: 0;
}

h3 span:after {
  background-image: url("../img/h3-wing-right.png");
  right: 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  h3 {
    margin-bottom: 20px;
  }
  h3 p {
    font-size: 1.5625rem;
  }
}

h4 {
  font-size: 1.5625rem;
  color: #ff7043;
  text-align: center;
  margin-bottom: 20px;
  /* sp */
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  h4 {
    font-size: 1.125rem;
  }
}

/******************************************
[header]
******************************************/
header {
  /* sp */
}

header .header {
  width: 1000px;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
}

header .header-left, header .header-right {
  padding: 15px 0;
}

header .header-left {
  width: 40%;
}

header .header-left img {
  width: 440px;
}

header .header-right {
  width: 60%;
}

header .header-right-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .header-right-card {
  padding: 10px;
  border: 1px solid #333333;
}

header .header-right-card img {
  width: 180px;
}

header .header-right-tel {
  padding-left: 20px;
}

header .header-right-tel > p {
  line-height: 1;
  text-align: right;
}

header .header-right-tel-num:first-child {
  font-size: 1.875rem;
  border-bottom: 1px solid #333333;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

header .header-right-tel-num:last-child {
  font-size: 1.25rem;
}

header .header-right-tel-num:last-child img {
  margin-right: 5px;
}

header .header-right-tel-num:last-child small {
  font-size: 0.875rem;
}

header .header-right-tel-num img {
  margin-right: 10px;
}

header .header-right-tel-num .tel-time {
  font-size: 0.75rem;
  line-height: 1.3;
  padding-right: 20px;
  float: left;
}

header .header-right-tel-num .tel-timeout {
  font-size: 0.75rem;
  padding-right: 10px;
  display: inline-block;
  margin-top: -7px;
  vertical-align: middle;
}

header .header-right-tel-num .ruby:before, header .header-right-tel-num .ruby:after {
  font-size: 10px;
  position: absolute;
  top: 0;
}

header .header-right-tel-num .ruby:before {
  content: "ヨヤク";
  right: 57px;
  letter-spacing: 5px;
  padding-left: 5px;
}

header .header-right-tel-num .ruby:after {
  content: "ヨイクヨウ";
  right: -2px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  header .header {
    width: 100%;
    display: block;
  }
  header .header-left, header .header-right {
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  header .header-left {
    padding: 10px 60px;
  }
  header .header-right-box {
    display: inline-block;
  }
  header .header-right-card {
    display: inline-block;
  }
  header .header-right-tel {
    padding: 20px 0 0 0;
  }
  header .header-right-tel > p {
    text-align: center;
  }
  header .header-right-tel-num:first-child {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  header .header-right-tel-num:first-child {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  header .header-right-tel-num:first-child img {
    width: 35px;
  }
  header .header-right-tel-num:last-child {
    font-size: 1.25rem;
  }
  header .header-right-tel-num:last-child img {
    width: 25px;
  }
  header .header-right-tel-num:last-child small {
    font-size: 0.875rem;
  }
  header .header-right-tel-num .tel-time {
    font-size: 0.75rem;
    padding-right: 10px;
  }
  header .header-right-tel-num .tel-timeout {
    font-size: 0.75rem;
  }
  header .header-right-tel-num .ruby:before, header .header-right-tel-num .ruby:after {
    top: -4px;
  }
  header .header-right-tel-num .ruby:before {
    right: 58px;
    letter-spacing: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  header .header-right-tel-num .ruby:before {
    right: 48px;
    letter-spacing: 3px;
    padding-left: 3px;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  header .header-right-tel-num .ruby:after {
    right: 0;
  }
}

/******************************************
[footer]
******************************************/
footer {
  color: #fff;
  background-color: #0061aa;
  padding: 30px 20px;
  /* sp */
}

footer .footer {
  text-align: center;
  width: 1000px;
  margin: auto;
}

footer .footer-add {
  display: inline-block;
}

footer .footer-add img {
  width: 336px;
}

footer .footer-add p {
  margin: 20px 0;
  text-align: center;
}

footer .footer-tel {
  display: flex;
}

footer .footer-tel-num {
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 300;
  width: 50%;
  padding: 0 20px;
}

footer .footer-tel-num span {
  font-size: 1.375rem;
}

footer .footer-tel-num span small {
  font-size: 0.875rem;
  display: inline-block;
}

footer .footer-tel-num img {
  margin: 0 10px;
}

footer .footer-tel-num:nth-child(1) {
  text-align: right;
}

footer .footer-tel-num:nth-child(2) {
  text-align: left;
}

footer .footer-area {
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 30px auto 0;
  padding: 10px 20px;
}

footer .footer-area p {
  line-height: 1.5;
}

footer .footer-nav {
  width: 1000px;
  margin: 30px auto;
  display: flex;
}

footer .footer-nav li {
  flex-grow: 1;
  border-left: 1px solid #fff;
}

footer .footer-nav li:last-child {
  border-right: 1px solid #fff;
}

footer .footer-nav li a {
  color: #fff;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  footer .footer {
    width: 100%;
  }
  footer .footer-add img {
    width: 250px;
  }
  footer .footer-add p {
    margin: 20px 0;
    line-height: 1.2;
  }
  footer .footer-tel {
    display: block;
    margin-bottom: 20px;
  }
  footer .footer-tel-num {
    font-size: 1.5625rem;
    line-height: 1.3;
    text-align: center !important;
    width: 100%;
  }
  footer .footer-tel-num span {
    font-size: 0.9375rem;
  }
  footer .footer-tel-num span small {
    font-size: 0.625rem;
    line-height: 1;
    text-align: right;
  }
  footer .footer-tel-num img {
    width: 30px;
    margin: 0 5px;
  }
  footer .footer-tel-num a {
    color: white;
  }
  footer .footer-area {
    margin: 20px auto 20px;
    padding: 10px;
  }
  footer .footer-area p {
    font-size: 0.75rem;
  }
  footer .footer-nav {
    display: none;
  }
}

/* コピーライト */
.copy {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  /* sp */
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .copy {
    font-size: 0.625rem;
  }
}

/******************************************
[section]
******************************************/
section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
  /* sp */
}

section:nth-child(odd) {
  background: #fefaf5;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  section {
    padding: 30px 0;
  }
}

#second section:nth-child(even) {
  background: #fefaf5;
}

#second section:nth-child(odd) {
  background: #fff;
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  text-align: right;
  width: 100%;
  padding: 5px 0;
  margin: 0 0 10px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  clear: both;
  /* ドロップダウン */
  /* sp */
}

nav > ul {
  width: 1000px;
  margin: auto;
  display: flex;
}

nav > ul li {
  flex-grow: 1;
  text-align: center;
  border-left: 1px dotted #a3a3a3;
}

nav > ul li:last-child {
  border-right: 1px dotted #a3a3a3;
}

nav > ul li a,
nav > ul li span {
  line-height: 1;
  width: 90%;
  padding: 10px 0;
  display: inline-block;
  transition: .3s;
}

nav > ul li a:hover,
nav > ul li span:hover {
  background: #8abc00;
  color: #fff;
  text-decoration: none;
}

nav .dropdown span {
  z-index: 2;
}

nav .dropdown span:after {
  color: #a3a3a3;
  font-family: "icomoon";
  content: "\e906";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -6px;
  margin: auto;
  z-index: 2;
}

nav .dropdown span:hover:after {
  color: #fff;
  background: #8abc00;
}

nav .dropdown ul.child {
  display: none;
  background: #fff;
  position: absolute;
  top: 37px;
  left: -1px;
  right: -1px;
  padding: 5px 0;
  border-left: 1px dotted #a3a3a3;
  border-right: 1px dotted #a3a3a3;
  border-bottom: 1px dotted #a3a3a3;
  z-index: 1;
}

nav .dropdown ul.child li {
  width: 100%;
  border-width: 0;
  padding: 0 8px;
  margin: 5px 0 0;
}

nav .dropdown ul.child li a {
  width: 100%;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  nav {
    position: fixed;
    left: -240px;
    top: 0;
    width: 240px;
    height: 100%;
    background: #8abc00;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    transition: left .2s;
    will-change: transform;
    border-width: 0;
    /* ドロップダウン */
  }
  nav > ul {
    width: inherit;
    display: block;
    justify-content: center;
    position: initial;
  }
  nav > ul li {
    text-align: left;
    padding: 0px 10px 15px !important;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
    display: block;
  }
  nav > ul li a,
  nav > ul li span {
    font-size: 1rem;
    color: #fff;
    display: block;
  }
  nav .dropdown span:after {
    color: #fff;
    position: initial;
    margin: 0 0 0 5px;
  }
  nav .dropdown span:hover:after {
    color: #fff;
    background: #8abc00;
  }
  nav .dropdown ul.child {
    background: #8abc00;
    position: initial;
    padding: 0;
    border-width: 0;
  }
  nav .dropdown ul.child li {
    padding: 0 0 0 10px !important;
    margin: 0;
  }
  nav .dropdown ul.child li a:before {
    content: "・";
  }
  nav .clone-nav {
    display: none;
  }
}

/* スマホ用グローバルナビボタン
      ******************************************/
.button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .button, .telBtn {
    display: block !important;
  }
  .button {
    position: fixed;
    top: 30px;
    left: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #8abc00;
    z-index: 1000000;
    cursor: pointer;
    outline: none;
    transition: .2s;
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: none;
    transform: translate(240px, 0);
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
  }
  .open .bar:after {
    transform: rotate(-45deg);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .screen {
    opacity: .6;
    visibility: visible;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .telBtn {
    position: fixed;
    top: 30px;
    right: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #8abc00;
    z-index: 100000;
    cursor: pointer;
    padding: 4px 0;
    text-align: center;
    transition: .2s;
  }
  .telBtn i {
    color: #fff;
    font-size: 40px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 5px;
  }
}

/* スクロール後グローバルナビ
      ******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: .3s;
  transform: translateY(-100%);
  background: #fff;
  /* sp */
}

.clone-nav > ul {
  width: 1000px;
  margin: auto;
  position: initial;
  padding-left: 5px;
}

.clone-nav .logo {
  width: 90px;
  top: 0px;
}

.clone-nav .logo img {
  height: auto;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[topics]
******************************************/
.topics {
  border: 1px dotted #a3a3a3;
  border-radius: 10px;
  padding: 20px;
}

.topics ul.topicsArea li {
  border-bottom: 1px dashed #a3a3a3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.topics ul.topicsArea li:last-child {
  margin-bottom: 0;
}

.topics ul.topicsArea li a {
  display: flex;
}

.topics ul.topicsArea li a span {
  overflow: hidden;
}

.topics ul.topicsArea li .topics_date {
  width: 25%;
}

.topics ul.topicsArea li .topics_title {
  width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* トピックスページャー */
.topics_paging {
  margin: 20px 0 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.topics_paging li {
  width: 24px;
  text-align: center;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 4px;
  list-style: none;
  border: 1px solid #a3a3a3;
  padding: 2px 0;
}

.topics_paging li a {
  color: #8abc00;
  text-decoration: underline;
}

/* 詳細画面 */
#detail {
  /* sp */
}

#detail h3 {
  line-height: 1.3;
  border-top: 1px solid #8abc00;
  border-bottom: 1px solid #8abc00;
  padding: 10px 0 10px;
}

#detail #topics_thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

#detail #topics_thumbnail img {
  max-width: 400px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #detail h3 {
    font-size: 1rem;
  }
  #detail #topics_thumbnail img {
    width: 100%;
    max-width: 300px;
  }
}

/******************************************
[voice] お客様の声
******************************************/
.voice {
  /* sp */
}

.voice ul.topicsArea {
  display: flex;
  flex-wrap: wrap;
}

.voice ul.topicsArea li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}

.voice ul.topicsArea li:nth-child(4n), .voice ul.topicsArea li:last-child {
  margin-right: 0;
}

.voice ul.topicsArea li a span {
  display: block;
}

.voice_thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  background: url("../img/thumbnail.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.voice_thumbnail img {
  /*position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      max-width: initial;
      height: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.voice_date {
  color: #ce1158;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .voice ul.topicsArea li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .voice ul.topicsArea li:nth-child(2n), .voice ul.topicsArea li:last-child {
    margin-right: 0;
  }
  .voice ul.topicsArea li a {
    font-size: 0.75rem;
  }
  .voice_thumbnail {
    height: 150px;
    margin-bottom: 0;
  }
}

/******************************************
[バナーエリア]
******************************************/
.bnrArea {
  padding: 30px 0;
  background-color: rgba(51, 51, 51, 0.06);
  /* sp */
}

.bnrArea-box {
  margin-top: 30px;
}

.bnrArea-box:first-child {
  margin-top: 0;
}

.bnrArea-box ul {
  display: flex;
}

.bnrArea-box ul li {
  width: 25%;
  margin-right: 2%;
}

.bnrArea-box ul li:last-child {
  margin-right: 0;
}

.bnrArea-box ul li a {
  background-color: #fff;
  height: 90px;
  border: 2px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnrArea-box ul li a.red {
  border-color: #ce1158;
}

.bnrArea-box ul li a.green {
  border-color: #8abc00;
}

.bnrArea-box ul li a.gray {
  border-color: #a3a3a3;
}

.bnrArea-box ul li a img {
  width: 200px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .bnrArea-box {
    margin-top: 20px;
  }
  .bnrArea-box ul {
    display: block;
  }
  .bnrArea-box ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .bnrArea-box ul li:last-child {
    margin: 0;
  }
  .bnrArea-box ul li a {
    height: 70px;
  }
  .bnrArea-box ul li a img {
    width: 180px;
  }
}

/******************************************
[tel]
******************************************/
.tel {
  font-family: "Century Gothic";
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

.tel:before {
  font-family: "icomoon";
  content: "\e900";
  text-align: center;
  line-height: 1;
  display: inline-block;
  border-radius: 200px;
  vertical-align: middle;
}

/******************************************
[totop]
******************************************/
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
  /* sp */
}

#pageTop a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #8abc00;
  border-radius: 100px;
  border: 2px solid #fff;
  transition: .3s;
}

#pageTop a:before {
  content: "\e902";
  font-family: "icomoon";
  display: block;
}

#pageTop a:hover {
  text-decoration: none;
  color: #ff7043;
  background: #fff;
  border: 2px solid #ff7043;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #pageTop {
    right: 10px;
    bottom: 20px;
  }
}

/******************************************
[column]
******************************************/
.column-2n {
  display: flex;
  flex-wrap: wrap;
}

.column-2n .column-box {
  width: calc(102% / 2 - 2%);
  margin: 0 2% 0 0;
}

.column-2n .column-box:nth-child(2) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-2n {
    display: block;
  }
  .column-2n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  .column-2n .column-box:nth-child(2) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
.column-3n {
  display: flex;
  flex-wrap: wrap;
}

.column-3n .column-box {
  width: calc(102% / 3 - 2%);
  margin: 0 2% 0 0;
}

.column-3n .column-box:nth-child(3n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-3n {
    display: block;
  }
  .column-3n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  .column-3n .column-box:nth-child(3) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
.column-4n {
  display: flex;
  flex-wrap: wrap;
}

.column-4n .column-box {
  width: calc(102% / 4 - 2%);
  margin: 0 2% 0 0;
}

.column-4n .column-box:nth-child(4n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-4n {
    display: block;
  }
  .column-4n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  .column-4n .column-box:nth-child(4) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
.column-5n {
  display: flex;
  flex-wrap: wrap;
}

.column-5n .column-box {
  width: calc(102% / 5 - 2%);
  margin: 0 2% 0 0;
}

.column-5n .column-box:nth-child(5n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-5n {
    display: block;
  }
  .column-5n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  .column-5n .column-box:nth-child(5) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
/******************************************
[google map]
******************************************/
.gmap {
  height: 400px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .gmap {
    height: 300px;
  }
  .gmap iframe {
    height: 300px;
  }
}

/******************************************
[sideBtn] 追随バナー
******************************************/
.sideBtn {
  position: fixed;
  right: -20px;
  top: 15%;
  /* sp */
}

.sideBtn a {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 30px 20px 10px;
  margin: 10px 0;
  border-radius: 5px;
  writing-mode: vertical-rl;
  transition: .3s;
}

.sideBtn a img {
  width: 60px;
  margin-bottom: 10px;
}

.sideBtn a.green {
  background-color: #8abc00;
}

.sideBtn a.red {
  background-color: #ce1158;
}

.sideBtn a:hover {
  background-color: #8abc00;
  text-decoration: none;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .sideBtn {
    width: 100%;
    display: flex;
    right: 0;
    top: initial;
    bottom: 0;
  }
  .sideBtn a {
    font-size: 0.8125rem;
    right: 0;
    top: inherit;
    width: 50%;
    height: 60px;
    margin: 0;
    padding: 10px;
    writing-mode: inherit;
    border-radius: 0;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  .sideBtn a {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .sideBtn a img {
    display: block;
    margin: 0 auto 5px;
  }
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(138, 188, 0, 0.2);
}

.shadow-2 {
  box-shadow: 5px 5px 0px 0px rgba(138, 188, 0, 0.2);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(138, 188, 0, 0.4);
}

/******************************************
[電話ボタンポップアップ]
******************************************/
.telBtn .telBtn-menu {
  display: none;
  border: 7px solid #fff;
  position: fixed;
  right: 0px;
  top: 80px;
  z-index: 100;
}

.telBtn .telBtn-menu li {
  background: #8abc00;
  padding: 10px 20px;
  border-bottom: 1px dashed #fff;
}

.telBtn .telBtn-menu li a {
  font-size: 0.875rem;
  color: #fff;
}

.telBtn .telBtn-menu li a span {
  font-size: 1.5625rem;
  display: block;
}

.telBtn .telBtn-menu li a img {
  filter: brightness(500%);
  width: 27px;
  margin-right: 5px;
}

.telBtn.fixed .telBtn-menu {
  top: 55px;
}

/******************************************
[チェック]
******************************************/
.check {
  /* sp */
}

.check > li {
  font-size: 1.125rem;
  text-indent: -40px;
  padding-left: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #a3a3a3;
}

.check > li:before {
  content: "";
  background: url("../img/icon-check.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .check > li {
    font-size: 1rem;
    text-indent: -30px;
    padding-left: 30px;
  }
  .check > li:before {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}

/******************************************
[btn]
******************************************/
.btn {
  text-align: center;
}

.btn a {
  color: #333333;
  line-height: 1;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #333333;
  background: #fff;
  /* sp */
}

.btn a:after {
  content: "\e907";
  font-family: "icomoon";
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  transition: .3s;
}

.btn a:hover {
  text-decoration: none;
}

.btn a:hover:after {
  margin-left: 10px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .btn a {
    padding: 10px 20px;
  }
}

#index {
  /******************************************
  [mv]
  ******************************************/
  /******************************************
  [sec1] 訪問型でお気持ちの負担も軽く致します。
  ******************************************/
  /******************************************
  [sec2] お知らせ メディア掲載
  ******************************************/
  /******************************************
  [sec4] 選べる３つのプラン
  ******************************************/
  /******************************************
  [sec5] ペットの旅立ち5つの特徴
  ******************************************/
  /******************************************
  [sec6] ペットの旅立ち5つの特徴
  ******************************************/
}

#index .mv {
  /* sp */
}

#index .mv-box {
  width: 100%;
  height: 700px;
}

#index .mv-box:before {
  content: "";
  background-image: url("../img/mv-txt.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 1000px;
  height: 197px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  z-index: 1;
}

#index .mv-box li {
  width: 100%;
  height: 100%;
}

#index .mv-box li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: initial;
  height: auto;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index .mv-box {
    height: 300px;
  }
  #index .mv-box:before {
    width: 100%;
    height: 100px;
    bottom: 20px;
    left: 20px;
  }
  #index .mv-box li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}

#index #sec1 {
  background-image: url("../img/index-sec1-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: auto;
  /* sp */
}

#index #sec1 p {
  line-height: 4;
  text-align: center;
}

#index #sec1 p:before, #index #sec1 p:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -60px;
}

#index #sec1 p:before {
  background-image: url("../img/index-sec1-dog-left.png");
  width: 198px;
  height: 298px;
  left: -20px;
}

#index #sec1 p:after {
  background-image: url("../img/index-sec1-dog-right.png");
  width: 187px;
  height: 310px;
  right: 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec1 {
    background-attachment: initial;
    background-position: center;
    overflow: hidden;
    padding-bottom: 80px;
  }
  #index #sec1 p {
    font-size: 0.8125rem;
    line-height: 2;
  }
  #index #sec1 p:before, #index #sec1 p:after {
    bottom: -80px;
  }
  #index #sec1 p:before {
    width: 111px;
    height: 167px;
    left: -50px;
    bottom: -140px;
  }
  #index #sec1 p:after {
    width: 150px;
    height: 114px;
    right: -30px;
  }
}

#index #sec2 {
  /* sp */
  /* sp */
  /* sp */
  /* sp */
}

#index #sec2 .column-2n .column-box {
  width: calc(105% / 2 - 5%);
  margin: 0 5% 0 0;
}

#index #sec2 .column-2n .column-box:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec2 .column-2n {
    display: block;
  }
  #index #sec2 .column-2n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  #index #sec2 .column-2n .column-box:nth-child(2) {
    margin-bottom: 0;
  }
}

#index #sec2 .column-3n .column-box {
  width: calc(105% / 3 - 5%);
  margin: 0 5% 0 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec2 .column-3n {
    display: block;
  }
  #index #sec2 .column-3n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  #index #sec2 .column-3n .column-box:nth-child(3) {
    margin-bottom: 0;
  }
}

#index #sec2 .column-4n .column-box {
  width: calc(105% / 4 - 5%);
  margin: 0 5% 0 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec2 .column-4n {
    display: block;
  }
  #index #sec2 .column-4n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  #index #sec2 .column-4n .column-box:nth-child(4) {
    margin-bottom: 0;
  }
}

#index #sec2 .column-5n .column-box {
  width: calc(105% / 5 - 5%);
  margin: 0 5% 0 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec2 .column-5n {
    display: block;
  }
  #index #sec2 .column-5n .column-box {
    width: 100%;
    margin: 0 0 50px;
  }
  #index #sec2 .column-5n .column-box:nth-child(5) {
    margin-bottom: 0;
  }
}

#index #sec4 {
  /* sp */
}

#index #sec4 .plan-thumbnail {
  font-size: 0;
  margin-bottom: 20px;
}

#index #sec4 .plan-ttl, #index #sec4 .plan-price {
  text-align: center;
  line-height: 1;
}

#index #sec4 .plan-ttl {
  font-size: 1.5625rem;
  color: #8abc00;
}

#index #sec4 .plan-price {
  font-size: 1.5625rem;
  margin: 20px 0;
}

#index #sec4 .plan-txt {
  font-size: 0.875rem;
}

#index #sec4 .plan-txt small {
  line-height: 2;
  display: inline-block;
  margin-top: 10px;
}

#index #sec4 .plan > p {
  padding: 0 15px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec4 .plan-thumbnail {
    margin-bottom: 10px;
  }
  #index #sec4 .plan-price {
    font-size: 1.25rem;
    margin: 10px 0;
  }
  #index #sec4 .plan > p {
    line-height: 1.6;
    padding: 0;
  }
}

#index .fb-bnr {
  width: 800px;
  margin: auto;
  background: #1877f2;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px #00275c;
  /* sp */
}

#index .fb-bnr a {
  font-size: 2.1875rem;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px;
}

#index .fb-bnr a span {
  line-height: 1;
  display: inline-block;
  padding-left: 60px;
}

#index .fb-bnr a span:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon-facebook.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#index .fb-bnr a:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index .fb-bnr {
    width: 100%;
    max-width: 768px;
    border-radius: 5px;
  }
  #index .fb-bnr a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  #index .fb-bnr a {
    font-size: 0.875rem;
    padding: 10px;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index .fb-bnr a span {
    padding-left: 70px;
  }
  #index .fb-bnr a span:before {
    width: 60px;
    height: 60px;
  }
  #index .fb-bnr a span big {
    font-size: 2.5rem;
    display: block;
  }
}

@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  #index .fb-bnr a span {
    padding-left: 60px;
  }
  #index .fb-bnr a span:before {
    width: 50px;
    height: 50px;
  }
  #index .fb-bnr a span big {
    font-size: 1.875rem;
  }
}

#index #sec6 {
  /* sp */
}

#index #sec6 .feature li {
  padding: 20px 0;
  border-top: 1px dotted #a3a3a3;
}

#index #sec6 .feature li:last-child {
  border-bottom: 1px dotted #a3a3a3;
}

#index #sec6 .feature li dl {
  overflow: hidden;
}

#index #sec6 .feature li dl dd {
  line-height: 2;
}

#index #sec6 .feature-img {
  width: 330px;
  margin-right: 40px;
  float: left;
}

#index #sec6 .feature-ttl {
  font-size: 1.875rem;
  color: #ce1158;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec6 .feature-img {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  #index #sec6 .feature-ttl {
    font-size: 1.5625rem;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /******************************************
  [about.html] 初めての方へ
  ******************************************/
  /******************************************
  [plan.html] プラン・料金
  ******************************************/
  /******************************************
  [flow.html] お火葬までの流れ
  ******************************************/
  /******************************************
  [company.html] 会社概要
  ******************************************/
  /******************************************
  [list.html] お知らせ一覧
  ******************************************/
  /******************************************
  [detail.html] お知らせ詳細
  ******************************************/
}

#second .mv {
  width: 100%;
  height: 300px;
  background: url("../img/second-title-bg.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  /* sp */
}

#second .mv-box {
  width: 1000px;
  height: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

#second .mv-box p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 0px #333333;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .mv {
    height: 150px;
    background-size: cover;
  }
  #second .mv-box {
    width: 100%;
  }
  #second .mv-box p {
    font-size: 1.25rem;
  }
}

#second #sec1 {
  /* sp */
}

#second #sec1 .concept p {
  font-size: 1.25rem;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec1 .concept p {
    font-size: 0.875rem;
    line-height: 2;
  }
}

#second #sec2 {
  /* sp */
}

#second #sec2 .staff {
  overflow: hidden;
}

#second #sec2 .staff-img {
  font-size: 0.875rem;
  text-align: center;
  float: right;
  display: block;
  width: 300px;
  margin: 0 0 0 60px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec2 .staff-img {
    font-size: 0.875rem;
    float: none;
    width: 250px;
    margin: 0 auto 30px;
  }
}

#second #sec3,
#second #sec4 {
  /* sp  */
}

#second #sec3 .column-2n .column-box,
#second #sec4 .column-2n .column-box {
  width: calc(105% / 2 - 5%);
  margin: 0 5% 0 0;
}

#second #sec3 .column-2n .column-box:last-child,
#second #sec4 .column-2n .column-box:last-child {
  margin: 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec3 .column-2n .column-box,
  #second #sec4 .column-2n .column-box {
    width: 100%;
    margin: 0 0 5% 0;
  }
  #second #sec3 .column-2n .column-box:last-child,
  #second #sec4 .column-2n .column-box:last-child {
    margin: 0;
  }
}

#second #sec4 .area {
  margin-bottom: 30px;
}

#second #sec4 .area:last-of-type {
  margin-bottom: 0;
}

#second #sec4 .area dt {
  font-size: 1.5625rem;
}

#second #sec4 .area dt.sapporo {
  color: #8abc00;
}

#second #sec4 .area dt.other {
  color: #ff7043;
}

#second #sec1 {
  /* sp */
}

#second #sec1 .plan {
  margin-bottom: 30px;
}

#second #sec1 .plan-thumbnail {
  font-size: 0;
  margin-bottom: 20px;
}

#second #sec1 .plan-ttl, #second #sec1 .plan-price {
  text-align: center;
  line-height: 1;
}

#second #sec1 .plan-ttl {
  font-size: 1.5625rem;
  color: #8abc00;
}

#second #sec1 .plan-price {
  font-size: 1.5625rem;
  margin: 20px 0;
}

#second #sec1 .plan-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: justify;
}

#second #sec1 .plan-txt small {
  line-height: 2;
  display: inline-block;
  margin-top: 10px;
}

#second #sec1 .plan > p {
  padding: 0 15px;
}

#second #sec1 table.plan {
  width: 100%;
  border: solid 5px #fff;
  border-radius: 10px;
  border-collapse: separate;
}

#second #sec1 table.plan tr {
  background: #fff;
}

#second #sec1 table.plan tr:first-child th {
  color: #fff;
  background: #8abc00;
  padding: 10px 0;
}

#second #sec1 table.plan tr:first-child th:first-child {
  font-size: 0.875rem;
  color: #8abc00;
  background: #fff;
}

#second #sec1 table.plan tr:first-child th:nth-child(n+2) {
  width: 25%;
}

#second #sec1 table.plan tr:nth-child(n+2) th {
  background: #ebf5d3;
}

#second #sec1 table.plan tr:nth-child(odd) {
  background: #f5f8f9;
}

#second #sec1 table.plan tr th,
#second #sec1 table.plan tr td {
  padding: 5px 10px;
  border: solid 5px #fff;
}

#second #sec1 table.plan tr th {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

#second #sec1 table.plan tr td {
  font-size: 1.5625rem;
  line-height: 1;
  text-align: center;
  color: #8abc00;
  padding: 5px 0;
}

#second #sec1 table.plan tr td.plan-txt {
  font-size: 1rem;
  color: #333333;
  line-height: 1;
}

#second #sec1 table.plan tr td span.note {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec1 .plan {
    width: 80%;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #333333;
  }
  #second #sec1 .plan-thumbnail {
    margin-bottom: 10px;
  }
  #second #sec1 .plan-price {
    font-size: 1.25rem;
    margin: 10px 0;
  }
  #second #sec1 .plan > p {
    line-height: 1.6;
    padding: 0;
  }
  #second #sec1 table.plan tr:first-child th {
    padding: 5px 0;
  }
  #second #sec1 table.plan tr:first-child th:first-child {
    font-size: 0.75rem;
  }
  #second #sec1 table.plan tr:first-child th:nth-child(n+2) {
    width: 25%;
  }
  #second #sec1 table.plan tr th,
  #second #sec1 table.plan tr td {
    font-size: 0.75rem;
    padding: 5px 10px;
    border: solid 2px #fff;
  }
  #second #sec1 table.plan tr td {
    font-size: 1.25rem;
  }
  #second #sec1 table.plan tr td.plan-txt {
    font-size: 0.75rem;
  }
  #second #sec1 table.plan tr td span.note {
    font-size: 0.75rem;
  }
}

#second #sec2 {
  /* sp */
}

#second #sec2 .price {
  width: 100%;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  background: #fff;
}

#second #sec2 .price tr:first-child {
  background: #8abc00;
  color: #fff;
}

#second #sec2 .price tr:nth-child(n+2) th {
  background: #eeeeee;
}

#second #sec2 .price tr th,
#second #sec2 .price tr td {
  padding: 15px 10px;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}

#second #sec2 .price tr td {
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec2 .price tr th,
  #second #sec2 .price tr td {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
}

#second #sec3 {
  /* sp */
}

#second #sec3 .option {
  display: flex;
  flex-wrap: wrap;
}

#second #sec3 .option-box {
  width: 32%;
  margin: 0 2% 2% 0;
  border: 1px solid #a3a3a3;
  padding: 15px;
  background: #fff;
}

#second #sec3 .option-box:nth-child(3n) {
  margin-right: 0;
}

#second #sec3 .option-ttl, #second #sec3 .option-price {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

#second #sec3 .option-ttl {
  font-size: 1.125rem;
}

#second #sec3 .option-price {
  font-size: 1.25rem;
  color: #8abc00;
  margin: 10px 0;
}

#second #sec3 .option-txt {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec3 .option-box {
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 10px;
  }
  #second #sec3 .option-box:nth-child(3n) {
    margin-right: 2%;
  }
  #second #sec3 .option-box:nth-child(2n) {
    margin-right: 0;
  }
  #second #sec3 .option-ttl {
    font-size: 0.875rem;
  }
  #second #sec3 .option-price {
    font-size: 1rem;
  }
  #second #sec3 .option-txt {
    font-size: 0.75rem;
  }
}

#second #sec1 {
  /* sp */
}

#second #sec1 .flow ul li {
  margin-bottom: 60px;
  display: flex;
}

#second #sec1 .flow ul li dl {
  display: inline-block;
  width: 71%;
}

#second #sec1 .flow ul li dl dt {
  font-size: 1.5625rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #a3a3a3;
}

#second #sec1 .flow ul li dl dt .flow-step {
  font-size: 1.25rem;
  color: #8abc00;
  display: inline-block;
  margin-right: 20px;
}

#second #sec1 .flow ul li dl dd {
  font-size: 1.125rem;
}

#second #sec1 .flow ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #4a3b30 transparent transparent transparent;
  line-height: 0px;
  _border-color: #4a3b30 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  display: block;
  margin: auto;
  bottom: -42.5px;
  left: 0;
  right: 0;
}

#second #sec1 .flow ul li:last-child {
  margin-bottom: 0;
}

#second #sec1 .flow ul li:last-child:after {
  display: none;
}

#second #sec1 .flow-img {
  font-size: 0;
  width: 24%;
  margin-right: 4%;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec1 .flow ul li {
    display: block;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    padding: 20px;
  }
  #second #sec1 .flow ul li dl {
    display: block;
    width: 100%;
    margin: 0;
  }
  #second #sec1 .flow ul li dl dt {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #second #sec1 .flow ul li dl dt .flow-step {
    font-size: 1.25rem;
    margin: 0 0 5px;
    display: block;
  }
  #second #sec1 .flow ul li dl dd {
    font-size: 0.875rem;
  }
  #second #sec1 .flow-img {
    width: 70%;
    margin: 0 auto 4%;
  }
}

#second #sec1 {
  /* sp */
}

#second #sec1 .company {
  padding: 20px;
}

#second #sec1 .company table {
  width: 100%;
}

#second #sec1 .company table tr {
  border-bottom: 1px dashed #a3a3a3;
}

#second #sec1 .company table tr th,
#second #sec1 .company table tr td {
  padding: 15px 0;
}

#second #sec1 .company table tr th {
  width: 10%;
  text-align: right;
}

#second #sec1 .company table tr td {
  padding-left: 50px;
}

#second #sec1 .company table:after {
  content: "";
  background: url("../img/company-img.jpg") no-repeat;
  width: 380px;
  height: 253px;
  display: block;
  background-size: contain;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second #sec1 .company {
    padding: 10px;
  }
  #second #sec1 .company table tr th,
  #second #sec1 .company table tr td {
    padding: 10px 0;
  }
  #second #sec1 .company table tr th {
    width: 20%;
  }
  #second #sec1 .company table tr td {
    padding-left: 20px;
  }
  #second #sec1 .company table:after {
    display: none;
  }
}

#second .topics ul.topicsArea .topics_date {
  width: 15%;
}

#second .topics ul.topicsArea .topics_title {
  width: 85%;
}

#second .detail {
  border: 1px dotted #a3a3a3;
  border-radius: 10px;
  padding: 20px;
  /* sp */
}

#second .detail .topics_title {
  font-size: 1.125rem;
  border-bottom: 1px dotted #a3a3a3;
  padding-bottom: 10px;
}

#second .detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
  margin: 20px 0;
}

#second .detail .thumbnail {
  text-align: center;
}

#second .detail .thumbnail img {
  max-width: 500px;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .detail {
    padding: 10px;
  }
  #second .detail .topics_title {
    font-size: 1rem;
    line-height: 1.2;
  }
  #second .detail .topics_date {
    font-size: 0.75rem;
  }
  #second .detail .thumbnail img {
    width: 100%;
  }
}
