<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  top.css
 style info :  NEW TOPページのみ cssの定義
=================================================================== */
/*---------------
  title 
----------------*/
h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ページタイトル ***************************/
#pagetitle01 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #066598;
}
@media only screen and (max-width: 979px) {
  #pagetitle01 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle01 {
    padding: 32px 0;
  }
}
#pagetitle01 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #ffffff;
}
@media only screen and (max-width: 690px) {
  #pagetitle01 h2 {
    font-size: 26px;
  }
}

#pagetitle02 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 979px) {
  #pagetitle02 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle02 {
    padding: 32px 0;
  }
}
#pagetitle02 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle02 h2 {
    font-size: 26px;
  }
}
#pagetitle02 h2:after {
  content: "";
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: -16px;
  left: 24px;
  background-color: #329bd2;
}
@media only screen and (max-width: 690px) {
  #pagetitle02 h2:after {
    bottom: -12px;
    left: 3%;
    width: 24px;
  }
}

#pagetitle03 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 979px) {
  #pagetitle03 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle03 {
    padding: 32px 0;
  }
}
#pagetitle03 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #333333;
  position: relative;
  padding-left: calc(24px + 0.8em);
}
@media only screen and (max-width: 690px) {
  #pagetitle03 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle03 h2 {
    padding-left: calc(3% + 0.8em);
  }
}
#pagetitle03 h2:after {
  content: "";
  width: 6px;
  height: calc(100% - 0.1em);
  position: absolute;
  top: 0;
  left: 24px;
  background-color: #329bd2;
}
@media only screen and (max-width: 690px) {
  #pagetitle03 h2:after {
    left: 3%;
  }
}

#pagetitle04,
.pagetitle04 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background: url(../image/title02_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 979px) {
  #pagetitle04,
.pagetitle04 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle04,
.pagetitle04 {
    padding: 32px 0;
  }
}
#pagetitle04 h2,
.pagetitle04 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (max-width: 690px) {
  #pagetitle04 h2,
.pagetitle04 h2 {
    font-size: 26px;
  }
}

#pagetitle05 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #066598;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle05 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle05 {
    padding: 32px 0;
  }
}
#pagetitle05 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #ffffff;
}
@media only screen and (max-width: 690px) {
  #pagetitle05 h2 {
    font-size: 26px;
  }
}

#pagetitle06 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #f5f5f5;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle06 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle06 {
    padding: 32px 0;
  }
}
#pagetitle06 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle06 h2 {
    font-size: 26px;
  }
}
#pagetitle06 h2:after {
  content: "";
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 40px);
  background-color: #DF0000;
}
@media only screen and (max-width: 690px) {
  #pagetitle06 h2:after {
    bottom: -24px;
  }
}

#pagetitle07 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  #pagetitle07 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle07 {
    padding: 32px 0;
  }
}
#pagetitle07 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle07 h2 {
    font-size: 26px;
  }
}
#pagetitle07 h2:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  background-color: #DF0000;
}
@media only screen and (max-width: 690px) {
  #pagetitle07 h2:after {
    bottom: -24px;
  }
}

#pagetitle08 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #066598;
  background-color: #f5f5f5;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle08 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle08 {
    padding: 32px 0;
  }
}
#pagetitle08 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle08 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 690px) {
  .pagename_wrap {
    padding-top: 95px;
  }
}
.title02,
p.title02 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.title02.m10,
p.title02.m10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {
  .title02, p.title02 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
/* h3 ***************************/
.title03 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title03 {
    font-size: 20px;
  }
}

.title03_bl {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  border-left: 5px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title03_bl {
    font-size: 20px;
  }
}

.title03_blb {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  padding-bottom: 8px;
  border-left: 5px solid #329bd2;
  border-bottom: 1px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title03_blb {
    font-size: 20px;
  }
}

.title03_blb2 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 0 12px 15px;
  border-bottom: 1px solid #329bd2;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_blb2 {
    font-size: 20px;
  }
}

.title03_blb2:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: calc(100% - 26px);
}

.title03_bbl {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title03_bbl {
    font-size: 20px;
  }
}

