@charset "UTF-8";
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

img {
  max-width: 100%;
}

* {
  webkit-appearance: none;
  -webkit-appearance: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

div, p {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select, textarea {
  vertical-align: middle;
  border: none;
  font-size: inherit;
}

input[type=text],
input[type=number],
input[type=search],
select {
  padding: 10px;
  border: 1px solid #808080;
  box-sizing: border-box;
  width: 100%;
}

select {
  background: url("/smartphone/images/template/5/icon-select.png") no-repeat 92% center;
  background-size: 20px 20px;
  padding-right: 36px;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5em;
  color: #333;
  background: #ffffff;
  font-family: apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: relative;
  right: 0;
  font-size: 16px;
}

a {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  transition: 1s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  transition: 1s;
  opacity: 0.7;
}

label {
  cursor: pointer;
  display: inline-block;
}

/* wrapper
================================================*/
#main_bg {
  width: 100%;
  min-width: 100px;
  min-height: 500px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#main_bg #main {
  width: 960px;
  padding: 0px;
  margin: 0 auto;
}
#main_bg #main #contents {
  width: 960px;
  padding: 0;
  margin: 70px auto 0;
}
#main_bg #main:last-of-type {
  margin-bottom: 0 !important;
}

.scrolldown {
  position: absolute;
  left: 60%;
  bottom: -50px;
  height: 50px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, arial, helvetica, sans-serif;
}
.scrolldown span {
  position: absolute;
  left: 0;
  top: -40px;
  color: #ccc;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.w_l {
  width: 960px;
  margin: 0 auto;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

#topPage #main_bg #main {
  width: 100%;
}
#topPage #main_bg #main #contents {
  width: 100%;
}

/* header
================================================*/
header {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 14px 20px 17px;
  line-height: 1em;
  box-shadow: 0px 0px 10px #eee;
  box-sizing: border-box;
}
header .header_inner {
  margin: 0 auto;
}
header .header_inner #header_logo {
  float: left;
  line-height: 1em;
  font-size: 20px;
}
header .header_inner #header_logo a {
  text-decoration: none;
  display: block;
  padding: 0px;
  line-height: 1em;
}
header .header_inner #header_logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* catch
================================================*/
.catch img {
  width: 100%;
  height: auto;
}

/* グローバルメニュー
================================================*/
.gnavi {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  float: right;
}
.gnavi li {
  margin: 0px;
  margin-bottom: 0px;
  padding: 0 10px;
}
.gnavi li a {
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 10px 0;
}

.gnavi li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #333;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(1, 1);
}

.sp_nav {
  display: none;
}

