@charset "utf-8";

main {margin-bottom: 70px;}

/*-------- パンくず --------*/
#sec1 {
	padding: 10px 0;
	background: #f0f3f5;
}


/*-------- hタグ --------*/
h3 {
	padding: 7px 15px;
	display: inline-block;
	font-size: 280%;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #272b76;
	border: 2px solid #272b76;
}


/*-------- #sec2 --------*/
#sec2 {
	margin: 0 auto 20px;
	padding: 30px 0 0;
}

#sec2 .title {
	color: #272b76;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow: 2px 2px 2px #fff,
             -2px 2px 2px #fff,
             2px -2px 2px #fff,
             -2px -2px 2px #fff;
	font-weight: bold;
	background: url(../img/about-main.jpg) no-repeat 0 0;
}

#sec2 .title h2 {
	margin: 0 auto 10px;
	padding-top: 60px;
	display: block;
}


/*-------- #sec3 --------*/
#sec3 #point01,
#sec3 #point02,
#sec3 #point03 {
	margin: 0;
	padding: 40px 0;
	text-align: justify;
	border-bottom: 1px dashed #272b76;
}

#sec3 #point03 {
	padding-bottom: 0;
	border-bottom: none;
}

#sec3 #point03 h3 {float: left;}

#sec3 #point01 .txt,
#sec3 #point02 .txt {
	width: 270px;
	float: left;
}

#sec3 #point01 .txt p,
#sec3 #point02 .txt p {
	margin: 30px 0 0;
}

#sec3 #point01 .img,
#sec3 #point02 .img {
	float: right;
}

#sec3 #point01 .red {margin: 15px 0 0;}

h4 {
	margin: 0 0 5px;
	color: #272b76;
	font-size: 150%;
	font-weight: 900;
}

#sec3 #point03 .detail-left {
	width: 48%;
	margin: 30px 0 0;
	float: left;
}

#sec3 #point03 .detail-right {
	width: 48%;
	margin: 30px 0 0;
	float: right;
}

#sec3 #point03 ul.img_four {
	width: 100%;
	margin: 30px auto 0;
	display: table;
	text-align: center;
	table-layout: fixed;
}

#sec3 #point03 ul.img_four li {
	padding: 0 3px;
	display: table-cell;
	vertical-align: top;
}

figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 30px 10px 0px 0px; /* 外側に余白を加える(上に30px・右に10px) */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 5px 0px; /* 下側にだけ5pxの余白を追加 */
}
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


/** middle
===================================*/
@media screen and (max-width: 990px){
/*-------- #sec1 --------*/
#sec1 {padding: 10px 20px;}

/*-------- #sec2 --------*/
#sec2 p {padding: 0 40px;}

#sec2 .title {background-size: contain;}

/*-------- #sec3 --------*/
#sec3 #point01 .txt,
#sec3 #point02 .txt,
#sec3 #point01 .img,
#sec3 #point02 .img {
	float: none;
}

#sec3 #point01 .txt,
#sec3 #point02 .txt {
	width: 100%;
	margin: 0 0 30px;
}

#sec3 #point01 .img,
#sec3 #point02 .img {
	text-align: center;
}

#sec3 #point03 ul.img_four li {border-right: 3px solid #fff;}
}

figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 30px 10px 0px 0px; /* 外側に余白を加える(上に30px・右に10px) */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 5px 0px; /* 下側にだけ5pxの余白を追加 */
}
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


/** mobile
===================================*/
@media screen and (max-width: 768px){
main {margin-bottom: 50px;}

.wid1 {
	width: 100%;
	padding: 0;
}

h3 {font-size: 220%;}

/*-------- パンくず --------*/
#sec1 {
	padding: 10px 0;
	background: #f0f3f5;
}

/*-------- #sec2 --------*/
#sec2 {padding: 0;}

#sec2 .title {
	background-size: 120%;
	background-position: top center;
}

#sec2 .title h2 {
	width: 68%;
	padding-top: 15%;
	text-align: center;
}

#sec2 .title p {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/*-------- #sec3 --------*/
#sec3 {
	width: 93%;
	margin: 0 auto;
	padding: 0;
}

#sec3 #point01,
#sec3 #point02,
#sec3 #point03 {
	padding: 30px 0;
}

#sec3 #point03 {padding-bottom: 0;}

#sec3 #point01 .txt p,
#sec3 #point02 .txt p {
	margin: 20px 0 0;
}

#sec3 #point03 .detail-left {
	width: 100%;
	margin: 20px 0 0;
	float: none;
}

#sec3 #point03 .detail-right {
	width: 100%;
	margin: 20px 0 0;
	float: none;
}

#sec3 #point03 ul.img_four {
	width: 100%;
	display: block;
	text-align: center;
}

#sec3 #point03 ul.img_four li {
	width: 47%;
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	border-right: 5px solid #fff;
}

figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 30px 10px 0px 0px; /* 外側に余白を加える(上に30px・右に10px) */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 5px 0px; /* 下側にだけ5pxの余白を追加 */
}
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
}