@charset "UTF-8";
/*
Name: contents.css
Description: 各コンテンツCSS
-------------------------------------------------- */

/* ----------------------------------------
* トップページ　ヘッダー
---------------------------------------- */
#header {
  background: #fff !important;
  border-bottom: 2px solid #f2f2f2 !important;
}
#header #logo {
  padding: 20px 0 15px !important;
}
#gnav {
  background: #fff !important;
  margin-right: 10px !important;
}
#gnav ul li {
  text-align: center !important;
}
#gnav ul li a {
  border: none !important;
  color: #241913 !important;
  background: #fff !important;
  padding: 14px 10px !important;
  min-width: 120px !important;
}
#gnav ul li a:hover {
  color: #fff !important;
  background: #005990 !important;
}
#gnav ul li.current-menu-item a {
  /* color: #fff !important;
  background: #006eb3 !important; */
  background: #f7f7f7 !important;
  border-top: 3px solid #005990 !important;
}
#gnav ul li.current-menu-item a:hover {
  color: #fff !important;
  background: #005990 !important;
}
#gnav ul li.current-menu-item .sub-menu li a {
  color: #3B4552 !important;
  background: #fff !important;
  border: none !important;
}
#gnav ul li.current-menu-item .sub-menu li a:hover {
  background: #fafafa !important;
  color: #3B4552 !important;
}
#gnav ul li .sub-menu {
  width: 280px !important;
}
#header-fnav-area {
  width: 120px !important;
}
#header-fnav-area #header-fnav-btn a {
  background: #005990 !important;
}
/* body.color02 #header-fnav-area #header-fnav li a:hover {
  color: #fff !important;
  background: #005990 !important;
} */
.breadcrumb-area {
  background: #f7f7f7 !important;
}

@media screen and (max-width: 991px) {
  /* tablet */
  #header-nav-btn {
    display: block !important;
    width: 180px !important;
    line-height: 92px !important;
    float: right !important;
  }
  #header-nav-btn a {
    display: block !important;
    text-align: center !important;
    display: block !important;
    font-size: 30px !important;
    background: #005990 !important;
  }
  #gnav-sp {
    background: #2382e0 !important;
  }
  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  #header-nav-btn a {
    display: block !important;
    text-align: center !important;
    font-size: 20px !important;
    padding: 8px 0 !important;
    line-height: 1.5 !important;
    background: #005990 !important;
    width: 100% !important;
  }
  #gnav-sp {
    background: #2382e0 !important;
  }
  /* phone end */
}


/* ----------------------------------------
* フッター
---------------------------------------- */
#footer {
  border-top: 8px solid #d6d6d6 !important;
}
#footer .footer-01 {
  color: #333 !important;
  background: #e6e6e6 !important;
}
#footer .footer-01 a {
  color: #333 !important;
}
#footer .footer-01 a:hover {
  color: #f12e35 !important;
}
#footer .row .gr6 {
  min-width: 100% !important;
}
#footer .footer-01 ul.icon li {
  list-style-type: none !important;/*ポチ消す*/
}
#footer .footer-01 ul.icon li::after{
  content: "" !important;
}
#footer .footer-01 ul.icon li::before{
  content: "" !important;
}
@media only screen and (max-width: 767px){

  /* footer レスポンシブ */
  #footer {
    background: #f2f2f2 !important;
  }
  #footer .footer-01 {
    border: 1px #efefef solid;
    margin: 20px 10px;
    font-size: 14px;
  }
  #footer .footer-01 ul li {
    display: block;
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #footer .footer-01 ul {
    margin-bottom: 30px;
  }
  #footer .footer-01 ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }
  #footer .footer-01 ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
  }
  #footer .footer-01 ul li a:hover {
    color: #fff !important;
    background: #005990 !important;
    border-top: none;
  }
  #footer .footer-01 ul li a:hover .sub-menu {
    display: block;
  }
  #footer .footer-01 ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  #footer .footer-01 ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  #footer .footer-01 ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  #footer .footer-01 ul li .sub-menu li a {
    color: #2581c4;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
  }
  #footer .footer-01 ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }
  #footer .footer-01 ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }
  #footer-content-area #footer-cont-about li:before,
  #footer-content-area #footer-cont-content li:before {
    content: '' !important;
  }
}


/* ----------------------------------------
* トップページ　スライド画像
---------------------------------------- */
.slider {
  position: relative;
  clear:both;
  max-width: 1200px;
  margin: 0 auto 20px;
  text-align: center;
}
.slider ul{
  /* default styleをリセット */
  list-style:none;
  padding:0;
}
.slider img{ /* レスポンシブ対応 */
  width:100%; /* fallback */
  max-width:100% !important;
  height:auto !important;
}
.slider .slick-dots {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -35px;
}
.slider .slick-dots li button {
	cursor: pointer;
}
.slider .slick-dots {
  text-align: center;
  margin: 20px 0 35px;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 5px 10px;
}
.slider .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border: 0;
  background: #23282d;
}
.slider .slick-dots li.slick-active button {
  background: #5c5c5c;
}

@media only screen and (min-width: 768px){
  .slider img.slide_pc{ /* レスポンシブ対応 */
    display: block !important;
  }
  .slider img.slide_sp{ /* レスポンシブ対応 */
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .slider img.slide_pc{ /* レスポンシブ対応 */
    display: none;
  }
}



/* ----------------------------------------
* トップページ　お問い合わせフォーム
---------------------------------------- */
body.home.color02 #front-contact {
  background: #fafafa !important;
}
body.home #front-contact .c_box_inner p {
  color: #333 !important;
}


/* ----------------------------------------
* トップページ　ブロック
---------------------------------------- */
body.home #front-about-cont {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}
body.home #front-about-cont .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  min-height: 450px;
}
body.home #front-about-cont .c_box_inner,
body.home #front-about-cont .c_box_inner {
  width: 1200px;
  padding: 10px 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.home #front-about-cont .c_box_inner {
    width: auto;
  }
}
body.home .front-main-cont .front-cont-header {
  background: #2382e0 !important;
  color: #fff;
}
body.home .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #005990 !important;
}
body.home .front-loop h2 {
  background: #2382e0 !important;
  color: #fff !important;
}
body.home .front-loop .popular_post_box .p_category {
  background: #e86917 !important;
  color: #fff;
}
body.home #front-contact .c_box_inner input[type=submit],
body.home #front-contact .c_box_inner button {
  background: #e86917 !important;
  border: 2px solid #cf5e15 !important;
}
body.home #front-contents .c_text .c_btn a {
  background: #e86917 !important;
  border: 2px solid #cf5e15 !important;
}
.pagetop span {
  background: #ffa85b !important;
}
.pagetop span:hover {
  background: #fb5235 !important;
}


/* ----------------------------------------
* トップページ　各ブロック
---------------------------------------- */
#main .main-inner .post-content p.top-kantan {
  line-height: 1.8em;
  padding-top: 20px;
  padding-left: 20px;
/*/  background: url('/images/index/kantan_title.jpg') left top no-repeat; */
}
#main .main-inner .post-content p.top-pro {
  line-height: 1.8em;
  padding-top: 20px;
  padding-left: 20px;
/*  background: url('/images/index/pro_title.jpg') left top no-repeat; */
}
#main .main-inner .post-content #grid {
  margin: 30px auto;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
#main .main-inner .post-content #grid li {
  display: table-cell;
  vertical-align: middle;
}
#main .main-inner .post-content #grid li .shokai{
  font-size: 10px;
  max-width: 160px;
  max-height: 160px;
  text-align: left;
}
#main .main-inner .post-content hr.purple {
  border: 0;
  height: 10px;
	background: url('/images/index/hr.jpg') no-repeat 0 0;
  width: auto;
}

/* ----------------------------------------
* トップページ　新着情報
---------------------------------------- */
#view_contents ul { margin:0; overflow:hidden; }
#view_contents ul ul.meta { margin:0 0 8px 0; }
#view_contents li { border-bottom:1px dotted #ccc; margin:0 0 -1px 0; padding:15px; }
/*#view_contents li ul.meta li { float:none; display:inline; height:auto; font-size:14px; width:auto; background:none; border:none; padding:0; margin:0; }*/
#view_contents li ul.meta li { float:left; display:inline-block; height:auto; font-size:14px; width:auto; background:none; border:none; padding:0; margin:0; }
#view_contents li ul.meta li.date { display:block; margin:0; }
#view_contents li ul.meta li.category { display:block; margin-left:30px; }
#view_contents .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; border-radius:3px; }
#view_contents .info { width:60%; float:right; margin:0 5px 0 0; }
#view_contents .title { font-size:18px; display:block; margin:0; font-weight:bold;border: none !important; border-top:1px dotted #ccc !important; padding:7px 0 0 0; }
#view_contents .info .r_btn a {
  float: right;
  border-radius: 5px;
  background: #3395f9;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  min-width: 180px;
  height: auto;
  padding: 8px;
  text-align: center;
}
#view_contents .info .r_btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (max-width: 480px){
  #view_contents ul { margin:0 !important; }
  #view_contents ul ul { margin:0 !important; }
  #view_contents li { float:none !important; display:block !important; width:100% !important; height:auto !important; }
  #view_contents li ul.meta li { float:none; display:inline !important; }
  #view_contents .image { float:none !important; margin-bottom: 20px !important;}
  #view_contents .image img { width: 100%; height: auto;}
  #view_contents .info  { width:100% !important; height:auto !important; float:none !important; margin-top: 20px !important; }
  #view_contents .info .r_btn a { float: none; width: 100% !important; }
}


