@charset "UTF-8";
/* 
	
CSS page.css */






/*//////////////////


#index


//////////////////*/

/* common */
#index {  }
@media screen and (max-width: 767px) { 
}

/* #sec_1 */
#index #swrap_1 { background: #f7f7f7; text-align: left;}
#index #sec_1 .insec { display: flex; justify-content:space-between; align-items: center; margin-bottom: 40px; padding-top: 10px; }
#index #sec_1 .sectitle { width: 360px; margin-bottom: 0; }
#index #sec_1 .txtbox { width: 520px; }
@media screen and (max-width: 1040px) {
	#index #sec_1 .insec { display: flex; justify-content:space-between; align-items: center; margin-bottom: 40px; padding-top: 0px; }
}
@media screen and (max-width: 767px) { 
	#index #sec_1 .insec { display: block; margin-bottom: 20px; }
	#index #sec_1 .sectitle { width: auto; margin-bottom: 30px; }
	#index #sec_1 .txtbox { width: auto; }
}

/* #sec_7 */
#index #swrap_7{  }
#index #sec_7{  }
#index #sec_7 .copy{ text-align: center; color: #BD0A0F }
#index #sec_7 .txt{ text-align: center; padding-top: 10px }
#index #sec_7 .txtred{ color: #BD0A0F }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	/*#index #sec_7 .copy{ text-align: left; }*/
	#index #sec_7 .txt{ text-align: left; padding-top: 5px }
}

/* #sec_2 */
#index #swrap_2 { background: #f4a53b; text-align: left; color: #fff; text-align: center;}
#index #sec_2 ul.measures { margin-left: -2.3%; margin-top: 20px; }
#index #sec_2 ul.measures::after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#index #sec_2 ul.measures li { display: flex; justify-content: center; align-items: center; background: #fff; color: #404040; width: 31%; margin-left: 2.3%; float: left; border-radius: 12px; height: 120px; }
#index #sec_2 ul.measures li span { font-weight: bold; }
#index #sec_2 ul.measures li:nth-child(1) img { width: 98px; margin-left: 10px; }
#index #sec_2 ul.measures li:nth-child(2) img { width: 65px; margin-left: 10px; }
#index #sec_2 ul.measures li:nth-child(3) img { width: 60px; margin-left: 10px; }
@media screen and (max-width: 1040px) {
	#index #sec_2 ul.measures li:nth-child(1) img { width: 80px; }
	#index #sec_2 ul.measures li:nth-child(2) img { width: 53px; }
	#index #sec_2 ul.measures li:nth-child(3) img { width: 48px; }
}
@media screen and (max-width: 767px) { 
	#index #sec_2 ul.measures li { flex-direction: column; }
	#index #sec_2 ul.measures li span { margin-bottom: 10px; }
	#index #sec_2 ul.measures li img { margin-left: 0!important; }
}
@media screen and (max-width: 380px) {
	#index #sec_2 ul.measures { margin-left: 0; }
	#index #sec_2 ul.measures li { flex-direction:inherit; width: 100%; margin-left: 0%; height: 110px;  padding: 20px 0; margin-bottom: 10px; box-sizing: border-box; }
	#index #sec_2 ul.measures li span { margin-bottom: 0px; }
	#index #sec_2 ul.measures li img { margin-left: 10px!important; }

}

/* #sec_3 */
#index #swrap_3 { text-align: left;}
#index #sec_3 .insec { display: flex; justify-content:space-between; align-items: center; margin-bottom: 40px; }
#index #sec_3 .sectitle { width: 320px; margin-bottom: 0; }
#index #sec_3 ul.list { width: 700px; }
#index #sec_3 ul.list>li { display: flex; align-items: baseline; margin-bottom: 20px; }
#index #sec_3 ul.list>li:last-child { margin-bottom: 0; }
#index #sec_3 ul.list>li span.date { width: 105px; letter-spacing: 0.2em; font-size: 14px; }
#index #sec_3 ul.list>li span.cat { width: 100px; background: #eee; text-align: center; font-size: 13px; margin-right: 20px; letter-spacing: 0; }
#index #sec_3 ul.list>li a { flex: 1; text-decoration: none; }
#index #sec_3 ul.list>li a:hover { text-decoration: underline; }
@media screen and (max-width: 1040px) {
	#index #sec_3 .insec { flex-direction: column; }
	#index #sec_3 .sectitle { width: 100%; margin-bottom: 30px; }
	#index #sec_3 ul.list { width: 100%; }
}
@media screen and (max-width: 767px) {
	#index #sec_3 .insec { margin-bottom: 20px; }
	#index #sec_3 ul.list>li span.date { font-size: 11px; width: 90px; }
}
@media screen and (max-width: 639px) { 
	#index #sec_3 ul.list>li span.cat { display: none; }
}
@media screen and (max-width: 479px) { 
	#index #sec_3 ul.list>li { display: block;}
	#index #sec_3 ul.list>li span.date { display: block; width: 100%; }
}

