@charset "utf-8";
body {
	background: #fff !important;
}

section#nosmoking {
	padding: 180px 0 200px;
	font-family:"Zen Kaku Gothic New", serif;
	color: #1c6e30;
}

section#nosmoking .inner {
	max-width: 1000px;
	border: 2px solid #111;
	padding: 70px 50px 80px;
	box-sizing: border-box;
}

section#nosmoking .title {
	
	text-align: center;
}
section#nosmoking .title .flex {
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
}
section#nosmoking .title .flex strong {
	margin: -5px 0 0;
	line-height: 1.1;
	font-weight: 700;
}
section#nosmoking .title .flex p {
	margin: 0 0 -3px;
	letter-spacing: 0;
	font-size: 2.4em;
}
section#nosmoking .title p {
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0 0 20px;
}
section#nosmoking .title strong {
	font-size: 6em;
	letter-spacing: 3px;
	position: relative;
}
section#nosmoking .title strong:before {
	content:"";
	background: #1c6e30;
	width: 100%;
	height: 4px;
	bottom: -15px;
	position: absolute;
}

section#nosmoking p {
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 2;
	font-weight: 600;
}
section#nosmoking dl.title dt p{
}

section#nosmoking dl.title dt b{
	font-size: 2.2em;
	letter-spacing: 5px;
	position: relative;
	margin: 0 0 40px;
	border-top: 3px solid #222;
	border-bottom: 1px solid #222;
	padding: 20px 0;
}

section#nosmoking dl.title dt b:before {
	content:"";
	background: #222;
	position: absolute;
	width: 80px;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	bottom: -50%;
}

section#nosmoking dl.title dd{
	
}

section#nosmoking .flex.column2 {
	align-items: flex-start;
	padding: 50px 0 80px;
	justify-content: space-between;
}
section#nosmoking .flex.column2 dl.koumoku{
    width: 56%;
    /* margin: 0 5% 0 0; */
    padding: 50px 0;
    box-sizing: border-box;
}

section#nosmoking .flex.column2 dl.koumoku dt {
	text-align:left;
	display: flex;
	align-items: center;
	font-size: inherit;
	font-weight: inherit;
}
section#nosmoking .flex.column2 dl.koumoku dt img {
	width:110px;
}
section#nosmoking .flex.column2 dl.koumoku dt b {
	font-size: 1.7em;
	font-weight: 700;
	margin: 0 0 0 30px;
}

section#nosmoking .flex.column2 dl.koumoku dd {
	margin: 30px 0 0;
}

section#nosmoking .flex.column2 dl.koumoku dd p {
	font-size: 1em;
	letter-spacing: 1px;
	letter-spacing: 1px;
	line-height: 2;
	font-size: 1em;
	color: #666;
}

section#nosmoking .flex.column2 figure {
	/* background: #222; */
	width: 40%;
	/* height: 400px; */
	box-sizing: border-box;
}


section#nosmoking ul {
    display: grid;
    justify-content: space-around;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
    margin: 30px auto;
    flex-wrap: wrap;
}


section#nosmoking li:nth-child(3n){
	margin: 0 0 5%;
}

section#nosmoking li figure{width: 80%;margin: auto;}

section#nosmoking li dl{
	
}

section#nosmoking li dt,section#nosmoking dl.koumoku dt{
	text-align: center;
	font-size: 1.7em;
	font-weight: 700;
	margin: 0 0 5px;
	letter-spacing: 3px;
}

section#nosmoking li dd p{
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
	font-size: 1em;
	color: #666;
}


@media screen and (max-width: 1299px) {
	section#nosmoking .inner {
		max-width: 90%;
	}
	section#nosmoking .title .flex strong {
		font-size:5em;
	}
	
}

@media screen and (max-width: 1023px) {
    section#nosmoking {
    	padding: 120px 0 200px;
    }

	
    section#nosmoking .flex.column2 {
    	display:block;
    	padding: 0 0 30px;
    }

    section#nosmoking .flex.column2 dl.koumoku {
    	margin:auto;
    	width:auto;
    	padding: 0 0 50px;
    	text-align: center;
    }

    section#nosmoking .flex.column2 dl.koumoku dt {
    	justify-content: center;
    }

	section#nosmoking li figure {
	width: 100%;
	}

	section#nosmoking li:nth-child(3n) {
		margin:0 1% 5%;
	}
	
	section#nosmoking li dt, section#nosmoking dl.koumoku dt {
		letter-spacing: 1px;
	}

	section#nosmoking .flex.column2 figure {
		width: 60%;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	section#nosmoking .inner {
	padding: 30px 15px 60px;
	}
	section#nosmoking p {
		font-size: 1em;
	}

	section#nosmoking dl.title dt p {
		font-size:0.9em;
	}
	section#nosmoking dl.title dt b {
		font-size: 1.5em;
	}

section#nosmoking .title p {
	font-size: 1.2em;
	margin: 0 0 10px;
	letter-spacing: 0;
}
section#nosmoking .title .flex {
	display:block;
}	
section#nosmoking .title .flex strong {
	font-size: 4em;
	margin: 0 0 30px;,:;
	display: block;
}	
section#nosmoking .title strong:before {
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    /* max-width: max-content; */
}	
section#nosmoking .title .flex p {
	margin: 0;
	font-size: 1.5em;
}	
	
}



@media screen and (max-width: 480px) {
	section#nosmoking .title p {
	}
	
	section#nosmoking p {
		text-align:center;
		letter-spacing: 0;
		line-height: 2;
		font-size: 0.9em;
	}

	section#nosmoking dl.title dt p {
	letter-spacing: 1px;
	font-size: 0.8em;
	text-align: left;
	line-height: 2;
	}

	section#nosmoking .flex.column2 dl.koumoku {
		display: block;
		padding: 0 0 20px;
	}

	section#nosmoking .flex.column2 dl.koumoku dt {
		display:block;
	}

	section#nosmoking .flex.column2 dl.koumoku dt img {
		width: 40%;
		margin:auto;
		display: block;
	}

	section#nosmoking .flex.column2 dl.koumoku dt b {
		font-size: 1.2em;
		margin: auto;
		display: block;
		text-align: center;
	}

	section#nosmoking .flex.column2 dl.koumoku dd {
		margin:10px 0 0;
	}

	section#nosmoking .flex.column2 dl.koumoku dd p {
		text-align:left;
		font-size: 0.8em;
	}

	section#nosmoking ul {
	margin: 20px auto 0;
	}

	section#nosmoking li {
		width:100%;
		display: flex;
		margin: 0 0 30px;
	}

	section#nosmoking li:nth-child(3n) {
		margin:0 0 30px;
	}
section#nosmoking li:nth-child(8) {
	margin:0;
}
	section#nosmoking li:nth-child(8) figure img {
		width: 80px;
	}

	section#nosmoking li:empty {
		display:none;
	}

	section#nosmoking li figure {
	width: 100%;
	}

	section#nosmoking li figure img {
		width: 120px;
	}

	section#nosmoking li dl {
		width: 65%;
	}

section#nosmoking li dt {
	font-size:1em;
}
	section#nosmoking li dt,section#nosmoking li dd {
		text-align:left;
	}

	section#nosmoking li dd p {
		text-align:left;
	}
}