/* ----------------------------------------
* Author Info
---------------------------------------- */
#main .main-inner .post_author {
    /*border: 1px solid #ccc;*/
    border-top: 3px solid #3395f9;
    background: #fff;

}
#main .main-inner .post_author h3 {
    padding: 1% 3%;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #022942;
    border-bottom: 1px solid #ccc;
}
#main .main-inner .post_author .author_inn {
    padding: 30px
}
#main .main-inner .post_author .author_inn .author_profile {
    overflow: hidden;
    margin-bottom: 50px;
}
#main .main-inner .post_author .author_inn .author_profile .img {
    float: left;
    width: 20%;
}
#main .main-inner .post_author .author_inn .author_profile .img img {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
}
#main .main-inner .post_author .author_inn .author_profile .detail {
    float: right;
    width: 78%;
}
#main .main-inner .post_author .author_inn .author_profile .detail p.name {
    font-weight: bold;
    font-size: 18px;
}
#main .main-inner .post_author .author_inn .author_profile .detail p.name2 {
    font-size: 16px;
    line-height: 1.5em;
}
#main .main-inner .post_author .author_inn .author_profile .detail ul {
  margin: 5px 10px;
}
#main .main-inner .post_author .author_inn .author_profile .detail ul li {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
#main .main-inner .post_author .author_inn .author_profile .detail ul li span {
  display: inline-block;
  width: 70px;
}
#main .main-inner .post_author .author_inn .author_profile .detail p.description {
  margin-top: 10px;
  padding: 0;
}
#main .main-inner .post_author .post_list h4 {
    color: #022942;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}
#main .main-inner .post_author .post_list ul {
    overflow: hidden;
    margin-left: -5%;
}
#main .main-inner .post_author .post_list ul li {
    float: left;
    width: 45%;
    min-height: 150px;
    margin-left: 5%;
    margin-top: 15px;
}
#main .main-inner .post_author .post_list ul li .img {
    float: left;
    width: 180px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#main .main-inner .post_author .post_list ul li .detail {
    padding-left: 200px;
}
#main .main-inner .post_author .post_list ul li .detail p {
    margin-bottom: 5px;
    line-height: 1.2em;
}
#main .main-inner .post_author .post_list ul li .detail p.title {
    color: #022942;
    font-size: 15px;
}
#main .main-inner .post_author .post_list ul li .detail p.title a {
    text-decoration: none;
}
#main .main-inner .post_author .post_list ul li .detail p.title a:hover {
    text-decoration: underline;
}
#main .main-inner .post_author .post_list ul li .detail p.time {
    color: #444;
    font-size: 90%;
}
@media only screen and (max-width: 991px){

  #main .main-inner .post_author .author_inn .author_profile {
      margin-bottom: 20px;
  }
  #main .main-inner .post_author .author_inn .author_profile .img {
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
  }
  #main .main-inner .post_author .author_inn .author_profile .img img {
      width: 30%;
  }
  #main .main-inner .post_author .author_inn .author_profile .detail {
      float: none;
      width: 100%;
  }
  #main .main-inner .post_author .post_list ul {
      margin-left: 0 !important;
  }
  #main .main-inner .post_author .post_list ul li {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important;
  }
}
@media only screen and (max-width: 480px){
  #main .main-inner .post_author .post_list h4 {
    margin-bottom: 10px !important;
  }
  #main .main-inner .post_author .author_inn .author_profile .img {
      float: none !important;
      width: 100% !important;
  }
  #main .main-inner .post_author .author_inn .author_profile .img img{
      float: none !important;
      width: 100% !important;
      height: auto !important;
  }
  #main .main-inner .post_author .author_inn .author_profile .detail {
      float: none !important;
      width: 100% !important;
  }
  #main .main-inner .post_author .post_list ul li {
      float: none !important;
      width: 100% !important;
      margin: 0 !important;
  }
  #main .main-inner .post_author .post_list ul li .img {
    float: none !important;
    width: 100% !important;
  }
  #main .main-inner .post_author .post_list ul li .img img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
  #main .main-inner .post_author .post_list ul li .detail {
      padding: 5px !important;
      margin: 10px auto 30px auto !important;
      border-bottom: 1px dotted #ccc !important;
  }
}
.post_author:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
/* END Author Info */


/* ----------------------------------------
* SNS Area
---------------------------------------- */
#main .main-inner . .post_sns {
    margin: 50px 0 35px;
}
#main .main-inner . .post_sns h3 {
    color: #022942;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
}

/* ----------------------------------------
* Social Area
---------------------------------------- */
.social-area-syncer {
    width: 100% ;
    min-height: 110px ;
    background: #fafafa ;
    padding: 0.5em 0 ;
}
ul.social-button-syncer {
    width: 255px ;
    margin: 18px auto 16px ;
    padding: 0 ;
    border: none ;
    list-style-type: none ;
    overflow: hidden;
}
/* デスクトップ */
@media screen and ( min-width:992px ) {
    ul.social-button-syncer {
        width: 489px ;
    }
}
ul.social-button-syncer li {
    float: left ;
    text-align: center ;
    height: 71px ;
    margin: 0 8px ;
    padding:0 ;
}

/* ----------------------------------------
* Social button
---------------------------------------- */
/* [Twitter] */
.sc-tw {
    width: 71px ;
}
.sc-tw svg {
    width: 30px ;
    height: 30px ;
 }
.sc-tw a {
    height: 56px ;
    margin: 0 auto ;
    padding-top: 6px ;
    display: block ;
    background: #1B95E0 ;
    font-size: 12px ;
    color: #fff ;
    font-weight: 700 ;
    text-decoration: none ;
    letter-spacing: .5px ;
    border-radius: 2px ;
        box-sizing: content-box;
}
.sc-tw a:hover {
    color: #fff ;
    background: #0c7abf ;
}
.sc-tw span:before {
    white-space: pre ;
    content: '\A' ;
}
/* [Facebook] */
.sc-fb {
    z-index: 99 ;
    width: 71px ;
}
.sc-fb.fb_share {
    width: 60px;
}
/* [LINE] */
.sc-li {
    width: 50px ;
}
.sc-li-img {
    border: none ;
    margin: 0 auto ;
    padding:0 ;
    width: 36px ;
    height: 60px ;
}
/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
    .sc-li {
        display: none ;
    }
}

/* ----------------------------------------
* Post Pager
---------------------------------------- */
#main .main-inner .post_pager {
    border-top: 1px solid #ddd;
    margin: 40px;
}
#main .main-inner .post_pager ul {
    display: table;
    width: 100%;
}
#main .main-inner .post_pager ul li {
    display: table-cell;
    width: 50%;
}
#main .main-inner .post_pager ul li a {
    display: block;
    color: #022942;
    min-height: 42px;
}
#main .main-inner .post_pager ul li.prev a {
    padding: 10px 20px 10px 50px;
    background: url("../images/btn_post_prev.png") no-repeat 3% 10px;
    margin-left: -20px;
}
#main .main-inner .post_pager ul li.next a {
    padding: 10px 50px 10px 20px;
    background: url("../images/btn_post_next.png") no-repeat 97% 10px;
}
@media screen and (max-width: 767px) {
  #main .main-inner .post_pager ul {
      display: block;
      width: 100%;
  }
}


/* ----------------------------------------
* Page navi
---------------------------------------- */
.pagerbox {
	font-size: 130%;
	text-align:center;
}
.tablenav {
	color: #000123;
	margin: 1em auto;
	line-height:2em;
	display: inline-block;
}
a.page-numbers, .tablenav .current {
	color: #000123;
	padding: 2px .4em;
	border:1px solid #3b4552;
	text-decoration:none;
}
a.page-numbers:hover {
	color:#FFFFFF;
	background-color: #3b4552;
}
.tablenav .current {
	color: white;
	font-weight:bold;
	background-color: #999999;
	border-top-color: #3b4552;
	border-right-color: #3b4552;
	border-bottom-color: #3b4552;
	border-left-color: #3b4552;
}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-weight:normal;
}
.tablenav .page-numbers:hover {
	color:#FFFFFF;
	background-color: #3b4552;
}