/* footer
================================================*/
footer {
  width: 100%;
  padding: 20px 0;
  margin: 100px auto 0;
  background: #2c2c2c;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
footer .btn_flow {
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 10;
}
footer .btn_flow img {
  width: 50px;
  height: 50px;
}

/* 下層共通
================================================*/
/* タイトル */
.ttl_typeA {
  text-align: center;
  font-size: 26px;
  margin: 0 auto 70px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.ttl_typeA span {
  display: inline-block;
  border-bottom: 2px solid;
  padding: 8px 0;
  box-sizing: border-box;
}

.ttl_typeAl {
  text-align: center;
  font-size: 32px;
  margin: 0 auto 70px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.ttl_typeAl span {
  display: inline-block;
  border-bottom: 2px solid;
  padding: 8px 0;
  box-sizing: border-box;
}

.ttl_typeB {
  color: #50a2b8;
  text-align: center;
  font-size: 32px;
  margin: 0 auto 70px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.ttl_typeC {
  padding: 10px;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid;
}

.ttl_typeCs {
  padding: 10px;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid;
}

.ttl_typeD {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.ttl_typeD::before {
  content: "●";
}

/* テキスト */
.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.txt_typeA {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
}
.txt_typeA:before {
  content: "\\";
  padding-right: 0.5em;
}
.txt_typeA:after {
  content: "/";
  padding-left: 0.5em;
}

.txt_lead {
  font-size: 1.1em;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  line-height: 180%;
}

.fs_l {
  font-size: 1.2em;
}

.fs_s {
  font-size: 0.8em;
}

.ff_m {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fw_b {
  font-weight: bold;
}

/* img */
.img_w_100 img {
  width: 100%;
  height: auto;
}

.img_c img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* float */
.f_r {
  float: right;
}

.f_l {
  float: left;
}

/* 表示切替 */
.dp_n {
  display: none !important;
}

/* ボタン */
.btn {
  text-align: center;
  font-size: medium;
}
.btn .typeA {
  display: inline-block;
  padding: 10px 75px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  line-height: 1em;
}
.btn .typeA:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

/* テーブル */
.table_typeA {
  width: 100%;
  border-collapse: collapse;
}
.table_typeA th,
.table_typeA td {
  padding: 15px 10px;
  border: 1px solid #a4a4a4;
  text-align: left;
  font-weight: normal;
}
.table_typeA th {
  width: 25%;
  min-width: 118px;
}
.table_typeA td {
  vertical-align: top;
  margin: 0;
}
.table_typeA td > * {
  display: block;
  margin: 0;
  padding: 0;
}
.table_typeA tr:first-child th,
.table_typeA tr:first-child td {
  background: #3cb2d5;
  color: #fff;
}
.table_typeA tr:first-child th {
  border-right: 1px solid #fff;
}
.table_typeA ul {
  margin: 0;
  padding: 0;
}
.table_typeA ul li {
  list-style-type: none;
  padding: 4px 0 4px 1em;
  text-indent: -1em;
  display: inline-block;
}
.table_typeA ul li::before {
  content: "・";
}

/* リスト */
.li_check li {
  list-style: none;
  border-bottom: 1px dotted #eee;
  margin: 5px;
  padding: 4px 0 4px 15px;
  text-indent: -1em;
}
.li_check li:before {
  color: #333;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  padding-right: 0.2em;
  font-weight: bold;
}

.li_ast li {
  list-style: none;
  padding: 4px 0 4px 1.2em;
  text-indent: -1.2em;
  font-size: 0.8em;
  line-height: 100%;
}
.li_ast li:before {
  color: #333;
  content: "※";
  padding-right: 0.2em;
  font-weight: bold;
}

.li_disc {
  margin-bottom: 30px;
}
.li_disc li {
  list-style: none;
  padding: 4px 0 4px 1.2em;
  text-indent: -1.2em;
}
.li_disc li:before {
  color: #333;
  content: "・";
  padding-right: 0.2em;
  font-weight: bold;
}

.li_num li {
  list-style-type: decimal !important;
}

/* grid */
.row-0,
.row-10,
.row-20,
.row-30,
.row-40 {
  font-size: 0;
}

.row-0 > div,
.row-10 > div,
.row-20 > div,
.row-30 > div,
.row-40 > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2-4,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  font-size: 15px;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1 {
  width: 8.33333333%;
}

/*5カラム*/
.col-lg-2-4 {
  width: 20%;
}

/*8カラム*/
.col-lg-1-5 {
  width: 12.5%;
}

.col-lg-pull-11 {
  right: 91.66666667%;
}

.col-lg-pull-10 {
  right: 83.33333333%;
}

.col-lg-pull-9 {
  right: 75%;
}

.col-lg-pull-8 {
  right: 66.66666667%;
}

.col-lg-pull-7 {
  right: 58.33333333%;
}

.col-lg-pull-6 {
  right: 50%;
}

.col-lg-pull-5 {
  right: 41.66666667%;
}

.col-lg-pull-4 {
  right: 33.33333333%;
}

.col-lg-pull-3 {
  right: 25%;
}

.col-lg-pull-2 {
  right: 16.66666667%;
}

.col-lg-pull-1 {
  right: 8.33333333%;
}

.col-lg-pull-0 {
  right: auto;
}

/*5カラム*/
.col-lg-pull-2-4 {
  right: 20%;
}

/*8カラム*/
.col-lg-pull-1-5 {
  right: 12.5%;
}

.col-lg-push-12 {
  left: 100%;
}

.col-lg-push-11 {
  left: 91.66666667%;
}

.col-lg-push-10 {
  left: 83.33333333%;
}

.col-lg-push-9 {
  left: 75%;
}

.col-lg-push-8 {
  left: 66.66666667%;
}

.col-lg-push-7 {
  left: 58.33333333%;
}

.col-lg-push-6 {
  left: 50%;
}

.col-lg-push-5 {
  left: 41.66666667%;
}

.col-lg-push-4 {
  left: 33.33333333%;
}

.col-lg-push-3 {
  left: 25%;
}

.col-lg-push-2 {
  left: 16.66666667%;
}

.col-lg-push-1 {
  left: 8.33333333%;
}

.col-lg-push-0 {
  left: auto;
}

/*5カラム*/
.col-lg-push-2-4 {
  left: 20%;
}

/*8カラム*/
.col-lg-push-1-5 {
  left: 12.5%;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

.col-lg-offset-0 {
  margin-left: 0;
}

/*5カラム*/
.col-lg-offset-2-4 {
  margin-left: 20%;
}

/*8カラム*/
.col-lg-offset-1-5 {
  margin-left: 12.5%;
}

/* 余白 */
.mb_0 {
  margin-bottom: 0px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.box_l {
  padding: 30px;
}

.box_m {
  padding: 20px;
}

.box_s {
  padding: 10px;
}

.lh_18 {
  line-height: 1.8em;
}

/* フェードイン */
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/* フェードイン　上から */
.fadeDown {
  opacity: 0;
  transition: 2s;
  transform: translateY(-10px);
}

.fadeDown.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン　下から */
.fadeUp {
  opacity: 0;
  transition: 2s;
  transform: translateY(10px);
}

.fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン　左から */
.fadeLeft {
  opacity: 0;
  transition: 2s;
  transform: translateX(-10px);
}

.fadeLeft.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン　右から */
.fadeRight {
  opacity: 0;
  transition: 2s;
  transform: translateX(10px);
}

.fadeRight.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン　時差 */
.delay_2 {
  transition-delay: 0.2s;
}

.delay_4 {
  transition-delay: 0.4s;
}

.delay_6 {
  transition-delay: 0.6s;
}

.bg_g {
  background: #f2f2f2;
  padding: 70px 0;
}

.bg_b {
  background: #ebf1f6;
  padding: 70px 0;
}

.bg_w {
  background: #fff;
}

/* 回転系アニメーション */
.flip {
  transform: translate3d(0, 0, 0);
}

/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* トップページ
================================================*/
.top_greeting,
.top_situation,
.top_about,
.top_flow,
.top_policy,
.top_history,
.top_contact {
  margin-bottom: 100px;
}

.txt_box {
  margin: 0 auto;
  background: #f2f2f2;
  text-align: center;
  padding: 30px;
  max-width: 800px;
  box-sizing: border-box;
}
.txt_box p {
  font-size: 0.9em;
}

.top_greeting p {
  line-height: 1.8em;
}

.top_policy ol {
  padding: 0 0 0 1.2em;
  margin-bottom: 20px;
}
.top_policy ol li {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.8em;
}

.top_situation ul {
  padding-left: 1em;
}

.top_about img {
  border: 1px solid #eee;
}

.bg_b .box_l.bg_w {
  border-radius: 10px;
}

.blog {
  padding: 0;
  min-height: 280px;
}
.blog li {
  list-style-type: none;
  margin-bottom: 10px;
}
.blog li span {
  display: block;
  color: #50a2b8;
}
.blog li p {
  display: table-cell;
}
.blog li .txt_blog {
  width: calc(100% - 100px);
}
.blog li .txt_blog.btn_n {
  width: 100%;
}
.blog li .btn_article {
  width: 100px;
  text-align: right;
}
.blog li .btn_article a {
  position: relative;
  border: 1px solid;
  border-radius: 50px;
  color: #50a2b8;
  padding: 4px 20px;
  font-size: 0.9em;
  box-sizing: border-box;
  max-width: 86px;
}
.blog li .btn_article a:hover {
  text-decoration: none;
  background-color: #50a2b8;
  border: 1px solid #50a2b8;
  color: #fff;
}
.blog li div {
  display: flex;
}
.blog li:last-child {
  margin-bottom: 0;
}

.btn_blog {
  text-align: right;
  color: #50a2b8;
}
.btn_blog a {
  color: #50a2b8;
  text-decoration: none;
  position: relative;
  padding: 0 16px 0 0;
}
.btn_blog a:hover {
  text-decoration: underline;
}
.btn_blog a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

.policy_arrow img {
  width: 150px;
  height: auto;
}

/* 下層
================================================*/
.page-numbers {
  padding: 0;
  margin: 50px 0 0;
  text-align: center;
}
.page-numbers li {
  list-style-type: none;
  display: inline-block;
  margin: 0 6px;
}
.page-numbers li a {
  padding: 6px;
  color: #999;
}
.page-numbers li a:hover {
  color: #333;
}
.page-numbers li span.current {
  padding: 6px;
}

.li_archive {
  padding: 0;
  margin: 0;
}
.li_archive li {
  list-style-type: none;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.date_archive {
  color: #50a2b8;
  width: 100px;
  padding-right: 10px;
  box-sizing: border-box;
}

.ttl_archive {
  width: calc(100% - 200px);
}

.btn_archive {
  text-align: center;
}
.btn_archive a {
  position: relative;
  border: 1px solid;
  border-radius: 50px;
  color: #50a2b8;
  padding: 4px 20px 4px 30px;
  font-size: 0.9em;
  box-sizing: border-box;
}
.btn_archive a:hover {
  text-decoration: none;
  background-color: #50a2b8;
  border: 1px solid #50a2b8;
  color: #fff;
}

.single_area h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
.single_area h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.single_area h3 {
  font-size: 18px;
  border-bottom: 1px solid;
  color: #777;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.single_area h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.single_area h5 {
  margin-bottom: 10px;
}
.single_area h6 {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.date_single {
  text-align: right;
  color: #50a2b8;
  margin-bottom: 10px;
}

.ttl_single {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}

.btn_r {
  margin-bottom: 20px;
  font-size: 14px;
}
.btn_r a {
  color: #999;
  position: relative;
  border: 1px solid;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
  box-sizing: border-box;
}
.btn_r a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* お問合せ *//*# sourceMappingURL=style.css.map */