@charset "utf-8";

/* --------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
    font-family: 'design_plus';
    src: url('fonts/design_plus.eot?v=1.3');
    src: url('fonts/design_plus.eot?v=1.3#iefix') format('embedded-opentype'),
         url('fonts/design_plus.woff?v=1.3') format('woff'),
         url('fonts/design_plus.ttf?v=1.3') format('truetype'),
         url('fonts/design_plus.svg?v=1.3#design_plus') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* アイコンフォント */
.icon-arrow-right:before {
  content: "\e910";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-close:before {
  content: "\e91a";
}



/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body { color:#333; line-height:1; position:relative; overflow:hidden; width:100%; min-width:100%; padding:0; background:#f2f2f2; }


/* 見出し */
#index_content1_bottom .headline, #index_news .headline, #index_staff_headline, #index_info_headline, #footer_logo_text, #main_image_headline, #staff_name,
 #page_template1 .headline, #page_template2 .headline, #page_template3 .headline, #page_template4 .headline, #archive_post_list .title, #header_tel span.number, #logo_text, #main_image3 h2, #post_title {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
 }
.headline2 { font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif; font-size:18px; font-weight:400; margin:0 0 5px; line-height:160%;}

/* メインコンテンツ */
#container {
  background:#fff; border:none; box-shadow:0 0px 10px 0;
  position:relative; width:100%; right:0; z-index:10;
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -moz-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -o-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.open_left #container { right:85%; }
.open_right #container { right:-85%; }


/* 右のウィジェットエリア */
#side_col {
  position:fixed; top:0px; right:0px; width:85%; height:100%; z-index:9; padding:55px 15px; overflow:auto; background:#111; color:#aaa;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  display: none;
}
#side_col a{
  color: #fff;
}
.open_right #side_col { display:none; }

/* ウィジェットカレンダー */

@media screen and (max-width:480px){
  #wp-calendar tbody tr { display:table-row;  }
  #wp-calendar tbody td { display:table-cell;   }
}

/* 左のメニューエリア */
#navi {
  position:fixed; top:0px; left:0px; width:85%; height:100%; z-index:9; padding-top:55px; overflow:auto; background:#111; color:#aaa;
 -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; display: none;
}
.open_left #navi { display:none; }
#navi > ul { margin-bottom:55px; }
#navi li { }
#navi a { display:block; background:#333; padding:18px; margin:0 15px 3px 15px; text-decoration:none; color:#fff; font-size:12px; }
#navi li li a { padding-left:30px; }
#navi li li li a { padding-left:60px; }
#navi li li li li a { padding-left:90px; }
#navi a:hover { color:#fff; }
#navi .side_headline { margin:0; margin-bottom:30px; }


/* パンくずリンク */
#bread_crumb{ padding: 0 0 15px; }
#bread_crumb li{ font-size: 10px; }
#bread_crumb li.home a:before {
  top:0px;
}
#main_contents3 #bread_crumb{ padding: 0 15px 15px; }
#bread_crumb li.home a::before{ font-size: 11px; }
#bread_crumb li:after{ left: -13px; }
#bread_crumb li{ padding-right: 10px; margin-left: 10px; }

/* 固定ボタン */
#footer_menu_button {
  position:fixed; right:0px; bottom:0px; z-index:10; width:100%; background:rgba(255,255,255,0.9); border-top:1px solid #ccc; height:50px; box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -moz-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -o-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.open_left #footer_menu_button { right:85%; }
.open_right #footer_menu_button { right:-85%; }
#footer_menu_button li { float:left; width:25%; font-size:10px; }
.open_left #footer_menu_button li#footer_menu_button2 { float:right; width:15%; }
.open_right #footer_menu_button li { width:15%; }
#footer_menu_button li a { display:block; text-align:center; padding-top:14px; height:36px; line-height:50px; color:#333; text-decoration:none; }
#footer_menu_button li#footer_menu_button1 a { background:url(../img/footer/mb_menu1.png) no-repeat center 8px; }
#footer_menu_button li#footer_menu_button2 a { background:url(../img/footer/mb_menu4.png) no-repeat center 8px; }
#footer_menu_button li#footer_menu_button3 a { background:url(../img/footer/mb_menu3.png) no-repeat center 8px; }
#footer_menu_button li#footer_menu_button4 a { background:url(../img/footer/mb_menu2.png) no-repeat center 8px; }
#footer_menu_button li a:hover { background-color:#ddd !important; }
.open_left #footer_menu_button li#footer_menu_button2 a { background:url(../img/footer/mb_menu5.png) no-repeat center 8px; }
.open_right #footer_menu_button li#footer_menu_button1 a { background:url(../img/footer/mb_menu5.png) no-repeat center 8px; }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#footer_menu_button li#footer_menu_button1 a { background-image: url(../img/footer/mb_menu1@2x.png); background-size: 23px 23px; }
#footer_menu_button li#footer_menu_button2 a { background-image: url(../img/footer/mb_menu4@2x.png); background-size: 24px 23px; }
#footer_menu_button li#footer_menu_button3 a { background-image: url(../img/footer/mb_menu3@2x.png); background-size: 23px 23px; }
#footer_menu_button li#footer_menu_button4 a { background-image: url(../img/footer/mb_menu2@2x.png); background-size: 24px 23px; }
.open_left #footer_menu_button li#footer_menu_button2 a { background-image: url(../img/footer/mb_menu5@2x.png); background-size: 23px 23px; }
.open_right #footer_menu_button li#footer_menu_button1 a { background-image: url(../img/footer/mb_menu5@2x.png); background-size: 23px 23px; }
}

