/* カスタム CSS をここに入力してください */

.click {
  color: #1A0DAB
}

/* 見出し */
.yellow{
 background: linear-gradient(transparent 0%, #fff799 0%);
 font-weight: bold; 
border-radius:6px;
font-size: 1.5rem;
}


.pink {
 background: linear-gradient(transparent 0%, #ffc1e0 0%);
 font-weight: bold; 
border-radius:6px;
font-size: 1.5rem;
}



/* 見出し */
.midashi {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #BB0021;
	border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: bold;
    margin:40px 0 20px 0;

}


/* まとめ */
.matome {
    background: #303030;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
    padding: 15px 15px;
}

/* 小見出し */
.komidashi{
position: relative;
padding-left: 35px;
    font-weight: bold;
  margin: 50px 0 15px 0;
  
}
.komidashi:before{
position: absolute;
font-family: FontAwesome;
content: "\f0eb";
background: #0C2F95;
color: white;
font-weight: normal;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.komidashi:after {/*吹き出しのちょこんと出た部分*/
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #0C2F95;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


.komidashi_123:first-letter {
font-size: 1.5rem;
color: #1a1a1a;
}
.komidashi_123{
border-bottom:solid 2px #1a1a1a;
}



.tac {
 text-align: center; 
}
.contact-wrap {
margin-top: 100px;
}

/*================
サービスのページ
==================*/
.service_section {
  margin-top: 100px;
}

/*================
single.php
==================*/
.single_page {
width: 80%;
margin: 100px auto 0 auto;
}
.colum_wrap {
  overflow: hidden;
}
.kiji {
  float: left;
  width: 65%;
}


.sidebar {
  float: left;
  width: 34%;
}

.title {
  background: #f6f6f6;
  padding: 15px;
  border-bottom: 3px #BB0020 solid;
  border-top: 3px #BB0020 solid;
}
.wp-post-image {
  width: 100%;
  height: auto;
}
.wp-post-image:hover {opacity: 0.8;}
.widgettitle {
background: #f6f6f6;
  padding: 5px 10px;
  font-size: 15px;
}

ul {
  list-style: none;
}
@media (max-width: 768px) {
.single_page {width: 95%;}
.kiji {width: 100%; margin: 0; padding: 0; }
.sidebar {width: 100%; margin-left: -40px; padding: 0;}
}
@media (max-width: 400px) {
.single_page {margin-top: 30px;
              width: 95%;}
}



/*================
category.php
は上記から流用しています。
==================*/
.category_title {
  margin: 0;
  font-size: 40px;}

/*================
コンタクトページ
==================*/
.contact_hp {
  width: 100%;
  margin-top: 150px;
  margin-bottom: 100px;
}


/*================
記事のあとに出てくるカテゴリー
==================*/
.post-categories {padding: 0;}


.link {color:#05BAD1}


/*================
トップぺージ最新記事表示のCSS
==================*/
.top_wp h2 {
text-align: center;
font-family: impact;
}
.top_wp ul {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.thumbnail_wptop {
width: 90px;
}

.top_wp li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.title_wptop{
  margin-left: 3%;
  max-width:600px;
}
.ymd {
  background: #424242;
  color: #ffffff;
  padding: 1px 5px;
  border-radius:3px;
  display:inline-block;
  margin-bottom:5px;
  font-family: "メイリオ", sans-serif;
  font-size:1rem;
}
@media (max-width: 400px) {
.thumbnail_wptop {
  width: 60px;
}
.title_wptop {
 width:200px;
}
}



/*================
ブログ枠黒線
==================*/
.box01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box_01 p {
    margin: 0; 
    padding: 0;
}


img { 
    max-width: 100%; 
    height:auto;
}

/*================
ブログ枠青枠
==================*/
.box02 {
    padding: 3% 2%;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
    display:inline-block;
}
.box02 p {
    margin: 0; 
    padding: 0;
}


.youtube {
max-width: 800px;
  height: auto;
}

body{font-size: 14px;}


.kiji_font {font-size: 16px;}

.blog_time {color: #8B8B8B}





/*================
スマホテキスト小さくなる現象解消
==================*/



@media (max-width: 400px) {
.sp_font {
  font-size: 1.3rem;
}
}




/*--------------------------------
お客様の声　カスタム投稿ページ
---------------------------------*/

.voice_content {
	box-shadow: 0px 0px 28px -13px #777777;
	padding: 3%;
	border-radius: 15px;
}
	
	/*--------------------------------
トップページ　
---------------------------------*/
.ttr_width {
	max-width: 500px;
}

@media screen and (min-width: 768px) {
.info_wrap {
		display: flex;
	justify-content: center;
	}
}



