@charset "Shift_JIS";

/**jisha***/
#leftnavi{display:none !important;}
#wrapper,
#middle_body{min-width: 100% !important;width: 100% !important;margin: 0 auto !important;padding: 0 !important;}
#contents{width:100% !important;margin:0 auto !important;float:none !important; padding:0 !important;}
.inner_content{ width:100% !important; /*width:750px !important;*/ }

/*basic*/
header,footer{ display:none;}
body{ overflow-y:hidden;}
/*html { overflow-y: scroll; scroll-behavior: smooth;}*/

/*bunki*/
#airy_shindan .pc_none{ display:none;}
#airy_shindan .choose_box {
    margin: auto;
    padding: 3% 0;
}
#airy_shindan ul.flexbox {
    width:90%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    max-width: 750px;
    box-sizing: border-box;
}
#airy_shindan ul.flexbox li {
    width: 100%;
    margin:0 auto;
    list-style: none;
}
#airy_shindan ul.flexbox li a {
    display: block;
    padding: 15px 0px;
    text-align: center;
    background-color: #29599b;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 100vw;
    position: relative;
}
#airy_shindan ul.flexbox li a:hover { 
    background-color: #608ddd;
    color: #fff !important;
}
#airy_shindan .choose_box h2.mida01{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
#airy_shindan .choose_box h2.mida01 a{
    max-width:100px;
}
#airy_shindan .choose_box h2.mida01 span{
    font-size:30px;
    color: #29599b;
    font-weight:400;
    display: block;
}
/*bunki result*/
#airy_shindan .fit {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    min-height: calc(100vh - 6rem);
    align-items: center;
    justify-content: center;
}
/*25.05.27 ADD*/
#airy_shindan{
    position: relative;
    margin-top: -141px !important;
}
#airy_shindan::after{
    content: "";
    background: #f9fdff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}
#airy_shindan img{
    width: 100%;
}
#airy_shindan a{
    display: block;
}
#airy_shindan .start{
    max-width: 750px;
    margin: 0 auto;
    width: 93%;
}
#airy_shindan .bn-area {
    margin-top: 2rem;
}
#airy_shindan .bn-area img{
    border-radius: 10px;
}
#airy_shindan .bn-area p{
    color: #aa7c43;
    margin-bottom: .8rem;
    font-size: .9rem;
    line-height: 1;
}
#airy_shindan .bn-area .syosai{
    color: #fff;
    background: #aa7c43;
    font-size: .8rem;
    padding: .3rem 0;
    position: relative;
}
#airy_shindan .bn-area .syosai::after{
    content: "";
    position: absolute;
    top: 38%;
    right: 5%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s all;
}
#airy_shindan .intro{
    
}
#airy_shindan .intro img{
    border-radius: 10px;
}
#airy_shindan .intro p{
    font-size: 1.1rem;
    color: #222;
    margin-top:-1rem;
    text-shadow: 0 0 10px #fff;
}
#airy_shindan .comments{
    font-size: .8rem;
    font-weight: lighter;
    color: #333;
}
#airy_shindan .fit >p{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-top: 1px solid #29599b;
    padding-top: 3rem;
    width: 100%;
}
#airy_shindan ul.flexbox li a::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 10%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s all;
}
#airy_shindan ul.flexbox li a:hover::after {
    right: 9%;
}
#airy_shindan .bg{
    background: #cfe3e9;
    padding: 2rem 0;
    background: linear-gradient(327deg, rgba(222 237 255) 0%, rgb(223 249 248) 50%, rgb(222 237 255) 100%);
    width: 100%;
}
#airy_shindan .item-list {
    display: flex;
    gap: 2rem;
    margin: 0 auto;
    width: 94%;
    box-sizing: border-box;
    flex-direction: column;
    max-width: 750px;
}
#airy_shindan .item-list li{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#airy_shindan .item-list a{
    background: #fff;
    padding:1rem 2rem 2rem 2rem;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}
#airy_shindan .item-list a .spec {
    position: absolute;
    top: -1%;
    left:-1%;
    font-size: 1.1rem;
    color: #fff;
    background: #52a9a6;
    width: 6rem;
    height: 6rem;
    border-radius: 100vw;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}
#airy_shindan .item-list a .spec span.big {
    font-size: 2.2rem;
    display: contents;
    line-height: 1;
}
#airy_shindan .item-list li h5 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    color: #3562a1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#airy_shindan .item-list li h5 p{
    font-size: 1rem;
    color: #333;
    display: block;
    width: 100%;
    border-top:1px dashed #29599b;
    padding-top: .5rem;
    margin:.7rem 0 0 0;
    font-weight: normal;
}
#airy_shindan .item-list-img{
    max-width: 500px;
    margin: 0 auto;
}
#airy_shindan .item-list a:hover {
    color: #222 !important;
    transform: translateY(-2px);
    opacity: .9;
}
#airy_shindan .item-list .syosai{
    background: #29599b;
    color: #fff;
    padding: .8rem 0;
    border-radius: 100vw;
    font-size: 1rem;
    position: relative;
    transition: .2s all;
}
#airy_shindan .item-list .syosai::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s all;
}
#airy_shindan .item-list a:hover .syosai{
    color: #fff !important;
    background: #608ddd;
}
#airy_shindan .item-list a:hover .syosai::after {
    right: 5%;
}
#airy_shindan .result-title{
    color: #ffffff;
    background: #29599b;
    padding:.7rem 0 1rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
#airy_shindan .result-title h3{
    font-size: 1.5rem;
}
#airy_shindan .result-title p{
    font-size: 1rem;
}
#airy_shindan .result-txt {
    font-size: 1rem;
}
#airy_shindan .result-txt h4{
    font-size: 2rem;
    color: #29599b;
    margin-bottom: .8rem;
}
#airy_shindan .result-txt span.type{
    font-size: 2rem;
    margin-bottom: .8rem;
    color: #29599b;
    display: block;
}
#airy_shindan .return{
    color: #526383;
    margin:1rem auto 0 auto;
    position: relative;
    background: #fff;
    padding: .7rem 5rem;
    border: 1px solid #c1d2d9;
}
#airy_shindan .return:hover{
    color: #526383 !important;
}
#airy_shindan .return:hover::after {
    left: 10%;
}