/* その他のレイアウト */
#main_col { padding:40px 15px; margin:0 auto; }
#main_contents { padding:15px 15px 30px; margin:0 auto; }
#main_contents2 { padding:15px 15px; margin:0 auto; }
#main_contents3 { padding:15px 0 0; margin:0 auto; }


/* ----------------------------------------------------------------------
 ページテンプレート
---------------------------------------------------------------------- */
.pt_layout1 { clear:both; margin:0 15px 30px; }
.pt_layout1 .headline { font-size:21px; margin:0 0 5px 0; font-weight:400; line-height:160%; }
.pt_layout1 .desc { /*font-size:12px;*/ line-height:220%; margin:0; }

.pt_layout2 { margin:0 15px 30px; }
.pt_layout2 .image { width:100%; height:auto; display:block; margin:0 0 15px 0; }
.pt_layout2 .headline { font-size:21px; margin:0 0 5px 0; font-weight:400; line-height:160%; }
.pt_layout2 .desc { /*font-size:12px;*/ line-height:220%; margin:0; }

.pt_layout3 { clear:both; margin:0 15px 30px; }
.pt_layout3 .image { width:100%; height:auto; display:block; margin:0 0 15px 0; }
.pt_layout3 .headline { font-size:21px; margin:0 0 5px 0; font-weight:400; line-height:160%; }
.pt_layout3 .desc { /*font-size:12px;*/ line-height:220%; margin:0; }

.pt_layout4 .image { clear:both; width:100%; height:auto; display:block; margin:0 0 30px 0; }

.pt_layout5 { clear:both; margin:0 15px; }
.pt_layout5 .image { width:100%; height:auto; display:block; margin:0 0 15px 0; }
.pt_layout5 .desc_area { }
.pt_layout5 .headline { font-size:21px; margin:0 0 5px 0; font-weight:400; line-height:160%; }

.pt_layout6 { clear:both; margin:0 0 30px 0; }
.pt_layout6 .headline { font-size:21px; margin:0 15px 5px; font-weight:400; line-height:160%; }

