@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--ベンダープレフィックスの自動付与設定-----------------------*/
@media screen and (min-width: 1080px) {
  /*PC*/ }

@media screen and (max-width: 750px) {
  /*SP*/ }

@media screen and (max-width: 1079px) and (min-width: 751px) {
  /*TB*/ }

@media screen and (max-width: 750px) {
  /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 85%; } }

/*幅設定------------------------------------------*/
/*コンテンツ幅*/
/*Font Awesome 5のmixin-----------------------------------------------*/
/*コンテンツボックスのmixin-----------------------------------------------*/
/*# sourceMappingURL=test.css.map */
/*Memo=============================================================

■ テンプレートカラー(色覚差分対応)
　└ 変数、配列
	$siteBase...サイト全体の背景色
	$siteMain...サイトのメインカラー(背景色と対になる色。リンクボタンの背景など)
	$siteText...テキストカラー。siteMainと同じ場合あり。
	$siteLink...リンクのテキストカラー。siteMainと同じ場合あり。
	$siteAcc...アクセントカラー。siteMainと同じ場合あり。

　└ 関連mixin
	・tempColorSelect ：　ベースカラー指定
	・tempColorBox	 ：　メインカラー背景、ベース色がテキストカラーのボックス。見出しなど。
	・tempColorBoxHov ：　メインカラー・ベースカラーの反転版。
	・tempLinkBox	 ：　tempColorBox→tempColorBoxHovにホバーするリンクボタンライクなボックス。aタグに対して使う。
	・tempLinkBoxW	 ：　上記の反転逆パターン。通常時背景に埋もれないよう、border-colorを指定しているので適宜線幅をつける。

■ アイコンカラー
　└ 変数、配列
	・$menuNames、$menuColors：　
　　　指定するアイコンの分類名とそれに対応する色の指定を、「順番が一致する」形で設定。
　　　別のカテゴリで同じ色系統を複数回使いたいときは、その分類の数だけredやblueを指定する。

	・$colMap
	各色分類に対応する背景、テキストカラーの指定場所。ホバー時の色も指定しておく。
	別の色系統を増やしたい場合は「$colMap」内のマップ配列に指定用の色の名前の追加と、
	その指定名に対応するカラーバリエーションを追加する。

	例)
	　$colMap: (
		色の指定名(redなど): (
			mainColor: #ff4d4d,		// コンテンツの背景色
			txColor: #ffffff,		//    〃　　　テキストカラー
			mainColorHov: #b92f2f,　 //    〃　　　ホバー背景色
			txColorHov: #ffffff　 	//    〃　　　ホバーテキストカラー
		),
	　)

　└ 関連mixin
	・colorBox($colType)　	：　背景がアイコンカラーのボックス
	・colorBoxHov($colType)	：　colorBoxのホバーカラー版
	・colorBoxW($colType)	：　テキスト、SVGのみアイコン色対応。背景なし。
	・colorBoxLink($colType)	：　colorBox→colorBoxHovへの変化パターン。
	・colorBoxLinkW($colType)：　colorBoxW→colorBoxへの変化パターン
　　 
===================================================================*/
/*追加定義関数------------------------------------------------------*/
/*--カラー設定--------------------------------*/
/*# sourceMappingURL=test.css.map */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*フォントサイズ*/
body {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 87.5%;
  font-weight: 500;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

#wrap {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
  color: #2E302E; }

table {
  font-size: inherit; }

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.01px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden; }

* + html .clearfix {
  height: 1%; }

* html .clearfix {
  height: 1%; }

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  color: #040404;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.clear {
  clear: both; }

.pd10 {
  padding: 10px; }

.fl_r {
  float: right; }

.fl_l {
  float: left; }

.tx_ac {
  text-align: center; }

.tx_ar {
  text-align: right; }

.wd50 {
  width: 50% !important; }
  @media screen and (max-width: 750px) {
    .wd50 {
      width: 100% !important; } }