/* #sec_4 */
#index #sec_4 .imgbox { display: flex; height: calc(270px + 10vw); }
#index #sec_4 .imgbox img { width: 54%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
#index #sec_4 .imgbox img:nth-child(2) { width: 46%; }
#index #sec_4 .incnt { margin-top: -60px; background: #fff; }
#index #sec_4 .insec { padding: 60px 80px 0; }
#index #sec_4 .insec .sectitle { text-align: center; }
#index #sec_4 ul.list { margin-left: -2%; margin-bottom: 20px; }
#index #sec_4 ul.list:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#index #sec_4 ul.list li { margin-bottom: 20px; width: 48%; margin-left: 2%; float: left; border-radius: 12px; box-sizing: border-box; background: #fef6eb; padding: 40px; }
/* #index #sec_4 ul.list li:last-child { width: 98%; } */
#index #sec_4 .title { font-weight: bold; font-size: 18px; color: #f4a53b; text-align: center; margin-bottom: 10px; }
#index #sec_4 a.topic { padding: 40px 110px 40px 80px; width: 100%; border: 4px solid #fef6eb; border-radius: 12px; box-sizing: border-box; text-decoration: none; display: flex; justify-content: space-between; align-items: center; position: relative; margin-bottom: 20px; }
#index #sec_4 a.topic .title { width: 300px; }
#index #sec_4 a.topic .txt { flex: 1; }
#index #sec_4 a.topic:hover { background: #f4a53b; color: #fff; }
#index #sec_4 a.topic:hover .title { color: #fff; }
#index #sec_4 a.topic::after { content: url(../img/common/icon2_orange.svg); position: absolute; top: 50%; margin-top: -8px; right: 30px; width: 24px; }
#index #sec_4 a.topic:hover::after { content: url(../img/common/icon2_white.svg);}
@media screen and (max-width: 1280px) {
	#index #sec_4 .incnt { margin-top: 0; }
	#index #sec_4 .insec { padding: 60px 0 0; }
	#index #sec_4 a.topic { padding: 40px 90px 40px 60px; }
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	#index #sec_4 .insec { padding: 45px 0 0; }
	#index #sec_4 ul.list { margin-left: 0; margin-bottom: 10px; }
	#index #sec_4 ul.list li { width: 100%; margin-left: 0; margin-bottom: 10px;  }
	#index #sec_4 ul.list li:last-child { width: 100%; }
	#index #sec_4 .title { font-size: 16px; }
	#index #sec_4 a.topic { width: 100%; padding-right: calc(8% + 20px); margin-left: 0; margin-bottom: 10px; display: block; }
	#index #sec_4 a.topic .title { width: 100%; margin-bottom: 10px; }
	#index #sec_4 a.topic .txt { flex: 1; }
	#index #sec_4 a.topic::after { right: 4%; width: 20px; margin-top: -6px; }
}
@media screen and (max-width: 639px) { 
	#index #sec_4 .imgbox { display: block; height: auto; }
	#index #sec_4 .imgbox img { width: 100%!important; height: calc(150px + 10vw); }
	#index #sec_4 .incnt { margin-top: 0; }
	#index #sec_4 ul.list li,
	#index #sec_4 a.topic { padding: 8%;  }
	#index #sec_4 a.topic{ padding-right: calc(8% + 20px); }
}

/* sec_5 */
#index #swrap_5 { background: #f7f7f7; text-align: left; }
#index #sec_5 .sectitle { text-align: center; }
#index #sec_5 ul.inbox { margin-left:-3.3%; margin-bottom: 40px; } 
#index #sec_5 ul.inbox li { width:30%; margin-left:3.3%; float:left; margin-top: 25px; } 
#index #sec_5 ul.inbox li a { width:190px; margin:0 auto 5px; height:190px; display: flex; justify-content:center; align-items: center; text-align:center; } 
#index #sec_5 ul.inbox li a .imgbox { background:#fff; width:180px; height:180px; border-radius: 90px; display: flex; justify-content:center; align-items: center; text-align:center; position: relative; transition: 0.3s;} 
#index #sec_5 ul.inbox li a .imgbox .icon { transition: 0.3s; vertical-align: middle;  } 
#index #sec_5 ul.inbox li:nth-child(1) a .imgbox .icon { width: 112px; height: 96px;} 
#index #sec_5 ul.inbox li:nth-child(2) a .imgbox .icon { width: 104px; height: 96px;} 
#index #sec_5 ul.inbox li:nth-child(3) a .imgbox .icon { width: 108px; height: 96px; } 
#index #sec_5 ul.inbox li:nth-child(4) a .imgbox .icon { width: 112px; height: 80px; } 
#index #sec_5 ul.inbox li:nth-child(5) a .imgbox .icon { width: 96px; height: 100px;} 
#index #sec_5 ul.inbox li:nth-child(6) a .imgbox .icon { width: 110px; height: 88px; } 
#index #sec_5 ul.inbox li:nth-child(1) a:hover .imgbox .icon { width: 101px; } 
#index #sec_5 ul.inbox li:nth-child(2) a:hover .imgbox .icon { width: 94px; } 
#index #sec_5 ul.inbox li:nth-child(3) a:hover .imgbox .icon { width: 97px; } 
#index #sec_5 ul.inbox li:nth-child(4) a:hover .imgbox .icon { width: 101px; } 
#index #sec_5 ul.inbox li:nth-child(5) a:hover .imgbox .icon { width: 87px; } 
#index #sec_5 ul.inbox li:nth-child(6) a:hover .imgbox .icon { width: 100px; } 
#index #sec_5 ul.inbox li a .imgbox .arw { position: absolute; top: 50%; right: -12px; width: 24px; margin-top: -8px; transition: 0.3s; }
/* #index #sec_5 ul.inbox li a:hover .imgbox { width:190px; height:190px; border-radius: 95px; } */
#index #sec_5 ul.inbox li a:hover .imgbox .arw { right: -18px;} 
/* #index #sec_5 ul.inbox li a.imgbox:hover { width:190px; margin:-5px auto 5px; height:190px; border-radius: 95px; } */
#index #sec_5 ul.inbox li .title { font-size: 18px; font-weight:bold; margin-bottom:5px; text-align:center; }
@media screen and (max-width: 767px) {
	#index #sec_5 ul.inbox { margin-left:-4%; } 
	#index #sec_5 ul.inbox li { width:46%; margin-left:4%; }
	#index #sec_5 ul.inbox li .title { font-size: 16px; } 
}
@media screen and (max-width: 479px) {
	#index #sec_5 ul.inbox { margin-left:0; } 
	#index #sec_5 ul.inbox li { width:100%; margin-left:0; } 
}


