@charset "UTF-8";

/* section-1
---------------------------------------- */

.p-sec-1 {
	background: #fff;
}
.p-sec-1__top{
	font-size: 1.4240625rem;
	margin: 40px auto 0 auto;
	text-align: center;
	line-height: 1.8;
}
.p-sec-1__top > span {
    display: inline-block;
}
.p-sec-1__blue{
	color: #344CB7;
	text-decoration: underline;
}

.p-sec-1__body{
	width: 600px;
	margin: 100px auto;
	border: 2px solid #DDDDDD;
	color: #344CB7;
	box-sizing: border-box;
}
.p-sec-1__head{
	font-size: 1.4240625rem;
	margin: 0 auto;
	padding: 15px 0;
	text-indent: 4rem;
	text-align: center;
	background-color: #FFF352;
	position: relative;
}
.p-sec-1__head:before{
	position: absolute;
	display: block;
	content: '';
    top: 50%;
    left: 18%;
    width: 2em;
    height: 2em;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url('../images/icon_hammer.svg') center center/contain no-repeat;
}
.p-sec-1__foot{
	font-size: 1.4240625rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.p-sec-structure__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 100px;
}
.p-sec-structure__list::after{
  content:"";
  display: block;
  width: min(45.969697%, 570px);
}
.p-sec-structure__item{
	width: min(45.969697%, 570px);
    margin-top: 40px;
    padding: 30px 15px;
	border: 5px solid #EEEEEE;
	box-sizing: border-box;
	text-align: center;
}
.p-sec-structure__title {
	margin-bottom: .75em;
}
.p-sec-structure__box{
	width: 400px;
	margin: 0 auto;
    box-sizing: border-box;
}
.p-sec-structure__title{
	color: #344CB7;
	font-size: 1.6240625rem;
	margin-bottom: 30px;
}
.p-sec-structure__text{
	font-size: 1.3240625rem;
	margin-top: 20px;
}

/* section-6
---------------------------------------- */

.p-sec-6__head{
	border-bottom: none;
}

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

.p-sec-1__top{
	font-size: 1.224062rem;
}
.p-sec-1__body{
    margin: 60px auto;
}
.p-sec-structure__function > span{
	font-size: 0.9em;
}
.p-sec-structure__intro-desc-detail {
    font-size: 1.22125rem;
}
}

@media screen and (max-width: 768px) {
.l-inner.structure-inner {
    padding: 0 2.1282051282vw;
}

.p-sec-1__top {
	width: 90%;
    font-size: 4.484615vw;
	margin-top: 7.6923076923vw;
	text-align: left;
	line-height: 1.6;
}

.p-sec-1__body{
	width: 90%;
	margin: 10vw auto 2vw;
}
.p-sec-1__head {
    font-size: 4.284615vw;
    padding: 2vw 0;
    text-indent: 7.6vw;
}
.p-sec-1__head:before {
    left: 7.6vw;
    width: 6vw;
    height: 6vw;
}
.p-sec-1__foot {
    font-size: 4.024615vw;
    padding: 2vw 0;
}

.p-sec-structure__title > span {
    font-size: 3.4754333vw;
    padding: 1.9vw 2.56666vw;
}

.p-sec-structure__list {
    margin-bottom: 15vw;
}
.p-sec-structure__item{
	width: 100%;
    margin-top: 12vw;
    padding: 8vw 2vw;
}
.p-sec-structure__box {
    width: 100%;
}
.p-sec-structure__box img{
    max-width: 80%;
}
.p-sec-structure__title{
	font-size: 6.2vw;
    margin-bottom: 6vw;
}
.p-sec-structure__text{
	font-size: 4.8vw;
    margin-top: 4.4vw;
}

}

/*# sourceMappingURL=style.css.map */
