@charset "utf-8";
/* メニューactive */
.menu04 a{
	width: 100%;
	font-weight: 700;
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
}
.menu04 a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	color: #fff;
}


.midashi01 h2{
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 40px;
	line-height: 2.0;
}

.midashi01 h2 span{
	font-size: 36px;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #cdf1f0 30%);
}

/***コンテンツ***/
.infobox{
	width: 1050px;
	margin: 0 auto 150px;
}
.infoline{
	width: 1050px;
	display: inline-block;
}

.info_l{
	width: 720px;
	margin: 0 30px 0 0;
	float: left;
}

.info_l_txt{
	width: 100%;
	font-size: 16px;
	margin: 0 0 30px;
}
.info_l_txt span{
	font-size: 20px;
	font-weight: 700;
	color: #0abab5;
}


.info_r{
	width: 280px;
	height: 320px;
	float: left;
}
.info_r img{
	width: 100%;
	height: auto;
}

.infotxt02{
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 50px;
}
.infotxt03{
	width: 600px;
	text-align: left;
	margin: 0 auto 50px;
}

/***病院案内***/
.hospital_box{
	width: 1050px;
	margin: 0 auto 150px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    gap: 30px;
    justify-content: center;
}


.hospital-card {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    margin: 0 0 30px;
}

.hospital-card-image {
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hospital-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.hospital-card-text {
    padding: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.hospital-card-text img{
	width: 14px;
	height: 14px;
	margin: 0 0 0 4px;
}

.hospital-card-text span{
    font-size: 12px;
}

/* ホバー効果 */
.hospital-card:hover .hospital-card-image img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

/*
.hospital-card:hover .hospital-card-text {
    transform: scale(1.2);
}
*/



/************************下層************************/
.ot_bg{
	width: 720px;
	padding: 50px 165px;
	margin: 0 auto 100px;
	background-color: #cdf1f0;
}


/************************初めての方へ************************/
.first_txt01{
	width: 100%;
	margin: 0 auto 25px;
	text-align: center;
}

.first_bg01{
	width: 660px;
	height: 153px;
	padding: 20px 30px;
	margin: 0 auto 35px;
	background-color: #fff;
}

.first_bg02{
	width: 660px;
	height: 153px;
	padding: 20px 30px;
	margin: 0 auto 70px;
	background-color: #fff;
}

.first_bg03{
	width: 720px;
	height: 153px;
	padding: 0;
	margin: 0 auto 35px;
}

.first_tit h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}
.first_tit h2 span{
	color: #0abab5;
}
.first_tit_smal{
	font-size: 16px;
	color: #333 !important;
}

.first_tit02 h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 30px;
	font-weight: 700;
}

.first_txt02{
	width: 100%;
	padding: 0;
	margin: 0;
}

/************************診療のご案内************************/
.wrapper {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.method2 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    background: linear-gradient(
        to right,
        #cdf1f0 0%,
        #cdf1f0 100%
    );
    background-size: 100% 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.consult_bg01{
	width: 660px;
	padding: 20px 30px;
	margin: 0 auto 35px;
	background-color: #fff;
}

.consult_tit h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: dotted 2px #0abab5;
}

