@charset "utf-8";
/*
Theme Name:CoreEdit child
Theme URI:
Description:WordPressテーマ「CoreEdit」の子テーマです。
Template:coreedit
Author:CoreEdit
Author URI:https://coreedit.jp/
Version:0.0.1
*/

/*
- Common
-------------------*/
html body ol li, 
html body ul li, 
html, body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
    font-weight: normal;
    color: #232323;
}
#wrapper ul,
#wrapper ul li,
html body,
#wrapper .sidebar h2.widget-title a,
#wrapper .sidebar h2.widget-title,
#wrapper main#content > article > header h1, 
body.search #wrapper main#content > header h1, 
body.signle #wrapper main#content > header h1, 
body.archive #wrapper main#content > header h1,
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
    color: #22254C
}
.bg-image img {
    object-position: right top;
}
#wrapper p {
    line-height: 185%;
}
#wrapper a {
    transition: all 0.3s ease;
}
.page #wrapper #content p, .single #wrapper #content p {
    font-size: 16px;
}
/*pr3*/
#wrapper .pr3 h3 {
    padding-left: 70px;
    position: relative;
    margin-bottom: 40px;
}
#wrapper .pr3 .container {
    counter-reset: ce-counter;
}
#wrapper .container > .pr3 {
    counter-increment: ce-counter;
}
#wrapper .container > .pr3 h3:before {
    position: absolute;
    content: counter(ce-counter);
    top: -10px;
    left: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 100%;
    background-color: #436FC0
}
#wrapper .pr3 p a {
    position: relative;
    font-weight: bold;
}
#wrapper .pr3 p a:after {
    position: relative;
    font-family: var(--ce-icon);
    content: "\e941";
    margin-left: 45px;
    font-size: 22px;
    vertical-align: middle;
    top: -1px;
    transition: all 0.3s ease-in;
}
#wrapper .pr3 p a:hover:after {
    margin-left: 50px;
}
#wrapper .pr3 .ce-links a {
    background-color: #587BBC;
    position: relative;
    padding: 15px 45px;
    min-width: 240px;
}
#wrapper .pr3 .ce-links a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    font-size: 22px;
    vertical-align: middle;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}
#wrapper .pr3 .ce-links a:hover:after {
    right: 10px;
}
#wrapper .pr3 p a {
    color: #436FC0;
}
@media only screen and (max-width:1024px) {
    #wrapper .pr3 h3 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 20px;
        padding-left: 50px;
    }
    #wrapper .container > .pr3 h3:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -8px;
    }
}
/*pr3b*/
#wrapper #content .pr3b {
    display: inline-block;
    width: 31.33333%;
    border: 1px solid #CCCCCC;
    margin: 0px;
    padding: 45px 20px 30px 20px;
    border-radius: 11px; 
}
#wrapper #content .pr3b img {
    aspect-ratio: unset;
    width: 93px;
}
#wrapper #content .pr3b:nth-of-type(4) img {
    width: 100px;
}
#wrapper #content .pr3b:nth-of-type(3) img {
    width: 126px;
}
#wrapper #content .container > .pr3b:nth-of-type(3) {
    margin: 0px 3%;
}
#wrapper #content .pr3b .ceit-img {
    text-align: center;
    min-height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wrapper #content .pr3b h3 {
    font-size: 25px;
    letter-spacing: 2px;
}
#wrapper #content .pr3b p {
    padding: 0px 20px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 185%;
}
#wrapper #content .pr3b .ce-links {
    padding-top: 25px;
    width: 100%;
}
#wrapper #content .pr3b .ce-links a {
    background-color: white;
    color: #436FC0;
    font-weight: bold;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}
#wrapper #content .pr3b .ce-links a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    font-size: 22px;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}
#wrapper #content .pr3b .ce-links a:hover:after {
    right: 15px;
}
#wrapper #content .pr3b:nth-of-type(2) .ce-links a {
    background-color: #E5EEFF;
}
#wrapper #content .pr3b .ce-links a:hover {
    background-color: #d0e1ff;
}
/*dl-links*/
#wrapper #content .dl-links img {
    aspect-ratio: unset;
    object-fit: contain;
    max-width: 287px;
}
#wrapper #content #section5 {
    background-color: #FAF7F5;
}
#wrapper #content .dl-links .widget-inner {
    max-width: 850px;
    width: 100%;
    background-color: #FAF7F5;
}
#wrapper #content .dl-links .ceit-img {
    margin-right: 15px;
    width: auto;
}
#wrapper #content .dl-links .ceit-contents {
    flex: 1;
    background-color: white;
    padding: 0px 35px 40px 35px;
    border-radius: 8px;
}
#wrapper #content .dl-links > section {
    display: flex;
    align-items: center;
    justify-content: center;
}
#wrapper #content .dl-links h2 {
    font-size: 18px;
    color: white;
    background-color: #F2D563;
    display: inline-flex;
    align-items: center;
    padding-top: 2px;
    border-radius: 50px;
    box-shadow: 0 5px 5px rgb(0 0 0/0.1);
    margin-bottom: 10px;
    position: relative;
    line-height: 125%;
    height: 50px;
    padding-bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
}
#wrapper #content .dl-links h2:after,
#wrapper #content .dl-links h2:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 17px;
    height: 28px;
    margin-left: 13px;
    margin-right: 7px;
    background-image: url(images/icon1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: unset;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    transform: none;
}
#wrapper #content .dl-links h2:after {
    margin-left: 7px;
    margin-right: 13px;
    transform: scaleX(-1);
}
#wrapper #content .dl-links h2 + div {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    max-width: 369px;
    letter-spacing: 1px;
    margin: -10px auto 20px auto; 
    line-height: 180%;
}
#wrapper #content .dl-links h2 + div span {
    position: relative;
    z-index: 1;
}
#wrapper #content .dl-links h2 + div span:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background-color: #EFE0A4;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
#wrapper #content .dl-links h2 + div span:nth-of-type(1) {
    color: #436FC0;
}
#wrapper #content .dl-links ul,
#wrapper #content .dl-links li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#wrapper #content .dl-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}
#wrapper #content .dl-links ul > li {
    width: 230px;
}
#wrapper #content .dl-links ul > li > a {
    display: flex;
    justify-content: center;
    height: 58px;
    align-items: center;
    background-color: #9F0270;
    border: 1px solid #9F0270;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in;
}
#wrapper #content .dl-links ul > li:nth-of-type(2) > a {
    color: #9F0270;
    background-color: white;
}
#wrapper #content .dl-links ul > li > a:hover {
    background-color: #69034a;
    color: white;
}
#wrapper #content .dl-links ul > li:nth-of-type(2) > a:hover {
    background-color: #f8f4f7;
    color: #9F0270;
}
#wrapper #content #section7 .dl-links .widget-inner {
    max-width: 527px;
}
#wrapper #content .dl-links .widget-inner .ceit-contents {
    box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
    border-radius: 8px;
}
#wrapper #CTA .ceit-text {
    box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
}
@media only screen and (max-width:1024px) {
    #wrapper #content .dl-links .ceit-img {
        margin-right: 0px;
    }
}
/*pr6*/
#wrapper #content .pr6 {
    display: inline-flex;
    width: 48%;
    margin: 15px 1%;
}
#wrapper #content .pr6 > section {
    display: flex;
    align-items: stretch;
    align-content: center;
}
#wrapper .pr6 .ce-links {
    margin: 0px;
}
#wrapper .pr6 .ce-links > a {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: unset;
    line-height: 99999999999px;
    overflow: hidden;
    padding: 0px;
}
#wrapper .pr6 .ceit-inner {
    position: relative;
    border: 1px solid #CCCCCC;
    padding: 25px 85px 25px 15px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}
