@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

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

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

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

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

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

.mt40 {
  margin-top: 40px !important;
}

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

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

section {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
}

.last_section {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .last_section {
    margin-bottom: 50px;
  }
}

.col {
  display: flex;
  justify-content: space-between;
}

.col .txt {
  width: 600px;
}

.col .txt p {
  margin-bottom: 35px;
}

.col .txt p:last-child {
  margin-bottom: 0px;
}

.col.inverse {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .col {
    display: block;
  }
  .col .img {
    text-align: center;
    margin-bottom: 20px;
  }
  .col .txt {
    width: auto !important;
  }
  .col .txt p {
    margin-bottom: 10px;
  }
}

.ttl_block {
  font-size: 3.0rem;
  font-weight: bold;
  border-bottom: solid 2px #C7C7C7;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}

.ttl_block em {
  color: #FF8729;
}

@media (max-width: 767px) {
  .ttl_block {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.ttl_section {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6;
  border-left: solid 5px #ff8729;
  padding: 10px 30px;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  box-sizing: border-box;
  background: #F6F6F6;
  margin-bottom: 42px;
}

.ttl_section span {
  font-size: 1.8rem;
  padding-left: 20px;
}

.ttl_section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -5px;
  height: 50%;
  width: 5px;
  background: #639CA4;
}

@media (max-width: 767px) {
  .ttl_section {
    font-size: 2.2rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .ttl_section span {
    padding-left: 0;
  }
}

#layer_page_top {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #FF8729;
  letter-spacing: 0.2em;
  padding: 14px 0;
}

#layer_page_top span {
  font-size: 2.8rem;
  padding-left: 10px;
}

@media (max-width: 767px) {
  #layer_page_top {
    font-size: 1.4rem;
  }
  #layer_page_top span {
    font-size: 1.8rem;
  }
}

#eyecatch {
  background: url(../img/common/eyecatch_img.jpg) no-repeat center center;
  background-size: cover;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 60px;
  margin-bottom: 80px;
}

#eyecatch .ttl_page {
  color: #FF8729;
  font-size: 4.0rem;
  position: relative;
}

#eyecatch .ttl_page:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 5px;
  background: #FF8729;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 767px) {
  #eyecatch {
    background-position: center 100%;
    margin-bottom: 25px;
    padding: 20px 0 40px;
  }
  #eyecatch .ttl_page {
    font-size: 2.5rem;
  }
  #eyecatch .ttl_page:before {
    width: 45px;
    height: 3px;
    background: #FF8729;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
  }
}

.btn_more {
  background: url("../img/common/icon_more_01.jpg") no-repeat 0 0;
  padding-left: 30px;
  font-weight: bold;
  color: #639CA4;
  text-decoration: none;
}

.pagination:empty {
  display: none;
}

.pagination {
  background: #dfeeff;
  padding: 10px;
}

.pagination .page-numbers {
  display: inline-block !important;
  border: solid 1px #4a6e92;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #fff;
  width: 2em;
  padding: 6px 0;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
}

.pagination .page-numbers.current {
  background: #b2d6ff;
}

table {
  width: 100%;
}

table th, table td {
  padding: 15px;
  text-align: left;
  border: solid 1px #c2d9e9;
  box-sizing: border-box;
}

table th {
  background: #e7f3fb;
  color: #345372;
  font-weight: bold;
}

table td {
  background: #fff;
}

@media (max-width: 767px) {
  table {
    display: block;
  }
  table tbody, table tr, table th, table td {
    width: 100% !important;
    display: block;
  }
  table th {
    padding: 5px 2px 3px;
  }
  table th:before {
    margin-right: 1px;
  }
  table td {
    padding-top: 5px;
  }
}

dl dt {
  float: left;
  clear: left;
}

dl dd {
  padding-left: 10em;
}

@media (max-width: 767px) {
  dl dt {
    width: 100% !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5em;
  }
}

.bold {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold;
}

#wrap {
  min-width: 1040px;
  margin: auto;
}

@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.inner_container {
  width: 920px;
  margin: auto;
}

@media (max-width: 767px) {
  .inner_container {
    width: 100%;
    box-sizing: border-box;
  }
}

.container {
  width: 1000px;
  margin: auto;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

button#btn_nav {
  display: none;
}

