@charset "UTF-8";
/*リニューアル前引き継ぎ*/
#entry_content .aligncenter {
  display: inline;
  margin: 0 auto;
  float: none;
}

br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}

.cta01_wrap {
  max-width: 700px;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  margin: 60px auto;
}
.cta01_wrap header {
  min-height: 110px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background: url(https://asiro.co.jp/wp-content/themes/ashiro/img/media/cta01_bg.png) center top;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .cta01_wrap header {
    min-height: 135px;
  }
}
.cta01_wrap header .header_img {
  position: absolute;
  width: auto;
  height: 137px !important;
  left: 50%;
  bottom: 0px;
  margin-left: -70px;
}
@media (max-width: 767px) {
  .cta01_wrap header .header_img {
    height: 147px !important;
    left: auto;
    right: -20px;
    margin-left: 0;
  }
}
.cta01_wrap .cta01_contets {
  padding: 30px 50px 40px 50px;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets {
    padding: 20px;
  }
}
.cta01_wrap .cta01_contets p {
  font-size: 18px !important;
  line-height: 200% !important;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets p {
    font-size: 15px !important;
    line-height: 180% !important;
    margin-bottom: 15px !important;
  }
}
.cta01_wrap .cta01_contets p strong {
  font-weight: bold;
}
.cta01_wrap .cta01_contets .cta01_btn {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets .cta01_btn {
    padding: 0 0 10px 0;
  }
}
.cta01_wrap .cta01_contets .cta01_btn a {
  position: relative;
}
.cta01_wrap .cta01_contets .cta01_btn a span.fukidashi {
  position: absolute;
  top: -30px;
  left: -30px;
  display: inline-block;
  color: #ff691a;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  z-index: 100;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets .cta01_btn a span.fukidashi {
    font-size: 13px;
    left: 50%;
    padding: 8px 20px;
    margin-left: 36px;
    top: -25px;
  }
}
.cta01_wrap .cta01_contets .cta01_btn a span.fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9.5px 0 9.5px;
  border-color: #ffffff transparent transparent transparent;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets .cta01_btn a span.fukidashi:before {
    left: 50%;
    bottom: -6px;
    margin-left: -4px;
  }
}
.cta01_wrap .cta01_contets .cta01_btn a span.text {
  width: 100%;
  height: 75px;
  border-radius: 9px;
  background: #ff691a;
  box-shadow: 0px 5px 0px #c34d10;
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 75px;
  position: relative;
  transition: .1s;
  top: 0;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets .cta01_btn a span.text {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
  }
}
.cta01_wrap .cta01_contets .cta01_btn a span.text:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://asiro.co.jp/wp-content/themes/ashiro/img/media/cta_btn_icon@2x.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .cta01_wrap .cta01_contets .cta01_btn a span.text:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    right: 15px;
  }
}
.cta01_wrap .cta01_contets .cta01_btn a:hover span.text {
  box-shadow: 0px 0px 0px #c34d10;
  top: 5px;
}

#entry_content .cta01_wrap ul {
  margin: 0;
  padding: 0;
  border: none;
}
#entry_content .cta01_wrap ul li {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #entry_content .cta01_wrap ul li {
    font-size: 15px;
  }
}
#entry_content .cta01_wrap ul li::before {
  content: '';
  width: 10px;
  height: 5px;
  border-left: none;
  border-bottom: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
}
#entry_content .cta01_wrap header ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 110px;
  padding: 20px 0px !important;
  background: none;
}
@media (max-width: 767px) {
  #entry_content .cta01_wrap header ul {
    display: block;
    min-height: 135px;
    padding: 15px 20px 10px 20px !important;
  }
}
#entry_content .cta01_wrap header ul li {
  color: #fff;
  font-weight: bold;
  width: 320px;
  text-align: center;
}
@media (max-width: 767px) {
  #entry_content .cta01_wrap header ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
  }
}
#entry_content .cta01_wrap header ul li::before {
  width: 18px;
  height: 16px;
  background: url(https://asiro.co.jp/wp-content/themes/ashiro/img/media/cta01_icon@2x.png) no-repeat center top;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #entry_content .cta01_wrap header ul li::before {
    width: 15px;
    height: 14px;
  }
}
#entry_content .cta01_wrap header ul .words_1 {
  order: 1;
}
#entry_content .cta01_wrap header ul .words_2 {
  order: 3;
}
#entry_content .cta01_wrap header ul .words_3 {
  order: 2;
}
#entry_content .cta01_wrap header ul .words_4 {
  order: 4;
}
#entry_content .cta01_wrap .item_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#entry_content .cta01_wrap .item_list li {
  background-color: #F0F7FC;
  border-radius: 7px;
  margin-right: 10px;
  padding: 20px 20px;
  font-size: 18px;
  color: #5D616E;
  line-height: 120%;
  border: 2px solid #E1EAF0;
  text-align: center;
}
@media (max-width: 767px) {
  #entry_content .cta01_wrap .item_list li {
    width: 32%;
    font-size: 13px;
    text-align: center;
    padding: 10px 5px;
    margin: 0;
  }
}
#entry_content .cta01_wrap .item_list li:last-child {
  margin-right: 0px;
}

/*yarppの領域*/
.related-post-title {
  background-color: #272c38;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.related-post {
  width: 100%;
  /*①記事幅に100%フィット*/
  overflow: hidden;
  margin-top: 5px;
  font-size: 15px;
}

/*１記事の領域*/
.related-entry {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  /*②１記事の領域（幅）*/
  font-size: 11px !important;
  /*文字サイズ*/
  line-height: 1.4;
  /*文字行高*/
  margin-bottom: 12px;
  /*下余白*/
}

