@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi > li:nth-child(1) > a {
    color: #fff;
    background: #5E8F75;
    border-radius: 4px;
}

#gHeader {
    padding-bottom: 6px;
    border-bottom: 1px solid;
    background: #fff;
}

#main .mainImg {
    /*padding: 242px 0 250px;*/
	padding: 187px 0 280px;
    text-align: center;
    position: relative;
}

#main .mainImg h2 {
    position: relative;
    z-index: 1;
}

#main .mainImg p {
    position: absolute;
    margin-top: 25px;
    width: 100%;
    z-index: 1;
    text-align: center;
}

#main .mainImg .video {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#main .mainImg .video video {
	position: absolute;
}

#main .sec01 h3 {
    margin-bottom: 32px;
    color: #60574c;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#main .slick-prev,
#main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc((1000px - 70px) / 3 * 140 / 310 / 2 - 12px);
    display: block;
    width: 22px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

#main .slick-prev {
    left: -50px;
    background: url("../image/index/prev.png") no-repeat;
    z-index: 11;
}

#main .slick-next {
    right: -50px;
    background: url("../image/index/next.png") no-repeat;
    z-index: 10;
}

#main .sec01 {
    margin-bottom: 43px;
}

#main .sec01 .slick-slide {
    color: #4b4b4b;
    margin-right: 35px;
    width: 310px;
    font-size: 1.4rem;
    text-align: center;
}

#main .sec01 .slick-slide span {
    display: block;
    margin-top: 14px;
}

#main .sec02 {
    margin-bottom: 74px;
    background: url("../image/index/sec02_bg01.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

#main .sec02 .textBox {
    padding: 72px 0 72px;
    margin: 0 auto;
    width: 1160px;
    position: relative;
}

#main .sec02 .textBox:before {
    margin-right: 14px;
    position: absolute;
    top: 0;
    right: 50%;
    left: -2000px;
    bottom: 0;
    background: url("../image/index/sec02_bg02.png") no-repeat right top;
    content: "";
}

#main .sec02 .textBox .subBox {
    position: relative;
    z-index: 1;
}

#main .sec02 .textBox h3 {
    margin-bottom: 15px;
    font-size: 4rem;
    color: #f3f1ce;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main .sec02 .textBox p {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.88;
}

#main .greenLink {
    margin-top: 30px;
}

#main .greenLink a {
    padding: 8px 0 6px;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: 194px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 1px 5px 0 #251E16;
    background: #10AA58 url("../image/common/icon01.png") no-repeat right 12px center;
}

#main .greenLink a:hover {
    opacity: 0.8;
}

#main .sec03 {
    margin: 0 auto 72px;
    width: 1200px;
}

#main .sec03 .inner {
    margin: 0 100px 0 0;
}

#main .sec03 .inner .photo {
    float: left;
    width: 751px;
    min-height: 407px;
    background: url("../image/index/sec03_photo01.jpg") no-repeat center center;
    background-size: cover;
}
#main .sec03 .inner.inner04 .photo {
	background: url("../image/index/sec03_photo03.jpg") no-repeat center center;
}

#main .sec03 .inner .textBox {
    padding: 25px 27px 24px;
    float: right;
    width: 349px;
    box-sizing: border-box;
    background: #F1EEE8;
}

#main .sec03 .inner .textBox .title {
    margin-bottom: 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.9rem;
    font-weight: bold;
    color: #51473c;
}

#main .sec03 .inner .textBox .title span {
    font-size: 3.2rem;
}

#main .sec03 .inner .textBox p {
    margin-bottom: 8px;
    color: #4b4844;
    font-size: 1.4rem;
    line-height: 1.57;
}

#main .sec03 .inner .textBox p.img img {
    margin-right: 4px;
}

#main .sec03 .inner .textBox .tagUl {
    margin-bottom: 9px;
    font-size: 0;
}

#main .sec03 .inner .textBox .tagUl li {
    margin: 3px 2px 0 0;
    display: inline-block;
    font-size: 1.1rem;
}

#main .sec03 .inner .textBox .tagUl li a {
    padding: 3px 5px 3px 7px;
    color: #4d4843;
    display: inline-block;
    background: #CCB69E;
    border-radius: 4px;
}

#main .sec03 .inner .textBox .tagUl li.color a {
    color: #fff;
    background: #A3764A;
}

#main .sec03 .inner .textBox .address {
    margin-bottom: 11px;
    color: #60574c;
    font-size: 1.3rem;
    line-height: 1.38;
}

