@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*　　ナビゲーション　　*/
.c-gnav .sub-menu {
	width:auto;
}
.c-gnav .sub-menu li {
	white-space:nowrap;
}


/*  h1   */
.l-topTitleArea {
    min-height: 100px;
    padding: 0;
	margin-top:20px;
  }
 .c-pageTitle {
        font-size: 2em;
	 letter-spacing:0.1em;
    }
 .post_content h2 {
	 color:#337ab7;
	 background-color:#4099e50d;
	 letter-spacing:0.1em;
	 padding:0.5em .75em;
  }

/*  コンテンツエリア　　*/
 .l-content {
    padding-top: 0.5em;
  }


@media (min-width: 600px) {

  .l-topTitleArea {
    min-height: 150px;  
  }
   
 .post_content h2 {
    font-size: 1.6em;	 
	margin-bottom:1.2em;	 
  }
	
 .post_content h3 {
     margin-bottom:1.5em;
  }
}



/*　　追従ヘッダー　*/
#fix_header {
	border-bottom:solid 1px #999;
	
}