section{
		margin: 0;
		padding: 0;
	}
	.tex_c_are {
    text-align: center;
}
.tex_c_are p{
	margin-bottom: 1.6em;
}
.link_btn_area ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.link_btn_area ul li{
	width: 49%;
	margin-bottom: 10px;
	text-align: center;
}
.link_btn_area ul li a{
	padding: 20px 20px 15px;
	font-size: 18px;
	background:  #2999c4;;
	/* background: #E25607; */
	box-sizing: border-box;
    display: block;
	border-radius: 5px;
	border-bottom: 7px solid #0686b2;
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
	min-height: 79px;
}
.link_btn_area ul li a:hover{
	border-bottom:1px solid #0686b2;
	color: #fff;
}
.link_btn_area ul:nth-of-type(2) li{
	width: 100%;
}
.tex_c_are {
    padding: 50px;
}
.tex_c_are p:last-child{
	margin-bottom: 0 !important;
}
.dli-chevron-down {
  display: block;
  margin: 10px auto 0;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
section .inner {
    padding: 45px 0;
}
h2.midasi01 {
    text-align: center;
	position: relative;
    font-size: 26px;
    font-weight: bold;
	color: #0686b2;
	margin-bottom: 45px;

}
h2.midasi01:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0686b2;
  border-radius: 2px;
}
/* お客様との5つのお約束  */
#first-popup{
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	margin: auto;
	width: 1100px;
	height: 590px;
	z-index: 7000;
	display: none;
	background: #fff;
}
.first-popup-box{
	border: 5px solid #0BA45C;
	padding: 20px;
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	position: relative;
	z-index: 2;
}
.first-popup-boxbg{
	position: relative;
}
.first-popup-boxbg::before{
	content: "";
	border: 120px solid transparent;
	border-top: 120px solid #dafae2;
	border-left: 120px solid #dafae2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.first-popup-boxbg::after{
	content: "";
	border: 120px solid transparent;
	border-bottom: 120px solid #dafae2;
	border-right: 120px solid #dafae2;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.first-popup-label{
	color: #0b9e59;
	font-size: 27px;
	line-height: 1;
	text-align: center;
	padding: 0;
	border-bottom: 3px solid #0ba35b;
	position: relative;
	z-index: 2;
}
.first-popup-label img {
	max-width: 70%;
	height: auto;
	margin-bottom: -3px;
}
.first-popup-main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px;
	position: relative;
	z-index: 2;
	counter-reset: number 0;
}
.first-popup-main .popup-main-box{
	width: calc(50% - 10px);
	margin: 15px 0px;
	background: #eaf8ff;
	box-sizing: border-box;
	padding: 10px 10px 15px;
	border-radius: 7px;
	position: relative;
	box-shadow: 3px 3px 0px #d2e9f5;
}
.first-popup-main .popup-main-box::before{
	counter-increment: number 1;
	content: counter(number) " ";
	font-size: 29px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #fff;
	background: #2196f3;
	line-height: 0;
	display: block;
	padding: 22px 15px;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	border-radius: 50%;
}
.first-popup-main::after{
	content: "";
	width: calc(33% - 10px);
	display: block;
}
.first-popup-main .popup-main-box .popup-main-label{
	font-size: 19px;
	line-height: 25px;
	padding: 7px;
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	color: #2196f3;
	text-shadow: 2px 2px 0px #fff;
}
.first-popup-main .popup-main-box .popup-main-img{
	width: 100%;
	height: auto;
	display: block;
	margin: 5px auto;
}

.modal_close.first-popup{
	background: #0BA45C;
	z-index: 2;
}
.modal_close.first-popup span:before{
	color: #fff !important;
}

