@charset "UTF-8";
/* //////////////////////////////////////////////////

　その他 共通

////////////////////////////////////////////////// */
/* --------------------------------------------------
　ページ内リンク
-------------------------------------------------- */
ul.pageLink {
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
}

ul.pageLink li {
    width: 33.33333%;
    float: left;
}

/* プレスルーム用 */
#pressroom ul.pageLink li {
    width: 50%;
    float: left;
}

ul.pageLink li {
    line-height: 51px;
    height: 51px;
}

ul.pageLink li a {
    display: block;
    padding-left: 40px;
    background: url(/img/common/icon_link1.png) 20px center no-repeat;
    background-size: 13px 13px;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

ul.pageLink li a:hover {
    background-color: #3a3a3a;
    text-decoration: none;
}

ul.pageLink li a span.blank {
    padding-right: 20px;
    background: url(/img/common/icon_blank.png) right center no-repeat;
    background-size: 13px 13px;
}

@media screen and (max-width: 992px) {
    #company ul.pageLink li {
        width: 100%;
        font-size: 13px;
    };
}

@media screen and (max-width: 768px) {
    ul.pageLink {
        margin: 0;
    }

    #pressroom ul.pageLink li,
  ul.pageLink li {
        width: 100%;
        font-size: 13px;
    };
}

@media screen and (min-width: 768px) {
	#pressroom .other_box .table th{
		width: 16%;
		}

	#pressroom .other_box .table-company th{
		width: 16%;
		};
}
@media screen and (min-width: 992px) {
	#pressroom .other_box .table th{
		width: 18%;
		}

	#pressroom .other_box .table-company th{
		width: 11%;
		};
}



/* --------------------------------------------------
　大枠
-------------------------------------------------- */
.other_innner {
    padding-top: 25px;
    padding-bottom: 30px;
    word-break: break-all;
}

.other_box {
    padding-top: 40px;
}

/* --------------------------------------------------
　タイトル
-------------------------------------------------- */
.title-other {
    background: url(/img/common/bg_Tripleline1.png) center top repeat-x;
    height: 64px;
    line-height: 64px;
    text-align: left;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.title-other span {
    display: block;
    background: url(/img/common/bg_Tripleline1.png) center bottom repeat-x;
}

@media screen and (max-width: 768px) {
    .title-other {
        font-size: 20px;
        line-height: 1.5;
        padding: 10px 0 0;
    }

    .title-other span {
        padding: 0 0 10px;
    };
}
/* --------------------------------------------------
　その他
-------------------------------------------------- */
.pt10 {
    padding-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.ml10{
	margin-left: 10px;
}

.ml20{
	margin-left: 20px;
}

.mr10{
	margin-right: 10px;
}

.mr20{
	margin-right: 20px;
}


.line-top {
    border-top: solid 1px #EEE;
    padding-top: 30px;
    margin-top: 30px;
}

/* --------------------------------------------------
　ページ内リンク（スマホ用）
-------------------------------------------------- */
.btn_toTop {
    text-align: right;
}

.btn_toTop a {
    background: url(/img/common/icon_toTop.png) left center no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
    margin-right: 15px;
}

#contact + .btn_toTop a,
.contact + .btn_toTop a {
    background: transparent;
    padding-left: 0;
    margin-right: 0;
}

/* --------------------------------------------------
　ページ内リンク（スマホ用）
-------------------------------------------------- */
#project_loves p.btn_pdf {
    margin-top: 15px;
    text-align: center;
    padding: 10px;
    border: 1px solid #DDD;
}

/* --------------------------------------------------
　お問い合せフォーム
-------------------------------------------------- */
#contactform table.table td {
    vertical-align: middle;
}

#contactform table.table td.form-inline input.modeEn {
    width: 20%;
    margin: 0 2px;
}

@media screen and (max-width: 768px) {
    #contactform table.table input,
    #contactform table.table select,
    #contactform table.table textarea {
        font-size: 16px;
        padding: 6px;
    }

    #contactform table.table td.form-inline input.modeEn,
    #contactform table.table td.form-inline .selectpicker {
        display: inline;
        width: 25%;
    }

    #contactform table.table ul.note {
        padding-left: 15px;
        font-size: 13px;
    };
}
/* --------------------------------------------------
　SNS公式アカウントコミュニティガイドライン・施設利用規約
-------------------------------------------------- */
@media screen and (max-width: 768px) {
    #sns_guideline #maincontent ul,
    #terms_of_use #maincontent ol,
    #terms_of_use #maincontent ul,
    #privacy_policy #maincontent ol,
    #privacy_policy #maincontent ul,
    #site_policy #maincontent ol,
    #site_policy #maincontent ul,
    #page404 #maincontent ul {
        padding-left: 20px;
    };
}
/* --------------------------------------------------
　サイトポリシー
-------------------------------------------------- */
#site_policy #maincontent .other_box dl dd {
	text-indent: -1em;
	margin-left: 1em;
}
#site_policy #maincontent .other_box dl dd + dd {
	margin-top: 10px;
}
#site_policy #maincontent .other_box a {
	text-decoration: underline;
}
#site_policy #maincontent .other_box a:hover {
	text-decoration: none;
	color: #8766a9;
}
#site_policy #maincontent .other_box .title-other {
	padding-top: 18px;
	height: auto;
}
#site_policy #maincontent .other_box .title-other span {
	line-height: 1.1;
	padding-bottom: 18px;
}
#site_policy #maincontent .other_box .list-style2 {
	padding-left: 30px;
}

@media screen and (max-width: 768px) {
	#site_policy #maincontent .other_box .list-style2 {
		padding-left: 20px;
	}
}