@charset "UTF-8";

body{
	font-size:15px;
}
b{	font-weight:bold;}

.cf:after{
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.cf {
  display:block;
  *zoom: 1;
}



/*------------ flex------------*/
.flex,
#point ul,
#support ul,
.box_will ul,
#f_lnk ul,
.box_index.faq ol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
}


@media screen and (max-width: 760px) {
	#step li a{
      display: -webkit-box;
      display: flex; 
  }
}
.flex img{ margin: 0 10px;}

/*------------ icon------------*/
.ico01,.ico03{
	position:relative;
}
.ico01:before{
	content: "";
	display:inline-block;
	position: absolute; 
    right: 10px;
    bottom: 43%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    transform: rotate(45deg);
}
.ico02:before{
	content: "";
	display:inline-block;
	width: 7px;
	height: 7px;
	margin-right: 5px;
	background: #303030;
	border-radius: 50%;
	vertical-align: 0.2rem;
}

.ico03:before{
	content: "";
	display:block;
	text-align: center;
	margin: 10px auto -16px;
	width: 2px;
	height: 0px;
	border: 20px solid transparent;
	border-top: 12px solid #9eca1d;
}
.num_lst{
	margin-left:22px;
}
.num{
	background: #9eca1d;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0 3px 0 -22px;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	width: 20px;
	height: 20px;
	display: inline-block;
	padding-top: 3px;
}
table .num{ margin-left: 0; }

/*------------ titl------------*/
.ttl_area{
	margin: 0 auto;
	padding: 20px 20px;
	box-sizing: border-box;
	background: url(../../images/buyer/img_top.jpg) no-repeat 88% 41%,#eaf3f7;
}
.ttl_area h1{
	font-size:2.5rem;
	font-weight:bold;
	color: #283500;
}
.ttl_area .inr{
	width:960px;
	margin:0 auto;
}
.ttl_area02{
	background: url(../../images/buyer/img_bg.png) no-repeat right bottom,#f3f8d6;
	padding: 15px;
	border-top: 5px solid #bddd0e;
	margin-bottom: 30px;
}
.ttl_area02 h1{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.top h2{
	font-size: 3.6rem;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.4;
}
h2.subttl{
	border-bottom: 4px solid #9eca1d;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 25px;
	padding-bottom: 3px;
}
.ttl_area02 h1 span{
	display:block;
	font-size: 2rem;
	font-weight: bold;
	color:#9eca1d;
}
.main_page h3{
	font-weight: bold;
	margin: 30px 0 15px;
	padding: 2px 0 2px 7px;
	font-size: 1.8rem;
	border-left: 6px solid #9eca1d;
	line-height: 1.4;
}
.main_page h4{
	font-weight: bold;
	font-size: 1.8rem;
	margin: 35px 0 15px 8px;
}
.main_page h4:before{
	content:"";
	display:inline-block;
	background:#9eca1d;
	width:10px;
	height:10px;
	vertical-align: 0.1rem;
	margin-right: 6px;
}
/*--------------------- 共通---------------------*/

section{ margin:60px auto 0;}

.main_page section p,
.main_page section dl{margin-top:10px;line-height: 1.6;font-size: 1.6rem;}

#page section ul li{margin-bottom: 5px;}

.lst li{
	text-indent: -12px;
	margin-left: 13px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.right{text-align:right}


/*--------------------- top---------------------*/
#step,#point,#support{
	margin: 90px 0 0;
}
#step ul{

}
#step li{
	margin: 0 0 35px;
	border: 2px solid #dedede;
	border-radius: 5px;
	box-shadow: 0 1px 7px #c7c7c7;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#step li:hover{
	box-shadow: none;
}
#step li a{
   padding: 13px;
   color: #303030;
}

#step li:after {
	content:"";
	position: absolute;
	bottom: -50px;
	right: 46%;
	display:block;
	width: 2px;
	height: 0px;
	border: 23px solid transparent;
	border-top: 16px solid #9eca1d;
}
#step li:nth-last-of-type(1):after{ content: none; }
 
