@charset "UTF-8";
/*=====================
 基本カラー設定はここから
=====================*/
/*ベース色カラー（スライダー背景色）*/
/*メイン背景カラー（コンテンツ背景）*/
/*サブ背景カラー（右カラム背景）*/
/*メインテキストカラー*/
/*抜きテキストカラー*/
/*サブカラー（タグ色）*/
/*サブカラー２（カテゴリ背景）*/
/*ナビ背景*/
/*=====================
 スタイル設定まとめ
=====================*/
/*メインボーダースタイル*/
.main-border {
  border: 1px #ccc solid;
}
/*ボーダー付背景グラデ*/
.grad-box {
  background-image: -webkit-linear-gradient(#ffffff 0%, #eeeeee);
  background-image: -o-linear-gradient(#ffffff 0%, #eeeeee);
  background-image: linear-gradient(#ffffff 0%, #eeeeee);
}
/*ボーダー付背景グラデon*/
.grad-box-on {
  background-image: -webkit-linear-gradient(#eeeeee 0%, #ffffff);
  background-image: -o-linear-gradient(#eeeeee 0%, #ffffff);
  background-image: linear-gradient(#eeeeee 0%, #ffffff);
}
/*角丸5px*/
.radius5 {
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}
/*背景透明黒*/
.bg-alpha-bk {
  background-color: rgba(0, 0, 0, 0.65);
}
/*線・パディング込のボックスサイズ*/
.box-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*明朝文字スタイル*/
.font-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*=====================
　　記事内スタイル設定
=====================*/
.post_box {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .post_box {
    font-szie: 14px;
  }
}
.post_box h1 {
  color: #009da0;
  border-bottom: 5px solid #009da0;
  font-size: 40px;
  margin: 30px 0 10px;
}
.post_box h2 {
  color: #335481;
  /*border-bottom: 5px dotted #335481;*/
  font-size: 35px;
  margin: 30px 0 10px;
}
.post_box h3 {
  color: #7ecb00;
  /*border-bottom: 5px double #7ecb00;*/
  font-size: 30px;
  margin: 30px 0 10px;
}
.post_box h4 {
  color: #17a4cb;
  border-bottom: 5px solid #17a4cb;
  font-size: 25px;
  margin: 30px 0 10px;
}
.post_box h5 {
  /*border-bottom: 5px dotted;*/
  font-size: 20px;
  margin: 30px 0 10px;
}
.post_box h6 {
  border-bottom: 5px double;
  font-size: 16px;
  margin: 30px 0 10px;
}
.post_box blockquote {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff5bc;
  margin: 20px 20px;
  padding: 3em 1em;
  position: relative;
}
.post_box blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.post_box blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*=====================
     　共通ルール
=====================*/
/*マージン*/
.mgb20 {
  margin-bottom: 20px!important;
}
.mgb40 {
  margin-bottom: 40px!important;
}
.mgt20 {
  margin-top: 20px!important;
}
/*=====================
     各ページヘッダー
=====================*/
#Pageid_top {
  background: #f2f2f2 no-repeat top center;
  padding-top: 120px;
}
@media screen and (max-width: 1000px) {
  #Pageid_top {
    padding-top: 60px;
  }
}
#Pageid_inpage {
  background: #f2f2f2 no-repeat top center;
}
/*=====================
        基本css
=====================*/
body {
  color: #333333;
  /*基本のテキストのカラー設定*/

  background-color: #f2f2f2;
  /*基本背景カラー設定*/

  width: 100%;
}
#Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 999;
  border-bottom: 1px solid #bbb;
  margin: 0;
}
#Header #Header_pc {
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  #Header #Header_pc {
    display: none;
  }
}
#Header #Header_pc #Top {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  height: 80px;
}
#Header #Header_pc #Top h1 {
  float: left;
  width: 180px;
  padding-top: 10px;
}
#Header #Header_pc #Top #Contact {
  float: right;
  width: 820px;
  padding-top: 10px;
}
#Header #Header_pc #Top #Contact ul li {
  width: 100%;
  text-align: right;
}
#Header #Header_pc #Top #Contact ul li div {
  display: block;
  font-size: 14px;
  float: right;
  margin-right: 20px;
}
#Header #Header_pc #Top #Contact ul li a {
  float: right;
}
#Header #Header_pc #Top #Contact ul .bottom {
  padding-top: 5px;
  font-size: 160%;
}
#Header #Header_pc #Top #Contact ul .bottom .number {
  padding-right: 10px;
  padding-left: 5px;
  padding-top: 5px;
  font-weight: bold;
}
#Header #Header_pc #Top #Contact ul .bottom a {
  display: inline-block;
  background: #009da0;
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}
#Header #Header_pc #Top #Contact ul .bottom a:hover {
  background: #f7a944;
}
#Header #Header_pc #Header_nav {
  width: 100%;
  height: 40px;
  background: #335481;
}
@media screen and (max-width: 1000px) {
  #Header #Header_pc #Header_nav {
    display: none;
  }
}
#Header #Header_pc #Header_nav .menu-header_nav-container {
  width: 1000px;
  margin: 0 auto;
}
#Header #Header_pc #Header_nav .menu-header_nav-container ul {
  overflow: hidden;
  padding: 0 5px;
}
#Header #Header_pc #Header_nav .menu-header_nav-container ul li {
  float: left;
  width: 198px;
  /*width: 240px;*/
  text-align: center;
  height: 40px;
}
#Header #Header_pc #Header_nav .menu-header_nav-container ul li a {
  color: #fff;
  padding-top: 10px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#Header #Header_pc #Header_nav .menu-header_nav-container ul li a:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}
