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


/* contents01 */

.contents01 {
	width: 1040px;
}

.contents01 img {
	width: 100%;
height: auto;
}

.subcontents-map {
	width: 1040px;
	margin-bottom: 70px;
}

/* contents02 */

.contents02 {
	width: 100%;
	padding: 60px 0px;
	background-color: #f5f4f0;
}

.contents02 .box-in {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	width: 1100px;
	text-align: center;
}

.contents02 .box {
	margin-bottom: 30px;
	margin-right: 22px;
	width: 352px;
}

.contents02 .box:nth-child(3n) {
	margin-right: 0px;
}

.contents02 h6 {
	padding-top: 15px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

/* contents03 */

.contents03 {
	width: 930px;
	padding: 0px 40px 60px;
	border-style : solid;
border-color : #42210b;
border-width : 3px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.contents03 h3 {
	width: 530px;
	margin: auto;
	background-color: #42210b;
	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;
	margin-bottom: 40px;
}

.contents03 .box01  {
	margin-bottom: 30px;
	padding-bottom: 60px;
	border-bottom-style : dotted;
border-bottom-color : #42210b;
border-bottom-width : 5px;
}

.contents03 .box02  {
	width: 750px;
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}

.contents03 .box02 .box  {
	position: relative;
	width: 226px;
	margin-top: 30px;
}

.contents03 .box02 .box::before  {
	content: "";
	position: absolute;
left: 10px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
}

.contents03 .box02 .box:nth-child(1)::before  {
	background-image: url("../nosmoking/images/f01.svg");
}

.contents03 .box02 .box:nth-child(2)::before  {
	background-image: url("../nosmoking/images/f02.svg");
}

.contents03 .box02 .box:nth-child(3)::before  {
	background-image: url("../nosmoking/images/f03.svg");
}

.contents03 .box02 .box:nth-child(4)::before  {
	background-image: url("../nosmoking/images/f04.svg");
}

.contents03 .box02 .box:nth-child(5)::before  {
	background-image: url("../nosmoking/images/f05.svg");
}

.contents03 .box02 .box::after  {
	content: "";
	position: absolute;
right: 0px;
	background-image: url("images/arrow01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20px;
	height: 46px;
	margin-right: -30px;
}

@media screen and (min-width: 737px) {
	.contents03 .box02 .box::after  {
top: 95px;
}
}

.contents03 .box02 .box:first-child {
	width: 452px;
}

.contents03 .box02 .box:nth-child(1)::after  {
	margin-right: -50px;
}

.contents03 .box02 .box:nth-child(2)::after, .contents03 .box02 .box:nth-child(5)::after  {
	display: none;
}

.contents03 .box02 p  {
	line-height: 1.4;
	padding-top: 15px;
	text-align: left;
	font-size: 14px;
}

footer {
	padding-top: 70px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
