/*
Template: graphy
Theme Name: Graphy すまやver2018 子テーマ
Theme URI: http://themegraphy.com/wordpress-themes/graphy/
Author: Themegraphy
Author URI: http://themegraphy.com/
Description: 2018年3月作成 Graphyをすまや公式サイト用にカスタマイズ Graphy is a blog-oriented WordPress theme designed with great attention given to the beauty of the typography. Made using mobile-first responsive web design, even when your site is viewed on a smartphone or tablet there will be no negative impact on the beautiful typography.
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graphy
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */

/* Google Fonts Import
------------------------------------------------------------ */

	
/* Android 4.3 までのバージョンにも対応する場合 */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: SemiBold;
  font-weight: 600;
  src: url('fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff') format('woff'),
    url('fonts/NotoSerifJP/NotoSerifJP-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 62.5%;/* 10px */
}

/* Base */
body {
	color: #333;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	color: hsla( 0, 0%, 0%, 0.75 );
	line-height: 1.65;
	word-wrap: break-word;
}
::selection {
	background-color: hsla( 359, 100%, 34%, 0.2 );
	color: hsla( 0, 0%, 0%, 0.70 );
}
::-moz-selection {
	background-color: hsla( 359, 100%, 34%, 0.2 );
	color: hsla( 0, 0%, 0%, 0.70 );
}
@media screen and (min-width: 783px) {
	html {
		font-size: 62.5%;/* 10px */
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}



/* flexboxレイアウト関連の設定
------------------------------------------------------------ */

/* flexboxレイアウト関連のCSS */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -js-display: flex;/* IE8、9に対応させる by flexibility.js */
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
/* ここまでflexboxレイアウト関連のCSS */

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (max-width: 38.50em) {

}
/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
}
/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
/* flexboxレイアウト関連のCSS */
.col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
/* ここまでflexboxレイアウト関連のCSS */

}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {


}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {


/* flexboxレイアウト関連のCSS */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
/* ここまでflexboxレイアウト関連のCSS */


}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
/* flexboxレイアウト関連のCSS */
 .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
/* ここまでflexboxレイアウト関連のCSS */

}

/* Heading */
.site-title, .entry-title  {
	clear: both;
	color: hsla( 0, 100%, 0%, 0.85 );
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	font-weight: 600;
	color: #000;
	color: hsla( 0, 0%, 0%, 0.75 );
	letter-spacing: -0.01em;
	line-height: 1.4;
}

h1, h2 {
	font-family: 'Noto Serif Japanese', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h3, h4, h5, h6, .small-title, .widget-title {
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3.0rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 2.2rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 2.0rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}




.site-title {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
}

.entry-title {
	font-weight: 400;
	line-height: 1.4;
}
.widget {
	line-height: 1.6;
}



/* 記事一覧 関連　スタイル */
.blog h1, .archive h1 {
  color: hsla( 0, 0%, 0%, 0.85 );
  background: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0; 
  border-radius: 0;
  font-weight: 600;
}

/* 見出し 関連　スタイル */
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
  color: hsla( 0, 0%, 0%, 0.85 );
  border-top: 2px solid hsla( 0, 0%, 0%, 0.65 );
  border-bottom: 2px solid hsla( 0, 0%, 0%, 0.65 );
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.6em;
  padding: 14px 0 14px 0; 
  border-radius: 0;
  font-weight: 600;
}


.single .entry-content h2 , .page #content .entry-content h2  {
  color: hsla( 0, 0%, 0%, 0.85 );
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 6px double hsla( 0, 0%, 0%, 0.65 );
  margin-top: 1em;
  margin-bottom: 0.6em;
  padding: 4px 0 4px 0; 
  border-radius: 0;
  font-weight: 600;
}
.single .entry-content h3 , #content .entry-content h3  {
  font-size: 18px;
  font-size: 1.8rem;
  color: hsla( 0, 0%, 0%, 34%, 0.85 );
  border-bottom: 2px dashed hsla( 0, 0%, 0%, 0.65 );
  padding: 6px 0 3px 0 ;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.single .entry-content h4 , #content .entry-content h4  {
  font-size: 18px;
  font-size: 1.8rem;
  color: hsla( 0, 0%, 0%, 0.85 );
  padding: 4px 0 5px 4px ;
  border-bottom: none;
  border-left: 3px solid hsla( 0, 0%, 0%, 0.85 );
  margin-top: 1em;
  margin-bottom: 0.5em;
}


.single .entry-content h5 , #content .entry-content h5  {
  font-size: 18px;
  font-size: 1.8rem;
  color: hsla( 0, 0%, 0%, 0.85 );
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}

.single .entry-content h6 , #content .entry-content h6  {
  font-size: 16px;
  font-size: 1.6rem;
  color: hsla( 0, 0%, 0%, 0.85 );
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}

.single .entry-content .small-title , #content .entry-content .small-title  {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight:normal;
  color: hsla( 0, 0%, 0%, 0.55 );
  margin-top: 0px;
  margin-bottom: 0.5em;
  margin-left:0.5em;
}

.single .entry-content .alphabet-title , #content .entry-content .alphabet-title  {
  font-family: 'Noto Serif Japanese', serif;
  font-weight:600;
  font-size:26px;
  font-size:2.6rem;
  color: hsla( 0, 0%, 0%, 0.75 );
}