#Header #Header_sm {
  float: left;
  height: 49px;
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  #Header #Header_sm {
    display: none;
  }
}
#Header .right-menu {
  float: right;
  z-index: 10;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #Header .right-menu {
    display: none;
  }
}
#Content {
  min-height: 1000px;
  padding: 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #Content {
    width: 100%;
  }
}
#Content .breadcrumbs {
  text-align: left;
  padding: 0 20px;
  margin: 30px auto 0;
  width: 960px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Content .breadcrumbs {
    width: 640px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #Content .breadcrumbs {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Main {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #Main {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Main {
    width: 640px;
    marign: 0 auto;
    float: none;
    padding-top: 20px;
  }
}
#Main_page {
  min-width: 300px;
  padding: 10px 180px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Main_page {
    position: static;
  }
}
#Main_page #Center {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#Side {
  float: left;
  padding-top: 20px;
  width: 270px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  #Side {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Side {
    width: 640px;
    margin: 40px auto 0;
    overflow: hidden;
    float: none;
  }
}
#Side #Left {
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Side #Left {
    float: left;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Side #Left > div {
  margin-bottom: 20px;
}
#Side #Left .left_banner ul {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #Side #Left .left_banner ul li {
    width: 50%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
}
#Side #Left .left_banner ul li img {
  width: 100%;
  height: auto;
}
#Side #Left #Category a {
  width: 270px;
  display: block;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  border: 1px #ccc solid;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #Side #Left #Category a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
  }
}
#Side #Left #Category a:hover {
  text-decoration: none;
  background-color: #7c7c7c;
  border: 1px #ccc solid;
  color: #fff;
}
#Side #Left #Widget_left > li {
  margin-bottom: 20px;
}
#Side #Left #Widget_left .widget_search {
  text-align: center;
}
#Side #Left #Widget_left .widget_search input {
  font-size: 15px;
}
#Side #Left #Widget_left .widget_search #s {
  width: 150px;
}
#Side #Left #Widget_left .tagcloud a {
  border: 1px #ccc solid;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 5px 5px 5px 20px;
  background: url(../img/tag_ico.png) no-repeat 6px 6px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #fff;
}
#Side #Left #Widget_left .tagcloud a:hover {
  text-decoration: none;
  background: #fff4f6 url(../img/tag_ico.png) no-repeat 6px 6px;
}
#Side #Right {
  width: 270px;
  background: #fff5bc;
  padding: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #Side #Right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Side #Right {
    float: right;
    width: 50%;
  }
}
#Side #Right #Favorite {
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #Side #Right #Favorite {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Side #Right #Favorite .wpp-list > li {
  list-style: none;
}
@media screen and (max-width: 1000px) {
  #Side #Right #Favorite .wpp-list > li {
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 75px;
    padding: 10px 0;
    border-top: 1px dotted #009da0;
  }
}
#Side #Right #Favorite .wpp-list > li .wpp-thumbnail {
  margin-bottom: 5px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #Side #Right #Favorite .wpp-list > li .wpp-thumbnail {
    width: 100px;
    height: auto;
    min-height: 75px;
    position: absolute;
  }
}
#Side #Right #Favorite h3 {
  text-align: center;
  font-weight: normal;
  font-size: 19px;
}
#Side #Right #Favorite .mini_subtxt {
  text-align: center;
  font-size: 13px;
  color: #888;
}
#Side #Right #Favorite a {
  overflow: hidden;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #Side #Right #Favorite a {
    float: left;
  }
}
#Side #Right #Favorite .wpp-post-title {
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 15px;
  border-bottom: 1px dotted #009da0;
  padding-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  #Side #Right #Favorite .wpp-post-title {
    border-bottom: none;
    padding: 25px 0 0 110px;
  }
}
#Side #Right #Favorite .wpp-list {
  counter-reset: wpp-ranking;
  z-index: 1;
}
#Side #Right #Favorite .wpp-list li {
  position: relative;
}
#Side #Right #Favorite .wpp-list li:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  text-align: center;
  background: url(../img/clown.png) no-repeat;
  width: 20px;
  height: 20px;
  color: #fff;
  display: block;
  padding-top: 5px;
  position: absolute;
  top: -10px;
  z-index: 2!important;
}
@media screen and (max-width: 1000px) {
  #Side #Right #Favorite .wpp-list li:before {
    top: 0;
    left: 110px;
    margin-top: 10px;
  }
}
/*マウスオーバー時の透過設定(数値が低いほど薄い)*/
.over_alpha a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  /* For IE 5-7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* For IE 8 */

}
footer {
  clear: both;
  margin: 0;
}
#Footer_bg {
  width: 100%;
  background: #ffffff repeat-x;
  overflow: hidden;
}
#Footer_bottom {
  width: 1000px;
  padding: 0;
  margin: 10px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Footer_bottom {
    width: 640px;
  }
}
@media screen and (max-width: 640px) {
  #Footer_bottom {
    width: 100%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Fb_box {
  width: 320px;
  float: left;
}
@media screen and (max-width: 640px) {
  #Fb_box {
    width: 100%;
    text-align: center;
    float: none;
  }
}
#Fb_box iframe {
  background-color: #fff;
}
#Powered {
  width: 660px;
  float: right;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Powered {
    width: 320px;
  }
}
@media screen and (max-width: 640px) {
  #Powered {
    width: 100%;
    float: none;
    margin-top: 10px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#Powered2 {
  width: 660px;
  float: left;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Powered2 {
    width: 320px;
  }
}
@media screen and (max-width: 640px) {
  #Powered2 {
    width: 100%;
    float: none;
    margin-top: 10px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#Powered3 {
  width: 320px;
  float: right;
}

@media screen and (max-width: 640px) {
  #Powered3 {
    width: 100%;
    float: none;
    margin-top: 10px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#Copyright {
  text-align: center;
  clear: both;
  margin-top: 20px;
}
/*=====================
        トップ
=====================*/
#Pageid_top .top_content_title {
  color: #335481;
  width: 100%;
  text-align: center;
}
#Pageid_top .top_content_title span {
  font-size: 200%;
}
@media screen and (max-width: 1000px) {
  .smp_slide {
    display: inline;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .smp_slide {
    display: none;
  }
}
/* スライダー */
.wideslider {
  width: 100%;
  height: 380px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-top: #fff 20px solid;
  border-bottom: #fff 20px solid;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .wideslider {
    display: none;
  }
}
.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: #ffffff /*url(../images/slider/prev.jpg) no-repeat right center*/;
}
.slider_next {
  background: #ffffff /*url(../images/slider/next.jpg) no-repeat left center*/;
}
.pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #333;
}
.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
  width: 1000px;
}
.wideslider img {
  width: 1000px;
  height: 380px;
}
/*スライドここまで*/
#Sp_topimage {
  display: none;
}
@media screen and (max-width: 640px) {
  #Sp_topimage {
    display: inline;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #Sp_topimage img {
    width: 100%;
  }
}
#Top_postlist {
  overflow: hidden;
  float: right;
  width: 685px;
  padding-left: 5px;
}
@media screen and (max-width: 1000px) {
  #Top_postlist {
    width: 100%;
  }
}

#Top_postlist #Top_gmap {
  overflow: hidden;
  width: 680px;
  text-align: center;
  /*GoogleMap*/
}
	#Top_postlist #Top_gmap iframe {
	  width: 640px;
	  height: 480px;
	  margin: 5px auto;
	}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_gmap {
    width: 100%;
    overflow: hidden;
	margin: 20px auto 5px;
  }
	#Top_postlist #Top_gmap iframe {
	  width: 100%;
	  height: 320px;
	}

	#Top_postlist #Top_gmap h2 {
		font-size: 70%;
	}
	#Top_postlist #Top_gmap h2 span {
		font-size: 160%;
	}

}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Top_postlist #Top_gmap {
    width: 640px;
    margin: 0 auto;
  }
}


#Top_postlist #Top_postbox {
  overflow: hidden;
  width: 685px;
  /*投稿記事ボックス*/

}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Top_postlist #Top_postbox {
    width: 640px;
    margin: 0 auto;
  }
}
#Top_postlist #Top_postbox > li {
  width: 280px;
  min-height: 300px;
  border: 1px #ccc solid;
  padding: 10px;
  margin: 20px;
  background: #fff;
  float: left;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    min-height: 280px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Top_postlist #Top_postbox > li {
    margin: 9px;
  }
}
#Top_postlist #Top_postbox > li .postbox_img {
  width: 280px;
  height: 210px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li .postbox_img {
    width: 100%;
    height: 170px;
    margin: 10px;
    overflow: hidden;
    margin: 0;
  }
}
#Top_postlist #Top_postbox > li .postbox_img a img {
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li .postbox_img a img {
    width: 100%;
    height: auto;
  }
}
#Top_postlist #Top_postbox > li .postbox_img a h3 {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 274px;
  background-color: #555\9;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li .postbox_img a h3 {
    width: 100%;
  }
}
#Top_postlist #Top_postbox > li > p {
  line-height: 1.5em;
  padding: 8px 0 5px;
}
#Top_postlist #Top_postbox > li dl {
  overflow: hidden;
}
#Top_postlist #Top_postbox > li dl dt {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li dl dt {
    width: 100%;
  }
}
#Top_postlist #Top_postbox > li dl dt a {
  background: #335481;
  color: #fff;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  float: left;
  padding: 1px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#Top_postlist #Top_postbox > li dl dt a:hover {
  background: #999;
  color: #fff;
}
#Top_postlist #Top_postbox > li dl dd {
  float: right;
  font-weight: bold;
  color: #009da0;
  width: 100%;
  padding-top: 5px;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li dl dd {
    width: 100%;
  }
}

/*IR情報*/
#Top_postlist #Top_postbox > li.ir_list {
  display: block;
  width: 600px;
  min-height: inherit !important;
  border: 1px #ccc solid;
  padding: 0 !important;
  margin: 20px;
  background: #fff;
}
#Top_postlist #Top_postbox > li.ir_list div.ir_date {
  width: 100%;
  line-height: 1.5em;
  padding: 8px 10px 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #335481;
  color: #fff;
}
#Top_postlist #Top_postbox > li.ir_list h4 {
  line-height: 1.5em;
  padding: 8px 10px 5px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_postbox > li.ir_list {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    min-height: inherit !important;
  }
}

/*IR情報 TOPページ用*/
#toptab2 #Top_postbox > li.ir_list {
  display: block;
  width: 640px;
  min-height: inherit !important;
  border: 1px #ccc solid;
  padding: 0 !important;
  margin: 20px　20px 10px;
  background: #fff;
}
#toptab2 #Top_postbox > li.ir_list div.ir_date {
  width: 100%;
  line-height: 1.5em;
  padding: 8px 10px 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #335481;
  color: #fff;
}
#toptab2 #Top_postbox > li.ir_list h4 {
  line-height: 1.5em;
  padding: 8px 10px 5px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #toptab2 #Top_postbox > li.ir_list {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    min-height: inherit !important;
  }
}


