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

@media only screen and (min-width: 1030px) {
	.d-7of7 .cardtype__article {
	    width: 30%;
	    margin: 0 1% 25px 2%;
	}
}

li.hatebu.sns-btn__item ,
li.pkt.sns-btn__item {
	display: none;
}

.header, #footer-menu, .drawer__title {
	background: #0086AC;
}

nav.fixed-menu a {
	color: #fff;
	font-size: 16px !important;
	background: #F28701;
}

nav.fixed-menu a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  margin-left: 5px;
}

/*記事一覧の日時を非表示のための記述 ここから*/
/* .cardtype time {
	display: none;
}
.cardtype h2 {
	margin: 14px 13px 0;
}
.cardtype__link {
	padding-bottom: 15px;
} */
/*記事一覧の日時を非表示のための記述 ここまで
  表示になることがあればここまで削除してください*/



li#menu-item-124 a ,
li#menu-item-160 a {
    color: #fff !important;
    background: #F28701;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    margin-top: 8px;
    border: none;
    transition: 0.5s;
}
li#menu-item-1023 a {
    color: #fff !important;
    background: #0086AC;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    margin-top: 8px;
    border: none;
    transition: 0.5s;
}

li#menu-item-124 a:hover ,
li#menu-item-160 a:hover ,
li#menu-item-1023 a:hover {
	opacity: 0.8;
}

li#menu-item-124 a:after ,
li#menu-item-160 a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  margin-left: 5px;
}

.desktop-nav li#menu-item-124:after ,
.desktop-nav li#menu-item-160:after {
  background: none;
}



.desktop-nav li a {
    color: #444 !important;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    margin-top: 8px;
}

.desktop-nav li a:hover {
	color: #fff !important;
	background: #0086AC;
	border: 2px solid #0086AC;
}

.desktop-nav li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  margin-left: 5px;
}

.desktop-nav li:after {
  background: none !important;
}

.widget ul li a {
	color: #0086AC;
}

.widget ul li a:hover {
	opacity: 0.8;
}

.single-post h2 {
  position: relative;
  padding: 0.6em;
  background: #b8e4f1;
	border-left:none;
}

.single-post h3 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  border-left: solid 5px #0086AC;/*左線*/
}

.single-post h4 {
  color: #0086AC;/*文字色*/
  font-weight: bold;
}

/*投稿記事内のボタン*/
.single-post .wp-block-button__link {
  background: #F28701;
  font-weight: bold;
}
.single-post .wp-block-button__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*パンくずリスト非表示*/
#breadcrumb {
  /*display: none;*/
}

/*記事ページ 横幅狭いときに設定した内容*/
.single-post #inner-content {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

h1.home-colomn-ttl-h1 {
  text-align: center;
  margin-bottom: 15px;
}

/*サイドバー (回収した結果コンテンツ下部に表示されていた、検索エリア含むおすすめなどもろもろの箇所)*/
.insidesp {
  display: none;
}


.wrap {
    width: 92%;
    margin: 0 auto;
}
@media only screen and (min-width: 1030px) {
  .wrap {
    width: 1180px;
  }
}



/*--------------------------
パンくずリスト start
--------------------------- */

.breadcrumb_nav{
  width:100%;
  max-width: 1300px;
  margin: auto;
}

.breadcrumb-list {
  padding-left:20px;
  margin-left:0;
}

.breadcrumb-list li{
  display:inline;
  list-style: none;
  font-weight: normal;
}

.breadcrumb-list li:after {
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb-list li:last-child:after {
  content: '';
}

.breadcrumb-list li a {
  text-decoration: none;
  color: #0086ac;
  font-weight: bold;
}

.breadcrumb-list li a:hover {
  text-decoration: underline;
}

/*--------------------------
パンくずリスト end
--------------------------- */

.archive-kv-header-contents {
  margin-bottom: 20px;
}

.archive-kv-header-contents.kv-img {
  width: 100%;
  margin-bottom: 15px;
}

.archive-kv-header-contents .lead-txt {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .archive-kv-header-contents p.lead-txt {
    text-align: left;
    font-size: 14px;
  }
}

.minibnr {
  width: 600px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 750px) {
  .minibnr {
    width: 100%;
  }
}

#content {
  margin-top: 0;
}