/* ----------------------------------------
* Photo Box
---------------------------------------- */
.photoBox {
  display: inline-block; /* 横並び */
  width: 212px;
  vertical-align: bottom;/*IE7*/
  margin-right: 20px;
  margin-bottom: 50px;
}
.photoBox a { text-decoration: none !important;}
.photoBox a:hover { text-decoration: underline !important;}
.photoBox img {
  width: 100%;
  height: auto;
}
.photoBox p.title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5em;
  text-align:left;
  padding-top: 10px;
}
.photoBoxContainer {
	overflow: hidden;
  margin: 30px auto;
  text-align: center;
}
/* clearfix */
.photoBoxContainer:before,
.photoBoxContainer:after {
    content: "";
    display: table;
}
.photoBoxContainer:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.photoBoxContainer {
    zoom: 1;
}
.no-border { border: none; }

/* ----------------------------------------
* FlexBox photoBox2
---------------------------------------- */
.photoBoxContainer2 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.photoBoxContainer2 div.photoBox2 {
  width: calc(33.3% - 10px) !important;
  margin: 10px 5px;
}
/* photoBox2クラス */
.photoBox2 {
  box-shadow: 0 0 3px #aaa;
}
.photoBox2 h1 {
  font-weight: normal;
  text-align: center;
  font-size: 1.1rem;
  padding: 5px;
}
.photoBox2 p {
  padding: 10px;
}
.photoBox2 img {
  width: 100%;
}


/* ----------------------------------------
* サイドバー
---------------------------------------- */
div#side .side-widget-inner select.monthly_archive {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 5px 20px;
  margin: 20px auto 30px 5px;
	color: #333;
  width: 95%;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
}
div#side .side-widget-inner select.monthly_archive::-ms-expand {
  display: none;
}
div#side .side-widget-inner select.monthly_archive::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.side-widget .side-title {
  background: #2485e6 !important;
  border: 1px solid #005990 !important;
  color: #fff !important;
}

/* ナビゲーションメニュー */
/* .widget_nav_menu a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_categories a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('../images/icont_arw_lit.png?1418372717') left center no-repeat;
}
.widget_nav_menu a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_categories a:hover {
  color: #2581c4;
  background: url('../images/icon_arw_gry.png?1418372717') left center no-repeat;
} */
.widget_nav_menu a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_categories a {
  color: #5e6265;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 25px;
}
.widget_nav_menu a:before,
.widget_recent_entries a:before,
.widget_recent_comments a:before,
.widget_categories a:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: #075dac;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.widget_nav_menu a:after,
.widget_recent_entries a:after,
.widget_recent_comments a:after,
.widget_categories a:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

.widget_recent_comments ul {
  display: block !important;
}
.widget_nav_menu ul.sub-menu,
.widget_recent_entries ul.sub-menu,
.widget_recent_comments ul.sub-menu,
.widget_categories ul.sub-menu {
  display: block !important;
  margin-top: 10px !important;
}
.widget_nav_menu ul.sub-menu li,
.widget_recent_entries ul.sub-menu li,
.widget_recent_comments ul.sub-menu li,
.widget_categories ul.sub-menu li {
  border-bottom: none !important;
  line-height: 0.8em !important;
}
/* .widget_nav_menu ul.sub-menu a,
.widget_recent_entries ul.sub-menu a,
.widget_recent_comments ul.sub-menu a,
.widget_categories ul.sub-menu a {
  display: block !important;
  border-bottom: none !important;
  background: url('../images/arrow_right.png?1418372717') 26px center no-repeat !important;
  padding-left: 46px !important;
}
.widget_nav_menu ul.sub-menu a:hover,
.widget_recent_entries ul.sub-menu a:hover,
.widget_recent_comments ul.sub-menu a:hover,
.widget_categories ul.sub-menu a:hover {
  color: #2581c4 !important;
  text-decoration: underline !important;
} */
.widget_nav_menu ul.sub-menu a,
.widget_recent_entries ul.sub-menu a,
.widget_recent_comments ul.sub-menu a,
.widget_categories ul.sub-menu a {
  display: block;
  border-bottom: none !important;
  padding-left: 35px;
}
.widget_nav_menu ul.sub-menu a:before,
.widget_recent_entries ul.sub-menu a:before,
.widget_recent_comments ul.sub-menu a:before,
.widget_categories ul.sub-menu a:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: #0283cc;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}
.widget_nav_menu ul.sub-menu a:after,
.widget_recent_entries ul.sub-menu a:after,
.widget_recent_comments ul.sub-menu a:after,
.widget_categories ul.sub-menu a:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15px;
  margin-top: -3px;
}

.widget_categories a {
  display: inline-block !important;
}


