@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
    min-width: unset;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.3rem;
    }
}

.container_eventGuide {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

#OSE main section {
    padding: 0;
}

#OIH main section {
    padding: 0;
}

.section_box_oih2022 {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

.section_box_oih2022:before {
    position: absolute;
    top: 61px;
    left: 0;
    content: "";
    background-color: #cf5095;
    width: 20px;
    height: 2px;
}

.section_box_oih2022 .h4 {
    margin-top: 30px;
    font-weight: 700;
}

.section_box_eco2022 {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

.section_box_eco2022:before {
    position: absolute;
    top: 61px;
    left: 0;
    content: "";
    background-color: #e50012;
    width: 20px;
    height: 2px;
}

@media screen and (max-width: 768px) {
    .section_box_oih2022 {
        padding: 20px 30px 20px 30px;
    }
    .section_box_oih2022:before {
        top: 36px;
        width: 15px;
    }
    .section_box_eco2022 {
        padding: 20px 30px 20px 30px;
    }
    .section_box_eco2022:before {
        top: 36px;
        width: 15px;
    }
}

.eventDescription2022__title {
    font-size: 2.4rem;
    font-weight: bold;
}

.eventDescription2022__subTitle {
    font-size: 2rem;
    font-weight: bold;
}

.eventDescription2022--sentence {
    text-align: justify;
}

.eventDescription2022__attention {
    font-size: 1.2rem;
}

.eventDescription2022__list--item {
    margin-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .eventDescription2022__title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .eventDescription2022__subTitle {
        font-size: 1.7rem;
    }
    .eventDescription2022__sentence {
        font-size: 1.3rem;
    }
    .eventDescription2022__attention {
        font-size: 1.1rem;
    }
}

.btn {
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #222222;
    color: #fff;
    border-radius: 0 0 20px 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #222222;
}

.btn:hover {
    background-color: #ffffff;
    color: #222222;
    border: 2px solid #222222;
}

.btnWhite {
    display: block;
    color: #222222;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 0 0 20px 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #222222;
}

.btnWhite:hover {
    background-color: #222222;
    color: #fff;
    border: 2px solid #222222;
}

.textLink {
    border-bottom: 1px solid #222222;
    padding: 4px 0;
}

@media screen and (max-width: 768px) {
    .textLink {
        border-bottom: 1px solid #222222;
        padding: 1px 0;
    }
}

.textAreaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.textAreaFlex__title {
    white-space: nowrap;
    width: 224px;
}

.textAreaFlex__sentenceArea--sentence {
    margin-top: 5px;
}

.textAreaFlex__sentenceArea--btn {
    margin-left: 0;
    margin-top: 23px;
    width: 250px;
    padding: 16px 0;
}

@media screen and (max-width: 900px) {
    .textAreaFlex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .textAreaFlex__title {
        white-space: nowrap;
        width: 224px;
        margin-right: 90px;
    }
    .textAreaFlex__sentenceArea {
        width: 50%;
    }
    .textAreaFlex__sentenceArea--sentence {
        margin-top: 5px;
    }
    .textAreaFlex__sentenceArea--btn {
        margin-left: 0;
        margin-top: 23px;
        width: 250px;
        padding: 16px 0;
    }
}

@media screen and (max-width: 768px) {
    .textAreaFlex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .textAreaFlex__title {
        white-space: normal;
    }
    .textAreaFlex__sentenceArea {
        width: 100%;
    }
    .textAreaFlex__sentenceArea--btn {
        width: 100%;
    }
}

.textAreaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.textAreaFlex__item:not(:last-of-type) {
    margin-right: 28px;
}

@media screen and (max-width: 768px) {
    .textAreaFlex__item:not(:last-of-type) {
        margin-right: 0;
    }
}

.purple_link {
    color: #cf5095;
    border-bottom: 1px solid #cf5095;
    padding: 4px 0;
}

@media screen and (max-width: 768px) {
    .purple_link {
        padding: 1px 0;
    }
}

.top_2022 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px 0 33px 0;
}

.top_2022 .breadcrumb_2022 {
    margin-left: 30px;
}

.top_2022 .breadcrumb--parent_2022 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_2022 .breadcrumb--child_2022 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_2022 .breadcrumb--child_2022 a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.top_2022 .breadcrumb--child_2022 span {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.top_2022 .breadcrumb--child_2022:not(:last-of-type):after {
    content: "＞";
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 0 2px;
}

.top_2022 .top_title_2022 {
    color: #fff;
    font-size: 5rem;
    letter-spacing: 0.11em;
    font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-top: 14px;
}

.top_2022 .top_subTitle_2022 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-top: 3px;
}

.top_2022_ose {
    background-image: url(../img/ose2022/startup/top_mv.jpg);
}

.top_2022_oih {
    background-image: url(../img/ose2022/event_guide/top_mv.jpg);
}

@media screen and (max-width: 768px) {
    .top_2022 .top_title_2022 {
        font-size: 3.1rem;
    }
}

.entry {
    background-color: #f4f3f3;
}

#entry .entryTop__text {
    margin-top: 20px;
}