.first-popup-main .popup-main{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.first-popup-main .popup-main .popup-main-l{
	width: 130px;
}
.first-popup-main .popup-main-box .popup-main-r{
	width: calc(100% - 140px);
}
.first-popup-main .popup-main-box .popup-main-r p{
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0;
}
.first-popup-main .popup-main-box .popup-main-r p:last-of-type{
	margin: 10px 0 0;
}
tr.vtl_top td {
    vertical-align: top;
}

.box_sec {
    margin: 15px;
    font-size: 16px;
}
.box_sec {
    margin: 15px;
    font-size: 16px;
    background: #ffebe0;
	display: flex;
}
.sec_imgarea {
	max-width: 46%;
    margin-right: 15px;
}
.sec_imgarea img{
	vertical-align: bottom;
	line-height: 0;
}
.sec_text {
    padding: 20px 0;
}
p.sec_ttl {
    font-size: 20px;
	font-weight: bold;
	color: #E2541C;
}
h2.midasi02 {
	font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 26px;
    background: #e1f7fe;
    color: #0686b2;
    padding: 15px;
    margin-bottom: 15px;
}
.tx_cen {
    text-align: center;
	margin: 20px 0;
}
.tx_cen p{
	margin-bottom: 1.6em;
}
.tx_cen p:last-child{
	margin-bottom: 0;
}
.guide-box {
    margin-top: 45px;
}
.guide-box ul li{
	list-style-type:none !important;
	list-style-position:normal;
	padding-left:0;
	text-indent:0;
	line-height:auto;
	border: none;
}
p.guide-step .g-step{
	font-size: 13px;

}
span.num{
	font-size: 15px;
	transform:none !important;
}
.kai_box {
    display: flex;
    align-items: center;
	justify-content: space-around;
	margin: 25px;
}
.kai_item{
	width: 32%;
	border: 1px solid #ccc;
	text-align: center;
}
.kai_item p{
	background: #2196f3;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 8px;

}
.kai_item img{
	max-width: 60%;
}
.guide-box ul li:nth-child(-n+4):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -44px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 15px solid #1A9B5A;
}
/* .kai_item img.chousei{
	max-width: 70%;
} */
.haisou_item {
    text-align: center;
}
.haisou_wrap {
	margin: 25px;
    /* border: 2px solid #ccc; */
    padding: 40px;
    padding-bottom: 15px;
    background: #e9faf9;
    border-radius: 5px;
}
p.haisou_ttl {
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2196f3;
	position: relative;
}
p.haisou_ttl.h01:before {
	content: '';
    display: inline-block;
    width: 42px;
    height: 50px;
    background-image: url(/img/images/shopping_guide/number01.png?=2);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}
p.haisou_ttl.h02:before {
	content: '';
    display: inline-block;
    width: 42px;
    height: 50px;
    background-image: url(/img/images/shopping_guide/number02.png?=2);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}
p.haisou_ttl.h03:before {
	content: '';
    display: inline-block;
    width: 42px;
    height: 50px;
    background-image: url(/img/images/shopping_guide/number03.png?=2);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.haisou_item {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #2196f3;
	position: relative;
}
.haisou_item:nth-of-type(-n+2):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 20px solid #2196f3;
}
.hsu_imgbox {
    padding: 20px 0;
}
.tbl02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.tbl02 thead th {
 padding: 15px;
 background: #e9faf9;
 border: solid 1px #778ca3;
}
.tbl02 tbody th {
	background: #ffffff;
	border: solid 1px #778ca3;
	font-size: 18px;
}
.tbl02 td {
 padding: 35px;
 border: solid 1px #778ca3;
 text-align: left;
 line-height: 1.5;
}
.qabox {
    margin-top: 20px;
}

.qaitem {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.qu {
    background: #E1EEF6;
    padding: 15px;
    font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
}
.qu::before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "Q";
    color: #ffffff;
    background: #0090f0;
    font-size: 17px;
    font-weight: bold;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aw {
	padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
	padding-left: 45px;
}
.aw::before {
    position: absolute;
    left: 10px;
    content: "A";
    color: #ffffff;
    background: #de0000;
    font-size: 17px;
    font-weight: bold;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.shop_btn {
    margin-top: 25px;
	text-align: center;
}
p.shop_btn a.sb_btn{
    font-size: 19px;
    padding-left: 15px;
    color: #0000ff;
    text-decoration: none !important;
    font-weight: bold;
	text-align: center;
	position: relative;
    text-decoration: underline !important;
}
p.shop_btn a.sb_btn:hover{
	text-decoration: none !important;
}
p.shop_btn a.sb_btn:before{
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #0000ff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.th_img {
    max-width: 15%;
    text-align: center;
	margin: 0 auto;
}