@charset "UTF-8";


.pb_30{
    padding-bottom: 30px;
}
.pb_20{
    padding-bottom: 20px;
}

/* ***********************************
  head
* *********************************** */

#head .wrapper{
    background-image: url(../img/head-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 56px 40px;
    max-width: 1140px;
    color: #fff;
    letter-spacing: 0.125em;
    line-height: 1.25;
    margin-top: 60px;
}
#head h1{
    font-size: 36px;
}
#head h2{
    font-size: 18px;
}
#head .wrapper.business{
    background-image: none;
    margin: 0 auto;
    padding: 15px;
}
#head .business{
    background-color: #0D3157;
    border-top: 1px solid #fff;
}
#head .business ul{
    display: flex;
    color: #fff;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#head .business li{
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #999;
    line-height: 1;
}
#head .business li:first-of-type{
    padding-left: 0px;
    margin-left: 0px;
    border-left: none
}


@media all and (max-width:768px) {
    #head .wrapper{
        background-image: url(../img/head-sp.png);
        padding: 30px 20px;
        margin: 40px 20px 0;
    }
    #head h1{
        font-size: 20px;
    }
    #head h2{
        font-size: 16px;
    }
    
  }


/* ***********************************
  business
* *********************************** */


#page #business .wrapper{
    border-bottom: solid 1px #eee;
}
#page #business .row.two-fr,
#page #business .row.three-fr{
    display: grid;
    gap: 20px;
}
#page #business .row.two-fr{
    grid-template-columns: 1fr 1fr;
}
#page #business .row.three-fr{
    grid-template-columns: 1fr 1fr 1fr;
}

#page #business h3{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
#page #business h4{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

#page #business .text{
    padding-bottom: 30px;
}
#page #business #it .text{
    padding-bottom: 0;
}
#page #business #it .ach{
    background-color: #F2F4F6;
    padding: 30px;
    border-radius: 10px;
    margin-top: 60px;
}

#page #business h4{
    padding-bottom: 0;
}
#page #business .contents{
    background-color: #FBFBFC;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
#page #business .b-ttl{
background-color: #F2F4F6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
}
    #page #business .b-text{
        padding: 20px;
    }

    #page #business #event a.more{
        border: 1px solid #0D3157;
        padding: 5px 30px;
        border-radius: 100vh;
        display: block;
        text-align: center;
        max-width: 300px;
    }
    #page #business #event a.more:hover{
        color: #fff;
        border: 1px solid #fff;
        background-color: #0D3157;
        opacity: 1;
    }

    @media all and (max-width:768px) {
        #page #business .wrapper{
            padding: 30px 20px;
        }
        #head .wrapper.business{
            margin: 0 20px;
        }
        #head .wrapper.business ul{
            white-space: nowrap;
            justify-content: left;
            font-size: 14px;
            overflow-x: scroll;
            }
            #head .wrapper.business li{
                padding-left: 15px;
                margin-left: 15px;
            }
            #head .wrapper.business li:first-of-type{
                padding-left: 0px;
                margin-left: 0px;
            }
        #page #business .row.two-fr,
        #page #business .row.three-fr{
            display: block;
        }
        #page #business #it .ach{
            margin-top: 20px;
        }
        #page #business .row.two-fr p,
        #page #business .row.three-fr p{
            padding-bottom: 15px;
        }
        #page #business #event .contents:last-of-type {
            margin-top: 20px;
        }
        #page #business .contents{
            padding-bottom: 20px;
        }
    }



/* ***********************************
  news
* ********************************** */

#page #news .inner{
    padding-bottom: 70px;
    margin-top: -40px;
}
#page #news dl{
    display: flex;
    align-items: baseline;
    justify-content: left;
    border-bottom: solid 1px ;
    padding-bottom: 40px;
}

#page #news dt{
    font-size: 16px;
    padding-top: 40px;
}
#page #news dd{
    font-weight: bold;
    padding-top: 5px;
    padding-left: 30px;
}
#page #news dd.text{
    font-size: 14px;
    line-height: 1.75;;
}



