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


/* contents01 */

.contents01 {
	width: 960px;
}

.contents01 .box {
	margin-bottom: 60px;
}

.contents01 .box:last-child {
	margin-bottom: 0px;
}

.contents01 p {
	width: 96%;
	text-align: left;
	margin: auto;
}

.contents01 .box01 {
	display: flex;
  justify-content: space-between;
	padding: 40px 0px;
	width: 900px;
}

.contents01 .box02 {
	width: 900px;
}

.contents01 .box02 div {
	width:100%;
}

.contents01 .box02 div iframe {
	width:100%;
}

.contents01 .box03 {
	width: 900px;
	display: flex;
  justify-content: space-between;
}

.contents01 .box03 div:first-child {
	width: 70%;
}

.contents01 .box03 div:last-child {
	width: 30%;
}

p.ex {
        text-align: center;
}


/* contents02 */

.contents02, .contents04 {
	width: 100%;
	padding: 60px 0px;
	margin-bottom: 70px;
	background-color: #f5f4f0;
}

.contents02 .box-in, .contents04 .box-in {
	width: 930px;
}

.contents02 .box {
	background-color: #FFF;
	margin-bottom: 100px;
	position: relative;
	padding: 0px 40px 30px;
}

.contents02 .box:last-child {
	margin-bottom: 0px;
}

.contents02 .box:after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/arrow02.svg");
background-position: center bottom;
background-repeat: no-repeat;
	width: 100%;
	height: 80px;
	display: block;
	margin-bottom: -80px;
}

.contents02 .box:last-child:after {
	display: none;
}


.contents02 .box div {
	background-image: url("images/arrow01.svg");
background-position: center top;
background-repeat: no-repeat;
	padding: 50px 10px 30px;
}

.contents02 .box div:nth-child(2) {
	background-image: none;
	padding-top: 30px;
}

.contents02 h4 {
	width: 530px;
	margin: auto;
	background-color: #a67c52;
	padding: 6px 0px;
	text-align: center;
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.contents02 h5 {
	font-size: 24px;
color: #603813;
line-height: 1.2;
font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
}

.contents02 h5:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	width: 45px;
	height: 45px;
}

.contents02 h5.f01:before {
	background-image: url("../nosmoking/images/f01.svg");
}

.contents02 h5.f02:before {
	background-image: url("../nosmoking/images/f02.svg");
}

.contents02 h5.f03:before {
	background-image: url("../nosmoking/images/f03.svg");
}

.contents02 h5.f04:before {
	background-image: url("../nosmoking/images/f04.svg");
}

.contents02 h5.f05:before {
	background-image: url("../nosmoking/images/f05.svg");
}

.contents02 h5.f06:before {
	background-image: url("../nosmoking/images/f06.svg");
}

.contents02 h5.f07:before {
	background-image: url("../nosmoking/images/f07.svg");
}

.contents02 p {
	line-height: 1.8;
}

/* contents03 */

.contents03 .box-in {
	margin-top: 50px;
	padding: 35px 40px;
	border-style : solid;
border-color : #42210b;
border-width : 3px;
	width: 930px;
}

.contents03 h6 {
	text-align: center;
	font-size: 26px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}

.contents03 .box-in p {
	text-align: left;
}

/* contents04 */

.contents04 .box-in {
	background-color: #FFF;
	padding: 30px 40px;
}

.contents04 table {
	width: 100%;
	border-style : solid;
border-color : #754c24;
border-width : 4px;
}

.contents04 table td {
	color: #754c24;
	text-align: center;
	padding: 12px;
	border-style : solid;
border-color : #754c24;
border-width : 1px;
	vertical-align: middle;
}

.contents04 table td.left {
	color: #FFF;
	font-weight: bold;
	background-color: #42210b;
}

.contents04 table td span {
       font-size: 12px;
}

.contents04 .box01 {
	margin-top: 40px;
}

.contents04 .box01 p {
	line-height: 1.6;
}

.contents04 h6 {
	font-size: 20px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 16px;
}

.contents04 h6:before {
	content: "■ ";
	font-size: 14px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
