@charset "utf-8";
/* CSS Document */

.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}

#wapper {
	width:100%;
	padding:0;
	margin:0;
}

/* ヘッダー */
#header {
	padding: 35px 0;
}

#header .inbox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#header .inbox .logo {
	width: 28%;
	float: left;
}

#header .inbox .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#header .inbox ul {
	width: auto;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
}

#header .inbox ul li {
	margin: 0 23px 0 0;
	padding: 10px 0 10px 35px;
	display: inline;
	width: auto;
	font-size: 16px;
}

#header .inbox ul li:last-child {
	margin: 0;
}

#header .inbox ul li.none {
	display: none;
}

#header .inbox ul li:nth-child(2) {
	background: url("../images/mi01.png") no-repeat left 5px;
}

#header .inbox ul li:nth-child(3) {
	background: url("../images/mi02.png") no-repeat left 5px;
}

#header .inbox ul li:nth-child(4) {
	background: url("../images/mi03.png") no-repeat left 5px;
}

#header .inbox ul li:nth-child(5) {
	background: url("../images/mi04.png") no-repeat left 5px;
}

#header .inbox ul li:nth-child(7) {
	background: url("../images/mi05.png") no-repeat left 5px;
}

/* トップページ */
#mainimage {
	margin: 0 auto;
}

#mainimage img {
	width: 100%;
	height: 42vw;
	object-fit: cover;
}

#block01 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background: url("../images/block01_bg.png") no-repeat left top;
	background-size: 46.785%;
}

#block01 .inbox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0 60px;
	background-image: url(../images/line01.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	position: relative;
}

#block01 .inbox .leftbox {
	width: 47.9%;
	float: left;
}

#block01 .inbox .leftbox img {
	width: 100%;
	height: auto;
}

#block01 .inbox .rightbox {
	width: 50%;
	position: absolute;
	bottom: -15px;
	right: 0;
}

#block01 .inbox .rightbox img {
	width: 100%;
	height: auto;
}

#block02 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 80px;
	padding: 38px 0 20px;
}

#block02 ul {
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	background-image: url(../images/line02.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#block02 ul li {
	margin: 0 3% 0 0;
	padding: 0;
	width: 22.5%;
	float: left;
	position: relative;
}

#block02 ul li:last-child {
	margin: 0;
}

#block02 ul li img {
	width: 100%;
	height: auto;
}

#block02 ul li p {
	margin-top: 15px;
	font-size: 115%;
	text-align: center;
	font-weight: bold;
}

#block02 ul li .nom {
	width: 14.8%;
	position: absolute;
	top:-28px;
	right: -15px;
}

#block02 .btn {
	width: 96%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

#block02 .btn img {
	width: 100%;
	height: auto;
}

#block02 .btn p {
	font-size: 130%;
	margin-bottom: 0;
}

#block03 {
	margin-bottom: 80px;
	padding-bottom: 80px;
	background-image: url(../images/block03_bk.jpg);
	background-position: top center;
	position: relative;
}

#block03 .inbox {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	background-image: url(../images/block03_img01.png), url(../images/block03_img02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
	background-size:23.571%, 24.928%;
	min-height: 300px;
	position: absolute;
	top: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#block03 p {
	width: 50%;
	margin: 0 auto;
	font-size: 120%;
	line-height: 200%;
	text-align: center;
}

#block03 span {
	color: #007FCB;
}

#block03 u {
	color: #CC0033;
}

#block03 .flowbox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 270px;
}

#block03 .flowbox h2 {
	width: 96%;
	max-width: 660px;
	margin: 0 auto 30px;
}

#block03 .flowbox h2 img {
	width: 100%;
	height: auto;
}

#block03 .flowbox ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#block03 .flowbox li {
	width: 15.833%;
	position: relative;
}

#block03 .flowbox li:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow_ya.png);
  background-size: contain;
  background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 25%;
	right: -13.7%;
	z-index: 100;
}

#block03 .flowbox li:last-child:after {
  background-image: none;
}

#block03 .flowbox li:nth-child(1):before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow01.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
	position: absolute;
}