.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi span.current{
    background-color: #2E3436 !important;
    color: #fff !important;
}
.wp-pagenavi a, .wp-pagenavi span{
    margin: 6px !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    background: #F5F8F8 !important;
    border: none !important;
}

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

    #page #news dl{
        display: block;
        padding-bottom: 10px;
    }
    #page #news dt{
        padding-top: 20px;
        font-size: 12px;
    }
    #page #news dd{
        padding-bottom: 10px;
        padding-left: 0px;
        font-size: 13px;
    }
    #page #product .row{
        display: block;
    }
    #page #product .row li{
        padding-left: 0;
    }
  }

  /* ***********************************
  news-note
* *********************************** */

#page #news-note .ttl{
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #eee;
}
#page #news-note .ttl span{
    display: block;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
}
#page #news-note p{
    padding-bottom: 30px;
}
#page #news-note img{
    padding: 30px 0;
}
#page #news-note h1{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

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

    #page #news-note .ttl{
        font-size: 22px;
        line-height: 1.5;
    }
    #page #news-note .ttl span{
        padding-top: 20px;
        padding-bottom: 0;
    }
  }

/* ***********************************
  company
* *********************************** */

#page #company .inner{
    padding-bottom: 70px;
}

#page #company dl{
    display: flex;
    align-items: top;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
#page #company dl:last-of-type{
    border-bottom: none;  
}
#page #company dt{
    width: 70px;
}
#page #company dd{
    padding-left: 70px;
}

/* Google Mapを囲う要素 */
#page #company .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 比率を16:9に固定 */
  }
  
  /* Google Mapのiframe */
#page #company .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  @media all and (max-width:768px) {
    #page #company dl{
        display: block;
  }
  #page #company dd{
    padding-left: 0px;
}
}


/* ***********************************
   contact
* *********************************** */

#page #contact {
    font-size: 16px;
}
#page #contact .body{
    padding-top: 10px;
}
#page #contact span.must{
    color: #FF0000;
    font-size: 12px;
}

#page #contact label{
    display: block;
    padding-top: 30px;
}
#page #contact input,
#page #contact textarea{
    background-color: #F5F8F8;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
}
#page #contact input::placeholder,
#page #contact textarea::placeholder{
    color: #ccc;
}
#page #contact input.submit{
    background-color: #353739;
    color: #fff;
    max-width: 300px;
    margin-top: 60px;
    border: solid 1px #353739;
    transition : all 0.5s ease 0s;
}
#page #contact input.submit:hover{
    background-color: #fff;
    color: #353739;
    cursor: pointer;
}

#page #contact .text{
    text-align: left !important;
}
#page #contact p:last-of-type{
    text-align: center;
}

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

    #page #contact input.submit:hover{
        background-color: #353739;
        color: #fff;
    }

}

/* ***********************************
  legal
* *********************************** */

.note-body{
    max-width: 980px;
}
.note-body p{
    padding-bottom: 30px;
}


/* ***********************************
  Price
* *********************************** */

#price h4{
    font-size: 28px;
text-align: center;
    margin-bottom: 20px;
color: #0D3157;
font-weight: bold;
}
#price h4:last-of-type{
    margin-top: 60px;
}

#price h3 {
    text-align: center;
    font-size: 18px;
    background-color: #0D3157;
    color: #fff;
    max-width: 1140px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
		border-radius: 10px 10px 0 0;
}
#price .table-Wrap {
margin-top: 20px;
}

#price .table-Wrap {
    max-width: 1140px;
    margin: 0 auto 80px auto;
		overflow-x: scroll;
}
#price tr.tr-head-name {
    background-color: #F2F4F6;
    color: #0D3157;
    font-weight: bold;
}
#price .table {
  width: 100%;
  min-width: 769px;
  border-collapse: collapse;
}
#price .table th,
#price .table td {
 		border: 2px solid #eee;
    padding: 20px 20px;
    text-align: left;
    font-size: 16px;
		line-height: 23px;
		color:#0D3157
}
#price th.item {
    font-weight: 100;
}
#price .price{
	font-weight: bold;
}
#price div.border {
    border-bottom: 2px solid #eee;
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width:768px){
	h3{
		max-width: 95%;
	}
	.table-Wrap{
		max-width: 95%;
		overflow-x: scroll;
		margin: 0 auto 80px auto;
		border-right: 1px solid #eee;
	}
	.table{
		width:100%;
		border-collapse: collapse;
		white-space: nowrap;
	}
	div.border{
		max-width: 95%;
	} 
}

