@charset "utf-8";

body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif,Helvetica!important;
}

#container{
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.wrap{
    width: 960px;
    margin: auto;
    font-family: "メイリオ", Meiryo,Verdana,'ＭＳ Ｐゴシック',Osaka,"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',Helvetica,sans-serif!important;
}

.wrap-sectionbox{
    margin-bottom: 26px;
    background-color: #ffffff;
}

.sectionbox-top{
    display: flex;
}

.top-redbox{
    width: 315px;
    height: 335px;
    background-color: #ca0a37;
    font-weight: bold;
    padding: 30px 28px 0px 28px;
    box-sizing: border-box;
}

.top-redbox__hukidasi{
    width: 259px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 28px;
    color: #ca0a37;
    line-height: 57px;
}

.top-redbox__hukidasi:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 15px solid #ffffff;
}

.redbox-textbox{
    padding-top: 12px;
    color: #ffffff;
    font-size: 31px;
}

.redbox-textbox h1{
    font-weight: bold;
}

.redbox-textbox__big{
    font-size: 52px;
}

.sectionbox-top__img{
    width: 645px;
    height: 335px;
    overflow: hidden;
}

.sectionbox-bottom{
    border: solid 1px #cccccc;
    padding: 40px;
}

.sectionbox-bottom__text{
    width: 660px;
    margin: auto;
    padding-bottom: 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #535353;
}

.bottom-characterbox{
    display: flex;
    padding-bottom: 40px;
}

