@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  width: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  ul,
  li,
  ol {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

object {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

figure {
  margin: 0;
}

li img,
dt img,
dd img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

table th,
table td {
  padding: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  z-index: 1500;
  top: 0;
  width: 100%;
  height: 95px;
  background-color: #f5f5f5;
  border-top: 2px solid #0f9fe1;
}

@media only screen and (max-width: 768px) {
  header {
    background-size: cover;
    height: auto;
  }
}

#wrapper {
  position: relative;
}

#contentbox {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  #contentbox {
    max-width: 100%;
    padding: 20px;
  }
}

#blogbox {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mainbox {
  width: 870px;
}

#sidebox {
  width: 250px;
}

@media only screen and (max-width: 768px) {
  #blogbox {
    padding: 0 0 50px;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mainbox,
  #sidebox {
    width: 100%;
  }
}

footer {
  background-color: #0f9fe1;
  margin-top: 0px;
}

.inner_pages {
  max-width: 1140px;
  margin: 0 auto;
}

.inner_block {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_block {
  margin: 0 auto 100px;
}

.item_block_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_box02 {
  width: calc(100% / 2 - 10px);
}

.item_img {
  width: 30%;
}

.item_img img {
  width: 60%;
}

.item_doc {
  width: 68%;
}

.item_doc p {
  padding-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .inner_block,
  .inner_pages {
    width: 100%;
    padding: 0;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item_box02,
  .item_doc {
    width: 100%;
  }
  .item_img {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .item_img img {
    width: 50%;
  }
}

.item_box {
  margin-bottom: 50px;
}

#breadcrumbs {
  background-color: #0f9fe1;
  padding: 8px 0;
}

#breadcrumbs ul {
  max-width: 1140px;
  margin: 0 auto;
}

#breadcrumbs ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}

#breadcrumbs ul li:after {
  content: "\3e";
  margin: 0 5px;
  color: #ffffff;
}

#breadcrumbs ul li:last-of-type:after {
  content: none;
}

#breadcrumbs ul li a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}

ul.page_navi {
  max-width: 1140px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em auto;
}

ul.page_navi li {
  font-size: 18px;
  font-size: 1.8rem;
}

ul.page_navi li a {
  color: #0f9fe1;
}

ul.page_navi li a:hover {
  border-bottom: 1px solid #0f9fe1;
}

ul.page_navi li:after {
  display: inline-block;
  vertical-align: baseline;
  content: "|";
  color: #0f9fe1;
  padding: 0 10px 0 5px;
}

ul.page_navi li:last-of-type:after {
  content: "";
  padding: 0 0 0 5px;
}

@media only screen and (max-width: 768px) {
  ul.page_navi {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1em auto 0;
  }
  ul.page_navi li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  ul.page_navi li:after {
    content: "";
    padding: 0;
  }
  ul.page_navi li:last-of-type {
    margin-bottom: 0;
  }
  ul.page_navi li:last-of-type:after {
    padding: 0;
  }
}

ul.list01 {
  margin-left: 1em;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.list01 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.list01 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left: 1em;
  color: gray;
  font-weight: 700;
}

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

.item_table {
  margin: 0 0 20px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
}

.item_table th,
.item_table td {
  padding: 1em;
  border: 1px solid #c8caca;
}

.item_table th {
  width: 30%;
  text-align: center;
  background-color: rgba(200, 202, 202, 0.2);
}

.item_table td a {
  color: #0f9fe1;
  text-decoration: underline;
}

.item_table td a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .item_table th,
  .item_table td {
    display: block;
    border: 0px solid #0f9fe1;
  }
  .item_table th {
    width: 100%;
    text-align: left;
  }
  .item_table td {
    padding-bottom: 10px;
  }
}

