<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* contents
======================================================================*/

#contents.ao {
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
}

#contents.ao h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: #606060;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 10px;
    position: relative;
    background-image: url(../../images/ao/ao_ttl_org.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#contents.ao h3.prg{
    content: none;
    background-image: url(../../images/ao/ao_ttl_blu.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}

#contents.ao h3.prg span {
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #606060;
    text-align: center;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px 20px;
    border-radius: 50vh;
}

#contents.ao p.lead {
    text-align: center;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #606060;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px){
#contents.ao h3 {
    font-size: 3.0rem;
}
#contents.ao h3.prg span {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
}
} 

/* PageHeader
======================================================================*/
.PageHeader {
    width: 90%;
    height: 300px;
    background-image: url(../../images/ao/MainVisual.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    border-bottom-right-radius: 20px;
}
.PageHeader .inner{
    position: relative;
    height: 300px;
}
.PageHeader h2{
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0px 0 5px rgba(0,0,0,0.20);
    position: absolute;
    bottom: 30px;
    left: 5%;
    z-index: 11;
}

@media only screen and (max-width: 768px){
.PageHeader {
    width: 90%;
    height: 230px;
    background-image: url(../../images/ao/MainVisual_sp.png);
}
.PageHeader .inner{
    position: relative;
    height: 230px;
}
.PageHeader h2{
    font-size: 3.6rem;
    position: absolute;
    bottom: 15px;
    left: 5%;
}
}

/* local_nav
======================================================================*/
.local_nav{
    width: 100%;
    max-width: 1155px;
    padding: 30px 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.local_nav ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.local_nav ul li{
    margin-right: 20px;
}
@media only screen and (max-width: 768px){
.local_nav{
    padding: 30px 30px 0;
}
.local_nav ul li{
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
}
.local_nav ul li:last-child{
    margin-bottom: 0;
}
}


/* ao_entry
======================================================================*/
.ao_entry{
    width: 100%;
    max-width: 1155px; /*1095*/
    padding: 30px 30px 60px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px){
.ao_entry{
    padding: 20px 20px 40px;
}
}
.ao_entry h2{
    text-align: center;
    font-size: 6.4rem;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
.ao_entry h2{
    font-size: 4.2rem;
    margin-bottom: 0px;
}
}
.ao_entry ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ao_entry ul li{
    margin: 0 20px;
}
.ao_entry ul li p{
    margin-bottom: 10px;
    text-align: left;
}
.ao_entry ul li p.txt-link{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}
.ao_entry ul li p.txt-link a{
    color: #FF9000;
    transition: all 0.3s linear;
}
.ao_entry ul li p.txt-link a:hover{
    opacity: 0.6;
}

.ao_entry ul li a.btn_entry{
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    min-width: 345px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FF9000;
    text-decoration: none;
    background-color: #FFE040;
    transition: all 0.3s linear;
    z-index: 3;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
}
@media only screen and (max-width: 768px){
.ao_entry ul li a.btn_entry{
    font-size: 1.6rem;
}
}
.ao_entry ul li a.btn_entry:hover{
    top: 2px;
    left: 2px;
    box-shadow: none;
    position: relative;
    opacity: 0.8;
}
.ao_entry ul li a.btn_entry img{
    float: right;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 10px;
}

.ao_entry ul li a.btn_appli{
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    min-width: 345px;
     padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #FF9000;
    transition: all 0.3s linear;
    z-index: 3;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
}
@media only screen and (max-width: 768px){
.ao_entry ul li a.btn_appli{
    font-size: 1.6rem;
}
}
.ao_entry ul li a.btn_appli:hover{
    top: 2px;
    left: 2px;
    box-shadow: none;
    position: relative;
    opacity: 0.8;
}
.ao_entry ul li a.btn_appli img{
    float: right;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 10px;
}

.ao_entry .btn_wrap{
    margin-bottom: 30px;
}

/* point_wrap
======================================================================*/
.point_wrap {
    width: 100%;
    position: relative;
    background-color: rgba(248,196,176,0.30);
    background-image: url(../../images/ao/aibi_illust_back.png);
    background-position: left top;
    background-repeat: repeat;
}
.point_wrap .inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 768px){
.point_wrap .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
}
.point_wrap ul {
    padding-top: 40px;
    /*flex*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_wrap ul li{
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    max-width: 345px;
    position: relative;
    z-index: 11;
}

@media only screen and (max-width: 768px){
.point_wrap ul li{
    width: 100%;
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1);
    max-width: 345px;
    margin: 0 auto 30px;
}
}

.point_wrap .thumb {
    position: relative;
    text-align: left;
}

.point_wrap .fkd{
    position: absolute;
    top: -30px;
    left: 160px;
    z-index: 11;
}
@media only screen and (max-width: 768px){
.point_wrap .fkd.pt1,
.point_wrap .fkd.pt3{
    top: -30px;
    left: auto;
    right: 30px;
}
.point_wrap .fkd.pt2{
    top: -20px;
    left: 20px;
}
.point_wrap .thumb.pt1,
.point_wrap .thumb.pt3 {
    margin-left: -30px;
    text-align: left;
}

.point_wrap .thumb.pt2 {
    margin-right: -30px;
    text-align: right;
}
}

/* flow_wrap
======================================================================*/
.flow_wrap {
    width: 100%;
    position: relative;
}

/* program_wrap
======================================================================*/
.program_wrap {
    width: 100%;
    position: relative;
    background-color: rgba(128,204,208,0.30);
    background-image: url(../../images/ao/aibi_illust_back.png);
    background-position: left top;
    background-repeat: repeat;
}
.program_wrap .inner {
    max-width: 1155px; /*1095*/
    padding: 40px 15px;
    position: relative;
    overflow: hidden;
}
.program_wrap .day1,
.program_wrap .day2,
.program_wrap .day3{
    margin-top: 40px;
}
.program_wrap h4 {
    text-align: center;
    margin-bottom: 20px;
}
.program_wrap h5 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
}
.program_wrap p.caption {
    font-size: 1.4rem;
    text-align: justify;
    color: #000000;
    line-height: 1.6;
}
.program_wrap .course p {
    display: inline-block;
    text-align: center;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFFFFF;
    padding: 4px 18px;
    border-radius: 50vh;
    background-color: #606060;
    margin-top: 10px;
    margin-right: 10px;
}
.program_wrap .course p.co1 {
    background-color: #F09CC0;
}
.program_wrap .course p.co2 {
    background-color: #F4B0A0;
}
.program_wrap .course p.co3 {
    background-color: #D0A6CC;
}
.program_wrap .course p.co4 {
    background-color: #F0B4D0;
}
.program_wrap .course p.co5 {
    background-color: #80CCD0;
}
.program_wrap .course p.co6 {
    background-color: #B0A6D0;
}
.program_wrap ul {
    width: 100%;
    padding: 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*flex*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.program_wrap ul li{
    max-width: 345px;
    width: calc(33.3333% - 30px);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0px 15px 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
    background-color: #FFFFFF;
}
.program_wrap ul li p.tab{
    position: absolute;
    top: -40px;
    left: 0;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #FF9000;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 40px;
    padding: 0 15px;
}
.program_wrap .thumb {
    max-width: 345px;
    position: relative;
    text-align: center;
}
.program_wrap .thumb img {
    max-width: 100%;
    height: auto;
    border-top-right-radius: 15px;
}
.program_wrap .txtbox {
    padding: 15px;
}

/*pg01*/
.program_wrap ul li.pg01{
    width: 100%;
    max-width: 720px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program_wrap ul li.pg01 .thumb {
    width: 53%;
    max-width: 375px;
    margin-bottom: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.program_wrap ul li.pg01 .thumb img{
    border-bottom-left-radius: 15px;
}
.program_wrap ul li.pg01 .txtbox {
    width: 47%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@media only screen and (max-width: 768px){
.program_wrap ul li{
    width: 100%;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.program_wrap ul li:last-child{
    margin-bottom: 0;
}
    
/*pg01*/
.program_wrap ul li.pg01 {
    width: 100%;
    max-width: 345px;
}
.program_wrap ul li.pg01 .thumb {
    width: 100%;
    max-width: 375px;
}

.program_wrap ul li.pg01 .txtbox {
    width: 100%;
}
}
@media only screen and (max-width: 480px){
.program_wrap .inner {
    padding: 40px 0;
} 

.program_wrap p.lead {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
.program_wrap ul{
    overflow: hidden;
    padding-bottom: 5px;
}

.program_wrap ul li.pg01,
.program_wrap ul li.pg03,
.program_wrap ul li.pg05{
    margin-left: 0px;
    border-radius: 0px 15px 15px 0px;
}
.program_wrap ul li.pg02,
.program_wrap ul li.pg04,
.program_wrap ul li.pg06{
    margin-right: 0px;
    border-radius: 15px 0px 0px 15px;
}
.program_wrap ul li .thumb img{
    border-radius: 0px;
}
.program_wrap ul li.pg01 .thumb img,
.program_wrap ul li.pg03 .thumb img,
.program_wrap ul li.pg05 .thumb img{
    border-top-right-radius: 15px;
}

}

/* policy_wrap
======================================================================*/
.policy_wrap {
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.policy1,
.policy2,
.policy3{
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 5px;
    border-radius: 15px;
    margin-top: 30px;
}
.policy_wrap h4{
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
   text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.policy_wrap h4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F8C4B0;
}
.policy_wrap h5{
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.policy_wrap h6{
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
}
.policy_wrap h5.pnk{
    color: #F09CC0;
    margin-bottom: 5px;
}
.policy_wrap h5.blu{
    color: #80B0D0;
    margin-bottom: 5px;
}
.policy_wrap p{
    font-size: 1.4rem;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
}
.policy_wrap .indent-num p {
    text-indent: -2.7em;
    padding-left: 2.7em;
    margin-bottom: 0;
}
.policy_wrap .indent-num {
    margin-bottom: 20px;
}

.policy_wrap dl{
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #000000;
}
.policy_wrap dt{
    float: left;
    min-width: 230px;
}
.policy_wrap dt.pnk{
    color: #F09CC0;
}
.policy_wrap dt.blu{
    color: #80B0D0;
}
.policy_wrap table{
    font-size: 1.4rem;
    color: #000000;
}
.policy_wrap table td{
    width: 50%;
    white-space: nowrap;
}

@media only screen and (max-width: 768px){
.policy_wrap dt{
    float: none;
    width: 100%;
    min-width: 230px;
}
.policy_wrap dd{
    width: 100%;
}
}
</pre></body></html>