@media (max-width: 767px) {
  button#btn_nav {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    background: transparent;
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 3;
  }
  button#btn_nav span {
    display: block;
    width: 80%;
    background: #fff;
    height: 5px;
    border-radius: 5px;
    margin: 5px;
    left: 4px;
  }
  button#btn_nav span.top_nav {
    background: #ff8729;
  }
}

header #gnav {
  display: block;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  position: relative;
}

header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header #gnav a {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #639CA4;
  transition: .2s;
}

header #gnav a:hover, header #gnav a.active {
  color: #FF8729;
}

header #gnav .sns_icon_wrap {
  width: 100px;
  margin-left: 196px;
}

@media (max-width: 767px) {
  header #gnav {
    display: none;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
  }
  header #gnav ul {
    display: block;
    padding: 60px 0 0;
    background: #639CA4;
    text-align: center;
    height: 100vh;
  }
  header #gnav li {
    display: block;
    border-left: 0;
    padding: 0;
    width: 100% !important;
  }
  header #gnav a {
    padding: 10px 0;
    color: #fff;
    font-size: 2.0rem;
  }
  header #gnav .sns_icon_wrap {
    display: flex;
    justify-content: space-around;
    margin: 0 auto 0;
    height: 0;
  }
  header #gnav .sns_icon_wrap li {
    display: inherit;
    width: auto !important;
  }
}

main {
  display: block;
}

#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #totop {
    width: 44px;
    height: 44px;
  }
}

footer {
  background: #639CA4;
  color: #fff;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .footer_top {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 25px 0;
}

footer .footer_top ul {
  display: flex;
  justify-content: center;
}

footer .footer_top ul li {
  margin: 0 25px;
}

footer .footer_top .sns {
  padding: 30px 0;
}

footer .footer_top .sns li {
  margin: 0 10px;
}

footer .footer_bottom {
  font-size: 1.4rem;
  padding: 10px;
  color: #fff;
  background: #333;
  line-height: 1;
}

@media (max-width: 767px) {
  footer {
    text-align: left;
  }
  footer .footer_top ul {
    display: block;
  }
  footer .footer_top ul li {
    margin: 0 25px;
  }
  footer .footer_top .sns {
    display: flex;
    padding: 20px 0 0;
  }
}

#top_mv .mv_grid {
  background: linear-gradient(#F6F6F6 300px, #fff 300px);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 300px 250px;
  -ms-grid-columns: 39% 61%;
  grid-template: 'img party' 300px 'img title' 250px / 39% 61%;
}

#top_mv h1 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: title;
  padding-top: 50px;
  padding-left: 50px;
  background: #fff url("../img/top/mv_bg.jpg") no-repeat top right;
  font-size: 2.5rem;
  font-weight: bold;
}

#top_mv h1 .job {
  letter-spacing: 0.3em;
  color: #639CA4;
  display: block;
}

#top_mv h1 .name {
  font-size: 4.5rem;
  display: inline-block;
}

#top_mv h1 .site {
  display: block;
}

#top_mv .party {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding-top: 80px;
  padding-left: 50px;
  grid-area: party;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 560px;
}

#top_mv .party .catch_txt {
  line-height: 0.5;
}

#top_mv .party p {
  background: #FF8729;
  color: #fff;
  font-size: 5.0rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 50px 10px 15px;
  line-height: 1;
  box-sizing: border-box;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#top_mv .party p:first-child {
  padding-right: 0;
  width: 365px;
}

#top_mv .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: img;
  text-align: right;
  overflow: hidden;
}

#top_mv .img .img_inner {
  padding-top: 45px;
  min-width: 530px;
  margin: 0 0 0 -125px;
}

@media (max-width: 767px) {
  #top_mv .mv_grid {
    display: block;
  }
  #top_mv h1 {
    padding: 10px 10px 0;
    text-align: center;
    font-size: 2.0rem;
    background: #fff;
    line-height: 1.5;
  }
  #top_mv h1 .name {
    font-size: 3.0rem;
  }
  #top_mv h1 .site {
    margin-left: 0;
  }
  #top_mv .party {
    width: auto;
    padding: 10px;
    max-width: 550px;
    margin: auto;
    box-sizing: border-box;
    justify-content: center;
  }
  #top_mv .party img {
    width: 60px;
    margin-right: 15px;
  }
  #top_mv .party p {
    font-size: 2.2rem;
    padding: 10px;
  }
  #top_mv .party p:first-child {
    width: auto;
  }
  #top_mv .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: img;
    text-align: right;
    overflow: hidden;
  }
  #top_mv .img .img_inner {
    padding: 10px;
    min-width: auto;
    margin: auto;
    text-align: center;
  }
}