a.btn_01 {
  word-break: break-word;
  display: block;
  margin: 0 auto;
  width: calc(100% / 4);
  min-width: 260px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #0f9fe1;
  border: 2px solid #0f9fe1;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1 !important;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}

a.btn_01:hover {
  background: rgba(15, 159, 225, 0.5);
  color: #ffffff;
}

a.btn_01.co_w {
  color: #0f9fe1;
  background: #ffffff;
  border: 2px solid #0f9fe1;
}

a.btn_01:hover {
  background: rgba(15, 159, 225, 0.5);
  color: #ffffff;
  border: 2px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  a.btn_01 {
    width: calc(100% / 2);
    min-width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn_effect {
  text-align: center;
  display: inline-block;
  position: relative;
  color: #ffffff !important;
  text-transform: capitalize;
  background-color: #c8caca;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em 0px;
  width: 120px;
  border-radius: 6px;
  overflow: hidden;
}

.btn_effect.arr {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn_effect.arr:before {
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn_effect.arr:hover {
  text-indent: -20px;
}

.btn_effect.arr:hover:before {
  opacity: 1;
  text-indent: 0px;
}

a.btn_mini {
  display: block;
  margin: 0 auto;
  width: calc(100% / 5);
  min-width: 150px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  background: #c8caca;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
}

a.btn_mini:hover {
  background: rgba(200, 202, 202, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
}

a.txt_link {
  position: relative;
  padding: 0.1em 0.3em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #c84381;
}

a.txt_link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #c84381;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

a.txt_link:hover:after {
  width: 100%;
}

footer a.txt_link {
  position: relative;
  padding: 0.1em 0.3em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

footer a.txt_link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer a.txt_link:hover:after {
  width: 100%;
}

.attention {
  position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 15px 40px;
  border: 1px dotted #a1051d;
  background-color: #fee2e6;
  border-radius: 8px;
}

.attention:before {
  position: absolute;
  top: -1em;
  left: 1em;
  content: attr(title);
  padding: 0.4em 1em 2em 2.5em;
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  height: 27px;
  background-color: #a1051d;
  border-radius: 4px;
}

.attention:after {
  position: absolute;
  top: -1em;
  left: 1.3em;
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  padding: 0.5em 0.5em 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
}

.attention li {
  position: relative;
  list-style-type: none;
}

.ribbon {
  width: 106px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -6px;
}

.ribbon .pay {
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  top: 26px;
  left: -11px;
  width: 150px;
  padding: 7px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #a1051d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ribbon .pay:before, .ribbon .pay:after {
  position: absolute;
  bottom: -4px;
  content: "";
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #570310 transparent transparent transparent;
}

.ribbon .free {
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  top: 26px;
  left: -11px;
  width: 150px;
  padding: 7px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #2b86c5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ribbon .free:before, .ribbon .free:after {
  position: absolute;
  bottom: -4px;
  content: "";
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #2b86c5 transparent transparent transparent;
}

.ribbon .pay:before,
.ribbon .free:before {
  left: 0;
}

.ribbon .pay:after,
.ribbon .free:after {
  right: 0;
}

.link_block {
  cursor: pointer;
}

.link_block:hover {
  opacity: 0.8;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.bnr_center {
  text-align: center;
  margin: 20px 0;
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

.strong_font {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.mt30 {
  margin-top: 30px;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

#head_block {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-top: 2px solid #0f9fe1;
  position: relative;
  top: -2px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
}

#head_block .logo_box {
  padding: 10px 0;
}

#head_block .logo_box h1 img {
  width: 200px;
}

#head_block nav.navi_box ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#head_block nav.navi_box ul li {
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#head_block nav.navi_box ul li a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4px;
}

#head_block nav.navi_box ul li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

#head_block nav.navi_box ul li a:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

#head_block nav.navi_box ul li.navi_contact {
  background-color: #0f9fe1;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;
}

#head_block nav.navi_box ul li.navi_contact:hover {
  background-color: #c84381;
  -webkit-transition: .3s;
  transition: .3s;
}

#head_block nav.navi_box ul li.navi_contact:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 400;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}

#head_block nav.navi_box ul li.navi_contact a {
  color: #ffffff;
  display: inline-block;
}

#head_block nav.navi_box ul ul.secondary_nav {
  position: absolute;
  left: -100px;
  top: 40px;
  width: 250px;
  display: none;
  z-index: 1;
  background-color: #0f9fe1;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

#head_block nav.navi_box ul ul.secondary_nav li {
  margin-left: 0;
}

#head_block nav.navi_box ul ul.secondary_nav li::after {
  height: 0px;
}

#head_block nav.navi_box ul ul.secondary_nav li a {
  display: block;
  height: 30px;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
}

#head_block nav.navi_box ul ul.secondary_nav li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #head_block {
    padding: 0 10px;
  }
  #head_block .logo_box {
    padding: 10px 0;
  }
  #head_block .logo_box h1 img {
    width: 150px;
  }
  #head_block nav.navi_box {
    display: none;
  }
}

.navigation {
  display: none;
}

.el_humburger {
  display: none;
}