/* ----------------------------------------
* ページコンテンツ
---------------------------------------- */
article.page .post-header {
  color: #fff !important;
  font-weight: bold !important;
  background: url("../images/header_bg.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  border: 1px solid #e5e5e5 !important;
}
article.page .post-header h1.post-title {
  font-size: 36px !important;
  background-image: url("../images/heading_ico.png") !important;
  background-size: 50px;
  background-position: top 1px left 3px;
  background-repeat: no-repeat;
  /* border-bottom: 3px solid #b21c21; */
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  article.page .post-header h1.post-title {
    font-size: 32px !important;
    background-size: 40px !important;
    padding-left: 50px !important;
  }
}
.post-header .cat-name span {
  background-color: #14a0ee !important;
  color: #fff !important;
}
.post-content h2 {
  border-left: 10px solid #005990 !important;
  background: #2382e0 !important;
  color: #fff;
}
.post-content .main_box {
  font-family: "ＭＳ 明朝", "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  /*font-size: 15px;*/
  line-height: 1.5em;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.post-content .main_box h2.section {
  background-color: #8fc11f;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.8em;
  border-left: 10px solid #3395f9;
  padding: 5px 0 0 12px;
  margin: 0 auto 20px;
  width: 100%;
}
.post-content .main_box .text_box {
  float: left;
  width: 65%;
  padding: 0 10px;
  text-align: left;
}
.post-content .main_box .text_box25 {
  float: left;
  width: 25%;
  padding: 0 auto;
  text-align: left;
  vertical-align: middle;
}
.post-content .main_box .text_box30 {
  float: left;
  width: 30%;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
}
.post-content .main_box .text_box50 {
  float: left;
  width: 55%;
  padding: 0 10px;
  text-align: left;
}
.post-content .main_box .text_box60 {
  float: left;
  width: 65%;
  padding: 0 10px;
  text-align: left;
}
.post-content .main_box .text_box70 {
  float: left;
  width: 70%;
  padding: 0 10px;
  text-align: left;
}
.post-content .main_box .text_box75 {
  float: left;
  width: 75%;
  padding: 0 10px;
  text-align: left;
}
.post-content .main_box .text_box80 {
  float: left;
  width: 80%;
  padding: 0 0 0 10px;
  text-align: left;
}
.post-content .main_box .text_box p.caption {
  font-size:140%;
  font-family: ms pmincho,saimincho,serif;
  font-weight: bold;
}
.post-content .main_box .text_box h2.section {
  background-color: #8fc11f;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.8em;
  border-left: 10px solid #3395f9;
  padding: 5px 0 0 12px;
  width: 100%;
}
.post-content .main_box .img_box {
  float: left;
  width: 35%;
  max-width: 250px;
  padding: 0 20px;
  margin: 0 auto;
}
.post-content .main_box .img_box25 {
  float: left;
  width: 25%;
  max-width: 250px;
  padding: 0 10px;
  margin: 0 auto;
}
.post-content .main_box .img_box30 {
  float: left;
  width: 30%;
  padding: 0 10px;
  margin: 0 auto;
}
.post-content .main_box .img_box40 {
  float: left;
  width: 35%;
  padding: 0 10px;
  margin: 0 auto;
}
.post-content .main_box .img_box50 {
  float: left;
  width: 45%;
  padding: 0 10px;
  margin: 0 auto;
}
.post-content .main_box .img_box,
.post-content .main_box .img_box25,
.post-content .main_box .img_box30,
.post-content .main_box .img_box40,
.post-content .main_box .img_box50 {
  vertical-align: top !important;
}
.post-content .main_box .img_box img,
.post-content .main_box .img_box25 img,
.post-content .main_box .img_box30 img,
.post-content .main_box .img_box40 img,
.post-content .main_box .img_box50 img {
  margin-top: 0 !important;
}
.post-content .main_box .img_box img,
.post-content .main_box .img_box25 img,
.post-content .main_box .img_box30 img,
.post-content .main_box .img_box40 img,
.post-content .main_box .img_box50 img {
  border: 1px #e5e5e5 solid;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: 2px;
}
.post-content .main_box .img_box a img:hover,
.post-content .main_box .img_box25 a img:hover,
.post-content .main_box .img_box30 a img:hover,
.post-content .main_box .img_box40 a img:hover,
.post-content .main_box .img_box50 a img:hover {
  background-color: #f7f7f7;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .5);
  -webkit-transition: ease-in-out all 0.2s;
  -moz-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-content .main_box h3.subsection {
  border: none;
  color: #008000;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 30px auto 10px;
}
.post-content .main_box .sub_text_box {
  color: #008000;
  padding: 0 10px;
}
.post-content .main_box h3.subsection2 {
  border-left: none;
  border-bottom: 2px solid #ccc;
  color: #008000;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 30px auto 10px 10px;
  padding-left: 0;
}
.post-content .main_box .sub_text_box2 {
  padding: 0 10px;
}
.post-content .main_box .sub_text_box3 {
  font-size: 80%;
  padding: 0 10px;
}
.post-content .main_box .sub_img_box {
  width: 100%;
  margin: 0 auto 50px;
}
.post-content .main_box .sub_img_box img {
  width: auto;
  height: auto;
}
.post-content .main_box:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-content .main_box .text_box .section,
.post-content .main_box .text_box50 .section,
.post-content .main_box .text_box70 .section,
.post-content .main_box .text_box75 .section {
  border: none !important;
  background: transparent !important;/*背景透明に*/
  position: relative !important;
  padding: 0 0 0.25em !important;
  margin-top: 0 !important;
  color: #545454 !important;
}
.post-content .main_box .text_box .section::after,
.post-content .main_box .text_box50 .section::after,
.post-content .main_box .text_box70 .section::after,
.post-content .main_box .text_box75 .section::after {
  content: "" !important;
  display: block !important;
  height: 2px !important;
  background: -moz-linear-gradient(to right, rgb(84, 84, 84), transparent) !important;
  background: -webkit-linear-gradient(to right, rgb(84, 84, 84), transparent) !important;
  background: linear-gradient(to right, rgb(84, 84, 84), transparent) !important;
}
@media screen and (max-width: 767px) {
  /* phone */
  .post-content .main_box .text_box,
  .post-content .main_box .text_box25,
  .post-content .main_box .text_box30,
  .post-content .main_box .text_box50,
  .post-content .main_box .text_box60,
  .post-content .main_box .text_box70,
  .post-content .main_box .text_box75,
  .post-content .main_box .text_box80 {
    float: none !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .post-content .main_box .img_box,
  .post-content .main_box .img_box25,
  .post-content .main_box .img_box30,
  .post-content .main_box .img_box40,
  .post-content .main_box .img_box50 {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  .post-content .main_box h3.subsection,
  .post-content .main_box h3.subsection2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .post-content {
    padding: 21px 32px !important;
  }
  /* phone end */
}
.post-content .main_box .InfoTable {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}
.post-content .main_box .InfoTable th,
.post-content .main_box .InfoTable td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: top;
}
.post-content .main_box .InfoTable th {
  background: #f2fcd7;
  color: #333;
  font-weight: bold;
  padding: 10px;
  width: 30%;
}
.post-content .main_box .InfoTable td {
  padding: 12px 10px;
}

.post-content .main_box .InfoTable2 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0 auto;
  width: 85%;
}
.post-content .main_box .InfoTable2 th,
.post-content .main_box .InfoTable2 td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
}
.post-content .main_box .InfoTable2 th {
  background: #f2fcd7;
  color: #333;
  padding: 10px;
}
.post-content .main_box .InfoTable2 td {
  padding: 12px 10px;
}
.post-content .main_box .InfoTable2 .center {
  text-align: center;
}
.post-content .main_box .InfoTable2 .right {
  color: #FF0000;
  text-align: right;
}
.post-content .main_box .InfoTable2 .numeric {
  text-align: right;
}
.post-content .main_box .InfoTable2 .red {
  color: #FF0000;
}
.post-content .main_box .InfoTable2 caption.btleft {
  caption-side: bottom;
  text-align: left;
  font-size: 12px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  table.InfoTable2,
  table.InfoTable2 thead,
  table.InfoTable2 tbody,
  table.InfoTable2 th,
  table.InfoTable2 tr,
  table.InfoTable2 td {
    border: none !important;
  }
  table.InfoTable2 thead {
    display: none !important;
  }
  table.InfoTable2 tr {
    border-top: 2px solid #ddd !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
  table.InfoTable2 th,
  table.InfoTable2 td {
    border-right: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
    border-left: 2px solid #ddd !important;
  }
  table.InfoTable2 td {
    display: block !important;
    padding: 10px !important;
    text-align: right !important;
  }
  table.InfoTable2 th.left,
  table.InfoTable2 td.left {
    text-align: left !important;
  }
  table.InfoTable2 th.center,
  table.InfoTable2 td.center2 {
    text-align: center !important;
  }
  table.InfoTable2 td::before {
    content: attr(data-label) !important;
    float: left !important;
    font-weight: bold !important;
    color: #333 !important;
  }
}

.post-content .main_box .frame_box {
  padding: 0;
  margin: 0 auto 30px;
  width: 100%;
}
.post-content .main_box .google-map {
  position: relative;
  width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 75%;    /* padding-topでもOK */
  overflow: hidden;
}
.post-content .main_box .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;    /* 必要であれば!importantを付けてください */
  height: auto !important;    /* 必要であれば!importantを付けてください */
}
.post-content .main_box a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.post-content .main_box .c_btn a {
  border-radius: 5px;
  background: #3395f9;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
         transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: auto;
  min-width: 180px;
  margin: 0 auto;
  height: auto;
  padding: 8px;
  text-align: center;
}
.post-content .main_box .c_btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.post-content a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.post-content .details_btn a {
  border-radius: 5px;
  background: #1abb9a;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
         transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 150px;
  margin: 0 auto;
  height: auto;
  padding: 8px;
  text-align: center;
}
.post-content .details_btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #a1ba54;
  border: 2px solid #a7be60;
  background-color: #FFF;
  text-align: center;
}
/*ここから下の部分を追加*/
#circle p {
  position: relative;
  top:52%;
  transform: translateY(-50%);
  line-height: 1em;
}

@media screen and (max-width: 480px) {
  /* phone */
  .post-content .main_box ul {
    display: block;
  }
  .post-content .main_box li {
    display: block;
  }
  .post-content .main_box li.box {
    margin: 10px auto;
    width: 30%;
    min-width: 80px;
    height: auto !important;
  }
  .post-content {
    padding: 15px 20px !important;
  }
  /* phone end */
}


/* ----------------------------------------
* お問い合わせフォーム
---------------------------------------- */
.post-content table th, .post-content table td {
  display: table-cell;
}
.contact_wrap .FormTable {
  border-top: 1px solid #e1e1e1 !important;
  border-left: 1px solid #e1e1e1 !important;
  width: 100% !important;
}
.contact_wrap .FormTable th, .contact_wrap .FormTable td {
  border-bottom: 1px solid #e1e1e1 !important;
  border-right: 1px solid #e1e1e1 !important;
  vertical-align: top;
}
.contact_wrap .FormTable th {
  background: #fafafa !important;
  color: #333 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 5px 10px 20px!important;
  width: 35%;
  min-width: 225px;
}
.contact_wrap .FormTable th .ico {
  float: right;
  padding: 4px 5px 2px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-size: 13px;
  margin-top: -15px;
}
.contact_wrap .FormTable th .ico_optional {
  background: #7b7b98 !important;
}
.contact_wrap .FormTable th .ico_optional2 {
  background: #7b7b98 !important;
  margin-top: -30px;
}
.contact_wrap .FormTable th .ico_required {
  background: #d50000 !important;
}
.contact_wrap .FormTable td {
  padding: 20px 20px 10px;
}
.contact_wrap .FormTable td span {
  display: block;
  margin-bottom: 8px;
}
.contact_wrap .FormTable td .attention {
  color: #343434;
  font-size: 13px;
  margin-top: 1px;
}
.contact_wrap .FormTable input[type="tel"],
.contact_wrap .FormTable input[type="email"],
.contact_wrap .FormTable input[type="text"] {
  font-size: 16px;
  vertical-align: top;
  padding: 8px !important;
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  line-height: 1.5;
}
.contact_wrap .FormTable td.name input[type="text"] {width: 55% !important;}
.contact_wrap .FormTable td.zip input[type="text"] {width: 180px !important;}
.contact_wrap .FormTable td.email input[type="email"] {width: 80% !important;}

.contact_wrap .FormTable td.w30 input {width: 30% !important;}
.contact_wrap .FormTable td.w50 input {width: 50% !important;}
.contact_wrap .FormTable td.w70 input {width: 70% !important;}
.contact_wrap .FormTable td.w80 input {width: 80% !important;}
.contact_wrap .FormTable td.w90 input {width: 90% !important;}
.contact_wrap .FormTable td.w100 input {width: 100% !important;}

