@charset "utf-8";
/* CSS Document */

/* ======================= */
/* -------------------------

**	Container-Custom
**	表單 ( form-control / input / Label )
**	內頁左邊選單 / 內頁上邊選單
**	自訂 共用 - 按鈕
**	自訂 Model ( 互動視窗 )
**	Fullpage-wrapper
**	layout_padding set
**	ContentPlaceContent_ContentSubMenu H1~H6
**	ContentPlaceContent_ContentConentA H1~H6

-------------------------- */
/* ======================= */


@import url(http://fonts.googleapis.com/css?family=Roboto);

:root{
    --extremedarkcolor: #004D59;
    --darkcolor: #004D59;
    --middlecolor: #00788c;
    --lightcolor: #999999;
    --extremelightcolor: #F5F5F5;
}

* {
	font-family: "open sans","微軟正黑體",sans-serif;
}

body {
    font-family: "open sans","微軟正黑體",sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    
    color: #1e2d40;
}

a, a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
	outline: thin dotted;
    outline: 3px dotted #D10000;
	outline-offset: -3px;
}
button:focus {
    outline: 3px dotted #D10000 !important;
	outline-offset: -4px;
}
.btn.focus, .btn:focus {
    outline: 3px dotted #D10000 !important;
	outline-offset: -3px;
    box-shadow: none;
}
/* [tabindex="-1"]:focus:not(:focus-visible) {
	text-decoration: none;

	outline: thin dotted !important;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
} */

img {
    max-width: 100%;
    height: auto;
}
.list-group {
    list-style: none;
}

