﻿

/*
#page_top,
.fix_bnr{
    position:absolute;
}
#top_menu{
    position: absolute;
    width: 40%;
}
#pc_nav{
    top: 30px;
    position: absolute;
    width: 100%;
}
*/

/*
#loading{
    display:none;
}
*/


/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#008e46;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}

.nav_tel,
.foot_tel{
    display:none;
}
.fix_bnr{
    left:10px;
    z-index:2;
}


/*--top page---------------------------
-------------------------------------*/
.index #pc_nav{
    display:none;
}

#main_img{
    background-image:url(./Up_Img/591/mainimg.jpg);
}
#main_img #logo{
    display:none;
}
.main_item {
    width: 48vw;
    max-width: 1000px;
    top: 20%;
    left: 7%;
}
.main_btn {
    border-radius: 30px;
    bottom: 22%;
    left: 33%;
    z-index: 2;
}

/*--under page---------------------------
-------------------------------------*/

.qa_type1 .cate_box {
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}

/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img{
    background-image:url(./Up_Img/591/mainimg_tb.jpg);
}
.main_item {
    width: 78vw;
    top: 14%;
    left: 5%;
}
.main_btn {
    bottom: auto;
    top: 50%;
    left: 6%;
}
}

/*2024-11-07*/
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_intro .intro_img {
    margin-top: -50px;
    height: 60vw;
}
#top_intro .intro_title1{
    height: inherit;
    
}
#top_intro .intro_title2{
    transform: none;top: -30px;
        right: 40px;
}
}


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.main_item {
    width: 91vw;
    top: 15%;
    left: 3%;
}
.main_btn {
    top: 48%;
    left: 6%;
}
.sns_links{
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom:50px;
}
}


/*2024-10-31*/
.main_btn,.fix_bnr{display: none!important;}
#pc_nav li:nth-of-type(3){display: none;}
.main_page_link li:nth-of-type(4){display: none;}
.main_page_link li span:first-of-type{display: none;}
#page10 ul li:nth-of-type(4){display: none;}