#entry .entryTop__image {
    display: block;
    margin-top: 23px;
    width: 100%;
}

#entry .entryMoney {
    margin-top: 80px;
}

#entry .entryMoney__title {
    width: 36%;
    min-width: 230px;
}

#entry .entryMoney__text {
    font-size: 1.8rem;
    margin-top: 10px;
}

#entry .entryType {
    margin-top: 80px;
}

#entry .entryType .section_box_oih2022 {
    border-radius: 0;
}

#entry .entryType__title {
    width: 36%;
    min-width: 230px;
}

#entry .entryType__textArea {
    width: 100%;
    margin-top: 8px;
}

#entry .entryType__textArea--group.second {
    margin-top: 26px;
}

#entry .entryType__textArea--group--title {
    color: #fff;
    background-color: #000;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
}

#entry .entryType__textArea--group--list {
    margin-left: -5px;
}

#entry .entryType__textArea--group--list--item {
    font-size: 1.6rem;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.7;
}

#entry .entryType__textArea--group--text {
    margin-top: 3px;
    font-size: 1.6rem;
    line-height: 1.5;
}

#entry .entryType__logoContainer {
    background-color: #fff;
    border-radius: 0 0 20px 0;
    padding-bottom: 48px;
}

#entry .entryType__logoFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
}

#entry .entryType__logoFlex--item {
    width: calc(25% - 33px * 3 / 4);
    margin-right: 33px;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#entry .entryType__logoFlex--item:nth-of-type(4n) {
    margin-right: 0;
}

#entry .entryType__logoFlex--item:nth-of-type(n+5) {
    margin-top: 30px;
}

#entry .entryType__logoFlex--item--link {
    display: block;
    padding: 20px 0px;
}

#entry .entryType__logoFlex--item--image {
    width: 91%;
    display: block;
    margin: 0 auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #entry .entryType__logoFlex--item--image {
        margin-left: -2px;
    }
}

#entry .entryType__attention {
    margin: 0 auto;
    width: 90%;
}

#entry .entryType__attention:first-of-type {
    margin-top: 22px;
}

#entry .entryType__attention--span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
}

#entry .entryBenefits {
    margin-top: 80px;
}

#entry .entryBenefits__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

#entry .entryBenefits__flex--item {
    width: calc(100% / 3 - 30px * 2 / 3);
    margin-right: 30px;
    text-align: center;
    margin-top: 20px;
}

#entry .entryBenefits__flex--item2 {
    /* width: calc(100% / 2 - 30px * 2 / 3); */
    margin-right: 30px;
    text-align: center;
    margin-top: 20px;
}

#entry .entryBenefits__flex--item:nth-of-type(3n) {
    margin-right: 0;
}

#entry .entryBenefits__flex--item:nth-of-type(n+4) {
    margin-top: 30px;
}

#entry .entryBenefits__flex--item--title {
    margin-top: 10px;
    font-weight: bold;
}

#entry .entryBenefits__flex--item--text {
    margin-top: 7px;
}

#entry .entryGuidance {
    margin-top: 80px;
}

#entry .entryGuidance.last {
    padding-bottom: 100px;
}

#entry .entryGuidance__title {
    width: 36%;
    min-width: 320px;
}