@media only screen and (max-width: 768px) {
  .el_humburger {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: auto;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
    padding: 7px;
    background-color: #0f9fe1;
  }
  .js_humburgerOpen .el_humburger {
    background-color: #ffffff;
  }
  .el_humburger > span {
    display: block;
    width: 100%;
    margin: 0 auto 8px;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger > span {
    background: #0f9fe1;
  }
  .js_humburgerOpen .el_humburger > span.top {
    -webkit-transform: translateY(11px) rotate(-45deg);
    -ms-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
    background: #0f9fe1;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
    background: #0f9fe1;
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 60px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  /*ナビゲーション*/
  .navigation {
    display: none;
  }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
  }
  .navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation_wrapper {
    padding: 80px 20px 0;
  }
  .navigation_item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .navigation_item > a {
    color: #0f9fe1;
    text-decoration: none;
    display: block;
  }
  dl.mobile_navi dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
  }
  dl.mobile_navi dt:after {
    content: "▼";
    padding-left: 10px;
  }
  dl.mobile_navi dt.ac:after {
    content: "▲";
    padding-left: 10px;
  }
  dl.mobile_navi dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  dl.mobile_navi dd ul li {
    margin-bottom: 20px;
  }
  dl.mobile_navi dd ul li:last-child {
    margin-bottom: 0px;
  }
  dl.mobile_navi dd ul li a {
    color: #ffffff;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
  }
}

.page_ttl_block {
  background-color: #c8caca;
  padding: 80px 0;
  margin-top: 95px;
}

.page_ttl_block h1 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.page_ttl_block.page_slag {
  background-color: #c8caca;
}

.page_ttl_block.page_slag h1 {
  color: #ffffff;
}

.page_ttl_block.page_company {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_company h1 {
  color: #000000;
}

.page_ttl_block.page_faq {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_faq h1 {
  color: #000000;
}

.page_ttl_block.page_media {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_media h1 {
  color: #000000;
}

.page_ttl_block.page_message {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_message h1 {
  color: #000000;
}

.page_ttl_block.page_business {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_business h1 {
  color: #000000;
}

.page_ttl_block.page_sitemap {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_sitemap h1 {
  color: #000000;
}

.page_ttl_block.page_shop {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_shop h1 {
  color: #000000;
}

.page_ttl_block.page_recruit {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_recruit h1 {
  color: #000000;
}

.page_ttl_block.page_privacy {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_privacy h1 {
  color: #000000;
}

.page_ttl_block.page_inquiry {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_inquiry h1 {
  color: #000000;
}

.page_ttl_block.page_media {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_media h1 {
  color: #000000;
}

.page_ttl_block.page_seminar {
  background: url(../images//bg_company.jpg) center center no-repeat;
  background-size: cover;
}

.page_ttl_block.page_seminar h1 {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .page_ttl_block {
    padding: 25px 0;
    margin-top: 63px;
  }
  .page_ttl_block h1 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}

h2.top_ttl {
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  position: relative;
  width: 25%;
}

h2.top_ttl span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}

h2.top_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #0f9fe1;
  height: 3px;
  width: 25%;
}

h2.top_ttl.top_news {
  width: 250px;
  height: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

h2.top_ttl.top_about {
  background-color: transparent;
  width: 350px;
}

h2.top_ttl.top_recruit {
  background-color: transparent;
}

h2.top_ttl.top_service {
  background-color: transparent;
  width: 250px;
}

h2.top_ttl.top_footer {
  background-color: transparent;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}

h2.top_ttl.top_footer:before {
  background-color: transparent;
}

h2.main_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}

h2.main_ttl span {
  display: block;
  padding: .3em;
}

h2.main_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f9fe1;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {
  h2.top_ttl {
    padding: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 50%;
  }
  h2.top_ttl span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  h2.top_ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #0f9fe1;
    height: 3px;
    width: 25%;
  }
  h2.top_ttl.top_news {
    width: 250px;
    height: 100%;
    margin-left: -20px;
    text-align: left;
  }
  h2.top_ttl.top_about {
    background-color: transparent;
    width: 350px;
  }
  h2.top_ttl.top_recruit {
    background-color: transparent;
  }
  h2.top_ttl.top_service {
    background-color: transparent;
    width: 250px;
  }
  h2.top_ttl.top_footer {
    background-color: transparent;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
  }
  h2.top_ttl.top_footer:before {
    background-color: transparent;
  }
  h2.main_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h3.sub_ttl {
  border-bottom: solid 4px rgba(200, 67, 129, 0.5);
  position: relative;
  padding: .5em 0;
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0;
}

h3.sub_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #c84381;
  bottom: -4px;
  width: 15%;
}

h3.blog-ttl {
  border-bottom: solid 4px rgba(15, 159, 225, 0.5);
  position: relative;
  padding: .5em 0;
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0;
}

h3.blog-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #0f9fe1;
  bottom: -4px;
  width: 15%;
}

@media only screen and (max-width: 768px) {
  h3.sub_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4.sub_ttl {
  position: relative;
  padding: .3em .3em .3em 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0;
}

h4.sub_ttl:after {
  position: absolute;
  content: '';
  bottom: .6em;
  left: .4em;
  width: 12px;
  height: 12px;
  background-color: #c84381;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

h4.th_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  padding: 0.3em;
  background-color: #0f9fe1;
}

@media only screen and (max-width: 768px) {
  h4.sub_ttl {
    position: relative;
    padding: .3em .3em .3em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0;
  }
  h4.sub_ttl:after {
    position: absolute;
    content: '';
    top: .8em;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #c84381;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  h4.th_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.mv_block {
  width: 100%;
  margin: 92px auto 0;
}

.mv_block img {
  width: 100%;
}

ul#slider li {
  position: relative;
  width: 100% !important;
}

ul#slider li .mv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 80%;
  z-index: 1;
}

ul#slider li .mv_txt p {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2%;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

ul#slider li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .mv_block {
    margin: 65px auto 0;
  }
  ul#slider li .mv_txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

#top_media {
  padding: 50px 0;
}

#top_seminar,
#top_voice {
  padding: 50px 0;
}

#top_seminar .inner_block,
#top_voice .inner_block {
  margin: 50px auto;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.seminar_box {
  width: calc(100% / 4 - 20px);
  margin-bottom: 20px;
  background-color: rgba(15, 159, 225, 0.1);
  margin-left: 25px;
}

.seminar_box .seminar_doc {
  padding: 8px;
}

.seminar_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.seminar_box:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  #top_seminar,
  #top_voice {
    padding: 25px 0;
  }
  #top_seminar .inner_block,
  #top_voice .inner_block {
    margin: 15px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
  }
  .seminar_box {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 12px;
  }
  .seminar_box h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .seminar_box:first-child {
    margin-left: 5px;
  }
}

#top_about {
  background: url(../images//bg_about.jpg) center center no-repeat fixed;
  background-size: cover;
  margin-bottom: 100px;
  min-height: 700px;
}

.top_about_doc {
  width: 40%;
  background-color: #ffffff;
  margin-top: 100px;
  padding: 50px;
}

.top_about_doc h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding-left: 20px;
}

.top_about_doc p {
  font-size: 16px;
  font-size: 1.6rem;
  width: 90%;
  margin: 0 auto 60px;
}

.top_about_img {
  width: 58%;
}

@media only screen and (max-width: 768px) {
  #top_about {
    min-height: 100%;
    margin-bottom: 50px;
  }
  .top_about_doc {
    width: 100%;
    margin: 50px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .top_about_doc h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
    padding-left: 20px;
  }
  .top_about_doc p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 30px;
  }
  .top_about_img {
    width: 100%;
    padding-top: 15px;
  }
}

