@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Noto+Serif+JP:wght@400;600&display=swap");
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*  -----※併用不可------  */
/*縦中央*/
/*横中央*/
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
#main section {
  padding-bottom: 25px;
}

h3 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 10px 0 8px;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

#partner {
  /*----------------
  2025.01.16追加
  ------------------------------------*/
}
#partner .pdf {
  color: #c1272d;
}
#partner .excel {
  color: #009245;
}
#partner #invoice h2 {
  margin-bottom: 25px;
}
#partner #invoice .txt_l {
  font-size: 1.6rem;
  line-height: 1.7;
}
#partner #invoice .kome_li {
  margin: 20px 0 30px;
  padding: 0;
}
#partner #invoice .kome_li li {
  margin-bottom: 5px;
}
#partner #invoice .kome_style {
  text-indent: -1em;
  margin-left: 1em;
  list-style: none;
}
#partner #invoice .kome_style::before {
  content: "※";
}
#partner #invoice .invoice_dl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#partner #invoice .invoice_dl_box {
  width: 100%;
  margin-bottom: 15px;
}
#partner #invoice .invoice_dl_title {
  color: #0088bd;
  text-align: center;
  width: 100%;
  padding: 10px 10px 8px;
  border: 2px solid #0088bd;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.8rem;
}
#partner #invoice .dl_list {
  padding: 0;
  text-align: center;
}
#partner #invoice .dl_list li {
  list-style: none;
  margin-bottom: 8px;
}
#partner #invoice .dl_list li a {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  border-bottom: 1px solid #0088bd;
}
#partner #invoice .dl_list li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#partner #invoice .use_flow .flow_title {
  text-align: left;
  color: #0088bd;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#partner #invoice .use_flow .flow_list {
  margin-left: 1.5em;
}
#partner #invoice .use_flow .flow_list li {
  list-style: decimal;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  #partner #invoice .invoice_dl_box {
    width: 48%;
  }
  #partner #invoice .left_box {
    margin-right: 4%;
  }
}
#partner .square_title {
  text-align: left;
  color: #0088bd;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-indent: -1em;
  margin-left: 1em;
}
#partner .square_title::before {
  content: "■";
  font-size: 2rem;
}
#partner .dia_title {
  font-weight: bold;
}
#partner .inner_link {
  color: #0088bd;
  border-bottom: 1px solid #0088bd;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#partner .inner_link:hover {
  opacity: 0.5;
}
#partner .link_area {
  margin-bottom: 15px;
}
#partner .section02 .download_area {
  margin-bottom: 30px;
}
#partner .section02 .important_point {
  margin-top: 15px;
}
#partner .section02 .important_point_list {
  padding: 0;
  margin: 0;
}
#partner .section02 .important_point_list li {
  list-style: none;
  margin-bottom: 5px;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
#partner .section02 .important_point_list li span {
  color: red;
  position: relative;
}
#partner .section02 .important_point_list li span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 2px;
  background: red;
}
#partner .link_btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  background: #0088bd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 6px 35px;
  border-radius: 7px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#partner .link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url("../img/partner/link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#partner .link_btn:hover {
  opacity: 0.6;
}
#partner .pdf_btn {
  background: #c1272d;
}
#partner .pdf_btn::after {
  background-image: url("../img/partner/pdf.svg");
}
#partner .excel_btn {
  background: #009245;
}
#partner .excel_btn::after {
  background-image: url("../img/partner/download.svg");
}