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

*{
margin: 0px;
padding: 0px;
}

body{
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-family: "Noto Sans Japanese";
background:#fff;    
line-height: 1.7em;
color:#000;
font-size:14px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1024px;    
}

.min{
    font-family: UD Reimin Regular; 
}

.en1{
    font-family: 'Anton', sans-serif !important;
    font-weight: 400;
}

@media (max-width: 480px) {
body{
    overflow-x: hidden;
    min-width: initial;
}
}

img{
border:0;
outline:none;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#cb0800; text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media (max-width: 480px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn{
    display: block; 
    height: 48px;
    line-height: 48px;
    text-align: center; 
    border:1px solid #000;
    text-decoration: none; 
    color: #000 !important; 
    background:#fff; 
    margin: 0 auto;
}

.btn:hover{
    background:#000; 
    color: #fff !important; 
    text-decoration: none;
}
.btn i{padding:0 5px;}

.btn-blue{
    border-color: #00487f !important;
    background: #00487f !important;
    color: #fff !important;
}

.btn-blue:hover{
    background: #fff !important;
    color: #00487f !important;
}

.btn-small{
    display: inline-block;
    background:#ddd;
    border: 1px solid #ddd;
    text-decoration: none !important;
    border-radius: 6px;
    color: #000 !important;
    text-align: center;
    font-size: 12px;
    padding: 3px 8px;
}
.btn-small:hover{background: #fff; color: #000 !important;}



@media (max-width: 320px) {

.btn{
    display: block; 
    height: 36px;
    line-height: 36px;
    }
    
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1000px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-area-small{
    width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

#top-contents{
    padding: 50px 0;
}

.contents-basic{
    padding: 30px;
    background: #fff;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
.contents-area{width: 94%; margin-left: auto; margin-right: auto; position: relative;}    
.page-wrapper{padding-top: 0;}      
}


@media (max-width: 480px) {
    
.contents-area, .contents-area-small{width: 86%; }
.page-contents{padding:50px 0 30px;} 
.contents-basic{padding: 20px;}
#top-contents{padding: 0;}   
    
}

@media (max-width: 320px) {
.page-contents{padding:30px 0 20px;}  
.page-wrapper{padding-top: 0;}
.contents-basic{padding: 10px;}    
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;  
    text-align: center;
    font-size: 24px; 
    font-weight: normal;
    margin-bottom: 50px;
}

@media (max-width: 480px) {
.title-contents{
    margin: 0 auto 30px ; 
    font-size: 18px; 
}
    
}
/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
    text-align: center;
}

.site-logo img{
    height: 38px;
    margin: 35px 0;
    vertical-align: bottom;
}

@media (max-width: 480px) {
.site-logo img{
    width: auto;
    height: 24px;
    margin: 25px 0;
}  
}



/*==================================================
footer
================================================== */

footer{
    clear: both;
    margin-top: 80px;
    padding: 30px 0;
    background-color: #f4f4f4;
    position: relative;
    text-align: center;
    font-size: 12px;
}


@media (max-width: 480px) {

footer{
    padding: 30px 0 20px;
}

}

/*==================================================
テーブル
================================================== */

.table-form{width:100%; box-sizing:border-box; border-collapse:collapse; border-top:1px solid #ddd;}
.table-form th{font-weight:normal; width: 340px;  border-bottom:1px solid #ddd; text-align:left; vertical-align:middle; padding:20px 15px; background:#f4f4f4; line-height: 1;}
.table-form td{border-bottom:1px solid #ddd; text-align:left; vertical-align:middle; padding:20px; line-height: 2.2;}

@media (max-width: 480px) {
.table-form{border-top:none;}   
.table-form th{ 
    display:block; 
    width: 100%; 
    box-sizing: border-box; 
    border-bottom:none;  
    text-align: left;
    padding: 14px 10px;
    line-height: 2.0;
    }
    
.table-form td{
    display:block; 
    background:#fff; 
    text-align:left; 
    padding:20px 10px 25px;
    border: none;
    }   
}


/*==================================================
リスト
================================================== */

.ol-basic{
    margin: 0 0 0 25px;
}

.ol-basic li{
    margin: 10px 0;
}

.ul-square{
    margin-left: 20px;
    list-style: square;
}

.ul-basic{
    margin-left: 22px;
}

@media (max-width: 480px) {

}

@media (max-width: 480px) {
}


/*==================================================
フォーム画面
================================================== */

input[type="text"],
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,
input[type="time"] ,
input[type="search"]  {
    width: 100%;
    box-sizing: border-box;
    height:46px;
    font-size:100%;
    border:1px solid #ddd;
    padding:2px 8px;
    border-radius:6px;
    background:#fff;
    color: #333;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus {
background: #faf8f4;    
}

textarea{
    min-height:160px;
    border:1px solid #ddd !important;
    padding:2px 8px;
    width:100%;
    box-sizing: border-box;
    border-radius:6px;
    background:#fff;
}

input[type="checkbox"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#f5f5f5; 
    vertical-align: bottom;
    margin-right: 5px;
}

input[type="radio"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#fff; 
    vertical-align: bottom;
    margin-right:3px;
}


select {
cursor: pointer;
    width: 40%;
text-indent: 0.01px;
text-overflow: ellipsis;
border: 1px solid #ccc !important;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
height: 46px;
box-sizing: border-box;
font-size: 14px;
    border-radius:6px;
}

.required{
    display: inline-block; 
    border-radius: 10px; 
    margin-left: 10px; 
    color: #fff; 
    font-size: 10px; 
    background: #cb0800; 
    padding:3px 10px; 
    line-height: 1em;
}

.btn-area{
    margin-top: 50px;
    text-align: center;
}

.btn-form{
    display: inline-block;
    color: #fff !important;
    cursor: pointer;
    background:#E2002E !important;
    text-decoration: none;
    border:1px solid #E2002E;
    font-size: 16px !important;
    text-align: center;
    width: 360px;
    height: 58px;
    line-height: 58px;
    border-radius: 30px;
    -webkit-appearance:none;
}

.btn-form:hover{
    background:#fff !important;
    color: #E2002E !important;
    text-decoration: none;
}

.btn-noactive{
    display: inline-block;
    border-radius: 6px;
    color: #999;
    cursor: pointer;
    background:#ccc;
    padding: 10px 0;
    text-decoration: none;
    border:1px solid #ccc;
    font-size: 14px;
    text-align: center;
    width: 200px;
    cursor: default;
}

label{
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    line-height: 1.6;
}

.dis-b{
    display: block !important;
    margin: 6px 0;
}

.txt-contact{
    margin: 0 0 8px;
}

.w-xsmall{width: 20% !important;}
.w-small{width: 35% !important;}
.w-normal{width: 50% !important;}
.w-large{width: 70% !important;}
.w-xlarge{width: 85% !important;}
.w-full{width: 100% !important;}

.box-yoteibi{
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

.box-yoteibi h3{
    display: block;
    font-weight: normal;
    font-size: 15px;
}

.txt-box{
    margin-bottom: 50px;
}

.txt-box h3{
    display: block;
    margin: 35px 0 25px;
    font-size: 16px;
}

#contact-confirm .required,
#contact-confirm .txt-contact{
    display: none !important;
}


@media (max-width: 480px) {

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,  
input[type="time"] ,     
input[type="search"]  {
    height: 42px;
}

textarea{
    min-height: 120px;
}

    
.btn-form{
    -webkit-appearance:none;
    display: block;
    width: 100%;
    margin: 0 auto;
}

select {
width: 100%;
height: 42px;
} 
    


label{
    display: inline-block;
    margin: 5px 20px 5px 0;
}    
    
.w-xsmall{width: 50% !important;}
.w-small{width: 62vw !important; margin: 5px 0;}
.w-normal{width: 100% !important;}
.w-large{width: 100% !important;}
.w-xlarge{width: 85% !important;}
.w-full{width: 100% !important;}    

.txt-contact{
    font-size: 13px;
    line-height: 1.5;
}
    
.box-yoteibi label{
    display: block !important;
    margin: 5px 0;
}

.box-yoteibi h3{
    display: block;
    font-weight: normal;
    font-size: 15px;
}   
    
    .btn-area{
        margin-top: 30px;
    }

    
    
}

.errors {
    margin-bottom: 50px;
    font-size: 20px;
    color: #cb0800;
}

.error {
    color: #cb0800;
}