#block03 .flowbox li:nth-child(2):before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow02.png);
  background-size: contain;
  background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

#block03 .flowbox li:nth-child(3):before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow03.png);
  background-size: contain;
  background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

#block03 .flowbox li:nth-child(4):before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow04.png);
  background-size: contain;
  background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

#block03 .flowbox li:nth-child(5):before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow05.png);
  background-size: contain;
  background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

#block03 .flowbox li:nth-child(6):before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 21%;/*画像の幅*/
  height: 21%;/*画像の高さ*/
  background-image: url(../images/flow06.png);
  background-size: contain;
  background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

#block03 .flowbox li img {
	width: 100%;
	height: auto;
}

#block03 .flowbox li p {
	width: 100%;
	margin-top: 15px;
	font-size: 100%;
	line-height: 160%;
}

#block03 .btn {
	width: 96%;
	max-width: 600px;
	margin: 0 auto;
}

#block03 .btn img {
	width: 100%;
	height: auto;
}

#block04 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 60px;
}

#block04 h2 {
	margin-bottom: 30px;
	padding-top: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 71px;
	text-align: center;
	font-size: 160%;
	line-height: 90%;
	letter-spacing: 2px;
}

#block04 h2 p {
	margin: 0;
	font-size: 37%;
}

#block04 ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
flex-wrap: wrap;
}

#block04 li {
	width: 48.33%;
	min-height: 320px;
	margin-bottom: 40px;
	padding: 60px 30px 30px;
	text-align: center;
	box-sizing: border-box;
}

#block04 li:nth-child(1) {
	background: url("../images/menu_img01.jpg") no-repeat top center;
}

#block04 li:nth-child(2) {
	background: url("../images/menu_img02.jpg") no-repeat top center;
}

#block04 li:nth-child(3) {
	background: url("../images/menu_img03.jpg") no-repeat top center;
}

#block04 li:nth-child(4) {
	background: url("../images/menu_img04.jpg") no-repeat top center;
}

#block04 li dt {
	margin-bottom: 40px;
}

#block04 li dd img {
	width: 340px;
	max-width: 100%;
	height: auto;
}

#block04 li dt {
	margin-bottom: 20px;
}

#block04 li p {
	font-size: 95%;
}

#block05 {
	margin-bottom: 80px;
	padding: 40px 0 60px;
	background: url("../images/block05_bk.png") top center;
}

#block05 h2 {
	margin-bottom: 30px;
	padding-top: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 71px;
	text-align: center;
	font-size: 160%;
	line-height: 90%;
	letter-spacing: 2px;
}

#block05 h2 p {
	margin: 0;
	font-size: 37%;
}

#block05 ul {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
flex-wrap: wrap;
}

#block05 li {
	width: 48.33%;
	margin-bottom: 40px;
	box-sizing: border-box;
	font-size: 90%;
	line-height: 160%;
	background: #FFFFFF;
}

#block05 li dl {
	display: -webkit-flex;
    display: flex;
}

#block05 li dl dt {
	width: 48.275%;
}

#block05 li dl dt img {
	width: 100%;
	height: auto;
}

#block05 li dl dd {
	width: 51.725%;
	padding: 28px;
	box-sizing: border-box;
}

#block05 li dl h3 {
	margin: 0 0 15px;
	padding: 10px 15px 8px;
	background: url("../images/name_bk.png");
	color: #FFFFFF;
	font-size: 130%;
	display: inline-block;
}

#block05 li dl h4 {
	margin: 0 0 10px 0;
	font-size: 130%;
}

#block05 .btn {
	width: 240px;
	margin: 0 auto;
	padding: 8px 0;
	background: url("../images/btn_bk.png");
	color: #FFFFFF;
	font-size: 95%;
	text-align: center;
}

#block05 .btn2 {
	width: 90%;
	max-width: 440px;
	margin: 20px auto 0;
	text-align: center;
}

#block05 .btn2 img {
	width: 100%;
	height: auto;
}

