@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/




h2{
color: #424242;
}


h3{
color: #424242;
}


h4{
color: #424242;
border-bottom: solid 2px #364e96;
}



/*タイトル下のギザギザを消す*/
.nothumb .entry-meta:after, .nothumb .page-title:after {
 content: none;
}





/*--------------------------------------
緑ボタン
--------------------------------------*/
.btn-green {
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    width:94%;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:20px 10px 20px 10px;
    color:#ffffff;
    background-color:#23c41b;
    border-radius:5px;
  }
.btn-green:hover{
	color:#FFFFFF;
  	-moz-opacity: 0.8;
	opacity: 0.8;
}




/*オリジナルふきだし基本コード*/
.hukidashi .name{
    margin-top: 0.5em;
    font-size: 0.7em;
    color: #666;
    font-weight: bold;
}
.hukidashi{
    margin:1em 0 1.3em;
    font-size:0.95em;
}
.hukidashi .hc{
    border:3px solid #FAFAFA;
    background-color: #FAFAFA;
    color: #555;
    margin-top: 0.5em;
    position:relative;
  width: calc(100% - 6em);
    border-radius:12px;
}
.hukidashi.left .hc{
    float:right;
    padding: 1em 0.8em 1em 1em;
}
.hukidashi.right .hc{
    float:left;
    padding: 1em 1em 0.8em 1em;
}
.hukidashi.left .hc:before {
    content: '';
    position: absolute;
    border-right: 1.1em solid #FAFAFA;
    border-bottom: 0.8em solid transparent;
    border-top: 0.8em solid transparent;
    top: 1em;
    left: -0.8em;
}
.hukidashi.right .hc:before {
    content: '';
    position: absolute;
    border-left: 1.1em solid #FAFAFA;
    border-bottom: 0.8em solid transparent;
    border-top: 0.8em solid transparent;
    top: 1em;
    right: -0.8em;
}
.hukidashi .hc h2,
.hukidashi .hc h3,
.hukidashi .hc h4,
.hukidashi .hc h5 {
    margin:10px 0!important;
    padding:0;
}
.hukidashi .hc p {
    margin-bottom:1em;
}
.hukidashi .hc p:last-child{
    margin-bottom:0;
}
.hukidashi .icon{

    text-align:center;
}
.hukidashi.left .icon{
    float:left;
}
.hukidashi.right .icon{
    float:right;
}

.hukidashi .icon img{
    border-radius:50%;
    width:5em;
    margin:0;
    border: 3px solid #FAFAFA;
    background: #FAFAFA;
}

/* --- グレーの吹き出し --- */
.hukidashi.gray .hc{
background-color: #e2e2e2	;
border-color: #e2e2e2	;
}
.hukidashi.left.gray .hc:before{
border-right-color: #CFCDCD;
}
.hukidashi.left.gray .hc:after{
content:none;
}
.hukidashi.right.gray .hc:before{
border-left-color: #e2e2e2	;
}
.hukidashi.right.gray .hc:after{
content:none;
}
.hukidashi.gray .hc{
color: #555555;
}
.hukidashi.gray .icon img {
background-color: #FFFFFF;
border-color: #FFFFFF;
}



/* --- 水色の吹き出し --- */
 .hukidashi.lc .hc{
 background-color: #C0E7F6;
 border-color: #C0E7F6;
 }
 .hukidashi.left.lc .hc:before{
 border-right-color: #C0E7F6;
 }
 .hukidashi.left.lc .hc:after{
 content:none;
 }
 .hukidashi.right.lc .hc:before{
 border-left-color: #C0E7F6;
 }
 .hukidashi.right.lc .hc:after{
 content:none;
 }
 .hukidashi.lc .hc{
 color: #555555;
 }
 .hukidashi.lc .icon img {
 background-color: #FFFFFF;
 border-color: #FFFFFF;
 }


/* --- トップページの記事タイトルのフォントサイズ --- */
h2.page-title{
font-size: 30px;
}



/* --- 集客ページの記事タイトルのフォントサイズ --- */
h1 {
font-size: 35px;
}


/* --- 右矢印箇条書きの色をオレンジに変更 --- */
.entry-content .li-chevron ul {
    border-color: #ffc042;
}
.entry-content .li-chevron li:before {
  color: #ffc042;
}

