/*bormalize
************************************************************/
section {
    margin-top: 0;
  }
  .shikumi {
    color: #333;
  }
  .shikumi img {
    width: 100%;
  }
  /*device
  ************************************************************/
  .only-sp {
    display: none !important;
  }
  /*content01
  ************************************************************/
  .kasai_wrap h3,
  .shizen_wrap h3 {
    margin: auto;
    width: 271px;
  }
  .kasai_wrap {
    background: #f9d0c7;
    padding: 30px;
  }
  .kasai_wrap:first-child {
    margin-top: 20px;
  }
  .shizen_wrap {
    background: #c7e1f1;
    padding: 30px 30px 20px;
  }
  .kyousai_wrap {
    background: #fff;
    border: solid 2px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    padding: 15px 10px 10px;
  }
  .kyousai_wrap:first-of-type {
    margin-top: 20px;
  }
  .kyousai_wrap.opt-kasai {
    border-color: #ea5027;
  }
  .kyousai_wrap.opt-kasai .kyousai_catch {
    background: url(/library/kyousai/kasai/shikumi/img/index_img02.png) top / 89px 75px no-repeat;
    color: #ea5027;
  }
  .kyousai_wrap.opt-kasai li:nth-child(2n-1) {
    width: 217px;
  }
  .kyousai_wrap.opt-kasai li:nth-child(2n) {
    width: 230px;
  }
  .kyousai_wrap.opt-kasai li::before {
    background: #ea5027;
  }
  .kyousai_wrap.opt-kasai .kyousai_detail_btn a::before {
    background: #ea5027;
  }
  .kyousai_wrap.opt-fusuigai {
    border-color: #8b5abd;
  }
  .kyousai_wrap.opt-fusuigai .kyousai_catch {
    background: url(/library/kyousai/kasai/shikumi/img/index_img03.png) top / 92px 66px no-repeat;
    color: #8b5abd;
  }
  .kyousai_wrap.opt-fusuigai li {
    width: 30%;
  }
  .kyousai_wrap.opt-fusuigai li:nth-child(3n) {
    width: 170px;
  }
  .kyousai_wrap.opt-fusuigai li:last-child {
    width: 100%;
  }
  .kyousai_wrap.opt-fusuigai li::before {
    background: #8b5abd;
  }
  .kyousai_wrap.opt-fusuigai .kyousai_detail_btn a::before {
    background: #8b5abd;
  }
  .kyousai_wrap.opt-jishin {
    border-color: #2780dd;
  }
  .kyousai_wrap.opt-jishin .kyousai_catch {
    background: url(/library/kyousai/kasai/shikumi/img/index_img05.png) top / 89px 74px no-repeat;
    color: #2780dd;
  }
  .kyousai_wrap.opt-jishin li {
    width: 50%;
  }
  .kyousai_wrap.opt-jishin li::before {
    background: #2780dd;
  }
  .kyousai_wrap.opt-jishin .kyousai_detail_btn a::before {
    background: #2780dd;
  }
  .kyousai_wrap.opt-tounan {
    border-color: #09939c;
  }
  .kyousai_wrap.opt-tounan .kyousai_catch {
    color: #09939c;
    line-height: 1;
    padding: 0;
  }
  .kyousai_wrap.opt-tounan li::before {
    background: #09939c;
  }
  .kyousai_wrap.opt-tounan .kyousai_detail_btn a::before {
    background: #09939c;
  }
  .kyousai_catch_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kyousai_catch {
    font-weight: bold;
    padding-top: 80px;
    text-align: center;
    width: 162px;
  }
  .kyousai_catch em {
    font-size: 2.4rem;
  }
  .kyousai_catch span {
    font-size: 1.8rem;
  }
  .kyousai_list_wrap,
  .kyousai_text_wrap {
    width: -webkit-calc(100% - 172px);
    width: calc(100% - 172px);
  }
  .kyousai_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: bold;
  }
  .kyousai_list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .kyousai_list li::before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px;
  }
  .kyousai_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kyousai_text {
    color: #8b5abd;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .kyousai_detail_btn {
    font-weight: bold;
    text-align: right;
  }
  .kyousai_detail_btn a {
    padding-right: 24px;
    position: relative;
  }
  .kyousai_detail_btn a::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
  }
  .kyousai_detail_btn a::after {
    background: url(/library/kyousai/kasai/shikumi/img/index_icon01.png) center / contain no-repeat;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
  }
  ul.kyousai_outside_list {
    margin-top: 15px;
    margin-left: 20px;
  }
  ul.kyousai_outside_list li {
    font-size: 1.3rem;
  }
  ul.kyousai_outside_list span {
    display: inline-block;
    margin: 0 2px;
    width: 68px;
  }
  .none_type_wrap {
    background: #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 8px;
  }
  .none_type_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
  }
  .none_type_text01 {
    font-size: 1.6rem;
    text-align: center;
  }
  .none_type_text02 {
    background: #7d7d7d;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 3px;
    padding: 3px 5px 1px;
    width: 140px;
  }
  .none_type_right {
    background: #fff;
    font-size: 1.3rem;
    margin: 0;
    padding: 15px 20px 12px;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .tokuyaku_wrap {
    margin-top: 30px;
  }
  .tokuyaku_wrap h3 {
    font-size: 2.4rem;
    padding-left: 40px;
    position: relative;
  }
  .tokuyaku_wrap h3::before {
    background: url(/library/kyousai/kasai/shikumi/img/index_icon02.png) center / contain no-repeat;
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
  }
  .tokuyaku_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
  }
  .tokuyaku_list_wrap dl {
    border-radius: 10px;
    border: solid 2px #e8a900;
    overflow: hidden;
    width: 170px;
  }
  .tokuyaku_list_wrap dl:nth-child(1) {
    background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_01.png) bottom 17px center / 122px no-repeat;
  }
  .tokuyaku_list_wrap dl:nth-child(2) {
    background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_02.png) bottom 17px center / 77px no-repeat;
  }
  .tokuyaku_list_wrap dl:nth-child(3) {
    background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_03.png) bottom 17px center / 80px no-repeat;
  }
  .tokuyaku_list_wrap dl:nth-child(4) {
    background: url(/library/kyousai/kasai/hoshou/tokuyaku/img/tokuyaku-illust_04.png) bottom 17px center / 100px no-repeat;
  }
  .tokuyaku_list_wrap dt {
    background: #e8a900;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 8px 0;
    text-align: center;
  }
  .tokuyaku_list_wrap em {
    font-size: 2rem;
  }
  .tokuyaku_list_wrap dd {
    font-size: 1.3rem;
    padding: 14px 18px 90px;
  }
  .tokuyaku_text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 35px;
    line-height: 1.3;
  }
  /*content02
  ************************************************************/
  .hosho_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .hosho_item:nth-child(1) {
    width: 510px;
  }
  .hosho_item:nth-child(2) {
    width: 190px;
  }
  .hosho_item_top {
    border-radius: 10px;
    border: solid 2px #29bc91;
    overflow: hidden;
  }
  .hosho_item_top_text {
    background: #29bc91;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 11px;
  }
  .hosho_item_top_text em {
    font-size: 1.8rem;
  }
  .hosho_item_top_text span {
    font-size: 1.5rem;
  }
  .hosho_item_top_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hosho_item_top_list li {
    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;
    font-size: 18px;
    font-weight: bold;
    height: 0;
    line-height: 1.3;
    text-align: center;
    padding: 35px 0 100px;
    width: 190px;
  }
  .top_list_item01 {
    background: url(/library/kyousai/kasai/img/house-illust_01.png) bottom 10px center / 68px no-repeat;
  }
  .top_list_item02 {
    background: url(/library/kyousai/kasai/img/house-illust_02.png) bottom 10px center / 58px no-repeat;
  }
  .top_list_item03 {
    background: url(/library/kyousai/kasai/img/house-illust_03.png) bottom 10px center / 89px no-repeat;
  }
  .hosho_item_bottom {
    border-radius: 10px;
    border: solid 2px #ccc;
    margin-top: 35px;
    padding: 20px 9px 15px;
    position: relative;
  }
  .hosho_item_bottom::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 23px 0 23px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hosho_item_bottom_text {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .hosho_item_bottom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .hosho_item_bottom_list li {
    background-color: #e0f1eb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.3rem;
    margin-top: 20px;
    padding: 15px;
    width: 158px;
  }
  .hosho_item_bottom_list p {
    font-size: 1.6rem;
    color: #fff;
    margin: 0 auto 10px;
    padding-top: 55px;
    text-align: center;
  }
  .hosho_item_bottom_list p span {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-weight: bold;
    background: #FBC600;
    padding-top: 2px;
  }
  .bottom_list_item01 p {
    background: url(/library/kyousai/kasai/img/hosyou-eraberu_02.png) left 4px top / 124px no-repeat;
    position: relative;
  }
  .bottom_list_item02 p {
    background: url(/library/kyousai/kasai/img/hosyou-eraberu_03.png) top center / 48px no-repeat;
  }
  .bottom_list_item03 p {
    background: url(/library/kyousai/kasai/img/hosyou-eraberu_04.png) top center / 71px no-repeat;
  }