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

 width: all

------------------------------ */
.op {
  display: block !important;
}
.os {
  display: none !important;
}
a {
  text-decoration: none;
  color: #000;
  transition-duration: .3s;
}
.font_zen {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.font_zen_bold {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}
.gaihanbosi_contents {
  margin-top: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}
.gaihanbosi_contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gaihanbosi_contents div.s01 .wrapper .t01 {
  color: #004D9D;
  font-size: 32px;
  font-weight: bold;
}
.gaihanbosi_contents div.s01 .wrapper .bnr01 {
  width: 100%;
  margin-top: 40px;
}
.gaihanbosi_contents div.s01 .wrapper .img01 {
  width: 370px;
  display: block;
  margin: 80px auto 0;
}
.gaihanbosi_contents div.s01 .wrapper .t02 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 8px;
  padding-bottom: 40px;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a {
  display: block;
  text-decoration: none;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .photobox {
  position: relative;
  display: block;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .photobox img {
  width: 100%;
  display: block;
  transition-duration: .3s;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a:hover .photobox img {
  opacity: 0.6;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .photobox .btn_buy {
  width: 123px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .txtbox {
  display: block;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 20px;
  color: #333333;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .price {
  font-size: 13px;
  text-align: center;
  color: #004D9D;
  font-weight: 500;
}
.gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .price span {
  font-size: 21px;
  font-weight: bold;
  padding-right: 7px;
}
.gaihanbosi_contents div.trouble_area {
	background-color: #199BE2;
  background-image: url("../item/img_solbo05.jpg");
  background-size: auto 24px;
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.gaihanbosi_contents div.trouble_area .wrapper {
	padding: 100px 50px 75px;
}
.trouble_top_area {
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-bottom: dotted 1px #FFF;
}
.trouble_top_area .box {
	display: flex;
	align-items: center;
}
.trouble_top_area .box:nth-child(2) {
	align-items: flex-end;
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.trouble_top_area .box:nth-child(2) {
		margin-top: -13em;
	}
}
.trouble_top_area .box:nth-child(1) .pict {
	margin-right: 3em;
}
.trouble_top_area .box:nth-child(2) .pict {
	margin-left: 3em;
}
.trouble_top_area .box .txt_box {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
.trouble_top_area .box .txt_box:before {
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  
	border-radius: 5px;
	position: absolute;
  top: 50%;
  
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.trouble_top_area .box:nth-child(1) .txt_box:before {
	border-width: 9px 12px 9px 0;
  border-color: transparent #ffffff transparent transparent;
	left: -10px;
}
.trouble_top_area .box:nth-child(2) .txt_box:before {
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #ffffff;
	right: -10px;
}
.trouble_top_area .box .txt_box .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.trouble_top_area .box:nth-child(1) .txt_box .title {
	color: #225A9A;
}
.trouble_top_area .box:nth-child(2) .txt_box .title {
	color: #EF3963;
}
@media screen and (max-width: 768px) {
	.trouble_top_area .box:nth-child(2) .txt_box:before {
		top: 60%;
	}
}
.trouble_top_area .box .txt_box .txt {
	font-size: 16px;
}
.trouble_bottom_area .title,
.trouble_bottom_area .sub {
	text-align: center;
}
.trouble_bottom_area .sub {
	font-size: 16px;
	color: #fff;
}
.trouble_bottom_area .pict {
	margin: 3em auto 1em;
}
.trouble_bottom_area .pict img {
	margin: 0 auto;
}
.trouble_bottom_area .txt_box {
	max-width: 1000px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}
.trouble_bottom_area .txt_box .txt {
	font-size: 13px;
	color: #fff;
}
.gaihanbosi_contents div.s02 {
  background-color: #235a9a;
  background-image: url(../item/img_solbo71.jpg);
  background-size: auto 23px;
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: -40px;
	mix-blend-mode: darken;
}
.gaihanbosi_contents div.s02 .wrapper {
  padding: 100px 50px 75px;
}
.gaihanbosi_contents div.s02 .wrapper .msg01 {
  width: 370px;
  display: block;
  margin: 0 auto;
}
.gaihanbosi_contents div.s02 .wrapper .t01 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 7px;
  margin-top: 10px;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
	row-gap: 30px;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li {
  width: calc((100% - 60px) / 3);
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li a {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition-duration: .3s;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li .t02 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #19A1BE;
	margin: 20px 0;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(2) .t02 {
	color: #1FA538;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(3) .t02 {
	color: #EF3963;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(4) .t02 {
	color: #1DAAF8;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(5) .t02 {
	color: #5363DB;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(6) .t02 {
	color: #FD8925;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li .t02.t0202 {
  padding-right: 15px;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li .t02.t0202 img {
  width: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li .photo {
  /*width: 100%;*/
  display: block;
  transition-duration: .3s;
  margin: 20px 20px 0;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li a:hover .photo {
  opacity: 0.6;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li .t03 {
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding: 0 20px;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li .t03 span {
  display: inline !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDC60));
  background: -o-linear-gradient(transparent 60%, #FFDC60 60%);
  background: linear-gradient(transparent 60%, #FFDC60 60%);
}
.gaihanbosi_contents div.s03 {
  margin-top: 50px;
}
.gaihanbosi_contents div.s03 .wrapper .ttl01 {
  background-color: #19A1BE;
	border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 5px;
  line-height: 50px;
  padding: 20px 0;
	position: relative;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-2.ttl01 {
	background-color: #1FA538;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-3.ttl01 {
	background-color: #EF3963;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-4.ttl01 {
	background-color: #1DAAF8;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-5.ttl01 {
	background-color: #5363DB;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-6.ttl01 {
	background-color: #FD8925;
}
.gaihanbosi_contents div.s03 .wrapper .ttl01:after {
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #06a2be transparent transparent transparent;
	position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
}
.gaihanbosi_contents div.s03 .wrapper #ank01-2.ttl01:after {
	border-color: #1FA538 transparent transparent transparent;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-3.ttl01:after {
	border-color: #EF3963 transparent transparent transparent;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-4.ttl01:after {
	border-color: #1DAAF8 transparent transparent transparent;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-5.ttl01:after {
	border-color: #5363DB transparent transparent transparent;
}
.gaihanbosi_contents div.s03 .wrapper #ank01-6.ttl01:after {
	border-color: #FD8925 transparent transparent transparent;
}
.gaihanbosi_contents div.s03 .wrapper .ttl01 img {
  vertical-align: top;
  margin: 7px 45px 0 0;
}
.gaihanbosi_contents div.s03 .wrapper .subt01 {
  text-align: center;
  margin-top: 60px;
}
.gaihanbosi_contents div.s03 .wrapper .subt01 span {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDC60));
  background: -o-linear-gradient(transparent 60%, #FFDC60 60%);
  background: linear-gradient(transparent 60%, #FFDC60 60%);
  padding: 0 30px;
}
.gaihanbosi_contents div.s03 .wrapper .subt01 span img {
  position: absolute;
  top: -25px;
  left: -125px;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.gaihanbosi_contents div.s03 .wrapper .list06 {
	justify-content: center;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 + .ttl01 {
  margin-top: 20px;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.gaihanbosi_contents div.s03 .wrapper .list06 li {
		margin-right: 20px;
	}
	.gaihanbosi_contents div.s03 .wrapper .list06 li:last-child {
		margin-right: 0;
	}
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li .rank {
  display: block;
  height: 36.9px;
  margin: 0 auto;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a {
  display: block;
  text-decoration: none;
  margin-top: 26px;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .photobox {
  position: relative;
  display: block;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .photobox img {
  width: 100%;
  display: block;
  transition-duration: .3s;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a:hover .photobox img {
  opacity: 0.6;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .photobox .btn_buy {
  width: 123px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .txtbox {
  display: block;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 20px;
  color: #333333;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .price {
  font-size: 13px;
  text-align: center;
  color: #004D9D;
  font-weight: 500;
}
.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .price span {
  font-size: 21px;
  font-weight: bold;
  padding-right: 7px;
}
.gaihanbosi_contents div.s04 {
  background-color: #235a9a;
  background-image: url(../item/img_solbo71.jpg);
  background-size: auto 23px;
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.gaihanbosi_contents div.s04 .wrapper {
  padding: 100px 50px 55px;
  position: relative;
}
.gaihanbosi_contents div.s04 .wrapper .t01 {
  text-align: center;
}
.gaihanbosi_contents div.s04 .wrapper .t01 span {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
	letter-spacing: .1em;
  background-image: url(../item/img_solbo73.png);
  background-size: auto 3px;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
}
.gaihanbosi_contents div.s04 .wrapper h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
	letter-spacing: .1em;
  line-height: 35px;
  margin-top: 50px;
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 0 #235a9a, -1px -1px 0 #235a9a, -1px 1px 0 #235a9a, 1px -1px 0 #235a9a, 0px 1px 0 #235a9a, -1px 0 #235a9a, -1px 0 0 #235a9a, 1px 0 0 #235a9a;
}
.gaihanbosi_contents div.s04 .wrapper .t02 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  position: relative;
  margin-top: 0;
  z-index: 10;
  text-shadow: 1px 1px 0 #235a9a, -1px -1px 0 #235a9a, -1px 1px 0 #235a9a, 1px -1px 0 #235a9a, 0px 1px 0 #235a9a, -1px 0 #235a9a, -1px 0 0 #235a9a, 1px 0 0 #235a9a;
}
.gaihanbosi_contents div.s04 .wrapper .person {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gaihanbosi_contents div.s05 {
  background-color: #F0F0F0;
  padding: 60px 50px 100px;
  background-image: url(../item/img_solbo70.png);
  background-size: auto 23px;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
}
.gaihanbosi_contents div.s05 .wrapper .msg01 {
  display: block;
  width: 404px;
  margin: 0 auto;
}
.gaihanbosi_contents div.s05 .wrapper .t01 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-top: 15px;
}
.gaihanbosi_contents div.s05 .wrapper .t01 span {
  color: #EF3C39;
}
.gaihanbosi_contents div.s05 .wrapper .t02 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 38px;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li a {
  display: block;
  padding: 30px 20px 0;
  height: 100%;
  transition-duration: .3s;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li a:hover {
  opacity: 0.6;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 34px;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li p span.red {
	color: #EF3C39;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li p span.orange {
	color: #FD9226;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li p span.blue {
	color: #369FB2;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li img {
  display: block;
  margin: 23px auto -5px;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li.li01 {
  border: 5px solid #ED5A3A;
  border-radius: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li.li02 {
  border: 5px solid #FF9E2E;
  border-radius: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .ul02 li.li03 {
  border: 5px solid #369FB2;
  border-radius: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .t03 {
  background-color: #225A9A;
  margin-top: 70px;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
.gaihanbosi_contents div.s05 .wrapper .t03 img {
  width: 47px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox {
  border: 5px solid #000;
  border-radius: 10px;
  padding: 50px;
  background-color: #fff;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .t04 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 30px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 {
  padding: 50px 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01-none {
	padding-top: 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01::after {
  content: "";
  display: block;
  clear: both;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .t05 {
  width: 70.2%;
  float: left;
  min-width: calc(100% - 330px);
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box-wide .t05 {
	width: 66%;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .t05 {
	float: none;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .t05 span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px 25px;
  border-radius: 50px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .photo {
  width: 29.8%;
  float: right;
  max-width: 330px;
  display: block;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box-wide .photo {
	width: 34%;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox {
  width: 70.2%;
  float: left;
  padding-right: 50px;
  min-width: calc(100% - 330px);
  margin-top: 40px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box-wide .leftbox {
	width: 66%;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01-none .leftbox {
	margin-top: 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01-wide .leftbox {
	width: 100%;
	padding-right: 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox .t06 span {
  font-weight: bold;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 .t06 {
  font-size: 16px;
  font-weight: bold;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .t06 {
	font-size: 16px;
  font-weight: bold;
	margin: 40px 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl + dl {
  margin-top: 20px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dt {
  width: 110px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dt img {
  vertical-align: top;
  margin-right: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd {
  width: calc(100% - 110px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul {
  width: 60%;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul:nth-child(2) {
  width: 40%;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul li {
  font-size: 16px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox02 .t06 {
  font-size: 14px;
  line-height: 2;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox03 .t06 {
  font-size: 16px;
  line-height: 28px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox04 .t06 {
  font-size: 16px;
  line-height: 28px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox05 .t06 {
  font-size: 16px;
  line-height: 28px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox02 .t07 {
	font-size: 16px;
  font-weight: bold;
  color: #ED5A3A;
	margin-bottom: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox .box_title {
	font-size: 16px;
	font-weight: bold;
	color: #FD8925;
	display: inline-block;
	background-color: #FFF0E2;
	padding: 10px 20px;
	margin-bottom: 1em;
	box-sizing: border-box;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 + .box01 {
  border-top: 1px solid #EEEEEE;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 + .box01-none {
	border-top: none;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01:last-child {
  padding-bottom: 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox01 {
  margin-top: 70px;
  border: 5px solid #ED5A3A;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox01 .t04 {
  color: #ED5A3A;
  border-bottom: 2px dotted #ED5A3A;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox01 .t05 span {
  background-color: #ED5A3A;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox02 {
  margin-top: 35px;
  border: 5px solid #FF8900;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox02 .t04 {
  color: #FF8900;
  border-bottom: 2px dotted #FF8900;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox02 .t05 span {
  background-color: #FF8900;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox03 {
  margin-top: 35px;
  border: 5px solid #369FB2;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox03 .t04 {
  color: #369FB2;
  border-bottom: 2px dotted #369FB2;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox03 .t05 span {
  background-color: #369FB2;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item {
	width: calc((100% - 20px) / 3);
	background-color: #ED5A3A;
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item .pict {
	width: 45%;
	line-height: 0;
	margin-right: 1.5em;
	box-sizing: border-box;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item .txt_box {
	width: 55%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item:nth-child(3n) {
	margin-right: 0;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item .txt_box .sub {
	font-size: 13px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item .txt_box .title {
	font-size: 16px;
	line-height: 1.5;
}
.support_box {
	display: flex;
}
.support_box .box_left {
	width: 310px;
	min-width: 310px;
	box-sizing: border-box;
	margin-right: 40px;
}
.support_box .box_left .inn {
	display: flex;
	margin-bottom: 5em;
}
.support_box .box_left .inn:last-child {
	margin-bottom: 0;
}
.support_box .box_left .inn .title {
	width: 110px;
	min-width: 110px;
	font-size: 16px;
	font-weight: bold;
	color: #ED5A3A;
}
.support_box .box_left .inn .txt {
	font-size: 14px;
}
.support_box .box_right {
	box-sizing: border-box;
}
.support_box .box_right .color_list {
	display: flex;
}
.support_box .box_right .color_item {
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	margin-right: 20px;
}
.support_box .box_right .color_item:last-child {
	margin-right: 0;
}
.support_box .box_right .color_item .txt {
	font-size: 10px;
	text-align: center;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .middle_txt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_list {
	display: flex;
	justify-content: space-between;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item {
	width: calc((100% - 20px) / 2);
	background-color: #D6ECF2;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item:nth-child(2) {
	background-color: #E1F4DF;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item .pict {
	width: 50px;
	min-width: 50px;
	box-sizing: border-box;
	margin-right: 20px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item .item_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item .item_txt {
	font-size: 14px;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item span.blue {
	color: #0094D8;
}
.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item span.green {
	color: #26AD3F;
}
.gaihanbosi_contents div.s06 {
  background-color: #FCF8F8;
  padding: 60px 50px 100px;
  margin-bottom: 100px;
}
.gaihanbosi_contents div.s06 .wrapper .msg01 {
  width: 330px;
  display: block;
  margin: 0 auto;
}
.gaihanbosi_contents div.s06 .wrapper .t01 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 10px;
}
.gaihanbosi_contents div.s06 .wrapper .t01 span {
  color: #EF3C39;
}
.gaihanbosi_contents div.s06 .wrapper dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  border: 4px solid #333;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gaihanbosi_contents div.s06 .wrapper dl + dl {
  margin-top: 40px;
}
.gaihanbosi_contents div.s06 .wrapper dl dt {
  width: 236px;
}
.gaihanbosi_contents div.s06 .wrapper dl dt img {
  display: block;
  margin: 0 auto;
}
.gaihanbosi_contents div.s06 .wrapper dl dd {
  width: calc(100% - 300px);
}
.gaihanbosi_contents div.s06 .wrapper dl dd .t02 span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  background-color: #EF3C39;
  padding: 16px 30px;
  border-radius: 50px;
}
.gaihanbosi_contents div.s06 .wrapper dl dd .t03 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 4px;
}
.gaihanbosi_contents div.s06 .wrapper dl dd .t03 span {
  color: #EF3C39;
}
.gaihanbosi_contents div.s06 .wrapper dl dd .t04 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}
.gaihanbosi_contents div.s06 .wrapper dl dd .t04 span {
  font-weight: bold;
  color: #EF3C39;
}
.gaihanbosi_contents div.s07 {
  border: 4px solid #004D9D;
  border-radius: 10px;
  padding: 60px 80px;
}
.gaihanbosi_contents div.s07 .wrapper .t01 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #004D9D;
}
.gaihanbosi_contents div.s07 .wrapper .photo {
  width: 100%;
  display: block;
  margin-top: 60px;
}
.gaihanbosi_contents div.s07 .wrapper .t02 {
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
}
.gaihanbosi_contents div.s07 .wrapper .t03 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.gaihanbosi_contents div.s07 .wrapper .t04 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}
/* ------------------------------

 width < $width-1

------------------------------ */
@media screen and (max-width: 768px) {
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  .gaihanbosi_contents {
    margin-top: 30px;
  }
  .gaihanbosi_contents * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gaihanbosi_contents div.s01 .wrapper .t01 {
    color: #004D9D;
    font-size: 16px;
    font-weight: bold;
  }
  .gaihanbosi_contents div.s01 .wrapper .bnr01 {
    width: 100%;
    margin-top: 20px;
  }
  .gaihanbosi_contents div.s01 .wrapper .img01 {
    width: 210px;
    display: block;
    margin: 30px auto 0;
  }
  .gaihanbosi_contents div.s01 .wrapper .t02 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px;
    padding-bottom: 0;
    margin-bottom: -5px;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 {
    /*display: block;*/
    margin-top: 20px;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li {
		width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
	.gaihanbosi_contents div.s01 .wrapper .itemlist01 li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a {
    display: block;
    text-decoration: none;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .photobox {
    position: relative;
    display: block;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .photobox img {
    width: 100%;
    display: block;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .photobox .btn_buy {
    width: 97px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li:first-child a .txtbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 10px;
    color: #333333;
  }
	.gaihanbosi_contents div.s01 .wrapper .itemlist01 li:first-child a .name {
		width: calc(100% - 150px);
		text-align: left;
	}
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .price {
    width: 150px;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    color: #004D9D;
    font-weight: 500;
  }
  .gaihanbosi_contents div.s01 .wrapper .itemlist01 li a .price span {
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
  }
  .gaihanbosi_contents div.s02 {
    background-color: #235a9a;
    background-image: url(../item/img_solbo71.jpg);
    background-size: auto 12px;
    background-position: top 0 center;
    background-repeat: no-repeat;
    margin-top: -10px;
  }
  .gaihanbosi_contents div.s02 .wrapper,
	.gaihanbosi_contents div.trouble_area .wrapper {
    padding: 40px 20px 20px;
  }
	.gaihanbosi_contents div.trouble_area .wrapper {
		padding-bottom: 40px;
	}
  .gaihanbosi_contents div.s02 .wrapper .msg01 {
    width: 223px;
    display: block;
    margin: 0 auto;
  }
	.trouble_top_area .box {
		margin-bottom: 10px;
	}
	.trouble_top_area .box:last-child {
		margin-bottom: 0;
	}
	.trouble_top_area .box:nth-child(1) .pict {
		width: 80px;
		min-width: 80px;
		box-sizing: border-box;
	}
	.trouble_top_area .box:nth-child(2) .pict {
		width: 100px;
		min-width: 100px;
		box-sizing: border-box;
	}
	.trouble_top_area .box .txt_box {
		padding: 10px;
	}
	.trouble_top_area .box .txt_box .title {
		font-size: 16px;
	}
	.trouble_top_area .box .txt_box .txt {
		font-size: 14px;
	}
	.trouble_bottom_area .sub {
		font-size: 14px;
		margin-top: 10px;
	}
	.trouble_bottom_area .pict {
		margin-top: 1.5em;
	}
	.trouble_bottom_area .txt_box .txt {
		font-size: 12px;
	}
  .gaihanbosi_contents div.s02 .wrapper .t01 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		row-gap: 0;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li {
    width: calc((100% - 8px) / 2);
    border-radius: 6px;
    margin-bottom: 8px;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li a {
    padding: 10px 0 0;
    background-color: #fff;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li .t02 {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #004D9D;
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li .t02.t0202 {
    padding-right: 0;
    position: relative;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li .t02.t0202 img {
    position: absolute;
    top: 5px;
    right: calc(50% + 45px);
    width: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li .photo {
    /*width: 100%;*/
    display: block;
    margin: 0 10px;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li .t03 {
    display: none;
  }
  .gaihanbosi_contents div.s03 {
    margin-top: 40px;
  }
  .gaihanbosi_contents div.s03 .wrapper .ttl01 {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .gaihanbosi_contents div.s03 .wrapper .ttl01 img {
    width: 15px;
    vertical-align: top;
    margin: -2px 25px 0 0;
  }
  .gaihanbosi_contents div.s03 .wrapper .subt01 {
    text-align: left;
    margin-top: 60px;
    padding-left: 90px;
  }
  .gaihanbosi_contents div.s03 .wrapper .subt01 span {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 150%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDC60));
    background: -o-linear-gradient(transparent 60%, #FFDC60 60%);
    background: linear-gradient(transparent 60%, #FFDC60 60%);
    padding: 0 20px;
  }
  .gaihanbosi_contents div.s03 .wrapper .subt01 span img {
    width: 65px;
    position: absolute;
    top: -15px;
    left: -85px;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 {
    /*display: block;*/
    margin-top: 40px;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 + .ttl01 {
    margin-top: 40px;
  }
	.gaihanbosi_contents div.s03 .wrapper .itemlist01 li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 0;
	}
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li:first-child,
	.gaihanbosi_contents div.s03 .wrapper .itemlist01.list06 li {
    width: 100%;
    margin-bottom: 30px;
  }
	.gaihanbosi_contents div.s03 .wrapper .itemlist01.list06 li:last-child {
		margin-bottom: 0;
	}
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li .rank {
    display: block;
    height: 21px;
    /*margin: 0 0 -15px;*/
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li a {
    display: block;
    text-decoration: none;
		margin-top: 15px;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .photobox {
    position: relative;
    display: block;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .photobox img {
    width: 100%;
    display: block;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .photobox .btn_buy {
    width: 97px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li:first-child a .txtbox,
	.gaihanbosi_contents div.s03 .wrapper .itemlist01.list06 li a .txtbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
	.gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 10px;
    color: #333333;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li:first-child a .name,
	.gaihanbosi_contents div.s03 .wrapper .itemlist01.list06 li a .name {
    width: calc(100% - 150px);
    text-align: left;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .price {
    width: 150px;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    color: #004D9D;
    font-weight: 500;
  }
  .gaihanbosi_contents div.s03 .wrapper .itemlist01 li a .price span {
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
  }
  .gaihanbosi_contents div.s04 {
    background-color: #235a9a;
    background-image: url(../item/img_solbo71.jpg);
    background-size: auto 12px;
    background-position: top 0 center;
    background-repeat: no-repeat;
    margin-top: 40px;
  }
  .gaihanbosi_contents div.s04 .wrapper {
    padding: 40px 20px 35px;
    position: relative;
  }
  .gaihanbosi_contents div.s04 .wrapper .t01 {
    text-align: center;
  }
  .gaihanbosi_contents div.s04 .wrapper .t01 span {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
		line-height: 2;
    background-image: url(../item/img_solbo73.png);
    background-size: auto 2px;
    background-position: bottom 0 left 0;
    background-repeat: repeat-x;
  }
  .gaihanbosi_contents div.s04 .wrapper h3 {
    color: #fff;
    /*text-align: left;*/
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 25px;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px 0 #235a9a, -1px -1px 0 #235a9a, -1px 1px 0 #235a9a, 1px -1px 0 #235a9a, 0px 1px 0 #235a9a, -1px 0 #235a9a, -1px 0 0 #235a9a, 1px 0 0 #235a9a;
  }
  .gaihanbosi_contents div.s04 .wrapper .t02 {
    color: #fff;
    /*text-align: left;*/
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    position: relative;
    margin-top: 0;
    z-index: 10;
    text-shadow: 1px 1px 0 #235a9a, -1px -1px 0 #235a9a, -1px 1px 0 #235a9a, 1px -1px 0 #235a9a, 0px 1px 0 #235a9a, -1px 0 #235a9a, -1px 0 0 #235a9a, 1px 0 0 #235a9a;
  }
  .gaihanbosi_contents div.s04 .wrapper .person {
    display: none;
  }
  .gaihanbosi_contents div.s05 {
    background-color: #F0F0F0;
    padding: 30px 20px 70px;
    background-image: url(../item/img_solbo70.png);
    background-size: auto 12px;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
  }
  .gaihanbosi_contents div.s05 .wrapper .msg01 {
    display: block;
    width: 239px;
    margin: 0 auto;
  }
  .gaihanbosi_contents div.s05 .wrapper .t01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .gaihanbosi_contents div.s05 .wrapper .t01 span {
    color: #EF3C39;
  }
  .gaihanbosi_contents div.s05 .wrapper .t02 {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    line-height: 22px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 {
    display: block;
    margin-top: 30px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin-top: 12px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li a {
    padding: 25px 0 25px 20px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li p {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li img {
    display: block;
    margin: 0;
    height: 90px;
    position: absolute;
    right: 25px;
    bottom: -3px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li.li01 {
    border: 3px solid #ED5A3A;
    border-radius: 6px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li.li02 {
    border: 3px solid #FF9E2E;
    border-radius: 6px;
  }
  .gaihanbosi_contents div.s05 .wrapper .ul02 li.li03 {
    border: 3px solid #369FB2;
    border-radius: 6px;
  }
  .gaihanbosi_contents div.s05 .wrapper .t03 {
    background-color: #225A9A;
    margin-top: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    padding: 24px 0px;
    text-align: center;
    position: relative;
  }
  .gaihanbosi_contents div.s05 .wrapper .t03 img {
    width: 30px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    margin: 0 auto;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox {
    border: 5px solid #000;
    border-radius: 10px;
    padding: 30px 20px;
    background-color: #fff;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .t04 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 {
    padding: 30px 0;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01::after {
    content: "";
    display: block;
    clear: both;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .t05 {
    width: 100%;
    float: none;
    min-width: 0;
    text-align: center;
  }
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box-wide .t05 {
		width: 100%;
	}
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .t05 span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    padding: 10px 25px;
    border-radius: 50px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .photo {
    width: 100%;
    float: none;
    margin: 20px auto 0;
    display: block;
    max-width: 100%;
    max-width: 330px;
  }
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box-wide .photo {
		width: 100%;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01-none .photo {
		margin-top: 0;
	}
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox {
    width: 100%;
    float: none;
    min-width: 0;
    padding-right: 0;
    margin-top: 15px;
  }
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box-wide .leftbox {
		width: 100%;
	}
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 .t06 {
    font-size: 13px;
    font-weight: bold;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl + dl {
    margin-top: 15px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dt {
    width: 70px;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    margin-top: -5px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dt img {
    display: none;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd {
    width: calc(100% - 70px);
    display: block;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul {
    width: 100%;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul:nth-child(2) {
    width: 100%;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul li {
    font-size: 13px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox02 .t06 {
    font-size: 13px;
    line-height: 22px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox03 .t06 {
    font-size: 13px;
    line-height: 22px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox04 .t06 {
    font-size: 13px;
    line-height: 22px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox05 .t06 {
    font-size: 13px;
    line-height: 22px;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01 + .box01 {
    border-top: 1px solid #EEEEEE;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox .box01:last-child {
    padding-bottom: 0;
  }
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .t06 {
		font-size: 14px;
		margin: 20px 0;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list {
		display: block;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item:last-child {
		margin-bottom: 0;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item .txt_box .title {
		font-size: 14px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .type_box .list .item .txt_box .sub {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.support_box {
		display: block;
	}
	.support_box .box_left {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.support_box .box_left .inn {
		margin-bottom: 0;
	}
	.support_box .box_left .inn .title {
		width: 90px;
		min-width: 90px;
		font-size: 14px;
	}
	.support_box .box_left .inn .txt {
		font-size: 13px;
	}
	.support_box .box_right {
		margin: 20px 0;
	}
	.support_box .box_right .color_list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.support_box .box_right .color_item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox.leftbox02 .t07 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .leftbox .box_title {
		font-size: 14px;
		padding: 10px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .middle_txt {
		font-size: 14px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_list {
		display: block;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item:last-child {
		margin-bottom: 0;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item .item_title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.gaihanbosi_contents div.s05 .wrapper .howtobox .box01 .box_item .item_txt {
		font-size: 13px;
	}
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox01 {
    margin-top: 45px;
    border: 5px solid #ED5A3A;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox01 .t04 {
    color: #ED5A3A;
    border-bottom: 2px dotted #ED5A3A;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox01 .t05 span {
    background-color: #ED5A3A;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox02 {
    margin-top: 35px;
    border: 5px solid #FF8900;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox02 .t04 {
    color: #FF8900;
    border-bottom: 2px dotted #FF8900;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox02 .t05 span {
    background-color: #FF8900;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox03 {
    margin-top: 35px;
    border: 5px solid #369FB2;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox03 .t04 {
    color: #369FB2;
    border-bottom: 2px dotted #369FB2;
  }
  .gaihanbosi_contents div.s05 .wrapper .howtobox.howtobox03 .t05 span {
    background-color: #369FB2;
  }
  .gaihanbosi_contents div.s06 {
    background-color: #FCF8F8;
    padding: 40px 20px 60px;
    margin-bottom: 40px;
  }
  .gaihanbosi_contents div.s06 .wrapper .msg01 {
    width: 195px;
    display: block;
    margin: 0 auto;
  }
  .gaihanbosi_contents div.s06 .wrapper .t01 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -15px;
  }
  .gaihanbosi_contents div.s06 .wrapper .t01 span {
    color: #EF3C39;
  }
  .gaihanbosi_contents div.s06 .wrapper dl {
    display: block;
    padding: 30px 20px;
    border: 4px solid #333;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .gaihanbosi_contents div.s06 .wrapper dl.dl03 dt img {
    width: 140px;
  }
  .gaihanbosi_contents div.s06 .wrapper dl.dl03 dd .t03 {
    margin-top: 190px;
  }
  .gaihanbosi_contents div.s06 .wrapper dl + dl {
    margin-top: 40px;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dt {
    width: 236px;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dt img {
    width: 154px;
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dd {
    width: 100%;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dd .t02 {
    text-align: center;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dd .t02 span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    background-color: #EF3C39;
    padding: 10px 30px;
    border-radius: 50px;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dd .t03 {
    margin-top: 220px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dd .t03 span {
    color: #EF3C39;
  }
  .gaihanbosi_contents div.s06 .wrapper dl dd .t04 {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
  }
  .gaihanbosi_contents div.s07 {
    border: 4px solid #004D9D;
    border-radius: 10px;
    padding: 30px 20px;
  }
  .gaihanbosi_contents div.s07 .wrapper .t01 {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    color: #004D9D;
  }
  .gaihanbosi_contents div.s07 .wrapper .photo {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .gaihanbosi_contents div.s07 .wrapper .t02 {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
  }
  .gaihanbosi_contents div.s07 .wrapper .t03 {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    margin-top: 25px;
  }
  .gaihanbosi_contents div.s07 .wrapper .t04 {
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
  }
}
/* ------------------------------

 20220906è¿½è¨˜

------------------------------ */
#anker_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#anker_link .link_item {
  width: 31.5385%;
}
#anker_link .link_item a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  height: 120px;
	line-height: 1.5;
  padding: 0 7.3%;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  background: transparent linear-gradient(180deg, #008DCB 0%, #0D4B93 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 0px #00000029;
  border: 2px solid #225A9A;
  border-radius: 10px;
}
#anker_link .link_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.3%;
  width: 36px;
  height: 36px;
  background-image: url(../item/img_solbo56.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%);
}
#anker_link .link_item a:hover {
  opacity: 0.7;
}
ul li a > .item_catch {
  color: #fff;
  text-align: center;
  background-color: #19A1BE;
  padding: 14px 0 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  font-size: 17px;
	line-height: 1.3;
  letter-spacing: 0.06em;
}
ul.list01 li:nth-child(1) a > .item_catch {
	background-color: #EF3963;
}
ul.list01 li:nth-child(2) a > .item_catch {
	background-color: #1DAAF8;
}
ul.list01 li:nth-child(3) a > .item_catch {
	background-color: #FD8925;
}
ul.list02 li a > .item_catch {
	background-color: #1FA538;
}
ul.list03 li a > .item_catch {
	background-color: #EF3963;
}
ul.list04 li a > .item_catch {
	background-color: #1DAAF8;
}
ul.list05 li a > .item_catch {
	background-color: #5363DB;
}
ul.list06 li a > .item_catch {
	background-color: #FD8925;
}
@media screen and (min-width: 769px) {
	ul.list02 li:nth-child(2) a > .item_catch,
	ul.list02 li:nth-child(3) a > .item_catch {
		padding: 25px 0 25px;
	}
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li a .link_txt {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #19A1BE;
  border-radius: 0 0 10px 10px;
  text-align: center;
  line-height: 1;
  padding: 16px 0;
  margin-top: auto;
  font-size: 16px;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(2) a .link_txt {
	background-color: #1FA538;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(3) a .link_txt {
	background-color: #EF3963;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(4) a .link_txt {
	background-color: #1DAAF8;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(5) a .link_txt {
	background-color: #5363DB;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li:nth-child(6) a .link_txt {
	background-color: #FD8925;
}
.gaihanbosi_contents div.s02 .wrapper .ul01 li a .link_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-image: url("../item/img_solbo57.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 769px) {
	/*
  #anker_link .link_item a br {
    display: none !important;
  }
	*/
	/*
  ul li a > .item_catch {
    line-height: 1;
  }
	*/
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
  #anker_link .link_item a {
		height: 90px;
    text-align: center;
    font-size: 13px;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.29;
    padding: 10px 7.3%;
  }
  #anker_link .link_item a::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translate(-50%, 0);
    width: 22px;
    height: 22px;
  }
  ul li a > .item_catch {
    padding: 10px;
    font-size: 15px;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li a .link_txt {
    font-size: 12px;
    padding: 7px 0;
  }
  .gaihanbosi_contents div.s02 .wrapper .ul01 li a .link_txt::after {
    width: 15px;
    height: 15px;
  }
}