@charset "utf-8";
/* safetyservice_upgrade CSS Document */
header.l-header.p-header {
    display: none;
}
footer.l-footer.p-footer {
    display: none;
}

section.safetyservice_upgrade_header {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 90px;
	padding: 1rem;
}
.safetyservice_upgrade_header img {
    width: 180px;
    height: auto;
}
#safetyservice_upgrade {
    width: 100%;
	margin: 0 auto 90px;
    color: #484848;
    font-family: "Roboto", "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
    font-size: 14px;
	line-height: normal;
}
#safetyservice_upgrade img {
    width: auto;
    max-width: 100%;
}
.inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
#safetyservice_upgrade {
    width: 94%;
	font-size: 12px;
}
}

/*トップ*/
.content-1_col-1 {
    text-align: center;
}
.top_ttl {
    width: 100%;
    max-width: 882px;
    margin: 20px auto;
}
.top_ttl2 {
    width: 100%;
    max-width: 421px;
    margin: 0 auto 40px;
}

.content-element.content-2 {
    text-align: center;
    margin-top: 60px;
}
.content-2_col-1 {
    font-size: min(3.4vw,22px);
    background-color: #d4e0fa;
    padding: 20px;
	line-height: normal;
}
.content-2_col-2 h2 {
    font-size: min(5vw,26px);
    margin: 20px auto;
}
.content-2_col-3 {
    margin: 20px auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagenav {
    width: 32%;
	margin: 0 10px;
}
.pagenav a {
    background: #fff;
    color: #004DA1;
    text-decoration: none;
    border: 2px solid #004DA1;
    border-radius: 20px;
    font-size: 28px;
    padding: 15px 20px;
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.pagenav a:hover {
    background: #004DA1;
    color: #fff;
    border-color: #004DA1;
	transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
@media screen and (max-width: 767px){
.pagenav {
    width: 33.333%;
    margin: 0 5px;
}
.pagenav a {
    font-size: 20px;
    padding: .8em 0;
    border-radius: 15px;
}
.content-2_col-1 {
    padding: 20px 10px;
}
}

/*プラン移行お申し込みはこちら（ボタン）*/
.entry_btn {
    margin: 30px auto;
    text-align: center;
}
.entry_btn a {
    background: #036eb8;
    color: #fff;
    text-decoration: none;
    border: 2px solid #036eb8;
    border-radius: 20px;
    font-size: 20px;
    padding: 15px 20px;
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.entry_btn a:hover {
    background: #fff;
    color: #036eb8;
    border-color: #036eb8;
	transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
.entry_btn p {
    margin-top: 0.5rem;
    font-size: 12px;
	color: #7f7f7f;
}
@media screen and (max-width: 767px){
.entry_btn a {
    font-size: 16px;
}
.entry_btn p {
    font-size: 11px;
}
}

/*【安心】*/
.content-element.content-3 {
    margin-top: 120px;
}
.service-ttl {
    background-color: #d4e0fa;
    padding: 20px;
    line-height: normal;
    text-align: center;
}
.service-ttl h2 {
    font-size: 28px;
    font-weight: bold;
}
.service-ttl h2 span {
    font-size: 20px;
	font-weight: normal;
}
.service-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto;
}
.service-list_cont {
    width: 31.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-list_cont img {
    margin-bottom: 1rem;
}
.service-list_cont p.service-list_ttl {
    font-size: min(1.5vw,16px);
	margin-bottom: 1rem;
}
a.popup_link {
    text-decoration: underline;
}
a.popup_link:hover {
    text-decoration: none;
}
#safetyservice_upgrade img.ico {
    width: 12px;
    vertical-align: text-top;
    margin-bottom: 0;
    margin-left: 4px;
}
a.popup_link_img:hover > img {
    opacity: .7;
}
@media screen and (max-width: 767px){
.service-ttl h2 {
    font-size: 20px;
}
.service-ttl h2 span {
    font-size: 16px;
}
.service-list {
    flex-direction: column;
}
.service-list_cont {
    width: 100%;
    margin: 0 auto 30px;
}
.service-list_cont p.service-list_ttl {
    font-size: 14px;
}
}

/*各サービスの利用回数について*/
.content-3_col-3 h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 1rem;
}
.content-3_col-3 p {
    font-size: 14px;
    margin-bottom: .5rem;
}
.content-3_col-3__txt {
    margin: 0 auto;
    width: 100%;
    max-width: 470px;
}

/*.service-use {
    margin-top: 60px;
}
.service-use h3 {
    font-size: min(4.2vw,18px);
    font-weight: 500;
}
.service-use img {
    margin: 0.5rem 0 1rem;
}
.service-use p {
    margin-bottom: 0.5rem;
}
.service-use p.example {
    font-size: min(4.2vw,18px);
    font-weight: 500;
}*/

.content-3_col-7 {
    margin-top: 40px;
}
.service-list-2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 40px auto;
}
.service-list-2_cont {
    width: 31.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-list-2_cont:first-child {
    margin-right: 3%;
}
.service-list-2 p {
    font-size: 14px;
}
.service-list-2 p.service-list-2_ttl {
    font-size: min(1.5vw,16px);
}
@media screen and (max-width: 767px){
.service-list-2 {
    flex-direction: column;
}
.service-list-2_cont {
    width: 100%;
    margin: 0 auto 30px;
}
.service-list-2 p.service-list-2_ttl {
    font-size: 14px;
}
}

/*アップグレード詳細*/
.cont-upgrade {
    text-align: center;
}
.ttl-upgrade {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.cont-upgrade img {
    margin: 2rem auto;
}

p.note {
    font-size: 12px;
    margin-top: 1rem;
	color: #7f7f7f;
}
@media screen and (max-width: 767px){
.ttl-upgrade {
	font-size: 20px;
}
p.note {
    font-size: 11px;
    margin-top: 1rem;
	color: #7f7f7f;
}
}

/*【お得】*/
.content-element.content-4 {
    margin-top: 120px;
}

/*ご提供サービス一覧表*/
.content-element.content-5 {
    margin-top: 120px;
}
.content-5_ttl {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
	margin-bottom: 30px;
}
.content-5_col-1, .content-5_col-2, .content-5_col-3 {
    margin-top: 45px;
}
.service-offer_ttl {
    border-bottom: 1px solid #484848;
}
.service-offer_ttl_inner {
    display: flex;
    align-items: center;
}
.service-offer_ttl_inner h2 {
    font-size: 28px;
    font-weight: bold;
    color: #036eb8;
}
.service-offer_ttl_inner p {
    font-size: 20px;
    font-weight: bold;
}
.service-offer_cont {
    margin: 1rem 0;
    border-bottom: 1px solid #484848;
}
.service-offer_cont__inner {
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.service-offer_cont__inner h3 {
	font-size: 16px;
    margin-bottom: 1rem;
}
.service-offer_cont__inner h3 a {
    color: #036eb8;
    font-weight: 500;
    font-size: min(4vw,20px);
    text-decoration: none;
    border-bottom: 1px solid #036eb8;
}
.service-offer_cont__inner h3 a:hover {
    border-bottom: none;
}
dl.caution {
    margin-top: 20px;
}
dl.caution dd {
    font-size: 12px;
    color: #7f7f7f;
}
dl.caution dd::before {
    content: "※";
}

/*過去のキャンペーン・特典事例*/
.service-offer_past__inner h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0;
}
.service-offer_past__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}
.service-offer_past__cont {
    width: 47.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-offer_past__cont:nth-child(3) {
    margin-top: 30px;
}
.service-offer_past__cont img {
    margin: 1rem auto;
}
p.service-offer_past__ttl {
    font-size: 16px;
}

@media screen and (max-width: 767px){
dl.caution dd {
    font-size: 11px;
}
.content-5_ttl {
    font-size: 20px;
}
.service-offer_past__inner h3 {
    font-size: 16px;
}
p.service-offer_past__ttl {
    font-size: 14px;
}
.service-offer_ttl_inner h2 {
    font-size: 20px;
	min-width: 80px;
}
.service-offer_ttl_inner p {
    font-size: 16px;
}
.service-offer_cont__inner h3 {
	font-size: 14px;
}
.service-offer_past__list {
    flex-direction: column;
}
.service-offer_past__cont {
    width: 100%;
    margin: 0 auto;
}
.service-offer_past__cont:nth-child(-n+2) {
    margin-bottom: 30px;
}
}

/*よくある質問*/
.content-element.content-6 {
    margin-top: 120px;
}
.question_ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
    color: #004da1;
	margin-bottom: 30px;
}
.question__list {
    margin-bottom: 90px;
}
.question__list ul li {
    border-bottom: 1px dotted #c8c8c8;
}
.question__list ul li:first-child {
    border-top: 1px dotted #c8c8c8;
}
.question__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 22px 22px 29px;
}
.question__q span {
    color: #004da1;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.68px;
    line-height: 1.5;
    text-align: left;
}
.question__q p {
    margin-left: 28px;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .96px;
    line-height: 1.5;
    text-align: left;
}
.question__a {
    padding-top: 4px;
    padding-bottom: 30px;
}
.question__a .text {
    width: 100%;
    padding: 21px 30px;
    background-color: #f6f6f6;
}
.question__a .text p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .84px;
    line-height: 1.5;
    text-align: left;
}
@media screen and (max-width: 767px){
.question_ttl {
	font-size: 20px;
}
.question__q {
    padding: 22px;
}
.question__q span {
    font-size: 16px;
}
.question__q p {
	font-size: 12px;
    margin-left: 18px;
}
.question__a .text p {
    font-size: 12px;
}
}

/*ページ下部*/
section.content-element.content-7 {
    /*margin-top: 120px;*/
    text-align: center;
}
section.content-element.content-7 a:hover > img {
    opacity: .7;
}
.link_bnr {
    width: 100%;
    max-width: 421px;
    margin: 30px auto 60px;
}
.homelink_bnr {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 60px;
}
.top_btn a {
    background: #004da1;
    color: #fff;
    text-decoration: none;
    border: 2px solid #004da1;
    border-radius: 20px;
    font-size: 20px;
    padding: 15px 20px;
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.top_btn a:hover {
    background: #fff;
    color: #004da1;
    border-color: #004da1;
    transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
@media screen and (max-width: 767px){
.top_btn a {
    font-size: 16px;
}
.homelink_bnr {
    width: 90%;
}
}

/*230407追加*/
#safetyservice_upgrade img.tokuten {
    width: 100%;
    max-width: 882px;
    margin: 40px auto 0;
}
.service-list-2_cont img {
    margin-bottom: 1rem;
}

/*230411追加*/
dl.caution.note dd {
    font-size: min(3.2vw,12px);
    margin-bottom: .25rem;
}

/*230412追加*/
.content-1_col-2 {
    text-align: center;
}
.content-3_col-3 h3 {
    font-size: min(5vw,32px);
}
.service-list-2 {
    margin: 60px auto;
}
.content-3_col-3__txt {
    margin: 0 auto;
    width: 100%;
    max-width: 543px;
}

/*230413追加*/
.tokuten_area {
    margin: 30px auto 0;
    max-width: 882px;
}
.tokuten_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tokuten_list_cont {
    border: 4px solid #004ea2;
    border-radius: 20px;
    width: 273px;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px;
}
.tokuten_list_inner {
    display: flex;
    height: 100px;
    align-items: flex-start;
    justify-content: space-around;
}
.txt_left {
    color: #00a2e6;
    font-weight: bold;
    text-align: left;
	font-size: 14px;
}
.txt_right {
    font-weight: bold;
    color: #004ea2;
    text-align: right;
	font-size: 24px;
}
.txt_right p {
    line-height: 24px;
}
.txt_right span {
    font-size: 100px;
}
.txt_right span.span_02 {
    font-size: 54px;
    line-height: 58px;
    font-family: "Roboto", Sans-Serif;
}
.txt_right span.span_03 {
    font-size: 70px;
    font-family: "Roboto", Sans-Serif;
}
.left_p {
	text-align: left;
}
p.kome {
    font-size: 12px;
    text-align: left;
    color: #00a2e6;
	margin-left: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt43 {
    margin-top: 43px;
}

/*230414追加*/
.popsub {
    position: relative;
    max-width: 322px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.popsub h3 {
    font-size: min(1.5vw,16px);
    text-align: center;
    color: #004DA1;
    margin-bottom: 1rem;
}
.popsub:before {
    content: "";
    position: absolute;
    display: inline-block;
	width: 22px;
    height: 43px;
    background: url(../../../service/img/safetyservice-upgrade/popttl_icon_left.webp) no-repeat center top;
    background-size: cover;
	left: -25px;
}
.popsub:after {
    content: "";
    position: absolute;
    display: inline-block;
	width: 22px;
    height: 43px;
    background: url(../../../service/img/safetyservice-upgrade/popttl_icon_right.webp) no-repeat center top;
    background-size: cover;
	right: -25px;
}
.content-3_col-3 .entry_btn a {
    width: 100%;
    max-width: 405px;
}

section.content-element.content-7 a.pop_blue {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 767px){
.popsub h3 {
    font-size: 14px;
}
section.content-element.content-7 a.pop_blue {
    font-size: 20px;
    font-weight: bold;
}
}

@media screen and (max-width: 623px){
.mt30 {
    margin-top: 24px;
}
}