@charset "UTF-8";

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

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

body {
  font-family:
'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size:1em;
  /*height:100vh;*/
}


メイン部分の枠を消すCSS

#main{
	border:none;
}


/* 見出しを変更 */

.article h1 {
 font-weight: 800;
 font-size: 1.8rem;
 line-height: 1.3;
}

.entry h2 a{
 font-weight: 700;
 font-size: 1.2rem;
 line-height: 1.4;
}


/* 記事間に線を引く */
#main .entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 15px;
}

/* 関連記事間に線を引く */
#main .related-entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 10px; 
}

/* フォントを灰色にする */
body{
 color:#555555 !important;
}

/* mainとsidebarの枠線を消す */
#main,#sidebar{
 border:none !important;
}

/* メタ情報の大きさを変更し、右側へ*/
.post-meta,.entry .post-meta a  {
    font-size: 12px;
    line-height: 160%;
}

.entry .post-meta {
    text-align: right !important;
}

/* サムネイル画像にエフェクト */
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
   -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/* ヘッダー */
#h-top{
  height:100px;
  background-repeat: no-repeat;
  background-position: top left;
}


/* 続きを読む */
.entry-read a {
text-decoration: none;
}
.entry-read a:before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f0a9";
}

/* TOC 目次 */
#toc_container{
	margin-top:30px;
	border: 1px dotted #DCD7B1;
	font-size: 0.9em;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #FEFDED;
}
#toc_container .toc_title{
	color: #3A3A3A;
}
#toc_container .toc_title:before{
	content: "\f0f6";
	font-family: FontAwesome;
	padding-right: 6px;
	font-weight: normal;
	color: #999;
}
#toc_container .toc_toggle a{
	color: #069;
}
#toc_container ul{
	counter-reset:number;
  list-style:none;
}
#toc_container ul li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left:16px;
}
#toc_container ul li:before{
  counter-increment: number;
  content: counter(number);
	font-weight: bold;
	color: #069;
	padding-right:10px;
	margin-left:-20px;
}
#toc_container ul li a{
	font-weight: bold;
	color: #069;
}
#toc_container ul ul{
	margin-top: 0.5em;
}
#toc_container ul ul li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left:-2px;
}
#toc_container ul ul li:before{
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 6px;
	margin-left:0px;
	color: #CCC;
	font-weight: normal;
}

#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
	padding-right:6px;
}

#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}


/* キャプション */
.wp-caption {
border: 1px solid #ffffff; /*枠線のサイズと色*/
border-radius: 3px; /*角の丸み*/
background-color: #f9f9f9; /*背景色*/
text-align: center; /*画像を中心にする*/
}
.wp-caption-text{
font-size: 80%; /*文字サイズの調整*/
text-align: right; /*文字の位置を左寄せにする（leftをrightにすると右寄せ）*/
margin-top:5px; /*文字の上の余白を調整*/
line-height: 100%; /*文字の要素サイズの調整*/
}

/* 中央寄せ */
#navi-in{
    display: flex;
    justify-content: center;
}

/*グローバルナビの修飾 */
#navi {
 border-top:1px solid #F3F3F3;
 border-bottom:1px solid #F3F3F3;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
	color: #10aba6 !important;
background-color:white;
}
#navi ul li a:before{
   background:#10aba6 !important;
}
#navi ul,#navi{
 background-color:white;
}

/* SNSボタン間の余白を消す */
.sns-group-viral ul.snsb li {
 width: 20%;
 margin: 0px;
}
/* ボタンの角丸を消す */
.sns-group-viral ul.snsb li a {
 border-radius: 0px;
}
/* ボタンの文字を消す */
.sns-group-viral .icon-facebook::after {
content: '';
}
.sns-group-viral .icon-hatena::after {
content: '';
}
.sns-group-viral .icon-pocket::after {
 content: '';
}
.sns-group-viral .icon-twitter::after {
content: '';
}
.sns-group-viral .icon-feedly::after {
content: '';
}
/* Pocketボタンの色をサーモンピンクにする */
ul.snsbs a.pocket-btn-icon-link{
background: #e8846b;
}