#wrapper .pr6 .ceit-inner:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    right: 25px;
    width: 23px;
    height: 23px;
    background-color: #436FC0;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}
#wrapper .pr6 img {
    aspect-ratio: unset;
    object-fit: unset;
    width: auto;
}
#wrapper .pr6 .ceit-img {
    width: 105px;
    text-align: center;
    margin: 12px 0px 0px 0px;
}
#wrapper .pr6 .ceit-contents {
    width: calc(100% - 105px);
    padding: 0px;
}
#wrapper .pr6 h3 {
    font-size: 20px;
    color: #22254C;
    letter-spacing: 1px;
}
#wrapper .pr6 p {
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
#wrapper .pr6 .ceit-inner:hover {
    background-color: #E5EEFF;
}
#wrapper .pr6 .ceit-inner,
#wrapper .pr6 .ceit-inner:after {
    transition: all 0.3s ease-in;
}
#wrapper .pr6 .ceit-inner:hover:after {
    right: 15px;
}
#wrapper .pr6 .ce-links > a {
    line-height: 9999999999px;
    display: block;
    overflow: hidden;
}
#wrapper .pr6 .ce-links > a:hover {
    background-color: unset;
}
/*pr6 ex*/
#wrapper #content .pr6.ex {
    max-width: 817px;
    width: 100%;
    height: 100%;
    display: block;
    margin: 50px auto 0px auto;
}
#wrapper #content .pr6.ex header h3,
#wrapper #content .pr6.ex header {
    width: 100%;
    text-align: left;
}
#wrapper #content .pr6.ex .ceit-contents {
    width: 100%;
    text-align: left;
}
#wrapper #content .pr6.ex .ce-links {
    padding: 0px;
}
#wrapper #content .pr6.ex .ceit-inner {
    padding-left: 55px;
}
#wrapper #content .pr6.ex .ceit-inner:not(:hover) {
    background-color: #FAF7F5;
}
/*ex-slide*/
#wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
    padding: 0px 120px;
    max-width: 1090px;
    margin: 20px auto 150px auto !important;
    position: relative;
}
#wrapper #main-wrap #content .ex-slide .CoreEditSlider_wrap {
    position: static;
}
#wrapper #main-wrap #content .ex-slide .CoreEditSlider .ces-a-nav {
    height: calc(100% + 2px);
    width: 100px;
    background-color: white;
}
#wrapper #main-wrap #content .ex-slide .CoreEditSlider.ces-active {
    position: static;
}
#wrapper #main-wrap #content .ex-slide .ces-a-nav > span {
    border-color: #436FC0;
    border-width: 3px;
    width: 20px;
    height: 20px;
}
#wrapper #main-wrap #content .ex-slide .ces-d-nav {
    left: 0px;
}
#wrapper #main-wrap #content .ex-slide .ces-texts.ces-inner {
    top: calc(100% + 80px);
}
#wrapper #main-wrap #content .ex-slide .CoreEditSlider_wrap:before {
    content: none;
}
#wrapper #main-wrap #content .ex-slide .CoreEditSlider.ces-active, 
#wrapper #main-wrap #content .ex-slide .cesi-back img, 
#wrapper #main-wrap #content .ex-slide .cesi-back, 
#wrapper #main-wrap #content .ex-slide .CoreEditSlider .cesi-back img, 
#wrapper #main-wrap #content .ex-slide .CoreEditSlider .ces-item {
    aspect-ratio: 16 / 9;
}
#wrapper #main-wrap #content .ex-slide .cesi-back img, 
#wrapper #main-wrap #content .ex-slide .CoreEditSlider .cesi-back img {
    object-fit: contain;
}
#wrapper #main-wrap #content .ex-slide .cesi-back,
#wrapper #main-wrap #content .ex-slide .CoreEditSlider .cesi-back {
    box-shadow: 0 0 5px rgb(0 0 1 / 0.3);
    margin: 5px 15px 15px 15px;
}
#wrapper #main-wrap #content .ex-slide .ces-d-nav > span:before {
    background-color: rgb(0 0 0 / 0.5);
    border: 2px solid white;
}
#wrapper #main-wrap #content .ex-slide .ces-d-nav > span:hover:before, 
#wrapper #main-wrap #content .ex-slide .ces-d-nav > span.ces-active:before {
    background-color: rgb(0 0 0 / 1);
}
@media only screen and (max-width:1024px) {
    #wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
        padding: 0px 50px;
    }
    #wrapper #main-wrap #content .ex-slide .CoreEditSlider .ces-a-nav {
        width: 50px;
    }
    #wrapper #main-wrap #content .ex-slide .CoreEditSlider .cesi-back img,
    #wrapper #main-wrap #content .ex-slide .CoreEditSlider .ces-item {
        height: auto;
    }
}
@media only screen and (max-width:599px) {
    #wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
        padding: 0px 25px;
    }
    #wrapper #main-wrap #content .ex-slide .CoreEditSlider .ces-a-nav {
        width: 25px;
    }
}

