/*
Theme Name: TakeMe
Theme URI: https://www.epic-media.jp/
Author: Epic Media Co.,Ltd.
Author URI: https://www.epic-media.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* CSS Document */

/* html { font-size: 10px; }
body { font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS Gothic', 'メイリオ', Meiryo, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Helvetica Neue', Arial, sans-serif; font-size: 1.6rem; margin: 0; text-align: center; background-color: #fff; line-height: 1.5; color: #393939; word-wrap: break-word; -webkit-text-size-adjust: none; image-rendering: auto; font-weight: 400; overflow-x : hidden;}

p, form { margin: 0; padding: 0; }
img { border: none; margin: 0; padding: 0; backface-visibility: visible; -webkit-backface-visibility: visible; max-width: 100%; height: auto; vertical-align: top; }
a { text-decoration: none; outline: none; color: #df0629; }
a:hover { text-decoration: underline; }
a:hover img { opacity: 0.75; }
a, a img, input, textarea, select, button { transition: all 0.15s ease-out; outline: none; }
input, textarea, select, button { outline: none; font-family: inherit; font-size: inherit; font-weight: 400; }
h1, h2, h3, h4, ul, dl, dt, dd { margin: 0; padding: 0; font-weight: 400; list-style: none; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.lf { float: left; }
.rh { float: right; }
.clr { clear: both; }
.cf:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }

a.a { text-decoration: underline; }
a.a:hover { text-decoration: none; }
.sp { display: none !important; }

body.nc *, body.nc *:before, body.nc *:after { transition: none !important; transition-delay: 0s !important; animation-delay: 0s !important; animation-duration: 0s !important; } */

/* html:after { content: ''; position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; border: solid 3px; border-color: #eee transparent #eee transparent; animation: spin 1s linear infinite; transition: opacity 0.2s ease-in-out; pointer-events: none; }
html body { transition: opacity 1s ease-in-out; opacity: 0; }
html.init body { opacity: 1; }
html.init:after { opacity: 0; visibility: hidden; }
@keyframes spin { 100% { transform: rotate(360deg); } } */

/* Header */

/* header { position: fixed; top: 0px; left: 0px; width: 100%; height: 80px; z-index: 1000; transition: all 0.2s ease-out; }
header:before { content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); top: 0px; left: 0px; }
header .cont { display: flex; align-items: flex-start; justify-content: center; padding: 20px; height: 80px; transition: all 0.2s ease-out; position: relative; z-index: 1; }

header .lb { margin-right: auto; display: flex; text-align: left; align-items: flex-start; }
header .lb .logo a { display: inline-block; vertical-align: top; width: 110px; height: auto; }
header .lb h1, header .lb .h1 { font-size: 1.3rem; min-height: 3em; display: flex; align-items: center; font-weight: 500; color: #575757; margin-left: 30px; padding-left: 13px; position: relative; transition: all 0.2s ease-out; }
header .lb h1:before, header .lb .h1:before { content: ''; background-color: #393939; width: 3px; height: 100%; position: absolute; left: 0px; top: 0px; border-radius: 2px; }
header .lb h1 br, header .lb .h1 br { display: none; }

header nav { display: flex; flex-direction: row; }
header nav > ul { line-height: 40px; display: flex; margin: -18px 0px; transition: all 0.2s ease-out; }
header nav > ul > li { margin-right: 50px; position: relative; }
header nav > ul > li > a { display: inline-block; vertical-align: top; color: #393939; font-size: 1.5rem; font-weight: 500; position: relative; padding: 18px 0px; }
header nav > ul > li > a:after { content: ''; width: 100%; position: absolute; left: 0px; bottom: 0px; height: 2px; background-color: #df0629; transition: all 0.15s ease-out; transform: scaleX(0); }
header nav > ul > li:hover > a, header nav > ul > li > a:hover, header nav > ul > li > a.sel { text-decoration: none; color: #df0629; }
header nav > ul > li:hover > a:after, header nav > ul > li > a:hover:after, header nav > ul > li > a.sel:after { transform: scaleX(1); }
header nav > ul > li.hs:before { content: ''; width: 100%; height: 30px; left: 0px; bottom: -20px; position: absolute; }
header nav > ul > li.hs:after { content: ''; width: 10px; height: 10px; border: solid 5px; border-color: transparent transparent #ddd #ddd; position: absolute; bottom: -15px; left: 50%; margin-left: -5px; transform: translateY(-5px) rotate(-45deg); transition: all 0.2s ease-out; opacity: 0; }
header nav > ul ul { position: absolute; background-color: #fff; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); top: 78px; left: -20px; white-space: nowrap; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05); text-align: left; line-height: 1.6; font-size: 1.4rem; padding: 15px 20px 5px 20px; border-radius: 0px 0px 5px 5px; transition: all 0.2s ease-out; pointer-events: none; opacity: 0; visibility: hidden; }
header nav > ul ul li { transition: all 0.2s ease-out; transform: translateY(-5px); }
header nav > ul ul li:not(:last-child) { border-bottom: #ddd dotted 1px; }
header nav > ul ul a { color: #393939; display: block; padding: 10px 0px;  }
header nav > ul ul a:hover { text-decoration: none; color: #df0629; }
header nav > ul > li.hs:hover:after { transform: translateY(0px) rotate(-45deg); opacity: 1; }
header nav > ul > li.hs:hover ul { pointer-events: all; opacity: 1; visibility: visible; }
header nav > ul > li.hs:hover ul li { transform: translateY(0); }

@media screen and (min-width: 761px) {
	header nav > ul ul { display: block !important; }
}

header .btns { display: flex; padding: 2px 0px; }
header .btns div { margin-right: 20px; }
header .btns a { display: inline-block; vertical-align: top; width: 170px; background-color: #df0629; color: #fff; border-radius: 50px; font-size: 1.4rem; line-height: 19px; font-weight: 500; padding: 8px 5px 9px 5px; }
header .btns a:hover { text-decoration: none; background-color: #393939; }

header .rb { margin: -2px 0px; }
header .rb a { display: inline-block; vertical-align: top; color: #393939; font-size: 1rem; font-weight: bold; width: 44px; height: 44px; background: url(img/ic1.png) no-repeat center 5px; background-size: 20px auto; padding: 28px 0px 0px 0px; }
header .rb a:hover { background: url(img/ic1_on.png) no-repeat center 5px; background-size: 20px auto; text-decoration: none; color: #df0629; }

.nav_shadow header { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
.nav_shadow header nav > ul ul { background-color: rgba(255, 255, 255, 0.9); }

.nav_shrink header { height: 60px; }
.nav_shrink header .cont { height: 60px; padding: 10px 20px; }
.nav_shrink header .lb .logo a { width: 75px; }
.nav_shrink header .lb h1, .nav_shrink header .lb .h1 { font-size: 1.2rem; margin-left: 20px; margin-top: 2px; }
.nav_shrink header nav > ul { margin: -8px 0px; }
.nav_shrink header nav > ul > li > a { padding: 8px 0px; }
.nav_shrink header nav > ul ul { top: 58px; }

@media screen and (max-width: 1450px) {
	header .lb h1 br, header .lb .h1 br { display: block; }
}
@media screen and (max-width: 1390px) {
	header nav > ul > li { margin-right: 30px; }
	header .btns div { margin-right: 10px; }
}
@media screen and (max-width: 1270px) {
	header nav > ul > li { margin-right: 20px; }
	header .btns a { width: 140px; }
}
@media screen and (max-width: 1170px) {
	header .lb h1, header .lb .h1 { font-size: 1.1rem; margin-left: 20px; margin-top: 4px; padding-left: 12px; }
	header .lb h1:before, header .lb .h1:before { width: 2px; }
	header nav > ul > li > a { font-size: 1.3rem; }
	header nav > ul ul { font-size: 1.2rem; }
	header .btns a { font-size: 1.2rem; }
	.nav_shrink header .lb h1, .nav_shrink header .lb .h1 { font-size: 1.1rem; margin-left: 20px; margin-top: 4px; }
}
@media screen and (max-width: 1090px) {
	header .lb .logo a { width: 55px; margin-top: -7px; }
	header nav > ul > li > a { font-size: 1.2rem; }
	header .btns a { font-size: 1.1rem; width: 110px; }
	.nav_shrink header .lb .logo a { width: 50px; margin-top: -5px; }
}
@media screen and (max-width: 950px) {
	header .cont { padding: 20px 10px; }
	header .lb h1, header .lb .h1 { margin-left: 10px; font-size: 1rem; margin-top: 5px; }
	header .btns a { font-size: 1rem; width: 95px; }
	.nav_shrink header .cont { padding: 10px; }
	.nav_shrink header .lb h1, .nav_shrink header .lb .h1 { margin-left: 10px; font-size: 1rem; margin-top: 5px; }
}
@media screen and (max-width: 870px) {
	header .lb h1, header .lb .h1 { display: none; }
} */

/* Top */

main { padding-top: 80px; }
main > section { padding: 100px 20px 80px 20px; }
main > section > .cont { max-width: 1420px; margin: 0 auto; }