/*ロゴ画像を横全体に表示*/
#inner-header, #drawer + #inner-header,#logo{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.header--center #logo img {
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 600px;
}
.header--center #logo {
    padding: 0;
}
/*END ロゴ画像を横全体に表示*/


/* ヘッダーコンテンツ */

.headerContents {
  background: #fff;
  padding: 1em;  
}

.tips li {
  padding-top: 1.5em;
}

.headerContents h2 {
  background: #00336D;
  color: #fff;
  padding: .5em;
  margin: 0;
  text-align: center;
}

.tips h3 {
  color: #00336D;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0;
  min-height: 60px;
}

.tips img {
  margin: 1em auto 1.5em auto;
  display: block;
}

.tips p {
  line-height: 1.4;
  height: 2em;
  text-align: center;

}

.circle {
  background: #ffc042;
  color: #fff;
  font-size: .7em;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-arrow {
  background: #ffc042;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: .1em;
  border-radius: 7px;
  position: relative;
}

.btn-arrow:after {
  border-top: 16px solid #ffc042;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -24px;
}

.message {
  text-align: center;
  padding: 2em 0;
  font-size: 1.2em;
  font-weight: bold;
}

.message p {
  margin: 0;
}

@media (min-width: 768px) {

  .tips {
    overflow: hidden;
  }

  .tips li {
    width: 49%;
    float: left;
    padding: 1em;
  }
.tips p {
  text-align: left;

}
}

/* ランキング */

.entry-content .ranking {
    border: none;
    list-style: none;
	padding: 0;
}

.rankingArea {
  padding: 1em;
}

.rankingArea h2 {
  background: #00336D;
  color: #fff;
  margin: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
  
}


@media only screen and (min-width: 600px) {
 .rankingArea h2:before {
  content: '';
  display: inline-block;
  width: 92px;
  height: 20px;
  background-image: url(https://car-teacher.com/wp-content/uploads/2018/05/recommend.png) ;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.rankingArea h2:after {
  content: '';
  display: inline-block;
  width: 33px;
  height: 20px;
  background-image: url(https://car-teacher.com/wp-content/uploads/2018/05/car.png);
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
}
}

.ranking > li {
  margin-bottom: 3em;
}

.ranking h3 {
	border: none;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	line-height: 1.3;
}

.siteName {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.crown {
  width: 70px;
  height: 62px;
  display: block;
	float: left;
  text-indent: -9999px;
   margin-right: 10px;
}

.crown-first {
  background: url(https://car-teacher.com/wp-content/uploads/2018/05/first.png) top left;
}

.crown-second {
  background: url(https://car-teacher.com/wp-content/uploads/2018/05/second.png) top left;
}

.crown-third {
  background: url(https://car-teacher.com/wp-content/uploads/2018/05/third.png) top left;
}

.ad img {
  display: block;
  margin: 0 auto;
}

.ranking h4 {
  background: #ffc042;
  padding: .5em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.point {
  padding: 1em 0 0 0;
}

.point ul {
  padding: 1em 1em 1em 2.5em;
  border: 1px solid #eee;
}

.point li {
  position: relative;
  margin-bottom: .5em;
  line-height: 1.2;
  list-style: none;
}

.point li:before {
 content: " \f14a";
 font-family: FontAwesome;
 color: #ffc042;
 position: absolute;
 font-weight: normal;
 left: -1.5em;
}

.linkBtn {
  text-decoration: none;
  text-align: center;
  padding: 1em .5em;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  width: 100%;
	margin: 1em auto;
  box-sizing: border-box;
  color: #fff;
}

.linkBtn:hover {
  opacity: .6;
}

.btn-blue {
  background: #26aee2;
}

.btn-green {
  background: #3cca3a;
}

@media only screen and (min-width: 1000px) {
  .rankingArea .wrapper {
    overflow: hidden;
  }
  .fLeft {
    width: 50%;
    float: left;
	 padding: 0 .5em;
	  box-sizing: border-box;
  }
  .fRight {
    width: 50%;
    float: right;
	 padding: 0 .5em;
	  box-sizing: border-box;
  }
  .ranking h4 {
      margin: 0;
  }
	.point {
		padding: 0;
	}
	.linkBtn {
		width: 100%;
		display: inline-block;
	}
	.linkBtn:first-of-type {
		margin-right: 1%;
	}
}