#main .sec03 .inner .textBox .link a {
    padding: 4px 5px 4px;
    display: block;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    width: 155px;
    box-sizing: border-box;
    background: #60574C url("../image/common/icon01.png") no-repeat right 9px center;
    box-shadow: 2px 2px 0 #B9B6B2;
}

#main .sec03 .inner .textBox .link a:hover {
    opacity: 0.8;
}

#main .sec03 .inner01 , #main .sec03 .inner05 {
    margin: 40px 0 40px 100px;
}

#main .sec03 .inner01 .photo {
    float: right;
    background-image: url("../image/index/sec03_photo02.jpg");
}
#main .sec03 .inner05 .photo {
    float: right;
    background-image: url("../image/index/sec03_photo04.jpg");
}

#main .sec03 .inner01 .textBox , #main .sec03 .inner05 .textBox {
    float: left;
}

#main .sec04 {
    margin-bottom: 19px;
    padding: 61px 0 259px;
    position: relative;
    background: url("../image/index/sec04_bg.jpg") no-repeat center center;
    background-size: cover;
}

#main .sec04:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 9px;
    background: rgba(255,255,255,0.34);
    content: "";
}

#main .sec04:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background: rgba(255,255,255,0.34);
    content: "";
}

#main .sec04 h3 {
    color: #51473c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 5.5rem;
}

#main .sec04 .img {
    position: absolute;
    z-index: 1;
    bottom: -19px;
    right: 50%;
    margin-right: -35px;
}

#main .sec04 p {
    font-size: 1.8rem;
    line-height: 1.67;
}

#main .sec04 .greenLink {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

#main .sec05 {
    margin-bottom: 19px;
    padding: 85px 0 100px;
    position: relative;
    background: url("../image/index/sec05_bg.jpg") no-repeat center center;
    background-size: cover;
}

#main .sec05:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 9px;
    background: rgba(255,255,255,0.34);
    content: "";
}

#main .sec05:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background: rgba(255,255,255,0.34);
    content: "";
}

#main .sec05 .textBox {
    float: right;
    width: 50%;
    text-align: right;
}

#main .sec05 h3 {
    margin-bottom: 4px;
    color: #51473c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 5.5rem;
}

#main .sec05 p {
    font-size: 1.8rem;
    line-height: 1.67;
}

#main .sec05 .greenLink {
    margin: 25px 0 30px;
}

#main .sec06 {
    margin-bottom: 67px;
    padding: 79px 0 79px;
    position: relative;
    background: url("../image/index/sec06_bg.jpg") no-repeat center center;
    background-size: cover;
}

#main .sec06:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 9px;
    background: rgba(255,255,255,0.34);
    content: "";
}

#main .sec06:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background: rgba(255,255,255,0.34);
    content: "";
}

#main .sec06 h3 {
    margin-bottom: 16px;
    color: #51473c;
    line-height: 1.08;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 5.5rem;
}

#main .sec06 .lBox p {
    font-size: 1.8rem;
    line-height: 1.67;
}

#main .sec06 .lBox .greenLink {
    margin: 16px 0 38px;
}

#main .sec06 .lBox {
    float: left;
    width: 355px;
}

#main .sec06 .rBox {
    float: right;
    width: 603px;
}

#main .sec06 .rBox ul {
    margin-top: -14px;
}

#main .sec06 .rBox ul li {
    padding: 20px 28px 21px;
    box-sizing: border-box;
    margin-top: 14px;
    float: left;
    width: 293px;
    font-size: 1.4rem;
    color: #565656;
    background: rgba(179,176,165,0.45);
    border-radius: 10px;
    overflow: hidden;
}

#main .sec06 .rBox ul li:nth-child(2n) {
    float: right;
}

#main .sec06 .rBox ul li .ttl {
    margin-bottom: 4px;
    color: #5f421f;
    font-size: 1.8rem;
    font-weight: bold;
}

#main .sec06 .rBox ul .liStyle {
    width: 100%;
}

#main .sec06 .rBox ul .liStyle .img {
    margin: -10px -4px 0 0;
    float: right;
}

#main .sec06 .rBox ul .liStyle .sub {
    float: left;
    width: 430px;
}

#main .sec07 {
    margin-bottom: 31px;
    text-align: center;
}

#main .sec07 .comBox {
    width: 800px;
}

#main .sec07 h3 {
    margin-bottom: 37px;
    font-size: 5rem;
    color: #5f421f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main .sec07 .photo {
    margin-bottom: 28px;
}

#main .sec07 .tagUl li {
    margin-right: 25px;
    float: left;
    width: 250px;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}