#Top_postlist #Top_service {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_service {
    padding: 0;
  }
}
#Top_postlist #Top_service li {
  width: 205px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  text-align: center;
  float: left;
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  border: 2px #335481 solid;
}

#Top_postlist #Top_service li#Top_ser_other {
  width: 430px;
  padding: 10px;
  float: left;
  margin:10px 10px 30px;
}

#Top_postlist #Top_service li#Top_ser_process {
  width: 655px;
  padding: 10px;
  float: left;
  margin: 10px;
}
#Top_postlist #Top_service li#Top_ser_process div.process_l {
  width: 33%;
  padding: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#Top_postlist #Top_service li#Top_ser_process div.process_r {
  width: 66%;
  padding: 5px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Top_postlist #Top_service li {
    width: 190px;
  }
  #Top_postlist #Top_service li#Top_ser_other {
    width: 400px;
  }
  #Top_postlist #Top_service li#Top_ser_process {
    width: 610px;
  }
}

@media screen and (max-width: 640px) {
  #Top_postlist #Top_service li {
    width: 48%;
    margin: 1%;
  }
  #Top_postlist #Top_service li#Top_ser_other {
    width: 98%;
    margin: 1%;
  }
  #Top_postlist #Top_service li#Top_ser_process {
    width: 98%;
	margin: 1%;
  }
  #Top_postlist #Top_service li#Top_ser_process div.process_l {
    padding-bottom: 5px;
  }
  #Top_postlist #Top_service li#Top_ser_process div.process_r {
    padding: 0;
  }
}

#Top_postlist #Top_service li img {
  margin-top: 10px;
  width: 90px;
  height: 90px;
}

#Top_postlist #Top_service li#Top_ser_other img {
  margin-top: 10px;
  width: auto;
  height: 90px;
}


@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Top_postlist #Top_service li#Top_ser_other img {
    width: auto;
	height: 80px;
	padding:5px 0;
  }
}

@media screen and (max-width: 640px) {
  #Top_postlist #Top_service li img {
    max-width: 70px;
    height: auto;
  }
  #Top_postlist #Top_service li#Top_ser_other img {
    max-width: 80%;
    height: auto;
  }
  #Top_postlist #Top_service li#Top_ser_process img {
    max-width: 80%;
    height: auto;
  }
}


#Top_postlist #Top_service li h3 {
  color: #009da0;
  font-size: 120%;
  margin: 10px 0;
}

#Top_postlist #Top_service li h3.MDS {
  color: #009da0;
  font-size: 120%;
  line-height: 120%;
  margin: 4px 0 3px;
}

#Top_postlist #Top_service li#Top_ser_process div.process_r h3 {
  font-size: 160%;
}
#Top_postlist #Top_service li#Top_ser_process div.process_r h3.nomal {
  font-weight: normal;
  font-size: 120%;
  color: #000;
}

@media screen and (max-width: 1024px) {
	#Top_postlist #Top_service li h3.CHM {
	  color: #009da0;
	  font-size: 120%;
	  line-height: 120%;
	  margin: 12px 0 13px;
	}
}

@media screen and (min-width: 361px) and (max-width: 800px) {
	 #Top_postlist #Top_service li h3 {
	    font-size: 100%;
	  }
	  #Top_postlist #Top_service li h3.MDS {
	    color: #009da0;
	    font-size: 100%;
	    margin: 6px 0 5px;
	  }
	#Top_postlist #Top_service li h3.CHM {
	  color: #009da0;
	  font-size: 100%;
	  line-height: 120%;
	  min-height:32px;
	  margin: 4px 0 3px;
	}
}
@media screen and (max-width: 360px) {
  #Top_postlist #Top_service li h3 {
    font-size: 80%;
  }
  #Top_postlist #Top_service li h3.MDS {
    color: #009da0;
    font-size: 80%;
    margin: 6px 0 5px;
  }
  #Top_postlist #Top_service li h3.CHM {
  color: #009da0;
  font-size: 80%;
  line-height: 120%;
  margin: 4px 0 6px;
}

  #Top_postlist #Top_service li#Top_ser_process div.process_r h3 {
    font-size: 90%;
  }
  #Top_postlist #Top_service li#Top_ser_process div.process_r h3.nomal {
    font-size: 80%;
    margin: 10px 0 0;
  }
}

#Top_postlist #Top_service li:hover {
  background: #d7f5e2;
}


/*





@media screen and (max-width: 640px) {
  #Top_postlist #Top_ser_other {
    padding: 0;
  }
}

#Top_postlist #Top_ser_other li h3 {
  color: #009da0;
  font-size: 120%;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_ser_other li h3 {
    font-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  #Top_postlist #Top_ser_other li img {
    max-width: 80%;
    height: auto;
  }
}
#Top_postlist #Top_ser_other li:hover {
  background: #d7f5e2;
}
*/

/*=====================
      記事ページcss
=====================*/
#Single_post {
  width: 600px;
  float: right;
  background: #fff;
  border: 1px #ccc solid;
  margin: 20px;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  #Single_post {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Single_post {
    width: 640px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }
}
#Single_post .post .tag_list {
  overflow: hidden;
}
#Single_post .post .tag_list a {
  color: #009da0;
  margin-right: 10px;
  font-weight: bold;
}
#Single_post .post h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #Single_post .post h3 {
    font-size: 25px;
  }
}
#Single_post .post .postinfo {
  margin-bottom: 40px;
  border-bottom: 10px solid #fff4f6;
  line-height: 2.5em;
  color: #335481;
}
@media screen and (max-width: 640px) {
  #Single_post .post .postinfo {
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#Single_post .post .postinfo .date {
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  #Single_post .post .postinfo .date {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-right: 0;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  #Single_post .post .postinfo .catg {
    width: 100%;
    display: block;
    font-size: 13px;
  }
}
#Single_post .post .post_box img {
  width: 100%;
  height: auto;
}
#Single_post .pagelink {
  margin-top: 40px;
  overflow: hidden;
  border-top: 10px solid #fff4f6;
}
#Single_post .pagelink .oldpage {
  width: 50%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 10px;
}
#Single_post .pagelink .newpage {
  width: 50%;
  display: block;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
}
/*=====================
      　中ページ
=====================*/
#Page_main {
  width: 100%;
  margin: 120px auto 0;
  text-align: center;
  padding-bottom: 60px;
  background: url(../img/pagetitle_bg.jpg);
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  #Page_main {
    margin: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  #Page_main {
    margin: 0;
    margin-top: 60px;
  }
}
#Page_main p {
  font-size: 35px;
  letter-spacing: 0.3em;
  padding-top: 40px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}
#Page_main span {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  #Page_main p {
    width: 100%;
    font-size: 20px;
  }
#Page_main span {
  font-size: 16px;
}
}
#Page_main p a {
  color: #fff;
}
/*サービスページ基本スタイル*/
#Page_service {
  width: 640px;
  float: right;
  background: #fff;
  border: 1px #ccc solid;
  margin: 20px;
}
@media screen and (max-width: 640px) {
  #Page_service {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Page_service {
    width: 640px;
    margin: 0 auto;
    float: none;
  }
}
#Page_service img {
  max-width: 100%;
}
#Page_service a {
  display: block;
  width: 80%;
  margin: 30px auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background: #009da0;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 150%;
}
#Page_service a:hover {
  background: #f7a944;
}
#Page_service .box {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#Page_service h2 {
  font-size: 130%;
  color: #009da0;
  margin-bottom: 10px;
}
#Page_service .dot_box {
  border: dotted 1px #aaa;
  padding: 10px;
  background: #eee;
}
#Page_content {
  width: 600px;
  float: right;
  background: #fff;
  border: 1px #ccc solid;
  margin: 20px;
  padding: 20px;
  /*お問い合わせ*/

}
@media screen and (max-width: 640px) {
  #Page_content {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Page_content {
    width: 640px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }
}
#Page_content #Contactform {
  font-size: 16px;
}
#Page_content #Contactform dl {
  overflow: hidden;
  clear: both;
  border-bottom: 1px dotted #009da0;
  padding: 20px 0;
}
#Page_content #Contactform dl dt {
  float: left;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #Page_content #Contactform dl dt {
    float: none;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
  }
}
#Page_content #Contactform dl dt .hissu {
  margin-left: 15px;
  padding: 5px;
  background: #009da0;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