.topbnr { padding: 0px; position: relative; z-index: 1; margin-bottom: -40px; }
.topbnr .swiper-slide { height: 600px; }
.topbnr .bg { position: absolute; top: 0px; right: 0px; height: 600px; width: 70%; transition: all 0.5s ease-out; opacity: 0; }
.topbnr .s1 .bg { background: url(img/slide1.jpg) no-repeat center; background-size: cover; }
.topbnr .s2 .bg { background: url(img/slide2.jpg) no-repeat center; background-size: cover; }
.topbnr .s3 .bg { background: url(img/slide3.jpg) no-repeat center; background-size: cover; }
.topbnr .s4 .bg { background: url(img/slide4.jpg) no-repeat center; background-size: cover; }
.topbnr .tx { position: absolute; width: 30%; top: 0px; left: 0px; height: 560px; display: flex; align-items: center; justify-content: center; }
.topbnr .tx .cn { width: 80px; text-align: left; }
.topbnr .tx .cn p { font-size: 4.8rem; font-weight: bold; color: #df0629; white-space: nowrap; margin-bottom: 30px; transition: all 0.5s ease-out; transition-delay: 0.8s; opacity: 0; transform: translateX(30px); text-shadow: 1px 1px 1px #fff; }
.topbnr .tx .cn div { white-space: nowrap; position: relative; padding-left: 95px; transition: all 0.5s ease-out; transition-delay: 1.2s; opacity: 0; transform: translateX(30px); }
.topbnr .tx .cn div:before { content: ''; width: 80px; height: 1px; background-color: #ec6a7f; position: absolute; left: 0px; top: 19px; }
.topbnr .tx .cn div a, .topbnr .tx .cn div span { font-weight: 500; display: inline-block; border: #e11737 solid 2px; border-radius: 50px; background-color: #fff; padding: 3px 23px 6px 23px; }
.topbnr .tx .cn div a:hover { background-color: #df0629; border-color: #df0629; color: #fff; text-decoration: none; }
.topbnr .tx .cn div i { font-style: normal; font-size: 1.2rem; font-weight: normal; }
.topbnr .swiper-slide-active .bg { opacity: 1; }
.topbnr .swiper-slide-active .tx .cn p { opacity: 1; transform: translateX(0px); }
.topbnr .swiper-slide-active .tx .cn div { opacity: 1; transform: translateX(0px); }

body .topbnr .swiper-pagination { width: 30%; left: 0px; bottom: 80px; height: 8px; }
body .topbnr .swiper-pagination .swiper-pagination-bullet { vertical-align: top; margin: 0px 8px; width: 8px; height: 8px; outline: none; }
body .topbnr .swiper-pagination .swiper-pagination-bullet-active { background-color: #df0629; }

@media screen and (max-width: 1300px) {
	.topbnr .swiper-slide { height: 500px; }
	.topbnr .bg { height: 500px; }
	.topbnr .tx { height: 460px; }
}
@media screen and (max-width: 1100px) {
	.topbnr .tx .cn p { font-size: 3.8rem; }
}

.sec1 { background-color: #f9f9f9; }

.title { max-width: 1200px; margin: 0 auto; text-align: left; padding: 10px 0px; }
.title p { line-height: 1.8; margin-bottom: 30px; }

.t1 { font-size: 3.4rem; font-weight: 500; color: #df0629; margin-bottom: 25px; }
.t1 span { font-size: 2.8rem; }
.t1:after { content: attr(data-after); display: inline-block; font-size: 1.2rem; color: #898989; font-weight: normal; letter-spacing: 0.1em; vertical-align: top; margin: 18px 0px 0px 30px; }

.tc1 { background-color: #fff; text-align: left; padding: 30px 30px 10px 30px; margin-bottom: 30px; }
.tc1 .tc_cont { max-width: 1200px; margin: 0 auto; }
.tc1 h3 { font-size: 2.8rem; font-weight: 500; color: #df0629; padding: 13px 0px 16px 90px; margin-bottom: 30px; background: url(img/ic2.png) no-repeat 0px 0px; }
.tc1 h3.i2 { background: url(img/ic3.png) no-repeat 0px 0px; }
.tc1 h3.i3 { background: url(img/ic4.png) no-repeat 0px 0px; }
.tc1 .cf:first-child { padding-top: 30px; }
.tc1 .cf > div { float: left; width: 560px; max-width: calc(50% - 15px); margin-bottom: 45px; font-size: 1.4rem; }
.tc1 .cf > div:nth-child(2n) { float: right; }
.tc1 .cf > div:nth-child(2n + 1) { clear: both; }
.tc1 .cf > div > a, .tc1 .cf > div > span { display: block; position: relative; min-height: 134px; padding: 1px 0px; padding-left: 240px; color: #393939; }
.tc1 .cf > div > a:hover { text-decoration: none; }
.tc1 .cf img { position: absolute; left: 0px; top: 0px; width: 200px; height: 134px; object-fit: cover; }
.tc1 .cf h4 { font-size: 2rem; font-weight: bold; margin: -6px 0px 10px 0px; transition: all 0.15s ease-out; }
.tc1 .cf h4 span { display: block; position: relative; padding-left: 20px; }
.tc1 .cf h4 span:before { content: ''; width: 10px; height: 1px; background-color: #393939; position: absolute; left: 0px; top: 15px; }
.tc1 .cf .sc { font-weight: 500; margin-bottom: 10px; }
.tc1 .cf .sc span { background-color: #393939; color: #fff; display: inline-block; padding: 0px 5px; margin-right: 5px; }
.tc1 .cf p { line-height: 1.8; }
.tc1 .cf p:not(:last-child) { margin-bottom: 10px; }
.tc1 .cf a > span { color: #df0629; display: inline-block; padding-right: 30px; background: url(img/arrow1.png) no-repeat right 3px top 2px; transition: all 0.15s ease-out; }
.tc1 .cf a:hover h4 { color: #df0629; }
.tc1 .cf a:hover > span { background-position-x: right; }

.tc1b { display: flex; }
.tc1b .tc1 { width: calc(50% - 15px); }
.tc1b .tc1:nth-child(2n) { margin-left: auto; }
.tc1b .tc_cont { max-width: 560px; }
.tc1b .cf > div { float: none; max-width: 100%; }

@media screen and (max-width: 1200px) {
	.tc1 .cf > div > a, .tc1 .cf > div > span { padding-left: 220px; }
}

.sec2 { background: linear-gradient(to top, #ebeaea 660px, #fff 660px); }

.tc2 { display: flex; margin-bottom: 40px; justify-content: center; }
.tc2 > div { width: calc(100% / 3); }
.tc2 > div a { display: block; height: 550px; position: relative; overflow: hidden; }
.tc2 > div a:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: url(img/patt1.png); opacity: 0.7; }
.tc2 > div a img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
.tc2 > div a div { position: absolute; left: 0px; bottom: 0px; width: 100%; color: #fff; padding: 40px 20px; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); z-index: 2; }
.tc2 > div a h3, .tc2 > div a p { max-width: 370px; margin: 0 auto; text-align: left; }
.tc2 > div a h3 { font-size: 2rem; font-weight: 500; margin-bottom: 10px; }
.tc2 > div a h3 span { display: block; margin-bottom: 10px; }
.tc2 > div a h3 span i { display: inline-block; font-style: normal; padding: 2px 10px; min-width: 90px; text-align: center; margin-right: 5px; font-size: 1.4rem; background-color: rgba(255, 255, 255, 0.3); }
.tc2 > div a p { line-height: 1.8; }
.tc2 > div a:hover img { opacity: 1; transform: scale(1.1); }

.more { text-align: right; margin-bottom: 60px; }
.more a { display: inline-block; font-size: 1.6rem; color: #df0629; font-weight: 500; border: #df0629 solid 1px; border-radius: 50px; padding: 10px 10px 11px 10px; width: 160px; text-align: center; text-decoration: none; }
.more a:hover { background-color: #df0629; color: #fff; text-decoration: none; }

.tc3 { max-width: 1200px; margin: 0 auto; background-color: #fff; margin-bottom: 40px; display: flex; }
.tc3 h3 { white-space: nowrap; font-size: 2.4rem; color: #df0629; font-weight: 500; padding: 50px; border-right: #dfdfdf solid 1px; display: flex; align-items: center; position: relative; }
.tc3 h3:before { content: ''; width: 40px; height: 40px; background-color: #df0629; position: absolute; border-radius: 50%; top: 50%; right: -20px; margin-top: -20px; }
.tc3 div { padding: 40px; text-align: center; display: flex; width: 100%; justify-content: center; align-items: center; }

.sec3 { background: linear-gradient(to top, #ebeaea 580px, #fff 580px); padding-top: 120px; }
.sec3 .cont { background-color: #f8f8f8; padding: 80px 20px 1px 20px; margin-bottom: 120px; }

.tc4 { max-width: 1000px; margin: 0 auto; }
.tc4 ul { background-color: #fff; text-align: left; margin-bottom: 40px; }
.tc4 li:not(:last-child) { border-bottom: #dfdfdf solid 1px; }
.tc4 li > a, .tc4 li > span { display: flex; align-items: center; min-height: 84px; padding: 20px 40px; color: #393939; }
.tc4 li > a:hover { text-decoration: none; }
.tc4 li > a:hover p { color: #df0629; }
.tc4 li .dt { font-size: 1.4rem; color: #898989; font-weight: 500; width: 110px; }
.tc4 li .ct { width: 110px; text-align: center; font-size: 1.4rem; background-color: #393939; color: #fff; padding: 2px 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tc4 li p { width: calc(100% - 250px); margin-left: auto; transition: all 0.15s ease-out; }

.sec4 { background: none; padding-bottom: 1px; }
.sec4 .cont { margin-bottom: 0px; }

.tc4b li > a, .tc4b li > span { padding: 20px 50px; }
.tc4b li p { width: calc(100% - 130px); }

.sec2 + .sec5 { padding-top: 0px; }
.sec5 .cont { max-width: 1200px; }

.tc5 { display: flex; justify-content: center; margin-bottom: 40px; }
.tc5 > div { width: calc(100% / 4); display: flex; text-align: left; }
.tc5 > div:not(:nth-child(4n)) { border-right: #dfdfdf solid 1px; }
.tc5 > div > a { background-color: #f8f8f8; display: block; position: relative; padding-bottom: 48px; color: #393939; font-size: 1.4rem; font-weight: bold; }
.tc5 > div > a:hover { text-decoration: none; }
.tc5 > div > a:hover h3 { color: #df0629; }
.tc5 > div .dt { display: block; color: #898989; padding: 15px 20px 8px 20px; }
.tc5 > div h3 { font-size: 1.4rem; padding: 0px 20px; font-weight: bold; line-height: 1.7; transition: all 0.15s ease-out; }
.tc5 > div .ct { display: inline-block; position: absolute; left: 20px; bottom: 17px; color: #df0428; background: url(img/tag.png) no-repeat 0px 6px; background-size: 15px auto; padding-left: 25px; }

/* Sub Pages */

.sbnr { position: relative; z-index: 1; margin-bottom: -40px; height: 500px; padding: 0px 20px; }
.sbnr .bg { position: absolute; top: 0px; right: 0px; height: 500px; width: 70%; }
.sbnr1 .bg { background: url(img/sbnr1.jpg) no-repeat center; background-size: cover; }
.sbnr2 .bg { background: url(img/sbnr2.jpg) no-repeat center; background-size: cover; }
.sbnr3 .bg { background: url(img/sbnr3.jpg) no-repeat center; background-size: cover; }
.sbnr5 .bg { background: url(img/sbnr5.jpg) no-repeat center; background-size: cover; }
.sbnr6 .bg { background: url(img/sbnr6.jpg) no-repeat center; background-size: cover; }
.sbnr7 .bg { background: url(img/sbnr7.jpg) no-repeat center; background-size: cover; }
.sbnr8 .bg { background: url(img/sbnr8.jpg) no-repeat center; background-size: cover; }
.sbnr9 .bg { background: url(img/sbnr9.jpg) no-repeat center; background-size: cover; }
.sbnr10 .bg { background: url(img/sbnr10.jpg) no-repeat center; background-size: cover; }

.sbnr .tx { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; height: 460px; display: flex; align-items: center; justify-content: flex-start; text-align: left; }
.sbnr .tx .cn h1, .sbnr .tx .cn .h1 { font-size: 4.8rem; font-weight: bold; color: #df0629; white-space: nowrap; margin-bottom: 30px; text-shadow: 1px 1px 1px #fff; }
.sbnr .tx .cn p { white-space: nowrap; font-weight: 500; line-height: 1.8; text-shadow: 1px 1px 1px #fff; }

@media screen and (max-width: 1100px) {
	.sbnr .tx .cn h1, .sbnr .tx .cn .h1 { font-size: 3.8rem; }
}

main > section > .cont2 { max-width: 1440px; margin: 0 auto; text-align: left; }

.ptxt { background-color: #f9f9f9; padding: 100px 20px; text-align: left; }
.ptxt .ti { font-size: 3.4rem; font-weight: 500; margin-bottom: 25px; }
.ptxt p { line-height: 1.8; }
.ptxt p span { font-size: 1.8rem; font-weight: 500; }

.breadcrumbs { text-align: right; max-width: 1240px; padding: 0px 20px; margin: 0 auto; margin-bottom: 40px; }
main > section > .cont2 .breadcrumbs { padding: 0px; margin-top: -40px; }
.breadcrumbs > span, .breadcrumbs > span > span { display: block; font-size: 0px; }
.breadcrumbs a, .breadcrumbs > span > span > span { font-size: 1.3rem; }
.breadcrumbs a { color: #999; }
.breadcrumbs a:hover { color: #df0629; text-decoration: none; }
.breadcrumbs a:after { content: '/'; margin: 0px 20px; pointer-events: none; color: #eee; display: inline-block; }

.tc6 { padding: 0px; }
.tc6 .cont2 { max-width: 1200px; margin: 0 auto; text-align: left; }
.tc6 .bgc { max-width: 1500px; margin: 0 auto; position: relative; padding: 100px 20px; }
.tc6 .bg { position: absolute; right: 0px; top: -60px; height: 100%; max-width: 540px; width: 40%; background: url(img/bg1.jpg) no-repeat center; background-size: cover; }
.tc6 .tx { max-width: 60%; padding-right: 40px; }
.tc6 .t1 { margin-bottom: 50px; }
.tc6 p { line-height: 1.8; margin-bottom: 50px; }
.tc6 ul { display: flex; max-width: 660px; justify-content: space-between; position: relative; }
.tc6 ul li { font-size: 1.8rem; font-weight: bold; text-align: center; line-height: 1.6; padding-top: 140px; width: 170px; }
.tc6 ul li.s1 { background: url(img/st1.png) no-repeat center top; }
.tc6 ul li.s2 { background: url(img/st2.png) no-repeat center top; }
.tc6 ul li.s3 { background: url(img/st3.png) no-repeat center top; }
.tc6 ul li:after { content: ''; width: 80px; height: 20px; background: url(img/sep1.png) no-repeat center; position: absolute; margin-left: -40px; top: 55px; }
.tc6 ul li.s1:after { left: 31%; }
.tc6 ul li.s2:after { left: 69%; }
.tc6 ul li.s3:after { display: none; }

.tc7 { background-color: #f9f9f9; }
.tc7 .t1 { margin-bottom: 60px; }
.tc7 .lst { display: flex; justify-content: space-between; flex-flow: row wrap; counter-reset: tc7; }
.tc7 .lst > div { width: 360px; max-width: calc(33.33% - 15px); margin-bottom: 60px; counter-increment: tc7; }
.tc7 .lst .im { margin-bottom: 25px; position: relative; }
.tc7 .lst .im:before { content: '0' counter(tc7); position: absolute; color: #fff; text-align: center; width: 50px; line-height: 50px; background-color: #df0629; border-radius: 50%; font-size: 2rem; bottom: -10px; right: 10px; }
.tc7 .lst h3 { margin-bottom: 20px; font-size: 2.2rem; font-weight: bold; }
.tc7 .lst p { line-height: 1.8; }
.tc7 .lst p span { font-size: 1.4rem; }

.tc8 { background-color: #f9f9f9; padding: 0px 0px 10px 0px; position: relative; z-index: 1; }
.tc8 .bgc { margin-bottom: -70px; background: linear-gradient(to right, transparent 50%, #fff 50%); }
.tc8 .bgc .cont { padding: 0px; display: flex; max-width: 1420px; margin: 0 auto; }
.tc8 .bgc .lg { position: relative; text-align: center; width: 17%; }
.tc8 .bgc .lg img { max-width: 200%; position: absolute; width: 200%; transform: translate(0px, -50%); top: 50%; left: 0px; }
.tc8 .bgc .tx { background-color: #fff; width: 83%; padding: 100px 20px 100px 20%; text-align: left; }
.tc8 .bgc .tx .t1 { margin-bottom: 60px; }
.tc8 .lst { counter-reset: tc8; }
.tc8 .lst > div { margin-bottom: 80px; padding-left: 165px; counter-increment: tc8; max-width: 700px; min-height: 160px; position: relative; }
.tc8 .lst > div:after { content: ''; width: 20px; height: 80px; left: 45px; bottom: -80px; background: url(img/sep2.png) no-repeat center; position: absolute; }
.tc8 .lst > div:last-child { margin-bottom: 0px; }
.tc8 .lst > div:last-child:after { display: none; }
.tc8 .lst > div.m1 { background: url(img/mt1.png) no-repeat 0px 0px; }
.tc8 .lst > div.m2 { background: url(img/mt2.png) no-repeat 0px 0px; }
.tc8 .lst h3 { font-size: 2.4rem; font-weight: bold; margin-bottom: 30px; padding-left: 75px; position: relative; }
.tc8 .lst h3:before { content: '0' counter(tc8); font-size: 4.8rem; color: #df0629; font-weight: normal; position: absolute; left: 0px; top: -20px; font-style: italic; }
.tc8 .lst p { line-height: 1.8; }

.tc9 { background-color: #ebeaea; padding: 160px 20px 120px 20px; }
.tc9 .t1 { margin-bottom: 50px; }
.tc9 .lst { background-color: #fff; display: flex; flex-flow: row wrap; position: relative; }
.tc9 .lst:before { content: ''; position: absolute; left: 50%; top: 0px; height: 100%; width: 1px; background-color: #ebeaea; }
.tc9 .lst > div { width: 50%; border-bottom: #ebeaea solid 1px; min-height: 100px; padding: 20px 20px 25px 170px; }
.tc9 .lst > div.u1 { background: url(img/uc1.png) no-repeat 25px center; }
.tc9 .lst > div.u2 { background: url(img/uc2.png) no-repeat 25px center; }
.tc9 .lst > div.u3 { background: url(img/uc3.png) no-repeat 25px center; }
.tc9 .lst > div.u4 { background: url(img/uc4.png) no-repeat 25px center; }
.tc9 .lst > div.u5 { background: url(img/uc5.png) no-repeat 25px center; }
.tc9 .lst > div.u6 { background: url(img/uc6.png) no-repeat 25px center; }
.tc9 .lst h3 { font-size: 2.4rem; font-weight: bold; margin-bottom: 10px; }
.tc9 .lst p { line-height: 1.8; }

.tc10 { background-color: #f8f8f8; padding-bottom: 120px; }
.tc10 .t1 { margin-bottom: 50px; }
.tc10 .im { text-align: center; padding: 60px 40px; background-color: #fff; }

.tc11 .cont2 { max-width: 1000px; }
.tc11 .title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 30px; }
.tc11 .title > div { display: flex; }
.tc11 .title > div > div { width: 160px; height: 160px; border: #df0629 solid 1px; color: #df0629; border-radius: 50%; text-align: center; margin-left: 40px; padding: 20px 0px; }
.tc11 .title .t { display: block; font-size: 2.1rem; line-height: 1.2; }
.tc11 .title .p1 { font-size: 2.6rem; padding-left: 20px; }
.tc11 .title .p1 b { font-size: 9rem; display: inline-block; line-height: 1; font-weight: normal; }
.tc11 .title .p2 { font-size: 6rem; line-height: 1.5; }
.tc11 .title + p { font-size: 1.4rem; text-align: right; margin-bottom: 80px; }
.tc11 .tx { text-align: center; padding: 55px; border: #df0629 dashed 1px; margin-bottom: 95px; }
.tc11 .tx h3 { font-size: 0px; }
.tc11 .tx h3 span { display: inline-block; border: #df0629 solid 2px; font-size: 2.4rem; font-weight: 500; border-radius: 50px; padding: 8px 50px; vertical-align: top; margin: -85px 0px 30px 0px; background-color: #fff; }
.tc11 .tx .ds { background-color: #f9f9f9; padding: 30px 70px; text-align: left; margin: 0 auto; max-width: 700px; line-height: 1.8; margin-bottom: 40px; }
.tc11 .tx .ds span { font-weight: 500; }
.tc11 .tx .ds .sm { font-size: 1.4rem; margin-top: 10px; }
.tc11 .tx .bks { max-width: 810px; margin: 0 auto; margin-top: 20px; }
.tc11 .tx .bks ul { max-width: calc(50% - 10px); }
.tc11 .tx .bks li { margin-top: 20px; }
.tc11 .tx2 { margin-bottom: 20px; }
.tc11 .tx2, .tc11 .tx2 h3 span { border-color: #898989; }
.tc11 .tx2 + p { font-size: 1.4rem; text-align: right; margin-bottom: 30px; }

.tc12 { background-color: #ebeaea; padding-bottom: 30px; }
.tc12 .cont2 { max-width: 1000px; }
.tc12 .t1 { margin-bottom: 50px; }
.tc12 + .fcta { margin-top: 100px; }

.faq { padding-bottom: 10px; }
.faq dl { background-color: #fff; margin-bottom: 20px; }
.faq dt { padding: 25px 30px 25px 75px; font-weight: 500; font-size: 1.8rem; position: relative; cursor: pointer; transition: all 0.15s ease-out; }
.faq dt:before { content: 'Q'; width: 30px; line-height: 26px; padding-bottom: 4px; color: #fff; font-weight: normal; text-align: center; position: absolute; left: 30px; border-radius: 50%; background-color: #df0428; top: 24px; }
.faq dt:after { content: ''; width: 14px; height: 14px; right: 30px; top: 50%; margin-top: -5px; position: absolute; background: url(img/arrow4.png) no-repeat center; transition: all 0.15s ease-out; }
.faq dt.on:after { transform: rotate(-180deg); }
.faq dt:hover { color: #df0428; }
.faq dd { padding: 20px 0px 25px 0px; margin: 0px 30px; border-top: #ebeaea solid 1px; line-height: 1.8; display: none; }
.faq dd span { font-size: 1.4rem; }
.faq dd.on { display: block; }

.sec2nbg { background: none; padding-bottom: 30px; }

.tc13 { background-color: #f9f9f9; padding: 0px 20px; }
.tc13 .cont { background-color: #fff; padding: 60px 70px; }
.tc13 .cont2 { text-align: left; max-width: 1200px; margin: 0 auto; }
.tc13 .more { margin-bottom: 0px; }
.tc13 .lst { display: flex; justify-content: space-between; flex-flow: row wrap; padding-top: 20px; }
.tc13 .lst > div { width: 360px; max-width: calc(33.33% - 15px); margin-bottom: 40px; }
.tc13 .lst .im { margin-bottom: 15px; position: relative; }
.tc13 .lst p { line-height: 1.8; font-size: 1.8rem; }

.tc14 { background-color: #f9f9f9; padding: 100px 0px 0px 0px; }
.tc14 .cont2 { max-width: 1240px; padding: 0px 20px; margin-bottom: 60px; }
.tc14 .cont2 p { line-height: 1.8; }
.tc14 .flw { max-width: 1500px; margin: 0 auto; display: flex; position: relative; }
.tc14 .flw > div { flex: 1; height: 600px; position: relative; padding-top: 125px; }
.tc14 .flw > div:before { content: ''; z-index: 1; position: absolute; width: 82px; height: 24px; background: url(img/sep3.png) no-repeat center; top: 210px; left: -41px; }
.tc14 .flw > div:first-child:before { display: none; }
.tc14 .flw > div:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: url(img/patt1.png); }
.tc14 .flw > div.f1 { background: url(img/flw1.jpg) no-repeat center; background-size: cover; }
.tc14 .flw > div.f2 { background: url(img/flw2.jpg) no-repeat center; background-size: cover; }
.tc14 .flw > div.f3 { background: url(img/flw3.jpg) no-repeat center; background-size: cover; }
.tc14 .flw > div span { width: 200px; height: 200px; border: #fff solid 1px; display: flex; margin: 0 auto; border-radius: 50%; align-items: center; justify-content: center; color: #fff; font-size: 1.8rem; background-color: rgba(0, 0, 0, 0.1); position: relative; z-index: 1; }
.tc14 .flw > div span:before { content: attr(data-before); color: #e01835; font-size: 1.6rem; width: 70px; height: 70px; position: absolute; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; top: -15px; left: -15px; }
.tc14 .flw > p { position: absolute; z-index: 1; height: 210px; width: 100%; left: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.4); color: #fff; }
.tc14 .flw > p span { display: inline-block; position: relative; font-size: 2.4rem; padding: 30px 80px; }
.tc14 .flw > p span:before, .tc14 .flw > p span:after { content: ''; width: 40px; height: 2px; background-color: #fff; position: absolute; top: 50%; margin-top: -1px; }
.tc14 .flw > p span:before { left: 0px; }
.tc14 .flw > p span:after { right: 0px; }

.tc15 { position: relative; z-index: 1; padding: 10px 20px 0px 20px; }
.tc15 .cont2 { background-color: #f8f8f8; padding: 80px 100px; margin-top: -80px; }
.tc15 .cont2 > p { line-height: 1.8; margin-bottom: 60px; }
.tc15 .cont3 { max-width: 800px; margin: 0 auto; text-align: center; }
.tc15 .cont3 > p { text-align: right; font-size: 1.4rem; padding-top: 10px; }
.tc15 .bx { background-color: #fff; border: #898989 dashed 1px; padding: 10px 45px 45px 45px; }
.tc15 .bx h3 { font-size: 2.2rem; font-weight: 500; border: #898989 solid 2px; display: inline-block; vertical-align: top; padding: 10px 50px; border-radius: 60px; margin-top: -40px; margin-bottom: 45px; background-color: #fff; }
.tc15 .bx a { display: inline-block; text-align: right; }
.tc15 .bx a img { display: block; margin-bottom: 5px; }
.tc15 .bx a span { display: inline-block; background: url(img/arrow1.png) no-repeat right 4px; padding-right: 24px; }
.tc15 .bx a:hover span { text-decoration: underline; }

.tc16 { padding: 120px 20px; }
.tc16 .cont2 { max-width: 1000px; }
.tc16 .cont2 > p { line-height: 1.8; padding-top: 20px; }
.tc16 .tbl { padding-top: 20px; }
.tc16 .tbl table { border-collapse: collapse; width: 100%; margin-bottom: 15px; }
.tc16 .tbl th, .tc16 .tbl td { border: #ebeaea solid 1px; font-size: 2rem; font-weight: normal; padding: 20px; text-align: center; }
.tc16 .tbl th { background-color: #f9f9f9; }
.tc16 .tbl td span { font-size: 2.4rem; color: #df0629; }
.tc16 .tbl p { text-align: right; }

.tc17 { background-color: #f9f9f9; padding: 0px 20px; }
.tc17 .cont { background-color: #fff; text-align: left; padding: 80px 110px; }
.tc17 .cf { padding-top: 20px; }
.tc17 .lf { width: calc(66.66% - 50px); }
.tc17 .lf .tx { float: right; width: 700px; max-width: 100%; padding-top: 50px; }
.tc17 .lf ol { list-style: none; padding: 0px; margin: 0px; counter-reset: tc17; }
.tc17 .lf ol li { padding: 0px 0px 0px 70px; margin: 0px 0px 40px 0px; counter-increment: tc17; position: relative; }
.tc17 .lf ol li:before { content: '0' counter(tc17); font-size: 3.6rem; color: #df0629; font-style: italic; position: absolute; left: 0px; top: -10px; }
.tc17 .lf ol li span { display: block; font-size: 2.2rem; padding-bottom: 5px; }
.tc17 .lf .im { margin-left: -110px; }
.tc17 .rh { width: 33.33%; }
.tc17 .rh .tx { float: left; }
.tc17 .rh .more { margin: 30px 0px 0px 0px; }

.tc14b .cont2 p { text-align: center; }
.tc14b .flw > div { height: 500px; position: relative; padding: 0px; display: flex; align-items: center; justify-content: center; }
.tc14b .flw > div:before { display: none; }
.tc14b .flw > div.f1 { background: url(img/flw_b1.jpg) no-repeat center; background-size: cover; }
.tc14b .flw > div.f2 { background: url(img/flw_b2.jpg) no-repeat center; background-size: cover; }
.tc14b .flw > div.f3 { background: url(img/flw_b3.jpg) no-repeat center; background-size: cover; }
.tc14b .flw > div.f4 { background: url(img/flw_b4.jpg) no-repeat center; background-size: cover; }
.tc14b .flw > div span { width: 220px; height: 220px; }
.tc14b .flw > div span:before { display: none; }

.popup { position: fixed; z-index: 1300; background-color: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; top: 0px; left: 0px; display: flex; padding: 20px; overflow: auto; -webkit-overflow-scrolling: touch; transition: all 0.2s ease-out; opacity: 0; visibility: hidden; pointer-events: none; }
.popup .pop_cont { width: 800px; max-width: 100%; margin: auto; padding: 30px; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); position: relative; transition: all 0.2s ease-out; transform: translateY(-20px); }
.popup.show { opacity: 1; visibility: visible; pointer-events: all; }
.popup.show .pop_cont { transform: translateY(0px); }
.popup .pop_cont > span { position: absolute; right: -10px; top: -10px; width: 32px; height: 32px; background-color: #333; border-radius: 50%; border: #fff solid 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); cursor: pointer; transition: all 0.15s ease-out; }
.popup .pop_cont > span:before, .popup .pop_cont > span:after { content: ''; width: 16px; height: 2px; background-color: #fff; position: absolute; top: 13px; left: 6px; }
.popup .pop_cont > span:before { transform: rotate(45deg); }
.popup .pop_cont > span:after { transform: rotate(-45deg); }
.popup .pop_cont > span:hover { background-color: #df0629; }
.popup .vid { position: relative; }
.popup .vid iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }

.sec1b { padding-top: 0px; }
.sec1b .tc1 h3:after { content: attr(data-after); font-size: 1.2rem; color: #898989; font-weight: normal; display: inline-block; vertical-align: top; margin: 14px 0px 0px 20px; }

.tc1c { background-color: #ebeaea; padding-top: 80px; padding-bottom: 60px; margin-bottom: 120px; }
.tc1c .cf:first-child { padding-top: 0px; }
.tc1c .cf > div { float: none; width: auto; max-width: 100%; background-color: #fff; font-size: 1.6rem; }
.tc1c .cf > div:nth-child(2n) { float: none; }
.tc1c .cf img { width: 400px; height: 260px; top: 50px; left: 60px; }
.tc1c .cf > div > a, .tc1c .cf > div > span { min-height: 360px; padding: 50px 60px 50px 510px; }
.tc1c .cf > div:nth-child(2n) img { left: auto; right: 60px; }
.tc1c .cf > div:nth-child(2n) > a, .tc1c .cf > div:nth-child(2n) > span { padding: 50px 510px 50px 60px; }
.tc1c .cf h4 { font-size: 2.2rem; margin-top: 0px; margin-bottom: 20px; }
.tc1c .cf h4 span { display: inline-block; margin-left: 15px; }
.tc1c .cf .sc { font-size: 1.8rem; margin-bottom: 20px; }
.tc1c .cf p:not(:last-child) { margin-bottom: 20px; }
.tc1c .cf a > span { background-position: right 3px top 4px; }

@media screen and (max-width: 1000px) {
	.tc1c .cf img { width: 300px; height: 195px; }
	.tc1c .cf > div > a, .tc1c .cf > div > span { min-height: 295px; padding-left: 410px; }
	.tc1c .cf > div:nth-child(2n) > a, .tc1c .cf > div:nth-child(2n) > span { padding-right: 410px; }
}

.tc18 { background-color: #f9f9f9; padding: 0px 20px 120px 20px; }
.tc18 .cont { background-color: #fff; text-align: left; padding: 80px 110px 40px 110px; counter-reset: tc18; }
.tc18 .t1 { margin-bottom: 50px; }
.tc18 .bx { background-color: #f9f9f9; padding: 60px 100px; margin-bottom: 40px; counter-increment: tc18; }
.tc18 .st { margin-bottom: 35px; }
.tc18 .st:before { content: '0' counter(tc18); font-size: 3.6rem; line-height: 1; color: #df0629; font-style: italic; margin-right: 30px; display: inline-block; vertical-align: top; margin-top: -4px; }
.tc18 .st span { font-size: 1.8rem; border: #df0629 solid 1px; border-radius: 50px; padding: 2px 20px; display: inline-block; vertical-align: top; }
.tc18 .bx h3 { font-size: 22px; font-weight: 500; color: #df0629; margin-bottom: 20px; }
.tc18 .bx h3:after { content: attr(data-after); display: inline-block; font-size: 1.2rem; color: #898989; margin: 9px 0px 0px 20px; vertical-align: top; font-weight: normal; letter-spacing: 0.1em; }
.tc18 .tx { margin-bottom: 50px; padding-top: 10px; }
.tc18 .tx p { margin-bottom: 15px; line-height: 2; }
.tc18 .tx p.b { font-size: 1.7rem; font-weight: 500; }
.tc18 .ls { display: flex; justify-content: space-between; counter-reset: tc18i; margin-bottom: 50px; }
.tc18 .ls > div { width: calc((100% - 60px) / 3); counter-increment: tc18i; }
.tc18 .ls > div > span { display: block; position: relative; margin-bottom: 15px; }
.tc18 .ls > div > span:before { content: '0' counter(tc18i); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background-color: #df0629; color: #fff; position: absolute; right: 10px; bottom: -10px; }
.tc18 .ls h4 { font-size: 2rem; font-weight: 500; line-height: 1.4; margin-bottom: 10px; }
.tc18 .ls p { font-size: 1.4rem; line-height: 1.6; }
.tc18 .ls p.s { font-size: 1.2rem; }
.tc18 table { width: 100%; border-collapse: collapse; }
.tc18 table th, .tc18 table td { border: #ebeaea solid 1px; background-color: #fff; text-align: center; padding: 15px; width: 33.33%; font-size: 2rem; }
.tc18 table th { font-weight: 500; background-color: #ebeaea; }
.tc18 table th:not(:first-child) { border-left-color: #fff; }
.tc18 table th:not(:last-child) { border-right-color: #fff; }
.tc18 table td { padding: 20px 15px; }
.tc18 table td .r { color: #df0629; }
.tc18 table td .s { font-size: 1.3rem; line-height: 1.6; display: inline-block; }
.tc18 .ls2 { position: relative; background-color: #fff; padding: 0px 60px; margin-bottom: 50px; }
.tc18 .ls2:before, .tc18 .ls2:after { content: ''; position: absolute; }
.tc18 .ls2:before { left: 25px; top: 50%; margin-top: -1px; border-bottom: #e11233 dotted 2px; width: calc(100% - 50px); }
.tc18 .ls2:after { top: 25px; left: 50%; margin-left: -1px; border-right: #e11233 dotted 2px; height: calc(100% - 50px); }
.tc18 .ls2 .ti { width: 210px; height: 210px; top: 50%; left: 50%; margin: -105px 0px 0px -105px; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 50%; background-color: #df0629; font-size: 1.7rem; position: absolute; border: #fff solid 15px; z-index: 1; }
.tc18 .ls2 ol { display: flex; justify-content: space-between; flex-flow: row wrap; align-items: flex-start; list-style: none; position: relative; z-index: 2; padding: 0px; margin: 0px; counter-reset: tc18c; }
.tc18 .ls2 li { margin: 0px; width: calc(50% - 110px); padding: 35px 0px; counter-increment: tc18c; }
.tc18 .ls2 li.sc { align-self: center; }
.tc18 .ls2 h4 { position: relative; font-size: 1.8rem; font-weight: 500; padding: 3px 0px 3px 48px; margin: 10px 0px; }
.tc18 .ls2 h4:before { content: '0' counter(tc18c); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background-color: #df0629; color: #fff; position: absolute; left: 0px; top: 0px; font-weight: normal; }
.tc18 .ls2 p { line-height: 1.8; margin-left: 48px; padding-left: 15px; position: relative; }
.tc18 .ls2 p:before { content: ''; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0px; top: 12px; background-color: #ebeaea; }

@media screen and (max-width: 1330px) {
	.tc18 .ls2 { padding: 0px 20px; }
	.tc18 .ls2 li { width: calc(50% - 50px); }
}
@media screen and (max-width: 1100px) {
	.tc18 .bx { padding: 60px 20px; }
}
@media screen and (max-width: 950px) {
	.tc18 .cont { padding: 80px 20px 40px 20px; }
}


.faq dd .imgs { text-align: center; }
.faq dd .imgs > div:not(:last-child) { margin-bottom: 20px; }
.faq + .more a { width: auto; min-width: 160px; padding-left: 20px; padding-right: 20px; }

.tc19 { background-color: #f9f9f9; padding: 0px 20px; }
.tc19 .cont { background-color: #fff; padding: 80px 20px 100px 20px; }
.tc19 .cont2 { max-width: 1200px; margin: 0 auto; text-align: left; }
.tc19 .lst { counter-reset: tc19; padding-top: 50px; }
.tc19 .lst > div { margin-bottom: 80px; padding: 20px 0px; padding-left: 320px; counter-increment: tc19; min-height: 200px; position: relative; }
.tc19 .lst > div:after { content: ''; width: 20px; height: 80px; left: 106px; bottom: -80px; background: url(img/sep2.png) no-repeat center; position: absolute; }
.tc19 .lst > div:last-child { margin-bottom: 0px; }
.tc19 .lst > div:last-child:after { display: none; }
.tc19 .lst > div.m1 { background: url(img/mt3.png) no-repeat 0px center; }
.tc19 .lst > div.m2 { background: url(img/mt4.png) no-repeat 0px center; }
.tc19 .lst > div.m3 { background: url(img/mt5.png) no-repeat 0px center; }
.tc19 .lst h3 { font-size: 2.4rem; font-weight: bold; margin-bottom: 30px; padding-left: 90px; position: relative; }
.tc19 .lst h3:before { content: '0' counter(tc19); font-size: 4.8rem; color: #df0629; font-weight: normal; position: absolute; left: 0px; top: -20px; font-style: italic; }
.tc19 .lst p { line-height: 1.8; font-size: 1.8rem; }

/* Text Pages */

.sbnr_m { height: 300px; display: flex; align-items: center; justify-content: center; padding: 20px; }
.sbnr_m h1, .sbnr_m .h1 { font-size: 4.4rem; color: #fff; font-weight: bold; text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); padding-top: 15px; }
.sbnr_m h1:after, .sbnr_m .h1:after { content: attr(data-after); display: block; font-size: 2rem; font-weight: normal; padding-top: 15px; }
.sbnr_m.sbnr4 { background: url(img/sbnr4.jpg) no-repeat center; background-size: cover; }

.dpage { padding-top: 60px; background-color: #f9f9f9; }
.dpage .cont2 { max-width: 1000px; margin-right: auto;margin-left: auto; }
.dpage + .fcta { margin-top: 100px; }

.ctext { padding: 40px; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); font-size: 1.8rem; line-height: 2; }
.ctext .h2 { color: #df0428; font-size: 2.2rem; font-weight: 500; border-bottom: #eee solid 2px; padding: 10px; margin-bottom: 10px; }
.ctext .h2 span { font-size: 1.8rem; }
.ctext p, .ctext .p { padding: 10px; margin-bottom: 30px; }
.ctext ul > li { padding-left: 20px; position: relative; }
.ctext ul > li:before { content: ''; width: 10px; height: 10px; border-radius: 50%; position: absolute; left: 0px; top: 13px; background-color: #ccc; }
.ctext a { text-decoration: underline; }
.ctext a:hover { text-decoration: none; }
.ctext .map { padding-top: 10px; }
.ctext .map iframe { width: 100%; height: 500px; }
.ctext .map p { text-align: right; font-size: 1.4rem; }
.ctext .map a { display: inline-block; background: url(img/arrow1.png) no-repeat right 1px center; padding-right: 24px; }
.ctext .mb0 { margin-bottom: 0px; }
.ctext .rt { text-align: right; }
.ctext .sm { font-size: 1.4rem; }

.ctext ol { margin: 0px; padding-left: 20px; }
.ctext ol.p { padding-left: 30px; }
.ctext ol.lnum { list-style: none; padding-left: 0px; }
.ctext ol.lnum.p { padding-left: 10px; }
.ctext li > ol.p, .ctext li > ul.p { margin-bottom: 0px; }
.ctext ol.lnum > li { position: relative; padding-left: 35px; }
.ctext ol.lnum > li:before { content: attr(data-num); position: absolute; left: 0px; color: #999; width: 30px; text-align: right; }
.ctext_s { font-size: 1.6rem; }
.ctext_s ul > li:before { width: 8px; height: 8px; }

.center { text-align: center; }

/* Sitemap */

.sitemap { padding: 40px; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); font-size: 1.8rem; line-height: 2; }
.sitemap > li { padding: 20px; }
.sitemap > li:not(:last-child) { border-bottom: #ccc dotted 1px; }
.sitemap > li > a { display: inline-block; background: url(img/arrow1.png) no-repeat 0px 10px; padding-left: 30px; }
.sitemap ul { padding: 15px 0px 0px 30px; font-size: 1.6rem; }
.sitemap ul li { padding-top: 5px; }
.sitemap ul li a { display: inline-block; background: url(img/arrow3.png) no-repeat 0px 11px; background-size: 7px auto; padding-left: 20px; }

/* Forms */

.cform { padding: 40px; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); line-height: 2; }
.cform hr { border: none; background: none; display: block; margin: 30px 0px; padding: 0px; border-bottom: #eee solid 2px; }
.cform table { border-collapse: collapse; width: 100%; }
.cform th, .cform td { border-bottom: #eee solid 1px; padding: 30px 20px; }
.cform th { width: 30%; }
.cform th span { display: block; position: relative; padding-right: 50px; }
.cform th span:after { content: '任意'; background-color: #ccc; color: #fff; font-size: 1.4rem; line-height: 1.4; width: 40px; text-align: center; padding: 2px 0px; font-weight: normal; position: absolute; right: 0px; border-radius: 5px; top: 4px; }
.cform th span.req:after { content: '必須'; background-color: #df0428; }

.cform input[type="text"], .cform input[type="number"], .cform input[type="tel"], .cform input[type="email"], .cform textarea, .cform select { appearance: none; -webkit-appearance: none; font-family: inherit; font-size: 1.6rem; line-height: 1.5; font-weight: normal; border: #ccc solid 1px; box-shadow: inset 0px 0px 1px #ccc; border-radius: 5px; width: 100%; padding: 10px 20px; resize: none; transition: all 0.15s ease-out; }
.cform input[type="text"]:focus, .cform input[type="number"]:focus, .cform input[type="tel"]:focus, .cform input[type="email"]:focus, .cform textarea:focus, .cform select:focus { border-color: #df0428; box-shadow: 0px 0px 0px 2px rgba(223, 4, 40, 0.2); }

.cform input::-webkit-outer-spin-button, .cform input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cform input[type="number"] { -moz-appearance: textfield; }
.cform input::placeholder, .cform textarea::placeholder { color: #ababab; opacity: 1; }
.cform input:-ms-input-placeholder, .cform textarea:-ms-input-placeholder { color: #ababab; }
.cform input::-ms-input-placeholder, .cform textarea::-ms-input-placeholder { color: #ababab; }

.cform input.wpcf7c-conf, .cform select.wpcf7c-conf, .cform textarea.wpcf7c-conf { pointer-events: none; background-color: #ececec; }

.cform .nav { text-align: center; padding: 40px 0px 10px 0px; }
.cform .nav input { appearance: none; -webkit-appearance: none; display: inline-block; vertical-align: top; margin: 0px 10px; font-family: inherit; font-size: 2rem; line-height: 1.4; font-weight: bold; border: none; background-color: #df0629; color: #fff; border-radius: 50px; padding: 15px 20px; min-width: 200px; cursor: pointer; }
.cform .nav input:hover { opacity: 0.75; }
.cform .nav input.wpcf7-back { background-color: #ccc; }
.cform .nav input.wpcf7-confirm { min-width: 300px; }

.cform div.wpcf7 .ajax-loader { margin: 21px 0px 0px 0px; }

.cform .wpcf7-not-valid-tip { font-size: 1.4rem; padding-top: 10px; }
.cform .wpcf7 form .wpcf7-response-output { border: #98d489 solid 1px; background-color: #e6ffe8; border-radius: 5px; text-align: center; padding: 15px; color: #40942b; }
.cform .wpcf7 form.invalid .wpcf7-response-output, .cform .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #d66d6d; background-color: #ffe4e4; color: #d42a2a; }

/* Blog */

.ptxt_nb { padding-bottom: 20px; }
.tslides { margin: 0px -10px; padding: 20px 0px; }
.tslides .swiper-container { padding-bottom: 60px; }
.tslides .swiper-slide { padding: 0px 10px; }
.tslides .swiper-slide a { display: block; color: #333; font-size: 1.4rem; }
.tslides .swiper-slide a:hover { text-decoration: none; color: #df0629; }
.tslides .swiper-slide p { padding-top: 15px; font-weight: 500; }
.tslides .swiper-slide img { width: 300px; height: 180px; object-fit: cover; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); }
body .tslides .swiper-pagination { bottom: 20px; height: 8px; }
body .tslides .swiper-pagination .swiper-pagination-bullet { vertical-align: top; margin: 0px 8px; width: 8px; height: 8px; outline: none; }
body .tslides .swiper-pagination .swiper-pagination-bullet-active { background-color: #df0629; }

.tpicks { background-color: #f8f8f8; padding: 0px 20px; }
.tpicks .cont { background-color: #fff; padding: 60px 20px 40px 20px; }
.tpicks .cont2 { max-width: 1200px; margin: 0 auto; text-align: left; }

.blist { display: flex; flex-flow: row wrap; margin: 0px -10px; }
.blist > div { display: flex; }
.blist > div > a {text-decoration: none; display: flex; flex-direction: column; font-size: 1.4rem; color: #333; line-height: 1.8; width: 100%; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); }
.blist > div > a:hover { text-decoration: none; }
.blist > div > a:hover p { color: #df0629; }
.blist .tx { padding: 15px 20px 20px 20px; display: flex; flex: 1; flex-direction: column; }
.blist .im { position: relative; }
.blist .im img { width: 300px; height: 180px; object-fit: cover; }
.blist .im i { font-style: normal; text-align: center; font-size: 1.2rem; line-height: 1.2; display: flex; align-items: center; justify-content: center; background-color: #df0629; color: #fff; padding: 5px; width: 50px; height: 50px; position: absolute; right: 10px; bottom: -25px; border-radius: 50%; }
.blist .dt { color: #898989; display: block; margin-bottom: 5px; }
.blist .tx p { font-weight: 500; transition: all 0.15s ease-out; margin-bottom: 10px; }
.blist .ct { color: #df0428; display: block; background: url(img/tag.png) no-repeat 0px 7px; background-size: 18px auto; padding-left: 24px; margin-top: auto; }
.blist .ct em { font-style: normal; font-size: 1.2rem; line-height: 1.2; display: inline-block; border: #df0428 solid 1px; background-color: #fff; padding: 0px 5px; border-radius: 2px; margin-left: 10px; }

.blist1 > div { width: calc(25% - 20px); margin: 0px 10px 30px 10px; background-color: #f8f8f8; }
.blist2 > div { width: calc(33.33% - 20px); margin: 0px 10px 30px 10px; background-color: #fff; }

.bcont { background-color: #f8f8f8; padding-top: 80px; }
.bcont .lbar { width: 100%; max-width: 100%; float: left; }
.bcont .rbar { width: 256px; float: right; display:none}
.bcont + .fcta { margin-top: 100px; }

.bmore { margin-bottom: 80px; }
.bmore a { width: 220px; }

.ftlist { background-color: #ebeaea; padding: 60px 100px 70px 100px; margin-bottom: 30px; }
.ftlist .sb { font-size: 2.4rem; font-weight: 500; margin-bottom: 30px; }
.blist3 { display: block; margin: 0px; }
.blist3 > div:not(:last-child) { border-bottom: #fff solid 2px; margin-bottom: 30px; padding-bottom: 30px; }
.blist3 > div > a { flex-direction: row; box-shadow: none; }
.blist3 .tx { padding: 5px 0px 5px 20px; }
.blist3 .im img { width: 230px; height: 160px; }
.blist3 .im i { display: none; }
.blist3 > div:first-child > a { flex-direction: column; }
.blist3 > div:first-child .tx { padding: 20px 0px 5px 0px; }
.blist3 > div:first-child .tx p { font-size: 1.8rem; }
.blist3 > div:first-child .im { text-align: center; }
.blist3 > div:first-child .im img { width: 580px; height: 410px; }

.widget { margin-bottom: 30px; background-color: #fff; padding: 20px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); }
.widget.wt_nt { padding: 0px; }
.widget .ti { font-size: 1.4rem; font-weight: bold; border-bottom: #ccc solid 1px; padding: 0px 0px 10px 0px; margin-bottom: 5px; }
.widget > ul { font-size: 1.2rem; color: #666; }
.widget > ul a { display: inline-block; color: #333; font-size: 1.4rem; margin-right: 5px; }
.widget > ul a:hover { text-decoration: none; color: #df0629; }
.widget > ul > li { border-bottom: #e3e3e3 solid 1px; padding: 10px; }
.widget > ul > li:last-child { border-bottom: none; }
.widget > ul ul { padding-left: 10px; border-top: #e3e3e3 solid 1px; margin-top: 10px; }
.widget > ul ul li { border-bottom: #e3e3e3 dotted 1px; padding: 8px; }
.widget > ul ul li:last-child { border-bottom: none; padding-bottom: 0px; }

.widget_tag_cloud .tagcloud { font-size: 0px; margin-right: -15px; }
.widget_tag_cloud a, .tags a { display: inline-block; vertical-align: top; font-size: 1.3rem !important; font-weight: 500; color: #333; margin: 10px 15px 0px 0px; }
.widget_tag_cloud a:before, .tags a:before { content: '#'; margin-right: 3px; color: #ccc; }
.widget_tag_cloud a:hover, .tags a:hover { text-decoration: none; color: #df0629; }

.widget ul.wi_list a { margin: 0px; font-size: 1.3rem; line-height: 1.6; display: block; }
.widget ul.wi_list a:after { content: ''; display: block; clear: both; }
.widget ul.wi_list > li { padding: 10px 0px; }
.widget ul.wi_list img { float: left; width: 90px; height: 54px; object-fit: cover; margin: 3px 10px 0px 0px; }
.recmore { text-align: right; border-top: #e3e3e3 solid 1px; padding-top: 15px; margin: 0px; }
.recmore a { display: inline-block; font-size: 1.3rem; padding: 5px; width: 120px; }

.popular-posts > ul { counter-reset: mvp; }
.popular-posts > ul > li { counter-increment: mvp; position: relative; }
.popular-posts > ul > li:before { content: counter(mvp); position: absolute; left: 0px; top: 13px; z-index: 1; font-size: 1.3rem; width: 20px; line-height: 20px; text-align: center; background-color: #df0629; font-weight: 500; color: #fff; }
.popular-posts > ul > li span { margin: 0px; }
.widget ul.wi_list i { display: block; font-style: normal; font-size: 1.1rem; text-align: right; color: #df0629; padding-top: 5px; }

.widget_search { padding: 0px; }
.widget_search div { font-size: 0px; }
.widget_search label { display: none; }
.widget_search input { appearance: none; -webkit-appearance: none; font-family: inherit; font-size: 1.4rem; border-radius: 0px; display: inline-block; vertical-align: top; height: 40px; border: #fff solid 1px; }
.widget_search input[type="text"] { padding: 6px 10px; width: calc(100% - 40px); }
.widget_search input[type="text"]:focus { box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1); }
.widget_search input[type="submit"] { width: 40px; font-size: 0px; background: url(img/ic5.png) no-repeat center; background-color: #df0629; cursor: pointer; border-color: #df0629; }
.widget_search input[type="submit"]:hover { opacity: 0.8; }

.widget_archive label { display: none; }
.widget_archive select { appearance: none; -webkit-appearance: none; font-family: inherit; font-size: 1.4rem; line-height: 1.5; font-weight: normal; border: #ccc solid 1px; box-shadow: inset 0px 0px 1px #ccc; border-radius: 3px; width: 100%; padding: 7px 15px; resize: none; transition: all 0.15s ease-out; margin-top: 10px; background: #fff url(img/arrow4.png) no-repeat right 10px center; }
.widget_archive select:focus { border-color: #df0428; box-shadow: 0px 0px 0px 2px rgba(223, 4, 40, 0.2); }

.widget .rsns { text-align: center; font-size: 0px; padding-top: 5px; margin: 0px -3px; }
.widget .rsns a { display: inline-block; vertical-align: top; margin: 5px 3px 0px 3px; width: 36px; }

.lbar > .box { background-color: #fff; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); padding: 50px 60px; }
.t2 { font-size: 3rem; font-weight: bold; color: #df0629; border-bottom: #eee solid 2px; padding-bottom: 30px; margin-bottom: 40px; }

.blist4 { display: block; margin: 0px 0px 20px 0px; }
.blist4 > div:not(:last-child) { border-bottom: #eee solid 1px; margin-bottom: 30px; padding-bottom: 30px; }
.blist4 > div > a { flex-direction: row; box-shadow: none; }
.blist4 .tx { padding: 5px 0px 5px 30px; }
.blist4 .im img { width: 230px; height: 140px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); }
.blist4 .im i { font-size: 1.1rem; line-height: 1; width: 40px; height: 40px; right: auto; bottom: auto; left: -10px; top: -10px; border: #fff solid 2px;  }
.blist4 .tx p { font-size: 2rem; line-height: 1.6; }
.blist4 .dt { text-align: right; margin-top: -5px; margin-bottom: 5px; }

.pager { margin: 80px 0px 20px 0px; text-align: center; font-size: 0px; }
.pager a, .pager span { display: inline-block; vertical-align: top; line-height: 36px; width: 36px; font-size: 1.6rem; border-radius: 50px; margin: 0px 5px 10px 5px; }
.pager a { background-color: #eee; color: #333; }
.pager a:hover { background-color: #ddd; text-decoration: none; }
.pager span { color: #fff; background-color: #df0629; }
.pager span.dots { color: #ddd; background: none; }
.pager a.prev, .pager a.next { width: auto; padding: 0px 20px; }
.pager a.prev { margin: 0px 10px 10px 0px; }
.pager a.next { margin: 0px 0px 10px 10px; }

.nodata { padding: 50px 30px; text-align: center; background-color: #efefef; color: #ccc; font-size: 1.8rem; }

.author { display: flex; border: #eee solid 1px; padding: 20px; margin-bottom: 40px; border-radius: 5px; }
.author .avt { width: 96px; margin-right: 20px; }
.author .cms { margin: 0px; }
.author .cms h3 { margin-bottom: 10px; }

.cms.ct_cms { border: #eee solid 1px; padding: 20px; margin-bottom: 40px; border-radius: 5px; line-height: 1.6; }

.blogdet .meta { margin-bottom: 20px; margin-top: -20px; }
.blogdet .meta .dt { display: inline-block; vertical-align: top; color: #898989; margin-right: 20px; }
.blogdet .meta .ct { display: inline-block; vertical-align: top; background: url(img/tag.png) no-repeat 0px 7px; background-size: 18px auto; padding-left: 24px; }
.blogdet .meta .ct em { font-style: normal; font-size: 1.4rem; line-height: 1.2; display: inline-block; border: #df0428 solid 1px; background-color: #fff; padding: 0px 5px; border-radius: 2px; margin-left: 10px; }

.social { font-size: 0px; margin-bottom: 40px; min-height: 20px; }
.social > div { display: inline-block; vertical-align: top; height: 20px; margin-right: 10px; }

.cms { line-height: 2; text-align: left; margin-bottom: 60px; }
.cms:after { content: ''; display: block; clear: both; }
.cms > *:last-child { margin-bottom: 0 !important; }
.cms p { margin-bottom: 40px; }
.cms p + p { margin-top: -10px; }
.cms h2 { font-size: 2.4rem; font-weight: bold; color: #333; line-height: 1.4; padding: 0px; margin-bottom: 25px; clear: both; border-bottom: #df0629 solid 2px; padding-bottom: 15px; position: relative; }
.cms h2:before { content: ''; width: 40px; height: 2px; background-color: #333; border-right: #fff solid 5px; position: absolute; left: 0px; bottom: -2px; }
.cms h3 { font-size: 2rem; font-weight: bold; color: #df0629; line-height: 1.4; padding: 0px 0px 0px 20px; margin-bottom: 20px; background: linear-gradient(#df0629 50%, #bfbfbf 50%) no-repeat 0px 5px; background-size: 4px 20px; }
.cms h4 { font-size: 1.8rem; font-weight: bold; color: #333; line-height: 1.4; padding: 0px; margin-bottom: 20px; }
.cms a { color: #df0629; text-decoration: underline; }
.cms a:hover { text-decoration: none; }
.cms ul { list-style: outside; padding-left: 25px; margin-bottom: 25px; }
.cms ul li { margin-bottom: 5px; }
.cms ol { margin: 0 0 25px 0; padding-left: 25px; }
.cms ol li { margin-bottom: 5px; }
.cms dl { margin-bottom: 25px; }
.cms dl dt { font-weight: bold; }
.cms dl dd { margin: 0 0 5px 10px; }
.cms blockquote { background-color: #f2f2f2; margin: 0 0 25px 0; padding: 20px 20px 20px 50px; position: relative; }
.cms blockquote:before { content: '"'; position: absolute; color: #999; font-size: 6rem; left: 10px; top: 15px; line-height: 1; }
.cms blockquote > *:last-child { margin-bottom: 0px; }
.cms pre { width: 100%; padding: 25px 30px; margin: 0 0 40px 0; border: #e1e3e6 solid 1px; overflow: auto; }
.cms table { width: 100%; border-collapse: collapse; margin-bottom: 15px; }
.cms table caption { text-align: left; font-weight: bold; color: #1f1f1f; padding-bottom: 10px; }
.cms table th, .cms table td { border: #e3e3e3 solid 1px; padding: 10px 15px; font-weight: normal; text-align: left; }
.cms table th { background-color: #eef3f8; font-weight: bold; }
.cms table thead th { background-color: #336db1; color: #fff; font-weight: normal; }
.cms table tr:hover td { background-color: #fefefe; }
.cms .tbl { margin-bottom: 25px; }
.cms .tbl table { margin: 0px; }
.cms figure { margin: 0px 0px 40px 0px; }
.cms figure figcaption { text-align: center; color: #999; font-size: 1.2rem; padding: 7px 0px 0px 0px; }
.cms .alignleft { text-align: left; }
.cms .alignright { text-align: right; }
.cms .aligncenter { text-align: center; }
.cms img.alignleft, .cms figure.alignleft { float: left; margin: 0 20px 20px 0; }
.cms img.alignright, .cms figure.alignright { float: right; margin: 0 0 20px 20px; }
.cms img.aligncenter, .cms figure.aligncenter { display: block; margin: 0 auto 40px auto; }
.cms img.alignnone, .cms figure.alignnone { display: block; margin: 0px; }
.cms hr { border: none; border-bottom: #e3e3e3 solid 1px; padding: 0px; margin: 0px 0px 40px 0px; background: none; clear: both; display: block; }
.cms figure.wp-block-embed-youtube { text-align: center; width: 100%; max-width: 780px; margin-left: auto; margin-right: auto; }
.cms figure.wp-block-embed-youtube > div { position: relative; padding-top: 56.4%; }
.cms figure.wp-block-embed-youtube iframe { border: none; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }

.tags { font-size: 0px; margin: 0px -15px 60px 0px; }
.tags span { display: inline-block; vertical-align: top; font-size: 1.6rem; font-weight: 500; margin: 10px 15px 0px 0px; color: #666; }
.tags a { font-size: 1.6rem !important; font-weight: normal; }

body .ts-fab-wrapper { margin: 0px 0px 60px 0px; }
body .ts-fab-list li { margin-right: 3px !important; }
body .ts-fab-list li a { transition: color 0.15s ease-out; border-radius: 5px 5px 0px 0px; }
body .ts-fab-list li.active a { border-color: #666; background-color: #666; }
body .ts-fab-tab { border-color: #666; border-radius: 0px 0px 5px 5px; }
body .ts-fab-text h4 { font-size: 1.6rem; font-weight: 500; border-bottom: #ddd solid 1px; padding-bottom: 10px; margin-bottom: 10px; }
body .latest-see-all { font-size: 1.4rem; }
body .ts-fab-wrapper .ts-fab-latest li { margin-bottom: 5px !important; }
body .ts-fab-wrapper .ts-fab-latest a { font-size: 1.4rem; }
body .ts-fab-wrapper .ts-fab-latest a:hover { text-decoration: underline !important; }
body .ts-fab-content { font-size: 1.4rem; color: #666; }

.cfield { margin-bottom: 60px; }
.cfield iframe { max-width: 100%; }
.bb_cta { margin-bottom: 60px; }
.bb_cta iframe { max-width: 100%; }

.cmnav { display: flex; padding: 30px 0px 10px 0px; border-top: #eee solid 2px; }
.cmnav div { display: flex; flex: 1; }
.cmnav div a { color: #333; display: inline-block; position: relative; text-decoration: none; }
.cmnav div a:before { display: block; font-size: 1.2rem; color: #ccc; }
.cmnav div a:after { position: absolute; font-size: 3rem; line-height: 1; font-weight: bold; color: #ccc; top: 12px; transition: all 0.15s ease-out; }
.cmnav div a:hover { color: #df0629; text-decoration: none; }
.cmnav div.prev { padding-right: 15px; }
.cmnav div.next { text-align: right; padding-left: 15px; }
.cmnav div.prev a { padding-left: 30px; }
.cmnav div.next a { padding-right: 30px; }
.cmnav div.prev a:before { content: 'Previous'; }
.cmnav div.next a:before { content: 'Next'; }
.cmnav div.prev a:after { content: '«'; left: 0px; }
.cmnav div.next a:after { content: '»'; right: 0px; }
.cmnav div.prev a:hover:after { color: #df0629; transform: translateX(-5px); }
.cmnav div.next a:hover:after { color: #df0629; transform: translateX(5px); }

body .yarpp-related { margin: 0px; }
.rellist { background-color: #fff; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); padding: 30px 30px; margin: 40px 0px 0px 0px; }
.rellist .t2 { font-size: 2rem; padding-bottom: 15px; margin-bottom: 30px; }

.blist5 { margin: 0px -10px; }
.blist5 > div { width: calc(25% - 20px); margin: 0px 10px; }
.blist5 > div > a { box-shadow: none; }
.blist5 .tx { padding: 10px 0px 0px 0px; }
.blist5 .im img { height: 120px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); }
.blist5 .im i { display: none; }
.blist5 .tx p { font-size: 1.3rem; line-height: 1.6; }
.blist5 .dt, .blist5 .ct { display: none; }

.cms div#ez-toc-container { width: auto; margin: 0 auto 60px auto; background-color: #fff; border: #ddd solid 1px; box-shadow: none; padding: 30px 40px 35px 40px; }
.cms .ez-toc-title-container { border-bottom: #ddd solid 1px; padding-bottom: 10px; margin-bottom: 15px; }
.cms div#ez-toc-container p.ez-toc-title { font-size: 1.6rem; color: #333; font-weight: 500; }
.cms div#ez-toc-container ul li { font-size: 1.4rem; margin-top: 5px; }
.cms div#ez-toc-container ul li a { color: #777; text-decoration: underline; }
.cms div#ez-toc-container ul li a:before { color: #555; }
.cms div#ez-toc-container ul li a:hover { text-decoration: none; color: #005bac; }

.pr_post header { display: none; }
.pr_post main { padding-top: 0px; border-top: #df0629 solid 5px; }
.pr_post .bcont { padding-top: 40px; }
.pr_post .bcont .lbar { max-width: 100%; float: none; margin: 0 auto; }
.pr_post .lbar > .box { padding-bottom: 10px; }
.pr_post .breadcrumbs, .pr_post .bcont .rbar, .pr_post .yarpp-related, .pr_post .fcta, .pr_post footer nav { display: none; }

/* Info */

.nwlst { background-color: #f8f8f8; padding: 60px 20px; }
.nwlst .cont2 { max-width: 1000px; }
.nwlst + .fcta { margin-top: 100px; }
.nwlst .tc4 ul { box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05); }
.nwlst .nodata { margin-bottom: 40px; }
.nwlst .pager { margin-top: 70px; }
.nwlst .pager a { background-color: #fff; }
.nwlst .pager a:hover { background-color: #ddd; }

.sncol .cont2 { max-width: 900px; }
.sncol .lbar { max-width: 100%; width: 900px; float: none; margin: 0 auto; }
.nwback { text-align: center; border-top: #eee solid 2px; padding-top: 50px; margin-bottom: 10px; }

/* Case */

.tcase { margin-bottom: 60px; }
.tcase .cont { max-width: 1070px; margin: 0 auto; }
.tcase .list { display: flex; justify-content: space-between; flex-flow: row wrap; }
.tcase .list > div { margin-bottom: 10px; width: calc(50% - 5px); }
.tcase .list a { display: block; overflow: hidden; position: relative; height: 400px; }
.tcase .list a:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: url(img/patt1.png); opacity: 0.7; }
.tcase .list a img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
.tcase .list a div { position: absolute; bottom: 0px; left: 0px; width: 100%; color: #fff; padding: 40px 20px; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); z-index: 2; }
.tcase .list a h3, .tcase .list a p { max-width: 400px; margin: 0 auto; text-align: left; }
.tcase .list a h3 { font-size: 2rem; font-weight: 500; margin-bottom: 10px; }
.tcase .list a h3 span { display: block; margin-bottom: 10px; }
.tcase .list a h3 span i { display: inline-block; background-color: rgba(255, 255, 255, 0.3); padding: 0px 10px 2px 10px; min-width: 90px; text-align: center; margin-right: 5px; font-style: normal; font-weight: normal; font-size: 1.8rem; }
.tcase .list a p { line-height: 1.8; }
.tcase .list a:hover img { opacity: 1; transform: scale(1.1); }
.tcase .pager { margin-bottom: 0px; }

.tcase .cts { display: flex; justify-content: center; flex-flow: row wrap; padding-bottom: 40px; margin: 0px -10px; }
.tcase .cts li { margin: 0px 10px 20px 10px; }
.tcase .cts a { font-size: 1.8rem; font-weight: 500; display: block; border: #df0629 solid 1px; border-radius: 50px; padding: 10px 50px 12px 40px; position: relative; }
.tcase .cts a:after { content: ''; width: 14px; height: 14px; background: url(img/arrow4.png) no-repeat center; background-size: 100% auto; position: absolute; right: 20px; top: 50%; margin-top: -7px; transition: all 0.15s ease-out; }
.tcase .cts a:hover, .tcase .cts a.sel { text-decoration: none; background-color: #df0629; color: #fff; }
.tcase .cts a:hover:after, .tcase .cts a.sel:after { filter: brightness(0) invert(1); }
.tcase .cts a.sel { pointer-events: none; }

.bc_cnt { background-color: #f9f9f9; padding: 40px 0px 1px 0px; }
.tcase h1 { text-align: left; margin-bottom: 50px; font-size: 3.4rem; font-weight: 500; color: #df0629; border-bottom: #eee dotted 2px; padding-bottom: 20px; margin-top: -20px; }
.tcase .cts_bot { margin-top: 100px; padding-bottom: 0px; margin-bottom: -20px; border-top: #eee dotted 2px; padding-top: 80px; }

.sncol .cont2 { max-width: 1200px; }
.sncol .lbar { width: auto; background-color: #fff; box-shadow: 0px 0px 2px rgb(0 0 0 / 5%); padding: 50px 60px; }
.sncol .lbar .box { max-width: 920px; margin: 0 auto; background: none; box-shadow: none; padding: 0px; }

.cs_ti { padding-bottom: 10px; }
.cs_ti .sv { text-align: right; font-size: 1.2rem; margin-bottom: 20px; }
.cs_ti .sv a { text-decoration: underline; }
.cs_ti .sv a:hover { text-decoration: none; }
.cs_ti .ti { margin-bottom: 20px; font-size: 0px; }
.cs_ti .ti h1 { font-size: 3.4rem; font-weight: 500; color: #df0629; display: inline-block; vertical-align: top; margin-right: 25px; }
.cs_ti .ti span { display: inline-block; vertical-align: top; font-size: 1.2rem; margin-top: 17px; }
.cs_ti .ti span a { display: inline-block; background-color: #df0428; color: #fff; padding: 2px 10px; border-radius: 50px; margin-right: 10px; }
.cs_ti .ti span a:hover { text-decoration: none; opacity: 0.75; }
.cs_ti p { font-weight: 500; line-height: 1.8; margin-bottom: 20px; }

.cs_img { margin-bottom: 40px; }

.cs_com { margin-bottom: 100px; }
.cs_com .ti { display: flex; flex-direction: row-reverse; justify-content: space-between; margin-bottom: 30px; }
.cs_com .ti > span { color: #898989; }
.cs_com .ti h2, .cs_int > h2 { font-size: 3rem; font-weight: bold; }
.cs_com .ti h2:after, .cs_int > h2:after { content: attr(data-after); font-size: 1.2rem; font-weight: normal; color: #898989; vertical-align: top; display: inline-block; margin: 15px 0px 0px 20px; letter-spacing: 0.2em; }
.cs_com .tbl { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; }
.cs_com .tbl table { width: 63%; }
.cs_com .tbl table th, .cs_com .tbl table td { padding: 20px 15px; }
.cs_com .tbl table th { font-weight: 500; border-bottom: #898989 solid 1px; }
.cs_com .tbl table td { border-bottom: #dfdfdf solid 1px; }
.cs_com .tbl div { max-width: 320px; width: 37%; text-align: center; }
.cs_com .tbl div img { width: 224px; }

.cs_int { padding-bottom: 50px; counter-reset: csn; }
.cs_int > h2 { margin-bottom: 50px; }
.cs_int .list > div { margin-bottom: 50px; counter-increment: csn; }
.cs_int .list > div > h3 { font-size: 18px; background-color: #f9f9f9; position: relative; margin-left: 50px; padding: 15px 20px; font-weight: 500; }
.cs_int .list > div > h3:before { content: 'Q' counter(csn); color: #fff; background-color: #df0428; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; padding-bottom: 3px; position: absolute; left: -50px; top: 10px; font-size: 1.6rem; }
.cs_int .cms { margin: 20px 30px 0px 50px; font-size: 1.5rem; }

.sec2_csdet { background: linear-gradient(to bottom, #f8f8f8 50%, #fff 50%); padding: 40px 20px; }

.sec3_pub { background: none; background-color: #f9f9f9; padding-top: 0px; padding-bottom: 1px; margin-bottom: 120px; }
.sec3_pub .cont { background-color: #fff; padding: 70px 20px; }
.sec3_pub .tc4 ul { background-color: #f9f9f9; margin-bottom: 0px; }

.sec3_pub .cts { display: flex; justify-content: center; flex-flow: row wrap; padding-bottom: 40px; margin: 0px -10px; }
.sec3_pub .cts div { margin: 0px 10px 20px 10px; }
.sec3_pub .cts a { font-size: 1.6rem; font-weight: 500; display: block; border: #df0629 solid 1px; border-radius: 50px; padding: 10px 50px 12px 40px; position: relative; }
.sec3_pub .cts a:after { content: ''; width: 14px; height: 14px; background: url(img/arrow4.png) no-repeat center; background-size: 100% auto; position: absolute; right: 20px; top: 50%; margin-top: -7px; transition: all 0.15s ease-out; }
.sec3_pub .cts a:hover, .sec3_pub .cts a.sel { text-decoration: none; background-color: #df0629; color: #fff; }
.sec3_pub .cts a:hover:after, .sec3_pub .cts a.sel:after { filter: brightness(0) invert(1); }
.sec3_pub .cts a.sel { pointer-events: none; }

.sec3_pub h1 { text-align: left; margin-bottom: 50px; font-size: 3.4rem; font-weight: 500; color: #df0629; }
.sec3_pub .cts_bot { margin-top: 80px; padding-bottom: 0px; margin-bottom: 0px; border-top: #eee dotted 2px; padding-top: 50px; }

.csp_det .ti { margin-bottom: 50px; padding-top: 40px; }
.csp_det .ti h1 { font-size: 3.4rem; font-weight: 500; }
.csp_det .ti div { margin-bottom: 20px; }
.csp_det .ti div i { font-style: normal; display: inline-block; vertical-align: top; font-size: 2rem; color: #898989; font-weight: 500; }
.csp_det .ti div span { display: inline-block; vertical-align: top; padding-left: 10px; padding-top: 2px; }
.csp_det .ti div a { display: inline-block; vertical-align: top; background-color: #313131; color: #fff; padding: 1px 15px 2px 15px; margin: 0px 0px 10px 10px; }
.csp_det .ti div a:hover { text-decoration: none; opacity: 0.75; }
.csp_det .lbar { padding-top: 90px; padding-bottom: 90px; }
.csp_det .cms { margin-bottom: 0px; }
.csp_det .nwback { border-top: none; }

.tcase_ix { background-color: #f9f9f9; padding-top: 0px; margin-bottom: 0px; }
.tcase_ix .cont2 { max-width: 1420px; margin: 0 auto; background-color: #fff; padding: 60px 20px 70px 20px; }
.tcase_ix .more { margin: 30px 0px 0px 0px; }
.sec3_pub_ix { margin-bottom: 0px; }
.sec3_pub_ix .cont { padding: 60px 20px 80px 20px; }
.sec3_pub_ix .more { margin: 40px 0px 0px 0px; }

/* Under Construction */

.underc .cont { padding: 80px 0px 100px 0px; }
.underc h1 { border: #ddd dotted 2px; max-width: 600px; margin: 0 auto; padding: 30px; background-color: #f5f5f5; border-radius: 10px; font-size: 2rem; color: #ccc; }

/* 404 */

.p404 .cont { padding: 50px 0px 100px 0px; max-width: 800px; margin: 0 auto; text-align: left; }
.p404 h1 { font-weight: bold; font-size: 3rem; padding-bottom: 30px; }
.p404 .stoptxt { padding-bottom: 30px; line-height: 1.8; }

/* Footer */

.fcta { padding-top: 0px; }
.fcta .cont { background-color: #df0629; max-width: 1200px; color: #fff; padding: 50px; margin-bottom: 40px; display: flex; }
.fcta .ti { width: 330px; border-right: #fff solid 1px; display: flex; align-items: center; justify-content: center; }
.fcta .ti span { font-size: 3rem; font-weight: bold; text-align: left; display: flex; flex-direction: column-reverse; justify-content: flex-end; }
.fcta .ti span:after { content: attr(data-after); font-size: 1.2rem; display: block; font-weight: normal; margin-bottom: 5px; letter-spacing: 0.1em; }
.fcta .tx { padding: 0px 60px; width: calc(100% - 330px); text-align: left; }
.fcta .tx p { font-size: 1.8rem; font-weight: 500; margin-bottom: 10px; }
.fcta .tx .tel { margin-bottom: 20px; }
.fcta .tx .tel a { font-size: 3.2rem; display: inline-block; vertical-align: top; color: #fff; padding-left: 40px; background: url(img/tel.png) no-repeat 0px 14px; pointer-events: none; letter-spacing: 0.1em; }
.fcta .tx .tel a:hover { text-decoration: none; }
.fcta .tx .tel span { font-size: 1.4rem; display: inline-block; vertical-align: top; margin: 18px 0px 0px 20px; }
.fcta .tx .mail { margin-bottom: 20px; }
.fcta .tx .mail a { font-size: 3.2rem; display: inline-block; vertical-align: top; color: #fff; padding-left: 40px; background: url(img/mail.png) no-repeat 0px 20px; pointer-events: none; letter-spacing: 0.1em; }
.fcta .tx .btns { padding-bottom: 5px; }
.fcta .tx .btns a { display: inline-block; vertical-align: top; color: #df0629; border: #fff solid 2px; border-radius: 50px; width: 300px; max-width: calc(50% - 12px); text-align: center; font-size: 2rem; font-weight: 500; padding: 12px 20px 14px 10px; background: #fff url(img/arrow2_r.png) no-repeat right 18px center; text-decoration: none; }
.fcta .tx .btns a:first-child { margin-right: 24px; }
.fcta .tx .btns a:hover { text-decoration: none; background: #ce0626 url(img/arrow2.png) no-repeat right 15px center; color: #fff; }

/* footer { background-color: #ebeaea; }
footer nav { max-width: 1200px; padding: 70px 20px; margin: 0 auto; text-align: left; font-size: 1.4rem; }
footer nav > ul { display: flex; justify-content: center; }
footer nav > ul > li:not(:last-child) { margin-right: 90px; }
footer nav > ul > li > a, footer nav > ul > li > span { font-weight: 500; display: inline-block; color: #df0428; }
footer nav > ul ul { padding-top: 2px; }
footer nav > ul ul li { margin-top: 10px; }
footer nav > ul ul li a { color: #393939; display: inline-block; }
footer nav > ul ul li.s a { padding-left: 12px; position: relative; }
footer nav > ul ul li.s a:before { content: '-'; position: absolute; left: 0px; }

@media screen and (min-width: 761px) {
	footer nav > ul ul { display: block !important; }
}

footer .cont { background-color: #df0629; color: #fff; padding: 20px; }
footer .cont .cf { max-width: 1130px; margin: 0 auto; }
footer .cont .lf { display: flex; align-items: center; text-align: left; }
footer .cont .lf a { display: inline-block; width: 68px; }
footer .cont .lf address { font-style: normal; font-size: 1.2rem; padding-left: 20px; font-weight: 500; }
footer .cont .rh { text-align: right; }
footer .cont .rh ul { font-size: 0px; margin-bottom: 10px; }
footer .cont .rh li { display: inline-block; vertical-align: top; padding: 10px 0px 0px 20px; }
footer .cont .rh li a { width: 20px; display: inline-block; }
footer .cont .rh .cp { font-size: 1.2rem; font-weight: 500; opacity: 0.8; } */

.ptcont { position: relative; height: 0px; }
.ptop { position: absolute; right: 10px; bottom: 20px; z-index: 200; transition: all 0.2s ease-out; }
.ptop a { width: 50px; height: 170px; display: block; opacity: 0; transform: translateY(10px); position: relative; pointer-events: none; }
.ptop a:before, .ptop a:after { content: ''; position: absolute; background-color: #df0428; transition: all 0.15s ease-out; box-shadow: 1px 1px 0px #fff; }
.ptop a:before { width: 1px; height: 75px; top: 11px; left: 50%; }
.ptop a:after { width: 7px; height: 7px; top: 10px; left: 50%; margin-left: -3px; border-radius: 50%; }
.ptop a i { display: block; width: 50px; height: 170px; }
.ptop a i:after { content: 'PAGE TOP'; writing-mode: vertical-rl; text-orientation: mixed; white-space: nowrap; display: block; text-align: right; font-size: 1.2rem; line-height: 1; margin-left: 20px; height: 100%; letter-spacing: 0.2em; font-style: normal; text-shadow: 1px 1px 0px #fff; }
.ptop_up .ptop a { opacity: 1; transform: translateY(0px); pointer-events: all; }
.ptop_up .ptop a:hover { opacity: 0.8; text-decoration: none; }
.ptop_up .ptop a:hover:before, .ptop_up .ptop a:hover:after { transform: translateY(-5px); }
.fixed_pt .ptop { position: fixed; }

/* Animation */

.ani_a, .ani_a .a1, .ani_a .a2, .ani_a .a3, .ani_a .a4, .ani_a .a5 { transition: all 1s ease-out; opacity: 0; transform: translateY(20px); }
.ani_a.do, .ani_a.do .a1, .ani_a.do .a2, .ani_a.do .a3, .ani_a.do .a4, .ani_a.do .a5 { opacity: 1; transform: translateY(0px); }
.ani_a .a1 { transition-delay: 0.25s; }
.ani_a .a2 { transition-delay: 0.5s; }
.ani_a .a3 { transition-delay: 0.75s; }
.ani_a .a4 { transition-delay: 1s; }
.ani_a .a5 { transition-delay: 1.25s; }
.ani_np { transition: none; opacity: 1; transform: translateY(0px); }

/* Responsive */

@media screen and (max-width: 760px) {

body { font-size: 1.2rem; min-width: 0px; overflow-x: hidden; image-rendering: auto; }
a { -webkit-touch-callout: none; user-select: none; -webkit-user-select: none; }
a:hover { text-decoration: none; }
a:hover img { opacity: 1; }
a:active img { opacity: 0.8; }
img { max-width: 100%; height: auto; backface-visibility: initial; -webkit-backface-visibility: initial; }
.sp { display: block !important; }
.pc { display: none !important; }

/* Header */

header {/* height: 70px; */}
header .cont { padding: 10px 15px; height: 70px; }

header .lb .logo a { width: 50px; margin: 0px; }
header .lb h1, header .lb .h1 { font-size: 0.8rem; margin-left: 15px; padding-left: 6px; margin-top: 14px; display: flex; }
header .lb h1:before, header .lb .h1:before { width: 2px; }
header .lb h1 br, header .lb .h1 br { display: none; }

header .spm { width: 44px; height: 44px; display: block; margin: 3px 0px 3px 10px; padding: 28px 0px 0px 0px; font-size: 0.9rem; font-weight: bold; border-radius: 3px; position: relative; color: #df0629; }
header .spm:before, header .spm i:before, header .spm i:after { content: ''; position: absolute; height: 2px; width: 22px; background-color: #df0629; border-radius: 2px; left: 11px; top: 15px; transition: all 0.15s ease-out; }
header .spm:before { animation: nav_i ease-out 0.2s 1 forwards; }
header .spm i:before { animation: nav_b ease-out 0.2s 1 forwards; }
header .spm i:after { animation: nav_a ease-out 0.2s 1 forwards; }
header .spm:after { content: 'MENU'; letter-spacing: 0.1em; transition: all 0.15s ease-out; }

.nav_on header .spm:before { animation: nav_on_i ease-out 0.2s 1 forwards; }
.nav_on header .spm i:before { animation: nav_on_b ease-out 0.2s 1 forwards; }
.nav_on header .spm i:after { animation: nav_on_a ease-out 0.2s 1 forwards; }
.nav_on header .spm:after { content: 'CLOSE'; }

@keyframes nav_i { 100% { opacity: 1; } 50% { opacity: 0; } 0% { opacity: 0; } }
@keyframes nav_on_i { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } }
@keyframes nav_b { 100% { transform: translateY(-7px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(45deg); } }
@keyframes nav_a { 100% { transform: translateY(7px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(-45deg); } }
@keyframes nav_on_b { 0% { transform: translateY(-7px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(45deg); } }
@keyframes nav_on_a { 0% { transform: translateY(7px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(-45deg); } }

header nav { display: block; position: fixed; width: 100%; left: 0px; top: 70px; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); border-top: #eee solid 1px; max-height: calc(100% - 70px); transition: all 0.2s ease-out; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05); opacity: 0; pointer-events: none; visibility: hidden; overflow: auto; -webkit-overflow-scrolling: touch; }
header nav > ul { line-height: 1.6; display: block; text-align: left; transition: all 0.2s ease-out; transform: translateY(-5px); margin: 0px; }
header nav > ul > li { margin: 0px; border-bottom: #ddd dotted 1px; }
header nav > ul > li > a { display: block; font-size: 1.4rem; padding: 15px 20px; background: url(img/arrow3.png) no-repeat right 20px center; background-size: 7px auto; }
header nav > ul > li > a:after { display: none; }
header nav > ul > li.hs:before { display: none; }
header nav > ul > li.hs:after { display: none; }
/* header nav > ul ul { position: static; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; top: 0px; left: 0px; white-space: normal; box-shadow: none; font-size: 1.3rem; padding: 10px; border-radius: 0px; transition: none; pointer-events: all; opacity: 1; visibility: visible; border-top: #ddd dotted 1px; display: none; }
header nav > ul ul li { transition: none; transform: translateY(0px); }
header nav > ul ul li:not(:last-child) { border-bottom: none; }
header nav > ul ul a { padding: 6px 10px 6px 25px; background: url(img/arrow3.png) no-repeat 10px center; background-size: 5px auto; } */

header nav > ul > li.hs > a { background: none; }
header nav > ul > li.hs > a:after, header nav > ul > li.hs > a:before { content: ''; width: 12px; height: 2px; background-color: #df0629; position: absolute; right: 18px; top: 50%; margin-top: -1px; display: block; left: auto; bottom: auto; transition: all 0.15s ease-out; transform: scaleX(1); border-radius: 2px; }
header nav > ul > li.hs > a:before { transform: rotate(90deg); }
header nav > ul > li.hs > a.on:before { transform: rotate(90deg) scaleX(0); }

header .btns { display: flex; padding: 30px 10px; transition: all 0.2s ease-out; transform: translateY(-5px); }
header .btns div { margin: 0px 10px; width: calc(50% - 20px); }
header .btns a { width: 100%; font-size: 1.3rem; padding: 12px 10px; }

.nav_on header nav { opacity: 1; pointer-events: all; visibility: visible; }
.nav_on header nav > ul, .nav_on header nav .btns { transform: translateY(0px); }

header .rb { margin: 3px 0px; }
header .rb a { font-size: 0.9rem; border-radius: 3px; }

.nav_shadow header nav > ul ul { background: none; }

.nav_shrink header { height: 54px; }
.nav_shrink header .cont { height: 54px; padding: 2px 10px; }
.nav_shrink header .lb .logo a { width: 44px; margin-top: 3px; }
.nav_shrink header .lb h1, .nav_shrink header .lb .h1 { font-size: 0.8rem; margin-left: 10px; margin-top: 13px; }
.nav_shrink header nav { top: 54px; max-height: calc(100% - 54px); }
.nav_shrink header nav > ul { margin: 0px; }
.nav_shrink header nav > ul > li > a { padding: 15px 20px; }

/* Top */

main { padding-top: 70px; }
main > section { padding: 40px 20px 30px 20px; }

.topbnr { margin-bottom: 0px; }
.topbnr .swiper-slide { height: auto; padding-bottom: 30px; }
.topbnr .bg { position: static; height: 300px; width: 100%; }
.topbnr .s1 .bg { background: url(img/slide1_sp.jpg) no-repeat center; background-size: cover; }
.topbnr .s2 .bg { background: url(img/slide2_sp.jpg) no-repeat center; background-size: cover; }
.topbnr .s3 .bg { background: url(img/slide3_sp.jpg) no-repeat center; background-size: cover; }
.topbnr .s4 .bg { background: url(img/slide4_sp.jpg) no-repeat center; background-size: cover; }
.topbnr .tx { position: relative; width: 100%; height: auto; display: block; }
.topbnr .tx .cn { width: auto; padding: 15px 20px; }
.topbnr .tx .cn p { font-size: 2.5rem; margin-bottom: 10px; white-space: normal; }
.topbnr .tx .cn div { padding-left: 50px; }
.topbnr .tx .cn div:before { width: 40px; top: 13px; }
.topbnr .tx .cn div a, .topbnr .tx .cn div span { font-size: 1.1rem; border-width: 1px; padding: 4px 15px 5px 15px; }
.topbnr .tx .cn div i { font-size: 1rem; }

body .topbnr .swiper-pagination { width: 100%; left: 0px; bottom: 20px; height: 6px; text-align: right; padding: 0px 20px; }
body .topbnr .swiper-pagination .swiper-pagination-bullet { margin: 0px 0px 0px 14px; width: 6px; height: 6px; }

.title { padding: 0px; }
.title p { line-height: 1.7; margin-bottom: 20px; }

.t1 { font-size: 2rem; margin-bottom: 10px; }
.t1 span { font-size: 1.6rem; }
.t1:after { font-size: 0.9rem; margin: 10px 0px 0px 15px; }

.tc1 { padding: 20px 20px 1px 20px; margin-bottom: 20px; }
.tc1 h3 { font-size: 1.7rem; padding: 9px 0px 11px 55px; margin-bottom: 20px; background-size: 45px auto !important; }
.tc1 .cf:first-child { padding-top: 15px; }
.tc1 .cf > div { float: none; width: auto; max-width: 100%; margin-bottom: 30px; font-size: 1.2rem; }
.tc1 .cf > div:nth-child(2n) { float: none; }
.tc1 .cf > div > a, .tc1 .cf > div > span { min-height: 0px; padding: 0px; text-align: right; }
.tc1 .cf img { width: 100px; height: 67px; }
.tc1 .cf h4 { font-size: 1.5rem; margin: 0px 0px 15px 0px; min-height: 67px; padding-left: 115px; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.tc1 .cf h4 span { padding-left: 16px; }
.tc1 .cf h4 span:before { width: 8px; top: 11px; }
.tc1 .cf .sc { text-align: left; }
.tc1 .cf .sc span { padding: 0px 4px; margin-right: 3px; }
.tc1 .cf p { line-height: 1.6; text-align: left; }
.tc1 .cf p:not(:last-child) { margin-bottom: 8px; }
.tc1 .cf a > span { padding-right: 20px; background: url(img/arrow1_b.png) no-repeat right 0px top 4px; background-size: 12px auto; }

.tc1b { display: block; }
.tc1b .tc1 { width: auto; }
.tc1b .tc_cont { max-width: 100%; }

.sec2 { background: linear-gradient(to top, #ebeaea 520px, #fff 520px); }

.tc2 { display: block; margin-bottom: 25px; }
.tc2 > div { width: auto; }
.tc2 > div a { height: 225px; }
.tc2 > div a div { padding: 15px 18px; }
.tc2 > div a h3, .tc2 > div a p { max-width: 100%; }
.tc2 > div a h3 { font-size: 1.4rem; margin-bottom: 10px; }
.tc2 > div a h3 span { margin-bottom: 5px; }
.tc2 > div a h3 span i { padding: 0px 5px; min-width: 50px; margin-right: 10px; font-size: 1.2rem; }
.tc2 > div a p { line-height: 1.6; }

.more { margin-bottom: 40px; }
.more a { font-size: 1.2rem; padding: 10px; width: 130px; }

.tc3 { margin-bottom: 20px; display: block; }
.tc3 h3 { white-space: normal; font-size: 1.7rem; padding: 15px; border-bottom: #dfdfdf solid 1px; border-right: none; display: block; }
.tc3 h3:before { width: 20px; height: 20px; top: auto; right: auto; margin-top: 0px; margin-left: -10px; left: 50%; bottom: -10px; }
.tc3 div { padding: 15px; display: block; }

.sec3 { background: linear-gradient(to top, #ebeaea 420px, #fff 420px); padding-top: 50px; }
.sec3 .cont { padding: 25px 15px 1px 15px; margin-bottom: 40px; }

.tc4 ul { margin-bottom: 25px; }
.tc4 li > a, .tc4 li > span { display: block; min-height: 0px; padding: 15px 20px; }
.tc4 li .dt { font-size: 1.2rem; width: auto; margin-right: 10px; }
.tc4 li .ct { display: inline-block; width: 90px; font-size: 1.1rem; padding: 0px 5px 1px 5px; vertical-align: top; margin-top: 1px; }
.tc4 li p { width: auto; margin: 5px 0px 0px 0px; }
.tc4 .more { margin-bottom: 25px; }

.sec4 { background: none; }
.sec4 .cont { margin-bottom: 10px; }

.tc4b li > a, .tc4b li > span { padding: 15px 20px; }
.tc4b li p { width: auto; }

.sec5 .more { margin-bottom: 20px; }

.tc5 { display: block; margin-bottom: 25px; }
.tc5 > div { width: auto; display: block; margin-bottom: 20px; }
.tc5 > div:not(:nth-child(4n)) { border-right: none; }
.tc5 > div > a { padding-bottom: 15px; font-size: 1.2rem; }
.tc5 > div img { width: 100%; }
.tc5 > div .dt { padding: 15px 20px 5px 20px; }
.tc5 > div h3 { font-size: 1.2rem; line-height: 1.6; margin-bottom: 10px; }
.tc5 > div .ct { font-size: 1.1rem; margin-left: 20px; position: static; background-position: 0px 4px; padding-left: 22px; }

/* Sub Pages */

.sbnr { margin: 0px; height: auto; padding: 0px 0px 30px 0px; }
.sbnr .bg { position: static; height: 200px; width: 100%; }

.sbnr .tx { height: auto; padding: 0px 20px; margin-top: 0; }
.sbnr .tx .cn h1, .sbnr .tx .cn .h1 { font-size: 2.4rem; margin-bottom: 5px; white-space: normal; }
.sbnr .tx .cn p { white-space: normal; }

.ptxt { padding: 20px 20px 40px 20px; }
.ptxt .ti { font-size: 1.8rem; margin-bottom: 10px; }
.ptxt p span { font-size: 1.4rem; }

.breadcrumbs { padding: 20px 20px 30px 20px; margin: 0px; }
main > section > .cont2 .breadcrumbs { margin: 0px; padding: 0px 0px 30px 0px; }
.breadcrumbs a, .breadcrumbs > span > span > span { font-size: 1.1rem; }
.breadcrumbs a:after { margin: 0px 10px; }

.tc6 .bgc { padding: 40px 20px 0px 20px; }
.tc6 .bg { position: static; height: 160px; max-width: calc(100% + 40px); width: calc(100% + 40px); margin: 0px -20px; }
.tc6 .tx { max-width: 100%; padding-right: 0px; }
.tc6 .t1 { margin-bottom: 20px; }
.tc6 p { margin-bottom: 20px; }
.tc6 ul { display: block; margin-bottom: 30px; }
.tc6 ul li { font-size: 1.4rem; padding: 25px 0px 15px 80px; width: auto; min-height: 75px; text-align: left; background-position: 0px 0px !important; background-size: 70px auto !important; position: relative; }
.tc6 ul li:after { width: 20px; height: 20px; background: url(img/sep2.png) no-repeat center; background-size: auto 100%; left: 125px !important; top: auto; bottom: -10px; }

.tc7 .t1 { margin-bottom: 30px; }
.tc7 .lst > div { max-width: calc(50% - 10px); margin-bottom: 20px; }
.tc7 .lst .im { margin-bottom: 15px; }
.tc7 .lst .im:before { width: 40px; line-height: 40px; font-size: 1.6rem; }
.tc7 .lst h3 { margin-bottom: 10px; font-size: 1.4rem; }
.tc7 .lst p span { font-size: 1.1rem; }

.tc8 { padding: 0px; }
.tc8 .bgc { margin-bottom: 0px; background: none; }
.tc8 .bgc .cont { display: block; }
.tc8 .bgc .lg { display: none; }
.tc8 .bgc .tx { width: auto; padding: 40px 20px 50px 20px; }
.tc8 .bgc .tx .t1 { margin-bottom: 30px; }
.tc8 .lst > div { margin-bottom: 30px; padding-left: 100px; min-height: 100px; background-size: 90px auto !important; }
.tc8 .lst > div:after { height: 40px; left: 25px; bottom: -25px; background-size: auto 30px; }
.tc8 .lst h3 { font-size: 1.5rem; margin-bottom: 10px; padding-left: 40px; }
.tc8 .lst h3:before { font-size: 2.8rem; top: -12px; }

.tc9 { padding: 40px 20px 50px 20px; }
.tc9 .t1 { margin-bottom: 30px; }
.tc9 .lst { display: block; }
.tc9 .lst:before { display: none; }
.tc9 .lst > div { width: auto; min-height: 100px; padding: 15px 15px 15px 100px; background-position: 15px center !important; background-size: 70px auto !important; }
.tc9 .lst h3 { font-size: 1.6rem; margin-bottom: 5px; }

.tc10 { padding-bottom: 50px; }
.tc10 .t1 { margin-bottom: 30px; }
.tc10 .im { padding: 10px; }

.tc11 .title { display: block; padding-bottom: 10px; }
.tc11 .title .t1 { margin-bottom: 30px; }
.tc11 .title > div { display: flex; align-items: center; justify-content: center; }
.tc11 .title > div > div { width: 100px; height: 100px; margin: 0px 5px; padding: 10px 0px; }
.tc11 .title .t { font-size: 1.2rem; }
.tc11 .title .p1 { font-size: 1.6rem; padding-left: 15px; }
.tc11 .title .p1 b { font-size: 6rem; }
.tc11 .title .p2 { font-size: 3.6rem; line-height: 1.7; }
.tc11 .title + p { font-size: 1.1rem; margin-bottom: 50px; }
.tc11 .tx { padding: 20px; margin-bottom: 40px; }
.tc11 .tx h3 span { font-size: 1.6rem; padding: 5px 40px; margin: -40px 0px 15px 0px; }
.tc11 .tx .ds { padding: 15px; margin-bottom: 15px; }
.tc11 .tx .ds .sm { font-size: 1rem; margin-top: 5px; }
.tc11 .tx .bks { margin-top: 10px; }
.tc11 .tx .bks ul { max-width: 100%; float: none; }
.tc11 .tx .bks li { margin-top: 10px; }
.tc11 .tx2 { margin-bottom: 10px; }
.tc11 .tx2 + p { font-size: 1.1rem; margin-bottom: 0px; }

.tc12 { padding-bottom: 1px; }
.tc12 .t1 { margin-bottom: 30px; }
.tc12 + .fcta { margin-top: 50px; }

.faq { padding-bottom: 5px; }
.faq dl { background-color: #fff; margin-bottom: 10px; }
.faq dt { padding: 15px 25px 15px 50px; font-size: 1.3rem; }
.faq dt:before { width: 24px; line-height: 22px; padding-bottom: 2px; left: 15px; top: 12px; }
.faq dt:after { width: 10px; height: 10px; right: 15px; margin-top: -5px; background-size: 8px auto; }
.faq dd { padding: 10px 0px 15px 0px; margin: 0px 15px; }

.sec2nbg { background: none; padding-bottom: 10px; }

.tc13 .cont { padding: 30px 20px; }
.tc13 .more { margin-bottom: 0px; }
.tc13 .lst { padding-top: 20px; }
.tc13 .lst > div { max-width: 100%; margin-bottom: 20px; }
.tc13 .lst .im { margin-bottom: 10px; }
.tc13 .lst p { font-size: 1.2rem; }

.tc14 { padding: 50px 0px 0px 0px; }
.tc14 .cont2 { margin-bottom: 40px; }
.tc14 .flw { display: block; padding: 0px 20px; }
.tc14 .flw > div { height: 220px; padding-top: 50px; }
.tc14 .flw > div:before { width: 40px; background-size: 100% auto; top: -12px; left: 50%; margin-left: -20px; transform: rotate(90deg); }
.tc14 .flw > div span { width: 120px; height: 120px; font-size: 1.4rem; }
.tc14 .flw > div span:before { font-size: 1.2rem; width: 50px; height: 50px; }
.tc14 .flw > p { position: static; height: auto; background-color: rgba(0, 0, 0, 0.8); }
.tc14 .flw > p span { font-size: 1.4rem; padding: 20px 40px; vertical-align: top; }
.tc14 .flw > p span:before, .tc14 .flw > p span:after { width: 20px; height: 1px; }

.tc15 { padding: 20px 20px 0px 20px; }
.tc15 .cont2 { padding: 30px 20px; margin-top: 0px; }
.tc15 .cont2 > p { margin-bottom: 50px; }
.tc15 .cont3 > p { font-size: 1.1rem; }
.tc15 .bx { padding: 10px 20px 30px 20px; }
.tc15 .bx h3 { font-size: 1.2rem; border-width: 1px; padding: 8px 15px; margin-bottom: 30px; }
.tc15 .bx a img { display: block; margin-bottom: 5px; }
.tc15 .bx a span { background-position: right 4px; background-size: 10px auto; padding-right: 18px; font-size: 1rem;} /* 詳しく見る　background-size: 12px => 10px font-size: なし => 1rem;*/

.tc16 { padding: 60px 20px; }
.tc16 .cont2 > p { padding-top: 10px; }
.tc16 .tbl { padding-top: 10px; }
.tc16 .tbl table { margin-bottom: 10px; }
.tc16 .tbl th, .tc16 .tbl td { font-size: 1.4rem; padding: 10px; }
.tc16 .tbl td span { font-size: 1.6rem; }

.tc17 .cont { padding: 30px 20px; }
.tc17 .cf { padding-top: 10px; }
.tc17 .lf { width: auto; float: none; }
.tc17 .lf .tx { float: none; padding-top: 20px; }
.tc17 .lf ol li { padding: 0px 0px 0px 40px; margin: 0px 0px 10px 0px; }
.tc17 .lf ol li:before { font-size: 2.4rem; top: -5px; }
.tc17 .lf ol li span { font-size: 1.6rem; }
.tc17 .lf .im { margin: 0px; }
.tc17 .rh { width: auto; float: none; padding-top: 20px; }
.tc17 .rh .tx { float: none; }
.tc17 .rh .more { margin: 15px 0px 0px 0px; }

.tc14b .flw > div { height: 200px; padding: 0px; }
.tc14b .flw > div span { width: 140px; height: 140px; font-size: 1.2rem; }

.popup { padding: 10px; }
.popup .pop_cont { padding: 15px; }

.sec1b { padding-top: 0px; }
.sec1b .tc1 h3:after { font-size: 0.8rem; margin: 8px 0px 0px 10px; }

.tc1c { padding-top: 20px; padding-bottom: 1px; margin-bottom: 40px; }
.tc1c .cf:first-child { padding-top: 0px; }
.tc1c .cf > div { font-size: 1.2rem; }
.tc1c .cf img { width: 100%; height: 160px; position: static; }
.tc1c .cf > div > a, .tc1c .cf > div > span { min-height: 0px; padding: 15px; }
.tc1c .cf > div:nth-child(2n) > a, .tc1c .cf > div:nth-child(2n) > span { padding: 15px; }
.tc1c .cf h4 { font-size: 1.5rem; margin: 0px; padding: 15px 0px; display: block; min-height: 0px; }
.tc1c .cf h4 span { display: inline-block; margin-left: 10px; }
.tc1c .cf .sc { font-size: 1.2rem; margin-bottom: 10px; }
.tc1c .cf p:not(:last-child) { margin-bottom: 8px; }

.tc18 { padding: 0px 20px 50px 20px; }
.tc18 .cont { padding: 30px 20px 20px 20px; }
.tc18 .t1 { margin-bottom: 20px; }
.tc18 .bx { padding: 25px 15px; margin-bottom: 20px; }
.tc18 .st { margin-bottom: 15px; margin-left: -28px; }
.tc18 .st:before { font-size: 2.4rem; font-weight: 500; margin-right: 12px; margin-top: -1px; }
.tc18 .st span { font-size: 1.2rem; padding: 2px 10px; }
.tc18 .bx h3 { font-size: 2rem; margin-bottom: 15px; text-align: center; }
.tc18 .bx h3:after { display: block; font-size: 0.9rem; margin: 5px 0px 0px 0px; }
.tc18 .tx { margin-bottom: 30px; padding-top: 5px; }
.tc18 .tx p { margin-bottom: 10px; line-height: 1.8; }
.tc18 .tx p.b { font-size: 1.4rem; }
.tc18 .ls { display: block; margin-bottom: 40px; }
.tc18 .ls > div { width: auto; margin-bottom: 25px; }
.tc18 .ls > div > span { margin-bottom: 10px; }
.tc18 .ls > div > span img { width: 100%; }
.tc18 .ls h4 { font-size: 1.6rem; margin-bottom: 6px; }
.tc18 .ls p { font-size: 1.2rem; }
.tc18 .ls p.s { font-size: 1rem; }
.tc18 table th, .tc18 table td { padding: 10px 5px; font-size: 1.2rem; width: 35%; }
.tc18 table th:not(:first-child) { border-left-color: #ebeaea; }
.tc18 table th:not(:last-child) { border-right-color: #ebeaea; }
.tc18 table tr:not(:first-child) th { border-top-color: #fff; }
.tc18 table tr:not(:last-child) th { border-bottom-color: #fff; }
.tc18 table td { padding: 10px 5px; font-size: 1.4rem; width: 65%; }
.tc18 table td .s { font-size: 1.1rem; }
.tc18 .ls2 { padding: 15px; margin-bottom: 40px; }
.tc18 .ls2:before, .tc18 .ls2:after { display: none; }
.tc18 .ls2 .ti { width: auto; height: auto; margin: 0px; display: block; color: #df0629; border-radius: 0px; background: none; font-size: 1.6rem; font-weight: 500; position: static; border: none; text-align: center; }
.tc18 .ls2 ol { display: block; }
.tc18 .ls2 li { margin: 0px; width: auto; padding: 5px 0px; }
.tc18 .ls2 h4 { font-size: 1.4rem; font-weight: 500; padding: 2px 0px 0px 34px; margin: 10px 0px; }
.tc18 .ls2 h4:before { width: 26px; height: 26px; font-size: 1.1rem; }
.tc18 .ls2 p { margin-left: 34px; }
.tc18 .ls2 p:before { top: 9px; }

.faq dd .imgs > div:not(:last-child) { margin-bottom: 15px; }

.tc19 .cont { padding: 30px 20px; margin: 0px -20px; }
.tc19 .lst { padding-top: 30px; }
.tc19 .lst > div { margin-bottom: 30px; padding: 0px; padding-left: 100px; min-height: 100px; background-size: 90px auto !important; background-position: 0px 0px !important; }
.tc19 .lst > div:after { height: 40px; left: 25px; bottom: -25px; background-size: auto 30px; }
.tc19 .lst > div.m2, .tc19 .lst > div.m3 { background-size: 110px !important; background-position: -15px 0px !important; }
.tc19 .lst h3 { font-size: 1.5rem; margin-bottom: 10px; padding-left: 40px; }
.tc19 .lst h3:before { font-size: 2.8rem; top: -12px; }
.tc19 .lst p { font-size: 1.2rem; }

/* Text Pages */

.sbnr_m { height: 180px; }
.sbnr_m h1, .sbnr_m .h1 { font-size: 2.2rem; padding-top: 5px; }
.sbnr_m h1:after, .sbnr_m .h1:after { font-size: 1.4rem; padding-top: 5px; }

.dpage { padding-top: 20px; }
.dpage + .fcta { margin-top: 50px; }

.ctext { padding: 20px; font-size: 1.2rem; }
.ctext .h2 { font-size: 1.6rem; border-bottom-width: 1px; padding: 5px; margin-bottom: 5px; }
.ctext .h2 span { font-size: 1.4rem; }
.ctext p, .ctext .p { padding: 5px; margin-bottom: 15px; }
.ctext ul > li { padding-left: 15px; }
.ctext ul > li:before { width: 6px; height: 6px; top: 8px; }
.ctext .map iframe { height: 200px; }
.ctext .map p { font-size: 1.2rem; }
.ctext .map a { background-size: 12px auto; padding-right: 16px; }
.ctext .sm { font-size: 1.1rem; }

.ctext ol { padding-left: 15px; }
.ctext ol.p { padding-left: 20px; }
.ctext ol.lnum { padding-left: 0px; }
.ctext ol.lnum.p { padding-left: 0px; }
.ctext ol.lnum > li { padding-left: 25px; }
.ctext ol.lnum > li:before { width: 20px; }
.ctext_s { font-size: 1.1rem; }
.ctext_s ul > li:before { width: 6px; height: 6px; top: 9px; }

/* Sitemap */

.sitemap { padding: 20px; font-size: 1.4rem; }
.sitemap > li { padding: 10px; }
.sitemap > li > a { background-position: 0px 8px; background-size: 14px auto; padding-left: 24px; }
.sitemap ul { padding: 5px 0px 5px 24px; font-size: 1.2rem; }
.sitemap ul li { padding-top: 5px; }
.sitemap ul li a { background-position: 0px 8px; background-size: 5px auto; padding-left: 12px; }

/* Forms */

.cform { padding: 20px; }
.cform hr { margin: 10px 0px; border-bottom-width: 1px; }
.cform table, .cform tbody, .cform tr { display: block; }
.cform th, .cform td { display: block; padding: 15px 0px 0px 0px; }
.cform td { padding: 5px 0px 15px 0px; }
.cform th { width: auto; border-bottom: none; }
.cform th span { display: inline-block; padding-right: 40px; }
.cform th span:after { font-size: 1rem; width: 30px; border-radius: 3px; top: 3px; }

.cform input[type="text"], .cform input[type="number"], .cform input[type="tel"], .cform input[type="email"], .cform textarea, .cform select { font-size: 1.4rem; padding: 8px 15px; }

.cform .nav { padding: 30px 0px 10px 0px; }
.cform .nav input { margin: 0px 5px; font-size: 1.6rem; padding: 10px 15px; min-width: 130px; }
.cform .nav input.wpcf7-confirm { min-width: 200px; }

.cform div.wpcf7 .ajax-loader { margin: 13px 0px 0px 0px; }

.cform .wpcf7-not-valid-tip { font-size: 1.1rem; padding-top: 5px; }
.cform .wpcf7 form .wpcf7-response-output { line-height: 1.4; padding: 10px; margin: 10px 0px 0px 0px; }

/* Blog */

.ptxt_nb { padding-bottom: 20px; }
.tslides { margin: 0px -20px; padding: 0px 0px; }
.tslides .swiper-container { padding-bottom: 20px; }
.tslides .swiper-slide { padding: 0px 20px; }
.tslides .swiper-slide a { max-width: 300px; margin: 0 auto; font-size: 1.3rem; }
.tslides .swiper-slide p { padding-top: 10px; }
.tslides .swiper-slide img { height: 170px; }
body .tslides .swiper-pagination { bottom: 0px; height: 6px; }
body .tslides .swiper-pagination .swiper-pagination-bullet { margin: 0px 3px; width: 6px; height: 6px; }

.tpicks { padding: 0px 20px; }
.tpicks .cont { padding: 30px 20px 10px 20px; }

.blist { display: block; margin: 0px; }
.blist > div > a { display: block; max-width: 300px; margin: 0 auto; font-size: 1.3rem; }
.blist .im { position: relative; width: 120px; }
.blist .im img { height: 170px; }
.blist .tx { padding: 10px 15px 15px 15px; }
.blist .tx p { margin-bottom: 5px; }

.blist1 > div { width: auto; margin: 0px 0px 20px 0px; }
.blist2 > div { width: auto; margin: 0px 0px 20px 0px; }

.bcont { padding-top: 40px; }
.bcont:first-child { padding-top: 100px; padding-right: 0;padding-left: 0; }
.bcont .lbar { width: auto; max-width: 100%; float: none; }
.bcont .rbar { width: auto; float: none; }
.bcont + .fcta { margin-top: 50px; }

.bmore { margin-bottom: 40px; }
.bmore a { width: 200px; text-decoration: none; }

.blist2 > div { margin-bottom: 10px; }
.blist2 > div > a { display: flex; flex-direction: row; font-size: 1.5rem; padding: 15px; max-width: 100%; line-height: 1.6; }
.blist2 .im img { width: 100px; height: 70px; }
.blist2 .im i { display: none; }
.blist2 .tx { padding: 0px 0px 0px 15px; }
.blist2 .dt { font-size: 1.2rem; line-height: 1; margin-bottom: 3px; }
.blist2 .tx p { margin-bottom: 5px; }
.blist2 .ct { font-size: 1.2rem; padding-left: 20px; background-position: 0px 2px; background-size: 14px auto; line-height: 1.2; }

.ftlist { padding: 30px 20px 20px 20px; margin-bottom: 40px; }
.ftlist .sb { font-size: 1.6rem; margin-bottom: 20px; }
.blist3 { display: block; margin: 0px; }
.blist3 > div:not(:last-child) { border-bottom-width: 1px; margin-bottom: 15px; padding-bottom: 15px; }
.blist3 > div > a { display: flex; font-size: 1.2rem; line-height: 1.6; max-width: 300px; margin: 0 auto; }
.blist3 .tx { padding: 0px 0px 0px 15px; }
.blist3 .im img { width: 100px; height: 70px; }
.blist3 > div:not(:first-child) .dt { font-size: 1rem; line-height: 1; margin-bottom: 3px; }
.blist3 > div:not(:first-child) .tx p { margin-bottom: 5px; }
.blist3 > div:not(:first-child) .ct { font-size: 1rem; padding-left: 20px; background-position: 0px 2px; background-size: 14px auto; line-height: 1.2; }
.blist3 > div:first-child .tx { padding: 10px 0px 5px 0px; }
.blist3 > div:first-child .tx p { font-size: 1.3rem; }
.blist3 > div:first-child .im { text-align: center; }
.blist3 > div:first-child .im img { width: 300px; height: 180px; }
.blist3 > div:first-child .ct { background-position: 0px 5px; }

.widget { margin-bottom: 20px; }
.widget.wt_nt { padding: 20px; }
.widget .ti { font-size: 1.3rem; }
.widget > ul a { font-size: 1.2rem; }
.widget > ul > li { padding: 10px; }
.widget > ul ul { padding-left: 8px; margin-top: 8px; }
.widget > ul ul li { padding: 6px; }

.widget_tag_cloud a, .tags a { font-size: 1.2rem !important; }

.widget ul.wi_list a { font-size: 1.2rem; line-height: 1.6; }
.widget ul.wi_list img { margin: 2px 10px 0px 0px; }
.recmore { padding-top: 10px; margin: 0px; }
.recmore a { font-size: 1.2rem; padding: 5px; }

.widget ul.wi_list i { font-size: 1rem; padding-top: 3px; }

.widget_search { padding: 0px; }

.widget_archive select { font-size: 1.3rem; line-height: 1.6; }

.widget .rsns { padding-top: 0px; }
.widget .rsns a { margin: 5px 5px 0px 5px; }

.lbar > .box { padding: 20px 15px; margin-bottom: 40px; }
.t2 { font-size: 1.8rem; padding-bottom: 15px; margin-bottom: 25px; }

.blist4 { margin: 0px 0px 20px 0px; }
.blist4 > div:not(:last-child) { margin-bottom: 15px; padding-bottom: 15px; }
.blist4 > div > a { display: flex; font-size: 1.2rem; line-height: 1.6; max-width: 100%; }
.blist4 .tx { padding: 0px 0px 0px 15px; }
.blist4 .im img { width: 100px; height: 70px; }
.blist4 .im i { font-size: 0.8rem; width: 26px; height: 26px; right: auto; bottom: auto; left: -5px; top: -5px; border-width: 1px; }
.blist4 .dt { font-size: 1rem; line-height: 1; margin: 0px 0px 3px 0px; text-align: left; }
.blist4 .tx p { font-size: 1.2rem; margin-bottom: 5px; }
.blist4 .ct { font-size: 1rem; padding-left: 20px; background-position: 0px 2px; background-size: 14px auto; line-height: 1.2; }

.pager { margin: 40px 0px 10px 0px; }
.pager a, .pager span { line-height: 30px; width: 30px; font-size: 1.2rem; margin: 0px 3px 5px 3px; }
.pager a.prev, .pager a.next { padding: 0px 10px; }
.pager a.prev { margin: 0px 5px 5px 0px; }
.pager a.next { margin: 0px 0px 5px 5px; }

.nodata { padding: 30px 15px; font-size: 1.4rem; }

.author { padding: 10px; margin-bottom: 30px; }
.author .avt { width: 60px; margin-right: 15px; }

.cms.ct_cms { padding: 15px; margin-bottom: 30px; }

.blogdet .meta { margin-bottom: 20px; margin-top: -10px; }
.blogdet .meta .dt { margin-right: 10px; }
.blogdet .meta .ct { background-position: 0px 6px; background-size: 14px auto; padding-left: 20px; }
.blogdet .meta .ct em { font-size: 1.2rem; }

.social { margin-bottom: 20px; min-height: 25px; margin-right: -5px; }
.social > div { margin: 0px 5px 5px 0px; }

.cms { line-height: 1.8; margin-bottom: 30px; }
.cms p { margin-bottom: 30px; }
.cms p + p { margin-top: -10px; }
.cms h2 { font-size: 1.7rem; margin-bottom: 15px; padding-bottom: 10px; }
.cms h2:before { width: 30px; }
.cms h3 { font-size: 1.5rem; padding: 1px 0px 0px 16px; margin-bottom: 15px; }
.cms h4 { font-size: 1.4rem; margin-bottom: 15px; }
.cms ul { padding-left: 20px; margin-bottom: 20px; }
.cms ul li { margin-bottom: 3px; }
.cms ol { padding-left: 20px; margin-bottom: 20px; }
.cms ol li { margin-bottom: 3px; }
.cms dl { margin-bottom: 20px; }
.cms dl dd { margin: 0 0 3px 10px; }
.cms blockquote { margin: 0 0 20px 0; padding: 15px 15px 15px 40px; }
.cms blockquote:before { font-size: 5rem; }
.cms pre { padding: 15px; margin: 0 0 20px 0; }
.cms table { margin-bottom: 20px; }
.cms table caption { padding-bottom: 5px; }
.cms table th, .cms table td { padding: 8px 10px; white-space: nowrap; }
.cms .tbl { margin: 0px -15px; overflow: auto; -webkit-overflow-scrolling: touch; padding-bottom: 35px; }
.cms .tbl > div { padding: 0px 15px; display: inline-block; vertical-align: top; min-width: 100%; }
.cms .tbl + div { margin: -25px 0px 5px 0px; position: relative; }
.cms .tbl + div:before { content: '◀ Scroll ▶'; font-size: 0.8rem; line-height: 1; color: #ccc; display: inline-block; vertical-align: top; }
.cms .tbl + div:after { content: ''; border-bottom: #ccc dotted 1px; width: calc(100% - 50px); top: 4px; right: 0px; position: absolute; }
.cms .tbl.no_scroll { padding-bottom: 0px; margin-bottom: 15px; overflow: visible; }
.cms .tbl.no_scroll + div { display: none; }
.cms figure { margin: 0px 0px 25px 0px; }
.cms figure figcaption { font-size: 1rem; padding: 5px 0px 0px 0px; }
.cms img.alignleft, .cms figure.alignleft { margin: 0 15px 15px 0; }
.cms img.alignright, .cms figure.alignright { margin: 0 0 15px 15px; }
.cms img.aligncenter, .cms figure.aligncenter { margin: 0 auto 25px auto; }
.cms img.alignnone, .cms figure.alignnone { margin: 0px; }
.cms img.alignleft, .cms img.alignright, .cms figure.alignleft, .cms figure.alignright { max-width: calc(50% - 8px); }
.cms hr { margin: 0px 0px 20px 0px; }

.tags { margin: 0px -10px 30px 0px; }
.tags span { font-size: 1.2rem; margin: 5px 10px 0px 0px; }
.tags a { font-size: 1.2rem !important; margin: 5px 10px 0px 0px; }

body .ts-fab-wrapper { margin: 0px 0px 30px 0px; }
body .ts-fab-text h4 { font-size: 1.4rem; }
body .latest-see-all { font-size: 1.2rem; }
body .ts-fab-wrapper .ts-fab-latest a { font-size: 1.2rem; }
body .ts-fab-content { font-size: 1.2rem; }

.cfield { margin-bottom: 30px; }
.bb_cta { margin-bottom: 30px; }

.cmnav { padding: 20px 0px 10px 0px; }
.cmnav div a:before { font-size: 1rem; }
.cmnav div a:after { font-size: 2rem; top: 12px; }
.cmnav div.prev { padding-right: 8px; }
.cmnav div.next { padding-left: 8px; }
.cmnav div.prev a { padding-left: 15px; }
.cmnav div.next a { padding-right: 15px; }

.rellist { padding: 20px; margin: 0px 0px 40px 0px; }
.rellist .t2 { font-size: 1.8rem; padding-bottom: 15px; margin-bottom: 15px; }

.blist5 { display: block; margin: 0px; }
.blist5 > div { width: auto; display: block; margin: 0px; }
.blist5 > div:not(:last-child) { border-bottom: #eee solid 1px; margin-bottom: 15px; padding-bottom: 15px; }
.blist5 > div > a { display: flex; flex-direction: row; font-size: 1.2rem; line-height: 1.6; max-width: 100%; }
.blist5 .tx { padding: 0px 0px 0px 15px; }
.blist5 .im img { width: 100px; height: 70px; }
.blist5 .tx p { font-size: 1.2rem; }

.cms div#ez-toc-container { padding: 10px 15px 15px 15px; margin-bottom: 40px; }
.cms .ez-toc-title-container { padding-bottom: 5px; margin-bottom: 5px; }
.cms div#ez-toc-container ul li { font-size: 1.3rem; margin-top: 5px; }

.pr_post main { border-top-width: 3px; }
.pr_post .bcont { padding-top: 20px; }
.pr_post .lbar > .box { padding-bottom: 5px; margin-bottom: 20px; }

/* Info */

.nwlst { padding: 20px; }
.nwlst + .fcta { margin-top: 50px; }
.nwlst .pager { margin-top: 30px; }

.sncol  .lbar > .box { margin-bottom: 10px; }
.nwback { border-top-width: 1px; padding-top: 25px; margin-bottom: 5px; }

/* Case */

.tcase { margin-bottom: 30px; }
.tcase .list { display: block; }
.tcase .list > div { width: auto; }
.tcase .list a { height: 230px; }
.tcase .list a div { padding: 15px 18px; }
.tcase .list a h3, .tcase .list a p { max-width: 100%; }
.tcase .list a h3 { font-size: 1.4rem; margin-bottom: 10px; }
.tcase .list a h3 span { display: block; margin-bottom: 5px; }
.tcase .list a h3 span i { padding: 0px 5px; min-width: 50px; font-size: 1.2rem; }
.tcase .list a p { line-height: 1.6; }

.tcase .cts { padding-bottom: 20px; margin: 0px -5px; }
.tcase .cts li { margin: 0px 5px 10px 5px; }
.tcase .cts a { font-size: 1.3rem; padding: 8px 32px 9px 20px; }
.tcase .cts a:after { width: 10px; right: 15px; }

.bc_cnt { padding: 0px; }
.bc_cnt .breadcrumbs { padding-bottom: 20px; }
.tcase h1 { font-size: 2rem; border-bottom-width: 1px; padding-bottom: 10px; margin-top: -10px; margin-bottom: 20px; }
.tcase .cts_bot { margin-top: 30px; padding-bottom: 0px; margin-bottom: -10px; border-top-width: 1px; padding-top: 40px; }

.sncol .lbar { padding: 20px 15px; }

.cs_ti .sv { font-size: 1.1rem; margin-bottom: 20px; }
.cs_ti .ti { margin-bottom: 20px; }
.cs_ti .ti h1 { font-size: 2.2rem; display: block; margin-right: 0px; }
.cs_ti .ti span { display: block; font-size: 1rem; margin-top: 5px; }
.cs_ti .ti span a { padding: 2px 8px; margin-right: 5px; }
.cs_ti p { margin-bottom: 10px; }

.cs_img { margin-bottom: 10px; }

.cs_com { margin-bottom: 50px; }
.cs_com .ti { display: block; margin-bottom: 10px; }
.cs_com .ti > span { display: block; text-align: right; margin-bottom: 10px; }
.cs_com .ti h2, .cs_int > h2 { font-size: 2.2rem; }
.cs_com .ti h2:after, .cs_int > h2:after { font-size: 1rem; margin: 10px 0px 0px 15px; }
.cs_com .tbl { display: block; }
.cs_com .tbl table { width: 100%; }
.cs_com .tbl table th, .cs_com .tbl table td { padding: 10px; }
.cs_com .tbl table th { width: 100px; }
.cs_com .tbl div { max-width: 100%; width: auto; }
.cs_com .tbl div img { width: 160px; }

.cs_int { padding-bottom: 10px; }
.cs_int > h2 { margin-bottom: 30px; }
.cs_int .list > div { margin-bottom: 30px; }
.cs_int .list > div > h3 { font-size: 1.4rem; margin-left: 40px; padding: 10px 15px; }
.cs_int .list > div > h3:before { top: 5px; font-size: 1.4rem; width: 30px; height: 30px; left: -40px; padding-bottom: 1px; }
.cs_int .cms { margin: 15px 0px 0px 40px; font-size: 1.2rem; }

.sec2_csdet { background: linear-gradient(to bottom, #f8f8f8 50%, #fff 50%); padding: 30px 20px; }

.sec3_pub { background: none; background-color: #f9f9f9; padding-top: 0px; padding-bottom: 1px; margin-bottom: 50px; }
.sec3_pub .cont { padding: 20px 20px; }

.sec3_pub .cts { padding-bottom: 20px; margin: 0px -5px; }
.sec3_pub .cts div { margin: 0px 5px 10px 5px; }
.sec3_pub .cts a { font-size: 1.2rem; padding: 7px 32px 8px 20px; }
.sec3_pub .cts a:after { width: 10px; right: 15px; }
.sec3_pub .pager { margin-bottom: 20px; }

.sec3_pub h1 { margin-bottom: 20px; font-size: 2rem; }
.sec3_pub .cts_bot { margin-top: 30px; padding-bottom: 0px; margin-bottom: 0px; border-top-width: 1px; padding-top: 30px; }

.csp_det .ti { margin-bottom: 20px; padding-top: 10px; }
.csp_det .ti h1 { font-size: 2rem; font-weight: bold; }
.csp_det .ti div { margin-bottom: 10px; }
.csp_det .ti div i { font-size: 1.4rem; margin-right: 10px; }
.csp_det .ti div span { padding-left: 0px; padding-top: 2px; }
.csp_det .ti div a { padding: 0px 10px 1px 10px; margin: 0px 5px 5px 0px; font-size: 1.1rem; }
.csp_det .lbar { padding-top: 20px; padding-bottom: 20px; }

.tcase_ix { margin-bottom: 0px; }
.tcase_ix .cont2 { padding: 20px; }
.tcase_ix .more { margin: 15px 0px 0px 0px; }
.sec3_pub_ix { margin-bottom: 0px; }
.sec3_pub_ix .cont { padding: 20px; }
.sec3_pub_ix .more { margin: 15px 0px 0px 0px; }

/* Under Construction */

.underc .cont { padding: 10px 0px 20px 0px; }
.underc h1 { padding: 30px; font-size: 1.8rem; }

/* 404 */

.p404 .cont { padding: 10px 0px 20px 0px; }
.p404 h1 { font-size: 2.4rem; padding-bottom: 20px; }
.p404 .stoptxt { padding-bottom: 20px; }

/* Footer */

.fcta .cont { padding: 20px; margin-bottom: 20px; display: block; }
.fcta .ti { width: auto; border-bottom: #fff solid 1px; border-right: none; display: block; padding-bottom: 15px; }
.fcta .ti span { font-size: 1.7rem; display: block; }
.fcta .ti span:after { font-size: 0.9rem; margin: 8px 0px 0px 10px; display: inline-block; vertical-align: top; }
.fcta .tx { padding: 15px 0px 0px 0px; width: auto; }
.fcta .tx p { font-size: 1.2rem; margin-bottom: 5px; }
.fcta .tx .tel { margin-bottom: 15px; }
.fcta .tx .tel a { font-size: 2.2rem; padding-left: 24px; background-position: 0px 9px; background-size: 18px auto; pointer-events: all; letter-spacing: 0px; font-weight: bold; }
.fcta .tx .tel span { font-size: 1rem; margin: 10px 0px 0px 10px; }
.fcta .tx .mail { margin-bottom: 15px; }
.fcta .tx .mail a { font-size: 2rem; padding-left: 24px; background-position: 0px 11px; background-size: 18px auto; pointer-events: all; letter-spacing: 0px; font-weight: bold; }
.fcta .tx .btns { padding-bottom: 0px; }
.fcta .tx .btns a { display: block; border-width: 1px; width: auto; max-width: 100%; font-size: 1.3rem; padding: 14px 10px; background-position: right 15px center; background-size: 6px auto !important; }
.fcta .tx .btns a:first-child { margin-right: 0px; margin-bottom: 10px; }

/* footer nav { padding: 0px; font-size: 1.3rem; }
footer nav > ul { display: block; }
footer nav > ul > li:not(:last-child) { margin-right: 0px; border-bottom: #ddd dotted 1px; }
footer nav > ul > li > a, footer nav > ul > li > span { display: block; padding: 13px 20px; color: #393939; position: relative; }
footer nav > ul > li > a { background: url(img/arrow3_b.png) no-repeat right 20px center; background-size: 7px auto; }
footer nav > ul > li > a:hover { color: #df0629; }
footer nav > ul ul { padding: 10px; border-top: #ddd dotted 1px; background-color: #f1f1f1; display: none; }
footer nav > ul ul li { margin: 0px; }
footer nav > ul ul li a, footer nav > ul ul li span { display: block; font-size: 1.2rem; padding: 6px 10px 6px 25px; background: url(img/arrow3_b.png) no-repeat 10px center; background-size: 5px auto; }
footer nav > ul ul li a:hover { color: #df0629; }
footer nav > ul ul li.s a { padding-left: 20px; background: none; margin-left: 15px; }
footer nav > ul ul li.s a:before { left: 10px; }

footer nav > ul > li.hs > a { background: none; }
footer nav > ul > li.hs > a:before, footer nav > ul > li.hs > span:before, footer nav > ul > li.hs > a:after, footer nav > ul > li.hs > span:after { content: ''; width: 12px; height: 2px; background-color: #393939; position: absolute; right: 18px; top: 50%; margin-top: -1px; display: block; left: auto; bottom: auto; transition: all 0.15s ease-out; transform: scaleX(1); border-radius: 2px; }
footer nav > ul > li.hs > a:before, footer nav > ul > li.hs > span:before { transform: rotate(90deg); }
footer nav > ul > li.hs > a.on:before, footer nav > ul > li.hs > span.on:before { transform: rotate(90deg) scaleX(0); }

footer .cont { padding: 15px 20px; }
footer .cont .lf { float: none; justify-content: center; padding: 5px 0px; }
footer .cont .lf a { width: 50px; }
footer .cont .lf address { font-size: 0.9rem; padding-left: 15px; }
footer .cont .rh { float: none; text-align: center; }
footer .cont .rh ul { margin-bottom: 10px; }
footer .cont .rh li { padding: 10px 10px 0px 10px; }
footer .cont .rh .cp { font-size: 0.9rem; } */

.ptop a { width: 50px; height: 50px; border-radius: 5px; background-color: rgba(255, 255, 255, 0.95); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
.ptop a:before, .ptop a:after { display: none; }
.ptop a i { width: 50px; height: 50px; border-radius: 5px; padding-top: 35px; }
.ptop a i:before { content: ''; width: 30px; height: 30px; background: url(img/arrow3.png) no-repeat center; background-size: 12px auto; position: absolute; left: 10px; top: 4px; transform: rotate(-90deg); }
.ptop a i:after { writing-mode: horizontal-tb; text-orientation: sideways; text-align: center; font-size: 0.8rem; margin: 0px; height: auto; letter-spacing: 0px; text-shadow: none; font-weight: bold; }

}

@media screen and (max-width: 350px) {

header .lb h1 br, header .lb .h1 br { display: block; }

}




/* 問い合わせフォーム　メール・電話のみ */
.cp_iptxt {
	position: relative;
	margin: 40px 3%;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding-left: 40px;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}

.awesome::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 15px;
  font-weight: 400;
  margin-right: 4px;
}

.mail_icon::before {
  font-family: "Font Awesome 5 Free" !important;
  content: '\f0e0';
  color: #cccccc;
  margin-right: -5px;
}

.tel_icon::before {
  font-family: "Font Awesome 5 Free" !important;
  content: '\f879';
  font-weight: 900;
  color: #cccccc;
  margin-right: 10px;
}

#btn{
  height:50px;
  margin: 2em 0;
  line-height:50px;
  background:tomato;
  color:#fff;
  border-radius:25px;
  text-decoration:none;
  text-align:center;
  border: none;
  padding: 0 180px;
}

#lp_form {
	border-bottom:1px solid #cccccc;
	border-right:none;
	border-left:none;
	border-top:none;
	padding-bottom: 10px;
    margin-top: 15px;
}

#free-download {
	margin-bottom: 30px;
}




/* ----- */
/* CSS for LP */
/* ----- */
html { scroll-behavior: smooth;}
.lp-small { font-size: 2rem; }
.lp-middle { font-size: 2.5rem; margin-bottom: 8px; }
.lp-h4 { font-size: 2.3rem; }
#lp1-title h1{ transform: skew(-12deg, -4deg); }
#jump-to-here { padding-top: 100px; margin-top: -100px; }



/* more than 1024px for br */
@media screen and (min-width: 769px) and (orientation: portrait) {
	.br-resp { display: none; }
}
@media screen and (min-width: 415px) and (orientation: portrait) {
	.br-resp-375 { display: none; }
}

/* ipad */
@media screen and (max-width: 769px) and (orientation: portrait) {
	.lp-title h2 { font-size: 2.8rem !important; }
	.lp-big h3 { font-size: 3.5rem !important; }
	.lp-lg-message p { font-size: 2.5rem !important; }
	.lp-zero { margin-right: -60px; }
	.lp-emphasis p { font-size: 4.8rem !important; }
	.lp-line-height p { line-height: 50px !important; }
	.br-resp-2 { display: none; }
	}

/* smart phone */
@media screen and (max-width: 415px) and (orientation: portrait) {
	.lp-title h2 { font-size: 2.6rem !important; }
	.lp-big h3 { font-size: 1.6rem !important; }
	.lp-lg-message p { font-size: 2rem !important; }
	.lp-zero { margin-right: -60px; }
	.lp-emphasis p { font-size: 4rem !important; }
	.lp-line-height p { line-height: 30px !important; font-size: 14px !important; }
	.br-resp-2 { display: none; }
	.lp-h4 { margin-top: 20px; font-size: 1.8rem; }
	.lp-subtitle h3 { font-size: 1rem !important; }
	.lp-icon h3 { font-size: 1.8rem !important; }
	}

/* smart phone */
@media screen and (max-width: 321px) and (orientation: portrait) {
	.lp-title h2 { font-size: 2rem !important; }
	.lp-big h3 { font-size: 1.4rem !important; }
	.lp-lg-message p { font-size: 1.8rem !important; }
	.lp-zero { margin-right: -60px; }
	.lp-emphasis p { font-size: 3.4rem !important; }
	.lp-line-height p { line-height: 30px !important; font-size: 11px !important; }
	.br-resp-2 { display: none; }
	.lp-h4 { margin-top: 20px; font-size: 1.2rem; }
	.lp-subtitle h3 { font-size: 0.4rem !important; }
	.lp-icon h3 { font-size: 1.2rem !important; }
	.lp-icon p { font-size: 1.6rem !important; }
	.lp-subtitle2 h3 { font-size: 1.8rem !important; }
	.lp-bg-gray { padding-top: 25px; }
	}


.CTA-LP {
	text-align: left;
	margin-top: 3rem;
	}
.CTA-LP a {
	display: inline-block;
    vertical-align: top;
    width: 170px;
    background-color: #df0629;
    color: #fff;
    border-radius: 50px;
    font-size: 1.4rem;
    line-height: 19px;
    font-weight: 500;
    padding: 8px 5px 9px 5px;
	font-size: 1.1rem;
    width: 110px;
	margin: 8px 5px 9px 5px;
	text-align:center;
	}
.CTA-LP a:hover { text-decoration: none; background-color: #393939; }


/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 30px;
  margin:10px auto;
  padding: 25px 16px;
  color: #fff;
  background:#0c0d62;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
}


.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップココまで*/
