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

/*もっと!!大同至高グッズとは？*/
.footer_bg_green{
	background-color: #cce1e8;
	border-radius: 20px;
}
@media screen and (max-width:1200px){
	.footer_bg_green{
		border-radius: 0px;
	}
}
.footer_bg_green h2{
	margin-top: 0!important;
	margin-bottom: 0.5rem;
	border-bottom: dotted 3px #667699;
	width: 100%;
	font-size: 130%;
}
.footer_bg_green h3{
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
}
.footer_bg_green p{
	font-size: 100%;
}

/**/
.footer_contactbox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
}
.footer_contactbox p{
	width: 100%;
	padding-top: 0.3rem;
}

.footer_contactbox h3{
	font-size: 115%;
	margin-top: 1rem;
	padding-left: 1.5rem;
	position: relative;
	border-bottom: solid 2px #333;
}
@media screen and (max-width:586px){
.footer_contactbox h3{
	font-size: 100%;
}	
}
.footer_contactbox h3::before{
	position: absolute;
	content: "〇";
	left: 0;
}

/*フッターのおとい合わせ*/
.footer-form-list dl,.footer-form-list dd{
	height: 100%;
}
.footer-form-list dt,.footer-form-list dd{
	text-align: center;
	border:solid 3px #667699;
	padding-top: 5px;
}
.footer-form-list dt{
	background-color: #667699;
	color: #fff;
	font-weight: 800;
	font-size: 130%;
}
.footer-form-list dd{
	padding: 2rem 0.5rem 0.5rem;
	
}
.footer-form-list_tel{
	max-width: 300px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*フッターのフォームボタン*/
.footer_form{
	margin: auto;
}

.footer_form button{
    background-color: #f60;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 130%;
    border-radius: 60px;
	padding: 1rem;
	max-width: 16rem;
}
.footer_form button span{
	width: 6.5rem;
	margin-right: 0.3rem;
	color: #fff;
}
.footer_form button img{
	display: inline-block;
	height: 24px;
	width: 1rem;
	padding-top: 10px;
}

.footer_link{
	background-color: #6cc;
}
.footer_top_list_bg,.footer_bottom_list_bg{
	background-color: #a7cce7;
}
.footer_top_list,.footer_bottom_list,.footer_site_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 0.5rem 0 0.5rem;
	text-align: center;
	justify-content: center;
}
.footer_top_list li{
	padding: 0.2rem;
	width: 100%;	
}
.footer_top_list li a,.footer_top_list li a:visited{
	background-color: #fff;
	padding:0.5rem 0.3rem;
	border: solid 3px #a7cce7;
	font-size: 15px;
	color: #333;
}
.footer_top_list li a:hover{
	background-color: #a7cce7;
	color: #333;
	border: solid 3px #fff;
}
.footer_bottom_list li{
	padding: 0.5rem 0.4rem;
	
}
.footer_bottom_list a{
	padding: 0 0.2rem;
	color: #333;
	text-decoration: underline;
}
.footer_bottom_list a:hover{
	text-decoration: none;
	color: #fff;
}
/*関連サイト*/
.footer_site_list_bg{
	background-color: #cce7e8;
}
.footer_site_list dd{
	margin-bottom: 0.5rem;
	padding:  0.2rem 1rem;
}

.footer_site_list a:hover{
	transition: 0.2s;
	opacity: 0.5;
}
.footer_company{
	background-color: #667699;
	color: #fff;
	text-align: center;
}
.footer_company{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.footer_company p{
	font-size: 80%;
}
.footer_company a{
	display: inline;
	border-bottom: solid #b2e5e5 1px;
}
.footer_company a:hover{
	border-bottom: solid #666 1px;
}
footer .toggle:checked + .Label + .content{	/*開閉時*/
    height: auto;
    transition: all .3s;
    padding:0.5rem 0 ;
}
footer .Label{
	border-bottom: solid 2px #333;
	padding: 0.2rem;
    padding:1rem 0 ;
    display: block;
    position: relative;
}
footer .Label::before{		/*タイトル横の矢印*/
    content:"";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 10px;
    transform: rotate(135deg);
}
footer .Label {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

/*モバイル時の画面下部のお問い合わせ*/
@media all and (min-width:810px){
.footer-cta-box{
    display: none;
	}}
@media all and (max-width:810px){
    .cookie-consent {
        bottom: 90px;
    }
    .back{
        opacity: 1;
    }
    .footer-cta-box{
        display: block;
        position: relative;
        width: 100%;
    }
	/*グレーの箱*/
    .footer-cta-box ul{
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        height: 100px;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 80px 0 10px;
        z-index:599;
    }
    .footer-cta-box li{
        width: 90%;
        padding: 10px 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-cta-box li form{
        width: 100%;
        height: 100%;
    }
    .footer-cta-box li form:hover{
        opacity: 1!important;
    }
    .footer-cta-pink button{
        background-color: #E4004D;
    }
    .footer-cta-orange button{
        background-color: #f60;
    }
    .footer-cta-box button{
        color: #fff;
        font-weight: bold;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 1.2;
		font-size: 16px!important;
		border-radius: 20px;
    }
	#pagetop_link img{
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 586px) {
  .list-group {
    display: none;
  }

  /* Exibe o conteúdo quando a checkbox correspondente estiver marcada */
  input[type="checkbox"]:checked + label + .list-group {
    display: block;
  }
}

@media (min-width: 587px) {
  .list-group {
    display: block; /* Sempre visível em larguras acima de 587px */
  }
}




/*アコーディオンで開く 577px以上は開くようにfooter_accordion.jsで調整　202411*/
.toggle-footer {
	display: none;
}
.accordion .Label {		/*タイトル*/
	padding: 1em;
	display: block;
	/*color: #fff;*/
	border-bottom: 1px solid #333333;
	padding-bottom: 5px;
}
.accordion .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion .Label,
.accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion .Label:hover {
	cursor: pointer;
	opacity: 0.8;
}
.accordion .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle-footer:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle-footer:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