/* 783px以上幅 見出し 関連　スタイル */
@media screen and (min-width: 783px) {
	/* 記事一覧 関連　スタイル */
	.blog h1, .archive h1 {
	  font-size: 24px;
	  font-size: 2.4rem;
	}
	/* 見出し 関連　スタイル */
	.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
	  font-size: 28px;
	  font-size: 2.8rem;
	  border-top: 1px solid hsla( 0, 0%, 0%, 0.85 );
 	  border-bottom: 1px solid hsla( 0, 0%, 0%, 0.85 );
	  margin-top: 0;
	  margin-bottom: 0.5em;
	  padding: 16px 0 16px 0; 

	}
	.single .entry-content h2 , .page #content .entry-content h2  {
	  font-size: 26px;
	  font-size: 2.6rem;
	  border-bottom: 4px double hsla( 0, 0%, 0%, 0.85 );
	  margin-top: 0.5em;
	  margin-bottom: 0.5em;
	  padding: 2px 0 2px 0;
	  
	}
	.single .entry-content h3 , #content .entry-content h3  {
	  font-size: 21px;
	  font-size: 2.1rem;
	  border-bottom: 1px dashed hsla( 0, 0%, 0%, 0.85 );
	  padding: 6px 0 3px 0 ;
	  margin-top: 0;
	  margin-bottom: 0.5em;
	}
	
	.single .entry-content h4 , #content .entry-content h4  {
	  font-size: 18px;
	  font-size: 1.8rem;
	  padding: 4px 0 3px 6px ;
	  border-bottom: none;
	  margin-top: 0;
	  margin-bottom: 0.5em;
	}
	.single .entry-content h5 , #content .entry-content h5  {
	  font-size: 18px;
	  font-size: 1.8rem;
	  margin-top: 0;
	  margin-bottom: 0.5em;
	}
	.single .entry-content h6 , #content .entry-content h6  {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-top: 0;
	  margin-bottom: 0.5em;
	}
	.single .entry-content .small-title , #content .entry-content .small-title  {
	 
	}
  .single .entry-content .alphabet-title , #content .entry-content .alphabet-title  {
    font-size:30px;
    font-size:3.0rem;
  }
}



/* フロントページ 記事の一覧を表示する 共通
------------------------------------------------------------ */
.get-post-disp-area-one-column .get-post a, .get-post-disp-area .get-post a, .get-post-disp-area-nothumbnail .get-post a {
	color:hsla( 0, 0%, 0%, 0.75 );
}
.get-post-disp-area-one-column .get-post a:hover, .get-post-disp-area .get-post a:hover, .get-post-disp-area-nothumbnail .get-post a:hover {
	color:hsla( 0, 0%, 0%, 0.55 );
}

.single .entry-content .get-post-title , #content .entry-content .get-post-title {
  font-size:16px;
  font-size:1.6rem;
  border:none;
  padding: 0;
  margin-bottom:0.5em;
}

.single .entry-content .get-post-content , #content .entry-content .get-post-content {
  font-size:13px;
  font-size:1.3rem;
  line-height:1.5;
}
.single .entry-content .get-post-summary , #content .entry-content .get-post-summary {
  font-size:13px;
  font-size:1.3rem;
  line-height:1;
  margin-bottom:0.5em;
}
.single .entry-content .get-post-date , #content .entry-content .get-post-date {
  margin-right:0.5em;
}
.single .entry-content .get-post-category , #content .entry-content .get-post-category {
}


/* フロントページ 記事の一覧を表示する 1列
------------------------------------------------------------ */
.get-post-disp-area-one-column .get-post-layout {
  padding:0 0 0 0;
}
.get-post-disp-area-one-column .get-post-box {
  padding-right:0.75em;
  padding-left:0.75em;
}
.get-post-disp-area-one-column .get-post {
  margin: 0.5em 0 0.5em 0;
  padding:0.5em 0 1em 0;
  border-bottom:1px solid hsla( 0, 0%, 0%, 0.2 );
}
.get-post-disp-area-one-column .get-post:after {
}

.get-post-img-area-one-column {
  margin-top:0;
}
.get-post-img-area-one-column img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.get-post-img-area-one-column a:hover img{
  -webkit-transform: scale( 1.03 );
  -ms-transform: scale( 1.03 );
  transform: scale( 1.03 );
  opacity: 0.6;
}
.get-post-string-area-one-column {
}


/* フロントページ 記事の一覧を表示する 2列
------------------------------------------------------------ */
.get-post-disp-area .get-post-layout {
	padding:0 0 0 0;
}
.get-post-disp-area .get-post {
	margin: 0.5em 0 0.5em 0;
	padding:1em 0 0.5em 0;
	border-top:1px solid hsla( 0, 0%, 0%, 0.2 );
}
.get-post-disp-area .get-post:after {
}
.get-post-img-area {
	margin-bottom:0.5em;
}
.get-post-img-area img {
	width: 100%;
	transition: 0.3s ease-in-out;
}
.get-post-img-area a:hover img{
	-webkit-transform: scale( 1.03 );
	-ms-transform: scale( 1.03 );
	transform: scale( 1.03 );
	opacity: 0.6;
}
.get-post-string-area {

}

/* フロントページ 記事の一覧を表示する サムネイルなし・抜粋記事なし 1列表示
------------------------------------------------------------ */
.get-post-disp-area-one-column-nothumbnail {
  margin-bottom: 1.4em;
}
.get-post-disp-area-one-column-nothumbnail .get-post-box {
padding-right:0.75em;
padding-left:0.75em;
}
.get-post-disp-area-one-column-nothumbnail .get-post {
  border-bottom:1px solid hsla( 0, 0%, 0%, 0.2 );
  margin-bottom: 0.6em;
}
.get-post-disp-area-one-column-nothumbnail .get-post a {
  color:hsla( 0, 0%, 0%, 0.75 );

}
.get-post-disp-area-one-column-nothumbnail .get-post a:hover {
  color:hsla( 0, 0%, 0%, 0.55 );
}

.get-post-disp-area-one-column-nothumbnail .get-post-string-area {

}
.single .entry-content .get-post-disp-area-one-column-nothumbnail .get-post-title,
#content .entry-content .get-post-disp-area-one-column-nothumbnail .get-post-title {
  font-size:16px;
  font-size:1.6rem;
  border:none;
  padding: 0;
  margin-bottom:0.5em;
  margin-top: 0;
}
.get-post-disp-area-one-column-nothumbnail .get-post-content {
  font-size:13px;
  font-size:1.3rem;
  line-height:1.5;
}
.single .entry-content .get-post-disp-area-one-column-nothumbnail .get-post-summary, #content .entry-content .get-post-disp-area-one-column-nothumbnail .get-post-summary{
  font-size:13px;
  font-size:1.3rem;
  line-height:1;
  margin-bottom:0.2em;
}
.get-post-disp-area-one-column-nothumbnail .get-post-date {
  margin-right:0.5em;
}
.get-post-disp-area-one-column-nothumbnail .get-post-category {
}