/* #sec_6 */
#index #sec_6 { }
#index #sec_6 ul { margin-left: -4%; }
#index #sec_6 ul>li { width: 46%; margin-left: 4%; float: left; }
#index #sec_6 ul>li img { width: 100%; }
#index #sec_6 ul>li a { padding: 30px; width: 80%; display: block; margin: -40px auto 0; border: 4px solid #fef6eb; border-radius: 12px; box-sizing: border-box; text-decoration: none; background: #fff; font-size: 18px; font-weight: bold; position: relative; text-align: center; }
#index #sec_6 ul>li a:hover { background: #f4a53b; color: #fff; }
#index #sec_6 ul>li a:hover .title { color: #fff; margin-bottom: 0px; }
#index #sec_6 ul>li a::after { content: url(../img/common/icon2_orange.svg); position: absolute; top: 50%; margin-top: -8px; right: 30px; width: 24px; line-height: 1; }
#index #sec_6 ul>li a:hover::after { content: url(../img/common/icon2_white.svg);}
@media screen and (max-width: 1080px) {
	#index #sec_6 ul>li a::after { right: 20px; }
}
@media screen and (max-width: 767px) {
	#index #sec_6 ul>li a::after { right: 4%; width: 20px; margin-top: -6px; }
	#index #sec_6 ul>li img { width: 100%; }
	#index #sec_6 ul>li a { padding: 20px; margin: -30px auto 0; font-size: 14px; }
	
}
@media screen and (max-width: 500px) {
	#index #sec_6 ul { margin-left: -0; }
	#index #sec_6 ul>li { width: 100%; margin-left:0; margin-bottom: 20px; }
	#index #sec_6 ul>li a { padding: 20px; margin: -20px auto 0; } 
	#index #sec_6 ul>li img { height: 140px; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
	#index #sec_6 ul>li:nth-child(2) { margin-bottom: 0; }

}













/*//////////////////


#about


//////////////////*/

/* common */
#about { }

/* #sec_1 */
#about #sec_1 { /* margin-bottom: 60px; */ }
#about #sec_1 .inbox { display: flex; justify-content: space-between; align-items: center; }
#about #sec_1 .inbox:nth-child(1) { margin-bottom: 60px; }
#about #sec_1 .inbox:nth-child(1) img { width: 54%; }
#about #sec_1 .inbox:nth-child(1) .txtbox { width: 40%; }
#about #sec_1 .inbox:nth-child(1) .txtbox .copy { font-size: 24px; line-height: 1.6; font-weight: bold; color: #f4a53b; }
#about #sec_1 .inbox:nth-child(2) { align-items: baseline; }
#about #sec_1 .inbox:nth-child(2) .name { width: 300px; }
#about #sec_1 .inbox:nth-child(2) .name span { color: #f4a53b; font-size: 14px; font-family: Oswald, 'Oswald', sans-serif; font-weight: 400; letter-spacing: 0.4em; padding-bottom: 10px; display: block;  }
#about #sec_1 .inbox:nth-child(2) .txt { flex: 1; line-height: 2; }

@media screen and (max-width: 1280px) { 
}
@media screen and (max-width: 1040px) { 
	#about #sec_1 .inbox:nth-child(1) .txtbox br { display: none; }
}
@media screen and (max-width: 767px) { 
	#about #sec_1 .inbox { display: block; }
	#about #sec_1 .inbox:nth-child(1) { margin-bottom: 30px; }
	#about #sec_1 .inbox:nth-child(1) img,
	#about #sec_1 .inbox:nth-child(1) .txtbox { width: 100%; }
	#about #sec_1 .inbox:nth-child(1) img { margin-bottom: 30px; }
	#about #sec_1 .inbox:nth-child(1) .txtbox .copy { font-size: 18px; }
	#about #sec_1 .inbox:nth-child(2) .name,
	#about #sec_1 .inbox:nth-child(2) .txt { width: 100%; }
	#about #sec_1 .inbox:nth-child(2) .name { margin-bottom: 30px; }
}

/* #sec_2 */
#about #sec_2 { } 
#about #sec_2 .sectitle { text-align: center; } 
#about #sec_2 .sectitle span { color: #f4a53b; } 
#about #sec_2 ul>li { font-size: 18px; margin-bottom: 10px; text-align: center; }
@media screen and (max-width: 767px) { 
	#about #sec_2 ul>li { font-size: 16px; margin-bottom: 5px; }
}
@media screen and (max-width: 639px) { 
}

/* #sec_3 */
#about #sec_3 { } 
#about #sec_3 .sectitle { text-align: center; } 
#about #sec_3 .sectitle span { color: #fdedd8; } 
#about #sec_3 ul.list { margin-bottom: 30px; }
#about #sec_3 ul.list>li { background: #fdedd8; padding: 40px 80px; margin-bottom: 20px; border-radius: 12px; display: flex; justify-content: space-between; align-items: center; }
#about #sec_3 ul.list>li:last-child { margin-bottom: 0; }
#about #sec_3 ul.list>li .title { font-size: 18px; color: #f4a53b; font-weight: bold; margin-right: 40px; }
#about #sec_3 ul.list>li .txt { flex: 1; }
@media screen and (max-width: 1040px) { 
	#about #sec_3 ul.list>li { display: block; padding: 40px 60px; }
	#about #sec_3 ul.list>li .title { margin-bottom: 10px; margin-right: 0; }
}
@media screen and (max-width: 767px) { 
	#about #sec_3 ul.list { margin-bottom: 20px; }
	#about #sec_3 ul.list>li .title { font-size: 16px; }
}
@media screen and (max-width: 639px) { 
	#about #sec_3 ul.list>li { padding: 8%; margin-bottom: 10px }
}