#entry .entryGuidance__title .break {
    display: none;
}

#entry .entryGuidance__textArea {
    width: 64%;
}

#entry .entryGuidance__textArea--group:not(:first-of-type) {
    margin-top: 23px;
}

#entry .entryGuidance__textArea--group--title {
    font-size: 1.8rem;
    font-weight: bold;
}

#entry .entryGuidance__textArea--group--text {
    margin-top: 8px;
    line-height: 1.6;
}

#entry .entryGuidance__btnArea {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#entry .entryGuidance__btnArea--btn {
    width: 43%;
    max-width: 220px;
    margin: 0;
}

#entry .entryGuidance__btnArea--btn .break {
    display: none;
}

#entry .entryGuidance__btnArea--btn:first-of-type {
    margin-right: 20px;
}

#entry .entryGuidance__list {
    margin-top: 23px;
}

#entry .entryGuidance__list--item {
    line-height: 1.6;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
}

#entry .entryGuidance__text {
    margin-top: 15px;
}

#entry .entryGuidance__sentence {
    margin-top: 18px;
}

#entry .entryGuidance__address .purple_link {
    color: #cf5095;
    border-bottom: 1px solid #cf5095;
    padding: 4px 0;
}

#entry .entryGuidance__week {
    margin-top: 8px;
}

#entry .entryGuidancePartner {
    margin-top: 80px;
}

#entry .entryGuidancePartner__title {
    width: 36%;
    min-width: 320px;
}

#entry .entryGuidancePartner__text {
    width: 64%;
    margin-top: 5px;
    letter-spacing: 0;
}

#entry .entryInquiry {
    margin-top: 80px;
    padding-bottom: 100px;
}

#entry .entryInquiry__title {
    width: 36%;
    min-width: 320px;
}

#entry .entryInquiry__text {
    width: 64%;
}

#entry .entryInquiry__address {
    word-break: break-all;
}

#entry .entryInquiry .break {
    display: none;
}