#main .sec07 .tagUl li:nth-child(3n) {
    margin-right: 0;
}

#main .sec07 .tagUl li a {
    padding: 5px 0 4px;
    color: #fff;
    display: block;
    background: #60574C;
    border-radius: 4px;
}

#main .sec07 .tagUl li a:hover {
    opacity: 0.8;
}

#main .sec07 p {
	margin-top: 20px;
	text-align: left;
}

#main .sec07 p .bold {
	font-weight: bold;
}

#main .sec08 {
	margin-bottom: 40px;
    padding: 42px 0;
    background: #F5F5F5;
}

#main .sec08 h3 {
    margin-bottom: 32px;
    color: #60574c;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#main .sec08 .slick-slide {
    color: #565656;
    margin-right: 26px;
    width: 230px;
    font-size: 1.4rem;
}

#main .sec08 .slick-slide a:hover {
	opacity: 0.8;
}

#main .sec08 .slick-slide span {
    display: block;
    line-height: 1.43;
}

#main .sec08 .slick-slide span.photo {
    margin-bottom: 12px;
}

#main .sec08 .slick-slide span.ttl {
    margin-bottom: 4px;
    color: #a19161;
    font-weight: bold;
    font-size: 1.8rem;
}

#main .sec08 .slick-prev,
#main .sec08 .slick-next {
    top: calc((1000px - 78px)  / 4 * 173 / 230 / 2 - 12px);
}
#main .sec08 .topBnBox {
	padding-bottom: 40px;
	text-align: center;
}
#main .sec08 .topBnBox a:hover img {
	opacity: 0.7;
}

#main .sec09 {
    padding-top: 70px;
}

#main .sec09 h3 {
    margin-bottom: 27px;
    font-size: 3rem;
    color: #5f421f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

#main .sec09 ul {
    margin: 0 auto;
    width: 1000px;
    font-size: 0;
}

#main .sec09 li {
    margin: 0 5px 15px 0;
    display: inline-block;
    font-size: 1.3rem;
    background-color: #EBE7DE;
    border-radius: 3px;
}

#main .sec09 li span {
    padding: 3px 9px;
    color: #5f421f;
    display: inline-block;
    letter-spacing: 0.7px;
}

#main .sns {
	margin: 8px 0 10px 0;
}
#main .sns img {
	width: 30px;
	height: auto;
}


