@charset "shift-jis";

/* ==========================================================================
   index
   ========================================================================== */

/* PJ18_D014-248 LC：初めての方へページ改修｜コーディング */
.wrap_col2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 80px;
}
.wrap_col2 .txtBox {
    width: 57%;
}
.wrap_col2 .imgBox {
    width: 40%;
}
.f_wrap {
    width: 622px;
    margin: 0 auto;
}
.f_red_bold {
    font-size: 18px;
    font-weight: bold;
    color: #e93a29;
}
.sectionL {
    margin-top: 34px;
}
.sectionM {
    margin-top: 21px;
}
.sectionS {
    margin-top: 13px;
}
.sttlLine {
    font-size: 24px;
}
.sttlBold {
    font-size: 18px!important;
    margin: 20px 0 0;
}

.pointSec .pointSecIn p {
    font-size: 16px!important;
}
.listStyle01 li {
    font-size: 16px;
}
.add_note {
    font-size: 14px;
    color :#666;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0;
}
#pd_btn_area {
	display: flex;
	justify-content: center;
}
#pd_btn_area .btnPrice {
	margin: 60px 15px;
}
.btn_red {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	background: #e83928;
	padding: 15px 35px 15px 75px;
}
.btn_red:before {
	position: absolute;
	top: 17px;
	left: 30px;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/lifecare/common_renew/img/icon_contact.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.btn_red:hover {
	color: #fff;
	opacity: 0.8;
}
.btn_bd_red {
	position: relative;
	display: inline-block;
	width: 180px;
	font-size: 16px;
	color: #e83928;
	text-align: center;
	border: 2px solid #e83928;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 50px;
}
.btn_bd_red::after {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	top: 40%;
	right: 15px;
	left: inherit;
	content: "";
	margin-top: -4px;
	border-left: 12px solid #e83928;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.btn_bd_red:hover {
	background-color: #fdefee;
}
.btnRed {
	transition: none;
}
.btnBdrRed {
	transition: none;
}
.flowSec {
	width: 960px;
    padding: 10px 0;
    margin: 30px auto;
}
.flowSec .flowBox {
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin: 30px auto 60px;
}
.flowSec .flowBox:after {
	position: absolute;
    bottom: -43px;
	content: '';
	width: 50px;
	height: 25px;
	background: url(/lifecare/about/img/ico_arw.png) no-repeat;
	background-size: contain;
}
.flowSec .flowBox:last-child {
    margin: 30px auto;
}
.flowSec .flowBox:last-child:after {
	content: none;
}
.flowSec .flowBox .flow_num {
	position: absolute;
    top: -15px;
    left: -15px;
}
.flowSec .flow_txt {
    width: 75%;
}
.ttlLeftLine {
	font-size: 24px;
    margin: 0 0 20px;
}
.flowSec .fr {
    width: 75%;
    padding: 0;
}
.iconLinkList.clm3 {
    width: 960px;
	margin: 50px auto;
}
.bnr_sec {
    width: 700px;
	margin: 50px auto;
}
.lh2{
	border-left: 4px solid #e83928;
	line-height: 1.829 !important;
}
.z_img{width: 100%; }
.z_img img {
    max-width: 100%;
    height: auto;
}


@media screen and (max-width: 769px) {
.wrap_col2 {
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin: -30px 0 0;
}
.lh2{
	line-height: 1.524 !important;
}
.wrap_col2 .txtBox {
    width: 100%;
    margin: 20px 0 0;
}
.wrap_col2 .imgBox {
    width: 100%;
}
.f_wrap {
    width: 100%;
}
.f_red_bold {
    font-size: 4.4vw;
}
.sttlLine {
    font-size: 20px;
}
.sttlBold {
    font-size: 5.5vw!important;
    line-height: inherit;
}
.sttlBold.v02 {
    font-size: 4.2vw!important;
}
.sttlLB.v02{
	line-height: 1.5 !important;
}
.add_note {
    margin: 15px 0 0;
}
.pointSec .pointSecIn p {
    font-size: 3.6vw!important;
}

#pd_area {
	width: 100%;
}
#pd_area select {
	width: 100%;
	background-position: 98% 2.5vw;
	padding: 10px 4vw;
}
#pd_btn_area {
	flex-direction: column;
	width: 100%;
	margin: 20px 0 0;
}
#pd_btn_area .btnPrice {
	text-align: center;
	margin: 8px 0;
}
.areaN_box {
	width: 90%;
}
.btnBox {
	width: 300px;
	margin: 0 auto;
}
.btn_red {
	padding: 10px 30px 10px 70px;
}

.btn_red:before {
	top: 11px;
	left: 22px;
}
.btn_bd_red {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #e83928;
	border: 2px solid #e83928;
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 0;
}
.btn_bd_red::after {
    content: none;
}
.flowSec {
    width: 100%;
    border-radius: 4px;
}
.flowSec .flowBox {
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 82%;
    background: #fff;
    border-radius: 4px;
    padding: 30px 15px;
    margin: 5px auto 60px;
    flex-direction: column;
    align-items: center;
}
.flowSec .flowBox:last-child {
    margin: 5px auto;
}
.flowSec .flow_txt {
    width: 100%;
}
.ttlLeftLine {
    font-size: 4vw;
}
.flowSec .flow_txt p {
    font-size: 3.6vw;
}
.flowSec .flowBox .flow_num {
    top: 15px;
    left: 70px;
    right: 0;
    margin: 0 auto;
}
.flowSec .flowBox .flow_num img {
    width: 12%;
}
.flowSec .flowBox .flow_img {
    text-align: center;
}
.flowSec .flowBox .flow_img img {
    width: 80%;
}
.iconLinkList.clm3 {
    width: 100%;
	border-left: none;
	margin: 30px 0;
}
.iconLinkList.clm3 .imgBox {
    width: 84px;
}
.iconLinkList.clm3 .box {
    border: 1px solid #dddddd;
    padding: 15px;
}
.iconLinkList.clm3 .box:nth-child(2) {
    border-left: none;
}
.iconLinkList.clm3 .box:last-child {
    border: 1px solid #dddddd;
    border-top: none;
}
.bnr_sec {
    width: 100%;
}

}

#support{
	margin-top:-34px;
	padding-top: 34px;
}
@media screen and (max-width: 769px) {
#support{
	padding-top: 68px;
}	
}