@charset "utf-8";
/* CSS Document */

/* ムーンリフタ導入効果ページ 個別CSS */

.main {
    width: 1200px;
    background-color: #FFFFFF;
    /*float: left;*/
    /*position: relative;*/
    z-index: 50;
}
.main .cont {
    margin: 20px 50px 100px 80px;
	font-size: 18px;
}
.main .cont h2 {
    font-size: 40px;
	line-height: 48px;
    font-weight: bold;
    color: #00A0E9;
	margin: 54px 0 80px;
}
.main .cont h3 {
    font-size: 55px;
    font-weight: bold;
    color: #00A0E9;
}
.main .cont .btn{
    width: 30%;
}
.main .cont .section{
	margin-top: 100px;
}
.main .cont .section .Caption{
	font-size: 22px;
    font-weight: bold;
}
.main .cont .btnbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.main .cont .btn300 a {
    width: 300px;
    float: left;
    padding: 5px 0px;
    margin: 10px 20px 10px 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #00A0E9;
}
.main .cont .btn300 a:hover {
    width: 300px;
    float: left;
    padding: 5px 0px;
    margin: 10px 20px 10px 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #F39800;
}
.main .cont .btn800 a {
    width: 720px;
	float: left;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 10px 130px;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #00A0E9;
}
.main .cont .btn800 a:hover {
    width: 720px;
	float: left;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 10px 130px;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #F39800;
}
.main .cont .section h4 {
    margin: 10px 0px 10px;
    font-size: 30px;
    font-weight: bold;
    color: #00A0E9;
}
.main .cont .visual {
	text-align: center;
}
.main .cont .light-box_btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .cont .section .tokuchou_list {
	display: inline-grid;
	column-gap: 2em;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	margin-top: -18px;
}
.main .cont .section ul {
  list-style: none;
}
.main .cont .section ul li {
  padding-left: 25px;
  line-height: 1.8em;
  background: url(../img/benefit/benefit02_img02_listicon.png) left 0px top 8px no-repeat;
  background-size: 15px auto;
}