@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 922px;
}

@media all and (max-width: 767px) {
    .content {
        margin: 0 18px;
        width: auto;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 45px;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.headLine01 .en {
    margin-bottom: -1px;
    display: block;
    color: #C09157;
    font-size: 3rem;
    font-weight: normal;
    font-family: "Times New Roman", Times, "serif";
}

@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 47px;
        letter-spacing: 2px;
    }

    .headLine01 .en {
        margin-bottom: 4px;
        font-size: 2.25rem;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 4px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.79;
    letter-spacing: 2px;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 2.01;
        letter-spacing: 4px;
    }
}

/*------------------------------------------------------------
	comPhoList
------------------------------------------------------------*/
.comPhoList {
    margin: -50px 0 0;
    position: relative;
}

.comPhoList:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #FFF;
    
    content: "";
}

.comPhoList li {
    margin-top: 50px;
    padding: 0 22px 45px 0;
    width: 214px;
    float: left;
    border-bottom: 1px solid #E0C8AC;
}

.comPhoList li:nth-child(4n) {
    padding-right: 0;
}

.comPhoList li .photo {
    margin-bottom: 20px;
    position: relative;
}
.comPhoList li .photo a img {
	display:block;
	margin-top:30px;
}

.comPhoList li .photo .txt {
    width: 100%;
    padding: 5px 5px;
    display: block;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    left: 0;
    top: -35px;
    box-sizing: border-box;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    background-color: #AD0D53;
}

.comPhoList li p {
    line-height: 2;
    letter-spacing: 1px;
    text-align: justify;
}


@media all and (max-width: 767px) {
    .comPhoList {
        margin: 0 0 27px;
    }
    
    .comPhoList:before {
        display: none;
    }

    .comPhoList li {
        margin: 0 0 48px;
            padding: 0 0 22px;
        width: auto;
        float: none;
        border-width: 2px;
    }
    
    .comPhoList li:last-of-type {
        margin-bottom: 0;
    }

    .comPhoList li .photo {
        margin-bottom: 20px;
    }
    
    .comPhoList li .photo img {
        width: 100%;
    }
	.comPhoList li .photo a img{
		display:block;		
		padding-top: 20px;
		}

    .comPhoList li .photo .txt {
        padding: 9px 5px;
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .comPhoList li p {
        line-height: 2.2;
    }
}

/*------------------------------------------------------------
	comButton
------------------------------------------------------------*/
.comButton a {
    margin: 0 auto;
    padding: 9px 5px;
    display: block;
    width: 350px;
    color: #FFF;
    font-size: 1.5rem;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    text-align: center;
    letter-spacing: 2px;
    box-sizing: border-box;
    background: #AD0D53 url("../../img/common/icon02.png") no-repeat right 13px center;
    background-size: 24px auto;
}

.comButton a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    .comButton a {
        padding: 19px 5px;
        width: auto;
        border-radius: 5px;
        background-position: right 20px center;
    }
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    margin-bottom: 16px;
    width: 100%;
    border-collapse: collapse;
}

.comTable th,
.comTable td {
    text-align: left;
    vertical-align: middle;
    line-height: 1.99;
}

.comTable th {
    padding: 3px 0;
    width: 148px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
}

.comTable td {
    padding: 5px 5px 5px 40px;
    letter-spacing: 2px;
    border-left: 1px solid #9F9E9C;
}

.comTable .thStyle {
    padding-top: 18px;
    vertical-align: top;
}

.comTable .trStyle {
    height: 19px;
}

.comTable .trStyle th {
    padding: 0 !important;
    height: 19px !important;
    width: auto;
    background: url("../../img/index/line01.png") no-repeat left top;
    background-size: auto 19px;
    line-height: normal;
}

.comTable td a {
    color: #fff;
}

@media all and (max-width: 767px) {
    .comTable {
        margin-bottom: 18px;
    }
    
    .comTable th,
    .comTable td {
        line-height: 2.1;
    }

    .comTable th {
        padding: 1px 0;
        width: 78px;
        letter-spacing: 5px;
    }

    .comTable td {
        padding: 1px 5px 1px 20px;
        letter-spacing: 2px;
        line-height: 1.6;
        border-left: 1px solid #9F9E9C;
    }

    .comTable .trStyle {
        height: 15px;
    }

    .comTable .trStyle th {
        padding: 0 !important;
        width: auto;
        height: 15px !important;
        line-height: normal;
        background: url("../../img/index/sp_line01.png") no-repeat left top;
        background-size: auto 15px;
    }
}

@media all and (-ms-high-contrast:none){
    .comButton a {
        padding: 11px 5px 7px;
    }
    
    .comPhoList li .photo .txt {
        padding: 7px 5px 3px;
    }
	
}

@media all and (max-width: 374px) {
    .comButton a {
        font-size: 1.4rem;
    }
}