#Page_content #Contactform dl dd {
  float: left;
  font-size: 14px;
  width: 350px;
}
@media screen and (max-width: 640px) {
  #Page_content #Contactform dl dd {
    float: none;
    width: 100%;
  }
}
#Page_content #Contactform dl dd input {
  font-size: 18px;
  padding: 5px;
  width: 350px;
}
@media screen and (max-width: 640px) {
  #Page_content #Contactform dl dd input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Page_content #Contactform dl dd span {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#Page_content #Contactform dl dd .seibetu input{
	display:inline-block!important;
}
#Page_content #Contactform dl dd textarea {
  font-size: 18px;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#Page_content #Contactform p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #Page_content #Contactform p {
    width: 100%;
  }
}
#Page_content #Contactform p input {
  display: inline-block;
  background: #009DA0;
  padding: 3px 100px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  border: none;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #Page_content #Contactform p input {
    width: 100%;
  }
}
.privacy_box {
  border: 1px solid #000;
  margin: 15px;
  padding: 15px;
  height: 100px;
  overflow: auto;
  font-size: 14px!important;
}
.privacy_box span {
  font-weight: bold;
}
.privacy_box p {
  text-align: left !important;
  font-size: 14px!important;
}
/*=====================
      　会社概要
=====================*/
#Company table {
  width: 100%;
  background: #fff;
}
#Company table .column-1 {
  padding: 3%;
  width: 27%;
  border: 1px #bbb solid;
  text-align: center;
  background: #eee;
}
#Company table .column-2 {
  padding: 3%;
  width: 67%;
  border: 1px #bbb solid;
}
#Company table tr {
  border: 1px #bbb solid;
}
#Company table .column-2 a {text-decoration:underline;color:#009da0;}
/*=== */
#Company table td ul{
	margin:0;
	padding:0;
}

#Company table td ul li span{
	display:inline-block;
	width:5em;
	padding-right:1em;
	text-align:right;
}

#Company table td div.mt_m{
	margin-top:-1.5em;
	text-align:right;
}

@media screen and (max-width: 640px) {
#Company table td div.mt_m{
	margin-top:0;
}
}


/*=== */



#Company .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
#Company .ggmap iframe,
#Company .ggmapr object,
#Company .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Company #Subway dl dt {
  font-weight: bold;
  color: #335481;
}
#Company #Subway dl dd {
  padding-left: 10px;
}

#Company #ByCar {
	display:table;
	overflow:hidden;
	margin-bottom:60px;
	width:100%;
}

#Company #ByCar div {
	display:table-cell;
	vertical-align:top;
}

#Company #ByCar div:last-child {
	text-align:right;
}

#Company #ByCar dl dt {
  font-weight: bold;
  color: #335481;
}
#Company #ByCar dl dd {
  padding-left: 10px;
}



@media screen and (max-width: 640px) {

#Company #ByCar {
	display:block;
}

#Company #ByCar div{
	display:block;
}

#Company #ByCar dl dd {
  padding-bottom: 10px;
}


}


#Company #OrganizationChart {
/*  padding-bottom: 56.25%; */
  padding-top: 50px;
}

#Company #OrganizationChart img{
  max-width: 100%;
}



/*=====================
    １カラムコンテンツ
=====================*/
#Onecolumn_contents {
  width: 100%;
  margin: 30px 0;
}
/*=====================
     　コンセプト
=====================*/
#Concept {
  text-align: center;
}
#Concept img {
  max-width: 100%;
}
#Concept h3 {
  font-size: 300%;
  color: #009C9F;
}
#Concept h4 {
  font-size: 180%;
  margin-bottom: 20px;
  color: #009C9F;
  font-weight: normal;
}
#Concept p {
  font-size: 120%;
  margin-bottom: 50px;
  background: #fff;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*望月追加*/
#Page_content_m2 {
  width: 640px;
  float: right;
  background: #fff;
  border: 1px #ccc solid;
  margin: 20px;
  padding: 0px;
  /*お問い合わせ*/

}
@media screen and (max-width: 640px) {
  #Page_content_m2 {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Page_content_m2 {
    width: 640px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }
}

.mgb60 {
  margin-bottom: 60px;
}

#Page_content_m2 div.concept_m2 {
	margin-top:-10px;
	
    position: relative;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
	#Page_content_m2 div.concept_m2 {
		margin-bottom:60px;
	}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
	#Page_content_m2 div.concept_m2 {
		margin-bottom:60px;
	}
}

#Page_content_m2 div.concept_m2_in {
    position: absolute;
    top: 27%;
    left: 33%;
	font-size: 100%;
    > div {
        width: 90%;
        max-width: 410px;
        margin: 0 auto;
		font-size: 80%;
    }
}

#Page_content_m2 div.concept_m3 {
	margin-top:-40px;
    position: relative;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
	#Page_content_m2 div.concept_m3 {
		margin-bottom:60px;
	}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
	#Page_content_m2 div.concept_m3 {
		margin-bottom:60px;
	}
}



#Page_content_m2 div.concept_m3_in {
    position: absolute;
    top: 30%;
    left: 35%;
	font-size: 100%;
    -webkit-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
    > div {
        width: 70%;
        max-width: 410px;
        margin: 0 auto;
		font-size: 80%;
    }
}

#Page_content_m2 div.concept_m4 {
	margin-top:-40px;
	
    position: relative;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
	#Page_content_m2 div.concept_m4 {
		margin-bottom:110px;
	}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
	#Page_content_m2 div.concept_m4 {
		margin-bottom:110px;
	}
}



#Page_content_m2 div.concept_m4_in {
    position: absolute;
    top: 27%;
    left: 33%;
	font-size: 100%;
    > div {
        width: 90%;
        max-width: 410px;
        margin: 0 auto;
		font-size: 80%;
    }
}


#Page_content_m2 div.consept_m_float div {
	float:left;
	width:48%;
	margin:0 5px;
}

@media screen and (max-width: 640px) {
	#Page_content_m2 div.consept_m_float div {
		float:left;
		width:95%;
		margin:0 5px;
	}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
	#Page_content_m2 div.consept_m_float div {
		float:left;
		width:620px;
		margin:0 5px;
	}
}

.consept_m_float p.m_mission {
	font-size:100%;
	margin:0 0 0 20px;
}



/*=====================
      コアテック
=====================*/
.coatech p {
  font-size: 120%;
  margin-bottom: 10px;
}
.coatech h2 {
  font-size: 200%;
  border-bottom: double 10px;
  color: #009C9F;
  margin-bottom: 10px;
}
.coatech h2 span {
  font-size: 70%;
  padding-left: 10px;
}
.coatech h3 {
  font-size: 150%;
  color: #FB7000;
  margin-bottom: 10px;
  border-bottom: 3px double;
  display: inline-block;
}
.coatech .arrow {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.coatech .gray_box {
  background: #eee;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .coatech .gray_box {
    padding: 5px;
  }
}
.coatech img {
  max-width: 100%;
}
.coatech .hand {
  display: table;
  margin: 0 auto 10px;
  border-bottom: 1px dashed;
  font-size: 180%;
  color: #99D24F;
  font-weight: bold;
}
.coatech strong {
  color: #006cc0;
}
.coatech .two_team p {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.coatech .incenterimg img {
  margin: 0 auto;
  display: block;
}
.coatech dl dt {
  font-size: 150%;
  font-weight: bold;
  color: #009c9f;
}
.coatech dl dd {
  margin-bottom: 10px;
}
.coatech ol li p {
  border-bottom: 4px #fff49b solid;
}
.coatech ol li p img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.s_other h3 {
  color: #335481;
  margin: 10px;
  font-size: 22px;
  border-bottom: #335481 4px double;
}
.s_other .service_set {
  padding: 10px;
}
/*望月追加*/
#Page_content_m {
  width: 630px;
  float: right;
  background: #fff;
  border: 1px #ccc solid;
  margin: 20px;
  padding: 5px;
  /*お問い合わせ*/

}
@media screen and (max-width: 640px) {
  #Page_content_m {
    width: 100%;
    margin: 0 auto 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Page_content_m {
    width: 640px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgb120 {
  margin-bottom: 120px;
}

.mgn10 {
	margin:10px;
}

.mgn20 {
	margin:20px;
}

.pdlr10 {
	padding-left:10px;
	padding-right:10px;
}


.pdlr25 {
	padding-left:25px;
	padding-right:25px;
}

.m_arrow_margin {
	margin: 20px 0 20px 60px;
}

#Page_content_m p.textc {
	text-align:center;
	font-size: 160%;

}

#Page_content_m p.textc span {
  font-size: 100%;
  color: #FB7000;
  margin-bottom: 10px;
  border-bottom: 3px solid;
  font-weight:bold;
  line-height: 180%;
}