#top_sns {
  background: linear-gradient(#FF8729 300px, #fff 300px);
  padding: 90px 0 80px;
}

#top_sns h2 {
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

#top_sns h2:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  width: 60px;
  height: 5px;
}

#top_sns .container {
  display: flex;
  justify-content: space-between;
}

#top_sns .col_timeline {
  flex-basis: 480px;
  position: relative;
}

#top_sns .fb-container {
  width: 500px;
}

@media (max-width: 767px) {
  #top_sns {
    padding: 25px 0;
  }
  #top_sns .fb-container {
    width: 100%;
    max-width: 500px;
  }
  #top_sns .container {
    display: block;
  }
  #top_sns .col_timeline {
    flex-basis: auto;
  }
  #top_sns .col_tw {
    margin-top: 20px;
  }
  #top_sns .col_tw h2 {
    color: #ff8729;
  }
  #top_sns .col_tw h2:after {
    background: #ff8729;
  }
}

#top_policy .policy_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

#top_policy .policy_header h2 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6;
  border-left: solid 5px #ff8729;
  padding: 10px 30px;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}

#top_policy .policy_header h2:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -5px;
  height: 50%;
  width: 5px;
  background: #639CA4;
}

#top_policy .policy_header h2 em {
  color: #ff8729;
}

#top_policy .policy_header ul {
  display: flex;
  justify-content: space-between;
  width: 310px;
}

#top_policy .policy_col3 {
  display: flex;
  justify-content: space-between;
}

#top_policy .policy_col3 .policy_block {
  flex-basis: 320px;
  border: solid 1px #C7C7C7;
  border-top: 0;
  border-bottom: solid 2px #FF8729;
}

#top_policy .policy_col3 .policy_block h3 {
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  background: #FF8729;
}

#top_policy .policy_col3 .policy_block .img {
  padding: 20px 20px 0;
}

#top_policy .policy_col3 .policy_block .txt {
  padding: 20px;
}

#top_policy .policy_col3 .policy_block .txt p:last-child {
  text-align: right;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #top_policy .policy_header {
    display: block;
    margin-bottom: 40px;
  }
  #top_policy .policy_header:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -5px;
    height: 50%;
    width: 5px;
    background: #639CA4;
  }
  #top_policy .policy_header h2 {
    font-size: 2.0rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  #top_policy .policy_header ul {
    width: auto;
  }
  #top_policy .policy_col3 {
    display: block;
  }
  #top_policy .policy_col3 .policy_block {
    flex-basis: 320px;
    border: solid 1px #C7C7C7;
    border-top: 0;
    border-bottom: solid 2px #FF8729;
  }
  #top_policy .policy_col3 .policy_block h3 {
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    background: #FF8729;
  }
  #top_policy .policy_col3 .policy_block .img {
    padding: 20px 20px 0;
    text-align: center;
  }
  #top_policy .policy_col3 .policy_block .txt {
    padding: 20px;
  }
  #top_policy .policy_col3 .policy_block .txt p:last-child {
    text-align: right;
    margin-top: 30px;
  }
}

#profile_greeting .col .txt {
  width: 690px;
}

#profile_history dl {
  margin-bottom: 20px;
}

#profile_history dl dt {
  font-weight: bold;
  color: #FF8729;
  padding: 5px 10px;
  text-align: center;
  border: solid 2px #FF8729;
  box-sizing: border-box;
  width: 150px;
  margin-top: 15px;
}

#profile_history dl dd {
  border-bottom: dashed 1px #C7C7C7;
  padding: 20px 0px 10px 25px;
  margin-left: 11em;
}

#profile_history .history_wrap {
  margin-bottom: 40px;
}

#profile_history .history_feature {
  background: #f6f6f6;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 0;
}

@media (max-width: 767px) {
  #profile_history dl {
    margin-bottom: 20px;
  }
  #profile_history dl dt {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #profile_history dl dd {
    padding: 10px;
    margin-left: 0;
    /*                &:last-child{
                                    border:none;
                                }*/
  }
  #profile_history .history_feature {
    text-align: left;
    font-size: 1.4rem;
    padding: 20px 10px;
  }
}

.political_point_wrap {
  margin-bottom: 95px;
}

@media (max-width: 767px) {
  .political_point_wrap {
    margin-bottom: 50px;
  }
}

#announcement_top p {
  margin-bottom: 80px;
}

