@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: rgba(0, 51, 204, 1) }
a:hover { color: rgba(0, 51, 204, .64) }
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%); color: #000; 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(15, 93, 155); background-color: rgb(15, 93, 155) }
button[type='submit']:hover { color: rgb(15, 93, 155); 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-content: 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(15, 93, 155, .88); border-radius: 6px }
.myframe03 dt { background-color: rgba(15, 93, 155, .88); color: #fff; padding: 0 24px 3px }
.myframe03 dd { padding: 16px 24px }
.myframe04 { padding: 8px; background-size: 8px 8px; background-color: rgba(15, 93, 155, .4); background-image: linear-gradient(45deg, rgba(15, 93, 155, .72) 24%, transparent 24%, transparent 48%, rgba(15, 93, 155, .72) 48%, rgba(15, 93, 155, .72) 72%, transparent 72%, transparent); opacity: .88 }
.myframe04inner { background: #fff; padding: 16px 24px }
.myframe05 { padding: 8px 24px 16px; border-radius: 6px; border: 3px solid rgba(15, 93, 155, .88) }
.myframe05 legend { font-weight: 500; color: #fff; padding: 4px 12px; background-color: rgba(15, 93, 155, .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(15, 93, 155, .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(15, 93, 155, 1); padding: 6px 8px; border: none; border-radius: 4px; font-size: 88%; transition: .3s; white-space: nowrap }
.mybtn01 a:hover { background-color: rgba(15, 93, 155, .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_400221849001 .mytoggledl dd, .wcselect_400221849001 .mytoggledl dd, .wcarea_400221849001 .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(15, 93, 155); color: #fff; padding: 8px 0; font-weight: 400 }
.pagelinkon::after { content: ''; width: 0; height: 0; border-top: 8px solid rgb(15, 93, 155); 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: '※' }
.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(15, 93, 155) }
.basebgcolor { background-color: rgb(15, 93, 155) }

@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, #containerheaderinner, #globalnav, .largeonly { display: none }
#wrapper { position: relative }
#containerheader { position: fixed; top: 0; right: 0; left: 0; background-color: #fff; height: 114px; z-index: 999999; height: 48px }
header { margin: 8px 16px 0; display: flex; justify-content: space-between; align-items: center }
#headerlogo { width: 240px }
#headerlogo img { width: 240px; height: 24px }
#hamicon { float: right }
#hamicon i { display: block; cursor: pointer; color: #333; font-size: 3.2rem }
#containermyslick { animation: slickFade 3s ease 0s; margin-top: 48px }
#myslick { }
#myslick img { width: 100%; height: 184px !important; object-fit: cover }
#containerpagetitle { background-image: url(../img/back15.png); background-repeat: no-repeat; background-position: center center; padding: 32px 0; margin-top: 48px; background-size: cover }
#pagetitle { margin: 0 16px }
#pagetitlee { color: #fff; font-family: 'Lato', sans-serif; font-size: 1.4rem }
#pagetitleJ { color: #fff; font-size: 3rem; font-weight: 700 }
#mysection01 { margin: 24px 16px 0 }
#mysection01 h2 { font-family: 'Roboto', sans-serif; color: #1f568c; font-size: 2rem; text-align: center; font-weight: 500; margin-bottom: 16px }
#mysection01info { }
#mysection01 h3 { text-align: center; font-size: 2.2rem; font-weight: 500; margin-bottom: 16px }
.mysection01info { border-bottom: 1px solid #ccc; padding-bottom: 8px; margin-bottom: 8px }
.mysection01info dt { font-family: 'Roboto', sans-serif; font-size: 1.4rem }
.mysection01info dd { }
#mysection01ut { margin-top: 40px }
#mysection01utbtn { text-align: center; margin-top: 16px }
#mysection01utbtn a { display: inline-block; background-color: #000; color: #fff; text-decoration: none; padding: 8px 16px 8px 56px; border: none; border-radius: 5px; background-image: url(../img/back01.png); background-repeat: no-repeat; background-position: 16px 12px; transition: .3s }
#mysection01utbtn a:hover { opacity: .72 }
#containermysection02outer { margin: 56px auto 0; background-image: url(../img/back02.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; padding-bottom: 56px }
#mysection02 { margin: 0 16px }
#mysection02title { background-image: url(../img/back03.png); background-repeat: no-repeat; background-position: center center; background-size: cover; margin-top: 16px; padding: 32px 0 }
#mysection02title h2 { color: #fff; font-size: 1.5rem; text-align: center; line-height: 1.6 }
#mysection02title h3 { color: #fff; font-size: 3.4rem; line-height: 1.3; margin-top: 16px; font-weight: 900; text-align: center }
#mysection02title strong { color: #bf0056 }
#mysection02text { margin-top: 24px }
#mysection02text p { color: #fff }
#mysection02text p br { display: none }
#mysection02btn { margin-top: 24px; text-align: center }
.mysectionbtn01 a { display: inline-block; background-color: #fff; color: #000; text-decoration: none; padding: 8px 32px; transition: .3s }
.mysectionbtn01 a:hover { opacity: .72 }
.mysectionbtn01 a::after { font-family: 'Font Awesome 5 Free'; content: '\2003\f054'; font-weight: bold }
#containermysection03 { margin-top: 40px }
#mysection03img { }
#mysection03img img { max-width: 100% }
#mysection03 { margin-top: 4px }
#mysection03inner { background-color: #282828; color: #fff; padding: 32px 16px 48px }
#mysection03inner h2 { color: #fff; font-size: 1.5rem; text-align: center; line-height: 1.6 }
#mysection03inner h3 { color: #fff; font-size: 3.4rem; line-height: 1.3; margin-top: 16px; font-weight: 900; text-align: center }
#mysection03inner p { color: #fff; margin-top: 24px }
#mysection03inner p br { display: none }
#mysection03btn { margin-top: 24px; text-align: center }
#containermysection04 { margin-top: 56px }
#mysection04 { margin: 0 8px }
#mysection04title { }
#mysection04title h2 { font-size: 3rem; font-weight: 900; text-align: center }
#mysection04title h2 span { display: inline-block; border-bottom: 3px solid #000 }
#mysection04title strong { color: #0f5d9b; font-size: 4rem }
#mysection04banners { display: flex; flex-wrap: wrap; margin-top: 40px }
#mysection04banners div { width: calc(50% - 16px); margin: 0 8px 24px; max-width: 320px; text-align: center }
#mysection04banners div img { max-width: 100% }
#containermysection05 { margin-top: 56px }
#mysection05img { }
#mysection05img img { max-width: 100% }
#mysection05 { margin-top: 4px }
#mysection05inner { background-color: #282828; color: #fff; padding: 32px 16px 48px }
#mysection05inner h2 { color: #fff; font-size: 1.5rem; text-align: center; line-height: 1.6 }
#mysection05inner h3 { color: #fff; font-size: 3.4rem; line-height: 1.3; margin-top: 16px; font-weight: 900; text-align: center }
#mysection05inner p { color: #fff; margin-top: 24px }
#mysection05inner p br { display: none }
#mysection05btn { margin-top: 24px; text-align: center }
#containermysection06 { margin: 40px 16px 0 }
#mysection06 { }
#mysection06 h2 { text-align: center; color: #0f5d9b; font-size: 2.8rem }
#mysection06banners { margin-top: 24px }
.mysection06banner { margin-bottom: 32px; text-align: center }
.mysection06banner img { max-width: 100% }
#mysection06banners dl { margin-top: 8px }
#mysection06banners dt { text-align: center }
#mysection06banners dt a { text-decoration: none; color: #000; font-size: 2.6rem; font-weight: 900 }
#mysection06banners dd { }
#containermysection07 { margin-top: 56px; background-color: #0f5d9b; padding-bottom: 32px }
#mysection07img { padding: 16px }
#mysection07img img { max-width: 100% }
#mysection07outer { }
#mysection07 { margin: 0 16px }
#mysection07 h2 { color: #fff; text-align: center; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 1.8rem }
#mysection07 h3 { color: #fff; font-weight: 700; font-size: 2.4rem; line-height: 1.3; margin-top: 8px; text-align: center }
#mysection07 p { color: #fff; margin-top: 24px }
#mysection07 p br { display: none }
#containermysection08 { margin-top: 32px }
#mysection08 { margin: 0 8px }
#mysection08 h2 { text-align: center; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 1.8rem }
#mysection08 h3 { text-align: center; font-weight: 700; font-size: 2.4rem; margin-top: 8px }
#mysection08banners { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 32px }
.mysection08banner { max-width: 388px; width: calc(100% - 16px); margin: 0 8px 32px }
.mysection08bannerimg { text-align: center }
.mysection08bannerimg img { max-width: 64%; border: 6px solid #c5e6ff; border-radius: 50% }
.mysection08banner dl { margin-top: 16px }
.mysection08banner dt { text-align: center; color: #0f5d9b; font-weight: 500; font-size: 2rem }
.mysection08banner dd { margin-top: 8px }
#containermysection09 { }
#mysection09 { margin: 40px 16px 0 }
#mysection09 img { max-width: 100% }
#containerfootercontact01, #containerfootercontact02 { background-color: #000; margin-top: 64px; padding-bottom: 32px }
#footercontact { }
#footercontacttitle { margin-top: 32px }
#footercontacttitle h2 { color: #fff; font-family: 'Roboto', sans-serif; font-size: 2.4rem; font-weight: 500; text-align: center }
#footercontacttext { margin: 24px 16px 0 }
#footercontacttext p { color: #fff }
#footercontacttext p br { display: none }
#footercontactbtn { margin-top: 32px; text-align: center }
#footercontactbtn a { display: inline-block; background-color: #0f5d9b; color: #fff; text-decoration: none; padding: 8px 32px; transition: .3s }
#footercontactbtn a::after { font-family: 'Font Awesome 5 Free'; content: '\2003\f054'; font-weight: bold }
#footerpagetop { margin: 0 16px; text-align: right }
#footerpagetop img { width: 56px }
#containerfooter { background-color: #000; padding: 32px 0 }
footer { margin: 0 16px }
#footerleft { color: #fff; text-align: center }
#containerfooterlogo img { max-width: 80% }
#footerlogo { }
#footername { color: #fff; margin-top: 16px; font-size: 1.8rem }
#footeraddress { margin-top: 24px; margin-bottom: 8px }
#footerphone, #footerfax { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 1.8rem; line-height: 1.2 }
#footerphone strong, #footerfax strong { font-size: 2.6rem }
#footerphone strong a, #footerfax strong a { color: #fff }    
#footerhours { margin-top: 8px }
#footerright { margin-top: 32px }
#footerutbtn { text-align: center }
#footerutbtn a { display: inline-block; background-color: #000; color: #fff; text-decoration: none; padding-left: 40px; border: none; border-radius: 5px; background-image: url(../img/back01.png); background-repeat: no-repeat; background-position: left center }
#navfooter { display:block; width: 90%;  margin-top: 32px; text-align: left; margin-left: auto; margin-right: auto;}
#navfooter a { color: #fff; text-decoration: none }
#navfooter ul { list-style: none }
#navfooter li { display: block; margin-bottom: 4px; border-bottom: 1px solid #5C5C5C  }
#navfooter ul:last-child { border-bottom: none !important}
#navfooter01 {  width: 100%;}
#navfooter02 {  width: 100%;}
.navfoote_service {display: block;  border-bottom: 1px solid #454545 !important}
.footersubnav { padding-left:0px;}
.footersubnav a::before { font-family: 'Font Awesome 5 Free'; content: '\f0da\00a0'; font-weight: bold }
#footercopy { text-align: center; color: #fff; font-size: 1.3rem; margin-top: 32px }
#container { margin-top: 16px }
#maincontents { }
#drawernav { background-color: #111; color: #fff; font-size: 92.857%; padding-top: 52px }
#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 }
#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 }
.drawersub { padding-left: 16px }
#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 }
.div12flex13 { width: calc(33.3333% - 8px); max-width: 148px; margin: 0 0 16px }
.div12border, .div13border, .div13wideborder { margin: 0 8px 24px; border: 3px solid rgba(15, 93, 155, .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 dotted #999; 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: 4px 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(15, 93, 155); font-size: 146.67% }
.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(15, 93, 155, .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% }
.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(15, 93, 155); content: ''; position: absolute; bottom: -3px; width: 38.2%; height: 3px; left: 0 }
.h202 { border-left: 3px solid rgb(15, 93, 155); padding-left: 6px }
.h203 { border-left: 3px solid rgb(15, 93, 155); padding-left: 6px }
.h203 .textj { display: block; font-size: 94% }
.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(15, 93, 155) }
.h204::first-letter, .h205::first-letter { font-size: 120%; background-color: rgb(15, 93, 155); color: #fff; margin-right: 2px; padding: 0 4px; line-height: 1.2; font-feature-settings: normal }
.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(15, 93, 155, 1); content: ''; position: absolute; bottom: 0; width: 40px; height: 3px; left: 50%; margin-left: -20px }
.h208 { border-bottom: 1px solid rgb(15, 93, 155); position: relative; padding-bottom: 10px; overflow: hidden }
.h208::after { content: ''; width: 100%; height: 3px; background-color: rgb(15, 93, 155); 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(15, 93, 155) }
.h301 { border-bottom: 1px solid #ddd; padding-bottom: 6px }
.h301 i { color: rgb(15, 93, 155) }
.h302 { background-color: #efefef; padding: 4px; border: 1px solid #ddd }
.h304 { color: rgb(15, 93, 155) }
.h303::first-letter, .h304::first-letter { font-size: 125%; background-color: rgb(15, 93, 155); color: #fff; margin-right: 2px; padding: 0 3px; line-height: 1.2; font-feature-settings: normal }
.h305 { border-left: 3px solid rgb(15, 93, 155); padding-left: 6px }
.h306 { color: rgb(15, 93, 155) }
h4 span { border-bottom: 4px double rgb(15, 93, 155); display: inline-block; padding-bottom: 4px }
.h401 { margin-bottom: 8px }
.h401::first-letter { font-size: 117.647%; background-color: rgb(15, 93, 155); color: #fff; margin-right: 2px; padding: 0 2px; line-height: 1.2; font-feature-settings: normal }
.h402 { background-color: rgba(15, 93, 155, .88); color: #fff; padding: 0 8px 2px; font-weight: 500; margin-bottom: 8px }
.h403 { color: rgb(15, 93, 155) }
.mycontact { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 8px 0 16px }
.mycontacttitle { padding-bottom: 8px; text-align: center; color: #000; font-weight: 700; border-bottom: 1px solid #ddd; font-size: 106.67% }
.mycontactphone { text-align: center; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 200%; 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; margin-top: 16px }
.mycontactbtn a { display: inline-block; line-height: 1; text-decoration: none; padding: 8px 16px; transition: .3s; white-space: nowrap; font-weight: 500; border: 3px solid rgba(15, 93, 155, 1); color: rgba(255, 255, 255, 1); background-color: rgba(15, 93, 155, 1) }
.mycontactbtn a:hover { color: rgba(15, 93, 155, 1); background-color: rgba(255, 255, 255, 1); 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(15, 93, 155, .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(15, 93, 155); text-decoration: none; padding: 10px 8px; border: 2px solid rgb(15, 93, 155); font-weight: 500; transition: .3s }
.mybtn02 a:hover { color: #fff; background-color: rgba(15, 93, 155, 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(15, 93, 155); background-color: rgba(15, 93, 155, 1); font-weight: 500; transition: .3s }
.mybtn03 a:hover { color: rgb(15, 93, 155); 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 24px; 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; text-align: center }
.mylayout02text p { color: #fff; margin-top: 24px }
.mylayout03 { }
.mylayout03 img { max-width: 100% }
.mylayout03imgr, .mylayout03imgl { text-align: center }
.mylayout03textl, .mylayout03textr { margin-top: 16px }
.mylayout03 h3 { line-height: 1.5 }
.mylayout03 p { margin-top: 16px }
.mylayout04 { margin-bottom: 40px }
.mylayout04 h3 { border-bottom: 2px solid rgba(15, 93, 155, .24); padding-bottom: 12px }
.mylayout05 { margin-bottom: 16px }
.mylayout05 h3 { border-bottom: 3px solid rgba(15, 93, 155, .24); padding-bottom: 12px; font-size: 2rem; text-align: center }
.mylayout05img { position: relative }
.mylayout05img div { position: absolute; top: 0; right: 0; bottom: 0; left: 0 }
.mylayout05img img { max-width: 100% }
.fsmallx { font-size: 86.7% }
.fsmall { font-size: 93.3% }
.fmedium { font-size: 100% }
.flarge { font-size: 106.7% }
.flargex { font-size: 113.3% }
.flargexx { font-size: 126.7% }
.flargexxx { font-size: 140% }
.flargexxxx { font-size: 153.3% }
.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(../img/backpt.png); background-repeat: no-repeat; background-position: center center; background-color: rgb(15, 93, 155); background-size: 36px 36px }
#pt span { font-size: 4rem; display: block }
#pt a { color: rgb(15, 93, 155) }
.wc_anctxt { display: inline-block; /*transform: translateY(-48px);*/  margin-top: -48px; padding-top: 48px;  vertical-align: top;}
}

@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 }
.div14circle { width: 115px; height: 115px; text-align: center; border: 6px solid #229be6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 6px 24px; font-weight: 500; padding: 16px; color: #0875b9; line-height: 1.3 }
}

@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 }
.div14circle { width: 144px; height: 144px; text-align: center; border: 6px solid #229be6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 8px 24px; font-weight: 500; padding: 16px; color: #0875b9; line-height: 1.3 }
.myorder01 { order: 1 }
.myorder02 { order: 2 }
}

@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 }
#containerheader { position: fixed; top: 0; right: 0; left: 0; background-color: #fff; height: 114px; z-index: 999999; overflow: visible }
header { max-width: 1920px; margin: 0 auto; display: flex; justify-content: space-between; overflow: visible }
#headerlogo { margin: 37px 0 0 32px }
#containerheaderinner { display: flex; justify-content: flex-end; margin: 12px 12px 0 0; overflow: visible }
#headerinner { margin-right: 12px; overflow: visible }
#headerinfo { display: flex; justify-content: flex-end; align-items: center }
#headerphone { margin-right: 10px; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 1.6rem }
#headerphone strong { font-size: 2.2rem; font-weight: 500 }
#headeropen { font-size: 1.3rem; margin-right: 12px }
#headernav { background-color: #d3d3d3; border: none; border-radius: 4px; padding: 4px 16px }
#headernav div { display: inline-block; line-height: 1.1 }
#headernav div:not(:first-child) { border-left: 1px solid #888; margin-left: 10px; padding-left: 10px }
#headernav a { text-decoration: none; color: #000; font-size: 1.4rem; transition: .3s }
#headernav a:hover { color: #555 }
#globalnav { margin: 20px 16px 0 0; overflow: visible }
#globalnav li { display: block; line-height: 1.1 }
#globalnav a { display: block; text-decoration: none; color: #000; transition: .3s }
#globalnav a:hover { color: #777 }
.dropnav { overflow: visible; list-style: none; display: flex; justify-content: flex-end }
.dropnav-parent { position: relative; overflow: visible; padding: 0 24px }
.dropnav-parent:not(:first-child) { border-left: 1px solid #bbb }
.dropnav-parent > a { padding: 0 4px }
.dropnav-child { visibility: hidden; opacity: 0; z-index: 9999; position: absolute; top: 24px; left: 0; transition: .3s; min-width: 100%; padding: 4px 0 8px; background-color: #fff }
.dropnav-child li { display: block }
.dropnav-child a { display: block; text-decoration: none; padding: 6px 16px 6px 29px; white-space: nowrap; font-size: 1.5rem }
.dropnav-child a::before { font-family: 'Font Awesome 5 Free'; content: '\f0da\00a0'; font-weight: bold }
.dropnav-parent:hover .dropnav-child { visibility: visible; opacity: 1 }
#headercontact { }
#headercontact a { display: block; width: 160px; height: 72px; background-color: #0f5d9b; color: #fff; text-decoration: none; text-align: center; line-height: 1.5; padding-top: 18px; transition: .3s }
#headercontact i { font-size: 2rem }
#headercontact a:hover { opacity: .8 }
#containermyslick { animation: slickFade 3s ease 0s; margin-top: 114px; height: 600px; position: relative }
#myslick { width: 1920px; height: 600px; position: absolute; top: 0; left: calc(50% - 960px) }
#myslick img { max-width: 100% }
.wcedit_400221849001 #containermyslick, .wcselect_400221849001 #containermyslick, .wcarea_400221849001 #containermyslick { height: auto; overflow: visible }
.wcedit_400221849001 #myslick, .wcselect_400221849001 #myslick, .wcarea_400221849001 #myslick { position: relative; height: auto }
#containerpagetitle { background-image: url(../img/back15.png); background-repeat: no-repeat; background-position: center center; padding: 80px 0; margin-top: 114px }
#pagetitle { width: 1032px; margin: 0 auto }
#pagetitlee { color: #fff; font-family: 'Lato', sans-serif; font-size: 2.2rem }
#pagetitleJ { color: #fff; font-size: 6rem; font-weight: 700 }
#mysection01 { width: 1200px; margin: 112px auto 0 }
#mysection01 h2 { font-family: 'Roboto', sans-serif; color: #1f568c; font-size: 2.8rem; text-align: center; letter-spacing: 2px; font-weight: 500; margin-bottom: 56px }
#mysection01info { width: 616px; float: left; clear: both }
#mysection01 h3 { text-align: center; font-size: 3.2rem; font-weight: 500; margin-bottom: 48px }
.mysection01info { border-bottom: 1px solid #ccc; padding-bottom: 16px; margin-bottom: 16px }
.mysection01info dt { width: 116px; float: left; clear: both; font-family: 'Roboto', sans-serif; font-size: 1.6rem }
.mysection01info dd { width: 500px; float: right }
#mysection01ut { width: 520px; float: right }
#mysection01utbtn { text-align: center; margin-top: 16px }
#mysection01utbtn a { display: inline-block; background-color: #000; color: #fff; text-decoration: none; padding: 10px 32px 10px 72px; border: none; border-radius: 5px; background-image: url(../img/back01.png); background-repeat: no-repeat; background-position: 32px 15px; transition: .3s }
#mysection01utbtn a:hover { opacity: .72 }
#containermysection02outer { margin: 80px auto 0; background-image: url(../img/back02.jpg); background-repeat: no-repeat; background-position: center center; max-width: 1920px }
#mysection02 { width: 1264px; margin: 0 auto; display: flex }
#mysection02title { background-image: url(../img/back03.png); background-repeat: no-repeat; background-position: center center; width: 614px; height: 460px; display: flex; justify-content: flex-end; padding: 240px 56px 0 0 }
#mysection02title h2 { color: #fff; font-size: 1.9rem }
#mysection02title h3 { color: #fff; font-size: 5.6rem; line-height: 1.2; margin-top: 8px; font-weight: 900 }
#mysection02title strong { color: #bf0056 }
#mysection02text { width: 594px; padding-top: 232px }
#mysection02text p { color: #fff; line-height: 2.4; font-weight: 500 }
#mysection02btn { margin-top: 32px }
.mysectionbtn01 a { display: inline-block; background-color: #fff; color: #000; text-decoration: none; padding: 12px 48px; transition: .3s }
.mysectionbtn01 a:hover { opacity: .72 }
.mysectionbtn01 a::after { font-family: 'Font Awesome 5 Free'; content: '\2003\2003\f054'; font-weight: bold }
#containermysection03 { width: 1300px; min-height: 753px; margin: 120px auto 0; overflow: visible }
#mysection03img { width: 1300px; transform: translateX(130px); overflow: visible }
#mysection03 { background-image: url(../img/back04.png); background-repeat: no-repeat; background-position: left bottom; padding: 0 0 21px 21px; margin-top: -658px; z-index: 1; position: relative }
#mysection03inner { background-color: #282828; color: #fff; width: 608px; padding: 88px 96px 64px }
#mysection03inner h2 { color: #fff; font-size: 1.9rem }
#mysection03inner h3 { color: #fff; font-size: 5.6rem; line-height: 1.2; margin-top: 24px; font-weight: 900 }
#mysection03inner p { color: #fff; line-height: 2.4; font-weight: 500; margin-top: 32px }
#mysection03btn { margin-top: 32px }
#containermysection04 { margin-top: 160px; background-image: url(../img/back05.png); background-repeat: no-repeat; background-position: center top; padding-bottom: 40px }
#mysection04 { width: 1264px; margin: 0 auto; display: flex }
#mysection04title { width: 184px }
#mysection04title h2 { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; height: 640px; font-size: 6rem; font-weight: 900 }
#mysection04title h2 span { display: inline-block; border-left: 3px solid #000 }
#mysection04title strong { color: #0f5d9b; font-size: 8.8rem }
#mysection04banners { width: 1080px; display: flex; justify-content: center; flex-wrap: wrap; margin-top: 104px }
#mysection04banners div { width: 320px; margin: 0 20px 40px }
#containermysection05 { width: 1300px; min-height: 753px; margin: 144px auto 0; overflow: visible }
#mysection05img { width: 1300px; transform: translateX(-310px); overflow: visible }
#mysection05 { background-image: url(../img/back04.png); background-repeat: no-repeat; background-position: right bottom; padding: 0 21px 21px 0; margin-top: -658px; z-index: 1; position: relative }
#mysection05inner { background-color: #282828; color: #fff; width: 608px; padding: 88px 96px 64px; float: right; clear: both }
#mysection05inner h2 { color: #fff; font-size: 1.9rem }
#mysection05inner h3 { color: #fff; font-size: 5.6rem; line-height: 1.2; margin-top: 24px; font-weight: 900 }
#mysection05inner p { color: #fff; line-height: 2.4; font-weight: 500; margin-top: 32px }
#mysection05btn { margin-top: 56px }
#containermysection06 { margin-top: 120px; background-image: url(../img/back06.png); background-repeat: no-repeat; background-position: center top; min-height: 862px }
#mysection06 { width: 1224px; margin: 56px auto 0 }
#mysection06 h2 { text-align: center; color: #0f5d9b; font-size: 4.8rem }
#mysection06banners { margin-top: 56px; display: flex; justify-content: center }
.mysection06banner { width: 600px }
.mysection06banner div { width: 600px; height: 450px; background-color: #fff }
#mysection06banners dl { margin-top: 16px; text-align: center }
#mysection06banners dt a { text-decoration: none; color: #000; font-size: 4rem; font-weight: 900; transition: .3s }
#mysection06banners dt a:hover { color: #666 }
#mysection06banners dd { margin-top: 8px }
#containermysection07 { margin-top: 80px; position: relative; height: 650px }
#mysection07img { width: 1920px; height: 600px; position: absolute; top: 50px; left: calc(50% - 960px); background-color: #000 }
#mysection07img img { }
#mysection07outer { width: 1920px; height: 700px; position: absolute; top: 0; left: calc(50% - 960px); background-image: url(../img/back07.png); background-repeat: no-repeat; background-position: 1079px top }
#mysection07 { width: 824px; margin: 176px auto 0; padding-left: 360px }
#mysection07 h2 { color: #fff; text-align: right; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 3rem; padding-right: 80px }
#mysection07 h3 { color: #fff; font-weight: 900; font-size: 6.2rem; line-height: 1.3; margin-top: 16px }
#mysection07 p { color: #fff; margin-top: 32px }
#containermysection08 { background-image: url(../img/back08.png); background-repeat: no-repeat; background-position: center top; padding-top: 144px }
#mysection08 { width: 1236px; margin: 0 auto }
#mysection08 h2 { text-align: center; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 2.8rem; letter-spacing: 2px }
#mysection08 h3 { text-align: center; color: #fff; font-weight: 400; font-size: 3.2rem; letter-spacing: 2px; margin-top: 16px }
#mysection08banners { display: flex; justify-content: space-between; margin-top: 144px }
.mysection08banner { width: 388px }
.mysection08bannerimg { height: 369px; text-align: center; padding-top: 21px }
.mysection08bannerimg img { border: none; border-radius: 175px }
.mysection08banner dl { margin: 40px auto 0; width: 350px }
.mysection08banner dt { text-align: center; color: #0f5d9b; font-weight: 500; font-size: 2.4rem }
.mysection08banner dd { margin-top: 16px }
.mycircle01 { background-image: url(../img/back09.png); background-repeat: no-repeat; background-position: center top }
.mycircle02 { background-image: url(../img/back10.png); background-repeat: no-repeat; background-position: center top }
.mycircle03 { background-image: url(../img/back11.png); background-repeat: no-repeat; background-position: center top }
#containermysection09 { background-image: url(../img/back12.png); background-repeat: no-repeat; background-position: center top; padding-bottom: 120px }
#mysection09 { width: 1240px; margin: 112px auto 0 }
#containerfootercontact01 { background-image: url(../img/back13.png); background-repeat: no-repeat; background-position: center top }
#containerfootercontact02 { background-image: url(../img/back14.png); background-repeat: no-repeat; background-position: center top; margin-top: 80px }
#footercontact { width: 984px; margin: 0 auto; display: flex; height: 586px }
#footercontacttitle { width: 492px; margin-top: 240px }
#footercontacttitle h2 { color: #fff; font-family: 'Roboto', sans-serif; font-size: 5.2rem; letter-spacing: 4px }
#footercontacttext { width: 492px; margin-top: 280px }
#footercontacttext p { color: #fff }
#footercontactbtn { margin-top: 32px }
#footercontactbtn a { display: inline-block; background-color: #0f5d9b; color: #fff; text-decoration: none; padding: 12px 48px; transition: .3s }
#footercontactbtn a:hover { opacity: .72 }
#footercontactbtn a::after { font-family: 'Font Awesome 5 Free'; content: '\2003\2003\f054'; font-weight: bold }
#footerpagetop { width: 1240px; margin: 0 auto; text-align: right }
#containerfooter { background-color: #000; padding: 80px 0 32px }
footer { width: 1032px; margin: 0 auto; display: flex; justify-content: space-between }
#footerleft { width: 640px; color: #fff }
#containerfooterlogo { display: flex; align-items: center }
#footerlogo { width: 426px }
#footername { color: #fff; margin-left: 24px; padding-top: 12px }
#footeraddress { margin-top: 40px; margin-bottom: 8px }
#footerphone, #footerfax { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 2rem; line-height: 1.2 }
#footerphone a, #footerfax a { color: #fff }    
#footerphone strong, #footerfax strong { font-size: 3.2rem }
#footerhours { margin-top: 8px }
#footerright { width: 352px; margin: 14px 0 0 40px }
#footerutbtn { }
#footerutbtn a { display: inline-block; background-color: #000; color: #fff; text-decoration: none; padding-left: 40px; border: none; border-radius: 5px; background-image: url(../img/back01.png); background-repeat: no-repeat; background-position: left center; transition: .3s }
#footerutbtn a:hover { opacity: .72 }
#navfooter { display: flex; margin-top: 32px }
#navfooter a { color: #fff; text-decoration: none }
#navfooter a:hover { color: #ccc }
#navfooter ul { list-style: none }
#navfooter li { display: block; margin-bottom: 4px }
#navfooter01,#navfooter02  { font-size: 16px}   
#navfooter01 { width: 36% }
#navfooter02 { width: auto; margin-left: 15px; }
.navfoote_service {font-size: 14px;}
.footersubnav { padding-left: 8px; }    
.footersubnav { padding-left: 8px }
.footersubnav a::before { font-family: 'Font Awesome 5 Free'; content: '\f0da\00a0'; font-weight: bold }
#footercopy { text-align: center; color: #fff; font-size: 1.4rem; margin-top: 80px }
#container { width: 1080px; margin: 40px 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 }
.div12flex13 { width: 148px; margin: 0 12px 24px }
.div12border { width: 486px; margin: 0 24px 48px; border: 3px solid rgba(15, 93, 155, .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(15, 93, 155, .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 dotted #999 }
.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 dotted #999 }
.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(15, 93, 155); font-size: 141.18% }
.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(15, 93, 155, .88); border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: rgba(15, 93, 155, .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(15, 93, 155); content: ''; position: absolute; bottom: -4px; width: 38.2%; height: 4px; left: 0 }
.h202 { border-left: 4px solid rgb(15, 93, 155); padding-left: 12px; line-height: 1.1 }
.h203 { border-left: 4px solid rgb(15, 93, 155); padding-left: 12px }
.h203 .textj { display: block; font-size: 94% }
.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(15, 93, 155) }
.h205 { color: rgb(15, 93, 155) }
.h204::first-letter, .h205::first-letter { font-size: 118.75%; background-color: rgb(15, 93, 155); color: #fff; margin-right: 3px; padding: 0 6px; display: inline-block; line-height: 1.2; font-feature-settings: normal }
.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(15, 93, 155); content: ''; position: absolute; bottom: 0; width: 40px; height: 4px; left: 50%; margin-left: -20px }
.h208 { border-bottom: 1px solid rgb(15, 93, 155); position: relative; padding-bottom: 20px; overflow: hidden }
.h208::after { content: ''; width: 100%; height: 4px; background-color: rgb(15, 93, 155); 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(15, 93, 155) }
.h301 { border-bottom: 2px solid #eee; padding-bottom: 12px }
.h301 i { color: rgb(15, 93, 155) }
.h302 { background-color: #efefef; padding: 4px 8px; border: 1px solid #ddd }
.h303 { border-bottom: 2px solid rgb(15, 93, 155) }
.h304 { color: rgb(15, 93, 155) }
.h303::first-letter, .h304::first-letter { font-size: 116.6667%; background-color: rgb(15, 93, 155); color: #fff; margin-right: 3px; padding: 0 4px; display: inline-block; line-height: 1.2; font-feature-settings: normal }
.h305 { border-left: 3px solid rgb(15, 93, 155); padding-left: 8px; line-height: 1.1 }
.h306 { color: rgb(15, 93, 155) }
h4 span { border-bottom: 4px double rgb(15, 93, 155); display: inline-block; padding-bottom: 8px }
.h401 { border-bottom: 1px solid rgb(15, 93, 155); margin-bottom: 16px; overflow: hidden }
.h401::first-letter { font-size: 120%; background-color: rgb(15, 93, 155); color: #fff; margin-right: 3px; padding: 0 4px; line-height: 1.2; font-feature-settings: normal }
.h402 { background-color: rgba(15, 93, 155, .88); color: #fff; padding: 0 16px 4px; font-weight: 500; margin-bottom: 16px }
.h403 { color: rgb(15, 93, 155) }
.mycontact { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 16px 0 24px }
.mycontacttitle { padding-bottom: 16px; text-align: center; color: #000; font-weight: 700; border-bottom: 1px solid #ddd; font-size: 105.88% }
.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; margin-top: 16px }
.mycontactbtn a { display: inline-block; line-height: 1; text-decoration: none; padding: 12px 24px; transition: .3s; white-space: nowrap; font-weight: 500; border: 3px solid rgba(15, 93, 155, 1); color: rgba(255, 255, 255, 1); background-color: rgba(15, 93, 155, 1) }
.mycontactbtn a:hover { color: rgba(15, 93, 155, 1); background-color: rgba(255, 255, 255, 1); text-decoration: none }
.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(15, 93, 155, .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(15, 93, 155); text-decoration: none; padding: 12px 24px; border: 3px solid rgb(15, 93, 155); font-weight: 500; transition: .3s }
.mybtn02 a:hover { color: #fff; background-color: rgba(15, 93, 155, 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(15, 93, 155); background-color: rgba(15, 93, 155, 1); font-weight: 500; transition: .3s }
.mybtn03 a:hover { color: rgb(15, 93, 155); 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: 660px; min-height: 256px; float: left; margin-top: -608px; background-color: rgba(255, 255, 255, .9); padding: 48px 48px 32px 0 }
.mylayout03textr { width: 660px; min-height: 256px; float: right; margin-top: -608px; background-color: rgba(255, 255, 255, .9); padding: 48px 0 32px 48px }
.mylayout03 h3 { line-height: 1.5 }
.mylayout03 p { margin-top: 24px }
.mylayout04 { margin-bottom: 72px }
.mylayout04 h3 { border-bottom: 3px solid rgba(15, 93, 155, .24); padding-bottom: 16px; font-size: 2.4rem }
.div14circle { width: 174px; height: 174px; text-align: center; border: 8px solid #229be6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 24px 48px; font-weight: 500; padding: 16px; color: #0875b9; line-height: 1.6 }
.mylayout05 { margin-bottom: 24px }
.mylayout05 h3 { border-bottom: 3px solid rgba(15, 93, 155, .24); padding-bottom: 12px; font-size: 2.8rem }
.mylayout05img { position: relative }
.mylayout05img div { position: absolute; top: 0; right: 0; bottom: 0; left: 0 }
.myorder01 { order: 1 }
.myorder02 { order: 2 }
.wcedit_400221849001 .mylayout05img div { display: none !important } 
.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(../img/backpt.png); background-repeat: no-repeat; background-position: center center; background-color: rgb(15, 93, 155); border-radius: 2px; border: none }
#pt span { font-size: 4.8rem; display: block }
#pt a { color: rgb(15, 93, 155) }
.wc_anctxt { display: inline-block; /*transform: translateY(-114px)*/ margin-top: -114px; padding-top: 114px; vertical-align: top; }
}

/*youtube回避*/
body.wcedit_400221849001 .youtube,
body.wcselect_400221849001 .youtube,
body.wcarea_400221849001 .youtube,
body.wcedit_400221849001 .gmap,
body.wcselect_400221849001 .gmap,
body.wcarea_400221849001 .gmap {
    height: 50px !important;
    max-width: 1080px;
    padding: 20px 0 !important;
    font-size: 16px !important;
}
body.wcedit_400221849001 .youtube::before,
body.wcselect_400221849001 .youtube::before,
body.wcarea_400221849001 .youtube::before,
body.wcedit_400221849001 .gmap::before,
body.wcselect_400221849001 .gmap::before,
body.wcarea_400221849001 .gmap::before{
    padding-top: 0 !important;
}

.wcedit_400221849001 .fa-chevron-circle-right::before,
.wcarea_400221849001 .fa-chevron-circle-right::before{
    content: ">" !important;
    color: rgb(15, 93, 155);
    font-weight: bold !important;
}

.wcedit_400221849001 .fa-angle-double-right::before,
.wcarea_400221849001 .fa-angle-double-right::before{
    content: ">>" !important;
    font-size: 0.8em;
    text-align: center;
    height: 1rem;
    width: 1.5em;
    background-color: rgb(15, 93, 155);
    color: #fff;
    font-weight: bold !important;
} 
 .wcedit_400221849001 .fa-caret-square-right::before,
.wcarea_400221849001 .fa-caret-square-right::before{
    content: "▶" !important;
    font-size: 0.8em;
    text-align: center;
    height: 1rem;
    width: 1.5em;
    background-color: rgb(15, 93, 155);
    color: #fff;
    font-weight: bold !important;
}   


@media screen and (max-width:1300px) and (min-width:768px) {
    
    #headerlogo {
  margin: 37px 0 0 0px !important;
}
    
    #headerlogo img {
        width: 230px !important;
        height: auto !important;
    }
    #headerlogo {
        width: 230px !important;
       
    }
    #containerheaderinner {
        justify-content: flex-start !important;}
    header {
    max-width: 1300px !important;
}
    
    }

/* --- WebChanger 由来のユーティリティ（webchangercmn.css より必要分のみ移設） --- */
.wc_anctxt img { display: none !important; }
.wcfontsize5 { font-size: 23px !important; }
.wcfontsize7 { font-size: 45px !important; }