@media screen and (max-width: 991px) and (min-width: 500px) {
    #entry .entryTop__group--logoArea--flex--item {
        width: calc(50% - 10px * 1 / 2);
        margin-right: 0;
        padding: 10px 0;
        margin: 0 auto;
    }
    #entry .entryTop__group--logoArea--flex--item:nth-of-type(4n) {
        margin: 0 auto;
    }
    #entry .entryTop__group--logoArea--flex--item:nth-of-type(1),
    #entry .entryTop__group--logoArea--flex--item:nth-of-type(3),
    #entry .entryTop__group--logoArea--flex--item:nth-of-type(5) {
        margin-right: 10px;
    }
    #entry .entryTop__group--logoArea--flex--item--image {
        width: 100%;
    }
    #entry .entryType__title {
        margin-right: 0;
        width: 25%;
        min-width: 140px;
    }
    #entry .entryType__textArea {
        width: 75%;
    }
    #entry .entryBenefits__flex--item {
        width: 70%;
        margin: 0 auto;
    }
    #entry .entryBenefits__flex--item:nth-of-type(n+2) {
        margin-top: 30px;
    }
    #entry .entryBenefits__flex--item:nth-of-type(3n) {
        margin-right: auto;
    }
    #entry .entryBenefits__flex--item--image {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    #entry .entryGuidance__title {
        width: 30%;
        min-width: 220px;
        margin-right: 0;
    }
    #entry .entryGuidance__title .break {
        display: block;
    }
    #entry .entryGuidance__textArea {
        width: 70%;
    }
    #entry .entryGuidance__btnArea--btn {
        width: 48%;
        padding: 3px 0;
        line-height: 1.3;
    }
    #entry .entryGuidance__btnArea--btn .break {
        display: block;
    }
    #entry .entryGuidancePartner__title {
        margin-right: 0;
    }
    #entry .entryInquiry__title {
        margin-right: 0;
        width: 36%;
        min-width: 216px;
    }
    #entry .entryInquiry__textArea {
        width: 64%;
    }
    #entry .entryInquiry .break {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #entry .entryTop__title {
        letter-spacing: -0.3px;
    }
    #entry .entryTop__text {
        margin-top: 10px;
    }
    #entry .entryTop__image {
        margin-top: 10px;
    }
    #entry .entryTop__group--membership--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #entry .entryTop__group--membership--flex--title {
        width: 100%;
        padding: 10px 0;
        font-size: 1.4rem;
    }
    #entry .entryTop__group--membership--flex--list {
        margin-left: 0;
        margin-top: 5px;
    }
    #entry .entryTop__group--membership--flex--list--item {
        font-size: 1.3rem;
    }
    #entry .entryTop__group--membership--flex--text {
        font-size: 1.3rem;
        margin-top: 5px;
        margin-left: 0;
    }
    #entry .entryTop__group--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #entry .entryTop__group--flex--item {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    #entry .entryTop__group--flex--item.image {
        width: 70%;
        margin: 25px auto 0 auto;
    }
    #entry .entryTop__group--flex--item--imageArea--image {
        width: 100%;
    }
    #entry .entryMoney {
        margin-top: 40px;
    }
    #entry .entryType {
        margin-top: 40px;
    }
    #entry .entryType__title {
        margin-right: 0;
        width: 100%;
    }
    #entry .entryType__textArea {
        width: 100%;
    }
    #entry .entryType__textArea--group.second {
        margin-top: 8px;
    }
    #entry .entryType__textArea--group--title {
        padding-left: 8px;
    }
    #entry .entryType__textArea--group--list {
        margin-top: 5px;
    }
    #entry .entryType__textArea--group--list--item {
        font-size: 1.3rem;
    }
    #entry .entryType__textArea--group--text {
        font-size: 1.3rem;
    }
    #entry .entryType__logoFlex--item {
        width: calc(50% - 10px * 1 / 2);
        margin-right: 10px;
    }
    #entry .entryType__logoFlex--item:nth-of-type(2n) {
        margin-right: 0;
    }
    #entry .entryType__logoFlex--item:nth-of-type(n+3) {
        margin-top: 10px;
    }
    #entry .entryBenefits {
        margin-top: 40px;
    }
    #entry .entryBenefits__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }
    #entry .entryBenefits__flex--item {
        width: 70%;
        margin-right: 0;
        margin: 0 auto;
    }
    #entry .entryBenefits__flex--item:nth-of-type(n+2) {
        margin-top: 25px;
    }
    #entry .entryBenefits__flex--item--image {
        width: 100%;
        margin: 0 auto;
    }
    #entry .entryBenefits__flex--item--text {
        margin-top: 4px;
    }
    #entry .entryGuidance {
        margin-top: 40px;
    }
    #entry .entryGuidance__title {
        width: 100%;
        margin-right: 0;
    }
    #entry .entryGuidance__textArea {
        width: 100%;
        margin-top: 15px;
    }
    #entry .entryGuidance__textArea--group:not(:first-of-type) {
        margin-top: 13px;
    }
    #entry .entryGuidance__textArea--group--text {
        margin-top: 2px;
    }
    #entry .entryGuidance__btnArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
    #entry .entryGuidance__btnArea--btn {
        width: 100%;
        padding: 18px 0;
        max-width: unset;
    }
    #entry .entryGuidance__btnArea--btn .break {
        display: none;
    }
    #entry .entryGuidance__btnArea--btn:first-of-type {
        margin-right: 0;
    }
    #entry .entryGuidance__btnArea--btn:not(:first-of-type) {
        margin-top: 10px;
    }
    #entry .entryGuidance__list--item {
        font-size: 1.2rem;
    }
    #entry .entryGuidancePartner {
        margin-top: 40px;
    }
    #entry .entryGuidancePartner__title {
        width: 100%;
        margin-right: 0;
    }
    #entry .entryGuidancePartner__text {
        width: 100%;
    }
    #entry .entryInquiry {
        margin-top: 40px;
    }
    #entry .entryInquiry__title {
        width: 100%;
        margin-right: 0;
    }
    #entry .entryInquiry__text {
        width: 100%;
    }
    #entry .entryInquiry__textArea {
        width: 100%;
    }
}