.archive-kv-header-h1 {
  text-align: center;
}


@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.tag-area-wrap {

}

.tag-area {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .tag-area {
    justify-content: space-between;
  }
}

.tag-lead {
  color: #252525;
  font-size: 18px !important;
  font-weight: bold;
}

.tag-lead.sp {
  text-align: center;
  margin-bottom: 15px;
}

.tag-lead.pc {
  padding: 5px 0;
  margin-right: 15px;
}

.tag-area a.tag-cloud-link {
  width: 180px;
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  text-decoration: none;
  background: #0086AC;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 0.5s;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .tag-area a.tag-cloud-link {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    
  }
}
.tag-area a.tag-cloud-link:hover {
  opacity: 0.7;
}

.result-footer-contents-area {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.result-footer-contents-area-wrap {
  border-bottom: 2px solid #ccc;
}
.single .result-footer-contents-area {
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .single .result-footer-contents-area {
    padding-bottom: 20px;
  }
}

.footer-contents-lead {
  margin-bottom: 15px;
}

.archive-cv-btn {
  text-align: center;
  margin-bottom: 25px;
}
.archive-cv-btn:last-child {
  margin-bottom: 0;
}

#inner-content .archive-cv-btn .btn {
  display: block;
  width: 100%;
  max-width: 560px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  background: #DAB43A;
  border-radius: 30px;
  padding: 15px;
  transition: 0.5s;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #inner-content .archive-cv-btn .btn {
    width: 90%;
    font-size: 18px;
  }
}

#inner-content .archive-cv-btn .btn:hover {
  opacity: 0.7;
}
.liner {
  background: linear-gradient(transparent 40%, #fff04f 0%);
}

.txt-bold {
  font-weight: bold;
}

.border-top-gray-area {
  border-top: 2px solid #dadada;
  padding-top: 20px;
}

.category-result .wp-block-button__link {
  display: block;
  width: 90%;
  max-width: 370px;
  margin: 0 auto 15px auto;
}

/* PCヘッダーメニュー右から2番目のグリーンボタン（「〇〇講習」や「高3生新学期特別無料講習」などを設置している「資料請求」の隣のボタン）の
項目名が長いときにだけ使用するcss
ここから */
@media only screen and (min-width: 768px) {
  #logo img {
      padding: 12px 6px 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .desktop-nav li a {
    padding: 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0 8px;
  }
}
/* PCヘッダーメニュー右から2番目のグリーンボタン（「〇〇講習」や「高3生新学期特別無料講習」などを設置している「資料請求」の隣のボタン）の
項目名が長いときにだけ使用するcss
ここまで */

h2.wp-block-sgb-headings.sgb-heading {
  background: none;
}

.icon-area {
  width: 560px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .icon-area {
    width: 100%;
  }
}

.icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.icon-wrap .img-box {
  width: 20%;
  margin: auto 0;
}

.icon-wrap .txt-box {
  width: 76%;
  margin: auto 0;
}

/* 左向きふきだし */
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #B8E4F1;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .balloon1-left {
    padding: 10px;
  }
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #B8E4F1;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


/* 右向きふきだし */
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #B8E4F1;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .balloon1-right {
    padding: 10px;
  }
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #B8E4F1;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

.icon-area-wrap .contents-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .icon-area-wrap .contents-ttl {
  }
}

.ttl-box-area .ttl-txt {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #f5a15f;
  /* background: #00B4CD; */
  padding: 10px;
  margin: 0;
}


.ttl-box-area .txt-area {
  background: #fff9eb;
  /* background: #B8E4F1; */
  padding: 15px;
}

.bold-txt {
  font-weight: bold;
}
.point-txt {
  color: #C02636;
}
.orange-txt {
  color: #F5A15F;
}

.gaiyo-contents {
  border: 3px solid #232323;
  padding: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .gaiyo-contents {
    padding: 15px;
  }
}

.gaiyo-contents .contents-ttl {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #0086ac;
  padding-left: 8px;
}

.gaiyo-list p {
  font-weight: bold;
  margin-bottom: 20px;
}


.gaiyo-list p span.info-txt {
  font-size: 14px;
  font-weight: normal;
}