#Page_content_m p.textc span.font_red {
  font-size: 100%;
  color: #fc1355;
  margin-bottom: 10px;
  border-bottom: 3px solid;
  font-weight:bold;
  line-height: 180%;
}


#Page_content_m p.nomal_font {
  font-size: 100%;
  margin-bottom: 5px;
  text-align:center;
}

#Page_content_m p.nomal_font2 {
  font-size: 100%;
  margin-bottom: 5px;
}

#Page_content_m div.coatech_contents_m > .coatechdiv_1 {
	width:30%;
	float:left;
}

#Page_content_m div.coatech_contents_m > .coatechdiv_2 {
	width:68%;
	float:left;
	margin:2px 0 0 4px;
}


#Page_content_m div.coatech_contents_m .coatechdiv_2 td {
	vertical-align:top;
}


#Page_content_m div.coatech_contents_m .coatechdiv_2 strong {
  font-size: 120%;
  color: #f38e0f;
  margin-bottom: 5px;
  line-height: 180%;
}

p.page_top_m {
	text-align:right;
	margin-bottom:10px;
}

p.page_top_m a {
	font-size: 80%;
	color	: #007376	;
	text-decoration	: underline	;
}


/*=====================
      スタッフページ
=====================*/
/*スタッフ個別ページ*/
.staff_post .post_box #Name h4 {
  color: #000;
  border: none;
  margin: 0;
  font-size: 120%;
  margin-top: 20px;
}
.staff_post .post_box #Name h3 {
  color: #000;
  border: none;
  margin: 0;
  font-size: 200%;
}
.staff_post .post_box #Case_photos li .imgs img {
  max-width: 100%;
}
.staff_post .post_box #Comment {
  padding: 20px 0;
}
.staff_listbox {
  overflow: hidden;
}
.staff_listbox li {
  float: left;
  width: 230px;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .staff_listbox li {
    width: 190px;
  }
}
@media screen and (max-width: 640px) {
  .staff_listbox li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.staff_listbox li a img {
  max-width: 100%;
}
.staff_listbox li p {
  font-size: 110%;
}
@media screen and (max-width: 640px) {
  .staff_listbox li p {
    display: none;
  }
}
.staff_listbox li h3 {
  font-size: 140%;
}
.staff_listbox li .icon {
  display: inline;
}
.staff_listbox li .icon img {
  width: 40px;
  height: 40px;
}
/*スタッフ一覧ページ*/
#Pageid_stafflist .post_staff_sm {
  width: 645px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #Pageid_stafflist .post_staff_sm {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px;
  }
}
#Pageid_stafflist .post_staff_sm .postbox_img {
  float: left;
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 640px) {
  #Pageid_stafflist .post_staff_sm .postbox_img {
    width: 100%;
    height: auto;
  }
}
#Pageid_stafflist .post_staff_sm .postbox_img a img {
  height: auto !important;
}
#Pageid_stafflist .post_staff_sm .staff_info {
  float: left;
  width: auto;
  height: 170px;
}
@media screen and (max-width: 640px) {
  #Pageid_stafflist .post_staff_sm .staff_info {
    width: 100%;
  }
}
#Pageid_stafflist .post_staff_sm .staff_info h4 {
  font-size: 120%;
  margin-top: 5px;
}
#Pageid_stafflist .post_staff_sm .staff_info h3 {
  font-size: 150%;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #Pageid_stafflist .post_staff_sm .staff_info p {
    padding: 0 0 50px;
  }
}
#Pageid_stafflist .post_staff_sm .staff_more {
  width: 140px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  display: block;
  background: #335481;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 120%;
  padding-top: 10px;
}
#Pageid_stafflist .post_staff_sm .staff_more:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  /* For IE 5-7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* For IE 8 */

}
/*=====================
    給与計算・労務管理
=====================*/
#Salary {
  width: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
}
#Salary h3 {
  font-size: 200%;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #335481;
  color: #335481;
}
#Salary ul {
  padding-top: 30px;
}
#Salary ul li {
  overflow: hidden;
  margin-bottom: 10px;
}
#Salary ul li p {
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 150%;
}
#Salary ul li p span {
  font-size: 50%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #Salary ul li p span {
    font-size: 50%;
  }
}
#Salary ul li span {
  float: left;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 150%;
  text-align: center;
}
#Salary ul li span input {
  margin: 0 10px;
  width: 40%;
  padding: 5px;
  font-size: 120%;
}
#Salary ul li .keisan-btn {
  display: block;
  width: 80%;
  margin: 30px auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background: #009da0;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 150%;
  cursor: pointer;
  border: 0;
}
#calucuration_table #cal_table {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #calucuration_table #cal_table {
    font-size: 10px;
  }
}
#calucuration_table #cal_table tr td,
#calucuration_table #cal_table tr th {
  border: 1px solid #333;
  padding: 5px;
}
#calucuration_table #cal_table .title {
  text-align: center;
}
#calucuration_table #cal_table .first {
  width: 20%;
}
#calucuration_table #cal_table .koumoku {
  width: 30%;
}
#calucuration_table #cal_table .hindo {
  width: 20%;
}
#calucuration_table #cal_table .price {
  width: 15%;
}
#calucuration_table #cal_table .four {
  width: 15%;
}
#calucuration_table #cal_table .bgy {
  background: #fffdd6;
  color: #ff0000;
  text-align: right;
  font-size: 200%;
}
#calucuration_table p {
  text-align: center;
}
/*=====================
    MOTHER秘書
=====================*/
.s_mother {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_mother img {
  max-width: 100%;
}
.s_mother h3 {
  margin-top: 20px;
  color: #009c9f;
  font-size: 200%;
}
.s_mother .voice_l {
  background: #9DEED6;
  padding: 10px;
  font-size: 130%;
}
.s_mother .voice_r {
  background: #9cc7db;
  padding: 10px;
  font-size: 130%;
}
.s_mother .howuse li {
  border: 2px #ddd solid;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 130%;
}
.s_mother table {
  width: 100%;
}
.s_mother table tr {
  padding: 5px 0;
}
.s_mother table tr th {
  width: 40%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #666 solid;
  background: #FFF5BC;
}
.s_mother table tr td {
  width: 20%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px #666 solid;
}
.s_mother table tr .nocolor {
  background: #335481;
}
.s_mother table tr .sodan {
  color: #335481;
}
.s_mother table tr .norimit {
  color: #ff2e73;
}
.s_mother table .title {
  background: #335481;
  color: #fff;
  font-weight: bold;
}

/*=====================
    MOTHER秘書
=====================*/
.s_mother02 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_mother02 img {
  display:block;
  max-width: 100%;
  margin:0 auto;
}
.s_mother02 h3 {
  margin-top: 20px;
  color: #009c9f;
  font-size: 200%;
}

.s_mother02 p {
  margin: 20px 0;
}

.s_mother02_list {
	margin:70px 0;
	
}

.s_mother02_list ul{
	margin:5px 2px 20px;
}

.s_mother02_list ul li{
	display:inline-block;
	margin-bottom:4px;
}

.s_mother02_list ul li:nth-of-type(2n+1){
	margin-right:20px;
}


.s_mother02_list ul li img{
  display:inline;
}

@media screen and (max-width: 640px) {
.s_mother02_list ul li{
	display:block;
	margin-bottom:10px;
}

.s_mother02_list ul li:nth-of-type(2n+1){
	margin-right:0;
}

.s_mother02_list ul li img{
  display:block;
  width:100%;
}





}

.s_mother02 img.mb {
  margin:0 auto 50px;
}


/*=====================
    経理・会計
=====================*/
.s_finance {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_finance h3 {
  margin-top: 20px;
  color: #009c9f;
  font-size: 200%;
}

.s_finance p {
  margin: 20px 0;
}
.s_finance .out_image_title {
  display: none;
  overflow: hidden;
}


/* 望月追加 */
.s_finance h4 {
  margin-top: 70px;
  color: #009c9f;
  font-size: 200%;
  text-align: center;
}

@media screen and (max-width: 640px) {
	.s_finance h4 {
		margin-top: 25px;
		font-size: 100%;
	}
}

div.out_list {
	position: relative;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
}

div.out_list p.list_bottom {
	position: absolute;
	top:84%;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
	color:#ffffff;
	font-weight:normal;
	font-size:28px;
	line-height:120%;
}


div.out_list p.list_bottom span {
	font-weight: bold;
	font-size: 37px;
}

@media screen and (max-width: 640px) {
	div.out_list p.list_bottom {
		font-size:14px;
	}

	div.out_list p.list_bottom span {
		font-weight: bold;
		font-size: 20px;
	}
}


div.g_flow {
	position: relative;
	margin: 100px auto 0;
	padding: 0;
	text-align: center;
}

div.g_flow p {
	position: absolute;
	top:28%;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
	line-height:120%;
}

@media screen and (max-width: 640px) {
	div.g_flow {
		margin: 40px auto 0;
	}
	div.g_flow p {
		top:22%;
		font-size:18px;
	}
}


div.finance_s_ttl {
	position: relative;
	margin: 30px auto 0;
	padding: 0;
	text-align: center;
}

div.finance_s_ttl p {
	position: absolute;
	top:3px;
	left:2%;
	margin: 0;
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
	text-shadow: 2px 2px 1px #016c6f;
}

div.finance_s_ttl p.finance_ss_ttl {
	font-size:14px;
	top:7px;
	left:1%;
}

div.finance_s_ttl .pc {
	display: inline-block ;
}

div.finance_s_ttl .sp {
	display: none;
}

@media screen and (max-width: 640px) {
	div.finance_s_ttl {
		margin: 25px auto 0 ;
	}
	div.finance_s_ttl p {
		font-size: 14px;
		top:3px;
		left:1%;
	}
	div.finance_s_ttl p.finance_ss_ttl {
		font-size:10px;
		top:3px;
		left:1px;
		text-align:left;
	}

	div.finance_s_ttl .pc {
		display: none ;
	}
	
	div.finance_s_ttl .sp {
		display: inline-block;
	}
}

div.finance_mt75 {
	margin-top: 75px;
}

div.finance_mt50 {
	margin-top: 50px;
}

div.finance_txt {
	width: 98%;
	margin: 0 5px;
	font-size:14px;
}

div.finance_txt #finance_tlink {
  display: block;
  width: 100%;
  margin: 10px 0 0 ;
  padding: 0;
  text-align: left;
  font-weight: normal;
  background: none;
  border-radius: none;
  border: none;
  text-decoration: underline;
  color: #f38e0f;
  /* CSS3草案 */
  -webkit-border-radius: none;
  /* Safari,Google Chrome用 */
  -moz-border-radius: none;
  /* Firefox用 */
  font-size: 100%;
}

div.finance_bt01 #finance_blink {
  display: block;
  width: 100%;
  margin: 0 auto ;
  padding: 0;
  text-align: center;
  font-weight: normal;
  background: none;
  border-radius: none;
  border: none;
  text-decoration: underline;
  color: #f38e0f;
  /* CSS3草案 */
  -webkit-border-radius: none;
  /* Safari,Google Chrome用 */
  -moz-border-radius: none;
  /* Firefox用 */
  font-size: 100%;
}