@media screen and (min-width: 761px) {
   #step li:nth-child(3n){ margin-right:0;}
   #step li:nth-child(3n):after{ content: none; }
}

#step li a:hover .ttl,
#point li a:hover .ttl{ color: #ff0000; }

#step li a:hover .btn{ background:#c8e66d}

ul li .photo{
	margin-right: 15px;
	float: left;
}
ul li .photo img{
	width: 100%;
}

#step li .photo img{
	width:190px;
}
#step li .ttl{
	font-size: 1.2rem;
	font-weight:bold;
	color: #1565bd;
	margin-bottom: 8px;
	line-height: 1.1;
}
#step li .btn{
	background: #9eca1d;
	display: inline-block;
	float: right;
	padding: 4px 7px;
	border-radius: 3px;
}

#point ul{ 
    align-items: center;
}
#point li{
	width: 50%;
	box-sizing: border-box;
	border: 1px solid #c5c5c5;
}
#point li:nth-of-type(1){
	margin-right: 22px;
	padding: 0;
}
#point li a{
    padding: 12px 20px 12px 15px;
    color: #303030;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}


#point li .photo{
	position: absolute;
	top: 21%;
	left: 10px;
}
#point li .photo img{
	width:70px;
}
#point li .ttl{
	font-size: 1.2rem;
	font-weight:bold;
	color: #1565bd;
	margin-left: 80px;
}
#point li .txt{
	margin-left: 80px;
}

#support ul{
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
#support li{
	box-sizing: border-box;
	margin-bottom: 36px;
	border: 1px solid #c5c5c5;
	padding: 15px;
}
#support .ttl{
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
}
#support .txt{
	color: #303030;
}
#support p img{
	margin-top: 10px;
}
/*--------------------- 下層ページ---------------------*/
#main{
	width: 730px;
	float:left;
}
#side{
	float:right;
	width: 210px;
	line-height: 1.6;
}
.ttl_area02 + p{
	font-size: 1.6rem;
	line-height: 1.4;
}
.box_index{
	border: 1px solid #c7c7c7;
	margin-top: 20px;
}
.box_index ._tag {
    background-color: #f3f8d6;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: 700;
    padding: 0.5rem 2rem;
    margin-bottom: 10px;
}
.box_index ol {
    margin-left: 48px;
    margin-left: 3rem;
    line-height: 1.4;
    font-size: 1.6rem;
}
.box_index li {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    list-style: decimal;
    font-size: 1.6rem;
    line-height: 1.4;
}
.box_index.faq ol{
	-ms-flex-wrap:wrap;/*--- IE10逕ｨ ---*/
   -webkit-flex-wrap:wrap;/*--- safari（PC�臥畑 ---*/
   flex-wrap:wrap;
}
.box_index.faq ol li{
	width: 33%;
}
.checkbox p{
	font-weight:bold;
	margin-bottom: 12px;
	margin-top: 15px !important;
}

.checkbox .gray{
	font-size: 1.3rem;
	font-weight: bold;
	color: #727272;
	margin-left: 10px;
}