.pad {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
@media (max-width: 1305px) {
	.pad {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
}

.bg_area {
	position: relative; 
	z-index: 16;     
	background-color: transparent;
	background-size: auto; 
	background-repeat: no-repeat; 
	/*background-position: bottom;*/
	/*background-image: url(images/bg/main_background-image_1903x4000.png)*/
}

/*.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}*/


.global_section {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
}

/* ============================================= */
/* ------ Container-Custom --------------------- */
/* ============================================= */
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container,.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container,.container-md,.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container,.container-lg,.container-md,.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container,.container-lg,.container-md,.container-sm,.container-xl {
		max-width: 1170px; /*1140*/
	}
}

/* ------ Container-Custom --------------------- */
@media (min-width: 1200px) {
  .container-customize1 {
    max-width: 1500px; /*1170 / 1500*/
  }
}

.container-customize1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* ------ Container-1290 --------------------- */
@media (min-width: 1200px) {
  .container-customize2 {
    max-width: 1170px; /*1290 / 1500*/
  }
}

.container-customize2 {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
}
/* ============================================= */
/* ------ Container-Custom --------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 表單所有 ( 以下 ) ---------------------- */
/* ============================================= */
.required {
	color: red;
	font-size: 87.5%; /*0.875em*/
	margin-left: 5px;
}

.y-required {
	color: yellow;
	font-size: 87.5%; /*0.875em*/
	margin-left: 5px;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-control:not(.form-control-lg):not(.form-control-sm), 
.swal-modal input.swal-content__input:not(.form-control-lg):not(.form-control-sm) {
    height: -webkit-calc(1.5em + .75rem + 3px);
    height: -moz-calc(1.5em + .75rem + 3px);
    height: calc(1.5em + .75rem + 3px);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;    
    color: #1e2d40;
    background-color: #FFFFFF;
    background-clip: padding-box;    
    border: 1px solid #AEAEAE;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* ============================================= */
/* ------ 自訂 勾選開關 ------------------------- */
.form-check-input {
    position: absolute;
    margin-top: 0.65rem; /*.3rem*/
    margin-left: 0rem; /*-1.25rem*/
}

.form-check-input {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
	width: 18px;
	height: 18px;
}

.custom-check-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.custom-check-label span.check-txt {
    margin-left: 1.5rem;
}
/* ------ 自訂 勾選開關 ------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 自訂 輸入區 --------------------------- */
textarea.custom-form-control-height-lg {
    height: auto !important;
}
/* ------ 自訂 輸入區 --------------------------- */
/* ============================================= */

.questionnaire-block-box {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 100%; /*1em*/
    font-weight: 400;
    line-height: 1.5;
    color: #1e2d40;    
    background-color: #FFFFFF;    
    background-clip: padding-box;    
    border: 1px solid #AEAEAE;    
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.block-linebox {
    display: block;
    width: 100%;    
    padding: .375rem .75rem;
    font-size: 100%; /*1em*/
    font-weight: 400;
    line-height: 1.5;
    
    color: #1e2d40;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #AEAEAE;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* ============================================= */
/* ------ 表單所有 ( 以上 ) ---------------------- */
/* ============================================= */



/* ============================================= */
/* ------ 自訂 按鈕 ----------------------------- */
/* ============================================= */
.btn {
    position: relative;	
    
    display: inline-block;
    font-size: 100%;
    line-height: 1.5;
    font-weight: 400;
    
    color: #090a0c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    border: 1px solid transparent;     
    background-color: transparent;

    padding: 0.5rem 1.5rem;    
    
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/*------------------------------------------------*/
/* 藍底色+白字 */
.btn.btn-customize-viewmore {
    color: #00788c;
    border: 1px solid #00788c;
    background-color: #ffffff;
    z-index: 1;
}

.btn.btn-customize-viewmore:hover,
.btn.btn-customize-viewmore:focus {
    color: #ffffff;
	border-color: #00788c;
    background-color: #00788c;
}
/*------------------------------------------------*/
/* 白底色+藍黑字 */
.btn.btn-customize-white-viewmore {
    color: #1e2d40;
    border: 1px solid #d7a975;
    background-color: #FFFFFF;
    z-index: 1;
}

.btn.btn-customize-white-viewmore:hover {
    color: #FFFFFF;
	border-color: #FFFFFF;
    background-color: #d7a975;
}
/*------------------------------------------------*/
/* 無底色+白字 */
.btn.btn-customize-transparent-viewmore {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    z-index: 1;
}

.btn.btn-customize-transparent-viewmore:hover {
    color: #775108;
	border-color: #FFFFFF;
    background-color: #d7a975;
}
/* ============================================= */
/* ------ 自訂 按鈕 ----------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 自訂 Model --------------------------- */
/* ============================================= */
.custom-model-box {
	position: relative;
	display: block;
}

.custom-model-box .modal-open {
	overflow: hidden
}

.custom-model-box .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.custom-model-box .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.custom-model-box .modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.custom-model-box .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.custom-model-box .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.custom-model-box .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.custom-model-box .modal-content {
	position: relative;    
	background-color: #FFFFFF;    
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.custom-model-box .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.custom-model-box .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.custom-model-box .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.custom-model-box .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.custom-model-box .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.custom-model-box .modal-header .close {
	font-size: 131.25%; /*1.3125em; /*21*/
	font-weight: 400;
	line-height: 0.5;    
	color: #959595;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-top: -2px;
	opacity: 1;
}

.custom-model-box .modal-header button.close {
	padding: 5px;
	border-radius: 50px;
    
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.custom-model-box .modal-header button.close:hover {
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

.custom-model-box .modal-header button.close span {
	display: block;
	width: 15px;
	height: 15px;
}

.custom-model-box .modal-header h3 {
	font-size: 125%; /*1.25em*/
}

.custom-model-box .modal-header h3 i {
	font-size: 150%; /*1.5em*/
	color: #FFB300;
}

.custom-model-box .modal-title {
	font-size: 125%; /*1.25em*/
	line-height: 1.42857143;
	margin: 0;
}

.custom-model-box .modal-body {
	position: relative;
	padding: 15px
}

.custom-model-box .modal-body h4 {
    font-size: 112.5%; /*1.125em*/
	color: #FF0000;
}

.custom-model-box .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.custom-model-box .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.custom-model-box .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.custom-model-box .modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.custom-model-box .modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.custom-model-box .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.custom-model-box .modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.custom-model-box .modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.custom-model-box .modal-sm {
		width: 300px
	}
}
/* ============================================= */
/* ------ 自訂 Model --------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ Fullpage-wrapper --------------------- */
/* ============================================= */
.fullpage-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	/* transform: translate3d(0px, 0px, 0px); */
}
.customize-paddingtop,
.fullpage-wrapper.customize-paddingtop { 
	padding-top: 131px;
}
@media (min-width: 1370px) and (max-width: 1920px) {
    .customize-paddingtop,    
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 131px;
    }
}
@media (min-width: 992px) and (max-width: 1370px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 162px;
    }
}
@media (min-width: 770px) and (max-width: 992px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 117px;
    }
}
@media (min-width: 590px) and (max-width: 770px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 117px;
    }
}
@media (min-width: 540px) and (max-width: 590px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 112px;
    }
}
@media (min-width: 480px) and (max-width: 540px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 109px;
    }
}
@media (min-width: 470px) and (max-width: 480px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 107px;
    }
}
@media (min-width: 460px) and (max-width: 470px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 105px;
    }
}
@media (min-width: 450px) and (max-width: 460px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 104px;
    }
}
@media (min-width: 440px) and (max-width: 450px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 103px;
    }
}
@media (min-width: 430px) and (max-width: 440px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 102px;
    }
}
@media (min-width: 420px) and (max-width: 430px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 101px;
    }
}
@media (min-width: 410px) and (max-width: 420px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 100px;
    }
}
@media (min-width: 400px) and (max-width: 410px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 99px;
    }
}
@media (min-width: 390px) and (max-width: 400px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 97px;
    }
}
@media (min-width: 380px) and (max-width: 390px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 96px;
    }
}
@media (min-width: 370px) and (max-width: 380px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 95px;
    }
}
@media (min-width: 365px) and (max-width: 370px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 93px;
    }
}
@media (min-width: 363px) and (max-width: 365px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 93px;
    }
}
@media (min-width: 320px) and (max-width: 363px) {
    .customize-paddingtop,
    .fullpage-wrapper.customize-paddingtop {
        padding-top: 117px;
    }
}