div.finance_bt01 {
	margin: 20px auto 80px;
	text-align:center;
}


@media screen and (max-width: 640px) {
  .s_finance .out_image_title {
    display: block;
  }
}
.s_finance .out_image_title li {
  float: left;
  width: 32%;
  margin-right: 1%;
  text-align: center;
  font-size: 130%;
}
.s_finance .out_image {
  overflow: hidden;
}
.s_finance .out_image li {
  float: left;
  width: 32%;
  margin-right: 1%;
}
@media screen and (max-width: 640px) {
  .s_finance .out_image li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.s_finance .out_image li p {
  background: #A5E4E5;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 10px;
  margin: 0;
}
.s_finance .out_image li:last-child {
  margin-right: 0%;
}
.s_finance .out_flow {
  width: 100%;
}
.s_finance .out_flow td {
  width: 46%;
  padding: 2%;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .s_finance .out_flow td {
    font-size: 90%;
  }
}
.s_finance .out_flow td div {
  text-align: center;
}
.s_finance .out_flow td div img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .s_finance .out_flow td div img {
    width: 50%;
  }
}
.s_finance .flow_month h4 {
  font-size: 140%;
  color: #335481;
}
.s_finance .flow_month p {
  margin: 5px 0 10px;
  font-size: 110%;
}
.s_finance .flow_month .center {
  width: 100%;
  text-align: center;
}
/*=====================
　　業務プロセスの可視化
=====================*/
.s_process {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_process h3 {
  font-size: 180%;
  color: #335481;
  border-bottom: double #335481 4px;
}
.s_process h4 {
  font-size: 120%;
  color: #009DA0;
}
.s_process strong {
  font-size: 120%;
  color: #fff;
  background: #ff7cb7;
  padding: 5px 20px;
  margin: 10px 0;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  display: inline-block;
}
.s_process table tr,
.s_process table td {
  border: 1px #777 solid;
}
.s_process table td {
  padding: 10px;
}
.s_process table td h4,
.s_process table td h5,
.s_process table td p {
  width: 100%;
  text-align: center;
}
.s_process table td h5 {
  font-size: 110%;
}
.s_process table td .mini_box {
  display: block;
  background: #FFF5BC;
  padding: 15px 0;
  margin: 10px 0;
  font-size: 130%;
}
@media screen and (max-width: 640px) {
  .s_process table td .mini_box {
    font-size: 100%;
  }
}
.s_process table td p {
  padding: 0;
}
.s_process table th {
  padding: 10px;
  text-align: center;
  background: #eee;
}
.s_process #process_2_1 h5 {
  color: #ff7cb7;
  font-size: 150%;
}
.s_process #process_2_1 ul li {
  font-size: 130%;
  font-weight: bold;
  color: #FE0106;
}
.s_process p {
  font-size: 110%;
  padding: 20px 0;
}
.s_process .yellow {
  background: #FFF5BC;
  font-weight: bold;
}
.s_process hr {
  border: 4px double #ff7cb7;
}
/*=====================
        E-mama
=====================*/
.s_e-mama {
  padding: 10px;
  box-sizing: border-box;
}
.s_e-mama img {
  max-width: 100%;
}
.s_e-mama h3 {
  margin-top: 20px;
  color: #009c9f;
  font-size: 180%;
  border-bottom: 2px solid #009c9f;
}
.s_e-mama p {
  font-size: 110%;
  padding: 20px 0;
}


/*=====================
    E-mama2
=====================*/
.s_e-mama02 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_e-mama02 h3 {
  margin-top: 30px;
  margin-bottom:10px;
  color: #009c9f;
  font-size: 200%;
}
.s_e-mama02 p {
  margin: 20px 0;
}

.s_e-mama02 div {
	margin-top:-10px;
	margin-bottom:15px;
}

.s_e-mama02 img {
	display:block;
	margin: 0 auto;
	width:auto;
}


