@charset "shift_jis";
@media screen and (min-width: 769px) {
 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%;
  margin: 0 auto;
	height:550px;
  text-align: center;
	background-image:url(/kanri/img/main_bg.jpg);
	background-repeat:no-repeat;
	background-position-x:center;
	overflow:hidden;
	position:relative;
 }
 .main img {
  position:absolute;
	bottom:0px;
	left:0px;
	right:210px;
	margin:auto;
 }
 .side_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
 }
 .sell_title {
  text-align: center;
	margin-bottom:60px;
 }
 .underline {
  display: block;
  border-bottom: 4px solid #dadada;
  width: 25px;
  margin: 0 auto;

 }
 .sell_title h2{
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
 }
 .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;
 }
 .contact_wrap {
  width: 100%;
  background: #ed6103;
 }
 .contact_co {
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  color: #fff;
 }
 .contact_co p {
  margin: 30px auto;
  font-size: 15px;
  letter-spacing: 1px;
 }
 .con_title {
  font-size: 28px;
  font-weight: bold;
 }
 .contact_btn a {
  width: 450px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  text-indent: 15px;
	transition-duration: 0.3s;
 }
 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(/kanri/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;
}

 .reform_wrap {
  position: relative;
 }
 .reform_title {
  width: 330px;
  position: absolute;
  background: #fff;
  padding: 30px 0;
  right: 3%;
  top: -17%;
 }
 .refo_co {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin: 180px auto;
 }
 .re_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 500px;
 }
 .re_list ul li{
  width:156px;
  margin-bottom:10px;
 }
 .re_list ul li a{
  text-decoration:none;
 }
 .re_list ul li p{
  font-size:13px;
  line-height:22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin:5px 0 0 0;
  color:#000;
}
 .re_btn a {
  color: #ed6103;
  font-size: 18px;
  font-weight: bold;
  width: 360px;
  display: block;
  margin: 40px auto;
  background: #fff;
  line-height: 70px;
  text-decoration: none;
  border: 4px solid #ed6103;
  text-align: center;
  box-sizing: border-box;
	transition: all 0.2s ease-out;
 }
 .re_btn a:hover {
	color:#FFF;
	background:#ed6103;
	transition: all 0.2s ease-out;
}
 .re_left {
  font-size: 18px;
  color: #797979;
 }
 .re_left p{
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height:25px;
 }
 .trouble_wrap {
  text-align: center;
  margin: 80px auto;
  background: url(/kanri/img/trouble_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
 }
 .tro_co {
  font-size: 42px;
  font-weight: bold;
 }
 .tro_co p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height:78px;
 }
 .tro_co span {
  color: #ed6103;
  background: linear-gradient(transparent 60%, rgba(237, 97, 3, 0.2) 0%);
 }
 .tro_text {
  font-size: 90px;
  font-weight: bold;
  padding-bottom: 1px;
 }
 .tro_text p{
  display: block;
  margin-block-start: 1.8em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height:85px;
 }
 .tro_text span {
  color: #ed6103;
 }
 .support_wrap {
  padding: 80px;
  text-align: center;
 }
 .plan_wrap {
  margin: 80px auto;
  text-align: center;
 }
 .flow_wrap {
  padding: 80px;
  text-align: center;
  background: #f5f4f0;
 }
 .gal_co {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 180px auto;
 }
 .gal_title {
  width: 330px;
  position: absolute;
  background: #fff;
  padding: 30px 0;
  left: 3%;
  top: -17%;
 }
.sell_contents_wrap{
	background-image:url(/kanri/img/contents_bg.jpg);
	background-repeat:no-repeat;
	background-position-x:center;
	height:873px;
	overflow:hidden;
}
.sell_contents_box{
	width:1100px;
	margin:120px auto 0px auto;
}
.sell_contents_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.sell_contents_box ul li{
	width:530px;
	float:left;
	margin:0px 40px 40px 0px;
	position:relative;
}
.sell_contents_box ul li:nth-child(2n){
	margin-right:0px;
}
.sell_contents_box ul li:nth-child(3){
	margin-bottom:0px;
}
.sell_contents_box ul li:nth-child(4){
	margin-bottom:0px;
}
.sell_contents_box ul li::before {
content: "";
    bottom: 28px;
    right: 26px;
    width: 30px;
    height: 1px;
    background: #ed6103;
    position: absolute;
}
.sell_contents_box ul li::after {
content: "";
    right: 25px;
    bottom: 33px;
    width: 13px;
    height: 1px;
    background: #ed6103;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    position: absolute;
}
.sell_contents_box ul li a{
    text-decoration: none;
    color: #333;
    overflow: hidden;
    background: #fff;
    display: block;
    padding: 30px;
	height:150px;
}
.sell_contents_box ul li a:hover{
	background-color:#fff3ea;
	
}
.sell_contents_box ul li a img{
	display:block;
	float:left;
}
.sell_contents_box ul li:nth-child(1) img{
	margin:17px 0px 0px 0px;
}
.sell_contents_box ul li:nth-child(2) img{
	margin:20px 0px 0px 20px;
}
.sell_contents_box ul li:nth-child(3) img{
	margin:20px 0px 0px 20px;
}
.sell_contents_box ul li:nth-child(4) img{
	margin:13px 0px 0px 10px;
}
.sell_contents_box ul li a h3{
	margin:0px 0px 15px 0px;
	font-size:21px;
	font-weight:bold;
	color:#ed6103;
}
.sell_contents_box ul li a p{
	font-size:15px;
	line-height:25px;
}
.sell_contents_list_r{
    float: right;
    width: 280px;
}


}