/*
- header
-------------------*/
body #header #sp-menu .celmbw {
    background-image: linear-gradient(105deg, #97D9FF, #FFC7D2);
}
#wrapper div#sp-menu .ce-links a {
    display: flex;
}
html.headerType_2 #header div#search {
    display: none;
}
html.headerType_2 #CoreEdit-pc > div > ul > li > a {
    font-weight: bold;
    transition: all 0.3s ease;
}
html.headerType_2 #CoreEdit-pc > div > ul > li.dm-bt > a {
    background-color: #9F0270;
    color: white;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0px 20px 0px 0px
}
html.headerType_2 #CoreEdit-pc > div > ul > li.dm-bt > a:hover {
    background-color: #69034a;
}
html.headerType_2 #CoreEdit-pc > div > ul > li.dl-bt > a {
    background-color: white;
    color: #9F0270;
    border: 1px solid #9F0270;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0px 15px 0px 0px;
}
html.headerType_2 #CoreEdit-pc > div > ul > li.dl-bt > a:hover {
    background-color: #f8f4f7;
}
#wrapper .cemmaw-full ul,
#wrapper .cemmaw-full ul > li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
#wrapper #header #sp-menu .cemmaw .cemmaw-full {
    margin-top: 45px;
}
#wrapper .cemmaw-full ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
}
#wrapper .cemmaw-full ul > li {
    width: 195px;
}
#wrapper .cemmaw-full ul > li > a {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 25px 0px 15px;
    background-color: #FAF7F5;
    font-size: 16px;
    border-radius: 7px;
    color: #436FC0;
    position: relative;
}
#wrapper .cemmaw-full ul > li > a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #436FC0;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}
#wrapper .cemmaw-full ul > li > a,
#wrapper .cemmaw-full ul > li > a:after {
    transition: all 0.3s ease-in;
}
#wrapper .cemmaw-full ul > li > a:hover {
    background-color: #fff2ea;
}
#wrapper .cemmaw-full ul > li > a:hover:after {
    right: 10px;
}
#wrapper .cemmaw-full .cet-text > p {
    display: none;
}
#wrapper .cemmaw-full > div:nth-of-type(2) ul > li > a:after {
    content: none;
}
#wrapper .cemmaw-full > div:nth-of-type(2) ul > li > a {
    justify-content: center;
    background-color: #9F0270;
    color: white;
    font-weight: bold;
}
#wrapper .cemmaw-full > div:nth-of-type(2) ul > li:nth-of-type(2) > a {
    background-color: white;
    color: #9F0270;
    border: 1px solid #9F0270;;
}
#wrapper .cemmaw-full > div:nth-of-type(2) ul > li > a:hover {
    background-color: #69034a;
}
#wrapper .cemmaw-full > div:nth-of-type(2) ul > li:nth-of-type(2) > a:hover {
    background-color: #f8f4f7;
}
div#sp-menu .ce-links a {
    display: flex;
    max-width: 85%;
    margin: 0px auto;
}
#wrapper #sp-menu .postItems .thumb img {
    width: 73px;
    height: 73px;
}
#wrapper .postItems:has(.thumb) .texts {
    flex: 1;
}
#wrapper #header #sp-menu .cemmaw #CoreEdit-mobile ul ul {
    background-color: white;
}
#wrapper #header #sp-menu .cemmaw #CoreEdit-mobile ul ul > li > a {
    border: none;
    font-weight: normal;
}
#wrapper #header #CoreEdit-mobile li .menu-click-icon:before {
    opacity: 0.6;
}
@media only screen and (max-width: 1299px) {
    #pc-menu {
        display: none !important;
    }
}
@media only screen and (max-width: 1199px) {
    #CoreEdit-pc > div > ul > li > a {
        margin: 0px 10px
    }
}
@media only screen and (max-width: 1199px) {
    #CoreEdit-pc > div > ul > li > a {
        margin: 0px 8px
    }
}
@media only screen and (max-width: 599px) {
    #header #sp-menu .cemmaw > .cemmaw-wrap > .mma {
        margin-bottom: 0px;
    }
    #wrapper #header #sp-menu .cemmaw .cemmaw-full {
        margin-top: 30px;
    }
    #wrapper .cemmaw-full ul {
        justify-content: center;
        margin-bottom: 40px;
    }
    #wrapper .cemmaw-full ul > li {
        width: 85%;
    }
}
/*
- section1
-------------------*/
#wrapper #section1 {
    overflow: hidden;
}
#section1 * {
    text-align: left;
}
#wrapper #section1 > .container {
    flex-direction: column;
    justify-content: flex-start;
}
#wrapper #section1 .CoreEditImgTxt h2 {
    font-size: 18px;
    color: white;
    background-color: #F2D563;
    display: inline-flex;
    align-items: center;
    padding-top: 2px;
    border-radius: 50px;
    box-shadow: 0 5px 5px rgb(0 0 0/0.1);
    margin-bottom: 10px;
    position: relative;
    line-height: 125%;
    height: 50px;
}
#wrapper #section1 .CoreEditImgTxt h2:after,
#wrapper #section1 .CoreEditImgTxt h2:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 17px;
    height: 28px;
    margin-left: 13px;
    margin-right: 7px;
    background-image: url(images/icon1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#wrapper #section1 .CoreEditImgTxt h2:after {
    margin-left: 7px;
    margin-right: 13px;
    transform: scaleX(-1);
}
#wrapper #section1 .CoreEditImgTxt h2 + div {
    font-size: 16px;
    color: #22254C;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    z-index: 1;
}
#wrapper #section1 .CoreEditImgTxt h2 + div:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background-color: #EFE0A4;
    top: auto;
    bottom: 0px;
    z-index: -1;
}
#section1 .widget_coreeditimgtxt:has(.s4) img {
    object-fit: contain;
    aspect-ratio: unset;
}
#section1 .widget_coreeditimgtxt:has(.s4) figure {
    border: none;
    width: 469px;
    max-width: 100%;
}
#section1 #coreedittxt-2 p {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
    letter-spacing: 1px;
    width: 550px;
    max-width: 100%;
}
#section1 .widget_coreeditimgtxt:has(.s4) .ceit-inner {
    margin: 0px;
}
#wrapper #section1 {
    background-color: #FAF7F5 !important;
}
#wrapper #section1 .widget {
    background-image: linear-gradient(to right, #FAF7F5 0% 75%, transparent);
}
#wrapper #section1 > .container > * {
    margin-bottom: 0px !important;
}
#wrapper #section1 .widget:not(:last-child) {
    padding-bottom: 20px;
}
#wrapper #section1 .widget:nth-of-type(2) {
    padding-bottom: 35px;
}
#section1 #coreedittxt-3 > section  {
    background-color: white;
    border-radius: 8px;
    padding: 25px 20px;
    margin: 0px;
    width: 537px;
    max-width: 100%;
    box-shadow: 0 3px 8px rgb(0 0 0/0.1);
}
#section1 #coreedittxt-3 h2 {
    font-size: 25px;
    text-align: center;
    width: 368px;
    max-width: 100%;
    margin: 0px auto;
    letter-spacing: 1px;
    color: #22254C;
}
#section1 #coreedittxt-3 .ce-links {
    margin-top: 20px;
}
#section1 #coreedittxt-3 .ce-links a {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: #9F0270
}
#section1 #coreedittxt-3 .ce-links a:hover {
    background-color: #69034a;
}
#section1 #coreedittxt-3 h2 span {
    position: relative;
    z-index: 1;
}
#section1 #coreedittxt-3 h2 span:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background-color: #EFE0A4;
    top: auto;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