/*=====================
   コールセンター
=====================*/
.s_callcenter {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_callcenter h3 {
  margin-top: 30px;
  margin-bottom:10px;
  color: #009c9f;
  font-size: 200%;
}
.s_callcenter p {
  margin: 20px 10px;
  font-size: 108%;
}

.s_callcenter p.mt {
  margin: 10px 10px 20px;
}

.s_callcenter p span{
	color:#fd206d;
}

.s_callcenter div {
	margin-top:50px;
	margin-bottom:15px;
}

.s_callcenter img {
	display:block;
	margin: 0 auto;
	width:auto;
}


/*=====================
   その他サービス
=====================*/
.s_otherservice {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.s_otherservice h3 {
  margin-top: 30px;
  color: #009c9f;
  font-size: 200%;
}

.s_otherservice h4 {
  font-size: 140%;
  color: #335481;
  margin-top:5px;
}

.s_otherservice p {
  margin: 20px 10px;
  font-size: 108%;
}

.s_otherservice p.mt {
  margin: 10px 10px 20px;
}

.s_otherservice img {
	width:auto;
}

.s_otherservice dl {
	display:table;
	padding-bottom:10px;
	margin:5px 0 20px;
}

.s_otherservice dt {
	display:table-cell;
}

.s_otherservice dt img{
	vertical-align:top;
}

.s_otherservice dd {
	display:table-cell;
    font-size: 108%;
	padding-left:10px;
}

@media screen and (max-width: 640px) {
.s_otherservice dl {
	clear:both;
}

.s_otherservice dt {
	width:35%;
	float:left;
	margin:0 0.5em 0.5em 0;
	}
.s_otherservice dt img{
	width:100%;
	}
.s_otherservice dd {
	display:block;
	padding-left:0px;
	}
}





/*=====================
  プライバシーポリシー
=====================*/
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.privacy {
  font-size: 115%;
  line-height: 2em;
}
.privacy h2 {
  font-size: 160%;
  border-bottom: 2px solid #009da0;
  padding-bottom: 6px;
}
.privacy .right {
  text-align: right;
  display: block;
}
#Contactform .check {
  font-size: 14px !important;
}

p.privacy01 {
	width: 430px;
	float: left;
}

p.privacy02 {
	width: 165px;
	float: right;
	margin-right: 5px;
	text-align: center;
	font-size: 10px;
	line-height:14px;
}

table.privacy03 th {
	background-color:#009da0;
	border-top:1px solid #009da0;
	border-bottom:1px solid #009da0;
	color:#ffffff;
	font-weight:normal;
	padding:10px;
	width:120px;
	font-size:14px;
}

table.privacy03 td.privacy03d {
	border-top:1px solid #009da0;
	border-bottom:1px solid #009da0;
	border-right:1px solid #009da0;
	padding:10px;
	width:470px;
	font-size:14px;
}

table.privacy03 td.null {
	height:1px;
}






/*=====================
        送信完了
=====================*/
#Complete {
  margin: 30px 0;
}
#Complete h2 {
  font-size: 200%;
  margin-bottom: 30px;
}
#Complete p {
  margin-bottom: 20px;
  font-size: 120%;
}
#Complete .white_box {
  background: #fff;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  margin-bottom: 40px;
}
#Complete #Link_home {
  text-align: center;
}
#Complete #Link_home a {
  display: inline-block;
  background: #009da0;
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 200%;
  margin: 0 auto;
}
#Complete #Link_home a:hover {
  background: #f7a944;
}
/*=====================
      プラグイン用
=====================*/
/*sharebar*/
body ul#sharebar {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 0 5px 0;
  margin-top: 120px!important;
}
/*WordPress Related Posts」*/
#wp_rp_first {
  margin: 30px 0;
}
#wp_rp_first li {
  min-height: 80px;
}
/*facebookコメント*/
.fb-comments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb-comments iframe[style],
.fb-social-plugin span,
.fb-comments span {
  width: 100% !important;
  display: block;
}
/*各シェアボタン*/
#Post_sharebox {
  overflow: hidden;
}
#Post_sharebox .commoninput {
  border: none;
  color: #fff;
  font-size: 18px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 0;
}
#Post_sharebox .snsfb-btn {
  -webkit-appearance: button;
  background: #305097;
  height: 70px;
  width: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: 3px solid #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  #Post_sharebox .snsfb-btn {
    width: 100%;
  }
}
#Post_sharebox .snsfb-btn:focus,
#Post_sharebox .snsfb-btn:hover,
#Post_sharebox .snsfb-btn:active {
  outline: none;
  background: #22417d;
  cursor: pointer;
}
#Post_sharebox .snstw-btn {
  -webkit-appearance: button;
  background: #00aced;
  height: 70px;
  width: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  #Post_sharebox .snstw-btn {
    width: 100%;
  }
}
#Post_sharebox .snstw-btn:focus,
#Post_sharebox .snstw-btn:hover,
#Post_sharebox .snstw-btn:active {
  outline: none;
  background: #056e93;
  cursor: pointer;
}
#Post_sharebox .snsline-btn {
  -webkit-appearance: button;
  background: #5ae628;
  height: 70px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*Pagenate*/
#Pagenate {
  width: 685px;
  overflow: hidden;
  text-align: center;
  min-height: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 1000px) {
  #Pagenate {
    width: 100%;
  }
}
#Pagenate .wp-paginate .current {
  display: -webkit-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#Pagenate .wp-paginate a {
  display: -webkit-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*recruit*/
.recruit p {
  font-size: 120%;
  margin-bottom: 20px;
}
.recruit h2 {
  font-size: 200%;
  border-bottom: double 10px;
  color: #009C9F;
  margin-bottom: 10px;
}
.recruit h3 {
  font-size: 150%;
  color: #FB7000;
  margin-bottom: 10px;
  border-bottom: 3px double;
  display: inline-block;
}
.recruit img {
  max-width: 100%;
}
.recruit dl {
  border-bottom: 1px dotted #335481 !important;
}
.recruit p input {
  max-width: 100% !important;
  width: auto !important;
}
.center {
  display: table;
  margin: 0 auto 10px;
  border-bottom: 1px solid;
  font-weight: bold;
  color: #335481;
  font-size: 25px !important;
}
/*recruit_table*/
table.recruit {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  margin-bottom: 40px;
}
table.recruit th,
table.recruit td {
  padding: 10px;
  font-size: 120%;
}
table.recruit th {
  background: #5f9c9f;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  table.recruit th {
    width: 93%;
    float: left;
  }
}
table.recruit td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  table.recruit td {
    width: 90%;
    float: left;
  }
}

/* add kanda */
#Page_content #Contactform p#formhead {text-align:left;margin-bottom:30px;}
#Page_content #Contactform dl dd textarea[readonly] {background:none;border:none;}
#Page_content #Contactform dl dd input[readonly]  {background:none;border:none;}