/* フロントページ 記事の一覧を表示する。サムネイルなし・抜粋記事なし設定 2列
------------------------------------------------------------ */
.get-post-disp-area-nothumbnail {
	margin: 0 0 1em 0;
}
.get-post-disp-area-nothumbnail .get-post-layout {
	padding:0 0 0 0;
}
.get-post-disp-area-nothumbnail .get-post {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	border-top:1px solid solid hsla( 0, 0%, 0%, 0.2 );
}
.get-post-disp-area-nothumbnail .get-post-string-area {
	padding:0 0 0 0;
}
.get-post-disp-area-nothumbnail .get-post:after {

}


/**
 * 16.2 Tablet Small 740px 記事の一覧を表示する。
 */

/* 783px以上幅 記事の一覧を表示する。 */
@media screen and (min-width: 783px) {

  /* 記事の一覧を表示する 共通
  ------------------------------------------------------------ */
  .single .entry-content .get-post-title , #content .entry-content .get-post-title {
    font-size:16px;
  font-size:1.6rem;
  }

	/* 記事の一覧を表示する 1列
	------------------------------------------------------------ */
	.get-post-disp-area-one-column .get-post-layout {
		padding: 0 0 1em 0 ;
	}
	.get-post-disp-area-one-column .get-post {
    margin: 0;
    padding: 0 0 1em 0;
	}
	.get-post-disp-area-one-column .get-post:after {
	}
	.get-post-img-area-one-column {
  margin-bottom:0;

	}
	.get-post-img-area-one-column img {
		margin-bottom:0.5em;
	}
	.get-post-img-area-one-column a:hover img{
	}
	.get-post-string-area {
	}

    /* 記事の一覧を表示する 2列
  ------------------------------------------------------------ */
  .get-post-disp-area .get-post-layout {
    padding: 0 0.5em 0 0.5em ;
  }
  .get-post-disp-area .get-post {
  }
  .get-post-disp-area .get-post:after {
  }
  .get-post-img-area {  
  }
  .get-post-img-area img {
    margin-bottom:1em;
  }
  .get-post-img-area a:hover img{
  }
  .get-post-string-area {
  }
  .single .entry-content .get-post-title , #content .entry-content .get-post-title {
    font-size:16px;
  font-size:1.6rem;
  }
  .single .entry-content .get-post-content , #content .entry-content .get-post-content {
  }
  .single .entry-content .get-post-summary , #content .entry-content .get-post-summary {
  }
  .single .entry-content .get-post-date , #content .entry-content .get-post-date {
  }
  .single .entry-content .get-post-category , #content .entry-content .get-post-category {
  }


  /* フロントページ 記事の一覧を表示する サムネイルなし・抜粋記事なし 1列表示
  ------------------------------------------------------------ */

  .get-post-disp-area-one-column-nothumbnail {
    margin-bottom: 1.4em;
  }
  .get-post-disp-area-one-column-nothumbnail .get-post {
  }

  .get-post-disp-area-one-column-nothumbnail .get-post a {
    color:hsla( 0, 0%, 0%, 0.75 );

  }
  .get-post-disp-area-one-column-nothumbnail .get-post a:hover {
    color:hsla( 0, 0%, 0%, 0.55 );
  }

  .get-post-disp-area-one-column-nothumbnail .get-post-string-area {

  }
  .get-post-disp-area-one-column-nothumbnail .get-post-title {
    font-size:16px;
    font-size:1.6rem;
    border:none;
    padding: 0;
    margin-bottom:0.5em;

  }
  .get-post-disp-area-one-column-nothumbnail .get-post-content {
    font-size:13px;
    font-size:1.3rem;
    line-height:1.5;
  }
  .get-post-disp-area-one-column-nothumbnail .get-post-summary {
    font-size:13px;
    font-size:1.3rem;
    line-height:1;
    margin-bottom:0.5em;
  }
  .get-post-disp-area-one-column-nothumbnail .get-post-date {
    margin-right:0.5em;
  }
  .get-post-disp-area-one-column-nothumbnail .get-post-category {
  }

	/* フロントページ 記事の一覧を表示する。サムネイルなし・抜粋記事なし設定 2列
	------------------------------------------------------------ */
	.get-post-disp-area-nothumbnail {
	}
	.get-post-disp-area-nothumbnail .get-post-layout {
		padding: 0 0.5em 0 0.5em ;
	}
	.get-post-disp-area-nothumbnail .get-post {
	}
	.get-post-disp-area-nothumbnail .get-post-string-area {
	}
	.get-post-disp-area-nothumbnail .get-post:after {
	}
	.get-post-disp-area-nothumbnail .get-post a {
	}
	.get-post-disp-area-nothumbnail a:hover {
	}

}

/**
 * 16.4 Desktop Small 955px  記事の一覧を表示する。1列
 */

@media screen and (min-width: 59.6875em) {

  .get-post-img-area-one-column img {
    margin-bottom:0;
  }
}



/* フロントページ フロントコース一覧のスタイル
------------------------------------------------------------ */

