@charset "Shift_JIS";
/* CSS Document */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
  margin: 0;
  padding: 0;
}
:root {
  --w-basesize: 980px;
  --100w-base01: #00BD5C;
  --section-h1-color: #ED1753;
  --section-h3-color: #FFE29B;
  --section-h1-color2: #80BFE6;
  --main-text-color: #485487;
  --main-text-color: #485487;
  --h3-text-color: #009999;
  --star-text-color: #e6e6e6;
  --button-gr-color: #556f77;
  --button-gr-color-on: #2c5eda;
  --price-color-001: #FF8600;
}
html {
  font-size: 80%;
}
body {
  -webkit-text-size-adjust: 100%;
  padding: 0px;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 1.4em;
}
header {
  width: var(--w-basesize);
  text-align: center;
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
p {
  font-size: 1.5rem;
  line-height: 2em;
}
strong {
  font-size: 1.1em; 
}
section ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:1.2em;
}
section ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

section ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background:transparent;
  border:#555 1px solid;
  color: #555;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}
.number {
  display: inline-block;
  background: #FFDE00;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  color: var(--section-h1-color);
  font-size: 2em;
  text-align: center;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0.5em 0 0.1em;
}
.tt {
  color: #F8DF00;
  letter-spacing: 0.2em;
  text-shadow: 2px 2px 0 var(--section-h1-color), -2px -2px 0 var(--section-h1-color), -2px 2px 0 var(--section-h1-color), 2px -2px 0 var(--section-h1-color), 0px 2px 0 var(--section-h1-color), 0-2px 0 var(--section-h1-color), -2px 0 0 var(--section-h1-color), 2px 0 0 var(--section-h1-color);
}



section h1 {
  position: relative;
  padding: 0.6em;
  background: var(--section-h1-color);
  border-radius: 7px;
  color:#FFF;
  letter-spacing: 0.2em;
}
section h1:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid  var(--section-h1-color);
  width: 0;
  height: 0;
}