#block06 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#block06 h2 {
	margin-bottom: 30px;
	padding-top: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 71px;
	text-align: center;
	font-size: 160%;
	line-height: 90%;
	letter-spacing: 2px;
}

#block06 h2 p {
	margin: 0;
	font-size: 37%;
}

#block06 dt {
	margin-bottom: 15px;
	padding-left: 55px;
	padding-top: 3px;
	background: url("../images/faq.png") no-repeat left top;
	min-height: 40px;
}

#block06 dd {
	margin-bottom: 30px;
	padding: 25px 30px;
	background: url("../images/f_bk.png");
}

#block06 .btn {
	width: 96%;
	max-width: 600px;
	margin: 30px auto 0;
}

#block06 .btn img {
	width: 100%;
	height: auto;
}

/* フッター */
footer {
	background: url("../images/f_bk.png");
	margin-top: 100px;
}

footer .inbox {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

footer .inbox .leftbox {
	width: 40%;
	float: left;
	padding-top: 40px;
	font-size: 92%;
}

footer .inbox .leftbox .logo {
	width: 63.6574%;
	height: auto;
	margin-bottom: 30px;
}

footer .inbox .leftbox .logo img {
	width: 100%;
	max-width: 323px;
	height: auto;
}

footer .inbox .rightbox {
	width: 58%;
	float: right;
	padding-top: 50px;
}

footer .inbox .rightbox ul.menu {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	text-align: right;
}

footer .inbox .rightbox ul.menu li {
	margin: 0;
	padding: 0 1.3em;
	display: inline;
	box-sizing: border-box;
	border-left: 1px solid #CCCCCC;
	font-size: 92%;
}

footer .inbox .rightbox ul.menu li:last-child {
	border-right: 1px solid #CCCCCC;	
}

footer .inbox .rightbox p {
	text-align: right;
	font-size: 92%;
}

footer .inbox .rightbox p .copy {
	font-size: 90%;
}


/* 下層共通 */
#page_main {
	margin-bottom: 60px;
}

#page_main img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#contents {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#contents h2 {
	margin-bottom: 30px;
	padding-top: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 71px;
	text-align: center;
	font-size: 160%;
	line-height: 90%;
	letter-spacing: 2px;
}

#contents h2 p {
	margin: 0;
	font-size: 37%;
}


/* 会社概要 */
#company_contents h2 {
	margin-bottom: 30px;
	padding-top: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 71px;
	text-align: center;
	font-size: 160%;
	line-height: 90%;
	letter-spacing: 2px;
}

#company_contents h2 p {
	margin: 0;
	font-size: 37%;
}

#company_contents h3 {
	margin-bottom: 50px;
	font-size: 130%;
	letter-spacing: 2px;
	position: relative;
  display: inline-block;
}

#company_contents h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 25px;
  height: 2px;
  left: 0;
  background-color: #0080CB;
}

#company_contents .inner {
	padding-left: 15%;
}

#company_contents .sub_main {
	margin-bottom: 40px;
}

#company_contents .sub_main img {
	width: 100%;
	height: auto;
}

#company_contents section {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 80px;
}

/*#company_contents .lead {
	font-size: 105%;
	line-height: 200%;
}*/

#company_contents .lead {
	font-size: 140%;
	line-height: 160%;
	font-family: "HG行書体","HGP行書体",cursive;
	font-weight: normal;
}

#company_contents .lead span {
	color: #0080CB;
}

#company_contents .sign {
	float: right;
	font-size: 85%;
}

#company_contents #company {
	width: 100%;
	margin-bottom: 80px;
	padding: 60px 0 80px;
	background: url("../images/f_bk.png");
}

#company_contents #company .inbox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#company_contents dl,
#company_contents dt,
#company_contents dd {
  box-sizing: border-box;
}
#company_contents dl {
	width: 860px;
	max-width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
#company_contents dt,
#company_contents dd {
  padding: 15px 0 0 15px;
  border-top: 1px solid #DDDDDD;
}
#company_contents dt:first-of-type,
#company_contents dd:first-of-type {
  border-top: none;
}
#company_contents dt {
  width: 27.5%;
  float: left;
}
#company_contents dd {
  margin-left: 27.5%;
  padding-bottom: 15px;
}
#company_contents dd:after {
  content: '';
  display: block;
  clear: both;
}

