@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 span {
	text-decoration: underline;
}

.contents01 span.blue {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	background-color: #f6bfbc;
}



.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;
}

/* contents01 */

.contents001 {
	width:96%;
	margin-bottom: 50px;
}

.contents001 ul {
	width: 100%;
}

.contents001 ul li {
	font-size: 16px;
line-height: 1.6;
	margin-bottom: 15px;
	text-align: left;
}

.contents001 ul li:last-child {
	margin-bottom: 0px;
}


/* 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("images/f01.svg");
}

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

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

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

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

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

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

.contents02 p {
	line-height: 1.8;
}

.contents02 span {
	font-weight: 600;
}

/* contents07 */

.contents07 .box-in {
	width: 990px;
	margin-top: 50px;
}

.contents07 .box {
	margin-bottom: 15px;
}

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

.contents07 .box01 {
	display: flex;
  justify-content: space-between;
	background-color: #f7f6f1;
}

.contents07 h5, .contents07 h6 {
	padding: 20px 0px;
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.contents07 h5 {
	width: 5%;
	background-color: #42210b;
	color: #FFF;
}

.contents07 h6 {
	width: 95%;
	padding: 20px 30px;
	color: #42210b;
	text-align: left;
}

.contents07 .box02 {
	padding: 20px;
	background-color: #fbfbf9;
}

summary {
  list-style: none;
  position: relative;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
	content: '';
	background-image: url("../about/images/btn.svg");
background-position: left top;
background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: transform 0.5s;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

details[open] .box02 {
  animation: fadein 0.5s ease;
}

/*case*/


.case {
	width: 940px;
}

.case .box-check {
	background-color: #f5f4f0;
	border-radius: 20px;
	padding: 0 0 40px;
	 overflow: hidden;
}

.case .box-check .box .box01{
	text-align: center;
	
}



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

.case .box .box01 h4 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 6px 50px;
    background-color: #42210b;
    text-align: center;
	margin: 50px 0px;
	font-size: 20px;
    display: inline-block;
}

.case .box .box01 h4.con{
	margin: 0 0 50px;
}

.case .box-check h6  {
  border-radius: 9px 9px 0 0;
	margin: 0;
	padding: 15px;             
  width: 100%;
}

.case .box-check .box04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 80px;
    background-image: url(images/arrow03.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.case .box-check .box04 > div {
    position: relative;
}

.case .box-check .box04 > div:nth-child(1)::before {
    background-image: url(images/before.svg);
}

.case .box-check .box04 > div::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 95px;
    height: 26px;
}

.case .box-check .box04 img {
     width: 160px !important;
  height: 255px !important;
}

.case .box-check .box04 > div:nth-child(2)::before {
    background-image: url(images/after.svg);
}

.case .info {
	text-align: left;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.case .info .box01 {
	margin-bottom: 24px;
}

.case .info .box01 dt {
	font-size: 16px;
    display: inline-block;
    color: #42210b;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 5px 20px;
    background-color: #c5bfa7;
	margin-bottom: 3px;
}

.case .info .box01 dd {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #603813;
    line-height: 1.8;
}

.case.nomal {
	padding-bottom: 60px;
}







@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
