/*
Theme Name:lotus-child
Theme URI:
Description:WordPressテーマ「LOTUS」の子テーマです。
Template:lotus_tcd039
Author:ARGS
Author URI:https://tcd-theme.com/
Version:1.7
*/



/* トップページ検索バー調整 */
.topsearch { display：block; margin-top:18px; position:relative;}

.topsearch h3 { float:left; width:6rem; margin:5px 0 0 0}

.topsearch_col { width:450px; float:left; }
.topsearch_col .widget_search #s { width:90%; }
.topsearch_col .widget_search #search-btn input,.topsearch_col .widget_search #searchsubmit { width:10%; }

p.note { line-height:1.2em !important; margin-top:2px !important; }

@media screen and (max-width:500px) {
.topsearch_col { width:100%; float:left; }
.topsearch_col .widget_search #s { width:90%; }
.topsearch_col .widget_search #search-btn input,.topsearch_col .widget_search #searchsubmit { width:10%; }

/* Gtranslateモバイル プルダウンマーク位置調整 */
.switcher .selected a:after { top:15px; }

/* Gtranslateモバイル WIDTH100％調整 */
#gtranslate_wrapper {position: static!important;}
.switcher.notranslate, .switcher.notranslate .option, .switcher.notranslate .selected a {width:100%;}
}

@media screen and (max-width:1024px) {
.topsearch_col { width:100%; float:left; }
.topsearch_col .widget_search #s { width:90%; }
.topsearch_col .widget_search #search-btn input,.topsearch_col .widget_search #searchsubmit { width:10%; }
}

/* GtranslatePC 位置調整と半透明化 */
#gtranslate_wrapper { top:-20px; background-color: rgba(255,255,255,0.5); }

/* 全体のフォントサイズ変更 */
.post_content p, .pc #index_content2 .catchphrase .desc p , #index_content2 .catchphrase .desc p, p.desc, .index_box_list .desc {
  font-size: 16px;
}
/* トップページ グローバルメニュー太字 */
#global_menu {
  font-weight: bold;
}
#global_menu .switcher {
  font-weight: normal;
}