div#section1 {
    position: relative;
    z-index: 1;;
}
div#section1:before {
    position: absolute;
    content: "";
    display: block;
    width: 763px;
    max-width: 100%;
    height: 100%;
    background-image: url(images/s1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
div#section1 canvas#canvas {
    position: absolute;
    z-index: -2;
    left: auto;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
    height: 100%;
}
#wrapper #content #section1 ul,
#wrapper #content #section1 li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#wrapper #content #section1 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}
#wrapper #content #section1 ul > li {
    width: 230px;
}
#wrapper #content #section1 ul > li > a {
    display: flex;
    justify-content: center;
    height: 58px;
    align-items: center;
    background-color: #9F0270;
    border: 1px solid #9F0270;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in;
}
#wrapper #content #section1 ul > li:nth-of-type(2) > a {
    color: #9F0270;
    background-color: white;
}
#wrapper #content #section1 ul > li > a:hover {
    background-color: #69034a;
    color: white;
}
#wrapper #content #section1 ul > li:nth-of-type(2) > a:hover {
    background-color: #f8f4f7;
    color: #9F0270;
}
@media(min-width:1025px){
    #wrapper #section1 .widget {
        width: 50%;
        display: block;
    }
}
@media(max-width:599px){
    div#section1:before {
        top: 70%;
        width: 100%;
        left: 0px;
        opacity: 0.8;
    }
    #wrapper #section1 .widget {
        background-image: unset;
    }
    #wrapper #section1 .CoreEditImgTxt h2 + div {
        font-size: 13px;
        letter-spacing: 0px;
    }
    #wrapper #section1 .CoreEditImgTxt h2 {
        font-size: 14px;
    }
    #section1 #coreedittxt-3 h2 {
        font-size: 15px;
    }
    #section1 #coreedittxt-3 .ce-links a {
        font-size: 13px;
    }
    div#section1 canvas#canvas {
        width: 100%;
        left: 0px;
        max-width: 100%;
        height: 100%;
    }
    #wrapper #content #section1 ul > li {
        max-width: 100%;
        width: 100%;
    }
    #wrapper #content #section1 ul {
        flex-wrap: wrap;
    }
    #wrapper #section1 .CoreEditImgTxt h2 + div {
        font-size: 3.2vw;
    }
    #section1 #coreedittxt-3 h2 {
        font-size: 4.5vw;
    }
}
/*
- section2
-------------------*/
#wrapper div#section2 {
    padding-bottom: 0px;
}
/*
- section3
-------------------*/
#section3.c1 > .container > *:not(:nth-of-type(2)) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #CCCCCC
}
.ce-section.c1 .CoreEditImgTxt.s2 .ceit-inner .ceit-img img, 
.ce-section.c1 .CoreEditImgTxt.s3 .ceit-inner .ceit-img img {
    aspect-ratio: 16/11.5;
}
#section3.c1 > .container > *:last-child{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
@media only screen and (max-width:599px) {
    #section3 {
        padding-bottom: 0px !important; 
    }
}
/*
- section4
-------------------*/
#wrapper .bt a,
#section4 .cet-text p a {
    display: flex;
    width: 483px;
    margin:70px auto 0px auto;
    height: 56px;
    justify-content: center;
    align-items: center;
    background-color: #436FC0;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    position: relative;
    padding: 0px 40px;
    transition: all 0.3s ease-in;
}
#wrapper .bt a:hover,
#section4 .cet-text p a:hover {
    background-color: #345796;
}
#wrapper .bt a:after,
#section4 .cet-text p a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    font-size: 22px;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}
#wrapper .bt a:hover:after,
#section4 .cet-text p a:hover:after {
    right: 15px;
}
/*
- section7
-------------------*/
#content #section7 .dl-links {
    margin-top: 100px;
}
#wrapper #section7 .ce-links a {
    width: 100%;
    max-width: 487px;
}
#wrapper #main-wrap #content #section7 .ex-slide.widget_coreeditslider {
    margin-bottom: 250px !important;
}
#content #section7 .dl-links {
    margin-top: 0px;
    margin-bottom: 30px !important;
}
@media only screen and (max-width:599px) {
    #wrapper #main-wrap #content #section7 .ex-slide.widget_coreeditslider {
        margin-bottom: 150px !important;
    }
    #wrapper #section7 .ce-links {
        margin-top: -40px;
    }
    #content #section7 .dl-links {
        margin-top: 0px;
        margin-bottom: 20px !important;
    }
}

/*
- section8
-------------------*/
#wrapper #section8 .widget_coreeditpost {
    max-width: 751px;
    margin: 0px auto;
}
.postItems:first-child {
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
}

/*
- home h2
-------------------*/
body.home [id^="section"]:not(#section1) h2 {
    position: relative;
    padding-bottom: 20px;
    color: #22254C;
    font-size: 40px;
}
body.home [id^="section"]:not(#section1) h2:before {
    position: absolute;
    content: "";
    width: 87px;
    height: 9px;
    background-color: #EFE0A4;
    left: 50%;
    top: 100%;
    transform:translateX(-50%);
}
body.home [id^="section"]:not(#section1) .CoreEditTxt.s1 {
    max-width: 877px;
}

/*
- multi
-------------------*/
body.home [id^="section"]:not(#section1) h2 {
    margin-bottom: 50px;
}
#wrapper #CTA,
#wrapper #main-wrap #content #section7 .ex-slide .CoreEditSlider .ces-a-nav,
#wrapper div#section7 {
    background-color: #FAF7F5 !important;
}
body.home [id^="section"]:not(#section1) h3 {
    color: #22254C
}
body.home [id^="section"]:not(#section1) p {
    color: #22254C;
}
/*
- ce links
-------------------*/
#wrapper .ce-links a {
    background-color: #436FC0;
    position: relative;
    padding: 0px 40px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
