@charset "utf-8";

*{
margin: 0;
padding: 0;
}

body{
background: #ffffff;
color: #333;
font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
font-size:100%;
}




img{
vertical-align:top;
}



ul{
padding-left: 0px;
}

a{
text-decoration: none;
color: #444;
}
    
a:hover {
text-decoration: underline;
}





header {
display:flex;
justify-content:space-between;
width:100%;
height:180px;
/*background-color: #efefef;*/
}

#header {
width:480px;
height:180px;
}

#header-info{
width:480px;
overflow: hidden;
}

h1{
font-size:11px;
font-weight: normal;
margin-top:2px;
margin-left:3px;
}

#logo{
width:110px;
margin: 10px 0px 0px 10px;
}

#logo img{
width:100px;
height:auto;
}

.navi{
width:100%;

}


.navi1{
display:flex;
justify-content: flex-end;
width:100%;
height:50px;
}

.navi1-1{
width:160px;
height:50px;
background-color: #fff;

}
.navi1-2{
width:160px;
height:50px;
background-color: #333;

}

.navi1-a{
width:300px;
height:50px;
background-color: #fff;
}

.navi2{
display:flex;
justify-content: flex-end;
width:100%;
height:60px;
background-color: #fff;
}

.navi2-1{
width:160px;
height:60px;
background-color: #fff;

}


.text1{
text-align: center;
margin: 15px 0 0 0;
/*color:#fff;*/
/*font-weight: bold;*/
}

.text2{
text-align: center;
margin: 20px 0 0 0;
/*font-weight: bold;*/
}

.navi1-2 a{
text-decoration: none;
color: #fff;
}
    
.navi1-2 a:hover {
text-decoration: underline;
}







.navi_info{
width:280px;
height:50px;
background-color: #333;
}

.navi_text_info{
text-align: center;
margin: 15px 0 0 0;
color: #fff;
/*color:#fff;*/
/*font-weight: bold;*/
display: block;
}


/* main --------------------------------*/



.main-header-img{
width:100%;
height:200px;
background-color: #fffaf0;

}










main h2{
font-size:280%;
text-align: center;
margin: 80px auto 5px auto;
}

h3{
text-align: center;
margin: 0 auto;
}

.h2{
font-size:100%;
text-align: center;
margin: 0px auto 80px auto;
}



.subtitle{
font-size:100%;
text-align: center;
}




.title_box{
width:100%;
max-width:1000px;
border:2px solid #555;
margin: 10px auto;
/*padding:10px;*/
}

.title_box_text{
margin: 10px;
font-size:100%;
text-align: center;
}







.main_c_lr{
display:flex;
justify-content:space-between;
flex-diretion: row;
width:100%;
max-width:1200px;
height:400px;
margin: 20px auto 0 auto;
/*background:#EFEFEF;*/
}

.main_c_lr_left{
display: flex;
align-items: center;
/*align-content: space-between;*/
flex-direction: column;
width:50%;
height:400px;
/*background:#EFEFEF;*/
}

.main_c_lr_right{
display: flex;
align-items: center;
width:50%;
height:400px;
overflow: hidden;
}


.main_c_lr_left_text{
font-size:200%;
margin: 0 auto;
}

.main_c_lr_left_text_sinfo{
display: block;
font-size:18px;
margin-top: 9px;
}

.main_c_lr_right img{
width:auto;
height:400px;
margin: 0 auto;
}



.main_c_lr_left h3{
font-size:200%;
margin: 20px 0;
}


.main_c_lr_title{
width:100%;
font-size:150%;

}


.main_c_lr_text{
width:100%;
font-size:16px;

}






table{

margin: 10px auto;
width: 100%;
max-width: 1000px;
border-collapse:collapse;
}

td,th{
border:1px solid #ccc;
padding:10px;
}
th{
width: 30%;
background:#EFEFEF;
}
























/*--- ホームページパーツ フォーム部分 ---*/


.input-text {
height: 2.4em;
padding: 0 16px;
border-radius: 4px;
border: none;
box-shadow: 0 0 0 1px #ccc inset;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}

.input-text:focus {
outline: 0;
box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


#submit-button{
width: 100%;
text-align: center;
}

.submit-button {
display: inline-block;
width: 130px;
padding: 8px;
border: none;
border-radius: 4px;
background-color: #333;
color: #fff;
font-weight: bold;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
border: 2px solid transparent;
font-size:100%;
margin-top: 5px;
}

.submit-button:hover {
background-color: #000;
}

.submit-button:focus {
outline: 0;
background-color: #000;
border: 2px solid rgb(33, 150, 243);
}



.required{
border-radius: 4px;
border: 2px solid #da3c41;
margin-left: 10px;
font-size:12px;
color: #da3c41;
}








.a-button{
display: inline-block;
/*display: block;*/
width: 200px;
border: none;
border-radius: 4px;
background-color: #444;
padding: 1em;
text-align: center;
text-decoration: none;
color: #fff;
font-weight: bold;
margin: 5px;
}








.form-textarea {
    display: block;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}






.a_btn {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.a_btn:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}



fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}



.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #B54A4A;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}





















/* フッター */

footer{
width:100%;
margin-top: 20px;
background-color: #878787;
}

#footer{
width:100%;
max-width:1200px;
height:190px;
display: flex;
justify-content:center;
flex-diretion: row;
margin: 0 auto;

}

.footer_left{
width:600px;
display: flex;
align-items: center;
}




.footer-center{
width:100px;
display: flex;
align-items: center;
}

.footer_right{
width:600px;
display: flex;
align-items: center;
}

.footer_navi_list{
width:500px;
margin: 0 auto;
}

.footer_navi_list ul{
margin: 0px;
}

.footer_navi_list li{
list-style: none;
font-size: 12px;
color: #ffffff;
margin: 2px 0;
text-align: left;
}

.footer_navi_list li a{
text-decoration: none;
color: #ffffff;
}
.footer_navi_list li a:hover {
text-decoration: underline;
}



.footer_logo img{
width:100px;
height:auto;
margin: 0;
}


.footer_right_box{
width:600px;
display: flex;
justify-content:center;
flex-diretion: row;
margin: 0 auto;
list-style: none;
font-size: 12px;
color: #ffffff;
text-align: left;
line-height: 150%;
}

.footer_right_box_logo{
width:100px;
margin-right: 20px;
}

.footer_right_box_logo img{
width:100px;
height:auto;
margin: 0;
}

.footer_right_box_info{
width:300px;
padding-top: 10px;
/*background-color: #ccc;*/
}


#copyright{
width:100%;
height:30px;
font-size: 13px;
color: #ffffff;
text-align: center;
margin: 0 auto;
background-color: #626262;
}
.copyright{
padding-top: 8px;
}