#company_contents .map .left {
	width: 49%;
	float: left;
	text-align: center;
}

#company_contents .map .right {
	width: 49%;
	float: right;
	text-align: center;
}

#company_contents .map iframe {
	width: 100%;
	height: 400px;
}

#company_contents .map p {
	margin-top: 0;
}

#company_contents .history div {
	width: 35.294%;
	float: left;
}

#company_contents .history div img {
	width: 100%;
	height: auto;
}

#company_contents .history p {
	width: 59%;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 200%;
}


/* 塗装メニュー */
.paint_menu .lead {
	margin-bottom: 60px;
	font-size: 105%;
	line-height: 200%;
	text-align: center;
}

.paint_menu ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
flex-wrap: wrap;
}

.paint_menu li {
	width: 48.33%;
	min-height: 320px;
	margin-bottom: 40px;
}

.paint_menu li:nth-child(1) {
	background: url("../images/menu_img01.jpg") no-repeat top center;
}

.paint_menu li:nth-child(2) {
	background: url("../images/menu_img02.jpg") no-repeat top center;
}

.paint_menu li:nth-child(3) {
	background: url("../images/menu_img03.jpg") no-repeat top center;
}

.paint_menu li:nth-child(4) {
	background: url("../images/menu_img04.jpg") no-repeat top center;
}

.paint_menu li dt {
	margin-bottom: 40px;
}

.paint_menu dl {
	min-height: 320px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.paint_menu li dt {
	margin-bottom: 20px;
}

.paint_menu li p {
	font-size: 95%;
}

/* 作業の流れ */
#contents.flow {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
}

.flow .lead {
	margin-bottom: 40px;
	font-size: 105%;
	line-height: 200%;
	text-align: center;
}

.flow dl {
	margin-bottom: 30px;
	padding: 25px 30px;
	background: url("../images/f_bk.png");
	position: relative;
}

.flow dt {
	width: 64%;
	font-size: 120%;
	float: left;
}

.flow dt img {
	margin-right: 15px;
}

.flow dt p {
	margin-top: 15px;
	font-size: 85%;
}

.flow dd {
	width: 29.411%;
	float: right;
}

.flow dd img {
	width: 100%;
	height: auto;
}

.flow dd:last-of-type img {
	width: auto;
	height: auto;
}

.flow dd:last-of-type {
	width: auto;
	position: absolute;
	bottom: -45px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 100;
}

.flow li:last-child dd:last-of-type {
	position: absolute;
	top: -10px;
	right: 10%;
	left: inherit;
	z-index: 100;
}


/* 施工実績 */
.results .lead {
	margin-bottom: 60px;
	font-size: 105%;
	line-height: 200%;
	text-align: center;
}

.results ul {
	display: -webkit-flex;
    display: flex;
flex-wrap: wrap;
}

.results li {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 50px;
	padding: 30px;
	box-sizing: border-box;
	background: url("../images/f_bk.png");
}

.results li img {
	width: 100%;
	height: auto;
}

.results li:nth-child(2n) {
	margin-right: 0;
}

.results li h4 {
	margin: 0 0 20px;
	padding: 7px 15px 5px;
	background: url("../images/name_bk.png");
	color: #FFFFFF;
	display: inline-block;
	font-size: 120%;
}

.results li h5 {
	margin: 0 0 15px;
	padding-left: 5px;
	font-size: 130%;
	display: inline-block;
}

.results li .after {
	margin: 0 0 25px;
	position: relative;
}

.results li .icon_after {
	width: 156px;
	position: absolute;
	top: -15px;
	left: -10px;
}

.results li dl {
	margin-bottom: 25px;
}

.results li dt {
	width: 54.9%;
	float: left;
	position: relative;
}

.results li dt .icon_before {
	width: 127px;
	position: absolute;
	top: -15px;
	left: -10px;
}

