/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.bow_pc {
  display: block !important;
}
.bow_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .bow_pc {
    display: none !important;
  }
  .bow_sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #DF1F1C;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/*font*/
.en_font {
  font-family: "motiva-sans", sans-serif;
  font-weight: 900;
}
.bow_base_bg {
  padding: 3em 0;
}
.bow_base_bg.bg_color {
  background: #F2EAE1;
}
.bow_ttl {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 1.4rem;
  color: #DF1F1C;
  letter-spacing: 2px;
}
.bow_ttl span {
  display: block;
  font-family: "motiva-sans", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.4;
}

.bow_ttl img{
	width: 150px;
	margin: auto;
}

.bow_btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #DF1F1C;
  color: #fff !important;
  font-weight: 600;
  padding: 13px 20px 13px 30px;
  width: 130px;
  border-radius: 25px;
  text-align: left;
  outline: none;
  transition: ease .2s;
}
.bow_btn:hover {
  background: #D5BFAC;
}
.bow_btn::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  transition: all .3s;
}
.bow_btn:hover::after {
  right: 11px;
}
/* pp */
.bow_pagetitle {
  padding: 80px 0 2em 0;
  border-radius: 0 0 50px 50px;
  background: #DF1F1C;
  color: #fff;
}
.bow_pagetitle p, .bow_pagetitle h2 {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 600;
}
.bow_pagetitle p span, .bow_pagetitle h2 span {
  display: block;
  font-family: "motiva-sans", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 2.5rem;
}