.consult_box{
	width: 660px;
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.consult_tag{
	width: 150px;
	padding: 15px 0;
	background-color: #cdf1f0;
	color: #0abab5;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	margin: 0 7px 15px;
}

.consult_txt01{
	width: 100%;
	margin: 0 auto 15px;
	text-align: right;
}

.consult_area{
	width: 750px;
	margin: 0 auto 100px;
}

/* テーブル */
.consult-container02 {
    width: 100%;
}

.consult-table02 {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px;
}

.consult-table02 th,
.consult-table02 td {
    border: 1px solid #333;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 21px;
}

.consult-table02 thead th {
    background-color: #cdf1f0;
    font-weight: 700;
    font-size: 21px;
    height: 30px;
}

.consult-header02 {
    background-color: #cdf1f0;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: 24px;
    white-space: nowrap;
}

.consult-header03 {
    background-color: #cdf1f0;
    font-weight: 700;
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 0;
    font-size: 21px;
    white-space: nowrap;
}

.consult-detail02 {
    font-size: 21px;
    display: block;
    margin-top: 2px;
}

.bottom_txt02 p{
	width: 195px;
	padding: 10px;
	border: solid 1px #000;
	margin: 10px 0 15px;
}

.bottom_btnarea02{
	width: 390px;
	margin: 35px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.bottom_txt03{
	width: 100%;
	padding: 10px;
	margin: 10px 0 15px;
}

.first_txt03{
	width: 100%;
	padding: 0;
	margin: 0;
}
.first_txt03 span{
	font-size: 20px;
	font-weight: 700;
	color: #0abab5;
}



/************************施設紹介************************/
.faci_txt01{
	width: 720px;
	padding: 0;
	margin: 0 auto 50px;
}

.faci_box{
	width: 880px;
	margin: 0 auto 150px;
}

.faci_line{
	width: 880px;
	height: 325px;
	margin: 0 0 30px;
	display: inline-block;
}

.faci_l{
	width: 280px;
	height: 325px;
	float: left;
}
.faci_l img{
	width: 280px;
	height: 325px;
}

.faci_r{
	width: 600px;
	height: auto;
	float: left;
}
.faci_r img{
	width: 600px;
	height: auto;
}

.faci_area{
	width: 1050px;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.faci_block{
	width: 240px;
	margin: 0 10px 25px;
}

.faci_b_img{
	width: 240px;
	height: 160px;
	margin: 0 0 5px;
	cursor: pointer;
}
.faci_b_img img{
	width: 240px;
	height: 160px;
}

.faci_b_tit h3{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}

.faci_b_txt{
	padding: 0;
	margin: 0;
}

    /* ライトボックス用CSS */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      transition: background-color 0.3s ease;
      align-items: center;
      justify-content: center;
    }

    .lightbox.active {
      display: flex;
      background-color: rgba(0, 0, 0, 0.9);
    }

    .lightbox-content {
      max-width: 90%;
      max-height: 90%;
      width: auto;
      height: auto;
      object-fit: contain;
      opacity: 0;
      transform: scale(0.7);
      transition: opacity 0.3s ease, transform 0.3s ease;
      border-radius: 4px;
    }

    .lightbox.active .lightbox-content {
      opacity: 1;
      transform: scale(1);
    }

    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 40px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      transition: color 0.3s;
      z-index: 10000;
      user-select: none;
    }

    .lightbox-close:hover {
      color: #ccc;
    }



/************************専門医の紹介************************/
.pro_txt01{
	width: 720px;
	margin: 0 auto 150px;
}

.pro_area01{
	width: 685px;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.pro_area02{
	width: 1050px;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.pro_card01{
	width: 320px;
	height: 540px;
	padding: 0 0 10px;
	background-color: #cdf1f0;
	position: relative;
}

.pro_card02{
	width: 320px;
	height: 310px;
	padding: 0 0 10px;
	margin: 0 auto 30px;
	background-color: #cdf1f0;
	position: relative;
}

.pro_tag_box{
	width: 100%;
	height: 200px;
}

.pro_tag_box02{
	width: 100%;
	height: 50px;
}

.pro_tag{
	width: calc( 100% - 10px );
	padding: 1px 0 3px 10px;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	background-color: #0abab5;
	color: #fff;
}

.pro_box01{
	width: 300px;
	margin: 0 auto;
}

.pro_line01{
	width: 300px;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: solid 3px #0abab5;
	display: inline-block;
}

.pro_name{
	font-size: 21px;
	font-weight: 700;
	padding: 58px 0 0;
	float: left;
}

.pro_img{
	width: 90px;
	height: 90px;
	float: right;
}
.pro_img img{
	width: 90px;
	height: 90px;
}

.pro_line02{
	width: 300px;
	display: inline-block;
}

.pro_l{
	width: 80px;
	padding: 3px 0;
	margin: 0 10px 0 0;
	text-align: center;
	background-color: #0abab5;
	color: #fff;
	float: left;
}

.pro_r{
	width: 210px;
	padding: 3px 0;
	float: left;
}

.pro_txtarea{
	width: 280px;
	height: 100px;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}


/************************猫専門診療時間************************/
.cat_area01{
	width: 500px;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.cat_img01{
	width: 220px;
	margin: 0 auto 20px;
}
.cat_img01 img{
	width: 100%;
	height: auto;
}


.cat_txt01{
	width: 500px;
	margin: 0 auto 80px;
}
.cat_txt01 span{
	color: #0abab5;
}

.cat_bg{
	width: 500px;
	margin: 0 auto 20px;
	background-color: #cdf1f0;
	padding: 10px 0;
}

.cat_bg_txt01{
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #0abab5;
}
.cat_bg_txt02{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #0abab5;
}

.cat_box{
	width: 220px;
	margin: 0 auto;
}

.cat_box_img{
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
}
.cat_box_img img{
	width: 220px;
	height: 220px;
}

.cat_tit01{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	padding: 0 0 8px;
	border-bottom: solid 3px #0abab5;
	margin: 0 auto 15px;
}

.cat_txt02{
	width: 100%;
}

.cat_img02{
	width: 244px;
	margin: 0 auto 100px;
}
.cat_img02 img{
	width: 100%;
	height: auto;
}


@media screen and (min-width:769px) and ( max-width:1049px) {
/*　画面サイズが769pxから1079pxまではここを読み込む　*/


}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */


.midashi01 h2{
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 40px;
	line-height: 2.0;
}

.midashi01 h2 span{
	font-size: 36px;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #cdf1f0 30%);
}


.txtbox01{
	width: 90%;
	margin: 0 5% 50px;
	position: relative;
	display: inline-block;
}

.txt01{
	width: 100%;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 1.8;
}

/***コンテンツ***/
.infobox{
	width: 90%;
	margin: 0 auto 80px;
}
.infoline{
	width: 100%;
	display: inline-block;
}

.info_l{
	width: 100%;
	margin: 0 0 20px;
	float: none;
}

.info_l_txt{
	width: 100%;
	font-size: 16px;
	margin: 0 0 30px;
}
.info_l_txt span{
	font-size: 20px;
	font-weight: 700;
	color: #0abab5;
}


.info_r{
	width: 280px;
	height: 320px;
	margin: 0 auto;
	float: none;
}
.info_r img{
	width: 100%;
	height: auto;
}

.infotxt02{
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 50px;
}
.infotxt03{
	width: 90%;
	text-align: left;
	margin: 0 auto 50px;
}


/***病院案内***/
.hospital_box{
	width: 90%;
	margin: 0 auto 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 90px);
    gap: 30px;
    justify-content: center;
}


.hospital-card {
    width: 90px;
    height: 130px;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    margin: 0 0 30px;
}

.hospital-card-image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hospital-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.hospital-card-text {
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.hospital-card-text img{
	display: none;
}

.hospital-card-text span{
	display: none;
}

/* ホバー効果 */
.hospital-card:hover .hospital-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
.hospital-card:hover .hospital-card-text {
    transform: scale(1.2);
}
*/


/************************下層************************/
.ot_bg{
	width: 90%;
	padding: 25px 5%;
	margin: 0 auto 50px;
	background-color: #cdf1f0;
}


/************************初めての方へ************************/
.first_txt01{
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}

.first_bg01{
	width: calc( 100% - 20px);
	height: 153px;
	padding: 20px 10px;
	margin: 0 auto 35px;
	background-color: #fff;
}

.first_bg02{
	width: calc( 100% - 20px);
	height: 153px;
	padding: 20px 10px;
	margin: 0 auto 70px;
	background-color: #fff;
}

.first_bg03{
	width: 100%;
	height: 153px;
	padding: 0;
	margin: 0 auto 35px;
}

.first_tit h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}
.first_tit h2 span{
	color: #0abab5;
}
.first_tit_smal{
	font-size: 16px;
	color: #333 !important;
}

.first_tit02 h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 30px;
	font-weight: 700;
}

.first_txt02{
	width: 100%;
	padding: 0;
	margin: 0;
}



/************************診療のご案内************************/
.wrapper {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.method2 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    background: linear-gradient(
        to right,
        #cdf1f0 0%,
        #cdf1f0 100%
    );
    background-size: 100% 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.consult_bg01{
	width: calc( 100% - 20px);
	padding: 20px 10px;
	margin: 0 auto 35px;
	background-color: #fff;
}

.consult_tit h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: dotted 2px #0abab5;
}

.consult_box{
	width: 100%;
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.consult_tag{
	width: 40%;
	padding: 15px 0;
	background-color: #cdf1f0;
	color: #0abab5;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	margin: 0 5% 15px;
}

.consult_txt01{
	width: 100%;
	margin: 0 auto 15px;
	text-align: right;
}

.consult_area{
	width: 90%;
	margin: 0 auto 50px;
}

/* テーブル */
.consult-container02 {
    width: 100%;
}

.consult-table02 {
    width: calc( 100% - 2px );
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px;
}

.consult-table02 th,
.consult-table02 td {
    border: 1px solid #333;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}

.consult-table02 thead th {
    background-color: #cdf1f0;
    font-weight: 400;
    height: 30px;
}

.consult-header02 {
    background-color: #cdf1f0;
    font-weight: 400 !important;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
    white-space: nowrap;
}

.consult-header03 {
    background-color: #cdf1f0;
    font-weight: 400 !important;
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 0;
    font-size: 14px !important;
    white-space: nowrap;
}

.consult-detail02 {
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.bottom_txt02 p{
	width: 195px;
	padding: 10px;
	border: solid 1px #000;
	margin: 10px 0 15px;
}

.bottom_btnarea02{
	width: 100%;
	margin: 35px 0 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.bottom_txt03{
	width: 100%;
	padding: 10px;
	margin: 10px 0 15px;
}

.first_txt03{
	width: 100%;
	padding: 0;
	margin: 0;
}
.first_txt03 span{
	font-size: 20px;
	font-weight: 700;
	color: #0abab5;
}


/************************施設紹介************************/
.faci_txt01{
	width: 90%;
	padding: 0;
	margin: 0 auto 50px;
}

.faci_box{
	width: 90%;
	margin: 0 auto 80px;
}

.faci_line{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: inline-block;
}

.faci_l{
	width: 100%;
	height: auto;
	float: none;
}
.faci_l img{
	width: 100%;
	height: auto;
}

.faci_r{
	width: 100%;
	height: auto;
	float: none;
}
.faci_r img{
	width: 100%;
	height: auto;
}

.faci_area{
	width: 90%;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.faci_block{
	width: 240px;
	margin: 0 auto 30px;
}

.faci_b_img{
	width: 240px;
	height: 160px;
	margin: 0 0 5px;
}
.faci_b_img img{
	width: 240px;
	height: 160px;
}

.faci_b_tit h3{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}

.faci_b_txt{
	padding: 0;
	margin: 0;
}



/************************専門医の紹介************************/
.pro_txt01{
	width: 90%;
	margin: 0 auto 80px;
}

.pro_area01{
	width: 90%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.pro_area02{
	width: 90%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.pro_card01{
	width: 320px;
	height: 540px;
	padding: 0 0 10px;
	margin: 0 0 40px;
	background-color: #cdf1f0;
	position: relative;
}

.pro_card02{
	width: 320px;
	height: 310px;
	padding: 0 0 10px;
	margin: 0 auto 30px;
	background-color: #cdf1f0;
	position: relative;
}

.pro_tag_box{
	width: 100%;
	height: 200px;
}

.pro_tag_box02{
	width: 100%;
	height: 50px;
}

.pro_tag{
	width: calc( 100% - 10px );
	padding: 1px 0 3px 10px;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	background-color: #0abab5;
	color: #fff;
}

.pro_box01{
	width: 300px;
	margin: 0 auto;
}

.pro_line01{
	width: 300px;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: solid 3px #0abab5;
	display: inline-block;
}

.pro_name{
	font-size: 21px;
	font-weight: 700;
	padding: 58px 0 0;
	float: left;
}

.pro_img{
	width: 90px;
	height: 90px;
	float: right;
}
.pro_img img{
	width: 90px;
	height: 90px;
}

.pro_line02{
	width: 300px;
	display: inline-block;
}

.pro_l{
	width: 80px;
	padding: 3px 0;
	margin: 0 10px 0 0;
	text-align: center;
	background-color: #0abab5;
	color: #fff;
	float: left;
}

.pro_r{
	width: 210px;
	padding: 3px 0;
	float: left;
}

.pro_txtarea{
	width: 280px;
	height: 100px;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}


/************************猫専門診療時間************************/
.cat_area01{
	width: 90%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.cat_img01{
	width: 220px;
	margin: 0 auto 20px;
}
.cat_img01 img{
	width: 100%;
	height: auto;
}


.cat_txt01{
	width: 90%;
	margin: 0 auto 40px;
}
.cat_txt01 span{
	color: #0abab5;
}

.cat_bg{
	width: 90%;
	margin: 0 auto 20px;
	background-color: #cdf1f0;
	padding: 10px 0;
}

.cat_bg_txt01{
	width: 90%;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #0abab5;
}
.cat_bg_txt02{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #0abab5;
}

.cat_box{
	width: 220px;
	margin: 0 auto;
}

.cat_box_img{
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
}
.cat_box_img img{
	width: 220px;
	height: 220px;
}

.cat_tit01{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	padding: 0 0 8px;
	border-bottom: solid 3px #0abab5;
	margin: 0 auto 15px;
}

.cat_txt02{
	width: 100%;
}

.cat_img02{
	width: 244px;
	margin: 0 auto 100px;
}
.cat_img02 img{
	width: 100%;
	height: auto;
}


}

@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
