@charset 'Shift_JIS';
:root {
  --w-basesize: 1000px;
  overflow-x: hidden;
}
:root {
--text-title-n: 24px;
--text-title-l: 26px;
--text-title-ll: 28px;
--text-sss: 12px;
--text-ss: 14px;
--text-s: 16px;
--text-m: 18px;
--text-l: 20px;
--text-ll: 22px;
--text-lll: 24px;
}
.content{
width: var(--w-basesize);
margin: 0 auto;
}

:root {
  --h1-text-color: #000000;
  --h1-bg-color: #F5F5F5;
  --h1-point-color: #09C564;
}
.lead p{
  font-size:var(--text-m);
}
.leadTitle {
  margin: 2em 0 .5em 0;
  padding: 1em 0 1em 1em;
  font-size:22px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: var(--h1-text-color);
  background: var(--h1-bg-color);
  border-left: solid 30px var(--h1-point-color);
  border-bottom: solid 3px #d7d7d7;
}
h2.title {
  font-size:var(--text-title-ll);
  padding: 2rem 0 2rem 2rem;
    margin: 2em 0 1em;
    text-shadow: 3px 3px 2px #FFFD00, -3px 3px 2px #FFFD00, 3px -3px 2px #FFFD00, -3px -3px 2px #FFFD00, 3px 0px 2px #FFFD00, 0px 3px 2px #FFFD00, -3px 0px 2px #FFFD00, 0px -3px 2px #FFFD00; /* 譁・ｭ励・蠖ｱ */
    background-image: url(../img/bk_title01.jpg);
    background-repeat: no-repeat;
	background-size: 100% auto;
    color: #FF0000;
}
/*--------------------------------------------------------------------------------section*/
section.con_shadow {
  margin-top: 5em;
  padding: 0 0 1em 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);

}
/*--------------------------------------------------------------------------------layout/*/
.p_n {
  padding: 0 2em;
  margin: 2em auto;
}
.p_r {
  padding: 0 2em;
  margin: 2em auto;
}
.p_r p {
  width: 100%;
  margin: 0;
}
.p_r img {
  float: right;
  max-width: 43%;
  margin: 0 0 2em 2em;
}
.p_l {
  padding: 0 2em;
  margin: 2em auto;
}
.p_l p {
  width: 100%;
  margin: 0;
}
.p_l img {
  float: left;
  max-width: 43%;
  margin: 0 2em 2em 0;
}
/*--------------------------------------------------------------------------------layout/*/
.W-around-no-box {
  padding: 2em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
/*  border: solid 2px #9BCDF1;*/
}
.W-around-no-box h3.point01 {
width: 100%;
  font-size:var(--text-title-l);
line-height: 28px;
  font-weight: bold;
  position: relative;
  color: #fff;
  display:table;
  text-align: left;
  padding: 0;
  margin: 0 0 1em 0;
  background-color: #7CC631;
  height: 90px;
}
.W-around-no-box h3.point01 div{
  display:table-cell;
  vertical-align:middle;
  padding-left: 1em;
}
.W-around-no-box h3.point01::before {
  position: absolute;
  top: 0;
  left: -45px;
  content: "";
  border-width: 45px 45px 45px 0;
  border-style: solid;
  border-color: transparent #7CC631 transparent transparent;
}
.W-around-no-box h3.point01::after {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFF;
  content: "";
  }
.W-around-no-box-text {
  width: 100%;
}
.W-around-no-box-imege {
  width: 60%;
  margin-left: 3%;
}
.W-around-no-box-imege img {
  width: 100%;
  height: auto;
}
.W-around-no-box:nth-child(even) {
  flex-direction: row-reverse;
  /*  background: #EBEBEB;*/
}
.W-around-no-box:nth-child(even) .W-around-no-box-text {
  text-align: left;
}
.W-around-no-box:nth-child(even) .W-around-no-box-imege {
  margin-left: 0;
  margin-right: 3%;
}
.flow{
padding:2em;
margin:0 2em;
}
.iphone,.Android{
padding:2em;
margin:0 2em;
display: block;
background: #EBEBEB;
}
.flow h2.iphone{
background: #595D5F;
padding: 0.5em;
margin:0em 0 1em 0;
color: #FFFFFF;
}

.flow h2.Android{
background: #028621;
padding: 0.5em;
margin:0em 0 1em 0;
color: #FFFFFF;
}
ol {
  counter-reset: number;
  list-style-type: none !important;
}
ol li {
  position: relative;
  text-align: left;
  border-bottom: dashed 1px #010066;
  padding: 0.5em 0.5em 0.5em 3em;
  font-weight: bold;
    line-height: 1.6em;

}
ol li:before {
  font-size:var(--text-medium);
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #FF5053;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol li:last-of-type {
  border-bottom: none;
}
/* --------------------------まとめ------------------------- */
:root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
#matome {
  margin-top: 6em;
}
#matome p {
  width: calc(95%);
  margin-top: 2em;
  margin: 4em auto;
}
#matome h2 {
  position: relative;
  padding: 0.6em;
  background: var(--matome-h2-bg-color);
  color: var(--matome-h2-text-color);
}
#matome h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}
/*--------------------------------------------------------------------------------ページタイトルまわり*/
.article_header {
  width: 980px;
  margin: 2em auto;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.title {
  font-size:var(--text-title-l);
  line-height: 1.3em;
  text-align: left;
}
.date {
  font-weight: 500;
  font-size:var(--text-s);
  padding: 2em 0;
display: block;
  text-align: right;
}
/*--------------------------------------------------------------------------------おすすめ*/
.osusume-kakomi-2set {
  position: relative;
  margin: 4em auto 0;
  width: 95%;
  background-color: #fff;
  border: 2px solid #f09199; /* 譫邱壹・螟ｪ縺輔・濶ｲ */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 蠖ｱ縺ｮ濶ｲ */
}
.osusume-title {
  font-weight: bold;
  margin: 0.5em;
  line-height: 1.2em;
}
.osusume-item {
  position: absolute;
  padding: 0 .5em;
  font-size:var(--text-l);
  left: 20px;
  top: -15px;
  font-weight: bold;
  background-color: #fff;
  color: #f09199;
}
/*--------------------------------------------------------------------------------2つ横並び */
.p_item2set {
  display: flex;
}
.p_item2set div.product {
  text-align: center;
  width: calc(50% - 10px);
  margin: 0em;
  padding: 1em 0 0 0;
}
.p_item2set div.name {
  margin: 0 0 2em;
}