#top_service {
  padding: 80px 0;
  position: relative;
  background-color: rgba(15, 159, 225, 0.2);
}

#top_service .inner_block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.top_service_doc {
  /*width: 40%; 画像を入れたら戻す*/
  width: 100%;
  /*画像を入れるまで100%*/
}

.top_service_doc h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding-left: 20px;
}

.top_service_doc p {
  font-size: 16px;
  font-size: 1.6rem;
  width: 90%;
  margin: 0 auto 60px;
}

.top_service_img {
  width: 58%;
}

.top_service_img ul li {
  width: calc(100% / 2 - 5px);
  display: inline-block;
}

.top_service_img ul li:last-child img {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  #top_service {
    padding: 40px 0;
  }
  #top_service .inner_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top_service_doc {
    width: 100%;
  }
  .top_service_doc h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
    padding-left: 20px;
  }
  .top_service_doc p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 30px;
  }
  .top_service_img {
    width: 100%;
  }
}

#top_recruit {
  background: url(../images//bg_company.jpg) center bottom no-repeat fixed;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

#top_recruit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

#top_recruit h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding-left: 20px;
}

#top_recruit p {
  font-size: 16px;
  font-size: 1.6rem;
  width: 80%;
  margin: 0 auto 60px;
}

#top_recruit h2,
#top_recruit h3,
#top_recruit p {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #top_recruit {
    padding: 40px 0;
  }
  #top_recruit h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #top_recruit p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto 30px;
  }
}

#top_news {
  padding: 50px 0;
  margin: 50px auto 0;
}

.news_list_block {
  margin: 0 auto;
}

.news_list_block ul {
  background-color: rgba(15, 159, 225, 0.2);
}