.bow_pp {
  padding: 2em 0 2em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.bow_pp div {
  padding: 0 0 0.5em;
  margin: 2em auto 1em;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
	color: #DF1F1C;
}
.bow_pp p {
  margin: 0 auto 0.5em;
}
.bow_pp > ul{}

.bow_pp > ul > li{
	position: relative;
	padding: 0 0 5px;
}
.bow_pp > ul > li::before{
	content: '●';
	padding: 0 5px 0 0;
}

.bow_pp_list{
	padding: 5px 0 0 15px;
}

.bow_pp_list li{
	position: relative;
}
.bow_pp_list li::before{
	content: '-';
	padding: 0 5px 0 0;
}

/* guide */
.bow_guide_bg {
  padding: 2em 0 3em;
  width: 90%;
  margin: auto;
}
.bow_guidenav_bg {
  padding: 3em 0 0;
}
.bow_guidenav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: space-between;
}
.bow_guidenav li {
  margin: 0 5px 0.8em;
  width: calc(100% / 3 - 10px);
  line-height: 1.6;
  padding: 0;
  list-style-type: none !important;
  letter-spacing: 0;
  border-left: 0.5px solid #DF1F1C;
  box-sizing: border-box;
  font-weight: 600;
}
.bow_guidenav li a {
  color: #DF1F1C;
}
.bow_guidenav li:nth-child(3), .bow_guidenav li:nth-child(6) {
  border-right: 0.5px solid #DF1F1C;
}
.bow_guidenav li img {
  width: 40%;
  margin: 0 auto 0.5em;
}
.bow_guidenav li i {
  color: #DF1F1C;
}
#guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
  z-index: -2;
  margin-top: -100px;
  padding-top: 100px;
}
.bow_guide_ttl {
  text-align: left;
  font-weight: 600;
  border-radius: 60px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  background: #DF1F1C;
  padding: 10px 0 10px 55px;
  color: #fff;
  position: relative;
}
.bow_guide_ttl::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 5px;
  transform: translate(0%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
}
.bow_guide_ttl img {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0%, -50%);
  width: 40px;
}
.bow_guide_txt {
  text-align: left;
  margin-bottom: 2em;
  font-family: sans-serif;
}
.bow_guide_txt span {
  font-weight: bold;
}
.bow_guide_txt span.red {
  color: #DF1F1C;
	font-weight: 300;
}
.bow_guide_flow {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 1.5em;
  justify-content: space-between;
  align-items: center;
}
.bow_guide_flowl {
  width: 25%;
  position: relative;
}
.bow_guide_flowl:after {
  /*画像を絶対配置*/
  position: absolute;
  bottom: -35px;
  left: 50%;
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
  color: #DF1F1C;
}
.bow_guide_flowl.step05:after {
  display: none;
}
.bow_guide_flowr {
  text-align: left;
  width: 70%;
}
.bow_guide_flowr span {
  letter-spacing: 2px;
  font-weight: bold;
  color: #DF1F1C;
}
table.bow_guide_table {
  border: 1px solid #DF1F1C;
  border-collapse: collapse;
  margin: 0.5em auto 0 0;
}
.bow_guide_table td, .bow_guide_table th {
  border: 1px solid #DF1F1C;
  border-collapse: collapse;
  padding: 5px;
}
.bow_guide_table th {
  width: 70px;
  font-weight: 400;
}
.bow_guide_kiyaku {
  text-align: left;
  margin: -1em auto 0;
}
.bow_guide_kiyaku li {
  border-bottom: 0.5px dotted #DF1F1C;
  padding: 15px 0;
}
.bow_guide_kiyaku li:first-child {
  padding: 0 0 15px;
}
.bow_guide_kiyaku li:last-child {
  border-bottom: none;
}
/* tradelaw */
.bow_comp_list.wide {
  padding: 0em 0;
  margin: -1em auto 0;
  width: 100%;
  border-bottom: none;
}
.bow_comp_list.wide img {
  margin: 1em auto;
}
.bow_comp_list.wide li {
  border-top: 1px dotted #DF1F1C;
}
.bow_comp_list.wide li:first-child {
  border-top: none;
}
.bow_comp_list {
  width: 90%;
  margin: 3em auto;
  border-bottom: 1px solid #DF1F1C;
}
.bow_comp_list li {
  padding: 18px 0;
  border-top: 1px solid #DF1F1C;
  text-align: left;
  position: relative;
}
.bow_comp_list li dt {
  margin: 0 auto 5px;
  font-weight: 600;
  color: #DF1F1C;
}
.bow_comp_list li dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.bow_map {
  width: 90%;
  margin: 0 auto 3em;
}
.bow_map iframe {
  border-radius: 20px;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .bow_base_bg {
    padding: 5em 0;
  }
  .bow_ttl {
    font-size: 2.5rem;
  }
  .bow_ttl span {
    font-size: 5rem;
    line-height: 1.3;
  }
	
	.bow_ttl img{
	width: 280px;
}

  .bow_btn {
    padding: 15px 20px 15px 40px;
    width: 200px;
    border-radius: 40px;
  }
  /* pp */
  .bow_pagetitle {
    padding: 100px 0 3em 0;
    border-radius: 0 0 100px 100px;
  }
  .bow_pagetitle p {
    font-size: 1.7rem;
  }
  .bow_pagetitle p span {
    font-size: 4rem;
  }
	
	.bow_pp {
    padding: 5em 0;
    max-width: 1000px;
  }
  .bow_pp div {
    margin: 3em auto 0.5em;
    font-size: 1.8rem;
  }
	
	.bow_pp_list{
	padding: 5px 0 0 20px;
}
  .bow_comp_list.wide {
    padding: 0em 0em 2em;
    max-width: 100%;
    margin: -2em auto 0;
  }
  .bow_comp_list.wide img {
    width: 300px;
  }
  .bow_comp_list {
    margin: 6em auto;
    max-width: 1000px;
  }
  .bow_comp_list li {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .bow_comp_list li dt {
    width: 300px;
  }
  .bow_comp_list li dd {
    width: calc(100% - 300px);
  }
  .bow_map {
    max-width: 1000px;
    margin: 0 auto 6em;
  }
  .bow_map iframe {
    border-radius: 20px;
  }
  /* guide */
  .bow_guide_bg {
    padding: 4em 0 6em;
    max-width: 1100px;
    margin: auto;
  }
  .bow_guidenav_bg {
    padding: 3em 0 1em;
    margin: 2em auto 0;
  }
  .bow_guidenav {
    max-width: 1100px;
    margin: 0em auto 0em;
  }
  .bow_guidenav li {
    width: 16%;
    margin: 0 0 0em;
    font-size: 1.7rem;
    border-left: 0.5px solid #DF1F1C;
  }
  .bow_guidenav li:nth-child(3) {
    border-right: none;
  }
  .bow_guidenav li img {
    width: 50%;
    margin: 0 auto 0.8em;
  }
  #guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .bow_guide_ttl {
    font-size: 2rem;
    margin-bottom: 1em;
    padding: 15px 0 15px 80px;
  }
  .bow_guide_ttl::before {
    left: 7px;
    width: 55px;
    height: 55px;
  }
  .bow_guide_ttl img {
    left: 9px;
    width: 50px;
  }
  .bow_guide_txt {
    margin-bottom: 4em;
  }
  .bow_guide_txt span {
    font-size: 1.7rem;
  }
  .bow_guide_flow {
    width: 100%;
    margin: 0 0 2em 0;
    align-items: center;
  }
  .bow_guide_flowl {
    width: 12%;
  }
  .bow_guide_flowl img {
    width: 100%;
  }
  .bow_guide_flowr {
    text-align: left;
    width: 83%;
  }
  .bow_guide_flowr span {
    font-size: 2.0rem;
  }
  .bow_guide_table td, .bow_guide_table th {
    padding: 5px 10px;
  }
}
/***************/
.blog_pager1 {
        width: 100%;
        margin-bottom: 0px;
        height: 50px;
        padding-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
}
.wp-pagenavi {
        clear: both;
        text-align: center;
        height: 0px;
        padding-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
        color: #999;
        background-color: #FFF;
        border: solid 1px #e0e0d2;
        padding: 8px 15px;
        margin: 0 2px;
        white-space: nowrap;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        text-align: center;
        text-decoration: none;
}
.wp-pagenavi a:hover {
        color: #FFF;
        background-color: #DF1F1C;
        border-color: #DF1F1C;
}
.wp-pagenavi span.current {
        color: #FFF;
        background-color: #DF1F1C;
        border-color: #DF1F1C;
        font-weight: bold;
}
