@charset "UTF-8";
/* CSS Document */

#contents{
	max-width: 900px;
	width: 85%;
	margin: 10% auto 13%;
	color: #737373;
}

@media screen and ( max-width:767px){
	#contents{
		width: 95%;
		color: #737373;
	}
}

/*-----タイトル-----*/

h1{
	font-size: 55px;
	text-align: center;
	line-height: 1.5;
	margin: 15% 0 10%;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	h1{
	font-size: 45px;
}
}

@media screen and ( max-width:767px){
	h1{
	font-size: 30px;
}
}


/*-----タイトル、ここまで-----*/


/*-----リード文-----*/
.lead{
	margin-bottom: 5%;
}


.lead-text{
	font-size: 23.8px;
	font-weight: 10;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	.lead-text{
	font-size: 17px;
	font-weight: 10;
}
}

@media screen and ( max-width:767px){
	.lead-text{
	margin: 0 auto;
	font-size: 12px;
	font-weight: 7;
}
}


.chu{
	text-align: right;
	font-size: 13px;
	color: red;
}

@media screen and ( max-width:767px){
	.chu{
		font-size: 10px;
		text-align: left;
	}
}

/*-----リード文、ここまで-----*/


/*-----フォーム-----*/

.form{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	.form{
		margin: 0 auto;
		font-size: 17px;
	}
}

@media screen and ( max-width:767px){
	.form{
		margin: 0 auto;
		font-size: 12px;
	}
}


.contact-form{
	width: 100%;
}


.contact-item,
.contact-body{
	padding: 10px;
	border:1px solid #737373;
}


.contact-item{
	text-align: center;
	width: 30%;
	background-color: lightgray;
	color: #737373;
}

.contact-body{
	width: 70%;
}

@media screen and ( max-width:767px){
	.contact-item{
		text-align: center;
		width: 30%;
		background-color: lightgray;
	}

	.contact-body{
		width: 70%;
	}
}

.hissu{
	color: red;
}

.form-text {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-submit {
  width: 400px;
  color: #737373;
  font-weight: bold;
  display: block;
  margin: 5% auto 0;
  font-size: 23px;
  padding: 10px;
  border-style: solid;
  border-radius: 100vh;
  border-color: #737373;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.contact-submit:hover{
	background-color: #737373;
	color: white;

	transition: 0.8s;
}

@media screen and ( max-width:1024px){
	
	.contact-submit {
	  width: 200px;
	  font-size: 17px;
	}
}


/*-----フォーム、ここまで-----*/



.contactbottun{
	display: flex;
}

.linkbottun{
	position: relative;
	width: 400px;
	margin: 4% auto 5%;
	padding: 10px 30px;
	text-align: center;
	font-size: 20px;
	color: #737373;
	border-style: solid;
	border-radius: 40px;
	border-color: #737373;
	transition: 0.8s;
}

.linkbottun:hover{
	background-color: #737373;
	color: white;
	transition: 0.8s;
}

@media screen and (min-width:768px){
.secret{
	display: none;
}
}

/*-----本文、ここまで-----*/


/*-----以下、フッター-----*/

footer{
	border-top: 1px #737373 solid;
}

#profile{
	position:relative;
	max-width: 1300px;
	width: 85%;
	margin: 2% auto;
	z-index: 0;
}

#profile ul{
	list-style: none;
	font-size: 20px;
}

#profile ul li{
	margin: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	#profile ul{
			font-size: 15px;
	}
}

@media screen and ( max-width:767px){
	#profile ul{
		font-size: 10px;
	}
}


.copyright{
	margin: 2% auto;
	text-align: center;
	font-size: 13px;
}