.course-box{}
.course-box .item{}
.course-box .item img{
  margin-bottom:1em;
  transition: 0.3s ease-in-out;
}
.course-box .item img:hover{
  opacity: 0.6;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .author-profile-description a, .comment-content a, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
	color: hsla( 359, 100%, 34%, 0.96 );
	text-decoration: underline;
}
.main-navigation a:hover, .entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .author-profile-description a:hover, .comment-content a:hover {
	color: hsla( 359, 100%, 34%, 0.55 );
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .entry-content cite a, .comment-content cite a {
	text-decoration: none;
}

.main-navigation a:hover {
	color: hsla( 0, 0%, 0%, 0.55 );
}

/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
}
code, kbd, tt, var {
	color: #555;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background-color: #fffad3;
	color: #333;
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 0 1.6em 1em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 0 1.6em 1.6em;
}

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.8em 0.8em 0.8em 0.8em;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: hsla( 0, 0%, 0%, 0.6 );
	font-style: italic;
	margin: 0 0 2em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: hsla( 0, 0%, 0%, 0.5 );
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.6em;
}
pre {
	background-color: hsla( 0, 0%, 0%, 0.08 );
	color: #555;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.4em;
	overflow: auto;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 87.5%;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.2em 1.7em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #d3d3d3;
	color: #666;
	margin-top: 0.4em;
	padding: 0.8em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
select {
	padding: 0.4em;
}
textarea {
	max-width: 700px;
	width: 100%;
}


/* entry box decoration ボックス装飾
-------------------------------------------------------------- */
/* 背景カラーの設定 */
/* ベーシック */
.bgcolor-red{ background-color: hsla( 359, 100%, 34%, 0.95 )!important; }/*赤（深緋 こきひ）*/
.bgcolor-blue{ background-color: hsla( 201, 100%, 36%, 0.85 )!important; }/*青（紺碧 こんぺき）*/
.bgcolor-green{ background-color: hsla( 153, 100%, 26%, 0.85 )!important; }/*緑（常磐色 ときわいろ）*/
.bgcolor-yellow{ background-color: hsla( 45, 100%, 36%, 0.85 )!important; }/*黄（黄金 こがね）*/
.bgcolor-navy{ background-color: hsla( 222, 100%, 36%, 0.85 )!important; }/*紺（紺色 こんいろ）*/
.bgcolor-orange{ background-color: hsla( 21, 100%, 36%, 0.85 )!important; }/*橙（金赤 きんあか）*/
.bgcolor-pink{ background-color: hsla( 333, 100%, 36%, 0.85 )!important; }/*ピンク（躑躅色 つつじいろ）*/
.bgcolor-purple{ background-color: hsla( 274, 100%, 30%, 0.75 )!important; }/*紫（本紫 ほんむらさき）*/
.bgcolor-olive{ background-color: hsla( 60, 100%, 30%, 0.85 )!important; }/*黄土色（桑茶 くわちゃ）*/
.bgcolor-lime{ background-color: hsla( 85, 100%, 30%, 0.85 )!important; }/*黄緑（鶸萌黄 ひわもえぎ）*/
.bgcolor-aqua{ background-color: hsla( 184, 100%, 32%, 0.85 )!important; }/*水色（浅葱色 あさぎいろ）*/
/* 薄色 */
.bgcolor-pale-red{ background-color: hsla( 359, 34%, 79%, 0.40 )!important; }/*薄赤（紅梅色 こうばいいろ）*/
.bgcolor-pale-blue{ background-color: hsla( 188, 48%, 84%, 0.40 )!important; }/*薄青（白藍 しらあい）*/
.bgcolor-pale-green{ background-color: hsla( 71, 61%, 75%, 0.40 )!important; }/*薄緑（若菜色 わかないろ）*/
.bgcolor-pale-yellow{ background-color: hsla( 55, 99%, 69%, 0.40 )!important; }/*薄黄（黄檗色 きはだいろ）*/
.bgcolor-pale-orange{ background-color: hsla( 27, 87%, 76%, 0.40 )!important; }/*薄橙（洒落柿 しゃれがき）*/
.bgcolor-pale-pink{ background-color: hsla( 341, 60%, 83%, 0.40 )!important; }/*薄ピンク（撫子色 なでしこいろ）*/
.bgcolor-pale-purple{ background-color: hsla( 289, 25%, 71%, 0.40 )!important; }/*薄紫（薄葡萄うすぶどう）*/

/* モノトーン */
.bgcolor-black{ background-color: hsla( 0, 0%, 0%, 0.75 )!important; }/*黒*/
.bgcolor-gray{ background-color: hsla( 0, 0%, 0%, 0.5 )!important; }/*灰（灰色 はいいろ）*/
.bgcolor-white{ background-color: hsla( 0, 0%, 100%, 1 )!important; }/*白*/

/* entry text decoration 記事テキスト装飾
-------------------------------------------------------------- */
/* colorフォントカラーの設定 */
.red{ color: hsla( 359, 100%, 34%, 0.95)!important; }/*赤（深緋 こきひ）*/
.blue{ color: hsla( 201, 100%, 36%, 0.75 )!important; }/*青（紺碧 こんぺき）*/
.green{ color: hsla( 153, 100%, 26%, 0.75 )!important; }/*緑（常磐色 ときわいろ）*/
.yellow{ color: hsla( 45, 100%, 36%, 0.75 )!important; }/*黄（黄金 こがね）*/
.navy{ color: hsla( 222, 100%, 36%, 0.75 )!important; }/*紺（紺色 こんいろ）*/
.orange{ color: hsla( 21, 100%, 36%, 0.75 )!important; }/*橙（金赤 きんあか）*/
.pink{ color: hsla( 333, 100%, 36%, 0.75 )!important; }/*ピンク（躑躅色 つつじいろ）*/
.purple{ color: hsla( 274, 100%, 36%, 0.70 )!important; }/*紫（本紫 ほんむらさき）*/
.olive{ color: hsla( 60, 100%, 30%, 0.75 )!important; }/*黄土色（桑茶 くわちゃ）*/
.lime{ color: hsla( 85, 100%, 30%, 0.75 )!important; }/*黄緑（鶸萌黄 ひわもえぎ）*/
.aqua{ color: hsla( 184, 100%, 32%, 0.75 )!important; }/*水色（浅葱色 あさぎいろ）*/
.black{ color: hsla( 0, 0%, 0%, 0.75 )!important; }/*黒*/
.gray{ color: hsla( 0, 0%, 0%, 0.51 )!important; }/*灰（灰色 はいいろ）*/
.white{ color: hsla( 0, 0%, 100%, 1 )!important; }/*白*/

/* colorフォントカラーの設定 */
.link-black { color: hsla( 0, 0%, 0%, 0.75 )!important;
text-decoration:1px solid hsla( 0, 0%, 0%, 0.75 )!important; }/*黒*/
.link-black:hover { color: hsla( 0, 0%, 0%, 0.55 )!important;
text-decoration:1px solid hsla( 0, 0%, 0%, 0.55 )!important; }/*黒*/

/* box 蛍光ペンのようなボックスの設定 */
.box-yellow{ padding:2px;background-color: hsla( 51, 100%, 87%, 0.85 )!important; }/*黄色*/
.box-aqua{ padding:2px;background-color: hsla( 184, 65%, 88%, 0.85 )!important; }/*水色*/
.box-gray{ padding:2px;background-color: hsla( 0, 0%, 0%, 0.1 )!important; }/*灰色*/
.box-red{ padding:2px;background-color: hsla( 0, 100%, 90%, 0.85 )!important; }/*赤色*/

/* font-size フォントサイズの設定 */
.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/
.ita{ font-style: italic!important; }/*イタリック体*/
.obl{ font-style: italic!important; }/*斜体フォント*/

.big{ font-size: 1.1em!important; }
.big2{ font-size: 1.2em!important; }
.big3{ font-size: 1.35em!important; }
.small{ font-size: 0.8em!important; }


/* 783px以上幅 見出し 関連　スタイル */
@media screen and (min-width: 783px) {
	.big{ font-size: 1.2em!important; }
	.big2{ font-size: 1.5em!important; }
	.big3{ font-size: 1.8em!important; }
	.small{ font-size: 0.8em!important; }
}

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.f11pt{ font-size: font-size: 11px;!important;
      font-size: 1.1rem;!important; }
.f12pt{ font-size: font-size: 12px;!important;
      font-size: 1.2rem;!important; }
.f13pt{ font-size: font-size: 13px;!important;
      font-size: 1.3rem;!important; }
.f14pt{ font-size: font-size: 14px;!important;
      font-size: 1.4rem;!important; }
.f15pt{ font-size: font-size: 15px;!important;
      font-size: 1.5rem;!important; }
.f16pt{ font-size: font-size: 16px;!important;
      font-size: 1.6rem;!important; }
.f17pt{ font-size: font-size: 17px;!important;
      font-size: 1.7rem;!important; }
.f18pt{ font-size: font-size: 18px;!important;
      font-size: 1.8rem;!important; }
.f19pt{ font-size: font-size: 19px;!important;
      font-size: 1.9rem;!important; }
.f20pt{ font-size: font-size: 20px;!important;
      font-size: 2.0rem;!important; }
.f21pt{ font-size: font-size: 21px;!important;
      font-size: 2.1rem;!important; }
.f22pt{ font-size: font-size: 22px;!important;
      font-size: 2.2rem;!important; }
.f23pt{ font-size: font-size: 23px;!important;
      font-size: 2.3rem;!important; }
.f24pt{ font-size: font-size: 24px;!important;
      font-size: 2.4rem;!important; }

/* 下線や取消線の設定 */
.underline{ text-decoration: underline!important; }
.del{ text-decoration: line-through ; }
.noborder{ border: 0!important; }/*枠線を無くす*/

/* ノートのような線を引く */
.noteline{
  display: inline!important;
  padding-bottom: 0.15em!important;
  border-bottom: 1px dashed #7070ba!important;
  line-height: 2.1em!important;
}

/* align 文字の横位置 */
.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/

/* valign 文字の縦位置 */
.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/


/* 表組み関連のCSS */
.tbl th {
  font-weight: bold;
}




/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.6em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.6em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.6em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 38.50em) {
/* 表組み関連のCSS */
  .tbl {
  }
  .tbl th,
  .tbl td {
    display: block;
  }
  .tbl tr {
    border-bottom: 1px solid hsla( 0, 0%, 0%, 0.2 );
    border-left: 1px solid hsla( 0, 0%, 0%, 0.2 );
    border-right: 1px solid hsla( 0, 0%, 0%, 0.2 );
  }
  .tbl tr:first-child {
    border-top: 1px solid hsla( 0, 0%, 0%, 0.2 );
  }
  .tbl th,
  .tbl td {
    padding: 5px;
  }
}
/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
/* 表組み関連のCSS */
  .tbl th,
  .tbl td {
    padding: 10px;
    border: 1px solid hsla( 0, 0%, 0%, 0.25 );
  }
  .tbl th {
    width: 120px;
    vertical-align: middle;
  }
  .tbl-course th {
    width: 57px;
  }
 
 }