.wd66 {
  width: 66% !important; }
  @media screen and (max-width: 750px) {
    .wd66 {
      width: 100% !important; } }

.wd100 {
  width: 100% !important; }

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
  	overflow: auto;
  */ }

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%; }

body > #wrap {
  height: auto; }

@media screen and (max-width: 750px) {
  /*SP*/
  #contener {
    padding-bottom: 0; }
  #footer {
    position: relative; } }

div#content {
  margin: 0 auto;
  line-height: 1.5; }

.cont {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .cont img {
    max-width: 100%;
    height: auto; }

/*--------------ビジュアルエディター用-----------------*/
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */ }

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery img {
  border: 10px solid #f1f1f1; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

svg {
  width: 1rem;
  height: 1rem; }

svg.icon {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 0;
  margin: 0; }

a:hover .icon {
  fill: #ffffff; }

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*基本パーツ*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*ヘッダー------------------------------------------------------*/
header#top_hed {
  padding: 10px 0 0;
  background: #ffffff;
  border-bottom: 5px solid #0e6ec4; }
  @media screen and (max-width: 750px) {
    header#top_hed {
      padding-bottom: 0 !important; } }
  header#top_hed #nav_cont {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      header#top_hed #nav_cont {
        /*SP*/
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    header#top_hed #nav_cont h1 {
      width: 25%; }
    header#top_hed #nav_cont #tmp_parts {
      width: 75%;
      max-width: 700px;
      min-width: 480px; }
      @media screen and (max-width: 750px) {
        header#top_hed #nav_cont #tmp_parts {
          /*SP*/
          z-index: 1000;
          display: none;
          -webkit-order: 2;
          -ms-flex-order: 2;
          -webkit-box-ordinal-group: 3;
          order: 2;
          width: 100%;
          min-width: initial;
          border-top: 5px solid #0e6ec4;
          padding: 1.5rem 3% 1rem; } }
      header#top_hed #nav_cont #tmp_parts #tmp_top {
        display: table;
        width: 100%;
        margin-bottom: 15px; }
        header#top_hed #nav_cont #tmp_parts #tmp_top > * {
          display: table-cell;
          vertical-align: middle; }
          @media screen and (max-width: 750px) {
            header#top_hed #nav_cont #tmp_parts #tmp_top > * {
              /*SP*/
              display: block;
              width: 100%;
              text-align: center;
              margin-bottom: 10px; } }
        header#top_hed #nav_cont #tmp_parts #tmp_top #f_color li {
          display: inline-block; }
          header#top_hed #nav_cont #tmp_parts #tmp_top #f_color li a {
            display: inline-block;
            padding: 5px 0.5rem;
            border: 1px solid #999999;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
          header#top_hed #nav_cont #tmp_parts #tmp_top #f_color li#bg_wt a {
            border: 1px solid #999999; }
          header#top_hed #nav_cont #tmp_parts #tmp_top #f_color li#bg_yw a {
            background: #ffe509 !important;
            color: #000000 !important; }
          header#top_hed #nav_cont #tmp_parts #tmp_top #f_color li#bg_bk a {
            background: #3e3e3e !important;
            color: #ffffff !important; }
          header#top_hed #nav_cont #tmp_parts #tmp_top #f_color li#bg_be a {
            background: #232df9 !important;
            color: #ffffff !important; }
        header#top_hed #nav_cont #tmp_parts #tmp_top #f_size dt, header#top_hed #nav_cont #tmp_parts #tmp_top #f_size dd {
          display: inline-block;
          margin-right: 2%; }
        header#top_hed #nav_cont #tmp_parts #tmp_top #f_size dt {
          padding-left: 25px;
          background: url("../img/bg_f-size.gif") no-repeat left center; }
        header#top_hed #nav_cont #tmp_parts #tmp_top #f_size dd {
          border: 1px solid transparent;
          background: #e4e4e4;
          padding: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          cursor: pointer; }
          header#top_hed #nav_cont #tmp_parts #tmp_top #f_size dd.active {
            background: #ff7941;
            color: #ffffff; }

