

h2{
  font-size: 30px;
}

/* ===========================================
                    header
============================================*/
header #description{
  padding: 5px 0;
  background-color: #DCDCDC;
}

header #description p{
  font-size: 12px;
}

header p{
  width: 1200px;
  margin: 0 auto;
  color: #969696;
}

header p.logo{
  width: 300px;
  float: left;
}

header p img{
  width: 80%;
  padding: 10px 0;
}

header .menu-content{
  width: 1200px;
  margin: 0 auto;
}

nav ul{
  width: 600px;
  float: right;
  padding: 40px 0 30px;
}

nav ul li{
  display: inline-block;
  color: #969696;
  padding: 0 20px;
}


/* ==========================================
                    main
============================================*/


.privacy-content{
  width: 1200px;
  margin: 0 auto;
}

.privacy-content div#c-md{
  font-size: 32px;
  text-align: center;
  margin: 70px 0;
}



#privacy-box p{
  width: 800px;
  margin: 50px auto;
  /* 20250805(河原)　左揃えに変更のためコメントアウト
  text-align: center; */
}

#privacy-box p img{
  width: 70%;
}



footer{
  width: 100%;
  background: url(../img/contact_bg.jpg);
  padding: 30px 0;
}

.footer_menu{
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

.footer_menu ul{
  width: 780px;
  margin: 0 auto;
}

.footer_menu ul li{
  width: 190px;
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  color: #fff;
  font-size: 13px;
}

.footer_menu ul li:nth-child(2){
  width: 250px;
}

.footer_menu ul li:nth-child(4){
  width: 130px;
}

.footer_menu ul .md{
  font-size: 16px;
}

.copyright{
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
}

.copyright div{
  width: 45%;
  display: inline-block;
  vertical-align: top;
} 

.copyright div.social{
    width: 53%;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    text-align: right;
    padding: 20px 0;
}

.copyright #f_logo img{
  width: 50%;
}

.copyright div p{
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}

.copyright div p:nth-child(3){
  width: 25%;
  color: #fff;
}

.copyright div p img{
  width: 50%;
}


@media screen and (min-width:768px) and (max-width:800px){
  #privacy-box .agreement{
  width: 85%;
}

#privacy-box p{
  width: 95%;
}

.ask-form{
  width: 100%;
}

}

@media screen and (min-width:768px) and (max-width:1200px){
.privacy-content{
  width: 100%;
}

}

@media screen and (max-width:767px){




header p{
  width: 95%;
}

header #description p{
  font-size: 10px;
}

header p.logo{
  width: 60%;
}

header p.logo img{
  width: 100%;
  padding: 5% 3%;
}

header .menu-content{
  width: 100%;
}

nav ul{
  width: 65%;
}


.privacy-mainvisual{
  height: 200px;
  background-position: center;
}


.privacy-content{
  width: 100%;
}

.v-content #c-md{
  font-size: 1.6rem;
  margin: 10% 0;
}

.wpcf7-mail-sent-ok{
  width: 90%!important;
}

#privacy-box p{
  width: 85%;
  margin: 10% auto;
  font-size: 0.8rem;
}

input[type="submit"], 
input[type="button"]{
  margin-right: 5%;
-webkit-appearance: none;
border-radius: 0;
}

.ask-form{
  width: 95%;
}

.ask-form th, 
.ask-form td{
  width: 100%;
  display: block;
  padding: 2% 5%;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea{
  width: 83%;
}

.your-pref select{
  width: 90%;
}

.send-btn input{
  width: 45%;
  display: inline-block;
}

.privacy-content{
  width: 100%;
}

footer{
  padding: 0;
}

.footer_menu{
  width: 95%;
  margin: 5% auto;
}

.footer_menu ul{
  width: 95%;
}

.footer_menu ul li{
  width: 20%;
  font-size: 9px;
}

.footer_menu ul li:nth-child(2){
  width: 25%;
  margin-right: 2.2%;
}

.footer_menu ul li:nth-child(4){
  width: 27%;
}

.footer_menu ul .md{
  font-size: 12px;
}



.copyright{
  width: 80%;
  padding: 5% 0 3%;
}


.copyright div{
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.copyright div.social{
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}

.copyright #f_logo img{
  width: 80%;
}

.copyright div p {
  width: 20%;
}

.copyright div p:nth-child(3){
  width: 35%;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing{
  width: 80%;
}

#privacy-box .agreement{
  width: 80%;
  height: 150px;
}

}


@media screen and (max-width:375px){
.footer_menu{
  width: 100%;
  margin: 5% auto;
}

.footer_menu ul{
  width: 98%;
}

.footer_menu ul li{
  width: 21%;
  font-size: 10px;
}

.footer_menu ul li:nth-child(2){
  width: 26%;
  margin-right: 2.2%;
}

.footer_menu ul li:nth-child(4){
  width: 23%;
}
}