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

body {
    background-color: #edf7fc;
    border-top-color: #005ebb;
    border-top-style: solid;
    border-top-width: 3px;
    color: #444;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
    min-width: 1100px;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
}

.center {
    text-align: center;
}

h1 {
    color: #333;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    background-image: url(../img/h2_background.png);
    background-repeat: no-repeat;
    color: #ff0;
    font-size: 34px;
    font-weight: normal;
    height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    text-align: center;
    text-shadow: 1px 1px 3px #333;
}
h3 {
    background-color: #edf7fc;
    border-left-color: #005ebb;
    border-left-style: solid;
    border-left-width: 5px;
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 25px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
}

.fs12 {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.clear {
    clear: both;
}
.clearfix {
    clear: both;
    width: 100%;
}

/*a:link*/

a:link {
    color: #0078c6;
    text-decoration: underline;
}

a:visited {
    color: #0c439a;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 1000px;
}

#header .clearfix {
    clear: both;
}

#utility_left {
    float: left;
    padding-top: 0;
    width: auto;
}

#utility_right {
    float: right;
    margin: 0;
    width: 350px;
}
#utility_right ul {
    height: 25px;
    margin: 0;
    padding: 0;
}
#utility_right li {
    background-image: url(../img/top_li.png);
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 20px;
}

#navi {
    background-image: url(../img/navi_background.png);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    overflow: hidden;
    width: 100%;
}
#navi ul {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    width: 1000px;
}
#navi li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* mainimg */
#mainimg {
    background-image: url(../img/mainimg_background.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
}

/* #container */

#wrap {
    clear: both;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-bottom: 20px;
    padding-top: 0;
    width: 1000px;
}

#content {
    float: left;
    width: 766px;
}
#content .btn {
    margin-left: 8px;
}

#main1 {
    background-color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 12px;
    padding-top: 10px;
    width: 725px;
}
#main1 img {
    margin-bottom: 15px;
    margin-top: 15px;
}
#main2 {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 40px;
    padding-left: 13px;
    padding-right: 12px;
    padding-top: 10px;
    text-align: center;
    width: 725px;
}
#main2 p {
    margin: 0;
    padding: 0;
}
#submain {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 6px -6px #999;
    -moz-box-shadow: 0 10px 6px -6px #999;
    box-shadow: 0 10px 6px -6px #999;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    width: 725px;
}
#main {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    text-align: left;
}

.txtbox {
    margin-left: 5px;
    margin-right: 5px;
}

/* side */

#side {
    float: right;
    width: 220px;
}

#side p {
    margin-bottom: 6px;
    margin-top: 0;
    padding: 0;
}

/* footer */

#footer {
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    overflow: hidden;
    width: 1000px;
}

#footer .btn {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

#copyright {
    border-top-color: #005ebb;
    border-top-style: solid;
    border-top-width: 3px;
    font-size: 11px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

/* =============================
 右下固定バナー
============================= */
/* 固定CTAボタン */
.fixed-cta {
    display: none;
}

/* ページトップ */
#pagetop {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    bottom: 36px;
    -webkit-box-shadow: 1px 1px 2px #e7e7e7;
    -moz-box-shadow: 1px 1px 2px #e7e7e7;
    display: none;
    padding-right: 0;
    position: fixed;
    right: 0;
    text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
    z-index: 1;
}

/* company */
#company h3 {
    background-color: #fff;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
}
#company table {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: none;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-style: none;
    border-top-width: 1px;
    line-height: 1.3em;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#company th {
    background-color: #edf7fc;
    border-bottom-color: #ccc;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color: #ccc;
    border-left-style: none;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    font-weight: normal;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    text-align: left;
}
#company td {
    border-bottom-color: #ccc;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color: #ccc;
    border-left-style: none;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
}

/* faq */

#faq .q {
    background-image: url(../img/faq_q.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #005ebb;
    display: table-cell;
    font-size: 18px;
    height: 45px;
    line-height: 1.2em;
    padding-left: 65px;
    vertical-align: middle;
}
#faq .ans {
    background-color: #fff7df;
    background-image: url(../img/faq_a.png);
    background-position: 20px 10px;
    background-repeat: no-repeat;
    -webkit-border-radius: 8px; /* Safari, Chrome用 */
    -moz-border-radius: 8px; /* Firefox用 */
    border-radius: 8px; /* CSS3 */
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
}

/* yuushi */

#yuushi h3 {
    color: #005ebb;
    font-size: 22px;
    padding-top: 15px;
}
#yuushi h4 {
    color: #005ebb;
    font-size: 28px;
    font-weight: normal;
    height: 34px;
    margin-bottom: 10px;
    margin-left: 15px;
}
#yuushi h4 .step {
    background-color: #005ebb;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 55px;
}
#yuushi h4 .title {
    float: left;
    padding-top: 6px;
    text-shadow: 0 1px 1px #bbb;
}
#yuushi ol {
    margin: 0;
    width: 460px;
}
#yuushi li {
    border-bottom-color: #ccc;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    list-style-position: inside;
    padding-bottom: 3px;
    padding-top: 3px;
}
#yuushi .cm_l {
    color: #c30;
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    text-shadow: 1px 1px 1px #aaa;
}
#yuushi .cm_s {
    color: #c30;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    text-shadow: 1px 1px 1px #aaa;
}

/* contact */
#contact .telbox {
    background-color: #f0f0e1;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

#contact .thanks {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    text-shadow: 1px 1px 1px #aaa;
}

#acMenu {
    display: none;
}

.waku {
    border: solid 1px #000;
}

.voice_text {
    padding: 30px;
    text-align: left;
}

.sp {
    display: none;
}

/* =============================
お客様の声
============================= */

/* .voice-item {
	margin-bottom: 100px;
}

.voice .voice-item:nth-of-type(3n) {
	margin-bottom: 50px;
} */
.voice .btn {
    margin-bottom: 50px;
    margin-top: 50px;
}

.voice-item img {
    max-width: 100% !important;
}

.voice-item__title {
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
}
.voice-item__main-img {
    margin-top: 30px;
}
.voice-item__caption {
    font-size: 18px;
    margin-top: 20px !important;
    padding: 30px !important;
    text-align: left;
}
.voice-item__letter-img {
    margin-top: 20px;
}
.voice-item__text {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 1.75;
    margin-top: 30px !important;
    padding: 50px 30px !important;
    text-align: left;
}

/* -----------画像が小さすぎたため大きく表示-----------
		-----------20240201追記----------- */
.voice-item__main-img img {
    width: 70%;
}

.img__allMembersBox {
    text-align: center;
}

.img__allMembers {
    max-width: 90%;
    width: 100%;
}

/* 20251110 追記　*/

.facebox dd {
	margin-left: 0;
}

.facebox .post {
	display: inline-block;
  text-align: left;
}

.facebox .indent {
	padding-left: 3em;
}

@media screen and (max-width: 640px) {
    .img__allMembers {
        max-width: 100%;
    }
}

/* 20240913 バナー横並び */
.banner__column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
    .banner__column {
        display: grid;
        grid-template-columns: 1fr;
    }
    .banner__column img {
        width: 100%;
    }
}
