/**
 * Utility 
 */
 .mb-1 {margin-bottom: 10px !important; }
 .mb-3 {
     margin-bottom: 30px !important;
 }
 .mb-5 {
     margin-bottom: 100px !important;
 }
 .text-center {
     text-align: center;
 }
 .text-danger {
     color: red;
 }
 .font-weight-bold {
     font-weight: bold;
 }
 .h3 {font-size: 1.75rem;}
 .h4 {
     font-size: 1.5rem;
 }
 .h5 {
     font-size: 1.25rem;
 }
 /*
  * Form
  */
 .form-group {
     display: flex;
 }
 .gouhi-input {
     align-items: center;
     display: flex;
     margin: 0 auto;
     max-width: 340px;
     width: 100%;
 }
 .form-label {
     align-self: center;
     display: flex;
     flex: 1 0 5rem;
     flex-direction: column;
     font-size: 1rem;
     font-weight: 600;
     margin-right: .5rem;
 }
 .gouhi-input .form-label {
     margin-right: 1rem;
 }
 input[type=text],input[type=number],input[type=email],textarea {
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.2;
    padding: .5rem;
}
#pref {
    padding: .5rem;
}
.contact-items .sizeS {
    width: 40%;
}
.contact-items .sizeSS {
    width: 30%;
}
.form-error {
    color: #ff0000;
    margin-top: 1rem;
}
.sizeS {
    width: 40% !important;
}
.sizeSS {
    width: 30% !important;
}
.form-error {
    color: #ff0000;
    margin-top: 1rem;
}
 /*
  * Button
  */
.btn.btn-red {
    background-color: #cc3030;
    border: none;
    border-radius: 6px;
    color: white;
    display: block;
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 20px 0;
    width: 96%;
    max-width: 340px;
}
.btn.btn-red .with-mark {
     background-image: url('../images/inquiry/icon_btn_gouhi.png');
     background-position: center right;
     background-repeat: no-repeat;
     padding-right: 2rem;
}
.btn-back {
     background: #aaaaaa !important;
     height: 50px !important;
     margin-right: 1rem;
 }
 /*
  * Contents
  */
#page_visual.inquiry {
    max-height: 30vh;
    overflow: hidden;
}
.wrapper__form-gouhi {
    background: #f9f6f2;
    border: 2px solid #ccc;
    padding: 20px;
}
.pass_container {
    border: 5px solid #cc3030;
    line-height: 1.7;
}
.pass_mark {
    background: #fdf7eb;
    padding: 30px;
}
.ttl_pass {
    font-size: 1.5rem;
}
.text-pass-red {
    color: #cc3030;
    padding: 30px;
}
.ttl-cert {
    background-color: #cc3030;
    color: #fff;
    font-size: 1.5rem;
    padding: 30px;
}
.img_cert {
    margin: 30px auto;
    max-width: 50%;
}
.img_cert img {
    height: auto;
    max-width: 100%;
}
.exam-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.exam-item {
    flex: 0 1 50%;
    margin-bottom: 1rem;
}
.btn-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btn-area-cert {
    margin: 0 0 50px 0;
    padding: 5% 0;
    text-align: center;
    background: #FFF;
}
.apply_notice {
    margin: 20px auto 0 auto;
    padding: 0;
    width: 70%;
}
.apply_notice dt {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    color: #FFF;
    text-align: left;
    text-indent: 4%;
    line-height: 40px;
    background: #9d9797;
}
.apply_notice dd {
    margin: 0;
    padding: 2%;
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.3rem;
}
.apply_notice .address {
    height: 30px;
    font-size: 0.8rem;
    text-align: center;
    line-height: 30px;
    background: #AD9090;
}
.apply_notice .address_cont {
    padding: 4% 0;
    background: #F2F2F2;
}
.apply_notice .address_cont .addr_main {
    display: block;
    margin-bottom: 1%;
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6rem;
}
.apply_notice .address_cont .addr_sub {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
}
#confirm-btn,#submit-btn,#back-btn {
    margin: 5% auto 0;
    padding: 0;
    width: 300px;
    height: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #CC3030 url(/common/images/other/action_btn_arrow.png) 90% center no-repeat;
    border-radius: 4px;
    cursor: pointer;
}
#back-btn {
    background-color: #aaaaaa;
}
#page_headline{
display: none;
}

#pg-6-0, #pl-6 
.panel-grid-cell 
.panel{
margin-bottom: 0;
}
.nomargin {
margin: 0;
}

/* 
imageにclassつけると光る奴
例：<img src="画像URL" class="nomargin" />
    */
.nomargin {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.nomargin:hover {
    opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}



/***** コンタクトフォーム用 *****/
.c1{
padding:2px 2px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
line-height:50px;
}
    
.c2{
padding:2px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
line-height:50px;
}
    
p.c1,p.c2{
margin:0;
}
    
    
.c1.last,.c2.last{
border-bottom:none;
}
    
.m-alert{
padding:5px;
background:#ff8080;
color:#fff;
margin:5px;
font-weight:normal;
}
    
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
    
.c1 textarea,.c2 textarea{
font-size:13px;
width:100%;
}
    
.file{
margin:10px;
display:block;
}
    
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
    width:100%;
}

    
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
    border:solid 1px #20b2aa;
 }
  
 input[type=text], select,input[type=email],input[type=tel]{
    outline: none;
 }
  
 .contact_right textarea{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border:#a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    width:100%;
    padding:0 3px;
 }
  
 .contact_right textarea:focus{
    border:solid 1px #20b2aa;
 }
  
 .contact_right textarea {
    outline: none;
 width:100%;
 }
  
 input[type=submit]{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border:#a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    width:33%;
    height:50px;
 font-size:20px;
    padding:0 3px;
    margin:5px;
    cursor:pointer;
    color:#333;
    font-weight:bold;
    background:#f5f5f5;
 }
  
 .contact_form input[type=submit]{
 width:50%;
 }
  
 .contact_form input[type=text],.contact_form input[type=email]{
 width:100%;
 height:50px;
 font-size:1.5em;
 }
  
 input[type="radio"]{
 margin: 0 0 4px 0 !important;
 }
@media screen and (max-width: 480px) {
    .btn-area {display: block;}
    #confirm-btn,#confirm-btn,#submit-btn,#back-btn {
            display: block;
            width: 96%;
    }
    .ttl_pass, .ttl-cert {
        font-size: 1.3rem;
    }
    .img_cert {max-width: 92%;}
}