/* for life_theme_section 作用 */
.life_theme {
	position: relative;
    top: -176px; /*-183px;*/
}

@media (max-width: 991px) {
	.life_theme {
		position: relative;
		top: 15px;
	}
}
/* ============================================= */
/* ------ Fullpage-wrapper --------------------- */
/* ============================================= */


/* ============================================= */
/* ------ layout_padding set ------------------- */
/* ============================================= */
.layout_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.layout_padding-top {
    padding-top: 100px;
}

.layout_padding-bottom {
    padding-bottom: 100px;
}

@media (max-width:768px) {
    .layout_padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .layout_padding-top {
        padding-top: 50px;
    }

    .layout_padding-bottom {
        padding-bottom: 50px;
    }
}

/* ============================= */
.layout_padding0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.layout_padding0-top {
    padding-top: 0px;
}

.layout_padding0-bottom {
    padding-bottom: 0px;
}

@media (max-width:768px) {
    .layout_padding0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .layout_padding0-top {
        padding-top: 0px;
    }

    .layout_padding0-bottom {
        padding-bottom: 0px;
    }
}

/* ============================= */
.layout_padding1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding1-top {
    padding-top: 90px;
}

.layout_padding1-bottom {
    padding-bottom: 90px;
}

@media (max-width:768px) {
    .layout_padding1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .layout_padding1-top {
        padding-top: 45px;
    }

    .layout_padding1-bottom {
        padding-bottom: 45px;
    }
}

/* ============================= */
.layout_padding2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.layout_padding2-top {
    padding-top: 60px;
}

.layout_padding2-bottom {
    padding-bottom: 60px;
}

@media (max-width:768px) {
    .layout_padding2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .layout_padding2-top {
        padding-top: 30px;
    }

    .layout_padding2-bottom {
        padding-bottom: 30px;
    }
}

/* ============================= */
.layout_padding3 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding3-top {
    padding-top: 45px;
}

.layout_padding3-bottom {
    padding-bottom: 45px;
}

@media (max-width:768px) {
    .layout_padding3 {
        padding-top: 22.5px;
        padding-bottom: 22.5px;
    }

    .layout_padding3-top {
        padding-top: 22.5px;
    }

    .layout_padding3-bottom {
        padding-bottom: 22.5px;
    }
}

/* ============================= */
.layout_padding4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.layout_padding4-top {
    padding-top: 30px;
}

.layout_padding4-bottom {
    padding-bottom: 30px;
}

@media (max-width:768px) {
    .layout_padding4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .layout_padding4-top {
        padding-top: 15px;
    }

    .layout_padding4-bottom {
        padding-bottom: 15px;
    }
}

