@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/**************************************

初期設定

**************************************/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, li, ul, dl, dt, dd { -webkit-text-size-adjust: 100%; }


* { -webkit-box-sizing: border-box; box-sizing: border-box; }

body { font-size: 18px; line-height: 1.8; color: #000; font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;}
.clearfix { zoom: 1; /*for IE 5.5-7*/ }
.clearfix:after { /*for modern browser*/ content: "."; display: block; height: 0px; clear: both; line-height: 0; visibility: hidden; }

* html .clearfix { display: inline-table; display: block; vertical-align: bottom; }

img { max-width: 100%; height: auto; vertical-align: bottom; }
a {text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
a:hover { text-decoration: underline; }
a:hover img { text-decoration: none; }
 a[href^="tel:"]{color: #000;}


/**************************************

header

**************************************/
#header { width: 100%; }
#header #logo{width: 100%; max-width: 1000px; margin: 0 auto;}
.header_inner{border-bottom: 1px solid #DDD; }
/*#page-top #header h1{width: 70%; max-width: 440px; margin: 0 auto 20px;}
#page-top #header h1 span{display: block; margin-bottom: 10px;}*/
.menu_top{text-align: center; }
.menu_top li{display: inline-block; margin:  0 10px;}

@media (max-width: 667px) {
/*#page-top #header{padding: 100px 0 1px;}*/
#header #logo img{width: 200px;}
.header_inner{padding: 15px 5%; box-sizing: border-box;}
.menu_top{width: 70%; margin: 10px auto 50px;}
}
@media (min-width: 668px) {
/*#page-top #header{padding: 200px 0 20px;}*/
#header #logo img{width: 400px;}
.header_inner{padding: 30px 0;}
.menu_top{margin: 30px auto 0;}
}

/**************************************

footer

**************************************/
#footer{text-align: center; font-size: 12px; padding: 20px 0;}
#footer a{color: #333;}
@media (max-width: 667px) {
}
@media (min-width: 668px) {
#footer{margin-top: 100px;}
}


/**************************************

レイアウトcommon設定

**************************************/
.search_content{max-width: 560px; width: 70%; margin: 20px auto 0;}

.container{width: 84%; max-width: 1000px; }

.menu_list{border: 1px solid #DDD; border-radius: 4px;}
.menu_list>li{padding: 15px 15px; border-top: 1px solid #DDD;}
.menu_list>li:first-child{border: none;}
.menu_list li a{display: block;}
.cat_list{margin: 10px -15px 0; padding-top: 10px; border-top: 1px solid #DDD;}
.cat_list li{padding: 10px; margin: 0 15px; border-bottom: 1px solid #DDD;background: #F9F9F9;}
.cat_list li:last-child{border: none;}
.blog_cat_list li{border-bottom: 1px solid #DDD;}
.txt_attention p{margin-top: 20px; font-size: 14px;}
.tit_section{font-weight: 900; margin: 20px 0 10px;}

@media (max-width: 667px) {
body { font-size: 16px; line-height: 1.6;}
.container{margin: 20px auto 10px; }
.sidebar{margin-top: 50px;}
.tit_page{font-size: 22px; margin-bottom: 20px;}
.txt_section{margin: 0 0 20px;}
.blog_cat_list li{padding: 0 0 10px; margin-bottom: 10px;}
.container .cse .gsc-control-cse, .container .gsc-control-cse {
    padding: 1em 0;
}
}
@media (min-width: 668px) {
.container{display: flex; justify-content: space-between; margin: 40px auto;}
.cont{width: 65%;}
.sidebar{width: 30%;}
.tit_page{font-size: 32px; margin-bottom: 40px;}
.txt_section{margin: 0 0 40px;}
.blog_cat_list li{font-size: 20px;  display: inline-block; width: 48%; padding: 0 0 20px; margin-bottom: 20px;}
}