/*共通（ナビゲーション背景）------------------------------*/
.nav_info a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_info a, .nav_info a a {
    color: #ff4d4d; }
  .nav_info a svg {
    fill: #ff4d4d; }
  .nav_info a:hover {
    background: #ff4d4d; }
    .nav_info a:hover, .nav_info a:hover a {
      color: #ffffff; }
    .nav_info a:hover svg {
      fill: #ffffff; }
    .nav_info a:hover.tips:before {
      border-bottom-color: #ff4d4d; }

.nav_life a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_life a, .nav_life a a {
    color: #7ac539; }
  .nav_life a svg {
    fill: #7ac539; }
  .nav_life a:hover {
    background: #7ac539; }
    .nav_life a:hover, .nav_life a:hover a {
      color: #ffffff; }
    .nav_life a:hover svg {
      fill: #ffffff; }
    .nav_life a:hover.tips:before {
      border-bottom-color: #7ac539; }

.nav_isa a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_isa a, .nav_isa a a {
    color: #ff7941; }
  .nav_isa a svg {
    fill: #ff7941; }
  .nav_isa a:hover {
    background: #ff7941; }
    .nav_isa a:hover, .nav_isa a:hover a {
      color: #ffffff; }
    .nav_isa a:hover svg {
      fill: #ffffff; }
    .nav_isa a:hover.tips:before {
      border-bottom-color: #ff7941; }

.nav_politics a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_politics a, .nav_politics a a {
    color: #4d6fff; }
  .nav_politics a svg {
    fill: #4d6fff; }
  .nav_politics a:hover {
    background: #4d6fff; }
    .nav_politics a:hover, .nav_politics a:hover a {
      color: #ffffff; }
    .nav_politics a:hover svg {
      fill: #ffffff; }
    .nav_politics a:hover.tips:before {
      border-bottom-color: #4d6fff; }

.nav_baby a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_baby a, .nav_baby a a {
    color: #fdaa01; }
  .nav_baby a svg {
    fill: #fdaa01; }
  .nav_baby a:hover {
    background: #fdaa01; }
    .nav_baby a:hover, .nav_baby a:hover a {
      color: #ffffff; }
    .nav_baby a:hover svg {
      fill: #ffffff; }
    .nav_baby a:hover.tips:before {
      border-bottom-color: #fdaa01; }

.nav_culture a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_culture a, .nav_culture a a {
    color: #b258c5; }
  .nav_culture a svg {
    fill: #b258c5; }
  .nav_culture a:hover {
    background: #b258c5; }
    .nav_culture a:hover, .nav_culture a:hover a {
      color: #ffffff; }
    .nav_culture a:hover svg {
      fill: #ffffff; }
    .nav_culture a:hover.tips:before {
      border-bottom-color: #b258c5; }

.nav_school a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_school a, .nav_school a a {
    color: #4d6fff; }
  .nav_school a svg {
    fill: #4d6fff; }
  .nav_school a:hover {
    background: #4d6fff; }
    .nav_school a:hover, .nav_school a:hover a {
      color: #ffffff; }
    .nav_school a:hover svg {
      fill: #ffffff; }
    .nav_school a:hover.tips:before {
      border-bottom-color: #4d6fff; }

.nav_marry a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_marry a, .nav_marry a a {
    color: #b258c5; }
  .nav_marry a svg {
    fill: #b258c5; }
  .nav_marry a:hover {
    background: #b258c5; }
    .nav_marry a:hover, .nav_marry a:hover a {
      color: #ffffff; }
    .nav_marry a:hover svg {
      fill: #ffffff; }
    .nav_marry a:hover.tips:before {
      border-bottom-color: #b258c5; }

.nav_die a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_die a, .nav_die a a {
    color: #222222; }
  .nav_die a svg {
    fill: #222222; }
  .nav_die a:hover {
    background: #222222; }
    .nav_die a:hover, .nav_die a:hover a {
      color: #ffffff; }
    .nav_die a:hover svg {
      fill: #ffffff; }
    .nav_die a:hover.tips:before {
      border-bottom-color: #222222; }

.nav_senior a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_senior a, .nav_senior a a {
    color: #ff7941; }
  .nav_senior a svg {
    fill: #ff7941; }
  .nav_senior a:hover {
    background: #ff7941; }
    .nav_senior a:hover, .nav_senior a:hover a {
      color: #ffffff; }
    .nav_senior a:hover svg {
      fill: #ffffff; }
    .nav_senior a:hover.tips:before {
      border-bottom-color: #ff7941; }

.nav_moving a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_moving a, .nav_moving a a {
    color: #fdaa01; }
  .nav_moving a svg {
    fill: #fdaa01; }
  .nav_moving a:hover {
    background: #fdaa01; }
    .nav_moving a:hover, .nav_moving a:hover a {
      color: #ffffff; }
    .nav_moving a:hover svg {
      fill: #ffffff; }
    .nav_moving a:hover.tips:before {
      border-bottom-color: #fdaa01; }

.nav_sns a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_sns a, .nav_sns a a {
    color: #ffffff; }
  .nav_sns a svg {
    fill: #ffffff; }
  .nav_sns a:hover {
    background: #ffffff; }
    .nav_sns a:hover, .nav_sns a:hover a {
      color: #222222; }
    .nav_sns a:hover svg {
      fill: #222222; }
    .nav_sns a:hover.tips:before {
      border-bottom-color: #ffffff; }

.nav_housing a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: transparent; }
  .nav_housing a, .nav_housing a a {
    color: #ff4d4d; }
  .nav_housing a svg {
    fill: #ff4d4d; }
  .nav_housing a:hover {
    background: #ff4d4d; }
    .nav_housing a:hover, .nav_housing a:hover a {
      color: #ffffff; }
    .nav_housing a:hover svg {
      fill: #ffffff; }
    .nav_housing a:hover.tips:before {
      border-bottom-color: #ff4d4d; }

/*パソコン用メニュー-----------------------------------*/
#g_nav {
  margin-top: 10px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ffffff));
  background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); }
  @media screen and (max-width: 750px) {
    #g_nav {
      display: none; } }
  #g_nav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0; }
    #g_nav ul li {
      display: table-cell;
      vertical-align: top;
      text-align: center; }
      #g_nav ul li:not(:last-child) {
        border-right: 1px solid #dedede; }
      #g_nav ul li a {
        display: inline-block;
        padding: 1.2rem 4%;
        width: 100%; }
        #g_nav ul li a svg {
          width: 25px;
          height: 25px; }
        #g_nav ul li a span {
          color: #222222;
          margin-top: 5px;
          display: block;
          width: 100%;
          min-height: 2.3rem; }
        #g_nav ul li a:hover {
          text-decoration: none; }
          #g_nav ul li a:hover span {
            color: #ffffff; }

/*スマホ用メニュー------------------------------------*/
#sp_temp {
  display: none;
  width: 40%;
  max-width: 15rem; }
  @media screen and (max-width: 750px) {
    #sp_temp {
      /*SP*/
      display: block; }
      #sp_temp ul li {
        background: #4d6fff;
        float: left;
        display: block;
        width: 45%;
        padding: 1.5rem 1vw 10px;
        text-align: center; }
        #sp_temp ul li, #sp_temp ul li a {
          color: #ffffff; }
        #sp_temp ul li svg {
          fill: #ffffff; }
        #sp_temp ul li.tips:before {
          border-bottom-color: #4d6fff; }
        #sp_temp ul li svg {
          width: 1.5rem;
          height: 1.5rem; }
        #sp_temp ul li span {
          display: block;
          font-size: 90%; }
        #sp_temp ul li:hover {
          background: #324ec3;
          cursor: pointer; }
          #sp_temp ul li:hover, #sp_temp ul li:hover a {
            color: #ffffff; }
          #sp_temp ul li:hover svg {
            fill: #ffffff; }
        #sp_temp ul li:not(:last-child) {
          margin-right: 5%; } }

#sp_nav {
  width: 100%;
  padding: 1.5rem 3%;
  z-index: 1000;
  display: none;
  background: #0e6ec4;
  color: #ffffff;
  -webkit-order: 3;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }
  #sp_nav ul {
    background: #ffffff;
    border: 1px solid #dedede;
    margin-bottom: 0;
    margin-bottom: 1rem; }
    #sp_nav ul li {
      width: 50%;
      float: left;
      font-size: 110%; }
      #sp_nav ul li a {
        display: block;
        padding: 1rem 3%;
        color: #222222; }
        #sp_nav ul li a:hover {
          color: #ffffff;
          text-decoration: none; }

#sp_menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  #sp_menu li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #c1c1c1; }
    #sp_menu li img {
      width: 30px; }
    #sp_menu li svg {
      width: 1rem; }
    #sp_menu li span {
      display: block;
      width: 100%; }

#sp_sub_menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  #sp_sub_menu li {
    width: 50%;
    float: none; }
    #sp_sub_menu li a {
      padding-left: 2.5rem !important;
      padding-right: 1.8rem !important;
      position: relative; }
      #sp_sub_menu li a:nth-child(even) {
        border-left: 1px solid #c1c1c1; }
      #sp_sub_menu li a:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        right: 1rem;
        top: 1rem;
        color: #ff7843; }
      #sp_sub_menu li a svg {
        display: block;
        position: absolute;
        top: 1rem;
        left: 0.3rem;
        width: 10%; }

.kensaku {
  background: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 750px) {
    .kensaku {
      /*SP*/
      width: 100%;
      margin-bottom: 2rem; } }
  .kensaku dt input, .kensaku dd input {
    display: block;
    width: 100%;
    height: 3rem; }
  .kensaku dt {
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 15%; }
    .kensaku dt .hd_search_bt {
      font-weight: 100;
      font-size: 110%;
      text-align: center;
      color: #ffffff;
      padding: 15px 3%;
      cursor: pointer;
      background: #29a2ff; }
      .kensaku dt .hd_search_bt:hover {
        background: #227fc7; }
  .kensaku dd {
    width: 85%; }
    .kensaku dd .hd_search {
      display: block;
      padding: 15px 3%;
      margin-bottom: 0 !important;
      border: 1px solid #c1c1c1;
      outline: none; }

#side {
  overflow: hidden; }

#archive_topics a {
  display: block;
  padding: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 110%; }

.case_list {
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem; }
  .case_list dt {
    background-color: #0e6ec4;
    color: #ffffff;
    padding: 1rem 3%; }
    .case_list dt, .case_list dt a {
      color: #ffffff; }
    .case_list dt svg {
      fill: #ffffff; }
  .case_list dd {
    position: relative; }
    .case_list dd:not(:last-child) {
      border-bottom: 1px solid #dedede; }
    .case_list dd a {
      display: block;
      padding: 1rem 5%; }
      .case_list dd a svg {
        margin-right: 10px; }
      .case_list dd a span {
        color: #222222; }
      .case_list dd a:after {
        font-family: "FontAwesome";
        content: "\f105";
        color: #ff5959;
        position: absolute;
        top: 1rem;
        right: 3%; }
      .case_list dd a:hover {
        text-decoration: none; }
        .case_list dd a:hover span {
          color: #fff; }
        .case_list dd a:hover:after {
          color: #ffffff; }
    .case_list dd:not([class]) a:hover {
      background: #dedede; }

.banner_list li {
  text-align: center;
  margin-bottom: 1rem; }

@media screen and (max-width: 750px) {
  .banner_list {
    /*SP*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .banner_list li {
      width: 50%;
      padding: 0 1%; } }

#side_population dl {
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem; }
  #side_population dl dt {
    text-align: center;
    background-color: #0e6ec4;
    color: #ffffff;
    padding: 0.5rem 1rem; }
    #side_population dl dt, #side_population dl dt a {
      color: #ffffff; }
    #side_population dl dt svg {
      fill: #ffffff; }
  #side_population dl dd {
    padding: 0.5rem 3%; }

#contener {
  padding-bottom: 2rem; }

#p_up {
  position: fixed;
  bottom: 3%;
  right: 3%;
  text-align: center;
  z-index: 10000;
  opacity: 0.3; }
  #p_up a {
    background-color: #0e6ec4;
    color: #ffffff;
    display: block;
    padding: 15px 10px; }
    #p_up a, #p_up a a {
      color: #ffffff; }
    #p_up a svg {
      fill: #ffffff; }
    #p_up a img {
      margin-bottom: 10px; }
    #p_up a span {
      display: block; }
    #p_up a:hover {
      text-decoration: none; }
  #p_up:hover, #p_up img {
    opacity: 1; }

#footer #f_top {
  background: #f4f4f4;
  padding: 1rem 0 0;
  position: relative; }
  #footer #f_top #f_logo {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696; }
    #footer #f_top #f_logo a {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      align-items: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
      #footer #f_top #f_logo a span {
        text-align: center;
        width: 4rem;
        height: 4rem;
        background: #009a42;
        padding: 1.5rem 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #fff; }
      #footer #f_top #f_logo a:hover {
        text-decoration: none; }
  #footer #f_top #f_info {
    margin-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 750px) {
      #footer #f_top #f_info p {
        padding: 0 1% !important; }
        #footer #f_top #f_info p:first-child {
          width: 100%; } }

#footer .f_menu {
  background: #ffffff;
  padding-top: 10px;
  margin-bottom: 10px; }
  #footer .f_menu li {
    display: inline-block;
    padding-right: 1rem; }
    #footer .f_menu li:before {
      font-family: "FontAwesome";
      content: "\f105";
      margin-right: 7px;
      color: #51adff; }
    #footer .f_menu li a {
      color: #222222; }
  @media screen and (max-width: 750px) {
    #footer .f_menu {
      /*SP*/
      background: #f4f4f4;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      align-items: stretch;
      padding-bottom: 1rem; }
      #footer .f_menu li {
        width: 50%;
        display: block;
        overflow: hidden;
        padding: 5px 1rem; }
        #footer .f_menu li:nth-child(odd) {
          border-right: 1px solid #c1c1c1; } }

#footer #copy {
  margin-bottom: 0 !important;
  padding-bottom: 1rem; }

@media screen and (max-width: 750px) {
  /*SP*/
  #footer {
    position: relative; } }

.column_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  text-align: left; }
  .column_box > *:not(:last-child) {
    padding-right: 1%; }

#caution {
  display: none; }

.translated-ltr #caution {
  display: block;
  font-size: 90%;
  background: #f5f5f5;
  padding: 1rem 2%;
  margin-bottom: 1rem; }
  @media screen and (max-width: 750px) {
    .translated-ltr #caution {
      margin-bottom: 0; } }

.translated-ltr #f_color {
  text-align: center;
  padding: 0 5%; }
  .translated-ltr #f_color #bg_wt {
    display: block !important;
    margin-bottom: 5px; }
    .translated-ltr #f_color #bg_wt a {
      width: 90%; }

.translated-ltr #f_size dt {
  display: block !important;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 750px) {
    .translated-ltr #f_size dt {
      /*SP*/
      display: inline-block !important; } }

/*# sourceMappingURL=style.css.map */