.checkbox ul li{
	display: inline-block;
	margin: 0 40px 5px 0;
	padding-left: 18px;
	background: url(../../images/buyer/ico_check.gif) no-repeat 0 0;
}
.box01{
	padding: 12px;
	border: 1px solid #c7c7c7;
}
.box02{
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box02 > div{
	width: 33%;
	margin: 0 5px;
}
.box02 > div:nth-of-type(3) p{padding: 27px 10px;}

.box02 > div:nth-of-type(3) p:nth-of-type(1){	margin:0 }


.box_will {
    margin: 30px 0 !important;
    padding-bottom: 1rem;
    border: solid 2px #151149;
    border-radius: 10px;
    overflow: hidden;
}
.box_will dt {
    color: #333333;
    font-size: 1.8rem;
    margin: 0;
    padding: 0.81rem 1.25rem;
    background-color: #eaeff6;
    font-weight: bold;
}
.box_will dt span {
    color: #b4222d;
    font-weight: bold;
}
.box_will dd {
    padding: 1rem 1.18rem 0;
}
.box_will .inr05 p{
        width: 120px;
        background: #b4222d;
        color: #fff;
        text-align: center;
        padding-top: 28px;
        margin-right: 10px;
}
.box_will ul {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.box_will ul:first-child {
    margin-top: 0;
}
.box_will .lst_disc li{
    list-style: none;
    text-indent: 0.5rem;
    margin-left: -0.2rem;
    margin-bottom: 8px;
}
.box_will .lst_disc li:before{
    content:"";
    display:inline-block;
    width: 8px;
    height: 8px;
    background: #151149;
    margin-right: 5px;
    vertical-align: 1.5px;
}
.box_will .txt_lead {
    margin-left: 16px;
}
.box_will ul li {
    line-height: 1.375;
}
.box_will ul li li {
    margin-top: 0.625rem;
}
.box_will ul .list__cont + .list__cont {
    margin-top: 1.5rem;
}
.box_will ul li .list__ttl {
    margin-bottom: 0.625rem;
}
.box_will .blk_button {
    text-align: center;
}
.box_will .btn_will {
    display: inline-block;
    color: #fff;
    background-color: #151149;
    padding: 1rem 1rem 1rem 2rem;
    position: relative;
    z-index: 0;
    border-radius: 4px;
    font-weight: bold;
    min-width: 224px;
}
.box_will .btn_will:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.blk_button .btn_will:hover {
    opacity: 0.8;
}
.box_will img{
	display:block;
	margin:0 auto;
}
.box_point,.box_check {
    background-color: #f3f8d6;
    border: 3px solid #9eca1d;
    border-radius: 10px;
    border-width: 2px;
    padding: 15px;
}
.box_point dt {
    background: transparent url("../../images/buyer/ico_point.png") left top no-repeat;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-top: 26px;
    width: 100px;
    height: 0;
}
.box_point li {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.box_point ul li ul {
    margin-top: 0.5rem;
}
.box_point li:last-of-type {
    margin-bottom: 0;
}
.box_point .txt__lead {
    margin-bottom: 0.75rem;
}
.box_check dt {
	background: transparent url("../../images/buyer/ico_check.png") left top no-repeat;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-top: 32px;
	width: 90px;
	height: 0;
}
.nav_btm{
    margin: 50px 0 30px;
}
.nav_btm a{
	position:relative;
	font-size:0.9rem;
}
.nav_btm .prev{
	padding-left: 14px;
	float: left;
	font-size: 1.6rem;
}
.nav_btm .prev:before{
   	content: "";
   	display:inline-block;
   	position: absolute;
   	left: 0;
   	bottom: 29%;
   	width: 8px;
   	height: 8px;
   	border-top: 2px solid #7a0;
   	border-right: 2px solid #7a0;
   	transform: rotate(220deg);
}
.nav_btm .next{
	padding-right: 14px;
	float: right;
	text-align: right;
	font-size: 1.6rem;
}
.nav_btm .next:before{
   	content: "";
   	display:inline-block;
   	position: absolute;
   	right: 0;
   	bottom: 29%;
   	width: 8px;
   	height: 8px;
   	border-top: 2px solid #7a0;
   	border-right: 2px solid #7a0;
   	transform: rotate(45deg);
}
.tbl01{
	width:100%;
	margin: 10px 0 25px;
	text-align: left;
	line-height: 1.4;
}
.tbl01 th,.tbl01 td{
	border: 1px solid #bfbfbf;
	padding: 8px;
}
.tbl01 th{
	background: #ececec;
}

.flow06 dl:nth-of-type(1),.flow06 dl:nth-of-type(2),.flow06 dl:nth-of-type(3){
	width: 60%;
}
.contList{
	background: #fff;
	margin: 0 0 12px;
	box-shadow: 0 2px 3px #d4d4d4;
	border: 1px solid #d6d6d6;
	font-size: 1.6rem;
	line-height: 1.4;
}
.contList .faq_list.open{
  background: url(../../images/buyer/ico_+-.png) no-repeat 98% -80px;
}
.contList .faq_list{
   background: url(../../images/buyer/ico_+-.png) no-repeat 98% 17px;
}
.contList .faq_list_q{
  background: url(../../images/buyer/ico_QA.png) no-repeat 12px 17px;
  background-size: 20px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 15px 42px;
}
.contList .faq_list_q:hover{
	color: #376FA6;
}
.contList .faq_list_a{
	background: url(../../images/buyer/ico_QA.png) no-repeat 12px -91px;
	padding: 0 10px 0 42px;
	margin-top: 10px;
}
.contListIn li{
	background: none !important;
	padding-bottom: 15px;
	margin: 0;
}
#f_lnk{
	background:#f3f8d6;
	padding: 15px 15px 0;
	margin: 40px 0 0;
}
#f_lnk ul{
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
#f_lnk ul li{
	width: 50%;
	margin-bottom: 15px !important;
}
#f_lnk ul li a{
	padding-left: 18px;
	position: relative;
}
#f_lnk ul li a:before{
	content: "";
	display:inline-block;
	position: absolute;
	left: 0;
	top: 24%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	transform: rotate(45deg);
}
#f_lnk h2{
	font-weight:bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.sp{display: none !important;}