.pt_google_map { margin:0 15px 35px; border:5px solid #dddddd; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }




/* ----------------------------------------------------------------------
 詳細ページ
---------------------------------------------------------------------- */
#single_post #post_title { font-size:21px; font-weight:400; line-height:150%; margin:0 0 10px 0; }
#single_post .post_meta { margin:0 0 35px 0; line-height:180%; }
#single_post .post_meta li { display:inline; font-size:11px; padding:0 15px 0 0; margin:0 10px 0 0; line-height:100%; border-right:1px solid #888; }
#single_post .post_meta li:last-child { border:none; margin:0; padding:0; }
#single_post .post_image { margin:0 0 40px 0; text-align:center; }
#single_post .post_image img { width:100%; height:auto; display:block; margin:0 auto; }
#single_post .post_content { margin:0 0 20px 0; /*font-size: 12px;*/ }


/* 広告 */
#banner_area_top { text-align:center; margin:0 0 30px 0; }
#banner_area_top img { max-width:100%; height:auto; }
#banner_area_bottom { text-align:center; margin:0 0 35px 0; }
#banner_area_bottom img { max-width:100%; height:auto; }


/* シェアボタン */
.bookmark { margin:0 0 50px 0; }
.bookmark li { float:left; margin:0 15px 0 0; }


/* メタ情報 */
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 20px; border-right:1px solid #ddd; font-size:12px; line-height:180%; position:relative; }
#post_meta_bottom li:before {
  font-family:'design_plus'; color:#aaa; font-size:13px; display:block; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#post_meta_bottom li.post_category:before { content:'\e92f'; top:-2px; left:0px; }
#post_meta_bottom li.post_tag:before { content:'\e935'; top:-1px; left:0px; }
#post_meta_bottom li.post_author:before { content:'\e90d'; top:-2px; left:0px; }
#post_meta_bottom li.post_comment:before { content:'\e916'; font-size:16px; top:-2px; left:0px; }

#post_meta_bottom { margin:0; background:none; padding:15px 0; }
#post_meta_bottom li { display:block; margin:0 0 10px 0; border:none; font-size:12px; line-height:160%; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li.post_category:before { top:0px; left:0px; }
#post_meta_bottom li.post_tag:before { top:2px; left:0px; }
#post_meta_bottom li.post_author:before { top:0px; left:0px; }
#post_meta_bottom li.post_comment:before { top:0px; left:0px; }


/* 次の記事、前の記事リンク */
/*#previous_next_post { margin:0 0 40px 0; }
#previous_post { position:relative; line-height:160%; }
#next_post { text-align:right; line-height:160%; }
#previous_next_post a {
  font-size:14px; width:100%; color:#fff; text-align:center; margin-bottom:1px;
 -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_post a { padding:15px; display:block; background:#aaa url(img/common/arrow_left.png) no-repeat left 15px center; }
#next_post a { padding:15px; display:block; background:#aaa url(img/common/arrow_right.png) no-repeat right 15px center; }
#previous_next_post a:hover { text-decoration:none; background-color:#ff9c00; }*/

/* 次の記事、前の記事リンク */
#previous_next_post{ display: flex; flex-wrap: wrap; margin-bottom: 40px; }
#previous_next_post p{ display: block; width: calc(50% - 2px); border: solid 1px #ddd; text-align: center; float: none; }
#previous_next_post p:empty{ border: none; }
#previous_next_post p:last-child{ border-left: none; }
#previous_next_post p a{ display: block; height: 50px; line-height: 50px; background: none; width: 100%; padding: 0; position: relative; }
#previous_next_post p a:before{
  font-family:'design_plus'; color:#ccc; font-size:14px; display:inline; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_post #previous_post a:before { content:'\e90f'; top:0px; left:10px; }
#previous_next_post #next_post a:before { content:'\e910'; top:0px; right:10px; }

/* banner */
.banner1, .banner2{ text-align: center; margin: 0 auto 5px; }

/* 関連記事 */
#related_post { margin-top: 30px; }
#related_post .headline { font-size:14px; font-weight:normal; width: calc(100% - 20px); height: 45px; line-height:45px; background: #282C44; padding:0 0 0 20px; margin:0 0 15px 0; color: #fff; }
#related_post ol { margin:0; position:relative; }
#related_post li { margin:0 0 20px 0; position:relative; }
#related_post li .image { margin:0 15px 0 0; display:block; width:100px; height:100px; float:left; position:relative; }
#related_post li a.image img { width:100%; height:auto; display:block; }
#related_post li .title { font-size:12px; line-height:160%; font-weight:normal; display:block; }
#related_post li .post_date { font-size:11px; margin:0 0 5px 0; }


/* コメント */

/*  ------ comment_header ----------------------------------------------------------------------------------------------------------------------- */
#comment_header { position:relative; margin:0 0 30px 0; }
#comment_headline { height:45px; line-height:45px; font-size:14px; font-weight:400; }
#comment_header ul { position:relative; right:0px; top:0px; margin:0; }
#comment_header ul li { float:none; text-align:center; margin:0 0 -1px 0; width:100%; line-height:140%; }
#comment_header ul li a, #comment_header ul li p {
  font-size:11px; padding:15px; margin:0; text-decoration:none; display:block; font-weight:bold;
  border-bottom:2px solid #fff; background:#ccc; color:#fff;
}
#comment_header ul li.comment_switch_active a, #comment_header ul li#comment_closed p
 { text-decoration:none; }
#comment_header ul li a:hover { text-decoration:none; }
#comment_header ul li.comment_switch_active a { }
#comment_header ul li.comment_switch_active a:hover { text-decoration:none; }
#comment_header ul li#comment_switch, #comment_header ul li#comment_closed { border-left:none; padding:0; margin:0; }




/* ----------------------------------------------------------------------
 ブログ、お知らせアーカイブ
---------------------------------------------------------------------- */
#archive_headline { background:#222439; color:#fff; height:45px; line-height:45px; padding:0 15px; font-size:14px; margin:0 0 15px 0; font-weight:normal; }
#archive_post_list { margin:0; padding:0; }
#archive_post_list .post_item { background:#f3f3f3; padding:15px; margin:0 0 15px; }
#archive_post_list ul { margin:0 0 10px 0; line-height:180%; }
#archive_post_list li { border:none; margin:0 10px 0 0; padding:0; display:inline; font-size:11px; font-weight:bold; line-height:100%; }
#archive_post_list .separate { color:#aaa; }
#archive_post_list .entry-date { font-size:11px; }
#archive_post_list .image { width:calc(100% + 30px); height:auto; display:block; position:relative; margin:-15px 0 10px -15px; }
#archive_post_list .image img { width:100%; height:auto; display:block; }
#archive_post_list .title { font-size:18px; margin:0 0 10px 0; font-weight:400; line-height:160%; }
#archive_post_list .title a { display:block; }
#archive_post_list .excerpt { line-height:220%; font-size:13px; }