#announcement_top .inspection_method {
  max-width: 730px;
  margin: 0 auto 50px;
}

#announcement_top .method_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background: #F6F6F6;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 50px 0px;
  box-sizing: border-box;
  position: relative;
}

#announcement_top .method_block:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -50px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #639ca4;
}

#announcement_top .method_block em {
  color: #FF8729;
}

#announcement_top .method_block:last-child:after {
  top: auto;
  bottom: -20px;
  right: 10px;
  width: 48px;
  height: 48px;
  background: url("../img/announcement/icon_search.png") no-repeat;
  border: none;
}

#announcement_top .site_link {
  background: #FF8729;
  padding: 20px 15px 15px;
  text-decoration: none;
  width: 600px;
  display: block;
  margin: auto;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 2px 0px #333333;
}

#announcement_top .site_link h3 {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  background: url("../img/announcement/icon_access.png") no-repeat 80px center;
  margin-bottom: 10px;
}

#announcement_top .site_link p {
  margin-bottom: 0;
  font-size: 1.8rem;
  background: #fff;
  color: #639CA4;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #announcement_top p {
    margin-bottom: 25px;
  }
  #announcement_top .method_block {
    width: 150px;
    height: 150px;
    font-size: 1.6rem;
    padding: 0px;
    margin: 45px auto 0px;
  }
  #announcement_top .method_block:after {
    position: absolute;
    content: '';
    top: initial;
    bottom: -30px;
    right: 50px;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #639ca4 transparent transparent transparent;
  }
  #announcement_top .method_block em {
    color: #FF8729;
  }
  #announcement_top .method_block:last-child:after {
    top: auto;
    bottom: -20px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: url("../img/announcement/icon_search.png") no-repeat;
    border: none;
  }
  #announcement_top .site_link {
    padding: 20px 15px 15px;
    width: auto;
  }
  #announcement_top .site_link h3 {
    font-size: 1.6rem;
    text-align: left;
    background-position: 0px center;
    background-size: 25px;
    padding-left: 30px;
  }
  #announcement_top .site_link p {
    font-size: 1.6rem;
  }
}

#announcement_bottom p {
  margin-bottom: 80px;
}

#announcement_bottom .pdf_files_wrap {
  flex-wrap: wrap;
}

#announcement_bottom .pdf_files_wrap li {
  margin-bottom: 30px;
  width: 240px;
}

#announcement_bottom .pdf_files_wrap:after {
  content: "";
  display: block;
  width: 240px;
  height: 0;
}

@media (max-width: 767px) {
  #announcement_bottom p {
    margin-bottom: 30px;
  }
  #announcement_bottom .pdf_files_wrap {
    margin-bottom: 10px;
  }
  #announcement_bottom .pdf_files_wrap li {
    margin-bottom: 10px;
  }
}

#office_access .ttl_block {
  text-align: center;
  margin-bottom: 50px;
}

#office_access .col {
  align-items: center;
}

#office_access .col .contact_block {
  width: 445px;
}

#office_access .col a {
  background: url(../img/office/icon_tel.png) no-repeat 40px center, #f6f6f6;
  display: block;
  padding: 35px 0px 35px 97px;
  font-size: 3.5rem;
  font-weight: bold;
  /* text-align: center; */
  text-decoration: none;
  color: #333333;
  margin-top: -15px;
}

#office_access .col .txt {
  font-weight: bold;
  color: #FF8729;
  padding: 10px 20px;
  border: solid 2px #FF8729;
  background: #fff;
}

@media (max-width: 767px) {
  #office_access .ttl_block {
    margin-bottom: inherit;
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 10px;
  }
  #office_access .col {
    align-items: baseline;
  }
  #office_access .col .contact_block {
    width: auto;
  }
  #office_access .col .contact_block:first-child {
    margin-bottom: 25px;
  }
  #office_access .col a {
    padding: 20px 0px 20px 50px;
    font-size: 2.5rem;
    margin-top: 0px;
    background-position: 10px center;
    background-size: 30px;
  }
  #office_access .col .txt {
    font-weight: bold;
    color: #FF8729;
    padding: 10px 20px;
    border: solid 2px #FF8729;
    background: #fff;
  }
}

/* googlemapやyoutube */
.iframe_wrap {
  position: relative;
  padding-top: 400px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

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

@media (max-width: 767px) {
  .iframe_wrap {
    margin-bottom: 25px;
    padding-top: 200px;
  }
}
