@charset "UTF-8";



h2.title01 {
    font-size: 217%;
    font-weight: bold;
    text-align: left;
}

.mb25{
	margin-bottom: 25px !important;
}

.title_container {
    padding-bottom: 0;
}

.mb40 {
    margin-bottom: 40px !important;
}

ol, ul {
    list-style: none;
}

h3.title03 {
	font-size: 134%;
    font-weight: bold;
    text-align: left;
}

h3.title04 {
    font-size: 134%;
    font-weight: bold;
    text-align: left;
}

.question-answer {
    width: 100%;
}

.question-answer .question,
.question-answer .answer {
    width: 100%;
    float: left;
}

.question-answer .icon span {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}

.question-answer .content {
    float: left;
    width: 935px;
    line-height: 27px;
}

.question-answer .content p {
    float: none;
    text-align: justify;
}

.question-answer .question {
    padding: 10px;
    background-color: #1d50a3;
    /*background-image: url(/person/img/faq/img_line.png);
    background-repeat: no-repeat;
    background-position:98% 50%;*/
}

.question-answer .question .icon span {
    color: #1d50a3;
    background-color: white;
    float: left;
}

.question-answer .question .content p {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

.question-answer .answer {
    background-color: white;
    padding: 10px;
}

.question-answer .answer .icon span {
    color: #1d50a3;
    background-color: yellow;
}

.question-answer ul li {
    padding-left: 18px;
    position: relative;
}

.question-answer ul li:before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

h3.title01 {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.title01 .heading_text {
    display: inline-block;
    padding: 0px 25px;
    font-size: 3rem;
    font-weight: bold;
    color: #1d50a2;
}

.section {
    clear: both;
}

.area-ctg {
    float: left;
    width: 100%;
}

.area-ctg h3.title04 {
    font-size: 170%;
}

ul.list-ctg li {
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 30px;
}

ul.list-ctg li:nth-child(3n) {
    margin-right: 0;
}

ul.list-ctg li a {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 10px;
    background-color: #1d50a3;
    color: #fff;
    font-weight: bold;
    position: relative;
}

ul.list-ctg li a:after {
    content: "";
    width: 8px;
    height: 16px;
    background: url(/person/common/img/arrow_white.svg) no-repeat;
    background-size: 8px 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section h3.title01 {
    position: relative;
}

.section h3.title01 span.anchorset {
    position: absolute;
    top: -100px;
    height: 0;
    width: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.list-faq-contact.mb40 {
    margin: auto;
    width: 50%;
}

.list-faq-contact li {
    float: left;
    width: 50%;
    text-align: center;
}

.list-faq-contact li span {
    font-size: 110%;
}

.list-faq-contact li a {
    display: inline-block;
    margin-top: 10px;
}

.tab-area_link li a {
    border: solid 1px #1d50a3;
}

.section.section-border-blue {
    border-color: #1d50a3;
}

.tab-area_link li:first-child:after,
.tab-area_link li:last-child:before {
    border-color: #1d50a3;
}

.faqtop {
    margin-bottom: 100px;
    text-align: right;
}

.faqtop a {
    font-weight: bold;
    color: #1d50a3;
    position: relative;
    padding-left: 18px;
}

.faqtop a:after {
    content: "";
    width: 8px;
    height: 16px;
    background: url(/person/common/img/arrow_blue.svg) no-repeat;
    background-size: 8px 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.set-faqtop {
    position: relative;
}

#faqtop {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    bottom: 170px;
}

a.faq-txtlink{
    color: #1d50a3;
    font-weight: bold;
}
p.txt-shipping{
    font-weight: bold;
    padding-bottom: 30px;
}
.question-answer .qrlink .inner p{
    float: none;
    text-align: center;
}

dl.faqtable{
    display: table;
}
dl.faqtable dt,
dl.faqtable dd{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
dl.faqtable dd{
    padding-left: 60px;
}

@media only screen and (min-width: 641px) {
    ul.list-ctg li a:hover {
        color: #fff;
    }


    .list-faq-contact li.linktel a {
        pointer-events: none;
        background-image: none;
        border: none;
        font-size: 200%;
        width: 100%;
    }
/*-- 20220530　追加　お問い合わせと事業所一覧のサイズをあわせるため --*/
    .list-faq-contact li.linkoffice a {
        background-image: none;
        border: none;
        font-size: 200%;
        width: 100%;
    }
}

@media only screen and (max-width: 640px){
	 h2.title01 {
    	font-size: 150%;
	}
	.mb25 {
    margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 640px) {
    ul.list-ctg li,
    ul.list-ctg li:nth-child(3n) {
        width: 48%;
        margin-right: 4%;
    }
    ul.list-ctg li:nth-child(2n) {
        margin-right: 0;
    }
    .list-faq-contact li {
        width: 100%;
        float: none;
    }
    .list-faq-contact li + li {
        margin-top: 20px;
    }
    .list-faq-contact li a {
        margin-top: 5px;
		font-size: 2.6rem;
    }
    ul.list-ctg li a {
        padding-right: 20px;
    }
    #faqtop {
        bottom: 340px;
    }
    dl.faqtable,
    dl.faqtable dt,
    dl.faqtable dd{
        display: block;
        width: 100%;
    }
    dl.faqtable dd{
        padding: 20px 0 0 0;
        text-align: center;
    }
}

/*** 2020530corporate_faq_list2　文字の大きさ調整 **/

dl.corporate_faq_list2{
	border: 2px solid #dddddd;
	margin-top: 0px;
	margin-bottom: -2px;
}
dl.corporate_faq_list2.active{
	margin-bottom: 15px;
}
dl.corporate_faq_list2 dt{
	margin: 0px;
	padding: 25px 70px;
	background-color: #f1f3f5;
	border-bottom: 1px solid #dddddd;
	font-size: 2.3rem;
	position: relative;
}
dl.corporate_faq_list2 dt:hover{
	cursor: pointer;
}
dl.corporate_faq_list2.active .corporate_faq_icon:after{
	opacity: 0;
}
dl.corporate_faq_list2 dt:before {
    content: 'Q';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #333333;
	font-size: 2.1rem;
	font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 24px;
}
dl.corporate_faq_list2 dd{
	margin: 0px;
	display: none;
}
dl.corporate_faq_list2 .corporate_faq_inner{
	padding: 20px 20px 20px 70px;
	font-size: 2.0rem;
	position: relative;
}
dl.corporate_faq_list2 .corporate_faq_inner:before {
    content: 'A';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #1d50a2;
	font-size: 2.0rem;
	font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 17px;
}

dl.corporate_faq_list2 .corporate_faq_inner p{
	margin: 0px;
}

@media only screen and (max-width: 768px){
	dl.corporate_faq_list2{
		border-width: 1px;
		margin-bottom: -1px;
	}
	dl.corporate_faq_list2.active{
		margin-bottom: 10px;
	}
	dl.corporate_faq_list2 dt{
		margin: 0px;
		padding: 15px 35px;
		font-size: 1.7rem;
	}
	.corporate_faq_icon{
		width: 12px;
		height: 12px;
		right: 15px;
	}
	.corporate_faq_icon:before{
		height: 2px;
	}
	.corporate_faq_icon:after{
		width: 2px;
		height: 100%;
	}
	dl.corporate_faq_list2 dt:before {
		width: 20px;
		height: 20px;
		font-size: 1.7rem;
		left: 10px;
		top: 12px;
	}
	dl.corporate_faq_list2 .corporate_faq_inner{
		padding: 10px 10px 10px 35px;
		font-size: 1.5rem;
	}
	dl.corporate_faq_list2 .corporate_faq_inner:before {
		width: 20px;
		height: 20px;
		font-size: 1.7rem;
		left: 10px;
		top: 14px;
	}

    .list-faq-contact.mb40 {
        width: 100%;
    }

}