/*
 * Theme Name: e303DN
 * Author: 森崎　宗一
 * Description: HP
 * Version: 1.0.2022.04.04.1220
 */
 *,
 *:before,
 *:after {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   overflow-wrap: break-word;
   word-wrap: break-word;
 }
 @media screen and (max-width:480px) {
  
   /*　この位置に記述する　*/
   main {
     width: 100%;
   }
  
 }
 * {
   float: none;
   position: static;
 }
  
 img {
   max-width: 100%;
   height: auto;
 }
 
 /*--------------------
 header
 --------------------*/
 a{
   color:inherit;
   text-decoration: none;
 }
 .header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 70px;
   width: 100%;
   padding: 0 50px;
   border-bottom: 1px solid #eee;
   background-color: #fff;
   position: sticky;
   left: 0;
   top: 0;
   z-index: 1;
 }
 .header-log {
   width: 80px;
 }
 .header-nav-list {
   display: flex;
 }
 .header-nav-item {
   font-weight: bold;
   margin-right: 30px;
 }
 .header-nav-item:last-child {
   margin-right: 0;
 }
 
 /*--------------------
 top-img
 --------------------*/
 .top-img{
   height: 550px;
   padding: 50 px;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 
 /*-------------------
 service
 -------------------*/
 .service{
   height: 300px;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   padding: 0 50px;
   background-color: #fff;
 }
 .service-title{
   font-size: 25px;
   padding: 30px 50px;
 }
 .service-top-comment{
   margin-top: 40px;
   font-size: 40px;
 
 }
 .service-sub-comment{
   margin-top: 50px;
   font-size: 20px;
   line-height: 20px;
 }
 .tr{
   margin-top: 15px;
   font-size: 20px;
   margin-left: 710px;
 }
 /*-------------------
 order
 -------------------*/
 .order{
   height: 1100px;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   padding: 0 50px;
   background-color: #fff;
 }
 
 .order-title{
   font-size: 25px;
   padding: 20px;
 }
 .order-list-title{
   font-size: 20px;
 }
 .order-list-itme{
   display:flex;
   flex-flow: column;
   justify-content:space-between;
   margin: 15px 0px 15px 50px;
   font-size: 18px;
   list-style:none ;
 }
 .order-question-title{
   margin-top: 40px;
   margin-left: 20px;
   font-size: 25px;
 }
 .order-question-main{
   margin-top: 20px;
   margin-left: 20px;
   font-size: 20px;
 }
 .order-question-sub{
   margin-top: 20px;
   margin-left: 50px;
   font-size: 15px;
   line-height: 15px;
 }
 
 /*-------------------
 about
 -------------------*/
 
 .about{
   height: 500px;
   width: 100%;
   padding: 0 50px;
   background-color: #fff;
 }
 .about-title{
   font-size: 25px;
   padding: 20px 20px;
 }
 .about-sbu-title{
   margin-top: 20px;
   margin-bottom: 20px;
   font-size: 20px;
   padding: 10px 50px;
 }
 table{
   font-size: 15px;
 }
 th{
   text-align: left;
   vertical-align: top;
   padding: 10px 50px 20px 50px;
   
 }

  /*-------------------
 privacy
 -------------------*/
 .privacy{
  height: 900px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 50px;
  background-color: #fff;
}
.privacy_title{
  font-size: 25px;
  padding: 20px;
}
.privacy_list_title{
  font-size: 25px;
  margin-left: 20px;
}
.privacy_itme{
  margin-top: 20px;
  margin-left: 50px;
  font-size: 15px;
  line-height: 23px;
}