@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     会社概要
 Notes:          
--------------------------------------------------------------- */
.content .wrap {
	width: 80%;
  max-width: 1225px;
  margin: 0 auto;
}
.wrap {
	width: 80%;
  max-width: 1225px;
  margin: 0 auto 15%;
}
.descript-area01 {
	margin: 0 auto 15%;
}
.descript-area02 {
	margin: 0 auto 15%;
}
.descript {
	width: 100%;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #0080CB;
}
.descript .box01 {
	padding: 1em 0 1em 20%;
}
.descript .box02 {
	padding: 1em 0;
}
.descript-area01 .box01 {
	width: 34%;
}
.descript-area01 .box02 {
	width: 66%;
}
.descript-area02 .box01 {
	width: 40%;
}
.descript-area02 .box02 {
	width: 60%;
}
.txt01 {
  text-align: center;
  margin: 0 auto 8%;
  color: #0080CB;
  font-size: 1.3em;
  font-weight: bold;
}
.txt02 {
  text-align: center;
	margin: 0 auto 10%;
}
.descript-area03 {
	width: 75%;
	margin: 0 auto 20%;
	padding: 1%;
	box-sizing: border-box;
	border: 1px solid #00469B;
}
.descript-area03 .descript-box {
	padding: 8% 0;
	border-right: 1px solid #00469B;
	border-left: 1px solid #00469B;
}
.txt03 {
	width: 70%;
	margin: 0 auto 5%;
	padding: 0 0 2%;
	color: #00469B;
	font-size: 1.4em;
	font-weight: 500;
  text-align: center;
	border-bottom: 1px solid #00469B;
}
.txt04 {
	width: 70%;
	margin: 0 auto 8%;
}
.txt05 {
	width: 70%;
	margin: 0 auto;
}
.underline {
	text-decoration: underline;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.content .wrap {
	width: 95%;
}
.descript-area01 .box01 {
  width: 30%;
}
.descript .box01 {
  padding: 0.5em 0;
}
.descript .box02 {
  padding: 0.5em 0;
}
.descript-area01 .box01 {
  width: 35%;
}
.descript-area01 .box02 {
  width: 65%;
}
.descript-area02 .box01 {
  width: 35%;
}
.descript-area02 .box02 {
  width: 65%;
}
.txt02 {
  text-align: left;
  margin: 0 auto 10%;
}
.descript-area03 {
  width: 100%;
}
.txt03 {
  width: 90%;
}
.txt04 {
  width: 90%;
}
.txt05 {
  width: 90%;
	margin: 0 auto 3%;
  padding: 0 0 2%;
}
}