.title03_bbs {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width: 690px) {
  .title03_bbs {
    font-size: 20px;
  }
}

.title03_bbs:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 3px;
}

.title03_bb2 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #329bd2;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_bb2 {
    font-size: 20px;
  }
}

.title03_bb2:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 3px;
}

.title03_bold {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title03_bold {
    font-size: 20px;
  }
}

.title03_bg {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #329bd2;
  color: #ffffff;
  padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
  .title03_bg {
    font-size: 20px;
  }
}

.title03_bgbb {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  line-height: 1.4;
  background-color: #329bd2;
  border-bottom: 4px solid #066598;
  color: #ffffff;
  padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
  .title03_bgbb {
    font-size: 20px;
  }
}

.title03_tc_bbs {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 690px) {
  .title03_tc_bbs {
    font-size: 20px;
  }
}

.title03_tc_bbs:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 4px;
}

.title03_tc_verticalbm {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.title03_tc_verticalbm:after {
  display: inline-block;
  content: "";
  background-color: #329bd2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.title03_tc_verticalbm .ttv {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 2%;
  max-width: 90%;
}
@media only screen and (max-width: 690px) {
  .title03_tc_verticalbm .ttv {
    font-size: 20px;
  }
}

.title03_crossbar {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_crossbar {
    font-size: 20px;
  }
}
.title03_crossbar .title_in {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-right: 16px;
}
.title03_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dotted #333333;
  z-index: 0;
}

.title03_icon {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  background: url("../image/title_icon.png") no-repeat 0 center/26px auto;
  padding-left: 32px;
}
@media only screen and (max-width: 690px) {
  .title03_icon {
    font-size: 20px;
  }
}

/* h4 ***************************/
.title04 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title04 {
    font-size: 18px;
  }
}

.title04_bl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8px;
  border-left: 5px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title04_bl {
    font-size: 18px;
  }
}

.title04_bbl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title04_bbl {
    font-size: 18px;
  }
}

.title04_bbs {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 690px) {
  .title04_bbs {
    font-size: 18px;
  }
}

.title04_bbs:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title04_bb2 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #329bd2;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_bb2 {
    font-size: 18px;
  }
}

.title04_bb2:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title04_bold {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title04_bold {
    font-size: 18px;
  }
}

.title04_bg {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #329bd2;
  color: #ffffff;
  padding: 6px 10px;
}
@media only screen and (max-width: 690px) {
  .title04_bg {
    font-size: 18px;
  }
}

.title04_square {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_square {
    font-size: 18px;
  }
}

.title04_square:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
}

.title04_crossbar {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_crossbar {
    font-size: 18px;
  }
}
.title04_crossbar .title_in {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-right: 16px;
}
.title04_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dotted #333333;
  z-index: 0;
}

.title04_icon {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  background: url("../image/title_icon.png") no-repeat 0 center/24px auto;
  padding-left: 32px;
}
@media only screen and (max-width: 690px) {
  .title04_icon {
    font-size: 18px;
  }
}

/* h5 ***************************/
.title05 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title05 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05.m0 {
  margin-bottom: 0;
}