/* #sec_4 */
#about #sec_4 { } 
#about #sec_4 .sectitle { text-align: center; } 
#about #sec_4 ul { margin-left: -2%; margin-top: -20px; }
#about #sec_4 ul:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#about #sec_4 ul>li { background: #f2f2f2; padding: 40px; margin-top: 20px; border-radius: 12px; float: left; margin-left: 2%; box-sizing: border-box; width: 48%; }
#about #sec_4 ul>li .title { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
#about #sec_4 ul>li dt { width: 100px; float: left; }
#about #sec_4 ul>li dd { padding-left: 100px; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#about #sec_4 ul>li .title { font-size: 16px; }
	#about #sec_4 ul>li { padding: 4%; }
	#about #sec_4 ul>li dt { width: 80px; }
	#about #sec_4 ul>li dd { padding-left: 80px; }
}
@media screen and (max-width: 639px) { 
	#about #sec_4 ul { margin: 0; }
	#about #sec_4 ul>li { width: 100%; margin-left: 0; margin-top: 10px }
	#about #sec_4 ul>li dt { width: 100%; font-weight: bold; margin-top: 5px; }
	#about #sec_4 ul>li dd { padding-left: 0; }
}










/*//////////////////


#price


//////////////////*/

/* common */
#price .sectitle { text-align: center; } 



/* #sec_1 */
#price #sec_1 { } 
#price #sec_1 .bgbox {text-align: center; margin-bottom: 20px; }
#price #sec_1 .bgbox .title { font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 5px; }
#price #sec_1 .sectitle span { color: #f4a53b; } 
@media screen and (max-width: 767px) { 
	#price #sec_1 .bgbox .title { font-size: 14px; }
}
@media screen and (max-width: 639px) {
	#price #sec_1 .bgbox .title { margin-bottom: 10px; }
	#price #sec_1 .bgbox .txt { margin-bottom: 5px; }
}

/* #sec_2 */
#price #sec_2 { }
#price #sec_2 .title { font-size: 18px; font-weight: bold; text-align: center; }
#price #sec_2 .copy { font-size: 20px; font-weight: bold; color: #f4a53b; margin-bottom: 10px; text-align: center; }
#price #sec_2 .cautionbox dt { width: 120px; float: left; font-weight: bold; text-decoration: underline; font-size: 16px; }
#price #sec_2 .cautionbox dd { padding-left: 120px; }
#price #sec_2 .bgbox { text-align: center; }
#price #sec_2 .bgbox .svg { width: 25px; margin: 10px 0; }
#price #sec_2 table.type1 tbody td, #price #sec_2 table.type1 tbody th { text-align: center; }
@media screen and (max-width: 767px) { 
	#price #sec_2 .title { font-size: 14px; }
	#price #sec_2 .copy { font-size: 16px; }
}
@media screen and (max-width: 639px) { 
	#price #sec_2 .cautionbox dt { width: 100%; font-size: 14px; }
	#price #sec_2 .cautionbox dd { padding-left: 0; }
}

/* #sec_3 */
#price #sec_3 { margin-bottom: 20px; }
#price #sec_3 .sectitle br { display: none;}
#price #sec_3 .elist1 { padding: 10px 0; text-align: left;}
#price #sec_3 .elist1>li { font-weight: bold; font-size: 16px; display: inline-block; text-align: left; margin-right: 1em; }
@media screen and (max-width: 767px) { 
	#price #sec_3 .sectitle br { display: none;}
	#price #sec_3 .elist1>li { font-size: 14px; }
}
@media screen and (max-width: 500px) { 
	#price #sec_3 .sectitle br { display: block;}
}

/* #sec_3 */
#price #sec_4 .title { text-align: center; font-size: 18px; font-weight: bold; }
@media screen and (max-width: 767px) { 
	#price #sec_4 .title { font-size: 14px; }
}




/*//////////////////


#traffic


//////////////////*/

/* common */
#traffic .sectitle { text-align: center; } 


/* #sec_1 */
#traffic #sec_1 { }
#traffic #sec_1 .bgbox .title { font-size: 18px; font-weight: bold; text-align: center; color: #f4a53b; margin-bottom: 10px; }
#traffic #sec_1 .bgbox { text-align: center; }
#traffic #sec_1 .bgbox li { display: inline-block; }
@media screen and (max-width: 767px) { 
	#traffic #sec_1 .bgbox .title { font-size: 16px; margin-bottom: 5px; }
}
@media screen and (max-width: 639px) { 
}
@media screen and (max-width: 500px) { 
	#traffic #sec_1 .bgbox li { display: block; text-align: left; }
}

/* #sec_2 */
#traffic #sec_2 { margin-bottom: 60px; }
#traffic #sec_2 .insec { display: flex; justify-content: space-between; margin-bottom: 40px; }
#traffic #sec_2 .insec .txtbox { flex: 1; margin-right: 60px; }
#traffic #sec_2 .insec .imgbox { width: 42%; }
#traffic #sec_2 .insec .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#traffic #sec_2 ul.list { margin-left: -2%; margin-bottom: 10px; }
#traffic #sec_2 ul.list:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#traffic #sec_2 ul.list li { margin-bottom: 20px; width: 48%; margin-left: 2%; float: left; border-radius: 12px; box-sizing: border-box; padding: 40px; border: 4px solid #fdedd8; }
#traffic #sec_2 ul.list li:last-child { width: 98%; }
#traffic #sec_2 .title { font-weight: bold; font-size: 18px; color: #f4a53b; text-align: center; margin-bottom: 10px; }
#traffic #sec_2 .bgbox { background: #f4a53b; color: #fff; font-size: 20px; font-weight: bold; text-align: center; }
@media screen and (max-width: 1040px) { 
	#traffic #sec_2 .insec .txtbox { margin-right: 6%; }
}
@media screen and (max-width: 767px) { 
	#traffic #sec_2 { margin-bottom: 45px; }
	#traffic #sec_2 .insec { display: block; }
	#traffic #sec_2 .insec .imgbox { width: 100%; max-width: 520px; margin-top: 30px; }
	#traffic #sec_2 ul.list { margin-left: 0; margin-bottom: 10px; }
	#traffic #sec_2 ul.list li { width: 100%!important; margin-left: 0!important; margin-bottom: 10px;  }
	#traffic #sec_2 .title { font-size: 16px; }
	#traffic #sec_2 .bgbox { font-size: 16px; }
}
@media screen and (max-width: 639px) { 
	#traffic #sec_2 ul.list li { padding: 8%; }
}