#spNavi{  display: none;}

@media screen and (min-width: 761px) {
	#crumbs{
	width: 950px;
	margin: 10px auto;
	padding: 0 !important;
	}
  #crumbs ul{width: 100% !important;}
  #crumbs li{
	display: inline-block;
   }
   #crumbs li a:after{
	content:"";
	display:inline-block;
	margin:0 5px;
	width: 10px;
	height: 10px;
	background: url(/common/images/arrow_breadcrumb.png) right center no-repeat;
   }
   #crmbs{ padding: 0 !important;}
   #crumbs .inner{background: #fff !important;border: none !important;}
   #crumbs .inner li{
     padding: 0 !important;
    color: #333 !important;
    background: #fff !important;
   }
   #crumbs .inner li a {color: #1565c0  !important;}
}


@media screen and (max-width: 760px) {
   
    body{
    	font-size: 16px;
    	line-height: 1.5;
    }
	.pc{display: none !important;}
	.sp{display: block !important;}
	
	#spNavi #spNaviInner > section{ margin: 0 !important;}
	
     img{
     	margin: 0 auto !important;
     	display: block;
     	width: auto;
     	text-align: center;
     }
    .flex{	
        display:block; 
     }

	.num{
	   padding: 1px;
	   vertical-align: middle;
	   font-size: 1.2rem;
	}
	
	.container,
	#step li .photo img,
	#main,
	#crumbs{
		width: 100%;
		float: none;
	}
	.container{
		padding: 0;
	}
    #crumbs{
	   margin: 0;
	   }
	#crumbs li a:after{
		content:none;
	}
	section{
		margin: 30px 0 0 !important;
	}

/*------------ titl------------*/

	.ttl_area{
		padding: 0;
		width: auto;
		border: none;
		background: none;
	}
	.ttl_area .inr{
		width:100%;
	}
	.ttl_area h1{
      width: auto;
      margin: 0 0 8px;
      padding: 26px 10px;
      font-size: 2.8rem;
      background: url(../../images/buyer/img_top.jpg) no-repeat 129% 50%,#e9f3f5;
      background-size: 236px;
     }
	.ttl_area p{
      width: auto;
      margin: 0 10px;
     }
	.ttl_area02 h1{
		line-height: 1.2;
		font-size: 2.1rem;
	}
	.ttl_area02 h1 span{
		font-size: 1.8rem;
	}
	.top h2{
		margin-bottom: 30px;
		font-size: 2.8rem;
	}
	h2.subttl{
		box-sizing: border-box;
		margin: 0 -10px 15px;
		padding: 0 10px 5px;
	}
    .main_page h3{
    	font-size: 1.8rem;
    	line-height: 1.3;
    }
    .main_page h4{
    	font-size: 1.7rem;
    	line-height: 1.3;
    }
