@charset "utf-8";

.shoene_tips {
  font-size: 16px;
}
.shoene_tips img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.shoene_tips .fs_xsmall {font-size:80%;}
.shoene_tips .fs_small {font-size:90%;}
.shoene_tips .list > li {
  position: relative;
  padding-left: 1.3em;
}
.shoene_tips .list > li + li {
  margin-top: .3em;
}
.shoene_tips .list.custom_3 > li {
  padding-left: 3.3em;
}
.shoene_tips .list.custom_8 > li {
  padding-left: 8.3em;
}
.shoene_tips .list > li::before,
.shoene_tips .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
.shoene_tips .list.kome > li::before {
  content: "※";
}
.shoene_tips .list.square > li::before {
  content: "■";
  color: #888;
}
.shoene_tips_nav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px 0;
  text-align: center;
}
.shoene_tips_nav ul + ul {
	margin-top: 10px;
}
.shoene_tips_nav ul li {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #00A6E9;
  border-radius: 10px;
  background: #fff;
}
.shoene_tips_nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 35px 20px 10px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  transition: .5s;
}
.shoene_tips_nav ul li a::before,
.shoene_tips_nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.shoene_tips_nav ul li a::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00A6E9;
  margin-right: 15px;
}
.shoene_tips_nav ul li a::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-right: 24px;
}
.shoene_tips section {
  padding: 60px 0;
}
.shoene_tips .shoene_att + section {
  padding-top: 0;
}
.shoene_tips_tit {
  color: #00A6E7;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .02em;
  margin: 1em 0;
}
.shoene_tips_img {
  text-align: center;
}
.shoene_tips_img img {
  max-width: 30%;
}
.shoene_tips_body h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #00A6E9;
  padding-bottom: .3em;
  margin-bottom: 1em;
}
.shoene_tips_body * + h3 {
  margin-top: 2em;
}
.shoene_tips_box {
  background: #00A6E9;
  padding: 20px;
  margin-top: 40px;
}
.shoene_tips_box + .shoene_tips_body {
  margin-top: 40px;
}
.shoene_tips_box > h3 {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 24px;
  text-align: center;
}
.shoene_tips_box > div {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  font-size: 14px;
}
.shoene_tips_box h4 {
  font-size: 20px;
  font-weight: bold;
  color: #00A6E9;
  margin-bottom: .5em;
}
.shoene_tips_box h5 {
  font-size: 18px;
  font-weight: bold;
}
.shoene_tips_box *:not(h4) + h5 {
  margin-top: 1.5em;
}
.shoene_tips_box hr {
  border: none;
  border-top: 1px solid #00A6E9;
  margin: 1em 0;
}
.shoene_tips_value {
  font-size: 18px;
  margin-bottom: .5em;
}
.shoene_tips_value._more {
	border-top: 1px dotted #000;
	margin-top: 1em;
	padding-top: 1em;
}
.shoene_tips_value dt {
  margin-bottom: .5em;
}
.shoene_tips .icon_value {
  display: inline-block;
  text-align: center;
  border-radius: 999px;
  width: 48%;
  padding: .2em;
}
.shoene_tips .icon_value._savings {
  background: #00A6E9;
  color: #fff;
}
.shoene_tips .icon_value._cut {
  background: #F2F2F2;
  color: #f00;
}
.shoene_tips section + .att_box {
  margin-top: -30px;
}
.shoene_tips_illust {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.shoene_tips_illust > * {
  display: table-cell;
  vertical-align: top;
}
.shoene_tips_illust > ._txt {
  width: 70%;
  padding-right: 5%;
}
.shoene_tips_illust > ._illust {
  width: 30%;
}
.shoene_tips_body ._stit {
  text-align: center;
  color: #00A6E9;
  border: 1px solid #00A6E9;
  border-radius: 999px;
  padding: .2em;
  margin-bottom: .5em;
  margin-top: 1em;
}
.shoene_tips_body ._img {
  text-align: center;
  margin-top: 1em;
}
.shoene_tips_title {
	font-size: 21px;
	font-weight: bold;
	background: #00A6E9;
	color: #fff;
	padding: 10px 20px;
}
.shoene_tips_title#winter {
	margin-bottom: 30px;
}
.shoene_tips .list.dot > li::before {
  content: "・";
}
.shoene_tips_body > h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.logo_flex {
  display: flex;
  justify-content: space-between;
}
.logo_flex img {
  width: 100%;
  max-width: 126px;
}
.logo_flex > .left {
  width: 80%;
}
.logo_flex > .right {
  text-align: center;
  margin-left: 10px;
}
.logo_flex > .right img {
  border: 1px solid #DFDFDF;
}
.shoene_textLink {
  position: relative;
  padding-left: 34px;
	transition: .5s;
}
* + .shoene_textLink {
	margin-top: 10px;
}
.shoene_textLink a {
  color: #00A6E9;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7rem;
	border-bottom: 1px solid #00A6E9;
}
.shoene_textLink:hover {
	opacity: .7;
}
.shoene_textLink:hover a {
	border-bottom: none;
}
.shoene_textLink::before,
.shoene_textLink::after {
	position: absolute;
  display: block;
  content: "";
}
.shoene_textLink::before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #00A6E9;
	top: .2em;
	left: 0;
}
.shoene_textLink::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 6px;
  height: 6px;
	transform: rotate(-45deg);
	top: calc(.2em + 8px);
	left: 7px;
}
.column2_wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.column2_wrap > * {
	width: 48%;
}
.column2_wrap ._stit {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}
.knowledge_wrap {
	font-size: 15px;
	margin-bottom: 1em;
	background: #E5F6FD;
	padding: 20px;
}
.knowledge_wrap._mt {
	margin-top: 1.5em;
}
.knowledge_wrap._mb {
	margin-bottom: 1.5em;
}
.knowledge_wrap._mb0 {
	margin-bottom: 0;
}
.knowledge_wrap .column2_wrap > *:nth-child(1) {
	width: 56%;
}
.knowledge_wrap .column2_wrap > *:nth-child(2) {
	width: 40%;
}
.shoene_linkbtn_wrap {
	text-align: center;
}
* + .shoene_linkbtn_wrap {
	margin-top: 30px;
}
.shoene_linkbtn {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #00A6E9;
	border: 2px solid #00A6E9;
	border-radius: 10px;
	padding: 20px 75px 20px 40px;
	position: relative;
	transition: .5s;
}
.shoene_linkbtn:hover {
	opacity: .7;
}
.shoene_linkbtn::before,
.shoene_linkbtn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.shoene_linkbtn::before {
	width: 24px;
	height: 24px;
	background: #00A6E9;
	border-radius: 50%;
	right: 35px;
}
.shoene_linkbtn::after {
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	right: 44px;
}