/* ============================= */
.layout_padding_trbl {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width:768px) {
    .layout_padding_trbl {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* ============================= */
.layout_padding-rl {
    padding-left: 100px;
    padding-right: 100px;
}

.layout_padding-left {
    padding-left: 100px;
}

.layout_padding-right {
    padding-right: 100px;
}

@media (max-width:768px) {
    .layout_padding-rl {
        padding-left: 50px;
        padding-right: 50px;
    }

    .layout_padding-left {
        padding-left: 50px;
    }

    .layout_padding-right {
        padding-right: 50px;
    }
}

/* ============================= */
.layout_padding-rl-1 {
    padding-left: 90px;
    padding-right: 90px;
}

.layout_padding-rl-1-left {
    padding-left: 90px;
}

.layout_padding-rl-1-right {
    padding-right: 90px;
}

@media (max-width:768px) {
    .layout_padding-rl-1 {
        padding-left: 45px;
        padding-right: 45px;
    }

    .layout_padding-rl-1-left {
        padding-left: 45px;
    }

    .layout_padding-rl-1-right {
        padding-right: 45px;
    }
}

/* ============================= */
.layout_padding_trbl_2 {
    padding-left: 60px;
    padding-right: 60px;
}

.layout_padding-rl-2-left {
    padding-left: 60px;
}

.layout_padding-rl-2-right {
    padding-right: 60px;
}

@media (max-width:768px) {
    .layout_padding-rl-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .layout_padding-rl-2-left {
        padding-left: 30px;
    }

    .layout_padding-rl-2-right {
        padding-right: 30px;
    }
}

/* ============================= */
.layout_padding-rl-3 {
    padding-left: 45px;
    padding-right: 45px;
}

.layout_padding-rl-3-left {
    padding-left: 45px;
}

.layout_padding-rl-3-right {
    padding-right: 45px;
}

@media (max-width:768px) {
    .layout_padding-rl-3 {
        padding-left: 22.5px;
        padding-right: 22.5px;
    }

    .layout_padding-rl-3-left {
        padding-left: 22.5px;
    }

    .layout_padding-rl-3-right {
        padding-right: 22.5px;
    }
}

/* ============================= */
.layout_padding-rl-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.layout_padding-rl-4-left {
    padding-left: 30px;
}

.layout_padding-rl-4-right {
    padding-right: 30px;
}

@media (max-width:768px) {
    .layout_padding-rl-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .layout_padding-rl-4-left {
        padding-left: 15px;
    }

    .layout_padding-rl-4-right {
        padding-right: 15px;
    }
}
/* ============================================= */
/* ------ layout_padding set ------------------- */
/* ============================================= */


/* ====================================================== */
/* ------ ContentPlaceContent_ContentSubMenu H1~H6 ------ */
/* ------ ContentPlaceContent_ContentConentA H1~H6 ------ */
/* ====================================================== */
#ContentPlaceContent_ContentSubMenu .h1,
#ContentPlaceContent_ContentSubMenu .h2,
#ContentPlaceContent_ContentSubMenu .h3,
#ContentPlaceContent_ContentSubMenu .h4,
#ContentPlaceContent_ContentSubMenu .h5,
#ContentPlaceContent_ContentSubMenu .h6,
#ContentPlaceContent_ContentSubMenu h1,
#ContentPlaceContent_ContentSubMenu h2,
#ContentPlaceContent_ContentSubMenu h3,
#ContentPlaceContent_ContentSubMenu h4,
#ContentPlaceContent_ContentSubMenu h5,
#ContentPlaceContent_ContentSubMenu h6,

#ContentPlaceContent_ContentConentA .h1,
#ContentPlaceContent_ContentConentA .h2,
#ContentPlaceContent_ContentConentA .h3,
#ContentPlaceContent_ContentConentA .h4,
#ContentPlaceContent_ContentConentA .h5,
#ContentPlaceContent_ContentConentA .h6,
#ContentPlaceContent_ContentConentA h1,
#ContentPlaceContent_ContentConentA h2,
#ContentPlaceContent_ContentConentA h3,
#ContentPlaceContent_ContentConentA h4,
#ContentPlaceContent_ContentConentA h5,
#ContentPlaceContent_ContentConentA h6
 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

#ContentPlaceContent_ContentSubMenu .h1,
#ContentPlaceContent_ContentSubMenu h1,
#ContentPlaceContent_ContentConentA .h1,
#ContentPlaceContent_ContentConentA h1 {
	font-size: 200%; /*2em*/
}

#ContentPlaceContent_ContentSubMenu .h2,
#ContentPlaceContent_ContentSubMenu h2,
#ContentPlaceContent_ContentConentA .h2,
#ContentPlaceContent_ContentConentA h2 {
	font-size: 175%; /*1.755em*/
}