/* #sec_3 */
#traffic #swrap_3 { background: #f7f7f7; }
#traffic #sec_3 ul.list li { display: flex; justify-content: space-between; padding: 40px 60px; background:#fff; border-radius: 12px; margin-bottom: 20px; }
#traffic #sec_3 ul.list li .txtbox { flex: 1; margin-right: 60px; }
#traffic #sec_3 ul.list li .txtbox .title { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
#traffic #sec_3 ul.list li .imgbox { max-width: 300px; width: 40%; }
#traffic #sec_3 ul.list li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1040px) { 
	#traffic #sec_3 ul.list li .txtbox { margin-right: 40px; }
}
@media screen and (max-width: 767px) { 
	#traffic #sec_3 ul.list li { padding: 40px; }
	#traffic #sec_3 ul.list li .txtbox .title { font-size: 18px; margin-bottom: 5px; }
}
@media screen and (max-width: 639px) { 
	#traffic #sec_3 ul.list li .txtbox { margin-right: 20px; }
	#traffic #sec_3 ul.list li { padding: 8%; }
}
@media screen and (max-width: 500px) { 
	#traffic #sec_3 ul.list li { display: block; margin-bottom: 10px; }
	#traffic #sec_3 ul.list li .txtbox { margin-right: 0px; }
	#traffic #sec_3 ul.list li .imgbox { max-width: none; width: 100%; margin-top: 20px; }
}










/*//////////////////


#parts.index


//////////////////*/

/* common */
#parts.index .sectitle { text-align: center; } 


/* #sec_1 */
#parts.index #sec_1 { }
#parts.index #sec_1 .inbox:nth-child(1) { margin-bottom: 30px; }
#parts.index #sec_1 ul.inbox { } 
#parts.index #sec_1 ul.inbox li { margin-bottom: 20px; } 
#parts.index #sec_1 ul.inbox li:last-child { margin-bottom: 0px; } 
#parts.index #sec_1 ul.inbox li a { background:#f7f7f7; border-radius: 12px; display: flex; justify-content:center; align-items: center; position: relative; padding: 30px 90px 30px 60px; text-decoration: none; } 
#parts.index #sec_1 ul.inbox li a .imgbox { background:#fff; width:180px; height:180px; margin-right: 30px; border-radius: 90px; display: flex; justify-content:center; align-items: center; text-align:center; position: relative; } 
#parts.index #sec_1 ul.inbox li a .imgbox .icon { transition: 0.3s; } 
#parts.index #sec_1 ul.inbox li:nth-child(1) a .imgbox .icon { width: 112px; height: 96px;} 
#parts.index #sec_1 ul.inbox li:nth-child(2) a .imgbox .icon { width: 104px; height: 96px;} 
#parts.index #sec_1 ul.inbox li:nth-child(3) a .imgbox .icon { width: 108px; height: 96px; } 
#parts.index #sec_1 ul.inbox li:nth-child(4) a .imgbox .icon { width: 112px; height: 80px; } 
#parts.index #sec_1 ul.inbox li:nth-child(5) a .imgbox .icon { width: 96px; height: 100px;} 
#parts.index #sec_1 ul.inbox li:nth-child(6) a .imgbox .icon { width: 110px; height: 88px; }
#parts.index #sec_1 ul.inbox li:nth-child(1) a:hover .imgbox .icon { width: 101px; }
#parts.index #sec_1 ul.inbox li:nth-child(2) a:hover .imgbox .icon { width: 94px; }
#parts.index #sec_1 ul.inbox li:nth-child(3) a:hover .imgbox .icon { width: 97px; }
#parts.index #sec_1 ul.inbox li:nth-child(4) a:hover .imgbox .icon { width: 101px; }
#parts.index #sec_1 ul.inbox li:nth-child(5) a:hover .imgbox .icon { width: 87px; }
#parts.index #sec_1 ul.inbox li:nth-child(6) a:hover .imgbox .icon { width: 100px; }
#parts.index #sec_1 ul.inbox li a .arw { position: absolute; top: 50%; right: 30px; width: 24px; margin-top: -8px; transition: 0.3s;} 
#parts.index #sec_1 ul.inbox li a:hover { background:#f4a53b; color: #fff;}
#parts.index #sec_1 ul.inbox li a:hover .arw { right: 20px; } 
#parts.index #sec_1 ul.inbox li a .title { font-size: 18px; font-weight:bold; margin-bottom:5px; text-align:center; margin-right: 30px; }
#parts.index #sec_1 ul.inbox li .txt { flex: 1; }
@media screen and (max-width: 767px) {
	#parts.index #sec_1 ul.inbox { margin-left:0; } 
	#parts.index #sec_1 ul.inbox li { width:100%; margin-left:0; }
	#parts.index #sec_1 ul.inbox li .title { font-size: 16px; } 
	#parts.index #sec_1 ul.inbox li a { text-align: center; display: block; padding: 8%; }
	#parts.index #sec_1 ul.inbox li a .arw { position: absolute; top: 50%; right: -10px; width: 20px; margin-top: -6px; } 
	#parts.index #sec_1 ul.inbox li a .imgbox { margin: 0 auto 10px; }
}






/*//////////////////


#parts.under


//////////////////*/

/* common */
#parts.under .sectitle { text-align: center; } 

