@charset 'utf-8';

html { font-size: 62.5% }
header, nav, main, article, div, section, aside, dl, dt, dd, figure, footer { display: block; overflow: hidden }
p { margin: 0 }
a { color: #0d31ab; text-decoration: none }
a:hover { color: #516ed0 }
ul, ol, dl, dt, dd { margin: 0; padding: 0 }
img { border: none; vertical-align: top }
#wrapper img { height: auto }
mark { background: linear-gradient(transparent 64%, #ffdfef 64%); padding: 0 1px 1px }
form { margin-top: 24px }
label { display: block }
input[type='text'], input[type='password'], textarea, select { padding: 5px; border: 2px solid #ddd; border-radius: 4px; transition: .2s; outline: none; font-family: 'Noto Sans JP', sans-serif; font-size: 100% }
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus { border-color: #1b95e0 }
button { transition: .3s; text-decoration: none; font-size: 100%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; font-weight: 500 }
button[type='submit'] { color: #fff; border: 3px solid rgb(34, 85, 170); background-color: rgb(34, 85, 170) }
button[type='submit']:hover { color: rgb(34, 85, 170); background-color: #fff }
button[type='submit'] i { font-size: 125% }
button[type='reset'] { color: #aaa; border: 3px solid #ccc; background-color: #fff; margin-left: 8px }
button[type='reset']:hover { opacity: .72 }
form dl { background-color: rgba(250, 249, 244, 1); margin-bottom: 16px; border: 1px solid rgb(239, 237, 222); border-radius: 8px; padding: 16px }
form dt { font-weight: 700 }
form dt::before { font-family: 'Font Awesome 5 Free'; content: '\f0da\00a0' }
form dt strong { color: #fff; font-weight: 400; font-size: 75%; line-height: 1.1; padding: 1px 4px 3px; border-radius: 4px; border: none; background-color: #f90; display: inline-block }
form dd { margin-top: 12px }
form dd span { display: block }
form dd span:not(:first-child) { margin-top: 8px }
textarea { width: calc(100% - 14px) }
hr { height: 6px; background-color: #eee; border: none; margin: 0 }
caption { caption-side: bottom; font-size: 87.5%; margin-top: 8px; color: #777 }
figure img { max-width: 100% }
figcaption { text-align: center; font-size: 88% }
.flexwrap { flex-wrap: wrap }
.flexspacebetween { justify-content: space-between }
.flexspacearound { justify-content: space-around }
.flexcenter { justify-conmktent: center }
.myframe01 { border: 5px solid rgb(231, 225, 204); padding: 16px 24px; background-color: rgba(255, 255, 255, 1) }
.myframe02 { padding: 16px 24px; background-color: rgba(250, 249, 244, 1); border-radius: 8px; border: 1px solid rgb(231, 225, 204) }
.myframe03 { border: 3px solid rgba(34, 85, 170, .88); border-radius: 4px }
.myframe03 dt { background-color: rgba(34, 85, 170, .88); color: #fff; padding: 0 24px 3px }
.myframe03 dd { padding: 16px 24px }
.myframe04 { padding: 8px; background-size: 8px 8px; background-color: rgba(34, 85, 170, .4); background-image: linear-gradient(45deg, rgba(34, 85, 170, .72) 24%, transparent 24%, transparent 48%, rgba(34, 85, 170, .72) 48%, rgba(34, 85, 170, .72) 72%, transparent 72%, transparent); opacity: .88 }
.myframe04inner { background: #fff; padding: 16px 24px }
.myframe05 { padding: 8px 24px 16px; border-radius: 4px; border: 3px solid rgba(34, 85, 170, .88) }
.myframe05 legend { font-weight: 500; color: #fff; padding: 2px 8px; background-color: rgba(34, 85, 170, .88); border-radius: 4px; border: none }
.mycard { background-color: #fff }
.mycardimg { border: none; border-top-left-radius: 8px; border-top-right-radius: 8px }
.mycard dl { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; text-align: center }
.mycard dt { font-weight: 500 }
.mycard2 dl { padding: 24px }
.mycard3 dl, .mycard4 dl { padding: 16px }
.mycard2 dd { margin-top: 24px }
.mycard3 dd, .mycard4 dd { margin-top: 16px }
.mycard dd a { font-size: 80% }
.mycard2 dt { font-size: 116% }
.mycard3 dt { font-size: 108% }
.mycard4 dt { font-size: 100% }
.myfadebanner { position: relative; cursor: pointer }
.myfadebanner img { max-width: 100% }
.myfadebanner div { position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(34, 85, 170, .8); color: #fff; text-align: center; padding: 1.6%; font-weight: 500; transition: .3s }
.myfadebanner:hover div { padding-top: 3.2%; padding-bottom: 3.2% }
.myzoomimg { position: relative; margin: 0; cursor: pointer }
.myzoomimg img { transform: scale(1, 1); transition: .4s; max-width: 100% }
.myzoomimg:hover img { transform: scale(1.2, 1.2) }
.myzoomimg figcaption { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .4); color: #fff; display: flex; justify-content: center; align-items: center }
.myzoomimg div { padding: 0 24px }
.myzoomimg h3 { color: #fff; text-align: center; margin-bottom: 16px; font-size: 137.5% }
.myzoomimg span { display: inline-block; text-decoration: none; position: relative; padding-bottom: 12px }
.myzoomimg span::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #fff; transform: scale(0, 1); transition: .3s }
.myzoomimg:hover span::after { transform: scale(1, 1) }
.myrelativebox { position: relative; padding-bottom: 48px }
.myrelativebtn { position: absolute; bottom: 0; right: 0; left: 0; text-align: center }
.mybtn01 a { display: inline-block; line-height: 1; color: #fff; text-decoration: none; background-color: rgba(34, 85, 170, 1); padding: 6px 8px; border: none; border-radius: 4px; font-size: 88%; transition: .3s; white-space: nowrap }
.mybtn01 a:hover { background-color: rgba(34, 85, 170, .72) }
.mybtn01 a::before { font-family: 'Font Awesome 5 Free'; content: '\f0da\00a0'; font-weight: 900 }
.mybtn04 { transition: .3s }
.mybtn04:hover { opacity: .72 }
.mybtnblock a { display: block !important; text-align: center }
.mytableautoth th { width: auto }
.ultable { display: table; padding: 0 }
.ultable li { display: table-row }
.ultable li span { display: table-cell; padding-right: 16px }
.ultable li span:first-child { font-weight: 700; color: #000 }
.tal { text-align: left }
.tac { text-align: center }
.tar { text-align: right }
.lineclamp { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden }
.myiframe { position: relative; padding-top: 56.25% }
.myiframe iframe { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; border: none }
.mytoggledl dt { cursor: pointer }
.mytoggledl dd { display: none }
.wcedit_40021A843401 .mytoggledl dd, .wcselect_40021A843401 .mytoggledl dd, .wcarea_40021A843401 .mytoggledl dd { display: block }
.navpagelink { display: flex; justify-content: space-between }
.navpagelink div { flex-grow: 1; text-align: center; font-size: 87.5% }
.navpagelink div:not(:first-child) { margin-left: 3px }
.navpagelink a { display: block; background-color: #efefef; text-decoration: none; color: #666; padding: 8px 0; transition: .3s }
.navpagelink a:hover { opacity: .72 }
.pagelinkon { position: relative; padding-bottom: 8px }
.pagelinkon strong { display: block; background-color: rgb(34, 85, 170); color: #fff; padding: 8px 0; font-weight: 400 }
.pagelinkon::after { content: ''; width: 0; height: 0; border-top: 8px solid rgb(34, 85, 170); border-right: 8px solid transparent; border-bottom: 0 solid transparent; border-left: 8px solid transparent; position: absolute; right: 0; bottom: 0; left: 0; margin: 0 auto }
.mylist05 { list-style: none }
.mylist05 li { padding-left: 1em; text-indent: -1em; font-size: 87.5% }
.mylist05 li::before { content: '※' }
.mylist05 li ~ li { margin-top: .6rem }
.w32p { width: 32% }
.w48p { width: 48% }
.w64p { width: 64% }
.w80p { width: 80% }
#lightbox { background-color: #fff; padding: 16px 16px 32px; border-radius: 4px; max-width: calc(100% - 32px) }
#lightboxCaption { color: #333; font-size: 1.3rem; text-align: center; padding: 10px 16px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 32px) !important }
#lightboxIndicator { border: 1px solid #fff }
#lightboxOverallView, #overlay { background-color: #000; opacity: .8 }
.mycontacttitle, .mycontactphone, .mycontacttext, .mycontactor, .mycontactbtn { display: block; overflow: hidden }
.basecolor { color: rgb(34, 85, 170) }
.basebgcolor { background-color: rgb(34, 85, 170) }

@media (max-width: 375px) {
.w32p, .w48p { width: 64% }
.w80p { width: calc(100% - 14px) }
}
@keyframes slickFade { 0% { opacity: 0 }
100% { opacity: 1 }
}

@media (max-width: 767px) {
body { margin: 0; background-color: #fff; color: #333; line-height: 1.732; font-size: 1.5rem; font-family: 'Noto Sans JP', sans-serif; font-feature-settings: 'palt' }
h1, #headerinfo, #globalnav, .largeonly { display: none }
#wrapper { position: relative }
#containerheaderouter { border-top: 5px solid #1e5e9b }
#containerheader { }
header { margin: 12px 16px; display: flex; justify-content: space-between }
#headerlogo { width: 220px }
#headerlogo img { max-width: 100% }
#hamicon { }
#hamicon i { display: block; cursor: pointer; color: #333; font-size: 3.4rem }
#containermyslick { animation: slickFade 3s ease 0s; position: relative }
#myslick { }
#myslick img { max-width: 100% }
#slidemask { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(../images/slidemask.png); background-repeat: no-repeat; background-position: center top; background-size: contain }
#containerpagetitle { position: relative }
#pagetitleimg { }
#pagetitleimg img { max-width: 100% }
#pagetitle { background-image: url(../images/backpagetitle.png); background-repeat: no-repeat; background-position: center top; height: 50px; background-size: 1200px 50px }
#pagetitletext { font-size: 2.4rem; font-weight: 700; color: #fff; text-shadow: 1px 1px 1px #570000; display: flex; justify-content: center; align-items: center; padding-top: 4px }
#mysection01 { margin: 16px 8px 0 }
#mysection01info { margin: 0 8px }
#mysection01infotitle { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px }
#mysection01infotitle h2 { font-family: 'Kiwi Maru', sans-serif; color: #1e5e9a; font-size: 2.4rem }
#mysection01infotitle a { display: inline-block; color: #fff; background-color: #1e5e9b; padding: 4px 16px; text-decoration: none; border: none; border-radius: 24px; font-size: 1.4rem }
#mysection01infotitle a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
#mysection01infotitle a:hover { opacity: .72 }
.mysection01info { border-bottom: 1px dashed #1e5e9b; padding-bottom: 12px; margin-bottom: 12px }
.mysection01info dt { color: #666; font-family: 'Lato', sans-serif; font-size: 1.3rem }
.mysection01info dd { }
#mysection01flyers { display: flex; flex-wrap: wrap; margin-top: 16px }
.mysection01flyer { width: calc(50% - 16px); max-width: 184px; margin: 0 8px 16px }
.mysection01flyer dt { }
.mysection01flyer dt img { max-width: 100% }
.mysection01flyer dd { padding: 4px 4px 0 }
#containermysection02outer { margin-top: 40px }
#containermysection02 { }
#mysection02 { }
#mysection02img { margin: 0 16px }
#mysection02img img { max-width: 100% }
#mysection02main { margin: 16px 16px 0 }
#mysection02main h2 { font-family: 'Kiwi Maru', sans-serif; color: #1e5e9a; font-size: 2.4rem; letter-spacing: -1px; border-bottom: 1px dashed #1e5e9b; padding-bottom: 16px; margin-bottom: 16px }
#mysection02btn { text-align: center; margin-top: 24px }
#mysection02btn a { display: inline-block; color: #fff; background-color: #f0824f; padding: 10px 56px; text-decoration: none; border: none; border-radius: 24px; transition: .3s; font-size: 1.6rem }
#mysection02btn a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
#mysection02btn a:hover { opacity: .72 }
#mysection02photos { display: flex; justify-content: space-between; margin: 32px 16px 0 }
#mysection02photos div { width: 32%; max-width: 234px; border: none; border-radius: 50% }
#mysection02photos img { max-width: 100% }
#containermysection03 { background-color: #f7f7f7; padding: 32px 0 0; margin-top: 40px }
#mysection03 { margin: 0 8px }
#mysection03 h2 { color: #1e5e9a; text-align: center }
#mysection03 .h2e { display: block; font-family: 'Lato', sans-serif; font-size: 1.6rem; font-weight: 400 }
#mysection03 .h2j { display: block; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2.4rem }
#mysection03banners { margin-top: 24px; display: flex; justify-content: center; flex-wrap: wrap }
#mysection03banners div { width: calc(33.3333% - 16px); max-width: 229px; margin: 0 8px 16px }
#mysection03banners img { max-width: 100% }
#containermysection04 { background-image: url(../images/back05.png); background-repeat: no-repeat; background-position: center top; background-size: cover }
#mysection04 { margin: 80px 16px 0 }
#mysection04 div { margin-bottom: 24px }
#mysection04 img { max-width: 100% }
#mysection05 { margin: 64px 16px 0 }
#mysection05contact { border: 4px solid #1e5e9a; background-color: #fff; border-radius: 16px; padding: 24px; text-align: center }
#mysection05contact h2 { color: #1e5e9a; text-align: center }
#mysection05contact .h2e { display: block; font-family: 'Lato', sans-serif; font-size: 1.6rem; font-weight: 400 }
#mysection05contact .h2j { display: block; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2.4rem }
#mysection05contactinner { margin-top: 16px }
#mysection05contactinner dt { font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 1.8rem; font-weight: 500; margin-bottom: 8px }
#mysection05contactphone { }
#mysection05contactphone dd { font-family: 'Oswald', sans-serif; font-size: 3.6rem; font-weight: 500; line-height: 1; color: #1e5e9a }
#mysection05contactphone dd div { display: inline-block; background-image: url(../images/back07.png); background-repeat: no-repeat; background-position: left center; padding-left: 38px; background-size: 32px 32px }
#mysection05contactmail { margin-top: 16px }
.mybtn00 a { display: inline-block; color: #fff; background: linear-gradient(180deg, rgba(244, 82, 103, 1) 0%, rgba(221, 50, 71, 1) 50%, rgba(198, 15, 38, 1) 100%); padding: 8px 32px; text-decoration: none; border: none; border-radius: 24px; transition: .3s; font-size: 1.6rem }
.mybtn00 a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
.mybtn00 a:hover { opacity: .72 }
#mysection05line { border: 4px solid #1e5e9a; background-color: #fff; border-radius: 16px; padding: 24px; text-align: center; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-weight: 500; margin-top: 24px }
#mysection05line span { display: block }
#mysection05line dd { margin-top: 8px }
#mysection05line img { max-width: 100% }
#mysection06 { margin: 40px 16px 0; text-align: center }
#mysection06 h2 { color: #1e5e9a; text-align: center; margin-bottom: 16px }
#mysection06 .h2e { display: block; font-family: 'Lato', sans-serif; font-size: 1.6rem; font-weight: 400 }
#mysection06 .h2j { display: block; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2.4rem }
#footermap { margin-top: 48px; font-size: 0 }
#footermap iframe { border: none; width: 100%; height: 280px }
#footerinfoouter { background-image: url(../images/back08.jpg); background-repeat: no-repeat; background-position: center top; padding: 48px 16px; text-align: center; background-size: cover }
#footerinfo p a{ color:#fff !important;}
#footerinfoinner { background-color: rgba(23, 74, 121, .72); padding: 24px 16px; display: inline-block }
#footerlogo img { max-width: 80% }
#footerinfo { color: #fff; margin-top: 16px }
#footerinfo .mybtn00 a { padding: 8px 56px }
#footernavigation { background-color: #174a79; color: #fff; text-align: center; padding: 24px 0 }
#navfooter { }
#navfooter ul { list-style: none }
#navfooter li { display: block; margin-bottom: 8px }
#navfooter a { text-decoration: none; color: #fff }
#navfooter a:hover { opacity: .72 }
#footercopy { margin-top: 16px; font-size: 1.3rem; opacity: .64 }
#container { margin-top: 8px }
#maincontents { }
#drawernav { background-color: #333; color: #fff; font-size: 92.857% }
#drawernavcontact { padding: 16px 16px 0; line-height: 1 }
#drawernavcontact div { margin-bottom: 16px }
#drawernavcontact a { border-radius: 4px; padding: 8px; border: 1px solid #666; color: #fff; display: block; background-color: #555; text-decoration: none }
#drawernavcontact .myphone::before { display: inline-block; font-family: 'Font Awesome 5 Free'; content: '\f098'; width: 1.28571429em; text-align: center; font-weight: 900; font-size: 107.1429% }
#drawernavcontact .mymail::before { display: inline-block; font-family: 'Font Awesome 5 Free'; content: '\f0e0'; width: 1.28571429em; text-align: center; font-weight: 400; font-size: 107.1429% }
#drawernav ul { padding: 0; list-style: none }
#drawernav li { display: block; border-bottom: 1px solid #555 }
.emphasismenu { background: linear-gradient(180deg, rgba(244, 82, 103, 1) 0%, rgba(221, 50, 71, 1) 50%, rgba(198, 15, 38, 1) 100%) }
#drawernav li a { color: #fff; text-decoration: none; display: block; padding: 8px 16px }
#drawernav li a::before { display: inline-block; font-size: 78.5714%; font-family: 'Font Awesome 5 Free'; content: '\f054'; width: 1.28571429em; text-align: center; font-weight: 900 }
#drawernav aside { text-align: right; margin: 12px 16px 12px 0 }
#drawernav aside a { font-size: 85.714%; color: #bbb; text-decoration: none; display: inline-block; border: 1px solid #888; padding: 0 4px; border-radius: 4px }
#topicpath { margin: 0 16px 32px; font-size: 92.857%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden }
#topicpath a { color: #333; text-decoration: underline }
#topicpath a:hover { color: #999 }
.sec1032 { margin: 0 16px }
.secflex { margin: 0 8px; display: flex }
.arrowh { text-align: center; font-size: 285.714%; line-height: 1 }
.div12 { margin: 0 8px 24px }
.div12flex { display: flex; flex-wrap: wrap; justify-content: space-between }
.div12flex11 { width: 100%; max-width: 492px; margin: 0 0 16px }
.div12flex12 { width: calc(50% - 8px); max-width: 234px; margin: 0 0 16px }
.div12border, .div13border, .div13wideborder { margin: 0 8px 24px; border: 3px solid rgba(34, 85, 170, .88) }
.divborderinner { padding: 16px }
.div12dl dd, .div13dl dd, .div14dl dd { padding: 8px 0 0 }
.div12l { width: 42%; padding-left: 8px }
.div12r { width: 42%; padding-right: 8px }
.div13, .div13wide { margin: 0 8px 24px }
.div14 { margin: 0 8px 24px }
.div15 { width: 104px; height: 104px; margin: 0 0 8px 8px }
.div15 img { width: 100%; height: 104px !important; object-fit: cover }
.dl01, .dl02 { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #ddd; display: block }
.dl01 dt, .dl02 dt { font-weight: bold; font-size: 92.857%; padding-right: 8px; width: calc(28% - 8px); float: left; clear: both }
.dl01 dd, .dl02 dd { padding-left: 8px; float: right; width: calc(72% - 12px); border-left: 4px solid #e0e0e0 }
.mylist01, .mylist02 { margin-top: 16px }
.mylist03 { padding-left: 24px }
.mylist03 li { margin-bottom: 4px }
.mylist04 { list-style: none; padding-left: 4px }
.mylist04 li { padding: 6px 0 0 26px; position: relative; margin-bottom: 4px }
.mylist04 li::before { position: absolute; font-family: 'Font Awesome 5 Free'; left: 0; top: 0; content: '\f0a4'; color: rgb(34, 85, 170); font-size: 157.143% }
.mytable01 { width: 100%; border-collapse: collapse }
.mytable01 th { width: 32%; padding: 8px; border-top: 1px solid rgb(231, 225, 204); border-bottom: 1px solid rgb(231, 225, 204); text-align: left; font-size: 92.857% }
.mytable01 td { padding: 8px; border-top: 1px solid rgb(231, 225, 204); border-bottom: 1px solid rgb(231, 225, 204) }
.mytable01 tr:nth-child(odd) { background-color: rgba(250, 249, 244, 1) }
.mytable02 { width: 100%; border-collapse: collapse }
.mytable02 th { width: 32%; padding: 8px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; background-color: #f0f0f0; text-align: left; font-size: 92.857% }
.mytable02 td { padding: 8px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc }
.mytable03 { width: 100%; border-collapse: separate; border-spacing: 0 12px }
.mytable03 th { width: 32%; padding: 8px; text-align: left; color: #fff; font-size: 92.857%; border: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: rgba(34, 85, 170, .88) }
.mytable03 td { padding: 8px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc }
.mytable04 { width: 100%; border-collapse: collapse }
.mytable04 th { padding: 8px; background-color: #f0f0f0; text-align: left; font-size: 92.857%; border: 1px solid #ccc }
.mytable04 td { padding: 8px; border: 1px solid #ccc }
.mytable05outer { overflow-x: scroll; padding-bottom: 18px }
.mytable05 { width: 100%; border-collapse: collapse; white-space: nowrap }
.mytable05 th { padding: 8px; background-color: #f0f0f0; text-align: left; font-size: 92.857%; border: 1px solid #ccc }
.mytable05 td { padding: 8px; border: 1px solid #ccc }
.mytable05notice { text-align: center; font-size: 85.714%; margin-top: 4px; color: #888 }
.floatl { clear: both; float: left; margin: 0 16px 8px 0 }
.floatr { clear: both; float: right; margin: 0 0 8px 16px }
.max40 { max-width: 40% !important }
.max100 { max-width: 100% }
button { padding: 8px 16px }
h1, h2, h3, h4 { line-height: 1.414; margin: 0; color: #000 }
h1 { font-size: 100%; font-weight: normal }
h2 { font-size: 133.3333% }
h3 { font-size: 120% }
h4 { font-size: 113.3333% }
p + p { margin-top: 2.4248rem }
.h201 { border-bottom: 3px solid #eee; position: relative; padding-bottom: 8px }
.h201::after { border-bottom: 3px solid rgb(34, 85, 170); content: ''; position: absolute; bottom: -3px; width: 38.2%; height: 3px; left: 0 }
.h202 { border-left: 3px solid rgb(34, 85, 170); padding-left: 6px }
.h203 { border-left: 3px solid rgb(34, 85, 170); padding-left: 6px }
.h203 .textj { display: block }
.h203 .texte { font-family: 'Lato', 'Noto Sans JP', sans-serif; font-weight: 400; font-size: 70%; display: block; margin-top: 4px; border-top: 3px solid #eee; padding-top: 4px; color: #555 }
.h205 { color: rgb(34, 85, 170) }
.h204::first-letter, .h205::first-letter { font-size: 120%; background-color: rgb(34, 85, 170); color: #fff; margin-right: 2px; padding: 0 4px; display: inline-block; line-height: 1.2 }
.h206 { text-align: center; display: inline-block }
.h206 .texte { display: flex; align-items: center; font-weight: 400; font-size: 55%; font-family: 'Lato', sans-serif; letter-spacing: 0.5px; text-transform: uppercase }
.h206 .texte::before, .h206 .texte::after { border-top: 1px solid #000; content: ''; flex-grow: 1; display: inline-block }
.h206 .texte::before { margin-right: 6px }
.h206 .texte::after { margin-left: 6px }
.h206 .textj { display: block; margin-top: 12px; font-size: 120% }
.h207 { text-align: center; position: relative; padding-bottom: 16px }
.h207 .textj { display: block; font-size: 120% }
.h207 .texte { font-weight: 400; font-size: 55%; font-family: 'Lato', sans-serif; display: block; letter-spacing: 0.5px; margin-top: 12px; text-transform: uppercase }
.h207::after { border-bottom: 3px solid rgba(34, 85, 170, 1); content: ''; position: absolute; bottom: 0; width: 40px; height: 3px; left: 50%; margin-left: -20px }
.h208 { border-bottom: 1px solid rgb(34, 85, 170); position: relative; padding-bottom: 10px; overflow: hidden }
.h208::after { content: ''; width: 100%; height: 3px; background-color: rgb(34, 85, 170); display: block; position: absolute; left: 0; bottom: 2px }
.h208 .textj { display: block }
.h208 .texte { display: block; font-family: 'Lato', 'Noto Sans JP', sans-serif; font-size: 65%; color: #888; font-weight: 400; margin-top: 2px }
.h209 { color: rgb(34, 85, 170) }
.h301 { border-bottom: 1px solid #ddd; padding-bottom: 6px }
.h301 i { color: rgb(34, 85, 170) }
.h302 { background-color: #efefef; padding: 4px; border: 1px solid #ddd }
.h304 { color: rgb(34, 85, 170) }
.h303::first-letter, .h304::first-letter { font-size: 125%; background-color: rgb(34, 85, 170); color: #fff; margin-right: 2px; padding: 0 3px; display: inline-block; line-height: 1.2 }
.h305 { border-left: 3px solid rgb(34, 85, 170); padding-left: 6px }
.h306 { color: rgb(34, 85, 170) }
h4 span { border-bottom: 4px double rgb(34, 85, 170); display: inline-block; padding-bottom: 4px }
.h401 { margin-bottom: 8px }
.h401::first-letter { font-size: 117.647%; background-color: rgb(34, 85, 170); color: #fff; margin-right: 2px; padding: 0 2px; display: inline-block; line-height: 1.2 }
.h402 { background-color: rgba(34, 85, 170, .88); color: #fff; padding: 0 8px 2px; font-weight: 500; margin-bottom: 8px }
.h403 { color: rgb(34, 85, 170) }
.mycontacttitle { border-top: 1px solid #ddd; padding: 8px 0; text-align: center; color: #000; font-weight: 700; border-bottom: 1px solid #ddd; font-size: 107.1429%; margin-top: 24px }
.mycontactphone { text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 213.3333%; line-height: 1; padding-top: 16px; color: #000 }
.mycontacttext { padding-top: 8px; text-align: center }
.mycontactor { display: flex; align-items: center; color: #666; padding-left: 32%; padding-right: 32%; margin-top: 12px; white-space: nowrap }
.mycontactor::before, .mycontactor::after { border-top: 1px solid #999; content: ''; flex-grow: 1; display: inline-block }
.mycontactor::before { margin-right: 8px }
.mycontactor::after { margin-left: 8px }
.mycontactbtn { text-align: center; border-bottom: 1px solid #ddd; padding-bottom: 16px; margin-top: 16px }
.mycontactbtn a { display: inline-block; line-height: 1; text-decoration: none; padding: 12px 20px; transition: .3s; white-space: nowrap; font-weight: 500; background: linear-gradient(180deg, rgba(244, 82, 103, 1) 0%, rgba(221, 50, 71, 1) 50%, rgba(198, 15, 38, 1) 100%); border: none; border-radius: 32px; color: #fff }
.mycontactbtn a:hover { text-decoration: none }
.mycontactbtn a::before { font-weight: 400; font-size: 128.5714%; line-height: 1; font-family: 'Font Awesome 5 Free'; content: '\f0e0\00a0' }
.myfaq dt { position: relative; color: #fff; padding: 8px 8px 8px 28px; line-height: 1; border: none; border-top-left-radius: 4px; border-top-right-radius: 4px; font-weight: 500; background-color: rgba(34, 85, 170, .88) }
.myfaq dt::before { position: absolute; font-size: 114.2857%; font-family: 'Font Awesome 5 Free'; left: 8px; top: 8px; content: '\f059' }
.myfaq dd { position: relative; padding: 8px 8px 8px 27px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px }
.myfaq dd::before { position: absolute; font-size: 114.2857%; font-family: 'Font Awesome 5 Free'; left: 8px; top: 8px; content: '\f0a4' }
.mytalkiconl, .mytalkiconr { width: 64px }
.mytalkiconl img, .mytalkiconr img { width: 64px; height: auto }
.mytalktextl, .mytalktextr { width: calc(100% - 88px) }
.mytalkiconl { float: left; clear: both }
.mytalktextl { padding-left: 24px; float: right }
.mytalkiconr { float: right; clear: both }
.mytalktextr { padding-right: 24px; float: left }
.mytalkl01, .mytalkr01 { position: relative; border: 3px solid rgba(227, 227, 203, 1); padding: 16px; border-radius: 8px; width: calc(100% - 64px) }
.mytalkl02, .mytalkr02 { position: relative; border: 3px solid rgba(255, 168, 168, 1); padding: 16px; border-radius: 8px; width: calc(100% - 64px); background-color: rgba(255, 250, 250, 1); color: rgba(229, 0, 0, 1) }
.mytalkl01::after, .mytalkl01::before, .mytalkr01::after, .mytalkr01::before, .mytalkl02::after, .mytalkl02::before, .mytalkr02::after, .mytalkr02::before { top: 32px; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none }
.mytalkl01, .mytalkl02 { float: left; clear: both }
.mytalkr01, .mytalkr02 { float: right; clear: both }
.mytalkl01::after, .mytalkl01::before, .mytalkl02::after, .mytalkl02::before { right: 100% }
.mytalkr01::after, .mytalkr01::before, .mytalkr02::after, .mytalkr02::before { left: 100% }
.mytalkl01::after, .mytalkr01::after, .mytalkl02::after, .mytalkr02::after { border-width: 9px; margin-top: -9px }
.mytalkl01::before, .mytalkr01::before, .mytalkl02::before, .mytalkr02::before { border-width: 14px; margin-top: -14px }
.mytalkl01::after { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) }
.mytalkl01::before { border-color: rgba(255, 255, 255, 0); border-right-color: rgba(227, 227, 203, 1) }
.mytalkr01::after { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) }
.mytalkr01::before { border-color: rgba(255, 255, 255, 0); border-left-color: rgba(227, 227, 203, 1) }
.mytalkl02::after { border-color: rgba(255, 255, 255, 0) rgba(255, 250, 250, 1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) }
.mytalkl02::before { border-color: rgba(255, 255, 255, 0); border-right-color: rgba(255, 168, 168, 1) }
.mytalkr02::after { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 250, 250, 1) }
.mytalkr02::before { border-color: rgba(255, 255, 255, 0); border-left-color: rgba(255, 168, 168, 1) }
.mytalklfull { width: calc(100% - 38px) }
.mybtn02 a { display: inline-block; line-height: 1; color: rgb(34, 85, 170); text-decoration: none; padding: 10px 8px; border: 2px solid rgb(34, 85, 170); font-weight: 500; transition: .3s }
.mybtn02 a:hover { color: #fff; background-color: rgba(34, 85, 170, 1); text-decoration: none }
.mybtn02 a::before { font-family: 'Font Awesome 5 Free'; content: '\f054\00a0'; font-weight: 900 }
.mybtn03 a { display: inline-block; line-height: 1; color: #fff; text-decoration: none; padding: 10px 8px; border: 2px solid rgb(34, 85, 170); background-color: rgba(34, 85, 170, 1); font-weight: 500; transition: .3s }
.mybtn03 a:hover { color: rgb(34, 85, 170); background-color: #fff; text-decoration: none }
.mybtn03 a::before { font-family: 'Font Awesome 5 Free'; content: '\f054\00a0'; font-weight: 900 }
.mybtnnallow a { padding: 6px; font-size: 88% }
.div12 .myfadebanner div { font-size: 112% }
.div13 .myfadebanner div { font-size: 88% }
.div14 .myfadebanner div { font-size: 88% }
.mylayout01 { position: relative; display: inline-block; padding: 16px 8px; font-size: 125% }
.mylayout01::before { display: block; content: ''; width: 32px; height: 24px; border-top: 3px solid #000; border-left: 3px solid #000; position: absolute; top: 0; left: 0 }
.mylayout01::after { display: block; content: ''; width: 32px; height: 24px; border-right: 3px solid #000; border-bottom: 3px solid #000; position: absolute; bottom: 0; right: 0 }
.mylayout02 { background-repeat: no-repeat; background-position: center center; background-size: cover }
.mylayout02inner { background-color: rgba(0, 0, 0, .4); padding: 16px }
.mylayout02text { border: 1px solid #fff; padding: 24px }
.mylayout02text h2 { color: #fff; line-height: 1.5 }
.mylayout02text p { color: #fff; margin-top: 24px }
.mylayout03 { position: relative }
.mylayout03 img { max-width: 100% }
.mylayout03imgr, .mylayout03imgl { text-align: center; z-index: 1; position: relative }
.mylayout03textl, .mylayout03textr { background-color: rgba(255, 255, 255, .88); padding: 24px; margin: -64px auto 0; z-index: 2; position: relative; width: calc(88% - 48px) }
.mylayout03 h3 { line-height: 1.5 }
.mylayout03 p { margin-top: 24px }
.mylayout04 { }
.mylayout04img { text-align: center }
.mylayout04img { max-width: 100% }
.mylayout04list { margin-top: 16px }
.mylayout04list table { width: 100%; border-collapse: collapse; line-height: 1.4 }
.mylayout04list th { padding: 2px; background-color: #f0f0f0; text-align: center; font-size: 1.3rem; border: 1px solid #ccc; font-weight: 400; color: #777 }
.mylayout04list td { padding: 2px; border: 1px solid #ccc; text-align: center }
.mylayout04list td strong { font-size: 1.6rem; color: #000 }
.mylayout04list td span { font-size: 1.3rem; color: #777 }
.mylayout04text { margin-top: 8px }
.mylayout04price { text-align: right; padding: 0 16px; background-color: rgba(250, 249, 244, 1); margin-top: 8px; line-height: 1.3 }
.myprice { font-size: 2.8rem; color: #f40; font-weight: 900 }
.myprice em { font-size: 2rem; font-style: normal }
.fsmallx { font-size: 1.1rem }
.fsmall { font-size: 1.3rem }
.fmedium { font-size: 1.5rem }
.flarge { font-size: 1.7rem }
.flargex { font-size: 1.9rem }
.flargexx { font-size: 2.1rem }
.flargexxx { font-size: 2.3rem }
.flargexxxx { font-size: 2.5rem }
.mt00 { margin-top: 0 }
.mt08 { margin-top: 4px }
.mt16 { margin-top: 16px }
.mt24 { margin-top: 16px }
.mt32 { margin-top: 16px }
.mt40 { margin-top: 24px }
.mt56 { margin-top: 24px }
.mt72 { margin-top: 32px }
.mt88 { margin-top: 32px }
.mt120 { margin-top: 48px }
.mb00 { margin-bottom: 0 }
.mb08 { margin-bottom: 8px }
.mb16 { margin-bottom: 16px }
.mb24 { margin-bottom: 16px }
.mb32 { margin-bottom: 16px }
.mb40 { margin-bottom: 24px }
.mb56 { margin-bottom: 24px }
.mb72 { margin-bottom: 32px }
.mb88 { margin-bottom: 32px }
.mb120 { margin-bottom: 48px }
.smalltac { text-align: center }
#pt { position: fixed; bottom: 0; right: 16px; display: none; width: 4rem; height: 4rem; background-image: url(../images/backpt.png); background-repeat: no-repeat; background-position: center center; background-color: rgb(34, 85, 170); background-size: 36px 36px }
#pt span { font-size: 4rem; display: block }
#pt a { color: rgb(34, 85, 170) }
.wc_anctxt { display: inline-block; margin-top: -50px; padding-top: 50px; /*transform: translateY(0)*/ }
}

@media (max-width: 452px) {
.div12 { width: calc(100% - 16px); max-width: 492px }
.div12border { width: calc(100% - 22px); max-width: 486px }
.div12c { text-align: center; font-size: 2.4rem; padding-top: 32px }
.div13 { width: calc(50% - 16px); max-width: 312px }
.div13wide { width: calc(100% - 16px); max-width: 492px }
.div13border { width: calc(50% - 22px); max-width: 306px }
.div13wideborder { width: calc(100% - 22px); max-width: 486px }
.div14 { width: calc(50% - 16px); max-width: 222px }
}

@media (min-width: 453px) and (max-width: 767px) {
.div12 { width: calc(50% - 16px); max-width: 492px }
.div12border { width: calc(50% - 22px); max-width: 486px }
.div12c { text-align: center; font-size: 4rem; padding-top: 80px }
.div13 { width: calc(50% - 16px); max-width: 312px }
.div13wide { width: calc(50% - 16px); max-width: 492px }
.div13border, .div13wideborder { width: calc(50% - 22px); max-width: 306px }
.div14 { width: calc(50% - 16px); max-width: 222px }
}

@media (min-width: 768px) {
body { margin: 0; background-color: #fff; color: #333; line-height: 1.732; font-size: 1.7rem; font-family: 'Noto Sans JP', sans-serif; font-feature-settings: 'palt' }
h1, #hamicon, #drawernav, .smallonly { display: none }
#wrapper { position: relative }
#containerheaderouter { position: relative }
#containerheader { background-image: url(../images/backheader.png); background-repeat: no-repeat; background-position: center top; height: 233px; overflow: visible }
header { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; overflow: visible }
#headerlogo { width: 293px; height: 49px; margin-top: 15px }
#headerinfo { width: 907px; overflow: visible; margin-top: 8px }
#headerphoneguide { color: #fff; text-align: right; font-size: 1.5rem }
#headerphone { display: flex; justify-content: flex-end; color: #fff; margin-top: 6px }
#headerphoneopen { font-size: 1.8rem; padding: 4px 20px 0 0 }
#headerphonenum { font-family: 'Oswald', sans-serif; font-size: 3rem; font-weight: 500; line-height: 1 }
#globalnav { overflow: visible; margin-top: 6px }
.dropnav { overflow: visible; list-style: none; display: flex; justify-content: flex-end }
.dropnav-parent { display: block; position: relative; overflow: visible; margin-left: 32px }
.dropnav-parent > a { color: #fff; text-decoration: none; font-size: 1.8rem; font-weight: 500; transition: .3s }
.dropnav-parent:hover > a { color: rgba(255, 255, 255, .72) }
.dropnav-child { visibility: hidden; opacity: 0; z-index: 9999; position: absolute; top: 32px; left: 0; transition: .3s; min-width: 100% }
.dropnav-child li { display: block }
.dropnav-child a { display: block; background-color: #fff; transition: .3s; text-decoration: none; padding: 6px 16px; white-space: nowrap; color: #000; font-size: 1.5rem }
.dropnav-child a::before { font-family: 'Font Awesome 5 Free'; content: '\f0da\00a0'; font-weight: bold }
.dropnav-child a:hover { background-color: #00376d; text-decoration: none; color: #fff }
.dropnav-parent:hover .dropnav-child { visibility: visible; opacity: 1 }
#headerbtn { display: flex; justify-content: flex-end; margin-top: 14px }
#headerbtn div { margin-left: 24px; border: none; border-radius: 20px; background-color: #fff }
#headerbtn span { display: block; transition: .3s }
#headerbtn span:hover { opacity: .8 }
#headerbtn a { font-size: 1.8rem; font-weight: 500; color: #fff; line-height: 1.1; text-decoration: none; display: inline-block; background: linear-gradient(180deg, rgba(244, 82, 103, 1) 0%, rgba(221, 50, 71, 1) 50%, rgba(198, 15, 38, 1) 100%); padding: 8px 32px 12px }
#headerbtn a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
#containermyslick { animation: slickFade 3s ease 0s; position: relative; margin: -233px auto 0; z-index: -1; max-width: 1920px }
.wcedit_40021A843401 #containermyslick { margin: 0 auto; z-index: 1 }
#myslick { }
#myslick img { max-width: 100% }
#slidemask { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(../images/slidemask.png); background-repeat: no-repeat; background-position: center top; background-size: contain }
.wcedit_40021A843401 #slidemask, .wcselect_40021A843401 #slidemask, .wcarea_40021A843401 #slidemask { display: none }
#containerpagetitle { margin: -233px auto 0; z-index: -1; position: relative }
.wcedit_40021A843401 #containerpagetitle { margin: 0 auto; z-index: 1 }
#pagetitleimg {text-align: center}
#pagetitleimg img { max-width: 100% }
#pagetitle { position: absolute; right: 0; bottom: 0; left: 0; background-image: url(../images/backpagetitle.png); background-repeat: no-repeat; background-position: center top; height: 80px }
.wcedit_40021A843401 #pagetitle { position: relative }
#pagetitletext { width: 1200px; margin: 0 auto; font-size: 4.8rem; font-weight: 700; color: #fff; text-shadow: 1px 1px 1px #570000; display: flex; justify-content: center; align-items: center; line-height: 1.6 }
#mysection01 { width: 1216px; margin: 80px auto 0; display: flex; justify-content: space-between }
#mysection01info { width: 570px; margin-left: 8px }
#mysection01infotitle { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px }
#mysection01infotitle div:nth-child(1) { display: flex; align-items: center; background-image: url(../images/back01.png); background-repeat: no-repeat; background-position: 40px center; width: 229px; height: 66px }
#mysection01infotitle h2 { font-family: 'Kiwi Maru', sans-serif; color: #1e5e9a; font-size: 2.6rem }
#mysection01infotitle a { display: inline-block; color: #fff; background-color: #1e5e9b; padding: 6px 40px; text-decoration: none; border: none; border-radius: 24px; transition: .3s }
#mysection01infotitle a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
#mysection01infotitle a:hover { opacity: .72 }
.mysection01info { border-bottom: 1px dashed #1e5e9b; padding-bottom: 16px; margin-bottom: 16px }
.mysection01info dt { width: 112px; float: left; clear: both; color: #666; font-family: 'Lato', sans-serif; font-size: 1.5rem }
.mysection01info dd { width: 458px; float: right }
#mysection01flyers { width: 600px; display: flex; flex-wrap: wrap }
.mysection01flyer { width: 184px; margin: 0 8px 24px }
.mysection01flyer dt { }
.mysection01flyer dt img { max-width: 100% }
.mysection01flyer dd { padding: 8px 4px 0 }
#containermysection02outer { position: relative; background-color: #f7f7f7; margin-top: 104px }
#containermysection02 { position: relative; background-image: url(../images/back03.png); background-repeat: no-repeat; background-position: center top }
#mysection02 { width: 1200px; margin: 0 auto; overflow: visible; background-image: url(../images/back02.png); background-repeat: no-repeat; background-position: right 48px }
#mysection02img { width: 1164px; height: 560px; transform: translateX(-360px); border: none; border-top-right-radius: 40px; z-index: 0; position: relative }
#mysection02main { background-color: #fff; width: 759px; margin: -350px 0 0 377px; padding: 56px 0 160px 64px; border: none; border-top-left-radius: 40px; border-bottom-left-radius: 40px; position: relative; z-index: 1 }
#mysection02main h2 { font-family: 'Kiwi Maru', sans-serif; color: #1e5e9a; font-size: 3.2rem; letter-spacing: -1px; border-bottom: 1px dashed #1e5e9b; padding-bottom: 16px; margin-bottom: 16px }
#mysection02btn { text-align: right; margin-top: 40px }
#mysection02btn a { display: inline-block; color: #fff; background-color: #f0824f; padding: 10px 56px; text-decoration: none; border: none; border-radius: 24px; transition: .3s; font-size: 1.8rem }
#mysection02btn a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
#mysection02btn a:hover { opacity: .72 }
#mysection02photos { width: 759px; padding-left: 441px; display: flex; justify-content: space-between; margin: -104px auto 0; position: relative; z-index: 3; background-image: url(../images/back04.png); background-repeat: no-repeat; background-position: left bottom }
#mysection02photos div { width: 234px; height: 234px; border: none; border-radius: 50% }
#mysection02photos img { max-width: 100% }
#containermysection03 { background-color: #f7f7f7; padding: 104px 0 24px }
#mysection03 { width: 1200px; margin: 0 auto }
#mysection03 h2 { color: #1e5e9a; text-align: center }
#mysection03 .h2e { display: block; font-family: 'Lato', sans-serif; font-size: 2.2rem; font-weight: 400 }
#mysection03 .h2j { display: block; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2.8rem }
#mysection03banners { margin-top: 40px; display: flex; justify-content: space-between }
#mysection03banners div { width: 229px; height: 302px }
#mysection03banners div:nth-child(even) { margin-top: 136px }
#containermysection04 { background-image: url(../images/back05.png); background-repeat: no-repeat; background-position: center top; padding-top: 200px }
#mysection04 { width: 1200px; margin: 0 auto }
#mysection04 div { margin-bottom: 40px }
#mysection05 { width: 1200px; margin: 22px auto 0; display: flex; justify-content: space-between; padding-top: 58px; background-image: url(../images/back09.png); background-repeat: no-repeat; background-position: 936px top }
#mysection05contact { width: 732px; border: 5px solid #1e5e9a; background-color: #fff; border-radius: 16px; padding: 28px 24px 20px; text-align: center; background-image: url(../images/back06.png); background-repeat: no-repeat; background-position: 496px 24px }
#mysection05contact h2 { color: #1e5e9a; text-align: center }
#mysection05contact .h2e { display: block; font-family: 'Lato', sans-serif; font-size: 2.2rem; font-weight: 400 }
#mysection05contact .h2j { display: block; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2.8rem }
#mysection05contactinner { display: flex; justify-content: center; margin-top: 32px }
#mysection05contactinner dt { font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2rem; font-weight: 500; margin-bottom: 16px }
#mysection05contactphone { margin: 0 16px }
#mysection05contactphone dd { font-family: 'Oswald', sans-serif; font-size: 4.6rem; font-weight: 500; line-height: 1; color: #1e5e9a }
#mysection05contactphone dd div { background-image: url(../images/back07.png); background-repeat: no-repeat; background-position: left center; min-height: 38px; padding-left: 46px }
#mysection05contactmail { margin: 0 16px }
.mybtn00 a { display: inline-block; color: #fff; background: linear-gradient(180deg, rgba(244, 82, 103, 1) 0%, rgba(221, 50, 71, 1) 50%, rgba(198, 15, 38, 1) 100%); padding: 10px 56px; text-decoration: none; border: none; border-radius: 24px; transition: .3s; font-size: 1.8rem }
.mybtn00 a::after { font-family: 'Font Awesome 5 Free'; content: '\2002\f105'; font-weight: bold }
.mybtn00 a:hover { opacity: .72 }
#mysection05line { width: 312px; border: 5px solid #1e5e9a; background-color: #fff; border-radius: 16px; padding: 20px; text-align: center; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-weight: 500 }
#mysection05line span { display: block }
#mysection05line dd { margin-top: 8px }
#mysection06 { width: 1200px; margin: 64px auto 0; text-align: center }
#mysection06 h2 { color: #1e5e9a; text-align: center; margin-bottom: 16px }
#mysection06 .h2e { display: block; font-family: 'Lato', sans-serif; font-size: 2.2rem; font-weight: 400 }
#mysection06 .h2j { display: block; font-family: 'Kiwi Maru', sans-serif; letter-spacing: -1px; font-size: 2.8rem }
#footermap { margin-top: 56px; font-size: 0 }
#footermap iframe { border: none; width: 100%; height: 480px }
#footerinfoouter { background-image: url(../images/back08.jpg); background-repeat: no-repeat; background-position: center top; padding: 80px 0 64px; text-align: center }
#footerinfoinner { background-color: rgba(23, 74, 121, .72); padding: 40px 64px; display: inline-block }
#footerlogo img,  #footerlogo svg {width: 444px; height: 75px;}  
#footerinfo { color: #fff; margin-top: 32px }
#footerinfo .mybtn00 a { padding: 10px 88px }
#footernavigation { background-color: #174a79; color: #fff; text-align: center; padding: 24px 0 }
#navfooter { }
#navfooter ul { list-style: none; display: flex; justify-content: center }
#navfooter li { margin: 0 12px }
#navfooter a { text-decoration: none; color: #fff }
#navfooter a:hover { opacity: .72 }
#footercopy { margin-top: 16px; font-size: 1.4rem; opacity: .64 }
#container { width: 1080px; margin: 24px auto 0 }
#topicpath { width: 1032px; font-size: 87.5%; margin: 0 24px }
#topicpath a { color: #333; text-decoration: underline }
#topicpath a:hover { color: #999 }
#maincontents { width: 1080px; margin-top: 40px }
.sec1032 { width: 1032px; margin: 0 24px }
.secflex { width: 1080px; display: flex }
.arrowh { text-align: center; font-size: 350%; line-height: 1 }
.div12 { width: 492px; margin: 0 24px 48px }
.div12flex { width: 516px; margin: 0 12px 48px; display: flex; flex-wrap: wrap }
.div12flex11 { width: 492px; margin: 0 12px 24px }
.div12flex12 { width: 234px; margin: 0 12px 24px }
.div12border { width: 486px; margin: 0 24px 48px; border: 3px solid rgba(34, 85, 170, .88) }
.divborderinner { padding: 16px 24px }
.div12dl dd, .div13dl dd, .div14dl dd { padding: 16px 0 0 }
.div12l { width: 400px; margin-left: 24px; padding-top: 61px }
.div12c { text-align: center; font-size: 5.2rem; height: 192px; padding-top: 136px }
.div12r { width: 492px; margin-right: 24px }
.div13, .div13wide { width: 312px; margin: 0 24px 48px }
.div13border, .div13wideborder { width: 306px; margin: 0 24px 48px; border: 3px solid rgba(34, 85, 170, .88) }
.div14 { width: 222px; margin: 0 24px 48px }
.div15 { width: 200px; height: 200px; margin: 0 4px 8px }
.div15:nth-child(5n-4) { margin-left: 24px }
.div15:nth-child(5n) { margin-right: 24px }
.div15 img { width: 100%; height: 200px !important; object-fit: cover }
_:-ms-lang(x)::-ms-backdrop, .div15 { display: flex; align-items: center }
_:-ms-lang(x)::-ms-backdrop, .div15 img { width: auto; height: 200px; min-width: 200px }
.dl01 { width: 1032px; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #ddd }
.dl01 dt { clear: both; float: left; width: 224px; padding-right: 16px; font-weight: bold }
.dl01 dd { float: right; width: 772px; padding-left: 16px; border-left: 4px solid #e0e0e0 }
.dl02 { width: 672px; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #ddd }
.dl02 dt { clear: both; float: left; width: 152px; padding-right: 16px; font-weight: bold }
.dl02 dd { float: right; width: 484px; padding-left: 16px; border-left: 4px solid #e0e0e0 }
.mylist01img { width: 312px; float: left; clear: both }
.mylist01 { width: 672px; margin-left: 48px; float: right }
.mylist02img { width: 312px; float: right; clear: both }
.mylist02 { width: 672px; margin-right: 48px; float: left }
.mylist03 { padding-left: 32px }
.mylist03 li { margin-bottom: 8px }
.mylist04 { list-style: none; padding-left: 8px }
.mylist04 li { padding: 6px 0 0 28px; position: relative; margin-bottom: 8px }
.mylist04 li::before { position: absolute; font-family: 'Font Awesome 5 Free'; left: 0; top: 0; content: '\f0a4'; color: rgb(34, 85, 170); font-size: 150% }
.mytable01 { width: 100%; border-collapse: collapse }
.mytable01 th { width: 24%; padding: 8px 16px; border-top: 1px solid rgb(231, 225, 204); border-bottom: 1px solid rgb(231, 225, 204); text-align: left; font-size: 87.5% }
.mytable01 td { padding: 8px 16px; border-top: 1px solid rgb(231, 225, 204); border-bottom: 1px solid rgb(231, 225, 204) }
.mytable01 tr:nth-child(odd) { background-color: rgba(250, 249, 244, 1) }
.mytable02 { width: 100%; border-collapse: collapse }
.mytable02 th { width: 24%; padding: 8px 16px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; background-color: #f0f0f0; text-align: left; font-size: 87.5% }
.mytable02 td { padding: 8px 16px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc }
.mytable03 { width: 100%; border-collapse: separate; border-spacing: 0 16px }
.mytable03 th { width: 24%; padding: 8px 16px; text-align: left; color: #fff; font-size: 87.5%; border: 1px solid rgba(34, 85, 170, .88); border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: rgba(34, 85, 170, .88) }
.mytable03 td { padding: 8px 16px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc }
.mytable04 { width: 100%; border-collapse: collapse }
.mytable04 th { padding: 8px 16px; background-color: #f0f0f0; text-align: left; font-size: 87.5%; border: 1px solid #ccc }
.mytable04 td { padding: 8px 16px; border: 1px solid #ccc }
.mytable05outer { }
.mytable05 { width: 100%; border-collapse: collapse }
.mytable05 th { padding: 8px 16px; background-color: #f0f0f0; text-align: left; font-size: 87.5%; border: 1px solid #ccc }
.mytable05 td { padding: 8px 16px; border: 1px solid #ccc }
.mytable05notice { display: none }
.floatl { clear: both; float: left; margin: 0 48px 16px 0 }
.floatr { clear: both; float: right; margin: 0 0 16px 48px }
.max100 { max-width: 100% }
button { padding: 12px 24px }
h1, h2, h3, h4 { line-height: 1.414; margin: 0; color: #000 }
h1 { font-size: 87.5%; font-weight: 400 }
h2 { font-size: 200% }
h3 { font-size: 150% }
h4 { font-size: 125% }
p + p { margin-top: 2.7712rem }
.h201 { border-bottom: 4px solid #eee; position: relative; padding-bottom: 16px }
.h201::after { border-bottom: 4px solid rgb(34, 85, 170); content: ''; position: absolute; bottom: -4px; width: 38.2%; height: 4px; left: 0 }
.h202 { border-left: 4px solid rgb(34, 85, 170); padding-left: 12px; line-height: 1.1 }
.h203 { border-left: 4px solid rgb(34, 85, 170); padding-left: 12px }
.h203 .textj { display: block }
.h203 .texte { font-family: 'Lato', 'Noto Sans JP', sans-serif; font-weight: 400; font-size: 53.125%; display: block; margin-top: 12px; border-top: 3px solid #eee; padding-top: 8px; color: #555 }
.h204 { border-bottom: 3px solid rgb(34, 85, 170) }
.h205 { color: rgb(34, 85, 170) }
.h204::first-letter, .h205::first-letter { font-size: 118.75%; background-color: rgb(34, 85, 170); color: #fff; margin-right: 3px; padding: 0 6px; display: inline-block; line-height: 1.2 }
.h206 { text-align: center; display: inline-block }
.h206 .texte { display: flex; align-items: center; font-weight: 400; font-size: 40.625%; font-family: 'Lato', sans-serif; letter-spacing: 1px; text-transform: uppercase }
.h206 .texte::before, .h206 .texte::after { border-top: 1px solid #000; content: ''; flex-grow: 1; display: inline-block }
.h206 .texte::before { margin-right: 8px }
.h206 .texte::after { margin-left: 8px }
.h206 .textj { display: block; margin-top: 16px; font-size: 112.5% }
.h207 { white-space: nowrap; text-align: center; position: relative; padding-bottom: 24px }
.h207 .textj { display: block; font-size: 112.5% }
.h207 .texte { font-weight: 400; font-size: 40.625%; font-family: 'Lato', sans-serif; display: block; letter-spacing: 1px; margin-top: 16px; text-transform: uppercase }
.h207::after { border-bottom: 4px solid rgb(34, 85, 170); content: ''; position: absolute; bottom: 0; width: 40px; height: 4px; left: 50%; margin-left: -20px }
.h208 { border-bottom: 1px solid rgb(34, 85, 170); position: relative; padding-bottom: 20px; overflow: hidden }
.h208::after { content: ''; width: 100%; height: 4px; background-color: rgb(34, 85, 170); display: block; position: absolute; left: 0; bottom: 3px }
.h208 .textj { display: block; float: left; clear: both }
.h208 .texte { display: block; float: right; font-family: 'Lato', 'Noto Sans JP', sans-serif; font-size: 53.125%; color: #888; font-weight: 400; text-align: right; margin-top: 20px }
.h209 { color: rgb(34, 85, 170) }
.h301 { border-bottom: 2px solid #eee; padding-bottom: 12px }
.h301 i { color: rgb(34, 85, 170) }
.h302 { background-color: #efefef; padding: 4px 8px; border: 1px solid #ddd }
.h303 { border-bottom: 2px solid rgb(34, 85, 170) }
.h304 { color: rgb(34, 85, 170) }
.h303::first-letter, .h304::first-letter { font-size: 116.6667%; background-color: rgb(34, 85, 170); color: #fff; margin-right: 3px; padding: 0 4px; display: inline-block; line-height: 1.2 }
.h305 { border-left: 3px solid rgb(34, 85, 170); padding-left: 8px; line-height: 1.1 }
.h306 { color: rgb(34, 85, 170) }
h4 span { border-bottom: 4px double rgb(34, 85, 170); display: inline-block; padding-bottom: 8px }
.h401 { border-bottom: 1px solid rgb(34, 85, 170); margin-bottom: 16px }
.h401::first-letter { font-size: 120%; background-color: rgb(34, 85, 170); color: #fff; margin-right: 3px; padding: 0 4px; display: inline-block; line-height: 1.2 }
.h402 { background-color: rgba(34, 85, 170, .88); color: #fff; padding: 0 16px 4px; font-weight: 500; margin-bottom: 16px }
.h403 { color: rgb(34, 85, 170) }
.mycontacttitle { border-top: 1px solid #ddd; padding: 16px 0; text-align: center; color: #000; font-weight: 700; border-bottom: 1px solid #ddd; font-size: 106.25%; margin-top: 40px }
.mycontactphone { text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 225%; line-height: 1; padding-top: 16px; color: #000 }
.mycontacttext { padding-top: 8px; text-align: center }
.mycontactor { display: flex; align-items: center; font-size: 87.5%; color: #666; padding: 0 40%; margin-top: 12px }
.mycontactor::before, .mycontactor::after { border-top: 1px solid #999; content: ''; flex-grow: 1; display: inline-block }
.mycontactor::before { margin-right: 8px }
.mycontactor::after { margin-left: 8px }
.mycontactbtn { text-align: center; border-bottom: 1px solid #ddd; padding-bottom: 24px; margin-top: 16px }
.mycontactbtn a { display: inline-block; line-height: 1; text-decoration: none; padding: 16px 32px; transition: .3s; white-space: nowrap; font-weight: 500; color: rgba(255, 255, 255, 1); background: linear-gradient(180deg, rgba(244, 82, 103, 1) 0%, rgba(221, 50, 71, 1) 50%, rgba(198, 15, 38, 1) 100%); border: none; border-radius: 32px }
.mycontactbtn a:hover { text-decoration: none; opacity: .72 }
.mycontactbtn a::before { font-size: 125%; font-family: 'Font Awesome 5 Free'; content: '\f0e0\00a0'; font-weight: 400 }
.myfaq dt { position: relative; color: #fff; padding: 10px 16px 10px 40px; line-height: 1; border: none; border-top-left-radius: 4px; border-top-right-radius: 4px; font-weight: 500; background-color: rgba(34, 85, 170, .88) }
.myfaq dt::before { position: absolute; font-size: 112.5%; font-family: 'Font Awesome 5 Free'; left: 16px; top: 10px; content: '\f059' }
.myfaq dd { position: relative; padding: 12px 16px 16px 40px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px }
.myfaq dd::before { position: absolute; font-size: 112.5%; font-family: 'Font Awesome 5 Free'; left: 16px; top: 12px; content: '\f0a4' }
.mytalkiconl, .mytalkiconr { width: 104px }
.mytalktextl, .mytalktextr { width: 904px }
.mytalkiconl { float: left; clear: both }
.mytalktextl { padding-left: 24px; float: right }
.mytalkiconr { float: right; clear: both }
.mytalktextr { padding-right: 24px; float: left }
.mytalkl01, .mytalkr01 { position: relative; border: 3px solid rgba(227, 227, 203, 1); padding: 16px; border-radius: 8px; width: calc(100% - 166px) }
.mytalkl02, .mytalkr02 { position: relative; border: 3px solid rgba(255, 168, 168, 1); padding: 16px; border-radius: 8px; width: calc(100% - 166px); background-color: rgba(255, 250, 250, 1); color: rgba(229, 0, 0, 1) }
.mytalkl01::after, .mytalkl01::before, .mytalkr01::after, .mytalkr01::before, .mytalkl02::after, .mytalkl02::before, .mytalkr02::after, .mytalkr02::before { top: 32px; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none }
.mytalkl01, .mytalkl02 { float: left; clear: both }
.mytalkr01, .mytalkr02 { float: right; clear: both }
.mytalkl01::after, .mytalkl01::before, .mytalkl02::after, .mytalkl02::before { right: 100% }
.mytalkr01::after, .mytalkr01::before, .mytalkr02::after, .mytalkr02::before { left: 100% }
.mytalkl01::after, .mytalkr01::after, .mytalkl02::after, .mytalkr02::after { border-width: 9px; margin-top: -9px }
.mytalkl01::before, .mytalkr01::before, .mytalkl02::before, .mytalkr02::before { border-width: 14px; margin-top: -14px }
.mytalkl01::after { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) }
.mytalkl01::before { border-color: rgba(255, 255, 255, 0); border-right-color: rgba(227, 227, 203, 1) }
.mytalkr01::after { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) }
.mytalkr01::before { border-color: rgba(255, 255, 255, 0); border-left-color: rgba(227, 227, 203, 1) }
.mytalkl02::after { border-color: rgba(255, 255, 255, 0) rgba(255, 250, 250, 1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) }
.mytalkl02::before { border-color: rgba(255, 255, 255, 0); border-right-color: rgba(255, 168, 168, 1) }
.mytalkr02::after { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 250, 250, 1) }
.mytalkr02::before { border-color: rgba(255, 255, 255, 0); border-left-color: rgba(255, 168, 168, 1) }
.mytalklfull { width: calc(100% - 38px) }
.mybtn02 a { display: inline-block; line-height: 1; color: rgb(34, 85, 170); text-decoration: none; padding: 12px 24px; border: 3px solid rgb(34, 85, 170); font-weight: 500; transition: .3s }
.mybtn02 a:hover { color: #fff; background-color: rgba(34, 85, 170, 1); text-decoration: none }
.mybtn02 a::before { font-family: 'Font Awesome 5 Free'; content: '\f054\2003'; font-weight: 900 }
.mybtn03 a { display: inline-block; line-height: 1; color: #fff; text-decoration: none; padding: 12px 24px; border: 3px solid rgb(34, 85, 170); background-color: rgba(34, 85, 170, 1); font-weight: 500; transition: .3s }
.mybtn03 a:hover { color: rgb(34, 85, 170); background-color: #fff; text-decoration: none }
.mybtn03 a::before { font-family: 'Font Awesome 5 Free'; content: '\f054\2003'; font-weight: 900 }
.mybtnnallow a { padding: 6px; font-size: 88% }
.div12 .myfadebanner div { font-size: 120% }
.div13 .myfadebanner div { font-size: 104% }
.div14 .myfadebanner div { font-size: 88% }
.mylayout01 { position: relative; display: inline-block; padding: 32px 64px; font-size: 150% }
.mylayout01::before { display: block; content: ''; width: 64px; height: 48px; border-top: 3px solid #000; border-left: 3px solid #000; position: absolute; top: 0; left: 0 }
.mylayout01::after { display: block; content: ''; width: 64px; height: 48px; border-right: 3px solid #000; border-bottom: 3px solid #000; position: absolute; bottom: 0; right: 0 }
.mylayout02 { background-repeat: no-repeat; background-position: center center; background-size: cover }
.mylayout02inner { background-color: rgba(0, 0, 0, .4); padding: 80px }
.mylayout02text { border: 1px solid #fff; padding: 64px }
.mylayout02text h2 { color: #fff; line-height: 1.5; text-align: center }
.mylayout02text p { color: #fff; margin-top: 40px }
.mylayout03imgr { width: 660px; float: right; clear: both }
.mylayout03imgl { width: 660px; float: left; clear: both }
.mylayout03textl { width: 560px; min-height: 256px; float: left; margin-top: -384px; background-color: rgba(255, 255, 255, .88); padding: 40px 48px 32px 0 }
.mylayout03textr { width: 560px; min-height: 256px; float: right; margin-top: -384px; background-color: rgba(255, 255, 255, .88); padding: 40px 0 32px 48px }
.mylayout03 h3 { line-height: 1.5 }
.mylayout03 p { margin-top: 24px }
.mylayout04 { display: flex; justify-content: space-between }
.mylayout04img { width: 400px }
.mylayout04list { width: 600px; margin-left: 32px }
.mylayout04list table { width: 100%; border-collapse: collapse }
.mylayout04list th { padding: 2px; background-color: #f0f0f0; text-align: center; font-size: 1.4rem; border: 1px solid #ccc; font-weight: 400; color: #777 }
.mylayout04list td { padding: 4px 2px; border: 1px solid #ccc; text-align: center }
.mylayout04list td strong { font-size: 1.8rem; color: #000 }
.mylayout04list td span { font-size: 1.4rem; color: #777 }
.mylayout04text { margin-top: 16px }
.mylayout04price { text-align: right; padding: 0 16px; background-color: rgba(250, 249, 244, 1); margin-top: 16px; line-height: 1.3 }
.myprice { font-size: 3.2rem; color: #f40; font-weight: 700 }
.myprice em { font-size: 2.4rem; font-style: normal }
.fsmallx { font-size: 75% }
.fsmall { font-size: 87.5% }
.fmedium { font-size: 100% }
.flarge { font-size: 112.5% }
.flargex { font-size: 125% }
.flargexx { font-size: 150% }
.flargexxx { font-size: 175% }
.flargexxxx { font-size: 200% }
.mt00 { margin-top: 0 }
.mt08 { margin-top: 8px }
.mt16 { margin-top: 16px }
.mt24 { margin-top: 24px }
.mt32 { margin-top: 32px }
.mt40 { margin-top: 40px }
.mt56 { margin-top: 56px }
.mt72 { margin-top: 72px }
.mt88 { margin-top: 88px }
.mt120 { margin-top: 120px }
.mb00 { margin-bottom: 0 }
.mb08 { margin-bottom: 8px }
.mb16 { margin-bottom: 16px }
.mb24 { margin-bottom: 24px }
.mb32 { margin-bottom: 32px }
.mb40 { margin-bottom: 40px }
.mb56 { margin-bottom: 56px }
.mb72 { margin-bottom: 72px }
.mb88 { margin-bottom: 88px }
.mb120 { margin-bottom: 120px }
.largetac { text-align: center }
#pt { position: fixed; bottom: 16px; right: 16px; display: none; width: 4.8rem; height: 4.8rem; background-image: url(../images/backpt.png); background-repeat: no-repeat; background-position: center center; background-color: rgb(34, 85, 170); border-radius: 2px; border: none }
#pt span { font-size: 4.8rem; display: block }
#pt a { color: rgb(34, 85, 170) }
.wc_anctxt { display: inline-block; /*transform: translateY(0)*/ margin-top: -90px; padding-top: 90px; }
}

/********* youtube ********/
body.wcselect_40021A843401 .youtube,
body.wcarea_40021A843401 .youtube,
body.wcedit_40021A843401 .gmap,
body.wcselect_40021A843401 .gmap,
body.wcarea_40021A843401 .gmap {
    height: 50px !important;
    max-width: 1080px;
    padding: 20px 0 !important;
}
body.wcedit_40021A843401 .youtube::before,
body.wcselect_40021A843401 .youtube::before,
body.wcarea_40021A843401 .youtube::before,
body.wcedit_40021A843401 .gmap::before,
body.wcselect_40021A843401 .gmap::before,
body.wcarea_40021A843401 .gmap::before{
    padding-top: 0 !important;
}

@media screen and (min-width:767px) {
    
    .border01::after,.border01::before{
    content: "";
    width: 36%;
    height: 1px; 
    display: inline-block;
    background: #1e5e9a;
    vertical-align: middle !important;    
    }
    
.border01::after{
    margin-left: 20px;
}
.border01::before{
    margin-right: 20px;
    
}
    }


@media screen and (max-width:867px) {
    
    .border01::before{
      }
        }

#footerinfo p a{ color:#fff !important;}

/******************
 20230619修正
*****************************/
@media screen and (min-width:768px){
	.max40_img img {
		max-width: 40%;
		height: auto;
	}
	.flex_50 {
		display: flex !important;
		flex-wrap: wrap;
		box-sizing: border-box;
	}	
	.flex_50_box {
		width: 50% !important;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		box-sizing: border-box !important;
	}
	.flex_50_box > div{
		width: 50%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0 8px;
		box-sizing: border-box;
		
	}
	.flex_50_box > div img{
		width: 100%;
		height: auto;
	}
	
	.flex_reverse {
		flex-direction: row-reverse !important;
		padding-left: 5px;
		box-sizing: border-box;
	}
	.flex_reverse > div:first-child {
		padding-left: 15px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:767px){
	
	.max40_img img {
		max-width: 40%;
		height: auto;
	}
	.flex_50 {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		box-sizing: border-box;
	}	
	.flex_50_box {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	.flex_50_box > div{
		width: 50%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.flex_50_box > div img{
		width: 100%;
		height: auto;
	}
	
	
}