section h2 {
	position: relative;
	padding: 0 .5em .5em 0em;
	border-bottom: 6px solid  var(--section-h1-color);
    color: var(--section-h1-color);
}
section h3 {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.3em;
  color:   var(--section-h1-color);
  padding: 0.5em 0.5em 0.5em 1.8em;
  background-color: var(--section-h3-color);
  border-radius: 5px;
}
section h3::after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 8px;
  height: 8px;
  border: solid 3px   var(--section-h1-color);
  border-radius: 100%;
}
section h4 {
  font-size: 2rem;
  color: var(--section-h1-color);
 padding: 0.25em 1.2em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 10px var(--section-h3-color);
}
.s-h1-box-edge1 {
  margin: 0.2em;
  letter-spacing: 0.3em;
  text-shadow: 2px 2px 0 var(--section-h1-color), -2px -2px 0 var(--section-h1-color), -2px 2px 0 var(--section-h1-color), 2px -2px 0 var(--section-h1-color), 0px 2px 0 var(--section-h1-color), 0-2px 0 var(--section-h1-color), -2px 0 0 var(--section-h1-color), 2px 0 0 var(--section-h1-color);
  color: #FFFFFF;
}
.full_S {
  width: 100%;
  margin: 0;
  /*
  background-color: var(--section-h1-color);*/
}
.catch {
  width: var(--w-basesize);
  margin: 20px auto 0px auto;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
section {
  width: var(--w-basesize);
  margin: auto;
  display: block;
}
section ul{
    padding-left: 1.3em;
}
section table{
width: 50%;
    margin: 1em auto;
    font-size: 0.9em;
}

section th {
  background:  var(--section-h3-color);
  border: solid 1px #ccc;
  padding: 10px;
    text-align: center;
}
section td {
  border: solid 1px #ccc;
  padding: 10px;
}
section .p_n {
  width: 100%;
}
section .p_n img {
  position: relative;
}
section .p_r {
  width: 100%;
}
section .p_r img {
  float: right;
  max-width: 43%;
  margin: 0 0 30px 30px;
}
section .p_50_50 {
  display: flex;
}
section .p_50_50 p {
  text-align: left;
  font-size: 1.2rem;
}
section .p_50_50 div.name {
  border: solid 1px var(--section-h1-color);
  padding: 0.5em;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--section-h1-color);
  font-weight: bold;
  background: #F1F4C8;
}
section .p_50_50 img {
  max-width: 60%;
  padding: 0.5em;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #39336E;
  font-weight: bold;
}
section .p_50_50s {
  display: flex;
}
section .p_50_50s div.product {
  text-align: center;
  max-width: 41%;
  margin: 1em;
  border: solid 2px var(--section-h1-color);
  padding: 1.3em;
}
section .p_50_50s p {
  text-align: left;
  font-size: 1.2rem;
}
section .p_50_50s div.name {
  border: solid 1px var(--section-h1-color);
  padding: 0.5em;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--section-h1-color);
  font-weight: bold;
  background: #F1F4C8;
}
section .p_50_50s img {
  max-width: 60%;
  padding: 0.5em;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #39336E;
  font-weight: bold;
}
section .p_50_50lsp {
  padding: 0 1em 0 0;
  width: calc(60% - 10px);
}
section .p_50_50lsp p {
  font-size: 1.5rem;
  line-height: 2em;
}
section .p_50_50lsp div.product {
  text-align: center;
  width: calc(50% - 10px);
  margin: 1em;
  border: solid 2px var(--section-h1-color);
  padding: 1.3em;
}
section .p_50_50 div.product {
  text-align: center;
  width: calc(50% - 10px);
  margin: 1em;
  border: solid 2px var(--section-h1-color);
  padding: 1.3em;
}
section .p_l {
  width: 100%;
}
section .p_l img {
  float: left;
  max-width: 43%;
  margin: 0 30px 30px 0;
}
.box1 {
  font-size: 1.2rem;
  height: auto;
  padding: 2px;
  color: #39336E;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 47%, rgba(57, 51, 110, 1.00));
}
.box1Inner {
  padding: 1%;
  background-color: #FFF;
}
/*------------------------------------------------------------手順　横*/
.w-list {
  list-style: none;
  display: flex;
  margin: 1em 1em 1em 0;
  font-size: 1.2rem;
}
.box-k-1 {
  padding: 0.1em 0.5em;
  margin: 0.3em 0.3em 0.3em 0.8em;
  border: solid 1px #000000;
}
.box-k-2 {
  padding: 0.1em 0.5em;
  margin: 0.3em 0.3em 0.3em 0.8em;
  background: #EBEBEB;
}
/*------------------------------------------------------------手順　縦*/
ul.arrowlist_w {
  width: 100%;
  list-style: none;
  margin: 2em 0 2em 0;
  text-align: left;
}
ul.arrowlist_w li {
  background: #FFFFFF;
  position: relative;
  display: inline;
  box-sizing: border-box;
  padding: 0.5em;
  margin-right: 2em;
  border: 2px solid #e8e8e8;
  text-align: left;
  font-size: 1.1rem;
}
ul.arrowlist_w li:not(:last-child) {
  margin-bottom: 1em;
}
ul.arrowlist_w li:not(:last-child):after {
  border-bottom-width: 0;
  margin: -1em 0 0 1em; /* 三角形の大きさ */
  border: 0.8em solid transparent;
  border-left-color: var(--section-h1-color);
  content: "";
  position: absolute;
  top: 55%;
  left: 100%;
}
/*------------------------------------------------------------手順　縦*/
ul.arrowlist_h {
  width: 50%;
  list-style: none;
  margin: 2em 0 2em 0;
  text-align: left;
}
ul.arrowlist_h li {
  background: #FFFFFF;
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 0.5em;
  border: 2px solid #e8e8e8; /* ブロックボーダー*/
  text-align: left;
  margin: 0.5em;
  font-size: 1.1rem;
}
ul.arrowlist_h li:not(:last-child) {
  margin-bottom: 30px;
}
ul.arrowlist_h li:not(:last-child):after {
  left: 5em;
  bottom: -1.7em;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 0.8em solid transparent;
  border-top: 0.8em solid var(--section-h1-color);
  border-bottom-width: 0;
}
/*------------------------------------------------------------ボタン*/
.btn {
  margin: 0 auto;
  margin-top: 40px;
}
p.ya_r {
  border-bottom-width: 0;
  margin: -1em 0 0 1em; /* 三角形の大きさ */
  border: 0.8em solid transparent;
  border-left-color: #FFF;
  content: "";
  position: absolute;
  top: 34px;
  left: 76%;
  z-index: 8000;
}
a.btn {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 3em;
  box-sizing: border-box;
  background: #033D3C;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  text-decoration: none;
  position: relative;
}
a.btn span {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  background: var(--section-h1-color);
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  transition-duration: 0.2s;
}
a.btn:hover span {
  background: #25B7DC;
  left: 0px;
  top: -1px;
}
/*------------------------------------------------------------ボタン*/
p.ya_r1 {
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 1em solid #FFF;
  margin: -1em 0 0 1em; /* 三角形の大きさ */
  content: "";
  position: absolute;
  top: 58%;
  left: 85%;
  z-index: 8000;
}
.s_btn {
  margin: 40px auto 40px ;
  width: 70%;

}
a.s_btn {
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  box-sizing: border-box;
  background: #52C700;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  position: relative;
}
a.s_btn span {
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  background:#00B425;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  transition-duration: 0.2s;
}
a.s_btn:hover span {
  background: #6BD400;
  left: 0px;
  top: -1px;
}