#wrapper .ce-links a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    font-size: 22px;
    vertical-align: middle;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}
#wrapper .ce-links a:hover {
    background-color: #345796;
}
#wrapper .ce-links a:hover:after {
    right: 10px;
}
/*
- CTA
-------------------*/
#wrapper #CTA .ceit-inner {
    background-color: unset;
    padding: 0px;
}
#wrapper #CTA .ceit-inner .ceit-img img {
    aspect-ratio: unset;
}
#wrapper #CTA .ceit-contents {
    padding: 0px;
    max-width: 566px;
    width: 100%;
}
#CTA .ceit-inner .ceit-img {
    flex: 1;
    max-width: 600px;
    margin: 0px auto;
}
#wrapper #CTA .ceit-text {
    background-color: white;
    padding: 50px 30px 30px 30px;
    border-radius: 8px;
}
#wrapper #CTA h2 {
    font-size: 60px;
    color: #22254C;
}
#wrapper #CTA .ceit-contents p:first-child {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 0px 20px 0px;
}
#wrapper #CTA .ceit-contents p:first-child strong {
    color: #DB1D5D;
    position: relative;
    z-index: 1;
}
#wrapper #CTA .ceit-contents p:first-child strong:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background-color: #EFE0A4;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
#wrapper #CTA .ceit-contents ul,
#wrapper #CTA .ceit-contents li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#wrapper #CTA .ceit-contents ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}
#wrapper #CTA .ceit-contents ul > li {
    width: 50%;
}
#wrapper #CTA .ceit-contents ul > li > a {
    display: flex;
    justify-content: center;
    height: 58px;
    align-items: center;
    background-color: #FFB011;
    border: 1px solid #FFB011;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in;
}
#wrapper #CTA .ceit-contents ul > li:nth-of-type(2) > a {
    color: #FFB011;
    background-color: white;
}
#wrapper #CTA .ceit-contents ul > li > a:hover {
    background-color: #d49109;
    color: white;
}
#wrapper #CTA .ceit-contents ul > li:nth-of-type(2) > a:hover {
    background-color: #fbf9f1;
    color: #FFB011;
}
#wrapper #CTA .ceit-contents p:last-child {
    font-size: 16px;
    padding-left: 80px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 35px 0px 0px 0px;
}
#wrapper div#CTA:before {
    content: none;
}
#wrapper #CTA .ceit-contents p:last-child {
    position: relative;
}
#wrapper #CTA .ceit-contents p:last-child:before {
    position: absolute;
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background-image: url(images/face.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    top: -10px;
}
#wrapper #CTA .ceit-contents p:last-child {
    line-height: 135%;
}
@media only screen and (max-width:1024px) {
    #wrapper #CTA h2 {
        margin-top: 20px;
    }
    #wrapper #CTA .ceit-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #wrapper #CTA .ceit-contents {
        order: 2;
    }
}
@media only screen and (max-width:599px) {
    #wrapper #CTA h2 {
        font-size: 36px;
        max-width: 330px;
    }
    #wrapper #CTA .ceit-contents p:first-child {
        font-size: 20px;
    }
    #wrapper #CTA .ceit-text {
        padding: 20px;
    }
    #wrapper #CTA .ceit-contents ul {
        flex-wrap: wrap;
    }
    #wrapper #CTA .ceit-contents ul > li {
        width: 100%;
    }
}
/*
- footer
-------------------*/
#wrapper #copyright {
    margin-top: 35px;
}
body #footer .mdd > li .menu-click-icon {
    border: none;
}
@media only screen and (min-width:1025px) {
    #wrapper footer#footer .widget {
        width: auto;
    }
    #wrapper footer#footer .widget:first-child {
        width: calc(100% - 650px);
        max-width: 326px;
    }
    #wrapper footer#footer .widget.widget_coreeditwpnav {
        flex: 1;
        width: 100%;
    }
    #f-content .mdd {
        justify-self: flex-end;
    }
}


/*
- paypal
-------------------*/
#wrapper .pp-BSPRH4GSJG9CU {
    text-align: center;
    border: none;
    border-radius: 0.25rem;
    min-width: 11.625rem;
    padding: 0 2rem;
    height: 2.625rem;
    font-weight: bold;
    background-color: #FFD140;
    color: #000000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor: pointer;
    margin-top: 0px;
}
.wp-block-columns.center .wp-block-column:has(.pp-BSPRH4GSJG9CU) {
    display: flex;
    justify-content: center
}

