@charset "UTF-8";
/* CSS Document */

ul.tab > li{
margin-right: 12px;
}
h3.common{
    font-size: 18px;
}
h3.common_w {
    font-size: 18px;
}
h4.common{
    font-size: 18px;
}

.content .half_area{
	width: 430px;
}

p{
    line-height: 24px;
}

.text01 {
	padding-left: 5em;
}


#bg_illust01{
    background: url(/tyo/special/australia/greatbarrierreef/img/tab01/illust01.png) left top no-repeat;
    padding-top: 110px;
    width: 450px;
}


/*2021/8/6�ǋL*/
.half_area img{
	object-fit: cover;
}

.bnr {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

/*2025/2/27追加*/
.search__btn--op {
    clear: both;
    text-align: center;
}
.search__btn--op--inner {
    display: inline-block;
}
.search__btn--op--inner a {
    background-color: #1b4782;
    padding: 15px 40px;
    border-radius: 500px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: bold!important;
    text-decoration: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    &:hover {
        opacity: 0.8;
    }
}