@media only screen and (max-width: 768px) {
  .shoene_tips_nav {
    padding: 10px 20px 0;
  }
  .shoene_tips_nav ul {
    display: block;
  }
  .shoene_tips_nav ul li {
    display: block;
  }
  .shoene_tips_nav ul li + li {
    margin-top: .5em;
  }
  .shoene_tips_nav ul li a {
    padding: 15px 20px;
    font-size: 16px;
  }
  .shoene_tips section {
    padding: 40px 0;
  }
  .shoene_tips_tit {
    font-size: 20px;
    line-height: 1.35;
    padding: 0 20px;
  }
  .shoene_tips_body {
    padding: 0 20px;
  }
  .shoene_tips_body h3 {
    font-size: 18px;
  }
  .shoene_tips_box {
    padding: 20px;
    margin-top: 20px;
  }
  .shoene_tips_box + .shoene_tips_body {
    margin-top: 20px;
  }
  .shoene_tips_box > h3 {
    font-size: 20px;
  }
  .shoene_tips_box > div {
    padding: 15px;
  }
  .shoene_tips_box h4 {
    font-size: 18px;
  }
  .shoene_tips_box h5 {
    font-size: 16px;
  }
  .shoene_tips_value {
    font-size: 16px;
  }
  .shoene_tips .icon_value {
    display: block;
    width: 100%;
    padding: .5em;
    margin-top: .5em;
  }
  .shoene_tips_value dt {
    margin-bottom: 0;
  }
  .shoene_tips section + .att_box {
    margin-top: -20px;
  }
  .shoene_tips .att_box {
    padding: 0 20px;
  }
  .shoene_tips_illust,
  .shoene_tips_illust > * {
    display: block;
  }
  .shoene_tips_illust > ._txt {
    width: 100%;
  }
  .shoene_tips_illust > ._illust {
    width: 50%;
    margin: 10px auto 0;
  }
	.shoene_tips_title {
		font-size: 19px;
	}
	.shoene_tips_title#winter {
		margin-bottom: 30px;
	}
  .column_btn {
    width: 90%;
    font-size: 16px;
  }
  .logo_flex {
    display: block;
  }
  .logo_flex > .left {
    width: 100%;
  }
  .logo_flex > .right {
    width: 100%;
    margin: 10px auto 0;
  }
	
  .shoene_textLink {
    padding-left: 28px;
    margin-left: 20px;
		margin-right: 20px;
  }
  .shoene_textLink a {
    font-size: 15px;
    line-height: 1.6rem;
  }
	.shoene_textLink::before {
		width: 20px;
		height: 20px;
	}
	.shoene_textLink::after {
		width: 5px;
		height: 5px;
		top: calc(.2em + 6px);
		left: 6px;
	}
	
	.column2_wrap {
		flex-flow: column nowrap;
	}
	.column2_wrap > * {
		width: 100%;
	}
	.column2_wrap ._stit {
		font-size: 16px;
	}
	.knowledge_wrap {
		padding: 15px;
	}
	.knowledge_wrap .column2_wrap > *:nth-child(1) {
		width: 100%;
	}
	.knowledge_wrap .column2_wrap > *:nth-child(2) {
		width: 100%;
		margin-top: 1em;
		text-align: center;
	}
	.shoene_linkbtn_wrap {
		padding: 0;
	}
	* + .shoene_linkbtn_wrap {
		margin-top: 15px;
	}
	.shoene_linkbtn {
		display: block;
		font-size: 15px;
		border: 1px solid #00A6E9;
		padding: 15px calc(4% + 30px) 15px 4%;
	}
	.shoene_linkbtn::before {
		width: 20px;
		height: 20px;
		right: 4%;
	}
	.shoene_linkbtn::after {
		width: 5px;
		height: 5px;
		right: calc(4% + 8px);
	}

	
	
  
}

@media only screen and (min-width: 769px) {
  .shoene_tips_nav ul li a:hover {
    opacity: .7;
  }
  .shoene_tips_illust {
  }
  
}