/*
- multi
-------------------*/
a.postLink {
    color: #436FC0;
}
body.home a.postLink {
    color: #22254C;
}
#wrapper #content > [id^="section"]:nth-of-type(odd) {
    background-color: white;
}
#wrapper .postItems .thumb {
    border: none;
    border-radius: 14px;
}
.single #wrapper h1,
.page #wrapper h2 {
    position: relative;
}
.single #wrapper h1:before,
.page #wrapper h2:before {
    position: absolute;
    left: -25px;
    height: 100%;
    width: 10px;
    display: block;
    content: "";
    background-color: #436FC0;
    border-radius: 2px;
}
#wrapper .sidebar h2:before,
#wrapper #CTA h2:before {
    content: none;
}
#wrapper #footer .mdd > li {
    margin: 0px 20px;
}
@media only screen and (min-width:600px) {
    #wrapper .postItems .thumb img {
        width: 103px;
        height: 103px;
    }
}
@media only screen and (max-width: 1024px) {
    #wrapper #content .pr3b {
        display: block;
        width: 100%;
        max-width: 650px;
    }
    #wrapper #content .pr3b .ce-links a {
        padding: 0px 40px;
        line-height: 130%;
    }
    #section4 .cet-text p a {
        max-width: 100%;
        margin-top: 0px;
    }
    #section4 .cet-text p:has(a) {
        margin-top: 0px;
    }
    #wrapper #content .dl-links .widget-inner {
        width: 100%;
    }
    #wrapper #content .dl-links .ceit-img {
        text-align: center;
        margin-bottom: 30px;
    }
    #wrapper #content .pr6.ex,
    #wrapper #content .pr6 {
        width: 100%;
        max-width:650px;

    }
    #wrapper #content .pr6 > section {
        flex: 1;
    }
    #wrapper .pr6.ex .ceit-inner,
    #wrapper .pr6 .ceit-inner {
        width: 100%;
    }
    body.home [id^="section"]:not(#section1) h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:599px) {
    body.home [id^="section"]:not(#section1) h2 {
        margin-bottom: 0px;
    }
    #wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
        margin-top: 0px !important;
    }
    body.home [id^="section"]:not(#section1) h2 {
        font-size: 22px;
    }
    #wrapper #content .dl-links ul > li {
        max-width: 100%;
        width: 100%;
    }
    #wrapper #content .dl-links ul {
        flex-wrap: wrap;
    }
    #wrapper #content .dl-links h2 + div {
        font-size: 20px;
        line-height: 130%;
    }
    #wrapper #content .dl-links h2 {
        text-align: center;
    }
    #wrapper #content .pr6 .ceit-inner,
    #wrapper #content .pr6.ex .ceit-inner {
        flex-wrap: wrap;
        padding: 20px 20px 40px 20px;
    }
    #wrapper #content .pr6 .ceit-inner > *:not(.ceit-links),
    #wrapper #content .pr6.ex .ceit-inner > *:not(.ceit-links) {
        display: block;
        width: 100%;
    }
    #content .CoreEditImgTxt .ceit-inner .ceit-img {
        margin: 0px auto 5px 0px;
        text-align: left;
    }
    #wrapper .pr6 .ceit-inner:after {
        right: 20px;
        bottom: 5px;
        top: auto;
    }
    #wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
        max-width: 100%;
    }
    #wrapper #main-wrap #content .ex-slide .ces-a-nav > span {
        height: 13px;
        width: 13px;
    }
    #wrapper .pr3 p a,
    #wrapper .ce-links a,
    #wrapper #content .pr3b .ce-links a,
    #section4 .cet-text p a,
    #wrapper .pr3 .ce-links a,
    #wrapper #section7 .ce-links a,
    #wrapper #CTA .ceit-contents ul > li > a,
    #wrapper #content .dl-links ul > li > a,
    #wrapper #content #section1 ul > li > a {
        height: 9vw;
        min-height: 45px;
        font-size: clamp(15px,3vw,24px);
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: 310px;
        width: 100%;
        margin: 0px auto;
        border-width: 2px;
    }
    #wrapper .pr3 p a {
        border: 2px solid #587BBC;
        display: flex;
        margin: 0px auto 0px 0px;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }
    #wrapper .pr3 p a:after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    #wrapper .pr3 p a:hover:after {
        right: 10px;
    }
    #wrapper #content .pr3b h3 {
        font-size: clamp(18px,4vw,32px);
    }
    #wrapper .container > .pr3 h3:before {
        width: 6.5vw;
        height: 6.5vw;
        font-size: 3vw;
        line-height: 6.5vw;
        top: 50%;
        transform: translateY(-50%);
    }
    #wrapper .pr3 h3 {
        padding-left: 9vw;
    }
    #wrapper #CTA .ceit-contents ul > li > a {
        margin: 0px;
    }
    #wrapper #CTA .ceit-contents ul {
        gap: 10px;
    }
    #wrapper #content .pr3b .ceit-img {
        margin: 0px auto;
    }
    #wrapper #main-wrap #content .ex-slide .CoreEditSlider .ces-a-nav {
        width: 15px;
    }
    #wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
        padding: 0px 15px;
    }
    #wrapper #main-wrap #content .ex-slide .cesi-back, #wrapper #main-wrap #content .ex-slide .CoreEditSlider .cesi-back {
        margin: 5px;
    }
    #wrapper .ce-links {
        margin-top: 15px;
    }
    div#section1 canvas#canvas {
        opacity: 0.2;
    }
}

/*
- page 特殊
-------------------*/
body:not(.home) #wrapper #content .pr6.ex .ceit-inner:hover {
    background-color: #faf7f5;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-inner:after {
    content: none;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-inner {
    padding: 40px 50px;
    width: 100%;
}
body:not(.home) #wrapper #content .pr6.ex {
    max-width: 100%;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 150px;
}
#wrapper #content div[id^="section-page-"]  .dl-links  {
    margin: 100px auto 
}
#wrapper #content div[id^="section-page-"] .dl-links .widget-inner {
    border-radius: 22px;
}
body:not(.home) #wrapper #content .pr6.ex > section {
    width: 100%;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-text {
    width: 100%;
}
body:not(.home) #wrapper #content .pr6.ex header h3 {
    font-size: 20px;
    color: #436FC0;
}
.page #content p, .single #content p {
    font-size: 16px;
}
body:not(.home) #wrapper #content .cet-title h2 {
    font-size: 30px;
    color: #22254C;
    padding: 10px 0px 10px 30px;
    position: relative;
    margin-bottom: 80px;
    text-align: left;
}
body:not(.home) #wrapper #content .CoreEditTxt {
    width: 100%;
    max-width: 100%;
}
body:not(.home) #wrapper #content .cet-title h2:before{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #436FC0;
    border-radius: 2px;
    left: 0px;
    top: 0px;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-contents p {
    margin: 5px 0px 20px 0px;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-contents ul,
body:not(.home) #wrapper #content .pr6.ex .ceit-contents li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-contents li a {
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    color: #436FC0;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-contents li a:after {
    position: relative;
    font-family: var(--ce-icon);
    content: "\e941";
    margin-left: 45px;
    font-size: 22px;
    vertical-align: middle;
    top: -1px;
    transition: all 0.3s ease-in;
}
body:not(.home) #wrapper #content .pr6.ex .ceit-contents li a:hover:after {
    margin-left: 50px;
} 
#wrapper #content div[id^="section-page-"] > .pr3b {
     margin-left: auto;
    margin-right: auto;
}
#wrapper #content div[id^="section-page-"] {
    max-width: 100%;
    width: 100%;
}
#wrapper #content div[id^="section-page-"]:not(:first-child) {
    margin-top: 100px;
}
#wrapper #content .container:has(div[id^="section-page-"]) {
    max-width: 1190px;
}
#wrapper #content div[id^="section-page-"] > * {
    max-width: 1090px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#wrapper #content div[id^="section-page-"] .dl-links .widget-inner {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction:row;
    padding: 100px;
}
#wrapper #content div[id^="section-page-"]  .dl-links .ceit-contents {
    margin-left: 20px;
}
#wrapper #content div[id^="section-page-"]  .dl-links header {
    position: relative;
}
#wrapper #content div[id^="section-page-"]  .dl-links h2 {
    left: 37.5%;
}
body:not(.home) #wrapper #content div[id^="section-page-"] .dl-links .ceit-contents {
    position: relative;
}
body:not(.home) #wrapper #content div[id^="section-page-"] .dl-links h2 {
    left: 50%;
    position: absolute;
    width: 258px;
    max-width: 100%;
}
body:not(.home) #wrapper #content div[id^="section-page-"]  .dl-links h2 + div {
    margin: 50px auto 20px auto;
}
body:not(.home) #wrapper .pr3 h3 {
    padding-left: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #436FC0;
    margin-top: 0px;
}
body:not(.home) #wrapper #content .pr3b p {
    font-size: 16px;
}
.wp-block-image.has-custom-border img {
    border-style: solid;
}
#wrapper .pr6 .ce-links > a:after {
    content: none;
}
@media only screen and (min-width:1025px) {
    div#section-page-theme2 {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    div#section-page-theme2 > * {
        display: block;
        width: 100%;
    }
    #wrapper #content div[id^="section-page-"] > .pr3b {
        display: inline-block;
        width: 31.3333333%;
    }
    #wrapper #content div[id^="section-page-"] > .pr3b:nth-of-type(3) {
        margin: 0px 3%;
    }
    #wrapper #content div[id^="section-page-"] > .pr3 {
        margin: 60px auto 0px auto;
    }
    #wrapper #content div[id^="section-page-"] > .pr3 .ceit-img {
        width: 35%;
    }
    #wrapper #content div[id^="section-page-"] > .pr3 .ceit-contents {
        width: 65%;
    }
}
@media only screen and (max-width:1024px) {
    #wrapper #content div[id^="section-page-"] > * {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    #wrapper #content div[id^="section-page-"] .dl-links .widget-inner {
        padding: 20px;
        flex-direction: column;
    }
     #wrapper #content div[id^="section-page-"] > .pr3b:nth-of-type(3) {
         margin: 20px auto;
     }
    body:not(.home) #wrapper #content .cet-title h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    body:not(.home)  #wrapper #main-wrap #content .ex-slide.widget_coreeditslider {
        margin-bottom: 40px !important;
    }
    body:not(.home) #wrapper .widget_coreeditimgtxt.s-pege-theme {
        margin-bottom: 0px;
    }
    body:not(.home) #wrapper div[id^="section-page-"] .bt p a {
        margin-top: 40px;
    }
    body:not(.home) #wrapper #content .pr6.ex {
        max-width: 650px;
        margin: 70px auto 50px auto;
    }
    body:not(.home) #wrapper #content .pr6.ex .ceit-inner {
        padding: 20px 25px;
    }
    body:not(.home) #wrapper #content div[id^="section-page-"] .dl-links .ceit-contents {
        padding: 0px 20px 30px 20px;
        margin: 0px;
    }
    body:not(.home) #wrapper #content div[id^="section-page-"] .dl-links {
        margin-bottom: 20px;
    }
    body:not(.home) #wrapper .pr3 h3 {
        margin-top: 20px;
    }
}
@media only screen and (max-width:599px) {
    body:not(.home) #wrapper #content div[id^="section-page-"] > .bt a {
        width: 100%;
    }
}