/*------------ topページ------------*/
	ul li .photo{
		margin-right: 8px;
		max-width: 150px;
	}
	#step ul{
		display: block;
	}
	#step li{
		width: 95%;
		margin: 0 auto 28px !important;
	}
	#step li a{
		padding: 10px;
		border-left: none;
		border-right: none;
		box-shadow: none;
		align-items: center;
	}
	#step li:after{
		top: auto;
		right: 45%;
		bottom: -42px;
		border: 20px solid transparent;
		border-top: 12px solid #9eca1d;
	}
	#step li .photo{
	    width: 25%;
	    margin: 0 7px 0 0;
	    box-sizing: border-box;
	    display: inline-block;
	}
	#step li .ttl{
	  font-size: 1.6rem;
	  text-align: left;
	  margin: 0;
	  width: 75%;
	}
	#step li .txt,
	#step li .btn{
	  display: none;
	}
	#point ul, #support ul{
		display: block;
	}
	#point li{
		width: 95%;
		margin: 0 auto 15px !important;
	}
	#point li .ttl{
		font-size:1.6rem;
	}
	
	#support li{
      width: 97%;
      margin: 0 auto 38px;
    }
     #support li a{
        width: 100%;
    }
	#support .photo{
		width: 30%;
	}
	#support .ttl{
        float: left;
        width: 66%;
        font-size: 1.6rem;
    }
	#support .txt{
	    float: left;
	    width: 66%;
	    margin-bottom: 10px;
	}

/*------------ 下層ページ------------*/
	.main_page section{
		margin: 40px 10px !important;
	}
    .main_page section p, .main_page section dl{
    font-size: 1.6rem;
    line-height: 1.4;
    }
	.box_index{
		margin: 20px 10px;
		line-height: 1.4;
	}

	.box_index.faq ol li{width: 50%;}

	.main_page .ttl_area02 + p{
		margin: 0 10px;
	}
	.checkbox p{
		font-size: 1.7rem;
	}
	.checkbox .gray{
		font-size: 1.3rem;
	}
	.box_will dt{
		font-size: 1.6rem;
	}
	.box_will .blk_button a{
		margin-bottom: 15px;
	}
	.box02 > div{
	     width:auto;
	     margin-bottom: 10px;
	 }
	.box02 > div:nth-of-type(3) p{	padding: 10px; }
	 
	.nav_btm{
		margin: 30px 10px;
	}
	.nav_btm a{
		display: block;
		width: 49%;
		box-sizing: border-box;
		line-height: 1.3;
		font-size: 1.4rem;
	}
	 #side{ width: 100%; }

     #side.buyer #subArea{
     	width: 100%;
     	padding: 0;
     }
     #subArea .login{ width: 80%;  }

     #subArea .login img{ width: 100%;  }
     
     #side.buyer .side_section{
     	background: none;
     	padding: 0;
     }
      #side.buyer .side_section .logo,
      #side.buyer .side_section .plus h2 br,
      #side.buyer #subArea .side_block br{
          	display: none;
     }
      #side.buyer .side_section .plus h2{font-size: 1.7rem;font-weight: bold;}

      #side.buyer #subArea .side_block{border-bottom: none;margin: 0 0 18px;}
      
      #side.buyer .side_section .plus p:nth-of-type(1),
      #side.buyer #subArea .side_block p:nth-of-type(1){
      	font-size: 1.5rem;
      	text-align: left;
      }

      #side.buyer .side_section .plus .support li a{font-size: 1.7rem;}

      #side.buyer #subArea .side_block .side_block_head_type2{ font-size: 1.7rem;}

      #side.buyer #subArea .side_block .item_link{
            width: 70%;
            margin: 12px auto 0;
            font-size: 1.6rem;
       }
      .sp #pagetop a{display: block !important;}
	  footer .outer{/* background-position: center 35px !important; */}
	  
	#f_lnk {
		padding: 15px;
		margin: 30px 10px !important;
	}

	#f_lnk h2{font-size: 1.8rem;}

	#f_lnk ul{	display: block;}

	#f_lnk ul li{width: 100%;font-size: 1.6rem;line-height: 1.4;}
	
	.fiiterTitle a{font-weight: bold;}
	.footerNavi a p{font-weight: bold;}
	
	#ai_popup{display: none !important;}
}