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

/*PC*/
@media print, screen and (min-width: 768px) {
 

.message_box #confirm_box{text-align: center;}

.message_box .box { padding: 50px 20px; border: 1px solid #ccc; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); margin: 100px auto; width: 80%;}  
    
.message_box #confirm_box .text{font-size: 1rem;}
  
.message_box #confirm_box .select_btns{margin-top: 20px;}
.message_box #confirm_box .select_btns p{font-size: 1.1rem;}
    
    
.message_box ul {
  margin: 0 0 25px 0;
}
   
.message_box li {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 0 15px 0;
}
    
.message_box .box #confirm_box .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.message_box .box #confirm_box .select_btns .button-link {
display: inline-block; border: 1px solid #000; padding: 10px; width: 130px; margin-top: 10px; box-sizing: border-box; border-radius: 5px; font-size: 1rem;}
    

    
/*==================================================
contact
===================================*/
    
    #contact{min-width: 1400px;}
#contact .contact_bg {
position: relative;
width: 100%;
background: rgba(0, 0, 0, .7);
}
#contact .contact_bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: url("../images/index/bg_contact.jpg") bottom center no-repeat;
background-size: cover;
z-index: -1;
}
#contact .secion_tit {
text-align: center;
color: #FFF;
}
#contact .top_text {
text-align: center;
color: #FFF;
}
#contact .top_text .text {
font-size: 1.2rem;
line-height: 2;
margin: 50px auto 0;
letter-spacing: 3px;
font-weight: 700;
text-align: center;
color: #FFF;
}
#contact .content_box {
text-align: center;
padding: 80px 0;
}
#contact .content_box .text {
font-size: 1rem;
margin: 20px;
font-weight: 700;
color: #FFF;
}
#contact .content_box .text span {
font-size: 0.8rem;
}
#contact .icon {
width: 50px;
margin: 20px auto 0;
}
#contact .text {
font-size: 2rem;
margin: 20px;
font-weight: 700;
color: #FFF;
}
#contact .button a {
background: #FFF;
color: rgba(0, 25, 65, 1);
}

    
    
}
/*sp*/
@media only screen and (max-width: 767px) {
    
    

.message_box #confirm_box{text-align: center;}

.message_box .box { padding: 50px 20px; border: 1px solid #ccc; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); margin: 100px auto; width: 80%;}  
    
.message_box #confirm_box .text{font-size: 1rem;}
  
.message_box #confirm_box .select_btns{margin-top: 20px;}
.message_box #confirm_box .select_btns p{font-size: 1.1rem;}
    
    
.message_box ul {
  margin: 0 0 25px 0;
}
   
.message_box li {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 0 15px 0;
}
    
.message_box .box #confirm_box .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.message_box .box #confirm_box .select_btns .button-link {
display: inline-block; border: 1px solid #000; padding: 10px; width: 130px; margin-top: 10px; box-sizing: border-box; border-radius: 5px; font-size: 1rem;}
    

    
    
    
/*==================================================
contact
===================================*/
    
#contact .contact_bg {
position: relative;
width: 100%;
background: rgba(0, 0, 0, .7);
}
#contact .contact_bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: url("../images/index/bg_contact.jpg") bottom center no-repeat;
background-size: cover;
z-index: -1;
}
#contact .secion_tit {
text-align: center;
color: #FFF;
}
#contact .top_text {
text-align: center;
color: #FFF;
}
#contact .top_text .text {
font-size: 1.2rem;
line-height: 2;
margin: 50px auto 0;
letter-spacing: 3px;
font-weight: 700;
text-align: center;
color: #FFF;
}
#contact .content_box {
text-align: center;
padding: 80px 0;
}
#contact .content_box .text {
font-size: 1rem;
margin: 20px;
font-weight: 700;
color: #FFF;
}
#contact .content_box .text span {
font-size: 0.8rem;
}
#contact .icon {
width: 50px;
margin: 20px auto 0;
}
#contact .text {
font-size: 2rem;
margin: 20px;
font-weight: 700;
color: #FFF;
}
#contact .button a {
background: #FFF;
color: rgba(0, 25, 65, 1);
}
}