.results li dd {
	margin-bottom: 10px;
	margin-left: 30px;
	padding-left: 54.9%;
	font-size: 93%;
	line-height: 160%;
}

.results li .voice {
	padding: 20px;
	background: #FFFFFF;
	font-size: 93%;
	line-height: 160%;
}

.results li h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 55px;
	padding-top: 5px;
	font-size: 110%;
	background: url("../results/images/icon_voice.png") no-repeat left top;
	min-height: 31px;
}


/* 個人情報の取り扱い方針 */
#contents.privacy_policy {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
}

.privacy_policy .lead {
	margin-bottom: 60px;
	font-size: 105%;
	line-height: 200%;
	text-align: center;
}

.privacy_policy dt {
	margin-bottom: 15px;
	padding-left: 55px;
	padding-top: 6px;
	min-height: 40px;
	font-size: 110%;
}

.privacy_policy dt:nth-of-type(1) {
	background: url("../images/flow01.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(2) {
	background: url("../images/flow02.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(3) {
	background: url("../images/flow03.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(4) {
	background: url("../images/flow04.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(5) {
	background: url("../images/flow05.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(6) {
	background: url("../images/flow06.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(7) {
	background: url("../images/flow07.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(8) {
	background: url("../images/flow08.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(9) {
	background: url("../images/flow09.png") no-repeat left top;
}

.privacy_policy dt:nth-of-type(10) {
	background: url("../images/flow10.png") no-repeat left top;
}

.privacy_policy dd {
	margin-bottom: 60px;
}

/* お問い合わせ */
#contents.contact {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
}

.contact .lead {
	margin-bottom: 40px;
	font-size: 105%;
	line-height: 200%;
	text-align: center;
}

.contact .inbox {
	margin-bottom: 60px;
	padding: 30px;
	border: solid 1px #0080CB;
	text-align: center;
}

.contact .inbox a {
	text-decoration: underline;
}

.contact .inbox img {
	padding-bottom: 5px;
	margin-left: 8px;
}

.contact dl,
.contact dt,
.contact dd {
  box-sizing: border-box;
}
.contact dl {
  border-bottom: 1px solid #DDDDDD;
}
.contact dt,
.contact dd {
  padding: 15px 0 0 15px;
  border-top: 1px solid #DDDDDD;
}
.contact dt:first-of-type,
.contact dd:first-of-type {
  border-top: none;
}
.contact dt {
  width: 27.5%;
  float: left;
}
.contact dt img {
	padding-bottom: 5px;
	margin-left: 8px;
}
.contact dd {
  margin-left: 27.5%;
  padding-bottom: 15px;
}
.contact dd:after {
  content: '';
  display: block;
  clear: both;
}

.contact .w500 {
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
}

.contact .w300 {
	width: 300px;
	max-width: 100%;
	box-sizing: border-box;
}

.contact .w100 {
	width: 100px;
	max-width: 100%;
	box-sizing: border-box;
}

.contact textarea {
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
}

.contact .txt {
	text-align: center;
}

.contact .btn {
	text-align: center;
}

#block07 {
    width: 96%;
    max-width: 1200px;
    margin: 100px auto 0;
}

#block07 h2 {
margin-bottom: 30px;
padding-top: 15px;
background-image: url(../images/title_bg.png);
background-repeat: no-repeat;
background-position: top center;
min-height: 71px;
text-align: center;
font-size: 160%;
line-height: 90%;
letter-spacing: 2px;
}

#block07 h2 p {
margin: 0;
font-size: 37%;
}

#block07
li.toc-item{
padding: 20px  0 20px 0;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
}


#block07
.toc-title {
width:60%;
float: right;
}

#block07 .toc-icon_pic {
	width: 40%;
	float: left;
}

#block07 .floatlist {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}

#block07 .floatlist li {
vertical-align: top;
}



#block07 .toc-icon-item img{ 
width:26%;
height: auto;
float: left;	
margin-right: 5px;
}

.sdgs_btn{
width: 50%;    
margin: auto; 
}

.sdgs_btn ul li.l{
float: left;  
}
.sdgs_btn ul li.r{
float: right;  
}