.news_list_block ul li {
  display: inline-block;
  vertical-align: top;
  padding: 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_list_block ul li span {
  margin-right: 10px;
}

.news_list_block ul li:first-child {
  width: 13%;
  text-align: center;
  min-width: 100px;
}

.news_list_block ul li:last-child {
  width: 85%;
  padding-right: 1em;
}

.news_list_block ul li a {
  text-decoration: underline;
}

.news_list_block ul li a:hover {
  text-decoration: underline;
}

.news_list_block ul:nth-child(even) {
  background-color: #f5f5f5;
}

.news_list_block ul:last-of-type {
  margin-bottom: 30px;
}

.news_list_block a.btn_01 {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #top_news {
    padding: 25px 0;
    margin: 50px auto;
    width: 90%;
  }
  .news_list_block {
    width: 90%;
    margin: 0 auto;
  }
  .news_list_block ul li {
    display: block;
    padding: 0.5em;
  }
  .news_list_block ul li:first-child {
    width: 100%;
    text-align: left;
  }
  .news_list_block ul li:last-child {
    width: 100%;
  }
  .news_list_block a.btn_01 {
    margin: 0 auto;
  }
}

#top_banner {
  padding: 100px 0 0;
}

ul.top_bnr {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

ul.top_bnr li {
  width: 240px;
}

@media only screen and (max-width: 768px) {
  #top_banner {
    padding: 30px 0;
  }
  ul.top_bnr {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.top_bnr li {
    margin: 10px 0;
    text-align: center;
  }
}

.top_message {
  padding: 100px 0 0;
}

.top_message h2.ttl {
  padding: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  color: #0f9fe1;
}

.top_message h2.ttl span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  color: #333333;
}

.top_message ul.top_messe_li {
  width: 50%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../images//common/dt_bk.png) center center repeat-x;
}

.top_message ul.top_messe_li li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 0 10px;
}

.top_message ul.top_messe_li li:last-of-type {
  color: #c84381;
}

.top_message p {
  text-align: center;
  margin-top: 50px;
}

#history_block {
  padding: 80px 0;
  position: relative;
  background-color: rgba(15, 159, 225, 0.2);
  margin: 0 -50% 100px;
}

@media only screen and (max-width: 768px) {
  #history_block {
    padding: 80px 0;
    position: relative;
    background-color: rgba(15, 159, 225, 0.2);
    margin: 0 -5% 100px;
  }
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #0f9fe1;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div.timeline_block {
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 15px;
  background: #ffffff;
}

.timeline ul li div.timeline_block::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div.timeline_block {
  left: 45px;
}

.timeline ul li:nth-child(odd) div.timeline_block::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}

.timeline ul li:nth-child(even) div.timeline_block {
  left: -539px;
}

.timeline ul li:nth-child(even) div.timeline_block::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #c84381;
}