.gaiyo-contents-wrap .border-content {
  border-bottom: 2px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .gaiyo-contents-wrap .entry-content {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}

#inner-content .gaiyo-contents-wrap .archive-cv-btn .btn {
  background: #5b9bd5;
}

#inner-content .gaiyo-contents-wrap .archive-cv-btn .orange-btn {
  /* background: #ed7d31; */
  background: #E4743B;
}

.result-footer-area {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .result-footer-area {
    margin-top: 25px;
  }
}
.result-footer-area .result-footer-contents-area-wrap {
  margin-bottom: 30px;
}

/* ====================================================================================
新しいヘッダーの設置関連ここから
==================================================================================== */

/* =================================
master.cssの内容
================================= */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

   * {
    box-sizing: border-box;
  }
  /*SPメニュークリック時に出てくる青い枠線を非表示*/
  *:focus {
    outline: none;
  }
  ::before,
  ::after {
    box-sizing: inherit;
  }
  

/* =================================
header_footer.cssの内容
================================= */
.pc_mc {
  display: block !important;
}
.sp_mc {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  .pc_mc {
    display: none !important;
  }
  .sp_mc {
    display: block !important;
  }
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (min-width: 1181px) {
    .h1_logo {
      width: 26% !important;
    }

    .h1_logo a img{
      text-align: center;
    }
  }

.global-header{
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 18%);
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: fixed;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 1181px) {
  .menu{
    height:80px;
  }
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  max-width:1450px;
  height:80px;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  width: 8%;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1em 0;
  display: block;
  box-sizing: border-box;
  max-height:80px;
}

.header-icon  {
  text-align: center;
}

.menu > ul > li > a > img {
  height:50px;
}
.menu > ul > li:hover {
  background: #eff6fb;
}

.menu_link_title {
  font-size: 1.2em;
  font-weight: bold;
}

.menu_link_title i {
  font-size: 1.3em;
}

.menu-title {
  font-size: 17px;
  color: #0086AC !important;
  font-weight: bold;
  display:block;
}
.menu-no-hover:hover{
  opacity:1.0 !important;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 1px solid #0086AC;
  overflow:auto;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  border-right: 1px solid #0086AC;
  margin-left: 4.5%;
  height:280px;
}
.menu > ul > li > ul > li:after{
  clear:both;
}
.menu > ul > li > ul > li > a > img{
  display: block;
  height:100%;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 100%;
  display: block;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding:0px;
  margin: 0;
  font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
  font-size: 1.2em;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

/* ====================================================================================
新しいヘッダーの設置関連ここまで
==================================================================================== */

.widget h4 + * {
  padding: 0px 10px;
}

.widget ul li a {
  padding: 8px 7px;
}

@media screen and (min-width: 1181px) {
  .sp-header-area {
    display: none;
  }
}
#drawer #drawer__open {
  right: 0;
  left: auto;
}

#drawer__content .widget {
  margin: 0;
}

.widget ul li a {
  color: #00204a;
}
.widget ul li {
  border-bottom: 1px solid #0086AC;
}
.widget ul li:last-child {
  border-bottom: none;
}

#drawer__content .widget#nav_menu-7 {
  border-top: 1px solid #0086ac;
}

#drawer__content .widget#nav_menu-7 ul li a {
  background: #abd3de;
  padding: 8px 17px;
}
#drawer__content .widget#nav_menu-7 ul li#menu-item-1813 a {
  background: #ffedb7;
  border-bottom: 1px solid #0086AC;
}

.widgettitle {
  font-size: 15px;
}
.widgettitle {
  color: #fff !important;
  background-color: #0086ac !important;
}
h4.widgettitle.has-fa-before {
  margin: 0;
}

.main-bdr, #inner-content .main-bdr {
  margin-top: 110px;
}
@media screen and (max-width: 1180px) {
  .main-bdr, #inner-content .main-bdr {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .single #content, .page #content {
      margin-top: 0;
  }
}

.home #main ,
.single #main {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .home #main ,
  .single #main {
    margin-top: 0;
  }
}

#archive_header {
  margin: 0 0 1.5em 0;
}

@media screen and (max-width: 1180px) {
  #drawer__open {
    display: block;
  }
}

.home .home_top {
  display: none;
}

.archive.category.category-result.category-12 #archive_header {
  display: none;
}