@media screen and (min-width: 1180px) {
	.no-sidebar .alignleft {
		margin-left: -100px;
	}
	.no-sidebar .alignright {
		margin-right: -100px;
	}
}

/* Caption */
.wp-caption {
	color: #777;
	font-size: 93.8%;
	font-style: italic;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.post-list .hentry:before,
.post-list .hentry:after,
.author-profile:before,
.author-profile:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.widget:before,
.widget:after,
.widget_graphy_recent_posts li:before,
.widget_graphy_recent_posts li:after,
ul.instagram-pics:before,
ul.instagram-pics:after,
.site-footer:before,
.site-footer:after,
.footer-widget:before,
.footer-widget:after,
.site-bottom:before,
.site-bottom:after {
	content: "";
	display: table;
}
.clear:after,
.site-header:after,
.site-content:after,
.entry-content:after,
.post-list .hentry:after,
.author-profile:after,
.comment-content:after,
.comment-navigation:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.paging-navigation:after,
.post-navigation:after,
.widget:after,
.widget_graphy_recent_posts li:after,
ul.instagram-pics:after,
.site-footer:after,
.footer-widget:after,
.site-bottom:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}
.site-branding,
.main-navigation,
.site-content,
.footer-widget-area,
.footer-widget-wrapper,
.site-bottom {
	margin-left: auto;
	margin-right: auto;
}
.site-branding,
.site-bottom {
	text-align: center;
}
.site-content,
.footer-widget-wrapper {
	max-width: 700px;
}
.site-header {
	margin-bottom: 45px;
}
.site-branding {
	padding-bottom: 20px;
	padding-top: 25px;
}
.site-logo {
	padding-bottom: 10px;
}
.site-description {
	padding-top: 4px;
}
.header-image,
.featured-post {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 30px;
}
.header-navigation {
	margin-bottom: -12px;
	margin-top: 20px;
}
.content-area,
.sidebar-area {
	margin-bottom: 80px;
}
.sidebar-area {
	border-top: solid 1px #eee;
	padding-top: 60px;
}
.footer-widget {
	padding-top: 60px;
}