.timeline ul li div.timeline_block {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div.timeline_block {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div.timeline_block {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div.timeline_block {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div.timeline_block {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div.timeline_block {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li {
    width: 3px;
  }
  .timeline ul li::after {
    width: 15px;
    height: 15px;
  }
  .timeline ul li div.timeline_block {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div.timeline_block {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div.timeline_block::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ffffff transparent transparent;
  }
}

.timeline_block time {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0f9fe1;
}

.timeline_img {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .timeline_block time {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0f9fe1;
  }
}

p.message_txt {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  padding-bottom: 1em;
}

.company_menu {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.company_menu ul {
  width: calc((100% / 3) - 20px);
  position: relative;
}

.company_menu ul:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.company_menu ul:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: .5s;
  transition: .5s;
}

.company_menu ul:hover li:last-child a {
  color: #0f9fe1;
  font-size: 20px;
  font-size: 2rem;
}

.company_menu ul li {
  text-align: center;
}

.company_menu ul li:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.company_menu ul li:last-child a {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}

dl.company_add {
  margin-bottom: 1em;
}

dl.company_add dt {
  font-weight: 700;
}

dl.company_add dd ul li {
  display: inline-block;
  padding-right: 1em;
}

.company_map iframe {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  p.message_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company_menu ul {
    width: calc(100% / 1);
    margin-bottom: 10px;
  }
  .company_menu ul li:last-child {
    width: 100%;
  }
  .company_menu ul li:last-child a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company_map iframe {
    height: 250px;
  }
}

p.message_name {
  padding-top: 2em;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}

p.message_name span {
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  p.message_name {
    padding-top: 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

ul.insurance_company {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.insurance_company li {
  width: calc(100% / 6 - 10px);
  border: 1px solid #c8caca;
  padding: 5px;
  margin: 0 5px 30px;
  text-align: center;
}

ul.insurance_company li p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  ul.insurance_company li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 15px;
  }
  ul.insurance_company li p {
    font-size: 10px;
    font-size: 1rem;
  }
}

dl.free_call {
  color: #eb6d1f;
  border: 1px solid #eb6d1f;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

dl.free_call dt {
  font-size: 16px;
  font-size: 1.6rem;
}

dl.free_call dd {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

ul.shop_img {
  text-align: center;
  margin: 20px 0;
}

ul.shop_img li {
  display: inline-block;
  width: calc(100% / 3 - 5px);
}

@media only screen and (max-width: 768px) {
  dl.free_call {
    padding: 10px;
    margin-bottom: 2em;
  }
  dl.free_call dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  dl.free_call dd {
    font-size: 30px;
    font-size: 3rem;
    padding: 5px 0;
  }
}

.staff_block .inner_block {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff_block .inner_block::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 5px);
}

.staff_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% / 3 - 5px);
  margin: 20px 0;
}

.staff_box02 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% / 2 - 5px);
  margin: 20px 0;
}

.staff_box .staff_doc,
.staff_box02 .staff_doc {
  width: calc(100% - 160px);
}

.staff_box h3.staff_ttl,
.staff_box02 h3.staff_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #c84381;
}

.staff_box h3.blog-ttl,
.staff_box02 h3.blog-ttl {
  margin-top: 0;
}

.staff_box h4.staff_name,
.staff_box02 h4.staff_name {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #0f9fe1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.staff_box .staff_photo,
.staff_box02 .staff_photo {
  width: 150px;
  text-align: center;
}

.staff_box .staff_photo img,
.staff_box02 .staff_photo img {
  width: 150px;
}

.staff_box dl,
.staff_box02 dl {
  font-size: 14px;
  font-size: 1.4rem;
}

.staff_box dl dt,
.staff_box02 dl dt {
  font-weight: 700;
}

.staff_box dl dd,
.staff_box02 dl dd {
  margin-bottom: 5px;
}

.staff_comment {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.staff_comment a {
  text-decoration: underline;
  color: #0f9fe1;
}

.staff_comment a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f4ad";
  font-weight: 700;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 768px) {
  .staff_block .inner_block {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staff_block .inner_block::after {
    width: 100%;
  }
  .staff_box,
  .staff_box02 {
    width: 100%;
    margin: 10px 0;
  }
  .staff_box .staff_doc,
  .staff_box02 .staff_doc {
    width: calc(100% - 110px);
  }
  .staff_box h3.staff_ttl,
  .staff_box02 h3.staff_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff_box h4.staff_name,
  .staff_box02 h4.staff_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff_box .staff_photo,
  .staff_box02 .staff_photo {
    width: 100px;
  }
  .staff_box .staff_photo img,
  .staff_box02 .staff_photo img {
    width: 100px;
  }
}

.newface_block {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.newface_block .newface_img {
  width: 150px;
  text-align: center;
}

.newface_block .newface_img img {
  width: 150px;
}

.newface_block .newface_doc {
  width: calc(100% - 160px);
}

.newface_block .newface_doc h4.newface_name {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #0f9fe1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.newface_block .newface_doc span.newsface {
  background-color: #0f9fe1;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .newface_block .newface_img {
    width: 100px;
  }
  .newface_block .newface_img img {
    width: 100px;
  }
  .newface_block .newface_doc {
    width: calc(100% - 110px);
  }
  .newface_block .newface_doc h4.newface_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .newface_block .newface_doc span.newsface {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

dl.faq_block {
  margin-bottom: 2em;
}

dl.faq_block dt {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: rgba(15, 159, 225, 0.3);
  padding: 8px 5px;
}

dl.faq_block dt span {
  padding-right: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

dl.faq_block dd {
  padding: 8px 5px;
}

@media only screen and (max-width: 768px) {
  dl.faq_block dt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px;
  }
  dl.faq_block dt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  dl.faq_block dd {
    padding: 5px;
  }
}

.privacy_block p,
.privacy_block ul {
  margin-bottom: 1em;
}

.privacy_block dl.privacy_doc dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
}

p.signature {
  text-align: right;
}

.policy_co {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}

.policy_co span {
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 5px;
}

ul.policy_tel {
  text-align: center;
}

ul.policy_tel li {
  display: inline-block;
  width: calc(100% / 3 - 5px);
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #0f9fe1;
  padding: 30px 0;
}

ul.policy_tel li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .policy_co {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .policy_co span {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0;
    display: block;
  }
  ul.policy_tel li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 15px 0;
  }
  ul.policy_tel li span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.flow_block {
  width: 80%;
  margin: 0 auto 50px;
  background-color: rgba(15, 159, 225, 0.1);
  padding: 30px;
  position: relative;
}

.flow_block:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(15, 159, 225, 0.1) transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.flow_block:last-of-type:after {
  border-color: transparent;
}

.flow_block dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow_block dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 20px;
}

.flow_block dl dt span {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  padding-left: 5px;
}

.flow_block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
}

.flow_block dl dd span {
  background: -webkit-linear-gradient(transparent 75%, #0f9fe1 75%);
  background: linear-gradient(transparent 75%, #0f9fe1 75%);
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .flow_block {
    width: 100%;
    margin: 0 auto 50px;
    padding: 15px;
  }
  .flow_block dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .flow_block dl dt span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flow_block dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .flow_block dl dd p {
    padding-top: 5px;
  }
}

#mainbox h3.sub_ttl {
  margin-top: 0;
}

.news_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 20px;
  border-bottom: 1px solid #c8caca;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_list .news_time {
  width: 10%;
}

.news_list .news_time time {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.news_list .news_cat {
  width: 13%;
  text-align: center;
}

.news_list .news_ttl {
  width: 72%;
}

.news_list a:hover {
  text-decoration: underline;
}

span.web,
span.np,
span.magazine,
span.books,
span.test,
span.tv,
span.radio {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 2em;
  border-radius: 5px;
  color: #ffffff;
}

span.web {
  background-color: #007FB0;
}

span.np {
  background-color: #EB6100;
}

span.magazine {
  background-color: #D03E51;
}

span.books {
  background-color: #0f9fe1;
}

span.test {
  background-color: #ff6600;
}

span.tv,
span.radio {
  background-color: #c84381;
}

@media only screen and (max-width: 768px) {
  .news_list {
    width: 95%;
    margin: 0 auto 20px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news_list .news_time {
    display: inline-block;
    width: 20%;
  }
  .news_list .news_cat {
    display: inline-block;
    width: 25%;
  }
  .news_list .news_ttl {
    width: 100%;
    margin-top: 10px;
  }
  .news_list a:hover {
    text-decoration: underline;
  }
}

ul.blog_data li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.blog_thumbnail {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .blog_thumbnail {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.blog_detail_text p {
  padding-bottom: 1em;
}

.seminar_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #c8caca;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}

.seminar_list .seminar_img {
  width: 30%;
  max-width: 342px;
}

.seminar_list .seminar_doc {
  width: 67%;
}

.seminar_list .seminar_doc h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: .5em 0;
  border-bottom: 1px solid #c84381;
  margin-bottom: 1em;
}

.seminar_list .seminar_doc a.btn_mini {
  margin-top: 20px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .seminar_list {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .seminar_list .seminar_img {
    width: 100%;
    max-width: 100%;
  }
  .seminar_list .seminar_doc {
    width: 100%;
  }
  .seminar_list .seminar_doc h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: .5em 0;
    border-bottom: 1px solid #c84381;
    margin-bottom: 1em;
  }
  .seminar_list .seminar_doc a.btn_mini {
    margin: 20px auto;
    display: block;
  }
}

dl.side_list dt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .5em 0;
  background-color: #0f9fe1;
  color: #ffffff;
}

dl.side_list dd ul li {
  font-size: 16px;
  font-size: 1.6rem;
  padding: .5em;
  border-bottom: 1px solid #c8caca;
}

dl.side_list dd ul li a.current {
  color: #0f9fe1;
}

#contact_block {
  color: #ffffff;
  padding: 50px 0;
}

#contact_block p {
  font-size: 16px;
  font-size: 1.6rem;
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

.contact_block {
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_block .contact_box {
  width: calc(100% / 2 - 10px);
}

.contact_block .contact_box p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.contact_block .contact_tel {
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
}

.contact_block .contact_tel a {
  color: #ffffff;
}

.contact_block .contact_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 700;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
  top: -5px;
}

.contact_memo p {
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  #contact_block {
    padding: 25px 0;
  }
  #contact_block p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 10px auto;
  }
  .contact_block {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_block .contact_box {
    width: calc(100% - 10px);
    margin-bottom: 20px;
  }
  .contact_block .contact_box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact_block .contact_tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contact_block .contact_tel:before {
    top: -3px;
  }
  .contact_memo p {
    margin: 10px auto 0;
  }
}

#footer_sitemap {
  display: block;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
}

#footer_sitemap ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

#footer_sitemap ul li a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #footer_sitemap {
    display: none;
  }
}

#foot_map {
  position: relative;
  height: 400px;
  overflow: hidden;
}