#Mamas_list {}
#Mamas_list1 {padding-top:20px;float:right;width:685px;padding-left:5px;}
#Mamas_list1:after {content:"";display: block;height:0;font-size:0;clear:both;visibility:hidden;}
.mamacell {float:left;margin-right:22px;border:1px solid #cccccc;padding:6px 7px;font-size:14px;color:#2c2c2c;margin-bottom:28px;background:white;line-height:1.5;}
.mamacell:nth-child(3n+1) {clear:left;}
.mamacell1 {text-align:center;}
.mamacell1 img {width:182px;height:200px;border:1px solid #cccccc;}
.mamacell2 {}
.mamacell3 {}
.mamacell4 {text-align:center;}
.mamacell4 a {background:#335481;display:inline-block;font-size:12px;color:white;padding:2px 15px;border-radius:6px;}
.mamacell4 a:before {content:"≫ ";}
@media screen and (max-width: 1000px) {
	#Mamas_list1 {width: 100%;}
	.mamacell {margin-right:20px;}
	.mamacell:nth-child(3n) {margin-right:0px;}
}
@media screen and (max-width: 640px) {
	#Mamas_list1 {float:none;width:100%;}
	.mamacell {float:none;margin:0px auto 28px;text-align:center;}
}

#Mamas_list11 {border:1px solid #cccccc;background:white;font-size:14px;line-height:1.5;margin-bottom:30px;}
#Mamas_list111 {border-top:4px solid #009da0;border-bottom:4px solid #009da0;padding:6px 7px;}
#Mamas_list1111 {}
#Mamas_list11111 {width:184px;float:left;margin-right:16px;}
#Mamas_list11111 img {border:1px solid #cccccc;width:182px;height:200px;}
#Mamas_list11112 {float:left;width:460px;}
#Mamas_list11112 dl:after {content:"";display: block;height:0;font-size:0;clear:both;visibility:hidden;}
#Mamas_list11112 dt {float:left;clear:left;width:100px;}
#Mamas_list11112 dd {float:left;text-indent:-11px;}
#Mamas_list11112 dd:before {content:": ";}
#Mamas_list11112 .listex {position:relative;}
#Mamas_list11112 .listex dt {position:relative;}
#Mamas_list11112 .listex dt:after {content:":";position:absolute;top:0px;right:5px;}
#Mamas_list11112 .listex dd {text-indent:0px;}
#Mamas_list11112 .listex dd:before {content:none;}
#Mamas_list111120 {}
#Mamas_list111121 {margin-bottom:17px;}
#Mamas_list111122 {margin-bottom:17px;}
#Mamas_list111123 {margin-bottom:17px;}
#Mamas_list111123 dd {float:none;}
#Mamas_list111124 {}
#Mamas_list111125 {margin-bottom:17px;}
#Mamas_list1112 {clear:left;padding-left:5px;}
#Mamas_list1112 h3 {font-size:22px;color:#009da0;font-weight:normal;}
#Mamas_list1112 p {margin-bottom:30px;}
#Mamas_list11121 {}
#Mamas_list12 {text-align:center;margin-bottom:30px;}
#Mamas_list12 a {background:#335481;display:inline-block;font-size:12px;color:white;padding:8px 50px;border-radius:6px;}
#Mamas_list12 a:before {content:"≫ ";}

#RightPane {float:right;width:682px;}
#RightPane:after {content:"";display: block;height:0;font-size:0;clear:both;visibility:hidden;}
#AuthorInfo {border:1px solid #cccccc;background:white;font-size:14px;line-height:1.5;display:none;width:640px;margin:20px 20px 30px;}
#AuthorInfo1 {border-top:4px solid #335481;border-bottom:4px solid #335481;padding:6px 7px;}
#AuthorInfo11 {}
#AuthorInfo111 {width:184px;float:left;margin-right:16px;}
#AuthorInfo111 img {border:1px solid #cccccc;width:182px;height:200px;}
#AuthorInfo112 {}
#AuthorInfo112 p {margin-bottom:17px;}
#AuthorInfo112 a {color:#ff6c00;}
#AuthorInfo12 {clear:left;}
@media screen and (max-width: 1000px) {
	#RightPane {box-sizing:border-box;width:640px;float:none;margin:0 auto;}
	#AuthorInfo {margin:0 0 30px;box-sizing:border-box;width:100%;}
}
@media screen and (max-width: 640px) {
	#RightPane {box-sizing:border-box;width:100%;float:none;margin:0;}
	#AuthorInfo {margin:0 0 30px;box-sizing:border-box;width:100%;}
}

/* cloud-worker */
#cloud1 {width:685px;padding-left:5px;float:right;padding-top:20px;}
#cloud1::after {content:'';display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.cloud1c {width:306px;margin-left:32px;float:left;box-sizing:border-box;border:1px solid #ccc;background:white;margin-bottom:34px;color:#404040;}
.cloud1c:nth-child(2n+1) {clear:left;margin-left:0;}
.cloud1c1 {text-align:center;font-size:14px;line-height:38px;border-bottom:1px solid #ccc;background:#e0eaf7;}
.cloud1c1 span {font-weight:bold;}
.cloud1c1 span span {color:#009da0;font-size:20px;}
.cloud1c2 {background-color:#f7f8f6;background-repeat:no-repeat;font-size:18px;line-height:55px;border-bottom:1px solid #ccc;letter-spacing:.02em;padding-left:69px;font-weight:bold;margin-bottom:12px;}
.cloud1c2.jp {background-image:url(../img/cloud1_1.png);background-position:18px center;}
.cloud1c2.osjp {background-image:url(../img/cloud1_2.png);background-position:20px center;}
.cloud1c2.os {background-image:url(../img/cloud1_3.png);background-position:10px center;}
.cloud1c3 {padding:0 14px;margin-bottom:16px;font-size:14px;line-height:18px;}
.cloud1c4 {margin-bottom:10px;}
.cloud1c4 a {color:white;text-decoration:none;display:block;width:183px;margin:0 auto;background:#009da0 url(../img/cloud2.png) no-repeat 14px center;font-size:12px;line-height:14px;text-align:center;padding:5px 0;border-radius:4px;}
.cloud1c4 a span {font-size:10px;}
@media screen and (max-width: 1000px) {
	#cloud1 {width:100%;padding-left:0;float:none;padding-top:0;}
	.cloud1c {width:100%;margin-left:0;float:none;}
	.cloud1c:nth-child(2n+1) {margin-left:0;}
}

/*consultant*/
#consultant1 {width:685px;padding-left:5px;float:right;padding-top:20px;}
.consultant1c {float:left;width:217px;box-sizing:border-box;padding:0 17px;color:#020202;border-left:1px dotted #b9b9b9;margin-bottom:35px;text-decoration:none;display:block;}
a.consultant1c:visited {color:#020202;}
.consultant1c:nth-child(3n+1) {clear:left;margin-left:0;border-left:none;}
.consultant1c1 {margin-bottom:7px;font-size:0;}
.consultant1c2 {font-size:16px;line-height:22px;margin-bottom:3px;font-weight:bold;}
.consultant1c3 {font-size:12px;line-height:22px;margin-bottom:5px;}
.consultant1c4 {font-size:12px;line-height:18px;margin-bottom:18px;overflow-y:hidden;height:36px;}
.consultant1c5 {font-size:12px;line-height:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-bottom:9px;height:72px;overflow-y:hidden;}
@media screen and (max-width: 1000px) {
	#consultant1 {width:100%;padding-left:0;float:none;padding-top:0;}
	.consultant1c {width:100%;margin-left:0;float:none;border-left:none;}
	.consultant1c:nth-child(3n+1) {margin-left:0;}
	.consultant1c4 {height:auto;}
}
@media screen and (max-width: 640px) {
	.consultant1c1 img {width:100%;height:auto;}
}
#consultant2 {width:634px;color:#404040;font-size:12px;line-height:18px;}
#consultant2 h3 {color:#009da0;font-size:16px;line-height:18px;margin-bottom:12px;font-weight:normal;}
#consultant21 {margin-bottom:24px;}
#consultant21::after {content:'';display:block;height:0;font-size:0;clear:both;visibility:hidden;}
#consultant211 {font-size:0;float:left;width:182px;}
#consultant212 {float:right;width:434px;}
#consultant212 span {color:#009da0;}
#consultant2121 {color:#020202;font-size:16px;line-height:18px;margin-bottom:2px;font-weight:bold;}
#consultant2122 {margin-bottom:10px;}
#consultant2123 {}
#consultant2124 {}
#consultant2125 {margin-bottom:18px;}
#consultant2126 {}
#consultant22 {border-top:1px dotted #b9b9b9;padding-top:15px;margin-bottom:20px;}
#consultant23 {border-top:1px dotted #b9b9b9;padding-top:15px;margin-bottom:20px;}
#consultant24 {border-top:1px dotted #b9b9b9;padding-top:15px;margin-bottom:20px;}
#consultant25 {text-align:center;}
#consultant25 a {}
@media screen and (max-width: 1000px) {
	#consultant2 {width:100%;}
}
@media screen and (max-width: 640px) {
	#consultant211 {float:none;width:auto;}
	#consultant211 img {width:100%;height:auto;}
	#consultant212 {float:none;width:auto;}
}


/** 190425 add css **/
#Taiken_kv { width:1000px; margin:20px auto; }
#Taiken_kv img { width:100%; }
#Taiken_bnr { display:none; }
@media screen and (max-width: 1000px) {
	#Taiken_bnr { width:640px; display:block; margin:10px 0; }
	#Taiken_bnr img { width:100%; }
	#Taiken_kv { display:none; }
}
@media screen and (max-width: 640px) {
	#Taiken_bnr { width:100%; }
}