/* .titlewrap */
#parts.under .titlewrap { display: flex; }
#parts.under .titlewrap img { } 
#parts.under.neck .titlewrap img { width: 112px; height: 96px; margin-top: -10px; margin-left: 40px; } 
#parts.under.back .titlewrap img { width: 104px; height: 96px; margin-top: -10px; margin-left: 40px; } 
#parts.under.knee .titlewrap img { width: 108px; height: 96px; margin-top: -10px; margin-left: 40px; } 
#parts.under.arm .titlewrap img { width: 112px; height: 80px; margin-top: -2px; margin-left: 40px; } 
#parts.under.sports .titlewrap img { width: 96px; height: 100px; margin-top: -12px; margin-left: 40px; } 
@media screen and (max-width: 639px) { 
/*
	#parts.under .titlewrap.two { display: flex; flex-wrap: wrap; }
	#parts.under .titlewrap.two h1 { width: 100%; margin-bottom: 20px; }
	#parts.under .titlewrap.two img {  width: 96px; height: 72px; margin-top: 0; margin-left: 0px; margin-bottom: 60px; }
	#parts.under.neck .titlewrap img {  width: 96px; height: 72px; margin-top: -7px; margin-left: 10px; }
*/
	#parts.under .titlewrap img { display: none;  }
}

/* .insec */
#parts.under .insec { margin-bottom: 40px; }
@media screen and (max-width: 500px) { 
	#parts.under .insec { margin-bottom: 30px; }
}

/* .box1 */
#parts.under .box1 { display: flex; justify-content: space-between; }
#parts.under .box1 .txtbox { flex: 1; margin-right: 60px; }
#parts.under .box1 .imgbox { width: 42%; }
#parts.under .box1 .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1040px) { 
	#parts.under .box1 .txtbox { margin-right: 6%; }
}
@media screen and (max-width: 767px) { 
	#parts.under .box1 { display: block; }
	#parts.under .box1 .imgbox { width: 100%; max-width: 520px; margin-top: 30px; }
}

/* .box2 */
#parts.under .box2 .title { font-size: 18px; font-weight: bold; text-align: center; color: #f4a53b; margin-bottom: 10px; }
#parts.under .box2 .title.black { color: #404040; margin-bottom: 10px; }
#parts.under .box2 { text-align: center; }
#parts.under .box2 li { display: inline-block; margin: 0 0.3em; }
@media screen and (max-width: 767px) { 
	#parts.under .box2 .title { font-size: 16px; margin-bottom: 5px; }
}
@media screen and (max-width: 500px) { 
	#parts.under .box2 ul { text-align: left; }
	#parts.under .box2 li { margin: 0; margin-right: 0.8em; }
}

/* .copy1 */
#parts.under .copy1 { font-size: 20px; font-weight: bold; color: #f4a53b; margin-bottom: 10px; text-align: center; }
@media screen and (max-width: 767px) { 
	#parts.under .copy1 { font-size: 16px; }
	#parts.under .copy1.spl { text-align: left; }
}

#parts.under .box3 { display: flex; justify-content: space-between; flex-direction: row-reverse; padding: 40px 60px; background:#f7f7f7; border-radius: 12px;  }
#parts.under .box3 .txtbox { flex: 1; margin-left: 60px; }
#parts.under .box3 .txtbox .title { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
#parts.under .box3 .imgbox { max-width: 300px; width: 40%; }
#parts.under .box3 .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1040px) { 
	#parts.under .box3 .txtbox { margin-left: 40px; }
}
@media screen and (max-width: 767px) { 
	#parts.under .box3 { padding: 40px; }
	#parts.under .box3 .txtbox .title { font-size: 18px; margin-bottom: 5px; }
}
@media screen and (max-width: 639px) { 
	#parts.under .box3 .txtbox { margin-left: 20px; }
	#parts.under .box3 { padding: 8%; }
}
@media screen and (max-width: 500px) { 
	#parts.under .box3 { display: block; margin-bottom: 10px; }
	#parts.under .box3 .txtbox { margin-left: 0px; }
	#parts.under .box3 .imgbox { max-width: none; width: 100%; margin-top: 20px; }
}








/*//////////////////


#first


//////////////////*/

/* common */
#first .sectitle { text-align: center; } 

/* #sec_1 */
#first #sec_1 { margin-bottom: 60px; }
#first #sec_1 .sectitle { font-size: 20px; font-weight: bold; color: #f4a53b; text-align: center; }
#first #sec_1 .insec { display: flex; justify-content: space-between; flex-direction: row-reverse; margin-bottom: 40px; }
#first #sec_1 .insec .txtbox { flex: 1; margin-right: 60px; }
#first #sec_1 .insec .imgbox { width: 560px; }
#first #sec_1 .insec .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#first #sec_1 .bgbox { padding: 40px 60px; }
#first #sec_1 .bgbox ul:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#first #sec_1 .bgbox ul li { font-weight: bold; display: inline-block; margin-right: 20px; }
#first #sec_1 .bgbox .title { font-weight: bold; font-size: 18px; color: #f4a53b; margin-bottom: 10px; }
@media screen and (max-width: 1040px) { 
	#first #sec_1 .insec { display: block; }
	#first #sec_1 .insec .txtbox { margin-right: 0; }
	#first #sec_1 .insec .imgbox { max-width: 680px; width: 100%; margin: 0px auto 30px; }
}
@media screen and (max-width: 767px) { 
	#first #sec_1 { margin-bottom: 45px; }
	#first #sec_1 .sectitle { font-size: 16px; }
	#first #sec_1 .insec { display: block; margin-bottom: 20px; }
	#first #sec_1 .bgbox .title { font-size: 16px; }
}
@media screen and (max-width: 639px) { 
	#first #sec_1 .bgbox { padding: 8%; }
}