p.no_post { margin:0 0 30px 0; }

/* load button */
#load_post { text-align:center; padding:20px 0; font-size:12px; }
#load_post a { display:none; padding:15px 30px; font-size:14px; color:#fff; text-align:center; text-decoration:none; background:#aaa; }
#loading.hide { display:none; }
#infscr-loading { text-align:center; height:35px; padding:5px 0 0 0; line-height:160%; font-size:12px;  }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header { position:relative; margin:0 auto; text-align:center; z-index:9; padding:20px 0;  border-bottom:4px solid #000; }

/* logo */
#logo_text { }
#logo_text #logo { font-size:30px; }
#logo_text #logo a { display:block; }
#logo_image { }
#logo_image #logo { }
#logo_image #logo a { display:block; }
#logo_image img { max-width:200px; height:auto; display:block; margin:0 auto; }

/* メイン画像 */
#main_image { position:relative; }
#main_image img { width:100%; height:auto; display:block; }
#main_image_headline { position:absolute; bottom:0px; width:100%; background:rgba(0,0,0,0.5); color:#fff; height:50px; line-height:50px; font-size:14px; text-align:left; padding: 0 15px; }
#main_image_headline span { display:block; }
#main_image2 { margin:0 auto; }
#main_image2 img { width:100%; height:auto; display:block; }
#main_image3 { text-align:center; background:rgba(0,0,0,0.5); padding:30px 15px;color:#fff; }
#main_image3 h2 { line-height:160%; font-size:21px; font-weight:bold; }




/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
/* スライダー */
#top_slider { width:100%; height:auto; margin:0; position:relative; background:#fff; position:relative; }
#top_slider li { position:relative; width:100%; height:auto; }
#top_slider img { width:100%; height:auto; display:block; }
.flex-control-paging { display:none; }
#flex_first_image { width:100%; height:auto; display:block; }
.slick-dots{ top:0 !important; margin: -25px 0 5px !important; }


/* スライダーの下のコンテンツ */
#index_content1_top { margin:0 0 30px; }
#index_content1_top .box {
  position:relative; color:#fff;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_content1_top .box1 { background:#282c45; }
#index_content1_top .box2 { background:#003c7a; }
#index_content1_top .box3 { background:#1c68b4; }
#index_content1_top a { color:#fff; text-decoration:none; display:block; padding:30px 15px; }
#index_content1_top .headline { text-align:center; font-size:18px; font-weight:normal; margin:0 0 30px 0; }
#index_content1_top .image { height:98px; position:relative; overflow:hidden; }
#index_content1_top .image img { width:100%; height:auto; display:block; }
#index_content1_top .desc { margin:25px 0 0 0; line-height:180%; /*font-size:12px;*/ overflow:hidden; }
#index_content1_bottom { margin:15px 15px 40px; position:relative; }
#index_content1_bottom .headline { font-size:20px; margin:0 0 15px 0; font-weight:400; line-height:150%; }
#index_content1_bottom .desc { line-height:200%; /*font-size:12px;*/ }


/* お知らせ */
#index_news_image { display:block; width:100%; height:auto; margin:0 0 20px 0; }
#index_news { margin:0 15px 50px; }
#index_news .headline { font-size:20px; font-weight:400; line-height:150%; margin:0 0 20px 0; text-align: center; }
#index_news ol { margin:0 0 30px 0; }
#index_news li { margin:0 0 15px 0; overflow: auto;}
#index_news li a.image { width:100px; height:100px; display:block; float:left; margin:0 25px 0 0; position:relative; }
#index_news li a.image img { display:block; width:100%; height:100%; }
#index_news li .date { font-size:10px; font-weight:normal; line-height:160%; }
#index_news li .title { font-size:12px; font-weight:400; line-height:160%; display:block; margin-top:5px; overflow:hidden; }
#index_news .link_button_wrap { text-align:center; }
#index_news .link_button { background:#aaa; display:inline-block; text-align:center; color:#fff; width:150px; height:40px; line-height:40px; padding:0; font-size: 12px; }
#index_news .link_button:hover { text-decoration:none; }