@media screen and (min-width: 783px) {
	html {
		font-size: 62.5%;
	}
	.site-title {
		font-size: 43px;
		font-size: 4.3rem;
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 30px;
		margin-right: 30px;
	}
	.site-header {
		margin-bottom: 30px;
	}
	.site-branding {
		padding-bottom: 20px;
		padding-top: 28px;
	}
	.header-image {
		margin-left: auto;
		margin-right: auto;
	}
	.featured-post {
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 40px;
	}
}
@media screen and (min-width: 980px) {
	body {
		margin-left: 40px;
		margin-right: 40px;
	}
	.site-branding,
	.site-content,
	.footer-widget-wrapper {
		max-width: 1120px;
	}
	.main-navigation,
	.header-image,
	.footer-widget-area,
	.site-bottom {
		max-width: 1260px;
	}
	.site-branding {
		position: relative;
	}
	.header-social-link {
		position: absolute;
		right: 0;
		top: 44px;
		vertical-align: bottom;
	}
	.featured-post {
		margin-left: -40px;
		margin-right: -40px;
	}
	.content-area {
		border-right: solid 1px hsla( 0, 0%, 0%, 0.35 );
		float: left;
		padding-right: 5.36%;
		width: 62.5%;
	}
	.no-sidebar .content-area,
	.full-width .content-area {
		border-right: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		width: 700px;
	}
	.full-width .content-area {
		width: auto;
	}
	.sidebar-area {
		border-top: none;
		float: right;
		padding-top: 0;
		width: 26.78%;
	}
	.footer-widget {
		display: table;
		padding-top: 0;
		table-layout: fixed;
		max-width: none;
		width: 100%;
	}
	.footer-widget .widget-area {
		display: table-cell;
		padding: 75px 46px 0 45px;
		vertical-align: top;
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0;
	}
	.footer-widget .widget-area:last-child {
		padding-right: 0;
	}
	.footer-4 .footer-widget .widget-area {
		width: 25%;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
}


/* Header
------------------------------------------------------------ */

.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	zoom: 90%;
}
.site-title {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-title a,
.site-title a:hover {
	color: #111;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: hsla( 0, 0%, 0%, 0.55 );
	font-style: normal;
	line-height: 1.4;
}
@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	.site-title {
		font-size: 54px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Navigation Bar */
.main-navigation,
.main-navigation a,
.menu-toggle {
	line-height: 62px;
}
.main-navigation {
	border-bottom: solid 1px hsla( 0, 0%, 0%, 0.3 );
	border-top: solid 1px hsla( 0, 0%, 0%, 0.3 );
	font-size: 100%;
	position: relative;
}
.menu-toggle {
	background-color: transparent;
	color: hsla( 0, 0%, 0%, 0.75 );
	font-size: 100%;
	letter-spacing: normal;
	outline: none;
	text-align: left;
	padding: 0;
	width: 100%;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
}
.menu-text {
	background-color: #fff;
	padding-right: 20px;
}
.menu-text:before {
	content: "\f419";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.main-navigation.toggled .menu-text:before {
	content: "\f406";
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}
.main-navigation.toggled ul {
	display: block;
}
.main-navigation a {
	color: hsla( 0, 0%, 0%, 0.75 );
	border-top: solid 1px hsla( 0, 0%, 0%, 0.2 );
	display: block;
}
.main-navigation .current_page_ancestor > a {
	color: hsla( 0, 0%, 0%, 85 );
}
.main-navigation ul ul a {
	padding-left: 30px;
}
.main-navigation ul ul ul a {
	padding-left: 45px;
}
.main-navigation ul ul ul ul a {
	padding-left: 60px;
}
.main-navigation .search-form {
	background: #fff;
	padding-left: 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-navigation .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 40px;
	margin-top: 4px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
	filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.main-navigation .search-field:focus {
	background-color: #fff;
	border: solid 1px hsla( 0, 0%, 0%, 0.55 );
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-navigation .search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
}
.main-navigation .search-submit {
	display: none;
}
@media screen and (min-width: 783px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation a {
		border-top: none;
		padding-left: 18px;
		padding-right: 18px;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 18px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.3em;
		padding-right: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		background-color: #fff;
		color:hsla( 0, 0%, 0%, 0.75 );
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
		text-align: left;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a,
	.main-navigation ul.menu > li.page_item_has_children > a,
	.main-navigation div.menu > ul > li.menu-item-has-children > a,
	.main-navigation ul.menu > li.menu-item-has-children > a {
		padding-right: 12px;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: "\f431";
		display: inline-block;
		font: normal 16px/1 Genericons;
		-webkit-font-smoothing: antialiased;
		position: relative;
		right: -7px;
		top: 1px;
		color:hsla( 359, 100%, 34%, 0.85 );
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px hsla( 0, 0%, 0%, 0.5 );
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .2s ease-in-out;
		white-space: normal;
		width: 200px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid hsla( 0, 0%, 0%, 0.3 );
		font-size: 93.8%;
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}
	.main-navigation .search-field {
		transition: width .4s ease, background .4s ease;
	}
}

/* Other Navigations */
.header-social-link {
	font-size: 87.5%;
	margin-top: 15px;
}
.header-social-link ul {
	list-style: none;
	margin: 0;
}
.header-social-link li {
	display: inline-block;
	padding-left: 4px;
}
.header-social-link li:first-child {
	padding-left: 0;
}

/* Social Link 
   This section is based on code from Stargazer.
   https://wordpress.org/themes/stargazer/ */
.menu a:before {
	color: #999;
	display: inline-block;
	font: normal 26px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #666;
}
.widget .menu a:before {
	margin-left: 10px;
	margin-right: 12px;
}
.author-profile-link.menu a:before,
.profilewidget-link.menu a:before {
	content: '\f107';
	font-size: 24px;
	margin-left: 0;
	margin-right: 4px;
}
.header-social-link .menu a:before {
	content: '\f107';
	margin-right: 0;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


/* Content
------------------------------------------------------------ */

/* Entry */
.hentry {
	margin-bottom: 60px;
}
.post-full-summary .hentry {
	background: url( "images/line.png" ) no-repeat left bottom;
	padding-bottom: 25px;
}
.no-sidebar .post-full-summary .hentry {
	background-position: center bottom;
}
.single .hentry,
.page .hentry {
	background: none;
	margin-bottom: 60px;
	padding-bottom: 0;
}

/* Category */
.cat-links {
	font-size: 81.3%;
	margin-bottom: 8px;
	text-transform: uppercase;
}
a.category {
	color: hsla( 0, 0%, 0%, 0.50 );
	text-decoration: none;
}
a.category:hover {
	opacity: 0.8;
}
.category-sep {
	color: #ccc;
	font-size: 81.3%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -0.2em;
}

/* Entry Title */
.entry-header {
	margin-bottom: 40px;
}
.no-sidebar .post-full-summary .entry-header,
.page.no-sidebar .entry-header,
.page.full-width .entry-header {
	text-align: left;
}
.entry-title {
  color: hsla( 0, 0%, 0%, 0.85 );
  border-top: 1px solid hsla( 0, 0%, 0%, 0.85 );
  border-bottom: 1px solid hsla( 0, 0%, 0%, 0.85 );
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0.5em;
  padding: 14px 0 14px 0; 
  border-radius: 0;
  font-weight: bold;
}
.entry-title a:hover {
	color: hsla( 0, 0%, 0%, 0.65 );
}

/* Entry Meta */
.entry-meta {
	color: #999;
	font-size: 87.5%;
	margin-top: 12px;
}
.entry-meta a {
	border-bottom: solid 1px #ccc;
}
.entry-meta a:hover {
	color: #666;
}
.entry-meta-sep {
	color: #ccc;
	position: relative;
	top: -0.1em;
}
.comments-link {
	white-space: nowrap;
}

/* Featured Image */
.post-thumbnail {
	margin-top: 40px;
	overflow: hidden;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.3s ease-in-out;
}
.post-thumbnail a:hover img {
	-webkit-transform: scale( 1.03 );
	-ms-transform: scale( 1.03 );
	transform: scale( 1.03 );
	opacity: 0.9;
}





/* Front Page
------------------------------------------------------------ */

.navi-front {}

.navi-front .itembox{
    padding: 0.5em;
}

.navi-front .item{
  border: 1px solid hsla( 0, 0%, 0%, 0.2 );
  padding: 1em;
}
.navi-front .item:hover{
}
.navi-front .item img{
  display: none;
}
.navi-front .item-txt{
  margin-bottom:0; 
}
.navi-front .item-img{
}

.navi-front ul, .navi-front ol{
  margin: 0 0 0 1em;
}

.navi-front a.red { color: hsla( 359, 100%, 34%, 0.95 )!important;
text-decoration:1px solid hsla( 359, 100%, 34%, 0.95 )!important; }/*赤*/

.navi-front a.red:hover { color: hsla( 359, 100%, 34%, 0.55 )!important;
text-decoration:1px solid hsla( 359, 100%, 34%, 0.55 )!important; }/*赤*/

@media screen and (min-width: 640px) {
  .navi-front {}

  .navi-front .itembox{
      padding: 0.5em;
  }

  .navi-front .item{
    border: 1px solid hsla( 0, 0%, 0%, 0.2 );
    padding: 1em;
  }
  .navi-front .item:hover{
  }
  .navi-front .item img{
    display: inline;
    transition: 0.3s ease-in-out;
  }
  .navi-front .item img:hover{
  }

  .navi-front .item-txt{
    margin-bottom:0.5em; 
  }
  .navi-front .item-img{
    margin: 0 0 1em 0;
  }
}






















@media screen and (min-width: 980px) {
	.no-sidebar .post-full-summary .post-thumbnail {
		margin-left: -50px;
		margin-right: -50px;
	}
}

/* Entry Content */
.intro {
	color: #888;
	font-size: 125%;
}

/* Tag */
.tags-links {
	color: #999;
	font-size: 93.8%;
	padding-top: 25px;
	text-align: center;
}
.tags-links:before {
	color: #ccc;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.tags-links:before {
	content: "\f302";
}

/* Entry Summary */
.entry-summary {
	padding-bottom: 1px;
}
a.continue-reading {
	text-transform: uppercase;
}

/* Post Grid / Post List */
.post-grid-list .hentry {
	margin-bottom: 75px;
}
.post-grid-list .post-thumbnail {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-grid-list .entry-header {
	margin-bottom: 20px;
}
.post-grid-list .cat-links {
	font-size: 90%;
}
.post-grid-list .entry-title {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:700;
}
.post-grid-list .entry-meta {
	font-size: 100%;
}
.post-grid-list .entry-summary {
	font-size: 100%;
}
.post-grid-list .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {

 .entry-title {
	  font-size: 28px;
	  font-size: 2.8rem;
	  margin-bottom: 0.5em;
	  padding: 16px 0 16px 0; 
}

	.post-list .post-thumbnail {
		float: left;
		margin-bottom: 0;
		margin-right: 5%;
		overflow: hidden;
		width: 35%;
	}
	.post-list .post-thumbnail img {
		width: 150%;
		max-width: none;
	}
	.post-list-content {
		overflow: hidden;
	}
}

/* Author Profile */
.author-profile {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-top: 60px;
	padding: 30px 0 35px 0;
}
.author-profile-avatar {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-meta {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-link {
	margin-top: 4px;
}
.author-profile-description {
	font-size: 93.8%;
	margin-top: 10px;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #111;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 15px;
	padding: 4px 10px 3px;
	text-transform: uppercase;
}

/* Archive */
.page-header {
	margin-bottom: 60px;
}
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
	margin-bottom: 60px;
}

/* 404 */
.error-404 {
	margin-bottom: 150px;
	margin-top: 60px;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Hide Title */
.post-full .format-aside .entry-title,
.post-full .format-image .entry-title,
.post-full .format-link .entry-title,
.post-full .format-quote .entry-title,
.post-full .format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
	font-size: 150%;
	margin-bottom: 1.1em;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 230px;
}
blockquote.alignleft p,
blockquote.alignright p,
blockquote.aligncenter p {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 93.8%;
	margin-bottom: 45px;
}
.no-sidebar .pagination {
	text-align: center;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px hsla( 0, 0%, 0%, 0.35 );
}
.pagination a.page-numbers:hover {
	border-color: #ccc;
	color: #333;
}
.pagination .current {
	background-color: hsla( 0, 0%, 0%, 0.1 );
	border: solid 1px hsla( 0, 0%, 0%, 0.65 );
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 50px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px hsla( 0, 0%, 0%, 0.58 );
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-nav-title {
	color: #999;
	font-size: 81.3%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.post-navigation {
	line-height: 1.4;
	margin-bottom: 45px;
}
.post-navigation a:hover {
	color: #111;
}
.post-navigation .nav-previous {
	margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		margin-bottom: 0;
		width: 48%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 45px;
	margin-top: 80px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 25px;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 50px;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin-left: 25px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 75px;
}
.bypostauthor > .comment-body .comment-author::after {
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	content: "\f408";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-size: 87.5%;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	margin-top: 2px;
	width: 100%;
}
.form-submit {
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		float: left;
		line-height: 1;
		margin-top: 1.2em;
		width: 20%;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		float: right;
		margin-top: 0px;
		width: 80%;
	}
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #555;
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 60px;
}

/* Heading */
.widget-title {
	color:hsla( 0, 0%, 0%, 0.85 );
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
	border-bottom:1px solid hsla( 0, 0%, 0%, 0.65 );
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.widget a:hover {
	color: hsla( 0, 0%, 0%, 0.9 );
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	color: hsla( 0, 0%, 0%, 0.65 );
}
.widget li {
	border-top: solid 1px hsla( 0, 0%, 0%, 0.3 );
	line-height: 1.4;
	padding-bottom: 14px;
	padding-top: 14px;
}
.widget > ul > li:first-child,
.widget > div > ul > li:first-child {
	border-top: none;
	padding-top: 8px;
}
.widget ul ul {
	margin-left: 14px;
	margin-top: 14px;
}
.widget ul ul li:last-child {
	padding-bottom: 0;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.tagcloud {
	line-height: 2.1;
}
.tagcloud a {
	background-color: #eee;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 93.8% !important;
	margin-bottom: 3px;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.tagcloud a:hover {
	background-color: #e2e2e2;
	color: #333;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 35px;
	margin-bottom: 0;
	max-width: 300px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: solid 1px #e6e6e6;
	padding: 2px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #e6e6e6;
}
.widget_calendar tbody td a {
	background-color: #e6e6e6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #555;
	background-color: #f0f0f0;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 10px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* RSS */
.widget_rss li {
	line-height: 1.5;
	margin-bottom: 6px;
}
.widget_rss li .rsswidget {
	display: block;
	margin-top: 6px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 86.7%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}

/* Graphy Recent Posts */
.widget_graphy_recent_posts img {
	float: left;
	margin-right: 12px;
	width: 80px;
	height: 60px;
}
.recent-posts-text {
	overflow: hidden;
}
.recent-posts-text .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
}

/* Graphy Profile */
.profilewidget-profile,
.profilewidget-meta {
	margin-bottom: 16px;
	text-align: center;
}
.profilewidget-profile img {
	border-radius: 50%;
	max-width: 200px;
}
.profilewidget-name {
	font-size: 118.8%;
}
.profilewidget-name strong {
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 8px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer Widget */
.footer-widget-area {
	border-top: solid 1px hsla( 0, 0%, 0%, 0.35 );
}

/* Footer */
.site-bottom {
	border-top: solid 1px hsla( 0, 0%, 0%, 0.35 );
	color: #999;
	margin-bottom: 28px;
	margin-top: 30px;
	padding-top: 28px;
}
.site-bottom a {
	color: #666;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;
}
.site-copyright,
.site-credit {
	font-size: 87.5%;
	margin-bottom: 6px;
	padding-top: 3px;
}
.site-credit {
	font-size: 81.3%;
}
.site-credit-sep {
	color: #ccc;
	position: relative;
	top: -0.15em;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 21px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align: center;
}
#infinite-handle span {
	background-color: #eee !important;
	color: #666 !important;
	display: block;
	font-size: 93.8% !important;
	padding: 20px 0 !important;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #e2e2e2 !important;
	color: #333 !important;
}

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	position: relative;
}
.widget_top-posts > ul > li:first-child {
	padding-top: 14px;
}
.widget_top-posts li:before {
	background-color: #111;
	border-radius: 3px;
	color: #fff;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 600;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 118.8%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.6em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-bottom: 15px;
	margin-top: 45px;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	padding-top: 30px !important;
}
#jp-relatedposts .jp-relatedposts-title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 30px !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 16px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 1.063rem !important;
	line-height: 1.4 !important;
	margin-bottom: 6px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: block !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}




/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.header-social-link,
	.main-navigation,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.sidebar-area,
	.footer-widget-wrapper {
		display: none !important;
	}
	.site-content {
		max-width: none;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}