.related-entry:nth-child(odd) {
  padding: 0 5px 0 0;
}

.related-entry:nth-child(even) {
  padding: 0 0 0 5px;
}

/*画像の設定*/
.related-entry a {
  color: #333333 !important;
}

.related-entry img {
  padding: 5px 0;
  width: 100%;
  height: 96px;
}

/*画像の装飾*/
.related-thumb a,
.related-thumb a img {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.related-thumb a:hover {
  opacity: 0.7;
  /*マウスオーバーで光る*/
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70) ”;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/*画面幅48em以上*/
@media screen and (min-width: 48em) {
  .related-entry {
    width: 32%;
    /*3列表示*/
    font-size: 14px !important;
    /*文字サイズ*/
    line-height: 1.4;
    /*文字行高*/
  }

  .related-entry:nth-child(odd) {
    padding: 0 0 0 0;
  }

  .related-entry:nth-child(even) {
    padding: 0 0 0 0;
  }

  .related-entry:nth-child(2) {
    margin: 0 10px;
  }

  .related-entry:nth-child(5) {
    margin: 0 10px;
  }

  .related-entry img {
    padding: 15px 0;
    width: 100%;
    height: 194px;
  }
}
/*balloon*/
.balloon-wrap {
  padding: 10px 0 40px 0;
  position: relative;
  min-height: 150px;
}

.balloon-wrap figure {
  width: 90px;
  height: 90px;
  border: 1px solid #DDD;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.balloon-wrap figure img {
  width: 100%;
  height: auto;
}

.balloon {
  position: relative;
  padding: 20px;
  background-color: #fff3ad;
  min-height: 30px;
  color: #333;
  border-radius: 5px;
}

.balloon-wrap p {
  font-size: 14px !important;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 20px;
}

.balloon p {
  margin-bottom: 0 !important;
}

/*左右設定*/
.balloon-wrap.right figure {
  top: 0;
  right: 0;
}

.balloon-wrap.left figure {
  top: 0;
  left: 0;
}

.balloon-wrap.right .balloon {
  margin-right: 120px;
}

.balloon-wrap.left .balloon {
  margin-left: 120px;
}

.balloon-wrap.right .balloon::before {
  right: -15px;
  border-left: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon-wrap.left .balloon::before {
  left: -15px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*color*/
.balloon-wrap.gray .balloon {
  background-color: #efefef;
}

.balloon-wrap.gray.right .balloon::before {
  border-left-color: #efefef;
}

.balloon-wrap.gray.left .balloon::before {
  border-right-color: #efefef;
}

.balloon-wrap.pink .balloon {
  background-color: #f1d9d9;
}

.balloon-wrap.pink.right .balloon::before {
  border-left-color: #f1d9d9;
}

.balloon-wrap.pink.left .balloon::before {
  border-right-color: #f1d9d9;
}

.balloon-wrap.blue .balloon {
  background-color: #d9e9f1;
}

.balloon-wrap.blue.right .balloon::before {
  border-left-color: #d9e9f1;
}

.balloon-wrap.blue.left .balloon::before {
  border-right-color: #d9e9f1;
}

.balloon-wrap.green .balloon {
  background-color: #eaf1d9;
}

.balloon-wrap.green.right .balloon::before {
  border-left-color: #eaf1d9;
}

.balloon-wrap.green.left .balloon::before {
  border-right-color: #eaf1d9;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

/*20210526追加*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.fwb {
  font-weight: bold;
}

.red {
  color: #de5c38;
  font-weight: bold;
}

.textcenter {
  text-align: center;
}

.mark{
background: linear-gradient(transparent 80%, #ffff66 40%);
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
font-weight: bold !important;
}

.frame{
border:1px solid #999;
padding:30px 10px 0;
margin-bottom:30px;
}

a.ext_icon {
  background: url(https://s3-ap-northeast-1.amazonaws.com/saiken-prod/ckeditor_assets/pictures/272/content_icon_external_link.gif) center right no-repeat;
  padding-right: 18px;
  margin: 0 2px 0 0;
}

.columns_affi_cta {
  background-color: #77C130;
  border-radius: 7px;
  -webkit-box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  text-decoration: none !important;
}

.cta_wrap {
  border: 1px solid #ddd;
  padding: 20px;
  width: 642px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .cta_wrap {
    border: 1px solid #ddd;
    padding: 1%;
    width: 97%;
  }

  .cta_wrap img {
    max-width: 100%;
    height: auto;
  }
}
#media #entry_content .supervisor {
  border: 3px solid #31859c;
  border-radius: 8px;
  padding: 25px;
}

#media #entry_content .supervisor .title {
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #31859c;
  font-size: 20px;
  margin-bottom: 20px;
}

#media #entry_content .supervisor p.img {
  width: 150px;
  float: left;
  margin-bottom: 0;
}

#media #entry_content .supervisor p.img img {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#media #entry_content .supervisor p.text {
  width: 585px;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  #media #entry_content .supervisor {
    padding: 3%;
  }

  #media #entry_content .supervisor p.img {
    width: 20%;
  }

  #media #entry_content .supervisor p.img img {
    width: 100%;
    height: 100%;
  }

  #media #entry_content .supervisor p.text {
    width: 78%;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #media #entry_content .supervisor .title {
    padding: 0 0 3%;
  }

  #media #entry_content .supervisor p.img {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    float: none;
  }

  #media #entry_content .supervisor p.text {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/*リニューアル前引き継ぎ_ここまで*/
.mb-0{ margin-bottom:0 !important; }
.mb-10{ margin-bottom:10 !important; }
.mb-15{ margin-bottom:15 !important; }
.mb-20{ margin-bottom:20 !important; }