.title05_bl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8px;
  border-left: 5px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title05_bl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #329bd2;
}
@media only screen and (max-width: 690px) {
  .title05_bbl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbs {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 690px) {
  .title05_bbs {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbs:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title05_bb2 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #329bd2;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_bb2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bb2:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title05_bold {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.title05_bg {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #329bd2;
  color: #ffffff;
  padding: 6px 10px;
}
@media only screen and (max-width: 690px) {
  .title05_bg {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_square {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_square {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_square:after {
  content: "";
  background-color: #329bd2;
  position: absolute;
  bottom: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
}

.title05_crossbar {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_crossbar {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.title05_crossbar .title_in {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-right: 16px;
}
.title05_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dotted #333333;
  z-index: 0;
}

.title05_icon {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  background: url("../image/title_icon.png") no-repeat 0 center/18px auto;
  padding-left: 26px;
}
@media only screen and (max-width: 690px) {
  .title05_icon {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

/* h6 ***************************/
.title06 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 690px) {
  .title06 {
    font-size: 14px;
  }
}

.title06.m0 {
  margin-bottom: 0;
}

/*@import "_table.scss";  //表*/
/****************************************************************/
/* button */
/****************************************************************/
/* button /***********************/
.btn a {
  display: inline-block;
  border: 1px solid #329bd2;
  color: #329bd2;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.7);
}

.btn_half a {
  display: inline-block;
  border: 1px solid #329bd2;
  color: #329bd2;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.7);
  width: 50%;
  max-width: 400px;
}
@media only screen and (max-width: 690px) {
  .btn_half a {
    width: 100%;
  }
}

.btn_onethird a {
  display: inline-block;
  border: 1px solid #329bd2;
  color: #329bd2;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.7);
  width: 33.33333%;
  max-width: 240px;
}
@media only screen and (max-width: 690px) {
  .btn_onethird a {
    width: 100%;
  }
}

.btn_twothird a {
  display: inline-block;
  border: 1px solid #329bd2;
  color: #329bd2;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.7);
  width: 66%;
  max-width: 400px;
}
@media only screen and (max-width: 690px) {
  .btn_twothird a {
    width: 100%;
  }
}

.btn_free a {
  display: inline-block;
  border: 1px solid #329bd2;
  color: #329bd2;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: auto;
  padding: 8px 1.5em;
}
@media only screen and (max-width: 690px) {
  .btn_free a {
    width: 100%;
  }
}

.btn_fs_s a {
  display: inline-block;
  border: 1px solid #329bd2;
  color: #329bd2;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 200px;
  padding: 4px 1.5em;
  font-size: 14px;
}

.btn_circle a {
  border-radius: 30px;
}

.btn a::before,
.btn_half a::before,
.btn_onethird a::before,
.btn_twothird a::before,
.btn_fs_s a::before,
.btn_free a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn.downward a::before,
.btn_half.downward a::before,
.btn_onethird.downward a::before,
.btn_twothird.downward a::before,
.btn_fs_s.downward a::before,
.btn_free.downward a::before {
  font-family: FontAwesome;
  content: "\f107";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.btn a:hover,
.btn_half a:hover,
.btn_onethird a:hover,
.btn_twothird a:hover,
.btn_fs_s a:hover,
.btn_free a:hover {
  text-decoration: none;
  background-color: #0E86C7;
  color: #ffffff;
  border: 1px solid #0E86C7;
}

.btn_bg a {
  text-decoration: none;
  background-color: #329bd2;
  color: #ffffff;
}

.btn_bg a:hover {
  background-color: #0E86C7;
}

/* txt lilnk *******************/
.txt_link a {
  color: #329bd2;
}

.txt_link.arr a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

/*-----------------------------------------------------------------*/
/* ページ内のナビゲーション */
/*-----------------------------------------------------------------*/
.list_txt_link3,
.list_txt_link4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin-left: -16px;
}
.list_txt_link3 li,
.list_txt_link4 li {
  width: calc((100% - 48px) / 3);
  margin-left: 16px;
  border: 1px solid #329bd2;
}

.list_txt_link4 li {
  width: calc((100% - 64px) / 4);
}

.list_txt_link3 a,
.list_txt_link4 a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  line-height: 1.4;
  height: 100%;
}
.list_txt_link3 a::before,
.list_txt_link4 a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.list_txt_link3 a:hover,
.list_txt_link4 a:hover {
  background-color: #329bd2;
  color: #ffffff;
}

@media only screen and (max-width: 690px) {
  .list_txt_link3 li,
.list_txt_link4 li {
    width: calc((100% - 32px) / 2);
    margin-bottom: 16px;
  }
}
.__inner p {
  font-size: 16px;
  line-height: 1.75;
}

body.page_small_lot_quick_delivery {
  overflow-x: hidden;
}

/*-----------------------------------------------------------------

banner

-----------------------------------------------------------------*/
.p-banner {
  max-width: 953px;
  width: 90%;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.p-banner a {
  display: block;
  -webkit-box-shadow: 0px 3px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.p-banner a &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
  background: url("/dcms_media/image/icon-arr-bgcircle.jpg") no-repeat right 3em center;
  background-size: 65px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 979px) {
  .p-banner a &gt; div {
    background-size: 45px;
    background-position: right 2em center;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 690px) {
  .p-banner a &gt; div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 0;
    background: none;
  }
}
.p-banner a .__img {
  width: 40%;
}
@media only screen and (max-width: 690px) {
  .p-banner a .__img {
    width: 100%;
  }
}
.p-banner a .__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-banner a .__txt {
  padding: 10px 3em;
}
@media only screen and (max-width: 979px) {
  .p-banner a .__txt {
    padding: 10px 2em 10px 1.5em;
  }
}
@media only screen and (max-width: 690px) {
  .p-banner a .__txt {
    padding: 20px 55px 20px 20px;
    background: url("/dcms_media/image/icon-arr-bgcircle.jpg") no-repeat right 15px center;
    background-size: 30px;
  }
}
.p-banner a .__txt .__title {
  font-size: 24px;
  font-weight: bolder;
  line-height: 1.5;
}
@media only screen and (max-width: 690px) {
  .p-banner a .__txt .__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.p-banner a .__txt p {
  font-weight: bold;
}
.p-banner a:hover {
  text-decoration: none;
}
.p-banner a:hover &gt; div {
  background-position: right 2.5em center;
  color: #005F3F;
}

/*-----------------------------------------------------------------

title

-----------------------------------------------------------------*/
.u-title-border {
  border-left: 4px solid #00A06B;
  margin-bottom: 40px;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  padding-top: 3px;
}
.u-title-border::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #ccc;
}

h3, .h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 979px) {
  h3, .h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 690px) {
  h3, .h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 979px) {
  h4, .h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 690px) {
  h4, .h4 {
    font-size: 20px;
  }
}

/*-----------------------------------------------------------------

btn

-----------------------------------------------------------------*/
.u-btn {
  text-align: center;
}
.u-btn a {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  background-color: #00A06B;
  color: #fff;
  border-radius: 100vh;
  border: 1.5px solid #00A06B;
  font-weight: bold;
}
.u-btn a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #00A06B;
}

/*-----------------------------------------------------------------

col

-----------------------------------------------------------------*/
.col-imgharf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col-imgharf-txt {
  width: 47%;
}
@media only screen and (max-width: 690px) {
  .col-imgharf-txt {
    width: 100%;
  }
}
.col-imgharf-img {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 690px) {
  .col-imgharf-img {
    width: 100%;
    margin-top: 20px;
  }
}
.col-imgharf.__reverse .col-imgharf-txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
@media only screen and (max-width: 690px) {
  .col-imgharf.__reverse .col-imgharf-txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-imgharf.__reverse .col-imgharf-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
}
@media only screen and (max-width: 690px) {
  .col-imgharf.__reverse .col-imgharf-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*-----------------------------------------------------------------

grid

-----------------------------------------------------------------*/
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 690px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

/*-----------------------------------------------------------------

flow

-----------------------------------------------------------------*/
.p-sflow {
  padding: 60px 0;
  position: relative;
}
.p-sflow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: calc(100vw + 1144px + (100vw - 1168px) / 2);
  background-color: #f5f5f5;
  height: 100%;
}
.p-sflow__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .p-sflow__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.p-sflow__inner .__num {
  text-align: center;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #C9C9C9;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.p-sflow__inner .__num ._in {
  display: block;
  font-size: 40px;
  font-style: italic;
  margin-top: 3px;
}
.p-sflow__inner &gt; div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-sflow__inner &gt; div + div::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: -22px;
}
@media only screen and (max-width: 640px) {
  .p-sflow__inner &gt; div + div::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: -30px;
    left: calc(50% - 5px);
  }
}
.p-sflow__inner .__num {
  text-align: center;
}
.p-sflow__inner .__cont {
  padding: 40px 20px 20px 20px;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.p-sflow__inner .__cont .__icon {
  max-width: 82px;
  margin: auto;
}
.p-sflow__inner .__cont .__icon img {
  width: 100%;
  height: auto;
}
.p-sflow__inner .__cont .__title {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.p-sflow__inner .__cont p {
  font-size: 14px;
}</pre></body></html>