@charset "shift_jis";
@media screen and (min-width: 769px) {
 .pc_off {
  display: none;
 }
 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }
 header {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
 }
 h2 {
  text-align: center;
  font-size: 28px;
 }
 .pc_off {
  display: none;
 }
 .main {
  width: 100%;
	height:600px;
  margin: 0 auto;
  text-align: center;
	background-image:url(/baikyaku/img/main_bg.jpg);
	position:relative;
 }
 .main a{
    position: absolute;
    top: 400px;
    left: 0px;
    right: 510px;
    margin: auto;
    width: 446px;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
background-color: #fdc609;
    border: solid 2px #fdc609;
    text-decoration: none;
    color: #333;
    border-radius: 50px;
	background-image:url(/baikyaku/img/main_link_icon.png);
	background-repeat:no-repeat;
    background-position-y: 23px;
    background-position-x: 55px;
}
 .main a:hover{
	background-color:#FFF;
}
.main a::before {
    content: "";
    top: 43px;
    right: 54px;
    width: 18px;
    height: 1px;
    background: #333;
    position: absolute;
}
.main a::after {
    content: "";
    right: 53px;
    top: 40px;
    width: 9px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    position: absolute;
}
 .main img {
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	bottom:0px;
 }
 .side_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
 }
 .nayami {
  width: 960px;
  margin: 40px auto 110px;
 }
 .nayami h2{
  text-align: center;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
 }
 .nayami_group {
  position: relative;
  margin: 80px 0;
 }
 .nayami_icon {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
 }
 .nayami_group ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
 }
 .nayami_group ul li {
  width: 300px;
  height: 100px;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  border: 1px solid #bfbfbf;
  padding: 20px;
  box-sizing: border-box;
  list-style: none;
  border-radius: 10px;
  margin-bottom: 30px;
 }
 .nayami_group ul li:nth-child(2) {
  margin-top: -50px;
 }
 .nayami_group ul li:nth-child(5) {
  margin-top: 50px;
 }
 .nayami_group ul li span {
  background: linear-gradient(transparent 60%, #ffdbde 0%);
 }
 .solution_wrap {
  width: 100%;
  background: #ed6103;
  height: 400px;
 }
 .sol_inner {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
 }
 .sol_img {
  width: 640px;
  height: 400px;
  position: absolute;
  top: -65px;
 }
 .sol_co {
  width: 350px;
  position: absolute;
  right: 15%;
  top: 10%;
 }
 .sol_co h2{
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
 }
 .sol_co p {
  font-size: 26px;
  line-height:35px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }
 .sol_btn a {
  display: block;
  background: #fff;
  height: 55px;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
 }
 .sol_btn a:hover {
  background-color:#fff552;
 }
 .strong_wrap {
  width: 100%;
  margin: 80px auto;
 }
 .sell_title {
  text-align: center;
 }
 .sell_title h2{
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
 }
 .underline {
  display: block;
  border-bottom: 4px solid #dadada;
  width: 25px;
  margin: 0 auto;
 }
 .sell_title p {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 }
 .str_list {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 .str_co {
  width: 330px;
 }
 .str_co img {
 }
 .str_co h3 {
  font-size: 20px;
  color: #ed6103;
  font-weight: bold;
  margin: 30px 0 10px;
 }
 .str_co p {
  font-size: 16px;
  line-height: 150%;
  color: #666;
  margin: 0;
 }
 .contact_wrap {
  width: 100%;
  height: 280px;
  background: #ed6103;
 }
 .contact_co {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  color: #fff;
 }
 .con_title {
  font-size: 28px;
  font-weight: bold;
 }
 .contact_co p {
  margin: 30px auto;
  font-size: 15px;
  letter-spacing: 1px;
 }
 .contact_btn a {
  width: 450px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #fdc609;
  line-height: 70px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  text-indent: 15px;
 }
 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(/baikyaku/img/mail_icon.png);
  background-size: auto;
  width: 21px;
  height: 17px;
  margin-right: 14px;
  margin-bottom: -2px;
 }
.contact_btn a:hover{
    background: #fff552;
    transition-duration: 0.3s;
     }
 .chart_wrap {
  text-align: center;
  margin: 80px auto;
 }

 .chart_bg{
	width:1000px;
	height:1120px;
	background:url("/baikyaku/img/chart_img.png") no-repeat;
	position:relative;
	top:0px;
	left:0px;
	margin:0px auto;
 }

.chart_bg ul{
	width:100%;
	position:absolute;
	bottom:34px;
	display:flex;
	justify-content:center;
}

.chart_bg ul li{
	
}

 .feature_wrap {
  margin: 80px auto;
  color: #333;
 }
 .fea_co {
  width: 900px;
  margin: 0 auto;
 }
 .fea_co table {
  border-collapse: collapse;
  width: 100%;
 }
 .fea_co th, .fea_co td {
  border: 1px solid #bfbfbf;
  font-size:16px;
  line-height:24px;
 }
 .fea_co td {
  padding: 0 20px;
 }
 .fea_co th {
  background: #eeeeee;
  line-height: 80px;
  width: 200px;
 }
 .table_none {
  background: #fff !important;
  background-image: linear-gradient(11deg,
    transparent 47%,
    #ccc,
    transparent 51%,
    transparent) !important;
 }
 .bg_red {
  background: #ffecec;
  line-height: 40px;
  text-align: center;
 }
 .bg_blue {
  background: #e2f6ff;
  line-height: 40px;
  text-align: center;
 }
 .sell_title {
  text-align: center;
 }
 .top_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
 }
 .top_img img {
  width: 100%;
 }
 .inheritance_wrap {
  width: 100%;
  margin: 80px auto;
 }
 .inh_sub {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 200%;
  margin: 40px 0;
 }
 .inh_text {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 190%;
  background: #f8fdff;
  border: 3px solid #307fa9;
  border-radius: 5px;
  font-size: 16px;
  color: #307fa9;
 }
 .info_wrap {
  width: 100%;
  margin: 80px auto;
 }
 .info_btn_list {
  width: 1030px;
  margin: 0 auto;
 }
 .info_btn_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
 }
 .info_btn_list ul li a {
  display: flex;
  align-items: center;
  width: 330px;
  height: 100px;
  padding: 30px;
  text-decoration: none;
  font-size: 18px;
  color: #484848;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
 }
 .info_btn_list ul li a:hover {
  border: 3px solid #bfbfbf;
  padding:28px;
 }
 .info_btn_list ul li a img {
  object-fit: contain;
  margin-right: 20px;
 }
 .info_btn_list ul li a::after {
  content: "";
  display: inline-block;
  background: url(/baikyaku/img/arrow.png);
  background-size: auto;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 30px;
 }

	.c21_lease{
		display:none;
	}

	.top_content {
		width: 100%;
		text-align: center;
		background: #f6ce1b;
		padding: 30px 0;
	}
	.pc_off {
		display: none;
	}
	.content_wrap2 {
		background: #009fe1;
		text-align: center;
		padding: 60px 0;
	}
	.main_co {
		width: 1100px;
		margin: 40px auto;
		position: relative;
	}
	.wankun_01 {
		position: absolute;
		top: -28%;
		right: 0;
	}
	.main_list ul {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
		margin: 40px 0;
	}
	.main_list li {
		width: 300px;
		height: 370px;
		background: #fff;
		border-radius: 5px;
		margin-bottom: 30px;
	}
	.main_list li:nth-child(1), .main_list li:nth-child(2), .main_list li:nth-child(4) {
		margin-right: 30px;
	}
	.main_text h3 {
		color: #009fe1;
		font-size: 20px;
		font-weight: bold;
		margin-block-start: 1em;
    	margin-block-end: 1em;
	}
	.main_text p {
		text-align: left;
		padding: 0 30px;
		margin-block-start: 1em;
    	margin-block-end: 1em;
    	line-height:25px;
	}
	.wankun_02 {
		position: absolute;
		right: 0;
		bottom: -15%;
	}
	.speace {
		width: 100%;
		text-align: center;
		background: #f6ce1b;
		padding: 30px 0;
	}
	.question {
		width: 1100px;
		margin: 0 auto;
		text-align: center;
	}
	.question h2 {
		color: #383635;
		font-size: 30px;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-block-start: 0.83em;
    	margin-block-end: 0.83em;
	}
	.question h2:before {
		content: "";
		display: inline-block;
		background: url(/baikyaku/img/lease_back/wankun03.png);
		width: 84px;
		height: 100px;
		margin-right: 10px;
	}
	.que_co {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.que_list {
		width: 50%;
		color: #383635;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.que_q p {
		display: flex;
		align-items: center;
		margin-block-start: 1em;
    	margin-block-end: 1em;
	}
	.que_q ::before {
		content: "";
		display: inline-block;
		background: url(/baikyaku/img/lease_back/q_icon.png);
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.que_a p {
		display: flex;
		align-items: center;
		text-align: left;
	}
	.que_a ::before {
		content: "";
		display: inline-block;
		background: url(/baikyaku/img/lease_back/a_icon.png);
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.check_wrap {
		text-align: center;
		background: url(/baikyaku/img/lease_back/check_bg.png);
	}
	.check_inner {
		display: flex;
		justify-content: space-between;
		width: 1100px;
		margin: 0 auto;
	}
	.che_left h2 {
		font-size: 52px;
		color: #fff;
		text-align: left;
		font-weight: bold;
		margin-block-start: 0.83em;
    	margin-block-end: 0.83em;
	}
	.che_btn a {
		display: block;
		width: 500px;
		height: 88px;
		box-sizing: border-box;
		background: #fff;
		line-height: 88px;
		border-radius: 10px;
		color: #937b12;
		font-weight: bold;
		font-size: 36px;
		text-decoration: none;
		box-shadow: 0px 7px #937b12;
		transition: .3s;
	}
	.che_btn a:hover {
		box-shadow: none;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	.che_btn a::before {
		content: "";
		display: inline-block;
		background: url(/baikyaku/img/lease_back/btn_icon.png);
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
	.che_right a:hover {
		opacity: .8;
	}



}