#foot_map .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 768px) {
  #foot_map {
    height: 250px;
  }
}

.copy_block {
  background-color: #0f9fe1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .copy_block {
    font-size: 10px;
    font-size: 1rem;
  }
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 0;
  z-index: 10;
}

#page-top a {
  display: block;
}

#page-top a img {
  width: 50px;
}

#page-top a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #page-top {
    z-index: 15;
  }
  #page-top a img {
    width: 50px;
  }
}

/* 基本のスタイル */
section.f_left {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

/* スタート時のスタイル */
section.f_left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル
section.delighter.started.ended {
	border: solid red 10px;
}

*/
/* 基本のスタイル */
section.fuwa {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* スタート時のスタイル */
section.fuwa.started {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bx-wrapper {
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: transparent;
  margin-bottom: 0;
}

.sharedaddy {
  margin-top: 20px;
}

.sd-sharing-enabled {
  padding-top: 30px;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}

#prev_next #prev,
#prev_next #next {
  width: 50%;
  padding: 40px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}

#prev_next #prev p,
#prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}

#prev_next #prev:hover,
#prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}

#prev_next #prev {
  border-right: #ccc 1px solid;
}

#prev_next #prev_title,
#prev_next #next_title {
  font-size: 90%;
  top: 1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}