/*
- sidebar
-------------------*/
#wrapper .sidebar ul,
#wrapper .sidebar li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#wrapper .sidebar ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#wrapper .sidebar li a {
    padding: 10px 35px 10px 15px;
    display: block;
    background-color: #FAF7F5;
    border-radius: 7px;
    color: #436FC0;
    position: relative;
}
#wrapper .sidebar li a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    right: 15px;
    font-size: 13px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: flex;
    top: 50%;
    padding-top: 1.2px;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    background-color: #436FC0;
    color: white;
    border-radius: 100%;
    
}
#wrapper .sidebar li a:after,
#wrapper .sidebar li a {
    transition: all 0.3s ease-in;
}
#wrapper .sidebar li a:hover {
    background-color: #fcf1ea;
}
#wrapper .sidebar li a:hover:after {
    right: 10px;
}
#wrapper .sidebar li > span.menu-click-icon {
    top: 9px;
    right: 6px;
}
#wrapper .sidebar .dd .children {
    background-color: unset;
    gap: 0px;
}
#wrapper .sidebar .dd .children a {
    padding-left: 15px;
    border-left: none;
}
#wrapper .sidebar .dd li {
    margin: 0px;
}

/*
- 使い方
-------------------*/
.wp-block-columns.used .wp-block-column {
    border: 1px solid #CCCCCC;
    padding: 20px 30px;
    border-radius: 10px;
}
.wp-block-columns.used + .wp-block-columns.used {
    margin-top: 25px;
}
.wp-block-columns.used .wp-block-column h3,
.wp-block-columns.used .wp-block-column h3 a {
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    color: #22254C;
}
.wp-block-columns.used .wp-block-column h3 a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background-color: #436FC0;
    color: white;
    top: 1px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}
.wp-block-columns.used .wp-block-column h3 a:hover:after {
    right: -5px;
}
.wp-block-columns.used .wp-block-column li,
.wp-block-columns.used .wp-block-column ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.wp-block-columns.used .wp-block-column li {
    padding: 5px 0px 5px 8px;
}
.wp-block-columns.used .wp-block-column h3 a {
    padding-right: 30px;
}


/*
- ダウンロード
-------------------*/
ul.wp-block-list.list-bt,
ul.wp-block-list.list-bt li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: unset !important;
}
ul.wp-block-list.list-bt {
    display: flex;
    gap: 20px;
}
ul.wp-block-list.list-bt.s-fix {
    margin-top: 30px;
}
ul.wp-block-list.list-bt.s-fix li:nth-of-type(2) a {
    background-color: white;
    color: #9F0270;
    border: 1px solid #9F0270;
} 
ul.wp-block-list.list-bt.s-fix li a strong {
    display: inline-block;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: normal;
    margin-left: clamp(16px,3vw,48px);
}
ul.wp-block-list.list-bt li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    min-height: 56px;
    background-color: #9F0270;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}