.contact_wrap .FormTable td input[type="radio"],
.contact_wrap .FormTable td input[type="checkbox"] {
  margin: 0 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.contact_wrap .FormTable textarea {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 10px;
  width: 100% !important;
}
.contact_wrap .FormTable select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 20px auto 30px 5px;
  color: #333;
  width: 80%;
  height: 2.5em;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
}
.contact_wrap .FormTable select.w100 {
  width: 98% !important;
  padding: 0 !important;
}
/* body.default .contact_wrap .FormTable input:focus, body.default .contact_wrap .FormTable  textarea:focus { border:1px solid #35a7fd; }
body.color01 .contact_wrap .FormTable input:focus, body.color01 .contact_wrap .FormTable  textarea:focus { border:1px solid #06ABC8; }
body.color02 .contact_wrap .FormTable input:focus, body.color02 .contact_wrap .FormTable  textarea:focus { border:1px solid #005990; }
body.color03 .contact_wrap .FormTable input:focus, body.color03 .contact_wrap .FormTable  textarea:focus { border:1px solid #27343c; }
body.color04 .contact_wrap .FormTable input:focus, body.color04 .contact_wrap .FormTable  textarea:focus { border:1px solid #FB5235; } */
.contact_wrap .FormTable input:focus, body.default .contact_wrap .FormTable  textarea:focus { border:1px solid #e1e1e1; background-color: #fff;}

.contact_wrap .FormTable select::-ms-expand {
  display: none;
}
.contact_wrap .FormTable select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.contact_wrap .privacy {
  text-align: center;
  font-size: 14px;
}
.contact_wrap .privacy a {
  background-size: 15px;
  text-decoration: underline;
  padding-right: 10px;
  background: url("../images/ico_blank.png") no-repeat right center;
  background-size: 7px;
}
.contact_wrap .privacy br {
  display: inline-block;
}
.contact_wrap .p_check {
  text-align: center;
}
.contact_wrap button[type="submit"] {
  text-align: center !important;
  color: #fff;
  padding: 13px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #57bca8;
  background-image: url("../images/ico_btn_arrow.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 95% center;
  border: none;
  border-radius: 8px;
  border-bottom: 4px solid #47b39d;
  min-width: 300px;
}
.contact_wrap button[type="button"] {
  text-align: center;
  color: #fff;
  padding: 13px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #e8680c;
  background-image: url("../images/ico_btn_arrow2.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 5% center;
  border: none;
  border-radius: 8px;
  border-bottom: 4px solid #853c08;
}
.contact_wrap input[type="submit"].wpcf7-confirm,
.contact_wrap input[type="submit"].wpcf7-submit {
  text-align: center !important;
  color: #fff;
  padding: 13px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #3399fd;
  background-image: url("../images/ico_btn_arrow.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 95% center;
  border: none;
  border-radius: 8px;
  border-bottom: 3px solid #014866;
  min-width: 280px;
  margin: 10px 5px;
}
.contact_wrap input[type="button"].wpcf7-back {
  text-align: center !important;
  color: #fff;
  padding: 13px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #3399fd;
  background-image: url("../images/ico_btn_arrow2.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 5% center;
  border: none;
  border-radius: 8px;
  border-bottom: 3px solid #014866;
  min-width: 280px;
  margin: 10px 5px;
}
.contact_wrap .frmButtons ul {
  width:100%;
  text-align: center;
  list-style-type: none !important;
}
.contact_wrap .frmButtons ul li {
  display: inline-block;
  list-style: none !important;
}
.contact_wrap .box ol {
  font-size: 15px;
  line-height: 1.5;
  margin: 30px 20px;
  list-style-type: disc !important;
}
.contact_wrap span.vl {
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  /* phone */
  /*table, thead, tbody, caption, tr, th, td {
    border: none;
    display:block !important;
    width: 100% !important;
    white-space: normal !important;
  }*/
  .contact_wrap .FormTable table,
  .contact_wrap .FormTable thead,
  .contact_wrap .FormTable tbody,
  .contact_wrap .FormTable caption,
  .contact_wrap .FormTable tr,
  .contact_wrap .FormTable th,
  .contact_wrap .FormTable td {
    border: none !important;
    display:block !important;
    width: 100% !important;
    white-space: normal !important;
  }

  .contact_wrap .FormTable input[type="text"] {width: 80% !important;}
  .contact_wrap .FormTable input[type="email"] {width: 80% !important;}
  .contact_wrap .FormTable input[type="tel"] {width: 80% !important;}
  .contact_wrap .FormTable select {width: 80% !important;}

  .contact_wrap input[type="submit"],
  .contact_wrap input[type="button"],
  .contact_wrap input[type="submit"].wpcf7-confirm,
  .contact_wrap input[type="submit"].wpcf7-submit,
  .contact_wrap input[type="button"].wpcf7-back {
    cursor: pointer;
    width: 80% !important;
    min-width: 80% !important;
    display:block;
    margin: 0 auto;
  }
  .contact_wrap button:hover {
    opacity: 0.8 !important;
  }
  /* phone end */
}
@media screen and (max-width: 480px) {
  .contact_wrap .FormTable td.name input[type="text"] {width: 100% !important;}
  .contact_wrap .FormTable td.zip input[type="text"] {width: 100% !important;}
  .contact_wrap .FormTable td.email input[type="email"] {width: 100% !important;}

  .contact_wrap .FormTable input[type="text"] {width: 100% !important;}
  .contact_wrap .FormTable input[type="email"] {width: 100% !important;}
  .contact_wrap .FormTable input[type="tel"] {width: 100% !important;}
  .contact_wrap .FormTable select {width: 100% !important;}

  .contact_wrap .FormTable td.w30 input {width: 100% !important;}
  .contact_wrap .FormTable td.w50 input {width: 100% !important;}
  .contact_wrap .FormTable td.w70 input {width: 100% !important;}
  .contact_wrap .FormTable td.w80 input {width: 100% !important;}
  .contact_wrap .FormTable td.w90 input {width: 100% !important;}

  .contact_wrap input[type="submit"],
  .contact_wrap input[type="button"],
  .contact_wrap input[type="submit"].wpcf7-confirm,
  .contact_wrap input[type="submit"].wpcf7-submit,
  .contact_wrap input[type="button"].wpcf7-back {
    width: 100% !important;
    min-width: 100% !important;
  }
}


/* サイドバー
----------------------------------*/
#side img {
  width: 100%;
  height: auto;
}
#side a img:hover {
  opacity: 0.6;
}

/* ボタン
----------------------------------*/
.post-content .l_btn a {
  float: left;
}
.post-content .c_btn a {
  margin: 0 auto;
}
.post-content .r_btn a {
  float: right;
}
.post-content .c_btn a,
.post-content .l_btn a,
.post-content .r_btn a {
  border-radius: 5px;
  background: #3395f9;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: auto;
  min-width: 180px;
  height: auto;
  padding: 8px 16px;
  text-align: center;
}
.post-content .c_btn a:hover,
.post-content .l_btn a:hover,
.post-content .r_btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.post-content .l_btn:after,
.post-content .r_btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
@media only screen and (max-width: 480px){
  .post-content .l_btn a { float: none; width: 100% !important; }
  .post-content .r_btn a { float: none; width: 100% !important; }
  .post-content .c_btn a { float: none; width: 100% !important; }
}


/* ----------------------------------------
* コンテンツ内のブロック枠（1列、２列、３列、４列）
---------------------------------------- */
.post-content .bline{
  border: 1px #e5e5e5 solid;
}
.post-content .box1{
  margin: 0 auto;
  padding: 5px
}
.post-content .box2,
.post-content .box3,
.post-content .box4 {
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 5px;
}
.post-content .box2 {
  width: 49.5%;
}
.post-content .box3 {
  width: 33.3%;
}
.post-content .box4 {
  width: 25%;
}
.post-content .box2:after,
.post-content .box3:after,
.post-content .box3:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-content .box2 img,
.post-content .box3 img,
.post-content .box4 img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .post-content .box3 { width: 50% !important; }
  .post-content .box4 { width: 50% !important; }
}
@media only screen and (max-width: 480px){
  .post-content .box2 { float: none !important; width: 100% !important; }
  .post-content .box3 { float: none !important; width: 100% !important; }
  .post-content .box4 { float: none !important; width: 100% !important; }
}


/* .post-loop-wrap .post-header h2.post-title {
  background-image: url("../images/heading_ico.png");
  background-size: 35px;
  background-position: top 3px left 3px;
  background-repeat: no-repeat;
  border-bottom: 3px solid #33bdeb;
  padding-left: 45px;
} */
.post-loop-wrap .post-header h2.post-title2 {
  position: relative;
  padding: 0.5em;
  background: #55a1e7;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}
.post-loop-wrap .post-header h2.post-title2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.post-loop-wrap .post-header h2.post-title3 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #bedffb;/*背景色*/
  border-left: solid 5px #4498db;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size: 22px;
  font-weight: bold;
}
.post-loop-wrap .post-footer a.morelink {
  background: #005990 !important;
}
.post-loop-wrap .post-footer a.morelink:hover {
  background: #e86917 !important;
}

.post-content .main_box h3.caption {
  font-size: 14px;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc !important;
}
.post-content .main_box p.link {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px){
  .post-loop-wrap .post-header h2.post-title {
    font-size: 16px !important;
    background-size: 23px !important;
    background-position: top 1px left 3px;
    padding-left: 33px !important;
  }
  .post-loop-wrap .post-header h2.post-title2,
  .post-loop-wrap .post-header h2.post-title3 {
    font-size: 18px !important;
  }
}

/* ----------------------------------------
* トップページ　バナーボックス
---------------------------------------- */
.banner {
  position: relative;
  clear:both;
  max-width: 1200px;
  margin: 0 auto 20px;
  text-align: center;
  width: 350px;
}
.banner ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  /* default styleをリセット */
  list-style:none;
  padding: 0;
}
.banner li {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  /* width: calc(33.3% - 10px) !important; */
  width: 110px !important;
}
.banner li img {
  width: 100%;
}
.banner li a {
  color: #ccc;
}
.banner li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .banner {
    width: 100% !important;
  }
  .banner ul {
    flex-wrap: wrap !important;
  }
  .banner li {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .banner li.w50 {
    margin-bottom: 10px;
    width: 48.5% !important;
  }
}

/* ----------------------------------------
* トップページ　フリーエリア　バナーボックス
---------------------------------------- */
.officesList {
  position: relative;
  clear:both;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.officesList ul{
  display: -webkit-flex;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  /* default styleをリセット */
  list-style:none;
  padding: 0;
}
.officesList li {
  display: inline-block!important;
  vertical-align: top;
  font-size: 21px;
  width: calc(25% - 10px) !important;

}
.officesList li img {
  width: 100%;
}
.zofficesList li a {
  color: #ccc;
}
.officesList li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .officesList {
    padding: 0 !important;
    margin: 0 !important;
  }
  .officesList ul {
    flex-wrap: wrap !important;
  }
  .officesList li {
		padding: 0 !important;
    margin: 0 0 10 !important;
    width: 100% !important;
  }
  .officesList li.w50 {
		padding: 0 !important;
    margin: 0 0 10 !important;
    width: 48.5% !important;
  }
}


/* ----------------------------------------
* トップページ　画像ボックス
---------------------------------------- */
article.media-box {
  background: #fff;
  border: 1px #e5e5e5 solid;
  text-align: center;
}
article.media-box .image-item {
  margin: auto 0;
}
article.media-box .image-item img {
  width: 100%;
}

/* ----------------------------------------
* トップページ　動画ボックス
---------------------------------------- */
article.movie-box {
  background: #fff;
  border: 1px #e5e5e5 solid;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}

/* ----------------------------------------
* 固定ページ　バナー画像
---------------------------------------- */
.post-banner img {
  width: 100%;
  height: auto;
  padding: 5px;
}

/* ----------------------------------------
* ボックスの高さを揃える（フレキシブル・レイアウト）
---------------------------------------- */
ul.flexbox {
  margin:0 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  /* default styleをリセット */
  list-style:none;
  padding: 0;
}
ul.flexbox li {
  display: inline-block;
  vertical-align: top;
  padding:5px;
  list-style:none;
  width: 100%;
}
ul.flexbox li.bline {
  border: 1px #e5e5e5 solid;
}

ul.flexbox2 {
  margin:0 0 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* default styleをリセット */
  list-style:none;
  padding: 0;
}
ul.flexbox2 li {
  display: inline-block;
  padding:5px;
  list-style:none;
  width: auto;
}
ul.flexbox2 li.bline {
  border: 1px #e5e5e5 solid;
}

ul li span.cap {
  font-size: 90%;
  font-weight: bold;
  padding: 3px auto;
}

@media only screen and (max-width: 480px) {
  ul.flexbox,
  ul.flexbox2 {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  ul.flexbox  li,
  ul.flexbox2 li {
    padding: 0 !important;
    margin: 0 0 10px !important;
    width: 100% !important;
  }
  ul.flexbox  img,
  ul.flexbox2 img {
    width: 100% !important;
  }
  .sp_none { display: none; }
}


/* ----------------------------------------
* フッター　フリーエリア
---------------------------------------- */
.footerFreeArea {
  background: #fff;
  border-top: 1px #efefef solid;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footerFreeArea .gr-row {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 50px;
  width: 100%;
}
.footerFreeArea p.ftlogo {
  margin: 50px 0 20px 30px;
  text-align: left;
}
.footerFreeArea .grinfobox {
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  width: 49.5%;
}
.footerFreeArea .grinfobox:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.footerFreeArea .grinfobox .imgbox {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin: 0 auto;
}
.footerFreeArea .grinfobox .imgbox img {
  border: 1px solid #ccc !important;
  padding: 1px;
  width: 100%;
  height: auto;
}
.footerFreeArea .grinfobox .txtbox {
  float: left;
  width: 75%;
  padding: 0 10px;
}
.footerFreeArea .grinfobox .txtbox h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc !important;
}
.footerFreeArea .grinfobox .txtbox P.tel {
  color: #2abaff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
}
.footerFreeArea .grinfobox .tar {
  font-size: 80%;
  margin: 0 0 0 0;
  text-align: right;
}
@media only screen and (max-width: 767px){
  .footerFreeArea .grinfobox {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 30px !important;
  }
  .footerFreeArea .gr-row { margin: 0; }
  .footerFreeArea .grinfobox { margin: 0 0 20px; }

  /* footer レスポンシブ */
  .footer-01 {
    border: 1px #efefef solid;
    margin: 20px 10px;
    font-size: 14px;
  }
  .footer-01 ul li {
    display: block;
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  .footer-01 ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }
  .footer-01 ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    border-bottom: 1px #e5e5e5 solid;
  }
  .footer-01 ul li a:hover {
    color: #fff;
    background: #31abff;
    border-top: none;
  }
  .footer-01 ul li a:hover .sub-menu {
    display: block;
  }
  .footer-01 ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  .footer-01 ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  .footer-01 ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  .footer-01 ul li .sub-menu li a {
    color: #2581c4;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
  }
  .footer-01 ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }
  .footer-01 ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }
}
@media only screen and (max-width: 480px){
  .footerFreeArea p.ftlogo { text-align: center !important; }
  .footerFreeArea p.ftlogo img { width: 100% !important; }
  /*.footerFreeArea .grinfobox .imgbox,*/
  .footerFreeArea .grinfobox .txtbox {
    float: none !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .footerFreeArea .gr-row { margin: 0; }
  .footerFreeArea .grinfobox { margin: 0 0 20px; }
  .footerFreeArea .grinfobox .imgbox {
    float: none !important;
    width: 50% !important;
    height: auto !important;
    margin-bottom: 30px !important;
  }
}


/* ----------------------------------------
* 旧サイト　ページコンテンツ用
---------------------------------------- */
.mainWrap {
  margin: 0 0 20px !important;
  width: 100% !important;
}
.mainWrap .section {
  padding: 0.3em !important;/*文字周りの余白*/
  color: #010101 !important;/*文字色*/
  background: #e5f7ff !important;/*背景色*/
  border: none !important;
  border-bottom: solid 3px #35a7fd !important;/*下線*/
}

.midContentsWrap {
	margin: 0 0 25px 5px !important;
  width: calc(100% - 5px) !important;
}
.midContentsWrap .section {
  color: #494949 !important;/*文字色*/
  background: transparent !important;/*背景透明に*/
  border: none !important;
  border-left: solid 5px #31abff !important;
  padding: 0.25em 0.5em !important;/*上下 左右の余白*/
}
.midContentsWrap p {
  padding-left: 10px !important;
}
.midContentsWrap .section1,
.midContentsWrap .section2,
.midContentsWrap .section3,
.midContentsWrap .section4,
.midContentsWrap .section5 {
  position: relative !important;
  color: #494949 !important;/*文字色*/
  background: #f4f4f4 !important;/*背景色*/
  border: none !important;
  border-left: solid 5px #7db4e6 !important;/*左線*/
  border-bottom: solid 3px #d7d7d7 !important;/*下線*/
  line-height: 1.5em !important;
  padding: 0.35em 1em 0.25em 5em !important;
}
.midContentsWrap .section1:before,
.midContentsWrap .section2:before,
.midContentsWrap .section3:before,
.midContentsWrap .section4:before,
.midContentsWrap .section5:before {
  font-family: "Font Awesome 5 Free" !important;
  content: '' !important;
  position: absolute !important;
  padding: 0em !important;
  color: #fb7c22 !important;
  font-weight: bold !important;
  left: 0.8em !important;
  top: 50% !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.midContentsWrap .section1:before { content: "Step１" !important; }
.midContentsWrap .section2:before { content: "Step２" !important; }
.midContentsWrap .section3:before { content: "Step３" !important; }
.midContentsWrap .section4:before { content: "Step４" !important; }
.midContentsWrap .section5:before { content: "Step５" !important; }

.recomendBox {
  position: relative !important;
  background: #ddeefc !important;/*背景色*/
  border-radius: 15px !important;
  padding: 10px 25px 5px !important;
  margin: 15px 0 20px !important;
  width: 100% !important;
}
.recomendBox .section {
  position: relative !important;
  border: none !important;
  border-top: solid 2px #017ed4 !important;
  border-bottom: solid 2px #017ed4 !important;
  background: transparent !important;/*背景透明に*/
  line-height: 1.4 !important;
  padding: 0.4em 0.5em !important;
  margin: 2em 0 0.5em !important;
}
.recomendBox .section:after {  /*タブ*/
  position: absolute !important;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif !important;
  content: '★POINT' !important;
  background: #017ed4 !important;
  color: #fff !important;
  left: 0px !important;
  bottom: 100% !important;
  border-radius: 5px 5px 0 0 !important;
  padding: 5px 7px 3px !important;
  font-size: 0.7em !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}

.shadowBox {
  position: relative !important;
  background: #fff !important;/*背景色*/
  box-shadow: 2px 2px 3px gray !important;
  border: 1px solid #e4e8eb !important;
  padding: 0 15px !important;
  margin: 15px 0 20px !important;
  width: 100% !important;
  height: auto !important;
  vertical-align: top !important;
}
.shadowBox:before {
  position: absolute !important;
  content: "" !important;
  background: #ddd !important;
  width: 1px !important;
  height: 95% !important;
  top: 15px !important;
  left: 50% !important;
}
.shadowBox .sectionBl {
  position: relative !important;
  background: #d5ebfb !important;
  padding: 2px 5px 2px 40px !important;
  font-size: 20px !important;
  color: #474747 !important;
  border: none !important;
  border-radius: 0 10px 10px 0 !important;
}
.shadowBox .sectionBl:after {  /*タブ*/
  font-family: "Font Awesome 5 Free" !important;
  content: "○" !important;
  display: inline-block !important;
  line-height: 40px !important;
  position: absolute !important;
  padding: 0em !important;
  color: white !important;
  background: #017ed4 !important;
  font-weight: bold !important;
  width: 40px !important;
  text-align: center !important;
  height: 40px !important;
  line-height: 40px !important;
  left: -0.30em !important;
  top: 50% !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 50% !important;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29) !important;
  border-bottom: solid 2px #4967b4 !important;
}
.shadowBox .sectionOr {
  position: relative !important;
  background: #fce1d2 !important;
  padding: 2px 5px 2px 40px !important;
  font-size: 20px !important;
  color: #474747 !important;
  border: none !important;
  border-radius: 0 10px 10px 0 !important;
}
.shadowBox .sectionOr:after {  /*タブ*/
  font-family: "Font Awesome 5 Free" !important;
  content: "×" !important;
  display: inline-block !important;
  line-height: 40px !important;
  position: absolute !important;
  padding: 0 !important;
  color: white !important;
  background: #ff5a00 !important;
  font-weight: bold !important;
  width: 40px !important;
  text-align: center !important;
  height: 40px !important;
  line-height: 40px !important;
  left: -0.30em !important;
  top: 50% !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 50% !important;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29) !important;
  border-bottom: solid 2px #4967b4 !important;
}