#prev_next #next_title {
  right: 10px;
}

#prev_next #prev img,
#prev_next #next img {
  margin: 0 auto;
}

#prev_next #prev_no,
#prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}

#prev_next #prev_no {
  border-right: #ccc 1px solid;
}

#prev_next_home {
  margin: 0 auto;
  background-color: #39f;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #39f;
  -webkit-box-shadow: 0 0 0 3px #39f;
  -moz-box-shadow: 0 0 0 3px #39f;
  text-align: center;
}

#prev_next_home:hover {
  background-color: rgba(0, 0, 255, 0.7);
}

#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}

/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev,
  #prev_next #prev::before,
  #prev_next #prev::after,
  #prev_next #next,
  #prev_next #next::before,
  #prev_next #next::after {
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title,
  #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px;
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}

/*ホーム表示ブロック*/
#prev_next_home {
  display: none;
}

#prev_next_home:hover {
  display: none;
}

#prev_next_home i {
  display: none;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #c84381;
  border-right-style: solid;
  border-bottom: 3px solid #0f9fe1;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #c8caca;
  border-color: #c8caca;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #c8caca;
  border-color: #c8caca #ad3545 #ad3545 #c8caca;
}

span.red {
  color: #ff0033;
}

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

.form_block {
  margin: 0 auto 20px;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #c8caca;
}

.form_block th,
.form_block td {
  padding: 1em;
  border-bottom: 1px solid #c8caca;
}

.form_block th {
  width: 20%;
  text-align: center;
  background-color: rgba(200, 202, 202, 0.2);
}

.form_block td a {
  color: #0f9fe1;
  text-decoration: underline;
}

.form_block td a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .form_block {
    width: 100%;
  }
  .form_block th,
  .form_block td {
    display: block;
    border: 0px solid #0f9fe1;
  }
  .form_block th {
    width: 100%;
    text-align: left;
  }
  .form_block td {
    padding-bottom: 10px;
  }
}

.form_block [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.form_block option,
.form_block input[type=text],
.form_block input[type=email],
.form_block input[type=search],
.form_block input[type=url] {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 5px;
}

.form_block input[type=email],
.form_block input[type=text] {
  height: 2em;
}

.form_block textarea {
  width: 100%;
  border: 1px solid #cccccc;
  height: 10em;
  padding: 5px;
}

.submit-btn input {
  background: #0f9fe1;
  width: 60%;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #0f9fe1;
}

.submit-btn input:hover {
  background: #fff;
  color: #0f9fe1;
}

.select_d {
  overflow: hidden;
  width: 90%;
  text-align: center;
}

.select_d select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_d select::-ms-expand {
  display: none;
}

.select_d.select01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.select_d.select01:before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.select_d.select01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

ul.check_d .op01 {
  margin: 0 1em 0 0;
}

ul.radio_d {
  width: 90%;
  margin: 2em auto;
  text-align: left;
  margin: 0.5rem 0.5rem 2rem 0.5rem;
  padding: 0.5rem 1rem;
  list-style: none;
  border: 1px solid #cccccc;
}

ul.radio_d label {
  font-family: Arial, sans-serif;
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

ul.radio_d li {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

ul.radio_d .op01 {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

ul.radio_d .op01:before, ul.radio_d .op01:after {
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  left: -0.125rem;
  width: 1rem;
  height: 1rem;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #da3c41;
  border-radius: 50%;
  background: #ffffff;
}

ul.radio_d .op01:after {
  z-index: 0;
  top: -0.0625rem;
  border: none;
}

ul.radio_d .op01:checked:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #da3c41;
}

.inqeiry_txt {
  text-align: center;
}

.inqeiry_txt p {
  font-size: 18px;
  font-size: 1.8rem;
}