﻿/* ----------　all　---------- */

.linkStyle{
    text-decoration: underline;
}

.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

#fakeloader {
    background-color: #ffffff;
}

#fakeloader .fl {
    max-width: 300px;
}

/* nav */

.menu_sns .box a {
    border-color: #FF9412!important;
}

#sp_nav .sp_nav_inner .l-menu ul li a {
    color: #FF9412;
}

/* footer */

.f_sitemap_inner li i, .f_sitemap_inner li a{
    color: #302828;
}

.f_contact_img {
    height: 280px;
}

.footer p {
    color: #302828;
}

footer .copy {
    padding-bottom: 20px;
}

.f_contact_box h4 {
    margin-bottom: 10px;
}

.f_contact_btn {
    display: none;
}

.footer_sns .box a, .footer_sitemap {
   border-color: #0E3071;
}

.fix-entry, .pagetop {
    z-index: 5;
}

.fix-entry {
        right: 90px;
}

.fix-entry a {
    display: block;
    background-color: #FF9412;
    text-align: center;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.5s;
}

.fix-entry a:hover {
    background-color: #0E3071;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    padding-top: 0;
    position: relative;
}

#main_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(14,48,113,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.copy-box {
    top: 45%;
    left: 10%;
    z-index: 5;
}

.copy-box h2 {
    font-weight: bold;
    font-size: 70px;
    font-style: italic;
    line-height: 1;
}

.copy-box p {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}


/* top */

.con1_squ span {
    z-index: 2;
}

.con2-ul {
    margin-top: 50px;
    column-gap: 5%;
    row-gap: 20px;
}

.con2-li {
    padding: 15px 10px 15px 40px;
    background-image: url(/Dup/img/check.png);
    background-size: 20px;
    background-position: left 10px top 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    width: 30%;
    border: 2px solid #FF9412;
    border-radius: 35px;
}

#page1 .bnr-box {
    width: 50%;
    margin-top: 50px;
}

.point {
    padding: 10px;
    border-radius: 30px;
}

/* top-cms */



/* ----------　下層ページ　---------- */

.pagetitle {
    background-color: #FFF0C0;
}

.pagetitle_img {
    background-size: cover;
}

.all_contents {
    background-color: #ffffff;
}

.cate_list li a {
    color: #0E3071;
    border-color: #0E3071;
}

.cate_list li a:hover {
    color: #ffffff;
    background-color: #0E3071;
}

.pager li a {
    border: 1px solid #0E3071;
    color: #0E3071;
    background-color: transparent;
}

.bnr-box {
    width: 60%;
    margin: auto;
}

.bnr-box a {
    transition: 0.5s;
}

.bnr-box a:hover {
    opacity: 0.75;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.copy-box {
    left: 3%;
}
    
.con2-ul {
    column-gap: 3%;
}
    
.con2-li {
    width: 40%;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.header {
    background-color: #ffffff;
}

.header-in {
    height: 60px;
}

#sp_nav .sp_nav_inner {
    padding: 10px 0px 50px 0px;
}

.menu_btn {
     border: none; 
     margin: 0px; 
    box-shadow: none;
    margin-right: 5px;
}
    
#main_img {
    padding-top: 70px;
}
    
.copy-box {
    top: 60%;
}
    
.copy-box h2 {
    font-size: 25px;
}

.copy-box p {
    font-size: 14px;
}
    
.topTxt1 {
    display: block;
}
    
.con2-li {
    width: 95%;
    font-size: 14px;
}
    
#page1 .bnr-box {
    width: 100%;
} 
    
.f_contact_box h4 {
    font-size: 30px;
}
    
.f_contact_box p, .f_contact_box a {
    font-size: 20px;
}

.f_contact_box p:nth-of-type(2) {
    font-size: 14px;
}

.bnr-box {
    width: 100%;
}
    
}