@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:10px;
  margin-bottom:10px;
  font-size: 10px;
  line-height:93%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h1 {
  border-left:0px solid #000;
  border-bottom:1px solid #1177ba;
  color: #1177ba;
  margin: 40px -10px 20px;
  padding:5px 0;
  font-size:26px;
}

.article h2 {
  border-left:0px solid #000;
  border-bottom:1px solid #1177ba;
  margin: 40px -10px 20px;
  padding:5px 0;
  font-size:26px;
}

.article h2:first-letter {
  font-size: 2em;
  color: #1177ba;
}

.article h3{
  font-size:23px;
  border-bottom:0px solid #e7e7e7;
  margin: 40px -10px 20px;
  padding:5px 0;

  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.article h3:before {
  font-family: "FontAwesome";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #1177ba; /*アイコン色*/
  font-weight: 900;
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom: 1px dashed #1177ba;
}

.article  h5{
  position: relative;
  border-top: solid 2px #1177ba;
  border-bottom: solid 2px #1177ba;
  background: #b8dcf1;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.article  h5:after {
  /*タブ*/
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #1177ba;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.article  h6{
  position: relative;
  border-top: solid 2px #1177ba;
  border-bottom: solid 2px #1177ba;
  background: #b8dcf1;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.article  h6:after {
  /*タブ*/
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f00c Check';
  background: #1177ba;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.entry-content{
  margin-bottom: 60px;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  padding:0;
  margin: 0 auto;
}

#header-in, #navi-in, #body-in, #footer-in{
  width: 1070px;
  margin: 0 auto;
  box-sizing: border-box;
}

#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  margin-left:30px;
  margin-right: 30px;
  /*max-width:700px;*/
}
#header .alignright{
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}

#body{
  margin-top:15px;
}

#main {
  float: left;
  box-sizing: border-box;
/*  width: 800px;
*/
	padding: 20px 29px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

#sidebar {
  float: right;
  width: 240px;
  margin-bottom: 30px;
}
/*
#sidebar-widget{
  overflow: hidden;
} */

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 26px;
  line-height: 100%;
}

#site-title a{
  text-decoration:none;
/*  color:#222; */
  font-size:26px;
  font-weight:normal;
}

#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:12px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}



/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3 {
  margin-bottom: 10px;
  font-size:20px;

  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.0;/*行高*/
  color: #1177ba;/*文字色*/
  border-top: dotted 1px #1177ba;
  border-bottom: dotted 1px #1177ba;
  background: #b8dcf1;
}

#sidebar h3:before {
  font-family: "FontAwesome";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #1177ba; /*アイコン色*/
}

#sidebar p {
  margin-bottom: 10px;
  font-size:16px;
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 0;/*行高*/
}

#sidebar .widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom: 8px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

.widget_text ul {
 
 list-style-type:  disc;
}
.widget_text ol {
  list-style-type:  decimal;
}

/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
margin-top:5px;
display: block;
}

.btn01{
  font-size:22px;
  font-size:2.2rem;
/* ボタン */
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  text-align: center;
  color: #3130c1;
  background: #ffcc00;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #a58400;/*線色*/
}
.btn01:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.txtbtn {
    background: -moz-linear-gradient(top,#eee 0%,#aaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
    border: 1px solid #aaa;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow:1px 3px 7px 0px #666 ;
    color: #555;
    font-size: 18px;
    width:200px;
    line-height: 40px;
    font-weight: bold;
    font-family: メイリオ, Meiryo, Meiryo UI, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-shadow: 1px 1px 2px #FFF,
      -1px 1px 2px #FFF,
      1px -1px 2px #FFF,
      -1px -1px 2px #FFF,
      3px 3px 1px #666;
    padding: 5px 15px;
}

.floating {
	position: fixed;
	bottom: 50px;
    left: 50%;
    margin-right: -50%;
	animation: floating 2s infinite;
	transform: translate(-50%, 0%)

}

@keyframes floating {
	0% {
		transform: translate(-50%, 2px);
	}
	5% {
		transform: translate(-50%, -2px);
	}
	10% {
		transform: translate(-50%, 2px);
	}
	15% {
		transform: translate(-50%, -2px);
	}
	20% {
		transform: translate(-50%, 2px);
	}
	25% {
		transform: translate(-50%, -2px);
	}
	30% {
		transform: translate(-50%, 0px);
	}
}