/* #sec_2 */
#first #swrap_2 { background: #f7f7f7; }
#first #sec_2 ul.list li { display: flex; justify-content: space-between; padding: 40px 60px; background:#fff; border-radius: 12px; margin-bottom: 20px; }
#first #sec_2 ul.list li .txtbox { flex: 1; margin-right: 60px; }
#first #sec_2 ul.list li .txtbox .title { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
#first #sec_2 ul.list li .imgbox { max-width: 300px; width: 40%; }
#first #sec_2 ul.list li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1040px) { 
	#first #sec_2 ul.list li .txtbox { margin-right: 40px; }
}
@media screen and (max-width: 767px) { 
	#first #sec_2 ul.list li { padding: 40px; }
	#first #sec_2 ul.list li .txtbox .title { font-size: 18px; margin-bottom: 5px; }
}
@media screen and (max-width: 639px) { 
	#first #sec_2 ul.list li .txtbox { margin-right: 20px; }
	#first #sec_2 ul.list li { padding: 8%; }
}
@media screen and (max-width: 500px) { 
	#first #sec_2 ul.list li { display: block; margin-bottom: 10px; }
	#first #sec_2 ul.list li .txtbox { margin-right: 0px; }
	#first #sec_2 ul.list li .imgbox { max-width: none; width: 100%; margin-top: 20px; }
}












/*//////////////////


#faq


//////////////////*/

/* common */
#faq .acdbox { margin-bottom: 20px; padding: 40px 60px; border: 4px solid #fdedd8; box-sizing: border-box; border-radius: 12px; }
@media screen and (max-width: 639px) { 
	#faq .acdbox { padding: 8%; margin-bottom: 10px; }
}

#faq .question { position: relative; cursor: pointer; padding: 10px 35px 10px 0; display: flex; justify-content:flex-start; align-items: center;}
#faq .question:after,
#faq .question:before { content: ""; display: block; position: absolute; top : 50%; right: 0px; width: 12px; height: 2px; line-height: 0; transition : 0.3s; background: #f4a53b; }
#faq .question:after { -webkit-transform:translateY(0px) translateX(0) rotate(-45deg); transform:translateY(0px) translateX(0) rotate(-45deg); }
#faq .question:before { -webkit-transform:translateY(0px) translateX(-8px) rotate(45deg); transform:translateY(-0px) translateX(-8px) rotate(45deg); }
#faq .question.open:after { -webkit-transform:translateY(0px) translateX(0) rotate(45deg); transform:translateY(0px) translateX(0) rotate(45deg); }
#faq .question.open:before { -webkit-transform:translateY(0px) translateX(-8px) rotate(-45deg); transform:translateY(-0px) translateX(-8px) rotate(-45deg); }
#faq .question .oswald { font-size: 28px; width: 30px; margin-bottom: 10px; line-height: 1; }
#faq .question .txt2 { font-size: 18px; font-weight: bold; line-height: 1.7; flex: 1; }
#faq .answer { margin-top: 20px; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#faq .question:after,
	#faq .question:before { right: 0px; }
	#faq .question .oswald { font-size: 22px; }
	#faq .question { padding: 0px 30px 0 0; }
	#faq .question .txt2 { font-size: 14px; }
}












/*//////////////////


#access


//////////////////*/

/* common */
#access .sectitle { text-align: center; } 

/* #sec_1 */
#access #sec_1 {  }
#access #sec_1 ul { text-align: center; display: flex; justify-content: center;  }
#access #sec_1 ul li { color: #f4a53b; font-weight: bold; background: #fef6eb; padding: 40px; font-size: 18px; display: flex; align-items: center; margin: 0 10px; border-radius: 12px; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#access #sec_1 ul { display: block;  margin-bottom: 10px;}
	#access #sec_1 ul li { padding: 8%; font-size: 16px; display: block;margin: 0; margin-bottom: 10px; }
}
@media screen and (max-width: 639px) { 
}

/* #sec_2 */
#access #sec_2 {  }
#access #sec_2 table.sche tbody tr:nth-child(1) th, table.sche tbody tr:nth-child(1) td { padding: 20px 2%; }
#access #sec_2 table.sche thead th:nth-child(1), #access #sec_2 table.sche tbody th { width: 240px; }
#access #sec_2 table.sche thead td.pl, #access #sec_2 table.sche tbody td.pl { padding-left: 30px!important; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	#access #sec_2 table.sche thead th:nth-child(1), #access #sec_2 table.sche tbody th { width: auto; }
	#access #sec_2 table.sche thead td.pl, #access #sec_2 table.sche tbody td.pl { padding-left: 4%!important; }
}
@media screen and (max-width: 500px) { 
	#access #sec_2 table.sche tbody tr:nth-child(1) th, table.sche tbody tr:nth-child(1) td { padding: 10px 2%; }
}

/* #sec_3 */
#access #sec_3 {  }
#access #sec_3 .map { height: 500px; }
#access #sec_3 .sectitle { text-align: center; } 
#access #sec_3 .sectitle span { color: #fdedd8; } 
#access #sec_3 ul.list { margin-bottom: 30px; }
#access #sec_3 ul.list>li { background: #f7f7f7; padding: 40px 80px; margin-bottom: 20px; border-radius: 12px; display: flex; justify-content: space-between; }
#access #sec_3 ul.list>li:last-child { margin-bottom: 0; }
#access #sec_3 ul.list>li .title { font-size: 18px; color: #f4a53b; font-weight: bold; margin-right: 40px; }
#access #sec_3 ul.list>li .txt { flex: 1; }
@media screen and (max-width: 1040px) { 
	#access #sec_3 ul.list>li { display: block; padding: 40px 60px; }
	#access #sec_3 ul.list>li .title { margin-bottom: 10px; }
}
@media screen and (max-width: 767px) { 
	#access #sec_3 ul.list { margin-bottom: 20px; }
	#access #sec_3 ul.list>li .title { font-size: 16px; }
}
@media screen and (max-width: 639px) { 
	#access #sec_3 .map { height: 300px; }
	#access #sec_3 ul.list>li { padding: 8%; margin-bottom: 10px }
}











/*//////////////////


#information


//////////////////*/

