@charset "UTF-8";

/* ===============================================
   mv
   =============================================== */

.mv {
    background-image: url(/person/img/mimamori/mv.jpg);
}

 .mv h1.mimamori-toplogo {
    width: 1000px;
    padding-top: 28px;
    margin: 0 auto;
    text-align: center;
}


.cp_bnr_area {
    text-align: center;
    margin-bottom: 60px;
}

.option_small {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.section h3.textcenter{
	text-align:center;
}

.plan_container .machine {
	width: 740px;
    margin: 15px auto 0;
}

.plan_container .machine dt {
    background-color: #1d50a3;;
}
.plan_container .machine {
}

@media only screen and (max-width:640px) {
    .mv {
        background-image: url(/person/img/mimamori/mv_sp.jpg);
    }
    .mv h1 img {
        max-width: 74%;
    }

 .mv h1.mimamori-toplogo {
        width: auto;
        padding: 10%;
        position: absolute;
        top: 0;
}


    .cp_bnr_area {
        width: auto;
        padding: 0 10px;
        margin-bottom: 40px;
    }
    .cp_bnr_area img{
        max-width: 100%;
    }
	.plan_container .machine {
		width: 100%;
	}

}

/* 202007 */
.mimamori_needs_area {
	overflow: hidden;
}

.mimamori_needs_area > li {width: 490px;}
.mimamori_needs_area > li:first-child {float: left;}
.mimamori_needs_area > li:last-child {float: right;}

.mimamori_needs_area > li h5 {
	padding: 10px 0 8px 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #1D51A4;
}

.mimamori_needs_box {
	margin: 0;
	overflow: hidden;
	display: table;
    width: 100%;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mimamori_needs_box li {
	padding: 10px 0;
    position: relative;
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
	font-size: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mimamori_needs_box li:first-child {border-right: 1px solid #E5E5E5;}
.mimamori_needs_box li img {
	 width: 100%;
	padding: 0px 10px;
}

.service_plus {
	padding: 25px 75px!important;
	overflow: hidden;
	border: 1px solid #1D51A4;
}

.service_plus div {
	width: 10%;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.service_plus p {
	color: #1D51A4;
	font-weight: bold;
	width: 85%;
	float: right;
}
.service_plus1 {padding: 15px 0 0 0;}
.service_plus2 {padding: 5px 0 0 0;}

.option_new {background: url("/person/img/mimamori/icon_new.png") 265px 10px no-repeat;}

.point_new {
    margin-top: 50px;
    padding: 15px 0px 15px 65px;
    color: #FFF;
    font-size: 117%;
    font-weight: bold;
    background: #1d50a3 url("/person/img/mimamori/icon_new.png") 9px 9px no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

ul.provision_service {
	width: 100%;
	overflow: hidden;
    border-top: 1px solid #E5E5E5;
}

ul.provision_service li {
	margin: 0;
	padding: 20px;
	width: 50%;
	height: 226px;
	float: left;
	overflow: hidden;
}
ul.provision_service li:nth-child(odd) {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
ul.provision_service li:nth-child(even) {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.provision_service_pct {
	width: 105px;
	float: left;
}

.provision_service_txt {
	width: 335px;
	float: right;
}

.provision_service_txt h5 {
	margin: 0 0 1em 0;
	color: #1D51A4;
}
.provision_service_txt p {
	margin: 0;
}

.parents_consul {
	margin: 1em 0 0.5em 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #41A8DB;
	border-radius: 50px;
}

@media only screen and (max-width:640px) {
	.mimamori_needs_area > li {width: 100%;}
	.mimamori_needs_area > li:first-child {margin: 0 0 20px 0; float: none;}
	.mimamori_needs_area > li:last-child {float: none;}

	.mimamori_needs_box li {
		font-size: 100%;
	}
	.mimamori_needs_box li:first-child {border-right: 1px solid #E5E5E5;}
	.mimamori_needs_box li img {margin: 20px 0 15px 0;}
	
	.service_plus {
		padding: 20px !important;
	}

	.service_plus div {
		width: 10%;
		text-align: center;
		vertical-align: middle;
		float: left;
	}
	.service_plus p {
		color: #1D51A4;
		font-weight: bold;
		width: 85%;
		float: right;
	}
	.service_plus1 {padding: 0 0 0 15px;}
	.service_plus2 {padding: 0 0 0 15px;}

	.option_new {background-position: right 10px}


	.point_new {
		height: 52px;
		background-position: 6px 6px;
	}

	ul.provision_service {
		border-top: 1px solid #E5E5E5;
	}

	ul.provision_service li {
		width: 100%;
		height: auto;
		float: none;
	}
	ul.provision_service li:nth-child(odd) {
		border-right: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
	}
	ul.provision_secrvice li:nth-child(even) {
		border-right: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
	}

	.provision_service_pct {
		width: 20%;
	}
	.provision_service_pct img {width: 100%;}

	.provision_service_txt {
		width: 75%;
		float: right;
	}

/* 202104 */ 
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

}
/*202206 みまもりサービスページイラスト及び資料請求ボタン追加*/

.sample06.sample-wrap {
    display: block;
    margin-bottom: 30px;
}

.box-top1 {
    position: relative;
    background:  url(/person/img/mimamori/box-top1.jpg) no-repeat top left;
    width: 1000px;
    height: 200px;
    margin: 0 0 70px;
}

.box-top1_heading {
    display: block;
    padding: 30px 0px 0px 168px;

}

.box-top1_heading-txt {
    display: block;
    font-size: 2.1rem;
    line-height: 0.7;
    text-align: center;
    font-weight: 600;
}

.box-top1_button {
    padding: 1em;
    position: absolute;
    top: 72px;
    left: 265px;
}

.desc-top1 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    width: 100%;
    font-size: 128%;
    font-weight: bold;
    justify-content: flex-start;
}

.txt-top1 {
    font-size:22px;
}

.txt-top1 .color-blue {
	font-size:23px;
}

.box-top1 .btn-top1 {

margin-top:

12px;

}
.btn-top1 a {

background: #ff4e00;

border: 2px

solid #e45d14;

border-radius: 20px;

display: inline-block;

font-size: 17px;

font-weight: bold;

padding: 5px 20px;

color: #fff;

}

@media only screen and (max-width:640px) {

.box-top1{
	    background:  url(/person/img/mimamori/box-top1_sp.jpg) no-repeat top left;
	    width: auto;
}

.box-top1_heading {
    padding: 30px 0px 0px 128px;
}

.box-top1_heading-txt{
	font-size: 2em;
	line-height: 1.2;
       }

.box-top1_button{
	width: 100%;
	top: 145px;
	left: auto;
}

.box-top1_button{


}

.youtube-center {
    text-align: center;
}

.image a img {
	width: 100%;
}
}
/* ===============================================
   vioce_container
   =============================================== */
.vioce_container h3.ttl-voice-h3 {
    margin-bottom: 50px;
}
.vioce_container h3.ttl-voice-h3 {
    width: 100%;
    color: #1e51a2;
    text-align: center;
    padding: 10px 20px;
    background-image: url(/person/img/person/bg-ttl01.png), url(/person/img/person/bg-ttl02.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    border: solid 1px #e0e0e0;
    margin-top: 35px;
}
.vioce_container .box {
    padding: 25px 30px;
    margin-top: 30px;
    background-color: #ffffff;
}

.vioce_container .box:first-child {
    margin-top: 0;
}

.vioce_container .box dl {
    width: 100%;
}

.vioce_container .box dl dt {
    font-weight: bold;
    text-align: left;
    padding-bottom: 12px;
}

.vioce_container .box dl dt .area {
    color: #666;
    padding-right: 20px;
}

.vioce_container .box dl dt .name {
    font-size: 150%;
}

.vioce_container .box dl dd {
    text-align: left;
    padding-top: 20px;
}

.vioce_container .box dl dd img {
    float: left;
    margin-right: 40px;
}

.vioce_container .box dl dd .detail {
    font-weight: bold;
    margin-bottom: 10px;
}

.vioce_container .box dl dd .txt {
    font-size: 84%;
    line-height: 1.8;
}

@media only screen and (max-width:640px) {
    .vioce_container h3.ttl-persontop-h3 {
        font-size: 117%;
    }
    .vioce_container .box {
        padding: 10px 15px;
        margin-top: 15px;
    }
    .vioce_container .box dl dt .area {
        padding-right: 10px;
    }
    .vioce_container .box dl dd {
        padding-top: 10px;
    }
    .vioce_container .box dl dd img {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .faq_container {
        padding-bottom: 40px;
    }
    .faq_container h3.ttl-persontop-h3 {
        margin-bottom: 20px;
    }
}
/* ===============================================
   faq_container
   =============================================== */

.faq_container h3.ttl-persontop-h3 {
    margin-bottom: 50px;
}

.faq_container .question-answer {
    font-size: 16px;
}

.faq_container .question-answer .question,
.faq_container .question-answer .answer {
    width: 100%;
    float: left;
}

.faq_container .question-answer .icon span {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}

.faq_container .question-answer .content01 {
    float: left;
    width: 900px;
    line-height: 27px;
}

.faq_container .question-answer .content01 p{
    float: left;
    text-align: justify;
}

.faq_container .question-answer .question {
    padding: 10px;
    background: #10459d;
}

.faq_container .question-answer .question .icon span {
    background: #10459d;
    color: #fff;
    float: left;
}

.faq_container .question-answer .question .content01 p{
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.faq_container .question-answer .answer {
    padding: 10px;
    background-color: #fff;

}

.faq_container .question-answer .answer .icon span {
    color: #1d50a3;
    background-color: yellow;
}

.faq_container .question-answer ul li {
    padding-left: 18px;
}

.faq_container a.link-faq {
    display: block;
    width: 276px;
    height: 51px;
    border: solid 1px #dddddd;
    border-bottom-width: 2px;
    font-size: 117%;
    line-height: 51px;
    padding-left: 12px;
    border-radius: 3px;
    background: #fff url(/person/common/img/arrow_recommend.png)no-repeat right 12px center;
    margin: 0 auto;
}

.faq_container ul.list-link-faq {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 20px 0;
    margin-top: 50px;
}

.faq_container ul.list-link-faq li {
    width: 50%;
    float: left;
}

.faq_container ul.list-link-faq li p {
    font-size: 167%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .faq_container {
        padding-bottom: 40px;
    }
    .faq_container h3.ttl-persontop-h3 {
        margin-bottom: 20px;
    }
    .faq_container .question-answer .question {
        padding: 0;
        background: #10459d;
    }
    .faq_container .question-answer .question .icon {
        width: 40px;
    }
    .faq_container .question-answer .content01 {
        width: 85%;
        float: right;
    }
    .faq_container .question-answer .question .content01 p{
        font-size: 85%;
        line-height: 175%;
        color: #fff;
    }
    .faq_container .question-answer .answer {
        padding: 0;
    }
    .faq_container .question-answer .content01 p{
        font-size: 85%;
        line-height: 175%;
        padding-right: 15px;
    }
    .faq_container ul.list-link-faq {
        padding: 10px 0;
        margin-top: 25px;
    }
    .faq_container ul.list-link-faq li {
        width: 100%;
        float: none;
    }
    .faq_container ul.list-link-faq li p {
        font-size: 128%;
    }
    .faq_container ul.list-link-faq li + li {
        margin-top: 18px;
        padding-top: 15px;
        border-top: solid 1px #cccccc;
    }
}

h3.ttl-persontop-h3 {
    width: 100%;
    font-size: 150%;
    color: #1e51a2;
    text-align: center;
    padding: 10px 20px;
    background-image: url(/person/img/person/bg-ttl01.png), url(/person/img/person/bg-ttl02.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    border: solid 1px #e0e0e0;
    margin-top: 35px;
}