.BoxLine {
  position: relative !important;
  background: #fff !important;/*背景色*/
  border: 1px solid #d1d1d1 !important;
  margin: 0 auto 30px !important;
  width: 100% !important;
  height: auto !important;
}

.featureBox {
  background: #efeff1 !important;/*背景色*/
  border: solid 2px #fff !important;
  box-shadow: 0 0 0 1px #d1d1d1, 0 0 0 1px #d1d1d1 !important;
  padding: 0 20px 5px !important;
  margin: 0 0 30px !important;
  width: 100% !important;
  height: auto !important;
}
.featureBox .section1,
.featureBox .section2,
.featureBox .section3,
.featureBox .section4,
.featureBox .section5 {
  position: relative !important;
  background: transparent !important;/*背景透明に*/
  border: none !important;
  border-left: solid 4em #017ed4 !important;
  border-bottom: solid 1px #3b3b3b !important;/*下線*/
  line-height: 2em !important;
  padding: 0.35em 1em 0.25em !important;
  margin-top: -2px !important;
}
.featureBox .section1:before,
.featureBox .section2:before,
.featureBox .section3:before,
.featureBox .section4:before,
.featureBox .section5:before {
  font-family: "Font Awesome 5 Free" !important;
  content: '' !important;
  position: absolute !important;
  padding: 0em !important;
  color: white !important;
  font-weight: bold !important;
  left: -3.35em !important;
  top: 50% !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.featureBox .section1:before { content: "特徴１" !important; }
.featureBox .section2:before { content: "特徴２" !important; }
.featureBox .section3:before { content: "特徴３" !important; }
.featureBox .section4:before { content: "特徴４" !important; }
.featureBox .section5:before { content: "特徴５" !important; }

.commentBox {
  position: relative !important;
  background: #f7fbfe !important;
  border: solid 1px #d1d1d1 !important;
  border-radius: 10px !important;
  padding: 0 15px !important;
  margin: 15px 0 30px !important;
}
.commentBox .section {
  position: relative !important;
  border: none !important;
  border-radius: 20px 0 0 20px !important;
  padding: 1em 0.5em 0.5em 4.5em !important;
  background: -moz-linear-gradient(to right, rgb(251, 241, 208), transparent) !important;
  background: -webkit-linear-gradient(to right, rgb(251, 241, 208), transparent) !important;
  background: linear-gradient(to right, rgb(251, 241, 208), transparent) !important;
  color: #545454 !important;
}
.commentBox .section:before{
  position: absolute !important;/*絶対位置*/
  content: '' !important;
  background-image: url('../images/icon_dc.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  left: -3px !important;/*アイコンの位置*/
  top: -8px !important;/*アイコンの位置*/
  width: 80px !important;
  height: 80px !important;
}

.faqBox {
  position: relative !important;
  background: #fffff4 !important;
  border-radius: 10px !important;
  box-shadow: 2px 2px 3px #d1d1d1 !important;
  padding: 50px 25px 10px !important;
  margin: 20px 0 50px !important;
}

.menu_box {
  position: relative !important;
  background: transparent !important;/*背景透明に*/
  border-radius: 3px !important;
  border: 1px solid #d1d1d1 !important;
  padding: 20px 5px 0 !important;
  margin: 10px 0 30px !important;
}
.menu_box .sectionIm,
.menu_box .sectionOf,
.menu_box .sectionSt {
  position: relative !important;
  background: transparent !important;/*背景透明に*/
  padding: 2px 5px 2px 65px !important;
  margin: 0 auto 20px !important;
  color: #474747 !important;
  border: none !important;
}
.menu_box .sectionIm::after,
.menu_box .sectionOf::after,
.menu_box .sectionSt::after {
  content: "" !important;
  display: block !important;
  height: 1px !important;
  background: -moz-linear-gradient(to right, rgb(84, 84, 84), transparent) !important;
  background: -webkit-linear-gradient(to right, rgb(84, 84, 84), transparent) !important;
  background: linear-gradient(to right, rgb(84, 84, 84), transparent) !important;
}
.menu_box .sectionIm::before,
.menu_box .sectionOf::before,
.menu_box .sectionSt::before {
  font-family: "Font Awesome 5 Free" !important;
  display: inline-block !important;
  line-height: 60px !important;
  position: absolute !important;
  padding: 0em !important;
  color: white !important;
  font-weight: bold !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  left: 0 !important;
  top: 20px !important;
  text-align: center !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 50% !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29) !important;
}
.menu_box .sectionIm::before {
  background-color: #3d8fdb !important;
  content: "No.1" !important;
  align-items: flex-start !important;
}
.menu_box .sectionOf::before {
  background-color: #3d8fdb !important;
  content: "🕗" !important;
  align-items: flex-start !important;
  font-size: 40px !important;
}
.menu_box .sectionSt::before {
  background-color: #3d8fdb !important;
  content: "♣️" !important;
  align-items: flex-start !important;
  font-size: 40px !important;
}

.menu_box .button {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #3399fd !important;
  background-image: url("../images/ico_btn_arrow.png") !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  border: none !important;
  border-radius: 8px !important;
  border-bottom: 3px solid #014866 !important;
  padding: 8px 3px 5px !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
  width: 240px !important;
  margin: 10px 5px;
  text-align: center !important;
}

.mainWrap::after,
.midContentsWrap::after,
.recomendBox::after,
.shadowBox::after,
.BoxLine::after,
.featureBox::after,
.commentBox::after,
.menu_box::after {
  content: '' !important;
  display: block !important;
  clear: both !important;
  zoom: 1 !important;
}

ul.faqList,
ul.commonList,
ul.commonListBl,
ul.commonListOr {
  position: relative !important;
  padding: 0 !important;
}
ul.faqList,
ul.commonList,
ul.commonListBl,
ul.commonListOr {
  padding: 0.5em 1em 0.5em 2.3em !important;
}
.text_box25 ul.commonList {
  padding: 10px !important;
}
ul.commonList li,
ul.commonListBl li,
ul.commonListOr li {
  font-weight: bold !important;
  line-height: 1.3 !important;
  padding: 0.5em 0 !important;
  list-style-type: none !important;/*ポチ消す*/
}
ul.faqList li {
  font-weight: bold !important;
  line-height: 1.5 !important;
  padding: 0.3em 0 !important;
  list-style-type: none !important;/*ポチ消す*/
}
ul.faqList li a:hover {
  text-decoration: underline !important;
}
ul.commonList li.none {
  font-weight: normal !important;
  margin-top: -0.5em !important;
}
ul.commonList li::before,
ul.commonListBl li::before,
ul.commonListOr li::before{
  font-family: "Font Awesome 5 Free" !important;
  content: '◆' !important;
  position: absolute !important;
  left : 1em !important; /*左端からのアイコンまで*/
}
ul.commonList li::before {
  color: #1b8bd8 !important; /*アイコン色：薄いブルー*/
}
ul.commonListBl li::before {
  color: #017ed4 !important; /*アイコン色：濃いブルー*/
}
ul.commonListOr li::before {
  color: #ff5a00 !important; /*アイコン色：オレンジ*/
}
ul.commonList li.none:before {
  content: none !important;
}
ul.faqList li::before {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 90% !important;
  content: "▶" !important;
  position: absolute !important;
  color: #fea800 !important;
  left : 1em !important; /*左端からのアイコンまで*/
}

ul.faq {
  padding: 10px 0 20px !important;
}
ul.faq li{
  position: relative !important;
  margin-bottom: 40px !important;
  padding-left: 30px !important;
  list-style-type: none !important;/*ポチ消す*/
  vertical-align: top !important;
}
ul.faq li.qus {
  font-weight: bold !important;
  font-size: 120% !important;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
  position: absolute !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  font-weight: bold !important;
  display: inline-block !important;
  text-align: center !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  left: -1em !important;
  top: 8px !important;  /* calc(50% - 5px) !important; */
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 50% !important;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29) !important;
  border-bottom: solid 2px #4967b4 !important;
}
ul.faq li.qus::before {
  background-color: #3d8fdb !important;
  color: #fff !important;
  content: "Q" !important;
  align-items: flex-start !important;
}
ul.faq li.ans::before {
  background-color: #fe8b12 !important;
	color: #fff !important;
  content: "A" !important;
  align-items: flex-start !important;
}