/* 弁護士一覧 */
#index_staff_headline { font-size:15px; font-weight:400; padding:0px 15px; height: 45px; line-height: 45px; margin:0; background:#282c45; color:#fff; position:relative; }
#index_staff_headline span { }
#index_staff { background:#eeeeee; padding:20px 15px; overflow:hidden; margin:0 0 10px 0; }
#index_staff_inner { margin:0 auto; }
#index_staff_list .item { position:relative; margin: 0 7px; }
#index_staff_list .link {
  padding:10px; background:#fff; border:1px solid #ddd; display:block; text-decoration:none; color:#333;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;-ms-box-sizing:border-box; box-sizing:border-box;
}
#index_staff_list .link:hover { background:#1c68b4; color:#fff; }
#index_staff_list .image { width: 100%; max-width:130px; height:auto; display:block; margin:0 auto 15px; }
#index_staff_list .image img { width: 100%; max-width:130px; height:auto; display:block; margin:0 auto； }
#index_staff_list .title { font-size:12px; margin:0 0 8px 0; display:block; font-weight:normal; text-align: center; }
#index_staff_list .desc { display: none; }
#index_staff_list .desc p { line-height:180%; font-size:11px; }
#index_staff_list .owl-wrapper-outer { display:none; }
#index_staff_list .owl-next { display:none !important; }
#index_staff_list .owl-prev { display:none !important; }
#index_staff_list .owl-next:hover, #index_staff_list .owl-prev:hover { background-color:#888; }
#index_staff .link_button_wrap { text-align:center; display: none; }
#index_staff .link_button { margin-top:15px; background:#aaa; display:inline-block; text-align:center; color:#fff; width:195px; height:50px; line-height:50px; padding:0 12px; }
#index_staff .link_button:hover { text-decoration:none; }


/* 弁護士一覧の下のコンテンツ */
#index_info_headline { font-size:20px; margin:0 auto; padding:15px; font-weight:400; line-height:150%; }
#index_info_image { text-align:center; font-size:0; display: none; }
#index_info_image .image { max-width:20%; height:auto; }
#index_info_image .image img { }
#index_info { padding:0px 15px 15px; }
#index_info .desc { line-height:200%; /*font-size:12px;*/ margin:0 0 30px 0;  }
#index_info_button li { margin:0 0 15px 0; }
#index_info_button li a { display:block; text-align:center; background:#ccc; color:#fff; text-decoration:none; padding:0; font-size:14px; width: 180px; height: 50px; line-height: 50px; margin: 0 auto; background-image: none !important; }
#index_info_button li a:hover { background-color:#1c68b4; }


/* ----------------------------------------------------------------------
 弁護士
---------------------------------------------------------------------- */
#staff_archive .desc_area .desc { margin:0 0 30px 0; }
#staff_archive .desc_area .desc p { line-height:220%; /*font-size:12px;*/ }
#archive_staff_list { margin:0; padding:0; position:relative; display: flex; flex-wrap: wrap; }
#archive_staff_list li { margin:0 5px 15px; width: calc(50% - 10px); }
#archive_staff_list .link {
  padding:15px; background:#f4f4f4; display:block; text-decoration:none; color:#333;
}
#archive_staff_list .link:hover { background:#1c68b4; color:#fff; }
#archive_staff_list .image { width:100%; height:auto; display:block; margin:0 0 15px 0; }
#archive_staff_list .image img { width:100%; height:auto; display:block; }
#archive_staff_list .title { font-size:18px; margin:0 0 15px 0; display:block; font-weight:bold; }
#archive_staff_list .desc { }
#archive_staff_list .desc p { line-height:180%; font-size:11px; }

#staff_single { }
#staff_image { margin:0 0 30px 0; }
#staff_image img {
  width:100%; height:auto; display:block; border:13px solid #f4f4f4;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#staff_info { }
#staff_name { font-size:18px; margin:0 0 10px 0; font-weight:bold; line-height:160%; border-bottom:1px dotted #ccc; padding:0 0 10px 0; }
#staff_name span { font-size:16px; padding:0 0 0 30px; }
#staff_single .post_content { margin:0 0 -30px 0; padding:0; /*font-size: 12px;*/ }



/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
.side_headline { margin:0 -15px 30px; font-weight:normal; }
.side_widget:last-child { margin:0 0 80px 0; }