#ContentPlaceContent_ContentSubMenu .h3,
#ContentPlaceContent_ContentSubMenu h3,
#ContentPlaceContent_ContentConentA .h3,
#ContentPlaceContent_ContentConentA h3 {
	font-size: 150%; /*1.5em*/
}

#ContentPlaceContent_ContentSubMenu .h4,
#ContentPlaceContent_ContentSubMenu h4,
#ContentPlaceContent_ContentConentA .h4,
#ContentPlaceContent_ContentConentA h4 {
	font-size: 125%; /*1.25em*/
}

#ContentPlaceContent_ContentSubMenu .h5,
#ContentPlaceContent_ContentSubMenu h5,
#ContentPlaceContent_ContentConentA .h5,
#ContentPlaceContent_ContentConentA h5 {
	font-size: 100%; /*1.0em*/
}

#ContentPlaceContent_ContentSubMenu .h6,
#ContentPlaceContent_ContentSubMenu h6,
#ContentPlaceContent_ContentConentA .h6,
#ContentPlaceContent_ContentConentA h6 {
	font-size: 93.75%; /*0.9375em*/
}
/*------------------------------------*/
/* == 活動花絮用 ======================*/
#ContentPlaceContent_ContentSubMenu .h3.title,
#ContentPlaceContent_ContentSubMenu h3.title,
#ContentPlaceContent_ContentConentA .h3.title,
#ContentPlaceContent_ContentConentA h3.title {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 0;	
}

#ContentPlaceContent_ContentSubMenu .h3.title,
#ContentPlaceContent_ContentSubMenu h3.title,
#ContentPlaceContent_ContentConentA .h3.title,
#ContentPlaceContent_ContentConentA h3.title {
	font-size: 100%; /*1.0em*/
}

#ContentPlaceContent_ContentSubMenu a .h3.title,
#ContentPlaceContent_ContentSubMenu a h3.title,
#ContentPlaceContent_ContentConentA a .h3.title,
#ContentPlaceContent_ContentConentA a h3.title {
	color: #333333;
}

#ContentPlaceContent_ContentSubMenu a:hover .h3.title,
#ContentPlaceContent_ContentSubMenu a:hover  h3.title,
#ContentPlaceContent_ContentConentA a:hover  .h3.title,
#ContentPlaceContent_ContentConentA a:hover  h3.title {
	color: #aa210f;
}
/* == 活動花絮用 ======================*/
/*------------------------------------*/

/* ====================================================== */
/* ------ ContentPlaceContent_ContentSubMenu H1~H6 ------ */
/* ------ ContentPlaceContent_ContentConentA H1~H6 ------ */
/* ====================================================== */


/* 共用顏色 start */
.text-extremedarkcolor{
    color: var(--extremedarkcolor) !important;
}
.text-darkcolor{
    color: var(--darkcolor) !important;
}
.text-middlecolor{
    color: var(--middlecolor) !important;
}
.text-lightcolor{
    color: var(--lightcolor) !important;
}
.text-extremelightcolor{
    color: var(--extremelightcolor) !important;
}

.bg-extremedarkcolor{
    background-color: var(--extremedarkcolor) !important;
}
.bg-darkcolor{
    background-color: var(--darkcolor) !important;
}
.bg-middlecolor{
    background-color: var(--middlecolor) !important;
}
.bg-lightcolor{
    background-color: var(--lightcolor) !important;
}
.bg-extremelightcolor{
    background-color: var(--extremelightcolor) !important;
}

.border-extremedarkcolor{
    border: 1px solid var(--extremedarkcolor) !important;
}
.border-darkcolor{
    border: 1px solid var(--darkcolor) !important;
}
.border-middlecolor{
    border: 1px solid var(--middlecolor) !important;
}
.border-lightcolor{
    border: 1px solid var(--lightcolor) !important;
}
.border-extremelightcolor{
    border: 1px solid var(--extremelightcolor) !important;
}
/* 共用顏色 end */




