/*
Template:quadra_biz001
Theme Name:BUNTANサポート｜child
Author:Reiji Fujiwara
Author URI:https://amsolutions.jp/
Version:1.0.1
*/

/* ヘッダーエリア　追加スタイル */
#header_logo a {
  pointer-events: none;
}
/* END ヘッダーエリア　追加スタイル */


/* MVエリア　追加スタイル */
h2.animate_item span {
	color: #003893;
}
/* END MVエリア　追加スタイル */

/* mainエリア　追加スタイル */
#archive .inner .post_list a p.desc {
  display: none;
}
/* END mainエリア　追加スタイル */

/* トップページスタイル */
#front_page_contents {
  padding-top: 80px;
}

#front_page_contents .front_page_contents_t {
  text-align: center;
}

#front_page_contents h2.front_page_contents_title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 50px;
}

#front_page_contents h2.front_page_contents_title::before {
  content: "";
  position: absolute;
  bottom: -5.5px;
  left: 0;
  width: 100%;
  border-bottom: 3px dotted #0093cb;
}

#news_area {
  margin-bottom: 120px;
}

#news_area .news_area_list .news_area_list_item {
  padding: 30px 0;
  border-bottom: 1px solid #ADADAD;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_date {
  margin-right: 20px;
  font-size: 16px;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_category {
  margin-right: 20px;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_category a {
  display: block;
  text-align: center;
  width: 160px;
  padding: 6px 0;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_text {
  width: 100%;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_text a {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_text a::after {
  position: absolute;
  content: ">";
  right: 10px;
}

#news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_text a:hover {
  transform: translateY(-5px);
  color: #0093cb;
}

#news_area .news_area_more_btn {
  text-align: center;
  margin-top: 50px;
}

#news_area .news_area_more_btn a {
  padding: 15px 50px;
  text-align: center;
  background-color: #0093cb;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #0093cb;
}

#news_area .news_area_more_btn a:hover {
  background-color: #fff;
  color: #0093cb;
  border-radius: 10px;
}

#link_area .link_area_contents .link_area_contents_beginner {
  text-align: center;
  margin-bottom: 50px;
}

#link_area .link_area_contents .link_area_contents_beginner a {
  display: inline-block;
  transition: .3s;
}

#link_area .link_area_contents .link_area_contents_beginner a:hover {
  filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.3));
}

#link_area .link_area_contents .link_area_contents_beginner .link_area_contents_beginner_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#link_area .link_area_contents .link_area_contents_beginner .link_area_contents_beginner_flex img {
  height: 80px;
  padding: 30px;
}

#link_area .link_area_contents .link_area_contents_beginner .link_area_contents_beginner_flex p {
  font-size: 28px;
  font-weight: bold;
  padding: 40px 80px;
  border: 3px solid #0093cb;
  border-radius: 15px;
  color: #0093cb;
  background-color: #fff;
}

#link_area .link_area_contents .link_area_contents_link_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

#link_area .link_area_contents .link_area_contents_link_flex .link_area_contents_link_flex_btn a {
  display: inline-block;
  margin: 10px 15px;
  width: 350px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background-color: #0093cb;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid #0093cb;
  text-align: center;
}

#link_area .link_area_contents .link_area_contents_link_flex .link_area_contents_link_flex_btn a:hover {
  color: #0093cb;
  background-color: #fff;
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex {
  display: flex;
  justify-content: space-between;
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_email,
#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_tel {
  display: block;
  text-align: center;
  width: 450px;
  border: 3px solid #0093cb;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  transition: .3s;
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_email:hover,
#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_tel:hover {
  filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.3));
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_email h3,
#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_tel h3 {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_email img,
#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_tel img {
  display: inline;
  width: 20px;
  height: 20px;
  background-color: #0093cb;
  border-radius: 50%;
  padding: 10px;
  object-fit: cover;
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_email p,
#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_tel p {
  font-size: 16px;
}

#customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width:751px) {
  #news_area .news_area_list .news_area_list_item .news_area_list_item_inner {
    flex-direction: column;
    align-items: normal;
  }

  #news_area .news_area_list .news_area_list_item .news_area_list_item_inner .news_area_list_category a {
    margin: 10px 0;
  }

  #front_page_contents h2.front_page_contents_title {
    font-size: 20px;
  }

  #link_area .link_area_contents .link_area_contents_beginner .link_area_contents_beginner_flex p {
    font-size: 18px;
    padding: 10px 20px;
  }

  #link_area .link_area_contents .link_area_contents_beginner .link_area_contents_beginner_flex {
    padding: 10px;
  }

  #link_area .link_area_contents .link_area_contents_beginner .link_area_contents_beginner_flex img {
    height: 60px;
    padding: 15px
  }

  #link_area .link_area_contents .link_area_contents_link_flex {
    flex-direction: column;
  }

  #customer_support_area .customer_support_area_item .customer_support_area_item_flex {
    flex-direction: column;
    align-items: center;
  }

  #customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_email,
  #customer_support_area .customer_support_area_item .customer_support_area_item_flex .customer_support_area_item_flex_tel  {
    margin-bottom: 20px;
    width: 95%;
    box-sizing: border-box;
  }
}

/* END　トップページスタイル */

/* ニュース一覧ページ */



/* END　ニュース一覧ページ */

/* フッターエリア　追加スタイル */
#footer #footer_top {
  width: 380px;
}

#footer #footer_top .desc a{
  color: #fff;
  text-decoration: underline;
}

.footer_certification_logo {
  display: flex;
  justify-content: space-between;
}

.footer_certification_logo .footer_certification_logo_img {
  background-color: #fff;
  padding: 5px;
  position: relative;
  width: 100%;
  height: 90px;
}

.footer_certification_logo .footer_certification_logo_img img {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer_logo .logo a {
  pointer-events: none;
}

#footer_menu .footer_menu li:first-of-type a {
  color: #fff;
}

#footer_menu div.footer_menu:nth-child(2) a {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #fff;
  color: #003893;
  font-weight: bold;
  font-size: 20px;
}

#footer_menu div.footer_menu:nth-child(2) a:hover {
  background-color: #003893;
  color: #fff;
}


/* END フッターエリア　追加スタイル */
/* 目次　追加スタイル */
#toc_container {
  padding: 30px;
  border-radius: 10px;
}

/* END 目次　追加スタイル */
/* お知らせ一覧　追加スタイル */
.news_cat_menu {
  margin-bottom: 30px;
}
.news_cat_menu .front_page_contents_t {
  text-align: center;
}

.news_cat_menu h2.front_page_contents_title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 50px;
}

.news_cat_menu h2.front_page_contents_title::before {
  content: "";
  position: absolute;
  bottom: -5.5px;
  left: 0;
  width: 100%;
  border-bottom: 3px dotted #0093cb;
}

#news_topics_archive_main_contents {
  width: 1130px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

.news_cat_menu_inner {
  background-color: #eeeeee;
  padding: 20px;
}

.news_cat_menu .news_cat_menu_inner .news_cat_menu_flex {
  display: flex;
  justify-content: space-between;
}

.news_cat_menu_flex a {
  position: relative;
  color: #2B6EA0;
  padding: 5px 10px;
  font-weight: 600;
}

.news_cat_menu_flex a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2B6EA0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  }
  
  .news_cat_menu_flex a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
  }

.news_cat_menu_flex .current a {
  color: #fff;
  pointer-events: none
}

#news_topics_single_main_contents {
  width: 800px;
  padding: 60px 0 150px;
  margin: 0 auto;
}

@media screen and (max-width:751px) {
  #news_topics_archive_main_contents {
    width: 100%;
  }

  #news_topics_single_main_contents {
    width: 100%;
  }

  .news_cat_menu .news_cat_menu_inner .news_cat_menu_flex {
    flex-direction: column;
    width: 100%;
  }

  .news_cat_menu .news_cat_menu_inner .news_cat_menu_flex li {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    border: 1px solid #fff;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .news_cat_menu_flex .current a {
    color: #dfdfdf;
  }
}
/* END お知らせ一覧　追加スタイル */