/* box27 */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #dd3333;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #dd3333;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/* box26 */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #dd3333;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #dd3333;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* ボタン光る */
.red-shiny a {
display: block;
position: relative;
z-index: 2;
overflow: hidden;
width: 100%;
font-weight: bold ;
border-bottom: solid 5px #f44744 ;
border-radius: 5px;
background-color: #F65E5B ;
color: #ffffff !important;
padding: 12px 0;
text-align: center;
text-decoration: none;
transition: .25s linear;
-webkit-transition: .25s linear;
-moz-transition: .25s linear;
}
.red-shiny {
display: block;
width: 100%;
margin-bottom: 1em;
}
.red-shiny a:hover {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.red-shiny a:before {
display: block;
position: absolute;
z-index: -1;
left: -30%;
top: -50%;
content: "";
width: 30px;
height: 100px;
transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
animation: shiny 2s infinite linear;
-webkit-animation: shiny 2s infinite linear;
-moz-animation: shiny 2s infinite linear;
}
@keyframes shiny {
0% { left: -30%; }
20% { left: 120%; }
100% { left: 120%; }
}
@-webkit-keyframes shiny {
0% { left: -30%; }
20% { left: 120%; }
100% { left: 120%; }
}
@-moz-keyframes shiny {
0% { left: -30%; }
20% { left: 120%; }
100% { left: 120%;}
}

/*infomationなどのスタイル全体*/
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before {
	padding-right: 0em;
	margin-top: 0em;
}
.information-box, .question-box, .alert-box, .information, .question, .alert{
    position: relative;
	padding: 1.5em 0.5em 0.5em 1em;
    box-sizing: border-box;
    background: #f7f7f7;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.information:before,.question:before,.alert:before,.information-box::before,.question-box::before,.alert-box::before{
	display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}
.information:after,.question:after,.alert:after,.information-box::after,.question-box::after,.alert-box::after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
	border: none;
}	
.information p,.question p,.alert p,.information-box p, .question-box p,.alert p{
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
.information cite,.question cite,.alert cite,.information-box cite,.question-box cite,.alert-box cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*infomationのスタイル*/
.information-box,.information{
background: #f4f6fd;	
}
.information-box::before,.information:before{
	content: "\f05a";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6fcdd9;
}
.information-box::after,.information:after{ 
	border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}
/*questionのスタイル*/
.question,.question-box {
background: #fdfcf0;	
}
.question:before,.question-box::before{
	content: "\f059";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #fba532;
}
.question:after,.question-box::after{ 
	border-bottom: solid 8px #de8001;
    border-right: solid 9px transparent;
}
/*alertのスタイル*/
.alert-box, .alert{
background: #f7e7e7;	
}
.alert-box:before,.alert::before{
	content: "\f071";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
	background: #f75b5b;
}
.alert-box::after,.alert:after{ 
	border-bottom: solid 8px #cc3939;
    border-right: solid 9px transparent;
}

/*infomationなどのスタイル全体*/
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before {
	padding-right: 0em;
	margin-top: 0em;
}
.information-box, .question-box, .alert-box, .information, .question, .alert{
    position: relative;
	padding: 1.5em 0.5em 0.5em 1em;
    box-sizing: border-box;
    background: #f7f7f7;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.information:before,.question:before,.alert:before,.information-box::before,.question-box::before,.alert-box::before{
	display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}
.information:after,.question:after,.alert:after,.information-box::after,.question-box::after,.alert-box::after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
	border: none;
}	
.information p,.question p,.alert p,.information-box p, .question-box p,.alert p{
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
.information cite,.question cite,.alert cite,.information-box cite,.question-box cite,.alert-box cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*infomationのスタイル*/
.information-box,.information{
background: #f4f6fd;	
}
.information-box::before,.information:before{
	content: "\f05a";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6fcdd9;
}
.information-box::after,.information:after{ 
	border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}
/*questionのスタイル*/
.question,.question-box {
background: #fdfcf0;	
}
.question:before,.question-box::before{
	content: "\f059";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #fba532;
}
.question:after,.question-box::after{ 
	border-bottom: solid 8px #de8001;
    border-right: solid 9px transparent;
}
/*alertのスタイル*/
.alert-box, .alert{
background: #f7e7e7;	
}
.alert-box:before,.alert::before{
	content: "\f071";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
	background: #f75b5b;
}
.alert-box::after,.alert:after{ 
	border-bottom: solid 8px #cc3939;
    border-right: solid 9px transparent;
}

/*バッジのスタイル*/
.sankou,
.sanko,
.reffer,
.ref{
  color: #fff;/*文字色*/
  background-color: #dd3333;/*背景色*/
  padding: 2px 5px 1px;/*内側の余白*/
  border-radius: 3px;/*角丸*/
  font-size: 15px;/*文字サイズ*/
  letter-spacing: 0.07em;/*文字間*/
  margin-right: 6px;/*バッジの右側に余白*/
}