/* common */
#information #cntmain { width: 70%; float: left; min-height: 500px; } 
#information #pager { text-align: center; line-height: 1; padding-bottom: 100px; }
#information #pager .inbox{ position: relative; display: block; width: 100%; } 
#information #pager ul.page-numbers { text-align: center; }
#information #pager ul.page-numbers li { display: inline-block; }
#information #pager ul.page-numbers li a,
#information #pager ul.page-numbers li span { display: block; text-align: center; line-height: 32px; background: #f2f2f2; margin: 0; width: 32px; height: 32px; border-radius: 50%; text-decoration: none; transition : 0.5s; box-sizing: border-box; font-size: 14px; font-family: Oswald, 'Oswald', sans-serif; font-weight: 400; }
#information #pager ul.page-numbers li a:hover { background: #404040; color: #fff; opacity: 1; }
/* #information #pager ul.page-numbers li span.dots { padding: 9px 5px; } */
#information #pager ul.page-numbers li span.dots { line-height: 20px; display: inline-block; vertical-align: 5px; }
#information #pager ul.page-numbers li span.current { cursor: default; color: #fff; background: #404040; }
#information #pager a.prev,
#information #pager a.next { position: absolute; top: 50%; right: -50px;  margin-top: -7px; transition: 0.3s; line-height: 0; text-decoration: none; }
#information #pager a.prev span,
#information #pager a.next span{ vertical-align: -1px; font-family: Oswald, 'Oswald', sans-serif; }
#information #pager a.prev img,
#information #pager a.next img{ width: 24px; }
#information #pager a.prev { left: -50px;  } 
#information #pager a.prev img { transform:rotate(180deg); } 
#information #pager{ display: block; width: 100%; } 
#information #pager a.prev,
#information #pager a.next { right: 40px; width: 110px; }
#information #pager a.prev { left: 40px; right: 0; text-align: left; } 
#information #pager a.next{ text-align: right; }
@media screen and (max-width: 1040px) {
	#information #cntmain { width: 100%; min-height: 0; margin-bottom: 100px; }
}
@media screen and (max-width: 767px) {
	#information #cntmain { margin-bottom: 60px; }
	#information #pager{ padding-bottom: 0; }
	#information #pager ul.page-numbers li a,
	#information #pager ul.page-numbers li span { line-height: 26px; width: 26px; height: 26px; font-size: 12px; }
	/* #information #pager ul.page-numbers li span.dots { padding: 5px 3px; } */
	#information #pager ul.page-numbers li span.dots { vertical-align: 3px; }
	#information .pagetitle { letter-spacing: 0.15em; }
	#information #pager .inbox{ height: 100px; }
	#information.single.under #pager .inbox{ height: 200px; }
}

#information #cntside { width: 25%; float: right; }
#information #cntside .title { font-size: 18px; font-weight: bold; margin-bottom: 20px; }
#information #cntside ul.navlist { margin-bottom: 40px; }
#information #cntside ul.navlist:last-child { margin-bottom: 0; }
#information #cntside ul.navlist li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #ccc; }
#information #cntside ul.navlist li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
#information #cntside ul.navlist li a { text-decoration: none; }
#information #cntside ul.navlist li a:hover { text-decoration: underline;  }
@media screen and (max-width: 1040px) { 
	#information #cntside { width: 100%; }
}
@media screen and (max-width: 767px) {
    #information #cntside .title { font-size: 16px; margin-bottom: 20px; }
}



/*


#information.index


*/
/* #sec_1 */
#information.archive #sec_1 { min-height: 300px; }
#information.archive #sec_1 ul.list>li { display: flex; align-items: baseline; margin-bottom: 20px; }
#information.archive #sec_1 ul.list>li:last-child { margin-bottom: 0; }
#information.archive #sec_1 ul.list>li span.date { width: 105px; letter-spacing: 0.2em; font-size: 14px; }
#information.archive #sec_1 ul.list>li span.cat { width: 100px; background: #eee; text-align: center; font-size: 13px; margin-right: 20px; letter-spacing: 0; }
#information.archive #sec_1 ul.list>li a { flex: 1; text-decoration: none; }
#information.archive #sec_1 ul.list>li a:hover { text-decoration: underline; }
@media screen and (max-width: 1040px) {
	#information.archive #sec_1 { min-height: 0; }
}
@media screen and (max-width: 767px) {
	#information.archive #sec_1 ul.list>li span.date { font-size: 11px; width: 90px; }
}
@media screen and (max-width: 639px) { 
	#information.archive #sec_1 ul.list>li span.cat { display: none; }
}
@media screen and (max-width: 479px) { 
	#information.archive #sec_1 ul.list>li { display: block;}
	#information.archive #sec_1 ul.list>li span.date { display: block; width: 100%; margin-bottom: 3px; }
}


/*


#information.under


*/

/* common */

/* #sec_1 */
#information.under #sec_1 { min-height: 300px; }
#information.under #sec_1 .date { display: inline-block; font-size: 14px; font-family: Oswald, 'Oswald', sans-serif; font-weight: 400; letter-spacing: 0.2em; margin-bottom: 40px; }
#information.under #sec_1 .cat { display: inline-block; width: 100px; background: #eee; text-align: center; font-size: 13px; margin-right: 20px; letter-spacing: 0; }
#information.under #sec_1 .singleinfo .cat{ margin-right: 0; margin-left: 20px; width: auto; padding: 3px 20px; }
@media screen and (max-width: 1040px) {
	#information.index #sec_1 { min-height: 0; }
}
@media screen and (max-width: 767px) {
	#information.under #sec_1 .sectitle{ text-align: left; }
	#information.under #sec_1 .date { font-size: 11px; }

}
@media screen and (max-width: 639px) { 
}
@media screen and (max-width: 479px) { 
}













/*//////////////////


#notfound


//////////////////*/

/* #sec_1 */
#notfound #sec_1 { min-height: 400px; } 



