@charset "UTF-8";

@media (max-width: 1150px) {
  footer #footer_btn {
    display: block;
  }
  footer .inner1{
    padding-bottom: 120px; 
  }
  
  /************************************
    main
  ************************************/
  .main_content {
    width: 100%;
    padding: 25px 10px 41px;
  }
  main .btnBox {
    text-align: center;
  }
  main .btnBox .button1 {
    width: 75%;
    max-width: 350px;
    padding: 15px 0;
    margin-right: 0;
    line-height: 16px;
  }
  main h1, main h2 {
    text-align: center;
    border-bottom: 3px solid #000;
    margin-bottom: 10px;
  }
  main .main_title{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
    line-height: 16px;
    font-size: 18px;
  }
  main .content_box{
    padding: 0;
  }
  main .content_box .inner{
    margin-left: 5px;
    margin-right: 5px;
  }
  main .content_box li{
    padding: 11.5px 0;
    border-bottom: 1px solid #E0E0E0;
    line-height: 20px;
    max-height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main .sub_content_image{
    margin-top: 15px;
  }
  
  main .chp_tbl table{
    width: 100%;
  }
  main .chp_tbl table th{
    width: 26%;
    padding:9px 11px 9px 11px;
    font-size: 14px;
    text-align: left;
    background-color: #F9F9F9;
    font-weight: normal;
    border-bottom:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
    vertical-align: middle;
  }
  main .chp_tbl table tr:first-child th{
    width: 100%;
    padding:7px 0 7px 0;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border:1px solid #E0E0E0;
    line-height:24px;
  }
  main .chp_tbl table td{
    width: 74%;
    padding:9px 11px 9px 11px;
    font-size: 14px;
    line-height:24px;
    border-bottom:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
    vertical-align: middle;
  }
  
  /************************************
    privacypolicy
  ************************************/
  .privacypolicy .inner {
    padding-bottom: 23px;
  }
  .privacypolicy .textBox {
    margin-top: 25px;
    padding: 12px;
    border: 5px solid #efefef;
    font-size: 14px;
    line-height: 23px;
  }
  .privacypolicy .terms {
    padding: 20px 5px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 13px;
    line-height: 23px;
  }
  .privacypolicy .last {
    border: none;
  }
  .privacypolicy .terms h2 {
    color: #036eb8;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .privacypolicy .btnBox .button1 {
    font-size: 14px;
    width: 190px;
    height: 38px;
  }
  .privacypolicy .main_content {
    padding: 25px 10px 8px;
  }
  
    
  /************************************
    info
  ************************************/ 
  .info .inner {
    padding-bottom: 20px;
  }
  .info ul li {
  }
  .info ul li  time {
    height: 20px;
    line-height: 20px;
    background-color: #0070b4;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 10px;
    margin-right: 1.25em;
    font-size: 10px;
  }
  .info time.detail {
    height: 21px;
    line-height: 21px;
    background-color: #0070b4;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }
  
  /************************************
    recruit
  ************************************/
  .recruit .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  /************************************
    faq
  ************************************/ 
  .faq .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .faq dl dt{
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
    line-height: 20px;
    max-height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
      -ms-flex-pack: start;
    justify-content: flex-start;
    text-indent: 10px;
  }
  .faq dl dt span{
    font-weight: bold;
  }
  .faq dl dd{ 
    display: none;
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
    margin-inline-start: 0px;
    padding-left: 30px;
  }
  
  /************************************
    contact
  ************************************/
  .contact .inner {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact input, .contact textarea {
    width: 85%;
    margin-bottom: 18px;
    font-size: 20px;
    margin-top: 8px;
  }
  .contact main textarea {
    height: 236px;
    margin-bottom: 30px;
  }
  .contact .textBox1{
    border: 5px solid #efefef;
    padding: 12px;
    margin-bottom: 20px;
    line-height: 23px;
  }
  .contact .required {
    background-color: #bf0000;
    line-height: 14px;
    color: #fff;
    padding: 2px 3px;
    font-weight: normal;
    margin-right: .6em;
  }
  .contact .red {
    margin-bottom: 22px;
  }
  .contact .button {
      margin: 0 auto;
      text-align: center;
  }
  .contact .button .btn1 {
    background-color: #2ea7e0;
    width: 43%;
    padding: 15px;
    margin-right: 0;
  }
  .contact .button .btn2 {
    background-color: #bababa;
  }
  .contact .button .btn1, .contact .button .btn2 {
    border: none;
    width: 43%;
    padding: 15px;
    margin-right: 0;
    cursor: pointer;
  }
  
  /************************************
    company
  ************************************/
  .company .inner{
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .company .text{
    line-height: 25px;
    font-size: 14px;
  }
  .company .text2{
    margin-top: 35px;
    border-top:1px solid #E0E0E0;
    border-bottom:1px solid #E0E0E0;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
  }
  .company .btnBox .button1{
    width: 190px;
    padding: 11px 0;
  }
  .company_tbl table{
    width: 100%;
  }
  .company_tbl table th{
    width: 16%;
    padding:9px;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    border-bottom:1px solid #E0E0E0;
    vertical-align: middle;
  }
  .company_tbl table td{
    padding:9px;
    font-size: 13px;
    line-height:24px;
    border-bottom:1px solid #E0E0E0;
    vertical-align: middle;
  }
  .company_tbl table tr:first-child th,
  .company_tbl table tr:first-child td{
    padding-top:18px;
  }
  .company .listBox_inner li {
    display: block;
    border: none;
    max-height:none;
    margin-bottom: 17px;
    padding: 0;
  }
  .company .button2 {
    background-color: #2ea7e0;
    font-size: 10px;
    padding: 8px 0;
    width: 110px;
    height: 27px;
    line-height: 10px;
    margin-top: 7px;
    text-align: center;
  }
  .company .listBox_inner a {
    display: block;
    margin-bottom: 3px;
  }
  .company .listBox_inner p {
    display: block;
  }
}