/* styled post list1 */
.styled_post_list1 li { margin:0 0 15px 0; }
.styled_post_list1 .image { width:80px; height:80px; }
.styled_post_list1 .image img { width:100%; height:100%; display:block; }
.styled_post_list1 a.image:after { display:none; }
.styled_post_list1 a { color:#fff; }


/* calendar */
#wp-calendar th, #wp-calendar td { color:#aaa; }
#wp-calendar #prev a, #wp-calendar #next a { color:#fff; }


/* category list */
.tcdw_category_list_widget .side_headline { margin:0 -15px 30px; }
.tcdw_category_list_widget a { background:#333; color:#fff; }


/* arhive list */
.tcdw_arhive_list_widget .side_headline { margin:0 -15px 30px; }
.tcdw_arhive_list_widget a { background:#333; color:#fff; }


/* search */
.widget_search #search-box, .widget_search #s { border:1px solid #444; background:#444; box-shadow:2px 2px 3px 0px #333 inset; color:#fff; }
.widget_search #search-box, .widget_search #s { width:75%; height:40px; margin:0 0 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:25%; }


/* google search */
.google_search #search-box, .google_search #search_input { width:75%; height:40px; margin:0 0 5px 0; }
.google_search #search-btn input, .google_search #search_button { width:25%; }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer_top { background:#e6e3dc; text-align:center; color:#fff; padding:20px 0 0 0; }

/* logo */
#footer_logo { margin:15px 0 20px; max-width:200px; height:auto; }
#footer_logo_text { font-size:30px; margin:15px 0; }
#footer_logo_text a { color:#fff; }


/* menu list */
#footer_menu { margin:0; display: flex; flex-wrap:wrap; padding-left: 1%; }
.footer_menu { margin:0 0 20px; display: block; width: 48%; }
.footer_menu li { text-align:left; margin:0; font-size:12px; }
.footer_menu a { color:#fff; display:block; border-bottom:none; padding:10px 15px; }
.footer_menu li:first-child a, .footer_menu li:only-child a { color:#fff; font-size: 14px; }

/* footer_menu_bottom */
#footer_menu_bottom{}
#footer_menu_bottom ul{ text-align: center; margin-bottom: 30px; }
#footer_menu_bottom ul li{ border-right: solid 1px #fff; line-height: 100%; font-size: 10px; display: inline-block; margin-right: 10px; padding-right: 10px; }
#footer_menu_bottom ul li:last-child{ border: none; margin-right: 0; padding-right: 0; }
#footer_menu_bottom ul li a{ color: #fff;}



/* address */
#footer_desc { line-height:180%; /*font-size:12px;*/ padding:15px; }
#footer_desc a { color:#fff!important; }

/* フッター下部 */
#footer_bottom { text-align:center; height:auto; padding:0; }

/* SNSボタン */
/*#footer_social_link { text-align:center; margin:0 0 30px 0; }
#footer_social_link li { margin:0 10px; display:inline; }
#footer_social_link li a {
  display:inline-block; text-indent:-200px; overflow:hidden;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none;
}
#footer_social_link li.twitter a { width:19px; height:21px; background:url(../img/footer/icon_twitter.png) no-repeat left top; }
#footer_social_link li.facebook a { width:12px; height:21px; background:url(../img/footer/icon_facebook.png) no-repeat left top; }
#footer_social_link li.rss a { width:17px; height:21px; background:url(../img/footer/icon_rss.png) no-repeat left top; }
#footer_social_link li a:hover { background-position:left bottom; }*/
#footer_social_link { margin:0 auto; padding-bottom: 30px; text-align:center; }
#footer_social_link li { display:inline-block; margin:0; position:relative; }
#footer_social_link li a {
  display:block; text-indent:-200px; overflow:hidden; width:30px; height:30px; position:relative; 
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; 
}
#footer_social_link li:before {
  font-family:'design_plus'; color:#ccc; font-size:14px; display:block; position:absolute; top:10px; left:9px;
  width:17px; height:17px; line-height:17px;
  color: #fff;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_social_link li.twitter:before { content:'\e904'; }
#footer_social_link li.facebook:before { content:'\e902'; }
#footer_social_link li.insta:before { content:'\ea92'; top:11px; }
#footer_social_link li.pint:before { content:'\e905'; top:11px; }
#footer_social_link li.flickr:before { content:'\eaa4'; top:11px; }
#footer_social_link li.tumblr:before { content:'\eab9'; top:11px; }
#footer_social_link li.rss:before { content:'\e90b'; }
#footer_social_link li.twitter:hover:before { color:#16b9dc; }
#footer_social_link li.facebook:hover:before { color:#3B5998; }
#footer_social_link li.insta:hover:before { color:#8a3ab9; }
#footer_social_link li.rss:hover:before { color:#ffcc00; }
#footer_social_link li.pint:hover:before { color:#cb2027; }
#footer_social_link li.flickr:hover:before { color:#ff0084; }
#footer_social_link li.tumblr:hover:before { color:#34526f; }



/* コピーライト */
#copyright { height: 50px; line-height: 50px; margin-bottom:50px; text-align:center; }




/* ----------------------- TCD Advanced Style ------------------------ */

/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post_content .post_row { margin-left:-15px; margin-right:-15px; line-height:2; }
.post_content .post_col, .post_content .post_col-2, .post_content .post_col-3 { position:relative; min-height:1px; width:100%; padding-right:15px; padding-left:15px; float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-bottom:2em; }
@media screen and (min-width:768px){
	.post_content .post_col-2 { width:50%; /* 2カラム */ }
	.post_content .post_col-3 { width:33.33333%; }
}
@media screen and (min-width:1024px){
	.post_content .post_col-2 { width:50%; /* 2カラム */ }
	.post_content .post_col-3 { width:33.33333%; }
}
.clearfix:before, .clearfix:after, .post_content .post_row:before, .post_content .post_row:after {
    content: " ";
    display: table;
}
.clearfix:after, .post_content .post_row:after {
    clear: both;
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post_content h3, .post_content h4, .post_content h5, .post_content h6 { line-height:1.6; }
/* h3 */
.post_content .style3a { margin:3em 0 1.5em; padding:1.1em .2em 1em; font-size:22px; font-weight:400; border-top:1px solid #222; border-bottom:1px solid #222; }
.post_content .style3b { margin:3em 0 1.5em; padding:1.1em .9em 1em; font-size:22px; font-weight:400; border-top:2px solid #222; border-bottom:1px solid #ddd; background:#fafafa; box-shadow:0px 1px 2px #f7f7f7; }
/* h4 */
.post_content .style4a { margin:2.5em 2px 1.2em; padding:.3em 0 .3em .8em; font-size:20px; font-weight:400; border-bottom:none; border-left:2px solid #222; }
.post_content .style4b { margin:2.5em 0 1.2em; padding:.9em 0 .8em; font-size:20px; font-weight:400; border-bottom:1px dotted #aaa; }
/* h5 */
.post_content .style5a { margin:2em 0 1em; padding:.5em .8em .3em 1em; font-weight:700; font-size:18px; background:#f5f5f5; box-shadow:0px 2px 0px 0px #f2f2f2; }
.post_content .style5b { margin:2em 0 1em; padding:.5em .8em .4em 1em; font-weight:400; font-size:18px; color:#fff; background:#222; border-radius:4px; box-shadow:0px 2px 0px 0px #f2f2f2; }
/* h6 */
.post_content .style6 { position:relative; margin:2em 0 1em; padding:.5em .8em .8em 1.3em; color:#222; font-weight:bold; font-size:16px; }
.post_content .style6:before { position:absolute; width:12px; height:12px; top:.5em; left:.2em; background:#222; content:""; }
.post_content .news_headline1{ position:relative; margin:80px 0 25px 0; padding:.5em; border-left:8px solid #444; line-height:1.2; font-size:1.2em; }
.post_content .news_headline1:after { content:""; position:absolute; bottom:0px; left:0; height:0; width:100%; border-bottom:1px dotted #ddd; }
.post_content .news_headline2{ margin:40px 0 20px 0; padding:0 .5em; border-left:6px solid #545454; line-height:26px; font-size:1.1em;}
.post_content .balloon { clear:both; display:block; position:relative; margin:50px 0 22px; padding:.5em 18px .5em; width:auto; min-width:115px; color:#fff; text-align:left; font-size:20px; font-weight:400; background:#222; z-index:0; border-bottom:0; }
.post_content .balloon:after { content:""; position:absolute; bottom:-10px; left:30px; margin-left:-10px; display:block; width:0px; height:0px; border-style:solid; border-width:10px 10px 0 10px; border-color:#222 transparent transparent transparent; }

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well { min-height:20px; padding:19px; margin-bottom:20px; background-color:#f5f5f5; border:1px solid #e3e3e3; border-radius:4px; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); box-shadow:inset 0 1px 1px rgba(0,0,0,0.05); }
.well2 { margin:1em 0 30px; padding:1em 1.5em; line-height:2; border:1px solid #cdcdcd; background:#fcfcfc; box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3); }
.well3 { margin:2em 0 2.5em; padding:1em 1.5em;line-height:2.0; border:1px dashed #cdcdcd; background:#fcfcfc;  box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3); }
.wl_red { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.wl_yellow { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.wl_blue { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.wl_green { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_button { min-width:200px; max-width:90%; background-color:#535353; display:inline-block; vertical-align:middle; padding:.6em 1.3em .5em; font-weight:400; font-size:100%; color:#fff; margin:0; text-decoration:none; 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; transition:all 0.3s ease-in-out 0s; box-shadow:0 1px 3px rgba(0,0,0,.15); }
.q_button:hover, .q_button:focus { text-decoration:none; color:#fff; background-color:#7d7d7d; box-shadow:0 2px 2px rgba(0,0,0,.15) inset; }
/* Button option */
.rounded { border-radius:6px; }
.pill { border-radius:50px; }
.sz_full { min-width:100px; max-width:100%; display:block; font-size:110%; padding:1em 1.5em .9em; }
.sz_l { min-width:350px; max-width:90%; font-size:110%; padding:.8em 1.5em .7em; }
@media screen and (max-width: 479px) {
  .sz_l { min-width:320px; max-width:95%; }
}
.sz_s { min-width:100px; max-width:90%; font-size:85%; padding:.4em 1em .3em; }
.bt_red{ background:#c01f0e; color:#fff; }
.bt_red:hover, .bt_red:focus { background-color:#d33929; color:#fff; }
.bt_yellow{ background:#f1c40f; color:#fff; }
.bt_yellow:hover, .bt_yellow:focus { background-color:#f9d441; color:#fff; }
.bt_blue{ background:#2980b9; color:#fff; }
.bt_blue:hover, .bt_blue:focus { background-color:#3a91c9; color:#fff; }
.bt_green{ background:#27ae60; color:#fff; }
.bt_green:hover, .bt_green:focus { background-color:#39c574; color:#fff; }

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube { position:relative; height:0; margin-top:20px; margin-bottom:20px; padding-bottom:56.25%; padding-top:30px; overflow:hidden; }
.ytube iframe { position:absolute; top:0; right:0; width:100% !important; height:100% !important; }

/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink { padding:12px 12px 12px 12px; margin:10px 0; border:1px solid #ddd; word-wrap:break-word; max-width:100%; background:#fafafa; }
.cardlink_thumbnail { float:left; margin-right:20px; }
.cardlink_content { line-height:160%; }
.cardlink .timestamp { margin:0; padding:0; font-size:14px; font-family:Arial,sans-serif; font-weight:bold; line-height:220%; }
.cardlink_title { font-size:14px; margin-bottom:5px; }
.cardlink_title a { font-weight:bold; color:#000; text-decoration:none; }
.cardlink_title a:hover { text-decoration:underline; }
.cardlink_excerpt { color:#333; font-size:12px; overflow:hidden; }
.cardlink_footer { clear:both; }
.clear { clear:both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float:none; }
}
@media screen and (max-width: 479px) {
  .cardlink_excerpt { float:none; }
}

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#333333; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70%}      /* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-throug} /* 打ち消し線 */

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red{color:red}     /* 赤色 */
.blue{color:#2ca9e1}    /* 青色 */
.green{color:#82ae46}   /* 緑色 */
.orange{color:#ff7d00}    /* 橙色 */
.yellow{color:#fff000}    /* 黄色 */
.pink{color:#ff0084}    /* ピンク */
.gray{color:#999999}    /* グレー */

/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow{padding:2px;background-color:#ff0} /* 黄色の文字背景 */
.bg-blue{padding:2px;background-color:#4ab0f5}  /* 青色の文字背景 */
.bg-red{padding:2px;background-color:red} /* 赤色の文字背景 */

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1{text-align:center !important} /* 中央寄せ */
.align2{text-align:right !important}  /* 右寄せ */
.align3{text-align:left !important} /* 左寄せ */

/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo{float:right;margin:10px} /* 右に回り込み */
.l-flo{float:left;margin:10px}  /* 左に回り込み */
.f-clear{clear:both}      /* 回り込みの解除 */

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade { background:none !important; outline:none; -webkit-transition:all .3s; transition:all .3s; }
a:hover img.fade { opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )"; background:none !important; }
/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {padding-left:1em;text-indent:-1em;} /* 注意書き等で二行目以降を字下げ */
.att_box { margin:2em 0 2.5em; padding:1em 1.2em; line-height:2.0; border:1px dotted #cccccc; background:#fcfcfc; box-shadow:0px 4px 0px 0px #f7f7f7; } /* テキストボックス */

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0{margin:0 !important}    /* margin 0px を指定するクラス */
.mt0{margin-top:0 !important}   /* margin-top0px を指定するクラス */
.mr0{margin-right:0 !important}   /* margin-right0px を指定するクラス*/
.mb0{margin-bottom:0 !important}  /* margin-bottom0px を指定するクラス*/
.ml0{margin-left:0 !important}    /* margin-left0px を指定するクラス*/

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0{padding:0 !important}   /* padding-0px を指定するクラス */
.pt0{padding-top:0 !important}    /* padding-top0px を指定するクラス */
.pr0{padding-right:0 !important}  /* padding-right0px を指定するクラス */
.pb0{padding-bottom:0 !important} /* padding-bottom0px を指定するクラス */
.pl0{padding-left:0 !important}   /* padding-left0px を指定するクラス */

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}