.characterbox-small{
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.characterbox-small:last-child{
    margin-left: 40px;
}

.characterbox-small__img{
    border: solid 1px #cccccc;
}

.characterbox-small__img img{
    vertical-align: bottom;
}

.characterbox-small__text{
    width: 205px;
    font-size: 13px;
}

.characterbox-small__text--name{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.characterbox-small-text--introduction{
    color: #535353;
}

.bottom-talkbox{
    width: 676px;
    margin: auto;
}

.talkbox-talk{
    margin: 0px 0px 20px 92px;
    height: 90px;
    display: flex;
}

.talk-hukidasi {
    margin-right: 11px;
    width: 490px;
    height: 90px;
    position: relative;
    display: inline-block;
    background: #edede2;
    border-radius: 8px;
}

.talk-hukidasi:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 10px solid #edede2;
}

.talk-hukidasi__text {
    width: 430px;
    font-size: 14px;
    margin-left: 35px;
    height: 90px;
    display: flex;
    align-items: center;
}

.talkbox-talk__img {
    width: 83px;
    height: 90px;
}

.talkbox-talk--lefttalk{
    margin: 0px 0px 20px 0px;
}

.talkbox-talk--lefttalklast{
    margin: 0px;
}

.talkbox-talk__img--leftimg{
    margin-right: 9px;
}

.talk-hukidasi--lefthukidasi{
    background: #686557;
}

.talk-hukidasi--lefthukidasi:before{
    left: -20px;
    border: 8px solid transparent;
    border-right: 15px solid #686557;
}

.talk-hukidasi__text--lefttext{
    color: #ffffff;
}

.talkbox-talk--long{
    align-items: center;
    height: 158px;
}

.talk-hukidasi--long{
    height: 158px;
}

.talk-hukidasi__text--long{
    height: 158px;
}

.sectionbox-title{
    background-color: #ca0a37;
    border-radius: 5px 5px 0px 0px;
    padding: 16px 20px;
    box-sizing: border-box;
    font-weight: bold;
    color: #ffffff;
    display: flex;
}

.sectionbox-title__point{
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #c00024;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 12px;
    box-sizing: border-box;
    margin-right: 20px;
}

.sectionbox-title__text{
    font-size: 18px;
    padding-top: 5px;
}

.sectionbox-title__text h2{
    font-weight: bold;
}

.sectionbox-bottom--topless{
    border-top: none;
}

.bottom-navbutton{
    padding: 40px 0px 40px 0px;
    width: 880px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.navbutton-button{
    width: 208px;
    height: 80px;
    border: 2px solid #ffffff;
    background: -webkit-linear-gradient(#eaeaea, #f5f5f5);
    background: linear-gradient(#eaeaea, #f5f5f5);
    box-shadow: 1px 1px 2px #eaeaea;
    border-radius: 5px;
    display: flex;
    padding: 23px 20px 23px 20px;
    box-sizing: border-box;
    cursor:pointer;
    text-decoration: none;
}

.bottom-navbutton li:hover {
  opacity: 0.7;
}

.navbutton-button__num{
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background-color: #ca0a37;
    color: #ffffff;
    text-align: center;
    line-height: 27px;
    margin: 3px 10px 0px 0px;
    font-size: 15px;
}

.navbutton-button__text{
    color: #ca0a37;
    line-height: 16px;
    font-size: 14px;
}

.navbutton-button__text--down{
    padding-top: 8px;
}

.sectionbox-title__num{
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-color: #ffffff;
    color: #ca0a37;
    text-align: center;
    line-height: 36px;
    margin-right: 17px;
    font-size: 18px;
}

.sectionbox-title--number{
    padding: 13px 15px;
}

.sectionbox-title__text--number{
    padding-top: 7px;
}

.sectionbox-bottom__comic{
    width: 710px;
    margin: auto;
}

.sectionbox-bottom__comic img{
    margin-bottom: 15px;
    vertical-align: bottom;
}

.sectionbox-bottom__comic img:last-child{
    margin: 0px;
}

.sectionbox-bottom__text--comic{
    padding: 40px 0px;
}

.bottom-texttittlebox{
    width: 660px;
    margin: auto;
    padding-bottom: 20px;
    display: flex;
}

.bottom-texttittlebox__icon{
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #ca0a37;
    margin: 6px;
    border: 4px solid #ffffff;
    position: relative;
}

.bottom-texttittlebox__icon:before{
    content: '';
    border-radius: 50%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 4px solid #ca0a37;
    position: absolute;
	top: -8px;
    left: -8px;
}

.bottom-texttittlebox__text{
    font-size: 20px;
    font-weight: bold;
    color: #535353;
    padding-top: 4px;
    padding-left: 10px;
}

.bottom-descriptionbox{
    width: 710px;
    background-color: #edede2;
    border-radius: 5px;
    padding: 23px;
    box-sizing: border-box;
    margin: 0px auto 40px auto;
    text-align: center;
}

.bottom-descriptionbox__buttontext{
    display: inline-block;
    font-size: 20px;
    color: #ca0a37;
    font-weight: bold;
    border-bottom: 1px solid #ca0a37;
    line-height: 20px;
}

.descriptionbox-housingbox{
    width: 664px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.descriptionbox-housingbox li:hover {
  opacity: 0.8;
}

.housingbox-housingbutton{
    width: 322px;
    height: 110px;
    border: 2px solid #ffffff;
    background: -webkit-linear-gradient(#3082bc, #216494);
    background: linear-gradient(#3082bc, #216494);
    box-shadow: 1px 1px 2px #cfcfc6;
    border-radius: 5px;
    display: flex;
    padding: 38px 27px;
    box-sizing: border-box;
    cursor:pointer;
    text-decoration: none;
}

.housingbox-housingbutton--orange{
    background: -webkit-linear-gradient(#ff6600, #cf5200);
    background: linear-gradient(#ff6600, #cf5200);
}

.housingbutton-right{
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #ffffff;
}

.housingbutton-right__arrow{
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #18517b #18517b transparent transparent;
    transform: rotate(45deg);
    position: relative;
    top: 9px;
    left: 8px;
}

.housingbutton-right__arrow--orang{
    border-color: #e95e01 #e95e01 transparent transparent;
}

.housingbox-housingbutton__text{
    color: #ffffff;
    font-size: 20px;
    padding: 2px 0px 0px 24px;
}

.bottom-descriptionbox__tittle{
    font-size: 18px;
    color: #535353;
    font-weight: bold;
    text-align: center;
}

.descriptionbox-description{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    text-align: left;
    align-items: center;
}

.bottom-description__img{
    width: 211px;
    height: 215px;
}

.bottom-description__text{
    font-size: 14px;
    width: 416px;
    color: #535353;
}

.bottom-description__text dt{
    padding-bottom: 25px;
}

.bottom-hukidasibox{
    text-align: center;
}

.bottom-hukidasibox__hukidasi {
    position: relative;
    display: inline-block;
    background: #686557;
    border-radius: 50px;
    color:#ffffff;
    font-size: 20px;
    text-align: center;
    padding: 20px 80px;
    margin-bottom: 25px;
}

.bottom-hukidasibox__hukidasi:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 48%;
    border: 15px solid transparent;
    border-top: 25px solid #686557;
}

.bottom-descriptionbox__img{
    text-align: left;
    padding-top: 38px;
}

.sectionbox-lastnav{
    border: solid 1px #cccccc;
    padding: 20px;
}

.lastnav-tittlebox{
    text-align: center;
    margin-bottom: 15px;
}

.lastnav-tittlebox__tittle{
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.lastnav-tittlebox__tittle:link{
    color: #535353;
}

.lastnav-tittlebox__tittle:visited{
    color: #535353;
}

.lastnav-tittlebox__tittle:hover{
    color: #ca0a37;
    text-decoration: underline #ca0a37;
}

.lastnav-tittlebox__tittle:active{
    color: #ca0a37;
    text-decoration: underline #ca0a37;
}

.bottom-navbutton--lastnav{
    padding: 0;
}