@media screen and (max-width: 499px) {
    #entry .entryTop__group--logoArea--flex--item {
        width: 100%;
        margin-right: 0;
        padding: 10px 0;
    }
    #entry .entryTop__group--logoArea--flex--item--image {
        width: 100%;
    }
    #entry .entryTop__group--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #entry .entryTop__group--flex--item {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    #entry .entryTop__group--flex--item.image {
        width: 100%;
        margin: 25px auto 0 auto;
    }
    #entry .entryTop__group--flex--item--imageArea--image {
        width: 100%;
    }
    #entry .entryBenefits__flex--item {
        width: 100%;
    }
    #entry .entryBenefits__flex--item:nth-of-type(3n) {
        margin-right: auto;
    }
    #entry .entryInquiry .break {
        display: block;
    }
}


/*登壇者エリア*/

@media screen and (min-width: 769px) {
    #entry .section_box_oih2022 {
        /* display: flex; */
        flex-wrap: wrap;
    }
    #entry .section_box_oih2022 h3 {
        width: 100%;
        margin-bottom: 20px;
    }
    #entry .sec05__list {
        width: 100%;
    }
    #entry .sec05__list li {
        margin-top: 15px;
        padding-top: 30px;
        border-top: 1px solid #000;
        display: flex;
        justify-content: space-between;
    }
    #entry .sec05__list li:first-of-type {
        margin-top: 15px;
    }
    #entry .sec05__list li:last-of-type {
        border-bottom: 1px solid #000;
        padding-bottom: 30px;
    }
    #entry .sec05__list__img {
        width: 25%;
    }
    #entry .sec05__list__txt {
        width: 70%;
    }
    #entry .sec05__list__txt h4 {
        margin-bottom: 15px;
    }
    #entry .sec05__list h4.pink {
        color: #cf5095;
    }
    #entry .sec05__list h4.name {
        margin-bottom: 5px;
    }
    #entry .sec05__list__txt h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    #entry .sec05__list__txt h5 a.pink {
        color: #cf5095 !important;
    }
}

@media screen and (max-width: 768px) {
    .top_2022 .breadcrumb_2022--container {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }
    .top_2022 .top_title_2022 {
        font-size: 2.2rem;
    }
    .top_2022 .top_title_2022 span {
        font-size: 1.6rem;
    }
    .top_2022 .top_subTitle_2022 {
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 0.06em;
        font-weight: bold;
        margin-top: 3px;
    }
    #entry .entryType__textArea--group {
        margin-bottom: 20px;
    }
    #entry .entryType__textArea--group--title {
        color: #fff;
        background-color: #000;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        font-weight: bold;
        font-size: 1.2rem;
    }
    #entry .entryGuidance__textArea--group--title {
        font-size: 1.4rem;
        font-weight: bold;
    }
    #OIH main .comsec2022 h3,
    #OTHER main .comsec2022 h3 {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #entry .sec05__list__txt {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #000;
    }
    #OIH main .comsec2022 h4,
    #OTHER main .comsec2022 h4 {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .sec05__list {
        text-align: center;
    }
}


/*情報エリア*/

@media screen and (min-width: 769px) {
    .information_area {
        border: solid 1px #000;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
        text-align: center;
        position: relative;
    }
    .information_area .index {
        font-weight: 700;
        font-size: 2rem;
        z-index: 1;
        position: absolute;
        top: -9%;
        left: 35%;
        background: #fff;
        width: 250px;
        color: #000;
    }
    .information_area h4 {
        font-weight: 700;
        font-size: 2rem;
        color: #cf5095;
    }
    .information_area__btnArea {
        margin-top: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .information_area {
        border: solid 1px #000;
        padding: 30px 10px 30px 10px;
        margin-top: 30px;
        text-align: center;
        position: relative;
    }
    .information_area .index {
        font-weight: 700;
        font-size: 1.6rem;
        z-index: 1;
        position: absolute;
        top: -4%;
        left: 5%;
        background: #fff;
        width: 250px;
        color: #000;
    }
    .information_area h4 {
        font-weight: 700;
        font-size: 1.2rem;
        color: #cf5095;
    }
    .information_area p {
        font-size: 1.2rem;
        margin-top: 12px;
    }
    .information_area__btnArea {
        margin-top: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
    }
}


/*# sourceMappingURL=oih_about_entry2022.css.map */