@charset "utf-8";
/* CSS Document */

.pd17 {
    padding: 17px;
}
.pdl17 {
    padding-left: 17px;
}
.pdr17 {
    padding-right: 17px;
}
.pdl17 .link_component {
    margin: 0;
}

tind0{
    text-indent: 0 !important
}

/* .contact_wrap{
	padding: 0 10px;
	margin:50px auto;
}
.contact_wrap .adjustLine{
	border:5px solid #f2f3f8;
	width:48%;
}

.contact_wrap h2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	background:#f2f3f8;
	padding:10px;
	margin:0;
}
*/
/*.contact_wrap .kojin_area{
	float:left;
}
.contact_wrap .houjin_area{
	float:right;
}
*/

.link_block {
    padding: 15px 10px;
    background: #fff;
}

.link_block .link_component {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.link_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*
.link_block ul li {
    padding-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
*/

.link_block h3 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.link_block.other {
    background: none;
    padding: 0 17px;
}

/* @media screen and (max-width:768px) {
	.pd17{
		padding: 0;
	}
	.pdl17{
		padding: 0;
	}
	.pdr17{
		padding: 0;
	}
	.contact_wrap{
		padding: 0;
		margin:30px auto;
	}
	.contact_wrap h2{
		font-size:18px;
	}
	.link_block .link_component{
		font-size:16px;
	}
	.link_block  h3{
		font-size:16px;
	}
	.fllb_hq{
		font-size:18px;
	}
	
	.link_block.other{
		padding: 0;
	}
}
*/

/*
@media screen and (max-width:480px) {
	.contact_wrap .kojin_area{
		float:none;
		margin-bottom:1rem;
	}
	.contact_wrap .houjin_area{
		float:none;
	}
	.contact_wrap .adjustLine{
		width:100%;
	}
}
*/

/**************************************

2020_0128 contact_style追加（タブ化）

**************************************/
.link-text a:hover {
    text-decoration: underline !important;
}

.fs-16 {
    font-size: 16px !important;
}

.annai_Area {
    position: relative;
    height: 190px;
    display: block;
}

.annai_Area .box {
    position: absolute;
    width: 95%;
    top: 48%;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.annai_Area:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.btnArea_u {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto 40px;
}

.btnArea_u .oneBox {
    width: 50%;
}

.one_btn._white_b {
    width: 100%
}

.one_btn._white_b a {
    background: #ffffff;
    border: 2px solid #00539f;
}

.one_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 450px;
    background: #0c87db;
    background: -webkit-linear-gradient(top, #0c87db 0%, #00529d 100%);
    background: linear-gradient(to bottom, #0c87db 0%, #00529d 100%);
    padding: 20px 10px;
    border: 2px solid #0977c8;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.one_btn {
    display: flex;
    justify-content: center;
}

.one_btn a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.btnArea_u .oneBox .one_txt {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

.one_btn._white_b a span {
    color: #004386;
}

.one_btn a span {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding-left: 35px;
}

.btn_ll_red_hq,
.btn_ll_blue_hq {
    width: 100% !important;
    max-width: 480px;
}

/**************************************
20220601 「法人のお客さま」タブ内更新
**************************************/

.link_component a {
	color: #000;
	text-decoration: underline;
}
.link_component a:visited {
	color: #000;
	text-decoration: none !important;
}
.link_component a:hover {
	color: #CC023A;
	text-decoration: none !important;
}
.link_component a:active {
	color: 000;
	text-decoration: none !important;
}



.btn_ll_red_hq {
    display: block;
    border: 1px solid #CC0033;
    text-decoration: none;
    background-color: #CC0033;
    color: #ffffff;
    width: 480px;
    text-align: center;
    padding: 10px;
}

.btn_ll_red_hq a {
    color: #ffffff;
    display: block;
}

.one_btn-red ._white_b {
    width: 100%
}

.one_btn-red ._white_b a {
    background: #ffffff;
    border: 2px solid #CC0033;
}

.one_btn-red a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 450px;
    background: #fff;
    padding: 20px 10px;
    border: 2px solid #CC0033;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.one_btn-red {
    display: flex;
    justify-content: center;
}

.one_btn-red a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.one_btn-red ._white_b a span {
    color: #CC0033;
}

.one_btn-red a span {
    display: inline-block;
    color: #CC0033;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding-left: 35px;
}

/**************************************
20220621 「個人のお客さま」タブ内更新
**************************************/

.font15rem{
    font-size: 1.5rem;
}

.c-mid-title{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    padding-top: 1.5em;
}

.c_w-half_area{
    background-color: #CC0033;
    color: #ffffff;
    padding: 30px 0px;
    max-width: 480px;
    min-height: 300px;
    margin-bottom:65px;
}
.c-text-title{
    margin-bottom: 20px;
    line-height: 1.2em;
}
.c-text-link{
    margin:0px;
    padding: 0;
    list-style-type: none;
    font-size: 1.5rem;
}
.c-text-link a{
    text-decoration: none;
    color:#fff;
}
.c-text-link a:hover{
    text-decoration: underline !important;
}

.transfer-service-link a{
    text-decoration: underline !important;
}
.transfer-service-link a:hover{
    text-decoration: none !important;
}

.line-text-box a{
    text-decoration: none;
}
/*.line-text-box a:hover{
    opacity: 0.8;
} */

.c_w-full_area {
    width: 100% !important;
    max-width: 1090px;
    text-decoration: none;
    background-color: #CC0033;
    color: #fff;
    padding: 30px 0px;
    position: relative;
}

.c_w-full_area-text{
    display: inline-block;
    line-height: 1.2em;
}

.c_w-full_area a{
    color: #fff;
}
.c_w-full_area a:hover{
    text-decoration: underline !important;
    color:#fff;
}

.c_w-full_area div{
    margin-inline:auto;
    text-decoration: none;
}

.docomo-contact-text{
    font-size: 30px;
}

.docomo-contact-text:a{
    text-decoration: underline !important;
}
.docomo-contact-text:a:hover{
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .c_w-half_area{
        margin-bottom: 10px;
    }
    .c-text-link,
    .c_w-full_area{
        font-size: 1.4rem !important;
    }
    .docomo-contact-text{
        font-size: 22px;
    }
}

/**************************************
20220621 class 追加
**************************************/

.otherLink-innner {
    margin: 0 0 1em;
    background-color: #ffffec;
    padding: 10px 0;
}

.otherLink-innner a{
    text-decoration: underline;
}

.otherLink-innner ul{
    list-style-type: none;
    margin: 0 0 0 1em;
    padding: 0;
}

.otherLink-innner ul li{
    text-indent: -1.3em;
    padding-left: 1.3em;
}