@charset "utf-8";
/* CSS Document */

/* ムーンリフタとは？ページ 個別CSS */


/* ムーンリフタとは？　TOPページ */

.main {
    width: 1100px;
    background-color: #FFFFFF;
    /*float: left;*/
    /*position: relative;*/
    z-index: 50;
    
}
.main .top-img {
    margin-bottom: 100px;
    background-color: #FFFFFF;
}
.main .cont {
    margin: 50px 50px 100px 80px;
}
.main .cont h2 {
    font-size: 55px;
    font-weight: bold;
    color: #00A0E9;
}

.main .cont h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3em;
}

.main .cont .speech {
    font-size: 28px;
    font-weight: bold;
    color: #d21577;
}

.main .cont .sbtitle {
    font-size: 20px;
    font-weight: bold;
    color: #00A0E9;
}
.main .cont .sbtxt {
    font-size: 18px;
    color: #000000;
    margin-bottom: 50px;
	line-height: 24px;
}

/*ムーンリフタとは？　TOPページ コンテンツ内のボタン */
.main .cont .btn800or a {
    width: 800px;
	height: 45px;
    padding: 5px 0px;
    margin: 10px 80px 20px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #F39800;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.1em;
}
.main .cont .btn800or a:hover {
    width: 800px;
    height: 45px;
    padding: 5px 0px;
    margin: 10px 80px 20px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #F39800;
    opacity: 0.6; filter: brightness(110%);
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.1em;
}
.main .cont .btn800bl a {
    width: 800px;
    padding: 10px 0px;
    margin: 10px 80px 20px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #00A0E9;
}
.main .cont .btn800bl a:hover {
    width: 800px;
    padding: 10px 0px;
    margin: 10px 80px 20px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #00A0E9;
    opacity: 0.6; filter: brightness(110%);
}

.main .cont .img-center {
    margin: 0 auto;
    text-align: center;
}

.main .cont .img-cont {
    margin: 40px 0 0 0;
    text-align: left;
}

/*他の荷役器具とのちがいページ tableの設定 */

.main .cont table {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    background-color: #999999;
    margin-right: 50px;
    margin-bottom: 80px;
}

.main .cont tr {
    background-color: #FFFFFF;
    
}

.main .cont table .ml {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.main .cont table .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

/*HTML化 */

.main .cont .button_box {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: -40px;
}

.main .cont .about {
    font-size: 28px;
    font-weight: bold;
  color: #e89314;
}

.frame {
	width: 870px;
	position: relative;
	margin: auto;
	border-top-color: black;
	box-shadow: 6px 6px 10px rgb(0, 0, 0, 0.2);
	margin-top: 120px;
	margin-bottom: 80px;
}

.frame .box1 {
    margin: 40px 0 20px 40px;
}

.frame .box2 {
	float: right;
	position: relative;
	padding: 0.5em 1em;
    margin: 10px 80px 20px 0;
	color: #fff;
	font-size: 20px;
    font-weight: bold;
    background: #e50012;/*背景色*/
}

/* beforeで吹き出しを表現 */
.frame .box2::before{
  content: '';
  position: absolute;
  left: -30px;
  top: 20px;
  border-right: 30px solid #e50012;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.frame .mon{
	position: absolute;
	top: 140px; left: 450px;
}
.frame p{
	color: #585757;
	font-size: 20px;
    font-weight: bold;
	margin-left: 50px;
	margin-right: 30px;
	line-height: 28px;
}

.frame .box3 {
	padding: 0.5em 1em;
    margin: 20px 0 0 40px;
	color: #585757;;
	font-size: 20px;
    font-weight: bold;
	border: solid 3px #1e94d4;
    background: #f1f7fb;/*背景色*/
	display: inline-block;
}

.frame .box4 {
	padding: 0.3em 1em;
    margin: 40px 40px 0 40px;
	color: #fff;
	font-size: 28px;
    font-weight: bold;
    background: #e89314;/*背景色*/
	text-align: center;
	line-height: 32px;
}

.frame p span {
    font-size: 28px;
}

.frame .mark_L {
	line-height: 40px;
	margin-right: 40px;
	text-align: center;
}

.mark {
	background: linear-gradient(transparent 60% , #f8dfa4 0%);
	line-height: 40px;
}

.mark_2 {
	color: #e89314;
	background: linear-gradient(transparent 60% , #f8dfa4 0%);
	line-height: 40px;
}

.mark_3 {
	background: linear-gradient(transparent 60% , #f8f4a8 0%);
	line-height: 40px;
}

.frame .fuki{
	position: absolute;
	top: -22px; left: -45px;
}

h4 {
	font-size: 40px;
	line-height: 42px;
}

h4 span {
	font-size: 24px;
	line-height: 30px;
	margin-top:50px;
	margin-bottom:50px;
}

.cate02 {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
	height: 140px;
}

.frame .cate02 p{
	color: #585757;
	font-size: 31px;
    font-weight: bold;
	margin-left: 20px;
	line-height: 38px;
}

.frame .cate02 p span {
    font-size: 22px;
    vertical-align: top;
}

.cate03 {
	float: left;
    margin: 20px 0 0 30px;
}

ul {
	position:relative;
    display: flex;
    flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 40px;
	margin: 0 20px 0 0;
	justify-content: center;
}

ul:before {
	content:"";/*疑似要素の中身を指定*/
	position:absolute;/*絶対位置指定*/
	left: 51%;
    top: 5%;
	height: 92%;/*線の高さ指定*/
	border: 1px dashed #979797;
}
li {
	padding:10px;/*余白指定*/
	list-style:none;/*リストスタイルを非表示に*/
}

.caption_elem {
	position: relative;
}

.caption_elem p {
	position: absolute;
	top: 90px; left: 200px;
    color: #000;
    font-size: 14px;
	font-weight: normal;
	width: 150px;
    line-height: 20px;
    margin-left: 20px;
}

h5 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.pic_config {
	text-align:center;
	margin: 40px 0;
}

.frame .ML {
    position: absolute;
    top: -10px;
    left: -45px;
}

.frame .box5 {
	margin-left: 240px;
	margin-top: 40px;
}

.box5 a img {
	margin: 10px;
}

.unipue {
	margin-top: 50px;
}

.frame p img {
	margin: 10px;
}

.box5 a {
	font-size: 30px;
}

.caption_elem_2 {
	position: relative;
}

.caption_elem_2 p {
	position: absolute;
	top: 90px; left: 200px;
    color: #000;
    font-size: 14px;
	font-weight: normal;
	width: 100px;
    line-height: 20px;
    margin-left: 20px;
	text-align: center;
}

.eco p {
position: absolute;
    top: 30px;
    left: 200px;
    color: #84b02e;
    font-size: 18px;
    width: 140px;
    line-height: 24px;
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
}

h6 {
    font-size: 34px;
    color: #e89314;
    margin: 50px 20px 20px 40px;
    line-height: 38px;
}

/* 見出し斜線 */

.speech {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #d21577;
}

.speech::before,.speech::after {
  width: 2px;
  height: 30px;
  content: "";
  background-color: #d21577;
}

.speech::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.speech::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}