@media all and (max-width: 767px) {
    #gHeader {
        /*padding-bottom: 0;*/
		padding-bottom: 13px;
        border-bottom: none;
        /*background: none;*/
		background: rgba(255,255,255,0.9);
    }

    #main .mainImg {
        /*padding: 103px 0 136px;*/
		padding: 88px 0 151px;
    }

    #main .mainImg h2 img {
        max-width: 310px;
        width: 100%;
    }
	#main .mainImg p {
		margin-top: 20px;
	}
	#main .mainImg p img {
        max-width: 240px;
        width: 100%;
    }

    #main .sec01 h3 {
        margin-bottom: 17px;
        font-size: 1.8rem;
        /*font-weight: normal;*/
    }

    #main .slick-prev,
    #main .slick-next {
        top: calc((100vw - 112px) * 140 / 310 / 2 - 6px);
        width: 11px;
        height: 12px;
        background-size: 11px 12px !important;
    }

    #main .slick-prev {
        left: -35px;
    }

    #main .slick-next {
        right: -35px;
    }

    #main .sec01 {
        margin-bottom: 28px;
    }
    
    #main .sec01 .slider {
        margin: 0 33px;
    }

    #main .sec01 .slick-slide {
        margin-right: 0;
        width: 100%;
        font-size: 1.4rem;
    }
    
    #main .sec01 .slick-slide img {
        width: 100%;
    }

    #main .sec01 .slick-slide span {
        margin-top: 11px;
        font-size: 1rem;
    }

    #main .sec02 {
        margin: 0 23px;
        background: none;
    }
    
    #main .sec02 .photoBox {
        position: relative;
    }
    
    #main .sec02 .photoBox:before {
		height: 32px;
		background-color: #fff;
		position: absolute;
		left: 13px;
		right: 13px;
		bottom: 0;
		content: "";
	}
    
    #main .sec02 .photoBox img {
        width: 100%;
    }

    #main .sec02 .textBox {
        padding: 0 0 39px;
        width: auto;
    }

    #main .sec02 .textBox:before {
        display: none;
    }

    #main .sec02 .textBox h3 {
        margin: -3px 0 17px;
        color: #3c3734;
        font-size: 2rem;
        text-align: center;
    }

    #main .sec02 .textBox p {
        color: #3c3734;
        font-size: 1.4rem;
        line-height: 1.72;
    }

    #main .greenLink {
        margin-top: 13px;
        text-align: center;
    }

    #main .greenLink a {
        padding: 9px 0 7px;
        font-size: 1rem;
        width: 155px;
        border-radius: 25px;
        box-shadow: 1px 3px 0 #251E16;
        background-position: right 43px center;
        background-size: 3px auto;
    }

    #main .sec03 {
        margin: 0 23px 6px;
        width: auto;
    }

    #main .sec03 .inner {
        margin: 0 0 15px;
    }

    #main .sec03 .inner .photo {
        float: none;
        width: auto;
        min-height: inherit;
        position: relative;
        background: none;
    }
    
    #main .sec03 .inner .photo img {
        width: 100%;
    }
    
    #main .sec03 .inner .photo:before {
		height: 32px;
		background-color: #fff;
		position: absolute;
		left: 13px;
		right: 13px;
		bottom: 0;
		content: "";
	}

    #main .sec03 .inner .textBox {
        padding: 0 0 24px;
        float: none;
        width: auto;
        background: #fff;
    }

    #main .sec03 .inner .textBox .title {
        margin: -6px 0 12px;
        font-size: 1.2rem;
        text-align: center;
    }

    #main .sec03 .inner .textBox .title span {
        font-size: 2rem;
        display: inline-block;
        vertical-align: middle;
    }

    #main .sec03 .inner .textBox p {
        margin-bottom: 9px;
        font-size: 1.4rem;
        line-height: 1.7;
    }
    
    #main .sec03 .inner .textBox p.img {
        margin-bottom: -2px;
    }

    #main .sec03 .inner .textBox p.img img {
        margin-right: 2px;
        width: 16px;
    }

    #main .sec03 .inner .textBox .tagUl {
        margin-bottom: 16px;
    }

    #main .sec03 .inner .textBox .tagUl li {
        margin: 3px 2px 0 0;
        font-size: 1rem;
    }

    #main .sec03 .inner .textBox .tagUl li a {
        padding: 4px 5px 2px 7px;
        border-radius: 2px;
    }

    #main .sec03 .inner .textBox .address {
        margin-bottom: 20px;
        font-size: 1.3rem;
        line-height: 1.55;
    }

    #main .sec03 .inner .textBox .link a {
        padding: 6px 5px 5px;
        font-size: 1rem;
        border-radius: 2px;
        box-sizing: border-box;
        background-position: right 45px center;
        background-size: 3px auto;
        box-shadow: 1px 1px 0 #B9B6B2;
    }

    #main .sec03 .inner .textBox .link a:hover {
        opacity: 0.8;
    }

    #main .sec03 .inner01 {
        margin: 0;
    }

    #main .sec03 .inner01 .photo {
        float: none;
        background-image: none;
    }

    #main .sec03 .inner01 .textBox {
        float: none;
    }

    #main .sec04 {
        margin-bottom: 3px;
        padding: 30px 0;
        background: url("../image/index/sp_sec04_bg.jpg") no-repeat center center;
        background-size: cover;
    }

    #main .sec04:before {
        height: 4px;
    }

    #main .sec04:after {
        height: 4px;
    }

    #main .sec04 h3 {
        margin-bottom: 22px;
        font-size: 3rem;
    }

    #main .sec04 .img {
        margin: 0 0 9px;
        position: static;
    }
    
    #main .sec04 .img img {
        width: 56%;
    }

    #main .sec04 p {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    #main .sec04 .greenLink {
        margin-top: 16px;
    }

    #main .sec05 {
        margin-bottom: 97px;
        padding: 36px 0 228px;
        background: url("../image/index/sp_sec05_bg.jpg") no-repeat center center;
        background-size: cover;
    }

    #main .sec05:before {
        height: 4px;
    }

    #main .sec05:after {
        height: 4px;
    }

    #main .sec05 .textBox {
        float: none;
        width: 100%;
        text-align: left;
    }

    #main .sec05 h3 {
        margin-bottom: 4px;
        font-size: 3rem;
    }

    #main .sec05 p {
        font-size: 1.4rem;
        line-height: 1.75;
    }
    
    #main .sec05 .img {
        width: 38%;
        position: absolute;
        right: 23px;
        bottom: -47px;
        z-index: 1;
    }
    
    #main .sec05 .img img {
        width: 100%;
    }

    #main .sec05 .greenLink {
        margin: 0;
        position: absolute;
        left: 21px;
        bottom: -48px;
    }

    #main .sec06 {
        margin-bottom: 28px;
        padding: 0 0 79px;
        position: relative;
        background: #E1E5E8 url("../image/index/sp_sec06_bg.jpg") no-repeat top center;
        background-size: 100% auto;
    }

    #main .sec06:before {
        display: none;
    }
    
    #main .sec06:after {
        height: 4px;
    }

    #main .sec06 h3 {
        margin: 0 0 10px 0;
		padding-top: 30px;
        font-size: 3rem;
    }

    #main .sec06 .lBox p {
        font-size: 1.4rem;
        line-height: 1.67;
    }
    
    #main .sec06 .lBox .greenLink {
        margin: 0 0 0 -78px;
        position: absolute;
        bottom: 28px;
        left: 50%;
    }

    #main .sec06 .lBox {
        float: none;
        width: auto;
    }
    
    #main .sec06 .lBox .spBox {
        margin-bottom: 74px;
    }
    
    #main .sec06 .lBox .spBox .img {
        margin: 0 0 5px 15px;
        width: 43%;
        float: right;
    }
    
    #main .sec06 .lBox .spBox .img img {
        margin-top: -30px;
        width: 100%;
    }
    
    #main .sec06 .rBox {
        float: none;
        width: auto;
    }

    #main .sec06 .rBox ul {
        margin-top: -7px;
    }

    #main .sec06 .rBox ul li {
        padding: 17px 20px 12px;
        margin-top: 8px;
        float: none !important;
        width: auto;
        font-size: 1.2rem;
        line-height: 1.7;
        background: rgba(179,176,165,0.43);
        border-radius: 5px;
    }

    #main .sec06 .rBox ul li .ttl {
        margin-bottom: 7px;
        font-size: 1.5rem;
    }

    #main .sec06 .rBox ul .liStyle .img {
        margin: 34px 0 0;
        width: 20%;
    }
    
    #main .sec06 .rBox ul .liStyle .img img {
        width: 100%;
    }

    #main .sec06 .rBox ul .liStyle .sub {
        width: 76%;
    }

    #main .sec07 {
        margin-bottom: 35px;
        text-align: center;
    }

    #main .sec07 .comBox {
        width: 800px;
    }

    #main .sec07 h3 {
        margin-bottom: 15px;
        font-size: 2.5rem;
    }

    #main .sec07 .photo {
        margin-bottom: 12px;
    }

    #main .sec07 .tagUl {
    }
    
    #main .sec07 .tagUl li {
        margin-right: 0.65%;
        width: 32.9%;
        font-size: 0.9rem;
    }
    
    #main .sec07 .tagUl li a {
        padding: 3px 0 2px;
        color: #fff;
        display: block;
        background: #60574C;
        border-radius: 2px;
    }

    #main .sec08 {
        padding: 21px 0;
    }
	
	#main .sec08 h3 {
        margin-bottom: 17px;
        font-size: 1.8rem;
        /*font-weight: normal;*/
    }
	#main .sec08 .topBnBox {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
    
    #main .sliderBox {
        margin: 0 28px;
    }

    #main .sec08 .slick-slide {
        color: #565656;
        margin: 0 7px 0 6px;
        width: 47%;
        font-size: 0.9rem;
    }
	
	#main .sec08 .slick-slide a:hover {
		opacity: 1;
	}

    #main .sec08 .slick-slide span {
        display: block;
        line-height: 1.43;
    }

    #main .sec08 .slick-slide span.photo {
        margin-bottom: 8px;
    }
	
	#main .sec08 .slick-slide span.photo img {
		height: auto;
	}

    #main .sec08 .slick-slide span.ttl {
        margin-bottom: 4px;
        font-size: 1.1rem;
    }
    
    #main .sec08 .slick-prev {
        left: -28px;
    }
    
    #main .sec08 .slick-next {
        right: -28px;
    }

    #main .sec08 .slick-prev,
    #main .sec08 .slick-next {
        top: calc((100vw - 128px)  / 2 * 173 / 230 / 2 - 6px);
    }
    
    #main .sec09 {
        padding: 26px 23px 0;
    }

    #main .sec09 h3 {
        margin-bottom: 13px;
        font-size: 1.5rem;
    }

    #main .sec09 ul {
        width: auto;
    }

    #main .sec09 li {
        margin: 0 3px 4px 0;
        font-size: 0.75rem;
        border-radius: 2px;
    }

    #main .sec09 li span {
        padding: 1px 9px 0;
        letter-spacing: 0;
    }
	#main .inner04 .fwBold {
		display: block;
		text-align: center;
	}
}