@charset "utf-8";
/* CSS Document */
.lp_header a[target='_blank']:after,
.main a[target='_blank']:after,
.lp_footer a[target='_blank']:after {
    display: none;
}

.lp_flex{
    display: flex;
}
.lp_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 0.5rem 3rem 1rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #C66E4E;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.lp_title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #C66E4E;
    border-left: 30px solid transparent;
}
.lp_title .lp_title_s {
    font-size: 1.2rem;
    font-weight: normal;
}
.lp_left{
    min-width: 600px;
    width: calc(100% - 500px);
}
.lp_right {
    max-width: 200px;
/*    margin-left: 50px;*/
}
    .lp_text {
     font-weight: bold;
        text-align: center;
        font-size: 1.5em;
        line-height: 1.2;
    }
.lp_inner {
    padding: 0 35px;
    margin: 0 auto;
    max-width: 1260px;
}

.contA, .contB {
  width: 48%;
	display: inline-flex;
}

@media screen and (max-width: 736px) {
    .lp_title {
        padding: 0.5rem 1rem 1rem;
    }
    .lp_title:before {
        border-left: 20px solid transparent;
    }
    .lp_title .lp_title_s {
        font-size: 1rem;
    }
    .lp_inner {
        padding: 0 5px;
    }
}
.lp {
    margin-top: -50px;
    margin-bottom: 80px;
}
.lp_link li {
    display: inline-block;
	margin-right: 2px;
	align-items: center;
}
a.cp_btn {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    background: #FFF;
    border: solid 1px #ccc;
    overflow: hidden;
	height: 50px;
	    align-content: center;

}
a.cp_btn:before {
    position: absolute;
    top: -25px;
    left: -20px;
    content: '';
    height: 90px;
    width: 20px;
    background: #C66E4E;
    /*  opacity: 0.3;*/
    transform: rotate(40deg);
    transition: 0.4s ease-in-out;
}
.fa-position-right {
    position: absolute;
    top: calc(50% - 0.4em);
    right: 1.2rem;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
}

ul.res-list {
  list-style: none; 
  padding-left: 0;
}
ul.res-list li {
  display: flex;
  align-items: flex-start;
  margin-left: 0.5em;
}
ul.res-list li::before {
  content: '•';
  margin-right: 0.5em;
}
	.res_tab {
		line-height: 3em;
	}
@media screen and (max-width: 736px) {
.lp_left{
        min-width: 100%;
        width: 100%;
    }
    .lp_right {
        display: none;
    }
    a.cp_btn {
        width: 80%;
        line-height: 1.2;
    }
    .fa-position-right {
        right: 0.5rem;
    }
    .lp {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .lp_link {
        text-align: center;
    }
    .lp_link li {
    width: calc(96% / 2);
		margin-bottom: 10px;
    }
	
.contA, .contB {
  	width: 100%;
	display: block;
	}
ul.res-list li {
	font-size: 13px;
}
	.res_tab {
		line-height: 3em;
	}
}