/* bg */

.bgGray01 {
	background-color:#f3f4f5;
}

/* gFooter*/

#gFooter {
	margin-top: 50px;
}

#gFooter .footerIn01 .inner02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -webkit-justify-content: space-between;  /* Safari etc. */
    -ms-justify-content    : space-between;  /* IE10        */
    justify-content        : space-between;
}

#gFooter .footerIn02 {
	line-height: 1.4;
    padding:0;
    background-color: var(--color-primary);
}

#footerTxt {
	width: 70%;
}

#footerTxt .list01 {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 30px;
    padding: 0;
}

#footerTxt .list01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em;
	word-break: break-all;
}

#footerTxt .list01 a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #333;
}

#footerTxt .list01 .ico01 {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#footerTxt .list01 .ico01 img {
	width: 24px;
	vertical-align: -3px;
}

#footerTxt .btnWrapper01 {
	margin-top: 40px;
}

#footerTxt2{
    width: 70%;
    max-width: 480px;
    display: flex;
    flex-wrap:wrap;
    margin: 50px auto 0;
}

#footerTxt2 a{color:#000;}
    
#footerTxt2 .inner_box{
    width:33.333333%;
}
    
#footerTxt2 .B-text{
    font-size:1.8rem;
    line-height: 26px;
    font-weight:bold;
    margin-bottom: 10px;
}

#footerTxt2 .mb-20{
    margin-bottom: 20px;
}

#footerTxt2 .inner_box .f-list{
    font-size:1.5rem;
    line-height: 26px;
    margin-bottom:20px;
    padding: 0;
}

#footerTxt2 .inner_box .f-list li{
        position:relative;
        padding-left:13px;
    }

#footerTxt2 .inner_box .f-list li:before{
    content: "";
    position: absolute;
    left: -2px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}


#footerLogo {
	max-width: 370px;
}

#footerLogo a {
	display: inline-block;
}

#footerLogo img {
	width: 100%;
	max-width: 370px;
}

#footerSns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footerSns li {
	margin: 0 12px;
}

#footerSns a {
	display: block;
}

#footerSns img {
	width: 44px;
}

#gFooterNavi {
    float: left;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 0;
}

#gFooterNavi li {
	margin-right: 24px;
    clear: both;
    padding: 20px 0;
    font-size: 14px;
}

#gFooterNavi a {
	color:#fff;
}

#footerCopy {
	margin:0;
    padding: 20px 0;
    font-size: 16px;
    color:#fff;
    text-align:center;
}

/* btnWrapper */

#gFooter .btnWrapper01 {
	line-height: 1.2;
}

#gFooter .btnWrapper01 a {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}

#gFooter .btnWrapper01 a:hover {
	opacity: .7;
}

.btnWrapper01 a .ico01 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#gFooter .btnWrapper01 a img {
	display: block;
}

/* contactBtn */

#gFooter .contactBtn01 {
	font-size: 1.5rem;
	font-weight: 700;
	width: 100%;
	max-width: 480px;
	padding: 24px 100px;
	white-space: nowrap;
	color: #fff!important;
	background-color: var(--color-primary);;
}

#gFooter .contactBtn01 .ico01 {
	left: 60px;
}

#gFooter .contactBtn01 img {
	width: 26px;
}


/* inner */

#gFooter .inner02 {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
}

@media screen and (min-width:960px) {

    #footerTxt{
        width: 40%;
    }
    #footerTxt2{
        width: 50%;
        display: flex;
        margin:0 0 0 10%;
    }
}


@media screen and (max-width: 960px) {

#gFooter .footerIn01 .inner02 {
	display: block;
}

#footerTxt {
	max-width: 480px;
	margin: 0 auto;
	padding-right: 0;
}

#footerTxt .contactBtn01 {
	padding: 24px 100px;
}

#footerTxt .contactBtn01 .ico01 {
	left: 60px;
}

#footerMap {
	width: auto;
	margin-top: 50px;
}

}

@media screen and (max-width: 768px) {

#gFooter {
	margin-top: 40px;
}

#gFooter .footerIn01 .inner02 {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#pageTopLink {
	margin: 0;
}

#pageTopLink a {
	padding: 10px 0;
}

#footerTxt{width:100%;}

#footerTxt .list01 {
	font-size: 1.4rem;
	margin-top: 15px;
    padding: 0;
}

#footerTxt .list01 .ico01 img {
	width: 20px;
}

#footerTxt .btnWrapper01 {
	margin-top: 20px;
}

#footerTxt .contactBtn01 {
	font-size: 1.6rem;
	padding: 12px 50px 12px 70px;
}

#footerTxt .contactBtn01 .ico01 {
	left: 30px;
}

#footerTxt2{width:100%;}
#footerTxt2 .inner_box{
    width: 40.99999%;
    margin-left: 9%;
  }

#footerLogo {
	max-width: 200px;
}

#footerLogo img {
	max-width: 200px;
}

#footerMap {
	margin-top: 30px;
}

#footerMap iframe {
	height: 140px;
}

#footerSns {
	margin-top: 30px;
}

#footerSns img {
	width: 30px;
}

#gFooterNavi {
	max-width: 240px;
	margin: -15px auto 0;
	padding-top:20px;
    padding-left:0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	float:none;
    display:block;
}

#gFooterNavi li {
	width:100%;
    margin:0;
    padding: 10px 0;
}

#footerCopy{float:none;}

}

/* foot-check用追加 */
#footerTxt,#footerTxt2 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

#footerTxt .list01 {
	font-size: 15px;
}

#footerTxt2 .B-text{
	font-size: 18px;
}

#footerTxt2 .inner_box .f-list{
	font-size: 14px;
}

#footerTxt .contactBtn01 {
	font-size: 15px;
}

#footerTxt2 a:hover {
	text-decoration: underline;
}
