
@charset "utf-8";

.headline {
    position: relative;
    padding-top: 36px;
    color: #007fc3;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.444;
    text-align: center;
}

.headline-icon {
    position: absolute;
    text-align: center;
    display: table;
    top: 0;
    left: 50%;
    width: 33px;
    transform: translateX(-50%);
}

.headline-icon:before,
.headline-icon:after {
    content: '';
    border-radius: 100%;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
}

.headline-icon:before {
    background-color: #007fc3;
    z-index: 2;
    left: 0;
}

.headline-icon:after {
    background-color: #86ce76;
    left: 10px;
    z-index: 1;
}

#mainHeader p img {
    width: 186px !important;
    height: 16px !important;
    margin-top: 18px !important;
}

#mainHeader {
    border-bottom: 1px solid #101177;
}

#mainHeader.activeShadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

/*
.gnav .gnavParent.gnav02 {
	width: 319px !important;
}

.gnav .gnavParent.gnav04 {
	width: 239px !important;
}
*/

.qa {
    font-family: 'Hiragino Sans', Meiryo, sans-serif;
}

.qa * {
    box-sizing: border-box;
}

.qa-faq {
    background: white;
    margin: 0;
}

.qa-faq-heading {
    padding: 43px 0 43px;
}

.qa-faq-tab {
    display: table;
    width: 100%;
}

.qa-faq-tab-item {
    font-size: 20px;
    font-size: 2rem;
    width: 50%;
    height: 85px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: initial !important;
    text-decoration: none;
}

.qa-faq-tab-item:hover {
    text-decoration: none;
}

.qa-faq-tab-item.green {
    border-color: #86ce76;
    color: #86ce76;
}

.qa-faq-tab-item.green.active {
    background-color: #86ce76;
    color: white;
}

.qa-faq-tab-item.green.active:after {
    display: block;
    border-color: #86ce76 transparent transparent transparent;
}

.qa-faq-tab-item.blue {
    border-color: #007fc3;
    color: #007fc3;
}

.qa-faq-tab-item.blue.active {
    background-color: #007fc3;
    color: white;
}

.qa-faq-tab-item.blue.active:after {
    display: block;
    border-color: #007fc3 transparent transparent transparent;
}

.qa-faq-tab-item:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 17px 17px 0 17px;
    display: none;
}

.qa-faq-tab-content {
    margin-top: 50px;
    display: none;
}

.qa-faq-tab-content.active {
    display: block;
}

.qa-faq-block {
    margin-bottom: 100px;
}

.qa-faq-block-title {
    color: #007fc3;
    background: #f4f5f5;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 67px;
    line-height: 67px;
    padding-left: 30px;
}

.qa-faq-block-ques {
    padding: 20px 30px 36px;
}

.qa-faq-block-ques:after {
    clear: both;
    content: '';
    display: table;
}

.qa-faq-block a {
    text-decoration: none;
}

.qa-faq-block a td {
    transition: 0.3s all ease;
    font-size: 18px !important;
}

.qa-faq-block a td:last-child {
    transition: 0.3s all ease;
}

.qa-faq-block a td:last-child:hover {
    text-decoration: underline;
}

.qa-faq-filter {
    background: #E6F4FD;
    padding: 20px 15px;
}

.qa-faq-filter-list {
    /* margin: 0 -6px; */
}

.qa-faq-filter-list:after {
    content: '';
    clear: both;
    display: table;
}

.qa-faq-filter-item {
    padding: 0 10px;
    width: 25%;
    float: left;
    margin-top: 0px;
}

.qa-faq-filter-button {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    position: relative;
    background: white;
    border-radius: 10px;
    display: block;
    padding: 15px 30px;
    height: 80px;
    line-height: 50px;
    transition: 0.3s all ease;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.qa-faq-filter-button:hover {
    text-decoration: none;
    background: #3BB1E8;
    color: white !important;
}

.qa-faq-filter-button:hover:before {
    background: #3aade2;
}

.qa-faq-filter-button:before {
    content: '';
    height: 20px;
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all ease;
}

.qa-faq-filter-button span {
    line-height: 1.5;
    margin-top: 0px;
    display: block;
}

.qa .qa-faq-filter-button {
    color: #0f0f0f;
}

.qa-faq-filter-button .icon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #3BB1E8;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transform: translateX(-50%) rotate(90deg);
}

.qa-faq-filter-button .icon:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    position: absolute;
    top: 55%;
    left: 28%;
}

.qa-faq-body {
    margin-top: 60px;
    margin-bottom: 60px;
    background: white;
    font-family: 'Hiragino Sans', Meiryo, sans-serif;
}

.qa-faq .headline {
    font-size: 45px;
}

.qa-faq-item {
    width: 100%;
    padding: 34px 65px 33px 66px;
    list-style-type: none;
}

.qa-faq-item:nth-child(odd) {
    background-color: #eff8fd;
}

.qa-faq-item table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.qa-faq-item tr {
    display: table;
    table-layout: fixed;
}

.qa-faq-item td {
    vertical-align: top;
}

.qa-faq-item td:first-child {
    padding: 0 15px 15px 21px;
}

.qa-faq-item td:last-child {
    padding: 0;
}

.qa-faq-ques {
    font-size: 30px;
    color: #007fc3;
}

.qa-faq-ques .qa-faq-icon {
    background: #3399d5;
}

.qa-faq-ques td {
    color: #007fc3;
    font-weight: bold;
    vertical-align: top;
}

.qa-faq-ques td:first-child {
    padding: 2px 15px 0px 21px;
}

.qa-faq-ques td:last-child {
    padding: 3px 0 15px;
    font-size: 18px;
    font-weight: normal;
}

.qa-faq-ans {
    font-size: 16px;
    color: #101010;
    font-weight: bold;
}

.qa-faq-ans .qa-faq-icon {
    background: #5dc6f0;
}

.qa-faq-ans td {
    color: #101010;
    font-size: 16px;
    padding-bottom: 0;
}

.qa-faq-ans td:first-child {
    padding-bottom: 0;
}

.qa-faq-ans td:last-child {
    font-weight: normal;
}

.qa-faq-ans a {
    text-decoration: underline;
}

.qa-faq-icon {
    color: white;
    font-size: 20px;
    font-family: "Arial";
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    text-align: center;
}

.qa-faq-col {
    width: 50%;
    float: left;
}

.qa-faq-filter {
    margin-bottom: 20px;
}

/*---20180831追加---*/
.qa-faq-tab-item::after {
    top: 84px;
}

.qa-faq-filter {
    margin-bottom: 20px;
}

/*---190110追加---*/
.fairTop {
    text-align: center;
}

.fairTop>a {
    display: inline-block;
    padding: 15px 60px;
    background-color: #ebebeb;
    color: #353535;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

.fairTop>a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* -----------------------
20211025
------------------------ */

.qa-faq-filter {
    padding-bottom: 0px;
}

.qa-faq-filter-item {
    margin-bottom: 20px;
}

/* 20240405追記 */
.qa-faq-ques td.qa-faq-titleText {
    color: #222222;
    font-weight: bold;
}

.picture_sp_none img {
padding: 0 10px 10px 30px;

}