.boxFL {
  float: left !important;
}
.boxFR {
  float: right !important;
}
.boxFL,
.boxFR {
  position: relative !important;
  padding: 0 5px !important;
  width: 48.5% !important;
  height: auto !important;
}
.boxFL:after,
.boxFR:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
  zoom: 1 !important;
}
.boxFL img,
.boxFR img {
  width: 100% !important;
}
@media only screen and (max-width: 480px){
  .mainWrap,
  .midContentsWrap,
  .recomendBox,
  .shadowBox,
  .BoxLine,
  .featureBox,
  .commentBox {
    padding: auto 0 !important;
    margin:  auto 0 !important;
  }
  .shadowBox:before { content: none !important; }
  .boxFL { float: none !important; width: 100% !important; }
  .boxFR { float: none !important; width: 100% !important; }
}

/* レスポンシブ　table */
table.resTable {
  border-collapse: collapse !important;
  width: 100% !important;
}
table.resTable th,
table.resTable td {
  border: 1px solid #ccc !important;
  padding: 5px 10px !important;
  text-align: left !important;
}
table.resTable th {
  background: #bee0fd !important;
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  vertical-align: middle !important;
}
table.resTable th.nowrap {
  white-space: nowrap !important;
}
table.resTable td {
  vertical-align: top !important;
}
table.resTable th.w24,
table.resTable td.w24 {
  width: 24% !important;
}
table.resTable th.step {
  width: 30px !important;
}
table.resTable td.step {
  width: calc( 100% / 6 - 30px ) !important;
}
table.resTable td.mdd {
  padding: 20px 10px 0 !important;
  vertical-align: middle !important;
  height: auto !important;
}
table.resTable .blue1 {
  background-color: #bee0fc !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 2.8em !important;
  white-space: nowrap !important;
}
table.resTable .blue2 {
  background-color: #e0f2fc !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 2.2em !important;
  white-space: nowrap !important;
}
table.resTable .gray {
  background-color: #f4f4f4 !important;
  font-weight: bold !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 2.5em !important;
  white-space: nowrap !important;
}
table.resTable td p {
  line-height: 1.3 !important;
  text-align: left !important;
  margin: 0 10px 0.5em !important;
}
table.resTable ul.conList {
  text-align: left !important;
  margin: 0 10px !important;
}
table.resTable ul.conList li{
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 0 1em 0 !important;
  list-style-type: none !important;/*ポチ消す*/
}
@media screen and (max-width: 767px) {
  table.resTable,
  table.resTable thead,
  table.resTable tbody,
  table.resTable th,
  table.resTable tr,
  table.resTable td {
    border: none !important;
    display:block !important;
    width: 100% !important;
    white-space: normal !important;
  }
  table.resTable thead {
    display: none !important;
  }
  table.resTable tr {
    border-top: 2px solid #ddd !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
  table.resTable th,
  table.resTable td {
    border-right: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
    border-left: 2px solid #ddd !important;
  }
  table.resTable td {
    display: block !important;
    padding: 10px !important;
  }
  table.resTable th.left,
  table.resTable td.left {
    text-align: left !important;
  }
  table.resTable th.center,
  table.resTable td.center {
    text-align: center !important;
  }
  table.resTable th.right,
  table.resTable td.right {
    text-align: right !important;
  }
  table.resTable td:before {
    content: attr(data-label) !important;
    float: left !important;
    font-weight: bold !important;
    color: #333 !important;
  }
  table.resTable ul.conList {
    content: none !important;
  }
  table.resTable .blue1,
  table.resTable .blue2,
  table.resTable .gray {
    white-space: normal !important;
  }
}

/* フレックスボックス */
.flexBox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.imgBox-wrap {
	width: 48%;
}
.imgBox-wrap-100 {
	width: 100%;
}
.imgBox-wrap img,
.imgBox-wrap-100 img {
  border: 1px #e5e5e5 solid;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  height: auto;
}
.imgBox-wrap a img:hover,
.imgBox-wrap-100 a img:hover {
  background-color: #f7f7f7;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .5);
  -webkit-transition: ease-in-out all 0.2s;
  -moz-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  /* phone */
  .imgBox-wrap {
  	width: 100% !important;
  }
}
.attentionBox {
  position: relative !important;
  background: #ddeefc !important;/*背景色*/
  border-radius: 15px !important;
  padding: 10px 25px 5px !important;
  margin: 15px 0 20px !important;
  width: 100% !important;
}
.attentionBox .section {
  position: relative !important;
  border: none !important;
  border-top: solid 2px #017ed4 !important;
  border-bottom: solid 2px #017ed4 !important;
  background: transparent !important;/*背景透明に*/
  line-height: 1.4 !important;
  padding: 0.4em 0.5em !important;
  margin: 2em 0 0.5em !important;
}
.attentionBox .section:after {  /*タブ*/
  position: absolute !important;
  font-family: "Font Awesome 4 Free",'Quicksand','Avenir','Arial',sans-serif !important;
  content: '!Attention' !important;
  background: #017ed4 !important;
  color: #fff !important;
  left: 0px !important;
  bottom: 100% !important;
  border-radius: 5px 5px 0 0 !important;
  padding: 5px 7px 3px !important;
  font-size: 0.7em !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}
.contact_wrap dl dt .ico {
  padding: 4px 5px 2px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-size: 13px;
  margin-top: -15px;
}
.contact_wrap dl dt .ico_required {
  background: #d50000 !important;
}
.contact_wrap dl dd .attention {
  color: #111;
  font-size: 13px;
  margin-top: 1px;
}