ul.wp-block-list.list-bt li a:hover {
    background-color: #69034a;
}
ul.wp-block-list.list-bt.s-fix li:nth-of-type(2) a:hover {
    background-color: #f8f4f7;
}
ul.wp-block-list.list-bt.yellow li a {
    background-color: #FFD140;
    color: #474d9d;
    border: 2px solid #FFD140;
}
ul.wp-block-list.list-bt.yellow li a:hover {
    background-color: #f7e199;
}
.wp-block-columns.center .wp-block-column {
    align-self: center;
    text-align: left;
}
#wrapper .wp-block-columns.center h3 {
    font-size: 20px;
    color: #436FC0;
}
#wrapper .wp-block-columns.center.sc {
    max-width: 714px;
    margin: 35px auto 45px auto;
    background-color: #FAF7F5;
    padding: 20px;
    border-radius: 6px;
}
#wrapper .wp-block-columns.center em {
    font-size: 45px;
    font-style: unset;
    font-weight: bold;
    color: #22254C;
}
#wrapper .wp-block-columns.center h3 {
    text-align: center;
}
#wrapper .wp-block-columns.center.sc p {
    text-align: center;
}
#wrapper .wp-block-columns.center.sc .list-bt.yellow {
    justify-self: center;
}
@media only screen and (min-width: 782px) {
    #wrapper .wp-block-columns.center.sc {
        margin-top: 80px;
        margin-bottom: 100px;
    }
    #wrapper .wp-block-columns.center.sc {
        padding: 50px;
    }
    #wrapper .wp-block-columns.center.sc h3 {
        text-align: right;
    }
    #wrapper .wp-block-columns.center.sc p {
        text-align: right;
    }
}
@media only screen and (max-width: 599px) {
    ul.wp-block-list.list-bt li {
        width: 100%;
        text-align: center;
    }
    ul.wp-block-list.list-bt {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.wp-block-list.list-bt li a {
        max-width: 250px;
        width: 100%;
    }
}


/*
- list-item
-------------------*/
.wp-block-columns.list-item > div p {
    position: relative;
}
.wp-block-columns.list-item > div p:before {
    position: relative;
    font-family: var(--ce-icon);
    content: "\e941";
    width: 16px;
    height: 16px;
    background-color: #436FC0;
    color: white;
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
    margin-right: 15px;
}

/*
- publish-list
-------------------*/
#wrapper ul.publish-list li,
#wrapper ul.publish-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 20px;
    font-weight: bold;
}
#wrapper ul.publish-list {
    display: block;
    max-width: 520px;
}
#wrapper ul.publish-list li {
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 45px;
}
#wrapper ul.publish-list li:after {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: calc(100% + 14px);
    color: #436FC0;
    font-family: var(--ce-icon);
    content: "\e941";
    transform: rotate(90deg);
}
#wrapper ul.publish-list li:last-child:after {
    content: unset;
}
#wrapper ul.publish-list li {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
@media only screen and (max-width:599px) {
    #wrapper ul.publish-list li {
        font-size: 16px;
    }
}

.page-template-page-custom1 .main {
    width: 100%;
}

/*
- blue-bt
-------------------*/
.blue-bt a {
    display: block;
    max-width: 485px;
    text-align: center;
    font-weight: bold;
    background-color: #436FC0;
    border-radius: 6px;
    padding: 13px 50px;
    position: relative;
    color: white;
    margin: 30px 0px 70px 0px;
}
.blue-bt a:after {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}
.blue-bt a:hover {
    background-color: #345796;
}
.blue-bt a:hover:after {
    right: 25px;
}

/*
- yellow bt (y-bt)
-------------------*/
.y-bt a {
    display: block;
    max-width: 240px;
    text-align: center;
    font-weight: bold;
    background-color: #FFB011;
    border-radius: 6px;
    padding: 13px 10px;
    position: relative;
    color: white;
    margin: 30px 0px 0px 0px !important;
}
.y-bt a:hover {
    background-color: #d49109;
}
.y-bt {
    margin: 30px 0px 5px 0px;
}
.y-bt + p {
    margin-top: 0px;
    font-weight: bold;
}

/*
- title container (breadcrumb)
-------------------*/
#wrapper #content .title-container .breadcrumb,
#wrapper #content .title-container .entry-title {
    text-align: center;
    justify-self: center;
}
#wrapper #content .title-container .entry-title {
    position: relative;
    margin-bottom: 35px;
}
#wrapper #content .title-container .entry-title:before {
    position: absolute;
    content: "";
    display: block;
    width: 87px;
    height: 9px;
    background-color: #EFE0A4;
    left: 50%;
    top: calc(100% + 12px);
    transform: translateX(-50%);
}
#wrapper header.title-container,
#wrapper article.hentry > header.title-container {
    background-color: #FAF7F5;
}
.single #wrapper .main > *:first-child, 
.page #wrapper .main > *:first-child {
    margin-top: 0px;
}


/*
- single navigation
---------------------------*/
#wrapper .post-navigation .nav-links > * > a {
    text-align: left;
    border-radius: 6px;
    padding: 20px 40px;
    font-weight: bold;
    color: #436FC0;
    background-color: #FAF7F5;
    position: relative;
}
#wrapper .post-navigation .nav-links > * > a:hover {
    background-color: #fcf1ea;
}
#wrapper .post-navigation .nav-links > * > a:before {
    position: absolute;
    font-family: var(--ce-icon);
    content: "\e941";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #436FC0;
    color: white;
    line-height: 16px;
    border-radius: 100%;
    font-size: 13px;
    text-align: center;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
}
#wrapper .post-navigation .nav-links > .nav-next a:before {
    left: auto;
    right: 15px;
    transform: translateY(-50%) rotate(0deg);
}


/*
- お問い合わせ
---------------------------*/
body.page-id-14 #wrapper h2:before {
    content: none;
}
body.page-id-14 #wrapper h2 {
    font-size: 20px;
    color: #436FC0;
}
body #wrapper .wpcf7 {
    margin-top: 50px;
    text-align: left;
    max-width: 407px;
    margin: 50px auto 0px auto;
}
body #wrapper .wpcf7 * {
     font-size: 16px;
}
body #wrapper .wpcf7 label {
    font-weight: bold;
}
body #wrapper .wpcf7 textarea,
body #wrapper .wpcf7 input:not(input[type="radio"]) {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}
body #wrapper .wpcf7 span,
body #wrapper .wpcf7 textarea,
body #wrapper .wpcf7 input {
    font-weight: 400;
}
body #wrapper .wpcf7 input[type="submit"] {
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    background-color: #436FC0;
    max-width: 237px;
}
body #wrapper .wpcf7 form > p:has(input[type="submit"]) {
    text-align: center;
}
body #wrapper .wpcf7 input[type="submit"] + span {
    display: block;
}


/*
- custom page temaplate 2
---------------------------*/
body.page-template-page-custom2 article.hentry {
    background-color: #FAF7F5;
}

/*
- list-style
---------------------------*/
html .entry-content ul li, 
html .widget-container ul li, 
html .comment-body ul li{
    list-style-type: disc;
}
html .entry-content ul ul li, 
html .widget-container ul ul li, 
html .comment-body ul ul li{
    list-style-type: circle;
}