@charset "utf-8";

@font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url('/data/common/c2101a085401/css/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('/data/common/c2101a085401/css/fontawesome/webfonts/fa-solid-900.ttf') format('truetype') }
@font-face { font-family: 'DSEG7'; font-style: normal; font-weight: 700; font-display: block; src: url('/data/common/c2101a085401/css/DSEG7/DSEG7Classic-Bold.woff2') format('woff2'), url('/data/common/c2101a085401/css/DSEG7/DSEG7Classic-Bold.ttf') format('truetype') }

:root { --basecolor: 239, 151, 2 }
:root { --textcolor: 84, 53, 30 }
:root { --bordercolor: 221, 221, 221 }
:root { --blogcolor: 239, 151, 2 }

.cmshtml { scroll-behavior: smooth }
.cmshtml * { box-sizing: border-box; -webkit-tap-highlight-color: transparent }
.cmshtml body { margin: 0; background-color: #fff; color: rgb(var(--textcolor)); line-height: 1.732; font-family: 'Noto Sans JP', sans-serif }
.cmshtml section, div, dl { display: flow-root }
.cmshtml p { margin: 0 }
.cmshtml a { color: rgba(0, 51, 204, 1) }
.cmshtml a:hover { color: rgba(0, 51, 204, .64) }
.cmshtml :is(ul, ol, dl, dt, dd) { margin: 0; padding: 0 }
.cmshtml :is(h1, h2, h3, h4, h5, h6) { margin: 0; color: rgb(var(--textcolor)) }
.cmshtml img { border: none; vertical-align: top }
.cmshtml a img { transition: .3s }
.cmshtml a:hover img { opacity: .72 }
.cmshtml #wrapper img { height: auto }
.cmshtml mark { background: linear-gradient(transparent 64%, #ffdfef 64%); color: #000; padding: 0 1px 1px }
.cmshtml label { display: block; caret-color: transparent }
.cmshtml :is(input[type='text'], input[type='file'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='password'], textarea, select) { border: 2px solid #ddd !important; transition: .3s !important; outline: none }
.cmshtml :is(input[type='text'], input[type='file'], input[type='email'], input[type='tel'], input[type='number'], input[type='date'], input[type='password'], textarea, select):focus { border-color: #1b95e0 !important; box-shadow: none !important }
.cmshtml :is(button, input[type='submit'], input[type='button']) { transition: .3s !important; font-size: 92%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; border: 2px solid rgb(var(--basecolor)) !important; color: #fff; background: rgb(var(--basecolor)) !important }
.cmshtml :is(button[type='submit'], input[type='submit'], input[type='button']):hover { color: rgb(var(--basecolor)) !important; background: #fff !important; box-shadow: none !important }
.cmshtml button[type='reset'], .rdcontact_btn_back { border: 3px solid #ccc !important; background: #fff !important; margin-right: 8px; transition: .3s !important; font-size: 92%; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; font-weight: 500; color: #999 !important }
.cmshtml button[type='reset']:hover, .rdcontact_btn_back:hover { opacity: .64; box-shadow: none !important }
.cmshtml form dl { background-color: rgb(250, 249, 244); border: 1px solid rgb(239, 237, 222); border-radius: 8px; padding: 8px 16px !important }
.cmshtml form dt { margin-bottom: 4px !important; font-size: 92% }
.cmshtml .contact_item_title::before { font-family: 'Font Awesome 6 Free'; content: '\f0da\00a0'; font-weight: 900 }
.cmshtml form dt span { 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; margin-left: 8px }
.cmshtml form dd { margin-top: 12px }
.cmshtml textarea { width: calc(100% - 14px) }
.cmshtml .contact_item_title:not(:first-child) { margin-top: 16px !important }
.cmshtml caption { caption-side: bottom; font-size: 88%; margin-top: 8px; color: #777 }
.cmshtml figure img { max-width: 100% }
.cmshtml figcaption { text-align: center; font-size: 88%; margin-top: 8px }
.cmshtml table { border-collapse: collapse }
.cmshtml iframe { border: none }

.cmshtml #mydrawerhambergerouter { position: fixed; top: 8px; right: 8px; z-index: 9999; background-color: rgb(var(--basecolor)); padding: 3px 6px 8px; border-radius: 4px }
.cmshtml #mydrawertoggle { display: none }
.cmshtml #mydrawerhamberger { display: block; cursor: pointer }
.cmshtml #mydrawerhamberger span { display: block; background-color: #fff; transition: 0.4s; transform-origin: 0; width: 22px; height: 2px; margin-top: 5px }
.cmshtml #mydrawertoggle:checked + #mydrawerhamberger span:nth-child(1) { transform: translate(3px, -1px) rotate(45deg) }
.cmshtml #mydrawertoggle:checked + #mydrawerhamberger span:nth-child(2) { opacity: 0 }
.cmshtml #mydrawertoggle:checked + #mydrawerhamberger span:nth-child(3) { transform: translate(3px, 1px) rotate(-45deg) }
.cmshtml #mydrawer { position: fixed; top: 0; bottom: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0); opacity: 0; color: rgb(var(--textcolor)); display: flex; justify-content: flex-end; transition: background-color 0.4s ease, opacity 0.4s ease; z-index: 999 }
.cmshtml #mydrawer.mydrawer-show { background-color: rgba(0, 0, 0, .72); opacity: 1; pointer-events: auto }
.cmshtml #mydrawerinner { width: 320px; background-color: #fff; transform: translateX(320px); transition: transform 0.6s ease; padding: 40px 0 32px; overflow-y: scroll }
.cmshtml #mydrawer.mydrawer-show #mydrawerinner { transform: translateX(0) }
.cmshtml .noscroll { overflow: hidden }
.cmshtml #mydrawernav a { display: block; text-decoration: none; color: rgb(var(--textcolor)); border-bottom: 1px solid #d4d4d4 }
.cmshtml .mydrawernavparent a::before { font-family: 'Font Awesome 6 Free'; content: '\f0da\00a0'; font-weight: bold; font-size: 88% }
.cmshtml .mydrawernavparent a { padding: 7px 16px }
.cmshtml .mydrawernavchild a { padding-left: 40px !important; font-size: 88%; padding: 5px 16px }
.cmshtml #mydrawerinfo { padding: 32px 16px 0; text-align: center }
.cmshtml .mydraweraddress dl { }
.cmshtml .mydraweraddress dt { font-family: 'Oswald', sans-serif; color: rgb(var(--textcolor)); font-weight: 700 !important; font-size: 26px; line-height: 1 }
.cmshtml .mydraweraddress dd { font-size: 14px; margin-top: 8px; font-weight: 300; line-height: 1.5 }
.cmshtml .mydrawerbtn01 { margin-top: 16px }
.cmshtml .mydrawerbtn02 { margin-top: 8px }
.cmshtml .mydrawerbtn01 a { display: inline-block; width: 72%; text-decoration: none; color: #fff; font-weight: 500; font-size: 16px; padding: 10px 32px; background-color: rgb(var(--basecolor)); border-radius: 4px }
.cmshtml .mydrawerbtn02 a { display: inline-block; width: 72%; text-decoration: none; color: #fff; font-weight: 500; font-size: 16px; padding: 10px 32px; background-color: #143ea0; border-radius: 4px }
.cmshtml .mydrawerbanner { margin: 24px auto 0 }
.cmshtml .mydrawerbanner img { width: 200px !important; height: 44px !important }

@media (max-width: 1079px) {
.cmsbody { font-feature-settings: 'palt'; -webkit-text-size-adjust: 100%; font-size: clamp(16px, calc(0.142vw + 15.47px), 17px) }
.cmshtml :is(h1, .largeonly) { display: none }
.cmshtml #wrapper { position: relative }
.cmshtml #mydrawer { pointer-events: none }
.cmshtml #containerheader { padding: 12px 16px }
.cmshtml header { display: flex; justify-content: space-between; align-items: center }
.cmshtml #headerlogo { width: 168px }
.cmshtml #headerlogo img { max-width: 100% }
.cmshtml #headerinfo { display: none }
.cmshtml #globalnav { display: none }
.cmshtml #smallonlyheader { background-color: #ef9702; padding: 8px 16px 10px; text-align: center; font-size: 88%; line-height: 1.5 }
.cmshtml #smallonlyheader a { color: #fff; text-decoration: none }
.cmshtml #containermainvisual { position: relative }
.cmshtml #mainvisual img { width: 100%; height: clamp(240px, calc(22.695vw + 154.89px), 400px) !important; object-fit: cover }
.cmshtml #mainvisualtextouter { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .4); display: flex; justify-content: center; align-items: center }
.cmshtml #mainvisualtext { text-align: center; color: #fff; text-shadow: 1px 1px 1px #000 }
.cmshtml #mainvisualtext dt { font-size: clamp(22px, calc(0.851vw + 18.81px), 28px); font-weight: 700 !important; line-height: 1.6 }
.cmshtml #mainvisualtext dd { font-size: clamp(16px, calc(0.284vw + 14.94px), 18px); font-weight: 600 !important; margin-top: 16px }
.cmshtml #containerpagetitle { position: relative }
.cmshtml #pagetitleimg img { width: 100%; height: clamp(120px, calc(11.348vw + 77.45px), 200px) !important; object-fit: cover }
.cmshtml #pagetitleouter { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center }
.cmshtml #pagetitle { font-weight: 600; color: rgb(var(--textcolor)); font-size: clamp(28px, calc(2.837vw + 17.36px), 48px) }
.cmshtml #maincontents { margin: 16px 0 40px }
.cmshtml .mysection01 { margin: 24px 16px 0 }
.cmshtml .mysection01title { text-align: center; margin-bottom: 16px }
.cmshtml .mysection01title h2 { font-weight: 600; color: rgb(var(--basecolor)); font-size: 22px }
.cmshtml .mysection01title a { display: inline-block; margin-top: 16px; text-decoration: none; color: #fff; font-weight: 500; font-size: 16px; background-color: rgb(var(--basecolor)); border-radius: 40px; padding: 4px 24px; font-size: 88% }
.cmshtml .containermysection02 { margin-top: 24px; padding: 40px 16px; background-color: #fff8dc }
.cmshtml .mysection02btns { display: flex; justify-content: center; column-gap: 16px }
.cmshtml .mysection02btns > div { width: calc(50% - 8px) !important; max-width: 320px }
.cmshtml .mysection02btns a { display: inline-block; width: 100%; text-decoration: none; color: #fff; background-color: rgb(var(--basecolor)); border-radius: 5px; text-align: center; padding: 8px; font-weight: 500; font-size: 17px }
.cmshtml .mysection02 { margin-top: 24px }
.cmshtml .containermysection03 { margin: 64px 16px 0 }
.cmshtml .mysection03img { text-align: center }
.cmshtml .mysection03img img { width: 100%; max-width: 1042px }
.cmshtml .mysection03outer { margin-top: 16px }
.cmshtml .mysection0301outer { }
.cmshtml .mysection0301 { }
.cmshtml .mysection0301 h2 { font-size: 22px; text-align: center }
.cmshtml .mysection0301text { margin-top: 8px }
.cmshtml .mysection0302outer { margin-top: 16px }
.cmshtml .mysection0302img { text-align: center }
.cmshtml .mysection0302img img { width: 56%; max-width: 338px }
.cmshtml .mysection0302 { margin-top: 40px }
.cmshtml .mysection0302 h2 { font-size: 22px; text-align: center }
.cmshtml .mysection0302logo { margin-top: 12px; text-align: center }
.cmshtml .mysection0302logo img { width: 48%; max-width: 384px }
.cmshtml .mysection0302text { margin-top: 12px }
.cmshtml .containermysection04 { margin-top: 48px; background-color: #fff8dc; padding: 40px 0; display: flex; flex-wrap: wrap }
.cmshtml .mysection04outer { padding: 0 16px; order: 2; width: 100%; margin-top: 16px }
.cmshtml .mysection0401 { }
.cmshtml .mysection0401 h2 { font-size: 22px; line-height: 1.4; text-align: center }
.cmshtml .mysection0402outer { margin-top: 24px }
.cmshtml .mysection0402 { text-align: center }
.cmshtml .mysection0402img img { width: 88%; max-width: 421px }
.cmshtml .mysection0402text { margin-top: 24px; text-align: left }
.cmshtml .mysection0402btns { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px }
.cmshtml .mysection0402btns > div { width: calc(50% - 6px) !important }
.cmshtml .mysection0402btns a { display: block; text-decoration: none; color: #fff; font-weight: 500; background-color: rgb(var(--basecolor)); border-radius: 4px; padding: 16px 0; text-align: center; font-size: 16px }
.cmshtml .mysection04img { order: 1; padding: 0 16px }
.cmshtml .mysection04imginner { width: 100%; text-align: center }
.cmshtml .mysection04imginner img { max-width: 1051px; width: 100% }
.cmshtml .containermysection05 { margin-top: 48px }
.cmshtml .mysection05img { margin: 0 16px }
.cmshtml .mysection05img img { width: 100%; max-width: 1057px }
.cmshtml .mysection05outer { margin: 16px 16px 0 }
.cmshtml .mysection05inner { }
.cmshtml .mysection05 { }
.cmshtml .mysection05 h2 { font-size: 22px; text-align: center }
.cmshtml .mysection05text { margin-top: 16px }
.cmshtml .mysection05btn { margin-top: 24px; display: flex; column-gap: 12px }
.cmshtml .mysection05btn > div { width: calc(50% - 6px) !important }
.cmshtml .mysection05btn a { display: block; text-decoration: none; color: #fff; font-weight: 500; font-size: 16px; background-color: #143ea0; border-radius: 4px; text-align: center; padding: 16px 8px; margin: 0 auto }
.cmshtml .mysection05notice { font-size: 13px; margin-top: 4px; font-weight: 500; color: #000; text-align: center }
.cmshtml .containermysection06 { background-color: #fff8dc; padding: 40px 16px; margin-top: 48px }
.cmshtml .mysection06outer { }
.cmshtml .mysection06logo { text-align: center }
.cmshtml .mysection06logo img { max-width: 281px; width: 48% }
.cmshtml .mysection06titleh2 { text-align: center; margin-top: 16px }
.cmshtml .mysection06titleh2 h2 { font-size: 22px; line-height: 1.4 }
.cmshtml .mysection06 { margin-top: 24px; display: flex; flex-wrap: wrap }
.cmshtml .mysection06 > div:nth-of-type(1) { width: 100%; order: 2; margin-top: 16px }
.cmshtml .mysection06 > div:nth-of-type(2) { width: 100%; order: 1 }
.cmshtml .mysection06titledl dt { font-weight: 600 !important; font-size: 19px; line-height: 1.4 }
.cmshtml .mysection06titledl dd { }
.cmshtml .mysection06titledl dd br { display: none }
.cmshtml .mysection06text { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgb(var(--textcolor)) }
.cmshtml .mysection06text br { display: none }
.cmshtml .mysection06btn { margin-top: 24px; display: flex; column-gap: 12px }
.cmshtml .mysection06btn > div { width: calc(50% - 6px) !important }
.cmshtml .mysection06btn a { display: block; text-decoration: none; color: #fff; font-weight: 600; font-size: 16px; background-color: rgb(var(--basecolor)); border-radius: 4px; text-align: center; padding: 16px 8px }
.cmshtml .mysection06btn a:hover { opacity: .72 }
.cmshtml .mysection06counttitle { margin-top: 48px; text-align: center }
.cmshtml .mysection06counttitle dt { font-weight: 600 !important; font-size: 22px; line-height: 1.4 }
.cmshtml .mysection06counttitle dd { margin-top: 8px; text-align: left }
.cmshtml .mysection06counttitle dd br { display: none }
.cmshtml .mysection06count { margin-top: 32px; border: 2px solid rgb(var(--basecolor)); background-color: #fff; border-radius: 6px }
.cmshtml .mysection06count > div:nth-of-type(1) { width: 100% }
.cmshtml .mysection06count > div:nth-of-type(2) { width: 100% }
.cmshtml .mysection06countleft { background-color: rgb(var(--basecolor)); color: #fff; font-size: 20px; font-weight: 600; text-align: center }
.cmshtml .mysection06countright { padding: 8px 16px }
.cmshtml .mysection06counttext { text-align: center }
.cmshtml .mysection06counttext dt { font-size: 20px; font-weight: 700 !important; line-height: 1.7 }
.cmshtml .mysection06counttext dd { font-size: 14px; font-weight: 600 }
.cmshtml .mysection06countnum { display: flex; justify-content: center; align-items: center; font-weight: 600; font-size: 26px; column-gap: 8px }
.cmshtml .mysection06countnum strong { font-family: 'DSEG7', sans-serif; font-size: 48px }
.cmshtml .mysection06img img { max-width: 100% }
.cmshtml .mysection06video { margin-top: 40px; display: flex; justify-content: space-between }
.cmshtml .mysection06video > div { width: 48% !important }
.cmshtml .mysection06video iframe { width: 100%; aspect-ratio: 16 / 9 }
.cmshtml .mysection06bottombtn { margin-top: 32px; text-align: center }
.cmshtml .mysection06bottombtn a { display: inline-block; text-decoration: none; color: #fff; background-color: rgb(var(--basecolor)); padding: 8px 56px; font-size: 15px; border-radius: 4px }
.cmshtml .mysection07 { margin: 40px 16px 0; text-align: center }
.cmshtml .mysection07 dt { font-size: 22px; font-weight: 600 !important }
.cmshtml .mysection07 dd { font-size: 16px; font-weight: 500 }
.cmshtml .mysection07sns { display: flex; column-gap: 12px; margin-top: 24px; justify-content: center; margin-bottom: 24px }
.cmshtml .mysection07sns > div { width: 40px !important }
.cmshtml .mysection07 img { max-width: 100% }
.cmshtml #containerfooter { margin-top: 64px; background-color: #f2f2f2; padding: 32px 16px }
.cmshtml #containerfooter footer { text-align: center }
.cmshtml .footerlogo { }
.cmshtml .footerlogo img { width: 64% !important; max-width: 338px }
.cmshtml .footerphone { font-family: 'Oswald', sans-serif; font-size: 40px; letter-spacing: -2px; line-height: 1.2; margin-top: 12px }
.cmshtml .footerphone i { font-style: normal; font-size: 28px }
.cmshtml .footeraddress { font-size: 16px; margin-top: 11px }
.cmshtml .footerbtn { margin-top: 24px }
.cmshtml .footerbtn a { display: inline-block; text-decoration: none; color: #fff; font-weight: 600; font-size: 18x; padding: 6px 40px; border-radius: 40px; text-align: center; background-color: rgb(var(--basecolor)) }
.cmshtml .footernav { display: none }
.cmshtml #footerlink { margin-top: 40px; border-top: 1px solid rgb(var(--textcolor)); padding-top: 24px; text-align: center }
.cmshtml #footerlink strong { font-weight: 600 }
.cmshtml .footerlink { margin-top: 16px }
.cmshtml .footerlink img { width: 64%; max-width: 298px }
.cmshtml .footerlinktext { margin-top: 16px; font-size: 88% }
.cmshtml .footerlinkbtn { margin-top: 16px }
.cmshtml .footerlinkbtn > div { margin-bottom: 10px }
.cmshtml .footerlinkbtn a { display: inline-block; text-decoration: none; color: #fff; font-size: 16px; font-weight: 500; background-color: #143ea0; padding: 8px 28px; border-radius: 40px; width: 72% }
.cmshtml #footercopy { color: #fff; padding: 8px 16px 48px; text-align: center; background-color: rgb(var(--basecolor)); font-size: 13px }
.cmshtml #sidefixedbtn { position: fixed; right: 0; bottom: 0; left: 0; display: flex; z-index: 999 }
.cmshtml #sidefixedbtn > div { width: 50% !important; position: relative; background-color: #37278a; display: flex; align-items: center; justify-content: center; padding: 5px; column-gap: 8px }
.cmshtml .sidefixedbtn {  }
.cmshtml .sidefixedbtn > div:nth-of-type(1) { width: 20px !important; display: flex; align-items: center }
.cmshtml .sidefixedbtntext { color: #fff; font-weight: 500; font-size: 15px }
.cmshtml .sidefixedbtn:not(:first-of-type) { border-left: 1px solid #fff }
.cmshtml .sidefixedbtnicon { padding-top: 8px }
.cmshtml .sidefixedbtnicon img { max-width: 100% }
.cmshtml :is(button, input[type='submit'], input[type='button']) { padding: 8px 16px }
.cmshtml .smalltac { text-align: center }

.cmshtml .mysteps { }
.cmshtml .mysteps > :is(div:nth-of-type(1), div:nth-of-type(3), div:nth-of-type(5), div:nth-of-type(6), div:nth-of-type(8), div:nth-of-type(10), div:nth-of-type(11), div:nth-of-type(13), div:nth-of-type(15)) { border: 3px solid rgb(var(--basecolor)); border-radius: 8px; padding: 16px }
.cmshtml .mysteps > :is(div:nth-of-type(2), div:nth-of-type(4), div:nth-of-type(7), div:nth-of-type(9), div:nth-of-type(12), div:nth-of-type(14)) { display: flex; justify-content: center; align-items: center; height: 48px }
.cmshtml .mysteps > :is(div:nth-of-type(2), div:nth-of-type(4), div:nth-of-type(7), div:nth-of-type(9), div:nth-of-type(12), div:nth-of-type(14)) img { transform: rotate(90deg) }
.cmshtml .mystepbox img { max-width: 100%; border-radius: 8px }
.cmshtml .mystepbox > div:nth-of-type(2) { margin-top: 8px }


/* 新着情報 */
.cmshtml .mynewarticles01 .rdnewArticle-item { display: block !important; margin-bottom: 12px !important; padding: 0 0 12px 0 !important; border-bottom: 2px dotted rgba(var(--textcolor), .32) !important }
.cmshtml .mynewarticles01 .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles01 .rdnewArticle-contWrap { }
.cmshtml .mynewarticles01 .rdnewArticle-ContDate { }
.cmshtml .mynewarticles01 .rdnewArticle-ContTitle { }
.cmshtml .mynewarticles01 .rdnewArticle-ContLink { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .mynewarticles01 .rdnewArticle-item + .rdnewArticle-item { border-top: none !important; padding-top: 0 !important }
.cmshtml .mynewarticles02 .rdnewArticle { display: flex !important; gap: 16px !important; flex-wrap: wrap }
.cmshtml .mynewarticles02 .rdnewArticle-item { display: block !important; margin: 0 !important; padding: 0 !important; width: calc(50% - 8px) !important }
.cmshtml .mynewarticles02 .rdnewArticle-thumbnail { display: block !important; margin: 0 !important; text-align: center }
.cmshtml .mynewarticles02 .rdnewArticle-thumbnail img { max-width: 100% !important }
.cmshtml .mynewarticles02 .rdnewArticle-contWrap { margin-top: 6px }
.cmshtml .mynewarticles02 .rdnewArticle-ContDate { }
.cmshtml .mynewarticles02 .rdnewArticle-ContTitle { }
.cmshtml .mynewarticles02 .rdnewArticle-ContLink { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .mynewarticles02 .rdnewArticle-item + .rdnewArticle-item { border-top: none !important; padding-top: 0 !important }

/* ブログ */
.cmshtml #myblogframe { margin: 0 16px }
.cmshtml #myblogmain { }
.cmshtml #myblogcommon { margin-top: 40px }
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml #myblogcommon h4 { background-color: #bbb; color: #fff; font-weight: 400 !important; font-size: 14px !important; padding: 0 4px; border: none !important }
.cmshtml #myblogcommon h4::after { border-bottom: none !important }
.cmshtml .rdListItem a { text-decoration: none }
.cmshtml .rdListImage { height: 220px; overflow: hidden; text-align: center }
.cmshtml .rdarticleTitle h3 { border-bottom: 3px solid rgb(var(--blogcolor)) !important; font-size: 18px !important }
.cmshtml .rdListCategoryItem { background-color: rgba(0, 0, 0, .64) !important; padding: 0 4px !important }
.cmshtml .ItemrdListTagListItem { padding: 0 4px !important; margin-right: 4px !important }
.cmshtml #myblogframe .rdnewArticle-item { padding: 6px 2px !important }
.cmshtml .rdarticlecalendar { font-size: 92%; width: 100%; max-width: 338px; margin: 0 auto }
.cmshtml .rdRelatedArticles-item { border: 1px solid rgb(var(--bordercolor)); margin: 0 8px 24px; width: calc(50% - 16px) !important; padding: 8px !important }
.cmshtml .rdRelatedArticles-imageWrapper { border: none !important; height: 96px !important; margin-bottom: 4px !important }
.cmshtml .rdRelatedArticles-image { width: 100%; height: 96px !important; object-fit: cover }
.cmshtml :is(.rdRelatedArticles-catlink, .rdRelatedArticles-taglink) { padding: 3px 4px !important }

}

@media (min-width: 1080px) {
.cmsbody { font-size: clamp(17px, calc(1.667vw + -1px), 19px) }
.cmshtml :is(h1, .smallonly, #mydrawerhambergerouter, #mydrawer, #smallonlyheader) { display: none }
.cmshtml #wrapper { position: relative; max-width: 1920px; margin: 0 auto }
.cmshtml #containerheader { padding: 15px 24px 16px; position: sticky; top: 0; background-color: #fff; z-index: 998 }
.cmshtml #headerinner { max-width: 1200px; margin: 0 auto }
.cmshtml header { display: flex; justify-content: space-between; align-items: center }
.cmshtml #headerlogo { width: 19.333%; max-width: 232px }
.cmshtml #headerlogo img { max-width: 100% }
.cmshtml #headerinfo { width: 80.667%; display: flex; justify-content: flex-end; align-items: center }
.cmshtml #headerphnone { font-family: 'Oswald', sans-serif; font-size: clamp(28px, calc(4.167vw + -17px), 33px); letter-spacing: -1px }
.cmshtml #headerphnone i { font-style: normal; font-size: clamp(20px, calc(3.333vw + -16px), 24px) }
.cmshtml #headerbtns { margin-left: clamp(16px, calc(6.667vw + -56px), 24px); display: flex; justify-content: flex-end; column-gap: clamp(12px, calc(3.333vw + -24px), 16px) }
.cmshtml #headerbtns a { display: inline-block; text-decoration: none; color: #fff; font-weight: 500; font-size: clamp(16px, calc(0.833vw + 7px), 17px); letter-spacing: clamp(1px, calc(0.833vw + -8px), 2px); padding: clamp(10px, calc(1.667vw + -8px), 12px) clamp(20px, calc(3.333vw + -16px), 24px); transition: .3s; border-radius: 4px }
.cmshtml #headerbtns > div:nth-of-type(1) a { background-color: #ee9b01 }
.cmshtml #headerbtns > div:nth-of-type(2) a { background-color: #143ea0 }
.cmshtml #headerbtns > div:nth-of-type(3) a { background-color: #2364b5 }
.cmshtml #headerbtns a:hover { opacity: .72 }
.cmshtml #globalnav { display: flex; justify-content: center; margin-top: 19px; column-gap: 38px }
.cmshtml #globalnav > div { line-height: 1.2 }
.cmshtml #globalnav a { text-decoration: none; color: rgb(var(--textcolor)); letter-spacing: clamp(0px, calc(0.833vw + -9px), 1px); line-height: 1.2; transition: .3s; font-size: clamp(17px, calc(0.833vw + 8px), 18px); white-space: nowrap; font-weight: 500 }
.cmshtml #globalnav a:hover { color: rgba(var(--textcolor), .72) }
.cmshtml .dropnav { position: relative; padding: 0 20px }
.cmshtml .dropnav-child { visibility: hidden; opacity: 0; z-index: 999; position: absolute; top: 30px; left: 0; transition: .3s; min-width: 100% }
.cmshtml .dropnav-child a { display: block; background-color: #fff; padding: 8px 20px; font-size: 88% !important; font-weight: 450 !important }
.cmshtml .dropnav-child a::before { font-family: 'Font Awesome 6 Free'; content: '\f0da\00a0'; font-weight: bold; font-size: 88% }
.cmshtml .dropnav-child a:hover { background-color: #fff8dc }
.cmshtml .dropnav:hover .dropnav-child { visibility: visible; opacity: 1 }
.cmshtml #containermainvisual { position: relative }
.cmshtml #mainvisual img { max-width: 100% }
.cmshtml #mainvisualtextouter { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .4); display: flex; justify-content: center; align-items: center }
.cmshtml #mainvisualtext { text-align: center; color: #fff; text-shadow: 1px 1px 1px #000 }
.cmshtml #mainvisualtext dt { font-size: clamp(28px, calc(0.595vw + 21.57px), 33px); font-weight: 700 !important; letter-spacing: 2px; line-height: 1.7 }
.cmshtml #mainvisualtext dd { font-size: clamp(18px, calc(0.238vw + 15.43px), 20px); font-weight: 600 !important; margin-top: clamp(16px, calc(2.381vw + -9.71px), 36px); letter-spacing: 1px }
.cmshtml #containerpagetitle { position: relative }
.cmshtml #pagetitleimg img { width: 100%; height: 200px !important; object-fit: cover }
.cmshtml #pagetitleouter { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center }
.cmshtml #pagetitle { font-weight: 600; color: rgb(var(--textcolor)); font-size: 48px; letter-spacing: 2px }
.cmshtml #maincontents { margin: 40px 0 80px }
.cmshtml .mysection01 { max-width: 1248px; margin: 64px auto 0; padding: 0 24px; display: flex; align-items: center }
.cmshtml .mysection01 > div:nth-of-type(1) { width: 232px; margin-top: -48px }
.cmshtml .mysection01 > div:nth-of-type(2) { width: calc(100% - 232px) }
.cmshtml .mysection01title { display: inline-block; text-align: center }
.cmshtml .mysection01title h2 { font-weight: 600; color: rgb(var(--basecolor)); font-size: 28px }
.cmshtml .mysection01title a { display: inline-block; margin-top: 8px; text-decoration: none; color: #fff; font-weight: 500; font-size: 16px; background-color: rgb(var(--basecolor)); border-radius: 40px; padding: 6px 27px; transition: .3s }
.cmshtml .mysection01title a:hover { opacity: .8 }
.cmshtml .containermysection02 { margin-top: 35px; padding: 44px 24px 64px; background-color: #fff8dc }
.cmshtml .mysection02btns { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; column-gap: 26px }
.cmshtml .mysection02btns a { display: inline-block; width: clamp(320px, calc(41.667vw + -130px), 370px); text-decoration: none; color: #fff; background-color: rgb(var(--basecolor)); border: 3px solid rgb(var(--basecolor)); border-radius: 5px; text-align: center; padding: clamp(10px, calc(3.333vw + -26px), 14px); font-weight: 500; font-size: clamp(20px, calc(3.333vw + -16px), 24px); transition: .3s }
.cmshtml .mysection02btns a:hover { background-color: #fff; color: rgb(var(--basecolor)) }
.cmshtml .mysection02 { max-width: 1200px; margin: clamp(48px, calc(18.333vw + -150px), 70px) auto 0 }
.cmshtml .containermysection03 { margin-top: 64px }
.cmshtml .mysection03img { }
.cmshtml .mysection03img img { width: 54.27%; max-width: 1042px }
.cmshtml .mysection03outer { margin-top: clamp(-394px, calc(-20.238vw + -5.43px), -224px); padding: clamp(40px, calc(1.548vw + 23.29px), 53px) 24px clamp(40px, calc(2.857vw + 9.14px), 64px); background: url(../img/common_npo/back01.png) center top / 100% repeat-y; position: relative; z-index: 1 }
.cmshtml .mysection0301outer { max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end }
.cmshtml .mysection0301 { width: 52.666% }
.cmshtml .mysection0301 h2 { font-size: clamp(22px, calc(0.476vw + 16.86px), 26px) }
.cmshtml .mysection0301text { margin-top: clamp(16px, calc(1.31vw + 1.86px), 27px) }
.cmshtml .mysection0302outer { max-width: 1200px; margin: clamp(24px, calc(1.905vw + 3.43px), 40px) auto 0; display: flex; justify-content: space-between; align-items: center }
.cmshtml .mysection0302outer > div:nth-of-type(1) { width: 47.334% }
.cmshtml .mysection0302outer > div:nth-of-type(2) { width: 52.666% }
.cmshtml .mysection0302img { text-align: center }
.cmshtml .mysection0302img img { width: 59.507%; max-width: 338px }
.cmshtml .mysection0302 {  }
.cmshtml .mysection0302 h2 { font-size: clamp(22px, calc(0.476vw + 16.86px), 26px) }
.cmshtml .mysection0302logo { margin-top: 16px; padding-left: clamp(32px, calc(5vw + -22px), 74px) }
.cmshtml .mysection0302logo img { width: 60.759%; max-width: 384px }
.cmshtml .mysection0302text { margin-top: clamp(16px, calc(1.19vw + 3.14px), 26px) }
.cmshtml .containermysection04 { margin-top: 64px }
.cmshtml .mysection04outer { background: url(../img/common_npo/back02.png) center top / 100% repeat-y; padding: 64px 24px }
.cmshtml .mysection0401 { max-width: 1200px; margin: 0 auto }
.cmshtml .mysection0401 h2 { font-size: 30px; letter-spacing: 4px; line-height: 1.4 }
.cmshtml .mysection0402outer { max-width: 1200px; margin: 37px auto 0 }
.cmshtml .mysection0402 { width: 39.166% }
.cmshtml .mysection0402img img { max-width: 100% }
.cmshtml .mysection0402text { margin-top: 33px }
.cmshtml .mysection0402btns { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 14px }
.cmshtml .mysection0402btns > div { width: calc(50% - 7px) }
.cmshtml .mysection0402btns a { display: block; text-decoration: none; color: #fff; font-weight: 500; letter-spacing: 2px; background-color: rgb(var(--basecolor)); border-radius: 4px; padding: 24px 0; text-align: center; font-size: 17px; transition: .3s }
.cmshtml .mysection0402btns a:hover { opacity: .72 }
.cmshtml .mysection04img { display: flex; justify-content: flex-end; margin-top: -528px; padding-bottom: clamp(0px, calc(-30.769vw + 492.31px), 160px) }
.cmshtml .mysection04imginner { width: 54.739% }
.cmshtml .mysection04imginner img { max-width: 100% }
.cmshtml .containermysection05 { margin-top: 64px }
.cmshtml .mysection05img { }
.cmshtml .mysection05img img { width: 55.052%; max-width: 1057px }
.cmshtml .mysection05outer { margin-top: -282px; padding: clamp(40px, calc(1.548vw + 23.29px), 53px) 24px 0; background: url(../img/common_npo/back01.png) center top / 100% repeat-y; position: relative; z-index: 1 }
.cmshtml .mysection05inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end }
.cmshtml .mysection05 { width: 52.666% }
.cmshtml .mysection05 h2 { font-size: clamp(22px, calc(0.476vw + 16.86px), 26px) }
.cmshtml .mysection05text { margin-top: clamp(16px, calc(1.31vw + 1.86px), 27px) }
.cmshtml .mysection05btn { margin-top: 42px; display: flex; column-gap: 18px }
.cmshtml .mysection05btn a { display: inline-block; width: clamp(224px, calc(2.857vw + 193.14px), 248px); text-decoration: none; color: #fff; font-weight: 500; font-size: 17px; background-color: #143ea0; border-radius: 4px; text-align: center; padding: clamp(20px, calc(0.476vw + 14.86px), 24px) 8px; letter-spacing: clamp(1px, calc(0.119vw + -0.29px), 2px); transition: .3s }
.cmshtml .mysection05btn a:hover { opacity: .72 }
.cmshtml .mysection05notice { font-size: 13px; margin-top: 4px; font-weight: 500; color: #000 }
.cmshtml .containermysection06 { background-color: #fff8dc; padding: clamp(80px, calc(33.333vw + -280px), 120px) 24px 64px }
.cmshtml .mysection06outer { max-width: 1125px; margin: 0 auto }
.cmshtml .mysection06logo { text-align: center }
.cmshtml .mysection06logo img { max-width: 281px; width: 24.977% }
.cmshtml .mysection06titleh2 { text-align: center; margin-top: 34px }
.cmshtml .mysection06titleh2 h2 { font-size: clamp(28px, calc(3.333vw + -8px), 32px) }
.cmshtml .mysection06 { margin-top: 32px; display: flex; justify-content: space-between }
.cmshtml .mysection06 > div:nth-of-type(1) { width: 51.022% }
.cmshtml .mysection06 > div:nth-of-type(2) { width: 45.422% }
.cmshtml .mysection06titledl dt { font-weight: 600 !important; font-size: clamp(22px, calc(3.333vw + -14px), 26px) }
.cmshtml .mysection06titledl dd { margin-top: 8px; line-height: 1.9 }
.cmshtml .mysection06text { margin-top: 34px; padding-top: clamp(32px, calc(8.333vw + -58px), 42px); border-top: 1px solid rgb(var(--textcolor)); line-height: 1.9 }
.cmshtml .mysection06btn { margin-top: 42px; display: flex; column-gap: 18px }
.cmshtml .mysection06btn a { display: inline-block; width: clamp(224px, calc(2.857vw + 193.14px), 248px); text-decoration: none; color: #fff; font-weight: 600; font-size: clamp(17px, calc(1.667vw + -1px), 19px); background-color: rgb(var(--basecolor)); border-radius: 4px; text-align: center; padding: clamp(20px, calc(0.476vw + 14.86px), 24px) 8px; letter-spacing: clamp(1px, calc(0.119vw + -0.29px), 2px); transition: .3s }
.cmshtml .mysection06btn a:hover { opacity: .72 }
.cmshtml .mysection06counttitle { margin-top: 75px; text-align: center }
.cmshtml .mysection06counttitle dt { font-weight: 600 !important; font-size: 26px }
.cmshtml .mysection06counttitle dd { margin-top: 8px; line-height: 1.9 }
.cmshtml .mysection06count { margin-top: clamp(48px, calc(13.333vw + -96px), 64px); border: 2px solid rgb(var(--basecolor)); background-color: #fff; border-radius: 6px; display: flex }
.cmshtml .mysection06count > div:nth-of-type(1) { width: 27.921% }
.cmshtml .mysection06count > div:nth-of-type(2) { width: 72.079% }
.cmshtml .mysection06countleft { background-color: rgb(var(--basecolor)); color: #fff; font-size: clamp(26px, calc(3.333vw + -10px), 30px); font-weight: 600; display: flex; justify-content: center; align-items: center }
.cmshtml .mysection06countright { display: flex; justify-content: space-between; align-items: center; padding: 12px 37px 12px 16px }
.cmshtml .mysection06counttext { }
.cmshtml .mysection06counttext dt { font-size: clamp(26px, calc(3.333vw + -10px), 30px); font-weight: 700 !important; line-height: 1.7 }
.cmshtml .mysection06counttext dd { font-size: 14px; font-weight: 600 }
.cmshtml .mysection06countnum { display: flex; justify-content: flex-end; align-items: center; font-weight: 600; font-size: 30px; column-gap: 12px }
.cmshtml .mysection06countnum strong { font-family: 'DSEG7', sans-serif; font-size: 54px }
.cmshtml .mysection06img img { max-width: 100% }
.cmshtml .mysection06video { margin-top: 40px; display: flex; justify-content: space-between }
.cmshtml .mysection06video > div { width: 48% }
.cmshtml .mysection06video iframe { width: 100%; aspect-ratio: 16 / 9 }
.cmshtml .mysection06bottombtn { margin-top: 48px; text-align: center }
.cmshtml .mysection06bottombtn a { display: inline-block; text-decoration: none; color: #fff; background-color: rgb(var(--basecolor)); width: 480px; padding: 8px 34px; font-size: 17px; border-radius: 4px; transition: .3s }
.cmshtml .mysection06bottombtn a:hover { opacity: .72 }
.cmshtml .mysection07 { max-width: 1248px; margin: 80px auto 0; padding: 0 24px; display: flex; justify-content: space-between; align-items: center }
.cmshtml .mysection07 dt { font-size: 26px; font-weight: 600 !important }
.cmshtml .mysection07 dd { font-size: 16px; font-weight: 500; margin-top: 8px }
.cmshtml .mysection07sns { display: flex; column-gap: clamp(16px, calc(6.667vw + -56px), 24px); margin-top: clamp(32px, calc(13.333vw + -112px), 48px) }
.cmshtml .mysection07 img { max-width: 100% }
.cmshtml #containerfooter { margin-top: 64px; background-color: #f2f2f2; padding: 48px 24px }
.cmshtml #containerfooter footer { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start }
.cmshtml .footerphone { font-family: 'Oswald', sans-serif; font-size: 56px; letter-spacing: -2px; line-height: 1.2; margin-top: 12px }
.cmshtml .footerphone i { font-style: normal; font-size: 42px }
.cmshtml .footeraddress { font-size: 17px; margin-top: 11px }
.cmshtml .footerbtn { margin-top: 48px }
.cmshtml .footerbtn a { display: block; text-decoration: none; color: #fff; font-weight: 600; font-size: 20x; padding: 6px; border-radius: 40px; text-align: center; background-color: rgb(var(--basecolor)); transition: .3s }
.cmshtml .footerbtn a:hover { opacity: .72 }
.cmshtml .footernav { display: flex; column-gap: 24px; line-height: 1.2 }
.cmshtml .footernav > div:not(:first-child) { border-left: 1px solid rgb(var(--textcolor)); padding-left: 24px }
.cmshtml .footernav a { text-decoration: none; color: rgb(var(--textcolor)); transition: .3s }
.cmshtml .footernav a:hover { opacity: .72 }
.cmshtml .footernav .footernavparent a { font-weight: 650; font-size: 14px }
.cmshtml .footernav .footernavchild a { padding-left: 15px; font-size: 14px; font-weight: 450 }
.cmshtml .footernav:not(:first-child) { margin-top: 32px }
.cmshtml #footerlink { max-width: 1200px; margin: 54px auto 0; border-top: 1px solid rgb(var(--textcolor)); padding-top: 35px; font-size: 14px }
.cmshtml #footerlink strong { font-weight: 600 }
.cmshtml .footerlink { display: flex; justify-content: space-between; align-items: flex-end }
.cmshtml .footerlinkbtn { display: flex; column-gap: 16px; margin-top: 16px }
.cmshtml .footerlinkbtn a { display: inline-block; text-decoration: none; color: #fff; font-size: 16px; font-weight: 500; background-color: #143ea0; padding: 8px 28px; border-radius: 40px; transition: .3s }
.cmshtml .footerlinkbtn a:hover { opacity: .72 }
.cmshtml #footercopy { color: #fff; padding: 10px 24px; text-align: center; background-color: rgb(var(--basecolor)); font-size: 14px; letter-spacing: 1px }
.cmshtml #sidefixedbtn { position: fixed; top: 152px; right: 0; z-index: 99 }
.cmshtml .sidefixedbtn { position: relative; padding: clamp(8px, calc(0.476vw + 2.86px), 12px) clamp(12px, calc(0.357vw + 8.14px), 15px); border-radius: 4px 0 0 4px }
.cmshtml .sidefixedbtn:nth-child(1) { background-color: #143ea0 }
.cmshtml .sidefixedbtn:nth-child(2) { background-color: #ee9b01 }
.cmshtml .sidefixedbtntext { color: #fff; writing-mode: vertical-rl; font-weight: 500; padding: clamp(8px, calc(1.429vw + -7.43px), 20px) 0 clamp(8px, calc(1.071vw + -3.57px), 17px) clamp(2px, calc(0.476vw + -3.14px), 6px); font-size: clamp(17px, calc(0.238vw + 14.43px), 19px) }
.cmshtml .sidefixedbtn a { transition: .3s }
.cmshtml .sidefixedbtn a:hover { background-color: rgba(255, 255, 255, .16) }
.cmshtml .sidefixedbtn:not(:first-of-type) { margin-top: clamp(16px, calc(0.714vw + 8.29px), 22px) }
.cmshtml .sidefixedbtnicon { width: clamp(24px, calc(0.952vw + 13.71px), 32px); margin: 0 auto }
.cmshtml .sidefixedbtnicon img { max-width: 100% }
.cmshtml :is(button, input[type='submit'], input[type='button']) { padding: 12px 24px }
.cmshtml .largetac { text-align: center }
.cmshtml .mysteps { display: flex; flex-wrap: wrap; row-gap: 42px }
.cmshtml .mysteps > :is(div:nth-of-type(1), div:nth-of-type(3), div:nth-of-type(5), div:nth-of-type(6), div:nth-of-type(8), div:nth-of-type(10), div:nth-of-type(11), div:nth-of-type(13), div:nth-of-type(15)) { width: calc(33.3333% - 28px); border: 3px solid rgb(var(--basecolor)) !important; border-radius: 8px; padding: 16px }
.cmshtml .mysteps > :is(div:nth-of-type(2), div:nth-of-type(4), div:nth-of-type(7), div:nth-of-type(9), div:nth-of-type(12), div:nth-of-type(14)) { width: 42px; display: flex; justify-content: center; align-items: center }
.cmshtml .mystepbox img { max-width: 100%; border-radius: 8px }
.cmshtml .mystepbox > div:nth-of-type(2) { margin-top: 8px }

/* 新着情報 */
.cmshtml .mynewarticles01 .rdnewArticle-item { display: block !important; margin-bottom: 19px !important; padding: 0 0 19px 0 !important; border-bottom: 2px dotted rgba(var(--textcolor), .32) !important }
.cmshtml .mynewarticles01 .rdnewArticle-thumbnail { display: none !important }
.cmshtml .mynewarticles01 .rdnewArticle-contWrap { display: flex }
.cmshtml .mynewarticles01 .rdnewArticle-ContDate { font-size: 1em !important; width: 128px !important; flex-shrink: 0 }
.cmshtml .mynewarticles01 .rdnewArticle-ContTitle { }
.cmshtml .mynewarticles01 .rdnewArticle-ContLink { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .mynewarticles01 .rdnewArticle-item + .rdnewArticle-item { border-top: none !important; padding-top: 0 !important }
.cmshtml .mynewarticles01 a { transition: .3s }
.cmshtml .mynewarticles01 a:hover { opacity: .72 }
.cmshtml .mynewarticles02 .rdnewArticle { display: flex !important; column-gap: 24px !important }
.cmshtml .mynewarticles02 .rdnewArticle-item { display: block !important; margin: 0 !important; padding: 0 !important; width: calc(25% - 18px) !important }
.cmshtml .mynewarticles02 .rdnewArticle-thumbnail { display: block !important; margin: 0 !important }
.cmshtml .mynewarticles02 .rdnewArticle-thumbnail img { max-width: 100% !important }
.cmshtml .mynewarticles02 .rdnewArticle-contWrap { margin-top: 6px }
.cmshtml .mynewarticles02 .rdnewArticle-ContDate { font-size: 1em !important }
.cmshtml .mynewarticles02 .rdnewArticle-ContTitle { }
.cmshtml .mynewarticles02 .rdnewArticle-ContLink { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml .mynewarticles02 .rdnewArticle-item + .rdnewArticle-item { border-top: none !important; padding-top: 0 !important }
.cmshtml .mynewarticles02 a { transition: .3s }
.cmshtml .mynewarticles02 a:hover { opacity: .72 }

/* ブログ */
.cmshtml #myblogframe { max-width: 1128px; margin: 0 auto; display: flex; padding: 0 24px }
.cmshtml #myblogmain { width: calc(100% - 320px) }
.cmshtml #myblogcommon { width: 272px; margin-left: 48px; font-size: 92% }
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)) }
.cmshtml #myblogcommon a:hover { opacity: .8 }
.cmshtml #myblogcommon h4 { background-color: #bbb; color: #fff; font-weight: 400 !important; font-size: 88% !important; padding: 2px 8px; border: none !important }
.cmshtml #myblogcommon h4::after { border-bottom: none !important }
.cmshtml .rdListItem a { text-decoration: none }
.cmshtml .rdListImage { height: 220px; overflow: hidden }
.cmshtml .rdarticleTitle h3 { border-bottom: 3px solid rgb(var(--blogcolor)) !important; font-size: 26px !important }
.cmshtml .rdListItem .rdarticleTitle h3 { font-size: 20px !important }
.cmshtml .rdListCategoryItem { background-color: rgba(0, 0, 0, .64) !important; padding: 2px 8px !important }
.cmshtml .ItemrdListTagListItem { padding: 2px 4px !important; margin-right: 4px !important }
.cmshtml #myblogframe .rdnewArticle-item { padding: 8px 4px !important }
.cmshtml .rdarticlecalendar { font-size: 92%; width: 100% }
.cmshtml .rdRelatedArticles-item { border: 1px solid rgb(var(--bordercolor)); margin: 0 8px 24px; width: calc(33.3333% - 16px) !important }
.cmshtml .rdRelatedArticles-imageWrapper { border: none !important }
.cmshtml .rdRelatedArticles-image { width: 100%; height: 150px !important; object-fit: cover }
.cmshtml .rdRelatedArticles-title a:hover { opacity: .8 }
.cmshtml #myblogframe .rdListExcerpt { font-size: 88% !important }
}

@media (min-width: 1080px) and (max-width: 1200px) {
.cmshtml .mysection01 > div:nth-of-type(1) { width: 160px; text-align: left }
.cmshtml .mysection01 > div:nth-of-type(2) { width: calc(100% - 160px); padding-left: 6.333% }
}

@media (min-width: 1080px) and (max-width: 1360px) {
.cmshtml .dropnav-child a { white-space: normal !important; min-width: 240px }
}

/* ブログ配色 */
.cmshtml #myblogcommon a { text-decoration: none; color: rgb(var(--textcolor)); transition: .3s }
.cmshtml .ItemrdListTagListItem { border: none !important; background: rgb(var(--blogcolor)) !important; border-radius: 4px !important }
.cmshtml :is(.rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { margin-top: 4px !important; padding-top: 4px !important }
.cmshtml .rdCategorylist-link::after { border-color: transparent transparent transparent rgb(var(--blogcolor)) !important }
.cmshtml .rdCategorylist-link:hover { background: rgba(var(--blogcolor), .16) !important }
.cmshtml :is(.rdTaglist-link, .rdTaglist-link::before, .rdTaglist-link::after) { background: none !important }
.cmshtml .rdTaglist-link { border: 2px solid rgba(var(--blogcolor), .4) !important; border-radius: 4px !important; color: rgb(var(--blogcolor)) !important; padding: 2px 4px !important; font-size: 84% !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important; background-color: rgb(var(--blogcolor)) !important }
.cmshtml .rdMonthlyArchive-item::before { border-color: rgb(var(--blogcolor)) !important }
.cmshtml .rdTaglist .rdTaglist-link::before { content: none !important }
.cmshtml .rdTaglist .rdTaglist-link::after { content: none !important }
.cmshtml #myblogcommon .rdYearlyArchive { list-style: none }
.cmshtml #myblogcommon .rdYearlyArchive a { color: #fff }
.cmshtml #myblogcommon .rdYearlyArchive-link { padding: 6px 16px; background-color: rgb(var(--blogcolor)) }
.cmshtml #myblogcommon .rdCalendarTable-link { background-color: rgb(var(--blogcolor)) }
.cmshtml .rdBlogSearch-formInner input { border-radius: 2px }
.cmshtml .rdReadMore { font-size: 88% }
.cmshtml .rdpublishDate { font-size: 88% !important }
.cmshtml :is(.rdarticleTitleText, .rdRelatedArticles-title) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.cmshtml .rdCalendarBody { line-height: 1.3 }
.cmshtml .rdCalendarTable-link { color: #fff !important }
.cmshtml .rdListImageItem { width: 100%; height: 220px !important; object-fit: cover }
.cmshtml .rdListImageEmpty { background-color: #f8f8f8 }
.cmshtml .rdListImageItemDummy { border: none !important }
.cmshtml .rdarticleTitleText a { font-size: 88% !important; color: rgb(var(--textcolor)) }
.cmshtml .rdnewArticle { border: none !important; padding: 0 !important }
.cmshtml #myblogframe :is(.rdnewArticle-item + .rdnewArticle-item, .rdCategorylist-item + .rdCategorylist-item, .rdMonthlyArchive-item + .rdMonthlyArchive-item) { border-top: 1px solid rgb(var(--bordercolor)) !important }
.cmshtml .rdCategorylist-link { padding: 4px !important }
.cmshtml .rdMonthlyArchive-item { padding: 4px 4px 4px 14px !important; margin: 0 4px }
.cmshtml .rdTaglist-link { padding: 2px 4px !important; font-size: 88%; color: rgb(var(--blogcolor)) !important }
.cmshtml .rdTaglist-link:hover { color: #fff !important }
.cmshtml .rdBlogSearch-btn { padding: 0 8px !important; margin-left: 8px; color: #fff !important }
.cmshtml .rdRelatedArticles-title a { color: rgb(var(--textcolor)); text-decoration: none }
.cmshtml .rdRelatedArticles { width: calc(100% + 16px); transform: translateX(-8px) }

/* パンくずリスト */
.cmshtml .rdBreadcrumb { }
.cmshtml .rdBreadcrumbItem { word-spacing: 4px; font-size: 88% }
.cmshtml .rdBreadcrumbItem:first-child::before { font-family: 'Font Awesome 6 Free'; content: '\f0da'; font-weight: 900 }
.cmshtml .rdBreadcrumbArrow { color: #999 }
.cmshtml .rdBreadcrumbLink { text-decoration: none; color: #333 }
.cmshtml .rdBreadcrumbLink:hover { color: #777 }

/* U01スライドショー */
.cmshtml .rdsp-buttons { display: none }

/* U01編集画面用 */
#editView .cmsbody { margin: 0; background-color: #fff; color: rgb(var(--textcolor)); line-height: 1.732; font-size: clamp(17px, calc(1.667vw + -1px), 19px); font-family: 'Noto Sans JP', sans-serif }
#editView :is(#globalnav, #footernav, #mydrawernav) edit { padding: 16px }
#editView #mydrawerhambergerouter { position: static; display: none }
#editView #mydrawer { position: static; overflow-y: visible; opacity: 1; display: block }
#editView #mydrawerinner { width: 100%; transform: translateX(0); overflow-y: auto }
#editView h5 edit { display: inline-block !important }
#editView #containerheader { position: static }
#editView #globalnav a { white-space: normal }
#editView .dropnav-child { visibility: visible; opacity: 1; z-index: 999; position: static }
#editView #mainvisualtextouter { position: static }
#editView #sidefixedbtn { position: static !important }
#editView .sidefixedbtn { display: inline-block }
#editView #pagetitleouter { position: static }
#editView :is(.mysection03outer, .mysection04img, .mysection05outer) { margin-top: 0 }
#editView #smallonlyheader { display: block; background-color: #ef9702; padding: 8px 16px 10px; text-align: center; font-size: 88%; line-height: 1.5 }
#editView #smallonlyheader a { color: #fff; text-decoration: none }
#editView .mysection0301outer > div { display: inline-block !important }
#editView .mysection0301 { float: right; clear: both }
#editView .mysection04imginner { width: 100% }
#editView .mysection05 { float: right; clear: both }
#editView #headerinner { max-width: 1920px }


/* 共通装飾 */
/* 見出し */
.cmshtml .rdplanetitle h2 { font-size: clamp(23px, calc(1.56vw + 17.15px), 34px) !important; font-weight: 600 !important; text-align: center; position: relative; padding-bottom: clamp(14px, calc(0.851vw + 10.81px), 20px) }
.cmshtml .rdplanetitle h2::after { display: block; position: absolute; bottom: 0; left: 34%; content: ''; width: 32%; border-bottom: 4px dotted #f80 }
.cmshtml .rdplanetitle h3 { font-size: clamp(18px, calc(0.851vw + 14.81px), 24px) !important; font-weight: 600 !important; color: #fff; background-color: #f80; border-radius: 4px; padding: 0 16px; text-align: center }
.cmshtml .rdplanetitle h4 { font-size: clamp(18px, calc(0.851vw + 14.81px), 24px) !important; font-weight: 600 !important; border-bottom: 4px solid #eee; position: relative; padding-bottom: 8px; color: #f80 }
.cmshtml .rdplanetitle h4::after { border-bottom: 4px solid #f90; content: ''; position: absolute; bottom: -4px; left: 0; width: 32%; height: 4px }
.cmshtml .rdplanetitle h5 { font-size: clamp(16px, calc(0.567vw + 13.87px), 20px) !important; font-weight: 600 !important; color: #f70; background-color: #fff5cf; border-radius: 4px; padding: 0 16px }
.cmshtml .rdplanetitle h6 { font-size: clamp(16px, calc(0.284vw + 14.94px), 18px) !important; font-weight: 600 !important; background-color: #eee; padding: 0 12px; border: 1px solid #e8e8e8; border-radius: 4px; color: #f80; display: flex; align-items: center }
.cmshtml .rdplanetitle h6::before { content: '●\2002'; font-size: 56% }

@media (max-width: 767px) {
.cmshtml .rdplanetitle h4 { border-bottom-width: 3px }
.cmshtml .rdplanetitle h4::after { border-bottom-width: 3px; bottom: -3px; height: 3px }
.cmshtml .rdplanetitle :is(h3, h4, h5, h6) { line-height: 1.5 }
}

@media (min-width: 768px) and (max-width: 1079px) {
.cmshtml .rdplanetitle h4 { border-bottom-width: 3px }
.cmshtml .rdplanetitle h4::after { border-bottom-width: 3px; bottom: -3px; height: 3px }
.cmshtml .rdplanetitle :is(h3, h4, h5, h6) { line-height: 1.5 }
}

/* 単体エリア・横並びエリア */
@media (max-width: 1079px) {
.cmshtml .box01 { max-width: 100% !important; padding: 0 3% !important }
.cmshtml .flex50 { flex: 0 1 50% !important }
}

/* リンク */
.cmshtml :is(.link01, .link02, .link03, .link04) a { text-decoration: none; transition: .3s; border-radius: 6px }
.cmshtml :is(.link01, .link03) a { display: inline-block; padding: clamp(5px, calc(1.135vw + 0.74px), 13px) clamp(21px, calc(2.27vw + 12.49px), 37px) }
.cmshtml :is(.link02, .link04) a { display: block; text-align: center; padding: clamp(5px, calc(1.135vw + 0.74px), 13px) 16px }
.cmshtml :is(.link01, .link02) a { background-color: rgb(var(--basecolor)); border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: #fff }
.cmshtml :is(.link03, .link04) a { background-color: #fff; border: clamp(2px, calc(0.142vw + 1.47px), 3px) solid rgb(var(--basecolor)); font-weight: 500; color: rgb(var(--basecolor)) }
.cmshtml :is(.link01, .link02) a:hover { opacity: .8; background-color: #fff; color: rgb(var(--basecolor)) }
.cmshtml :is(.link03, .link04) a:hover { opacity: .8; background-color: rgb(var(--basecolor)); color: #fff }
.cmshtml :is(.link01, .link02, .link03, .link04) a::after { font-family: 'Font Awesome 6 Free'; content: '\f105'; font-weight: 900; display: inline-block; margin-left: clamp(16px, calc(1.135vw + 11.74px), 24px) }

/* ボーダーありテーブル */
.cmshtml .tbl01 :is(th, td) { padding: 10px !important; border: 1px solid #ddd !important }
.cmshtml .tbl01 th { background-color: #f1f1f1 !important }
.cmshtml .tbl01 td { background-color: #fff; background-clip: padding-box }

/* force.cssの「PC/SPでは非表示」のviewportサイズを上書き */
@media (max-width: 1079px) {
.cmshtml [data-rdhide="sp"] { display: none !important }
}

@media (min-width: 576px) and (max-width: 1079px) {
.cmshtml [data-rdhide="pc"] { display: block !important }
}

@media (min-width: 1080px) {
.cmshtml [data-rdhide="pc"] { display: none !important }
}

/* ショッピングシステムのfooter装飾 */
.cmshtml main footer { background-color: initial; padding: 0 }

.cmshtml .myfaq { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 0fr; transition: .4s; border: 2px solid #f90; border-radius: 6px }
.cmshtml .myfaq.myfaqopen { grid-template-rows: auto auto }
.cmshtml .myfaqq { position: relative; padding: 6px 32px 6px 40px; cursor: pointer; background-color: #f90; color: #fff; font-weight: 500 }
.cmshtml .myfaqq::before, .cmshtml .myfaqa::before { position: absolute; font-size: 16px; font-family: 'Font Awesome 6 Free'; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 4px; border: none }
.cmshtml .myfaqq::before { top: 10px; left: 8px; content: '\51'; background-color: #fff; color: #f90 }
.cmshtml .myfaqq span { display: block; position: absolute; top: 5px; right: 16px; transition: .4s; color: #fff }
.cmshtml .myfaqa { position: relative; overflow-y: hidden; opacity: 0; transition: 1s }
.cmshtml #wrapper .myfaqa { padding: 2px 24px 0 56px !important }
.cmshtml .myfaqa::before { top: 14px; left: 24px; content: '\41'; background-color: #f69; color: #fff }
.cmshtml .myfaqainner { padding: 8px 0 16px !important }
.cmshtml .myfaq.myfaqopen .myfaqa { opacity: 1 }
.cmshtml .myfaqrotate { transform: rotate(180deg) }
.cmshtml .myfaqstatic { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; transition: .4s; border: 2px solid #f90; border-radius: 6px }
.cmshtml .myfaqqstatic { position: relative; padding: 6px 32px 6px 40px; background-color: #f90; color: #fff; font-weight: 500 }
.cmshtml .myfaqqstatic::before, .cmshtml .myfaqastatic::before { position: absolute; font-size: 16px; font-family: 'Font Awesome 6 Free'; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 4px; border: none }
.cmshtml .myfaqqstatic::before { top: 10px; left: 8px; content: '\51'; background-color: #fff; color: #f90 }
.cmshtml #wrapper .myfaqastatic { position: relative; padding: 10px 24px 16px 56px !important }
.cmshtml .myfaqastatic::before { top: 14px; left: 24px; content: '\41'; background-color: #f69; color: #fff }
.cmshtml .myfaqastatic > div:has(img) { width: 40% !important; max-width: 400px; float: right; clear: both; margin: 8px 0 16px clamp(24px, calc(3.404vw + 11.23px), 48px) !important }
.cmshtml .myfaqastatic > div:has(img) + div { display: inline }
.cmshtml .myfaqastatic img { max-width: 100% }

@media (max-width: 1080px) {
.cmshtml #wrapper :is(.myfaqa, .myfaqastatic) { padding-left: 40px !important }
.cmshtml :is(.myfaqa, .myfaqastatic)::before { left: 8px }
}

#editView .myfaq { grid-template-rows: auto auto }
#editView .myfaqa { opacity: 1 }
#editView .myfaqastatic > div:has(img) + div { display: block }
#editView .myfaqastatic > div:has(img) { float: none }