﻿@charset "UTF-8";
/**
*
* @authors Your Name (you@example.org)
* @date    2016-12-10 16:57:22
* @version $Id$
*/

/*
purple #B1658B;
red #CA2420;
blue #326295;
orange #F89829;
*/

*{
	box-sizing: border-box;
}

img{
	display: block;
}

html,body{
	letter-spacing: 3px;
	font-family: "微軟正黑體", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100% !important;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff5f4;
}

body{
	overflow-x: hidden;
}

img.illfull{
	width: 100%;
}

span.lighlight{
	color: #dc164b;
}

.lihsi-desktop{
	display: block !important;
}

.lihsi-mobile{
	display: none !important;
}

.nopadding{
	padding: 0 !important;
}

.wrap{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.inner-block{
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.inner-block.spec{
	max-width: none;
}

header{
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	margin: 0 auto;
	background: #dc164b;
	z-index: 10;
}

header .navblock{
	padding: 20px 20px;
}

.kv{
	position: relative;
	width: 100%;
	z-index: 1;
	overflow-x: hidden;
}

.kv img{
	width: 100%;
	margin: 0 auto;
}

.character{
	position: relative;
	width: 100%;

	padding: 40px 0;
}

.character img.imgtitle{
	width: 80%;
	margin: 0 auto;
}

.character .group{
	display: flex;

	flex-wrap: wrap;
	justify-content: space-around;

	padding: 30px 0 0 0;
	gap: 10px;
}

.character .group .ahalf{
	position: relative;
	width: calc(50% - 5px);
}

.character .group .ahalf .battalion {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0 0 10px;
}

.character .group .ahalf .battalion .icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.character .group .ahalf .battalion .icon img{
	width: calc(82px * 0.7);
	height: calc(71px * 0.7);
}

.character .group .ahalf .battalion .item {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;

	border: 3px solid #FFF;
	border-radius: 15px;
	overflow: hidden;

	box-shadow: 4px 4px 0 #f5caca; /* ⭐右下粉紅陰影 */
}

.character .group .ahalf .battalion .item .team{
	border: 1px solid #ffeeef;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}


.character .group .ahalf .battalion .item .team .title{
	position: relative;
	display: inline-block;
	width: 100%;

	padding: 5px;
	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;

	background: #ffeeef;
	color: #dc164b;
}

.character .group .ahalf .battalion .item .team .title span.highlight{
	font-size: 28px;
}

.character .group .ahalf .battalion .item .team .detail{
	display: flex;
	width: 100%;
	min-height: 106px;
	padding: 5px 10px;
	background: #FFF;
	align-items: center;
	justify-content: flex-start;

	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #4c4c4c;
	letter-spacing: 0;
}

.character .group .ahalf .battalion .item .team .detail .text{
	display: block;
	width: 100%;
}

.character .group .ahalf .battalion .item .team .detail span.byextra{
	display: inline-block;
	font-size: 13px;
}

/*
.character .group .item{
	display: flex;
	flex-wrap: wrap;

	align-items: center;

	width: 50%;

	padding: 20px 1%;

	letter-spacing: 0;
}

.character .group .item .icon{
	width: 20%;
}

.character .group .item .icon img{
	width: 100%;
}

.character .group .item .detail{
	width: 80%;

	justify-items: center;

	padding-left: 3%;

	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #4c4c4c;
}

.character .group .item .detail span.huge{
	font-size: 26px;
}

.character .group .item .detail span.petiteness{
	font-size: 12px;
}
*/

.character .extra{
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #6d6d6d;
}

.character .sixdisease{
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.character .sixdisease a{
	display: inline-block;
	width: 80%;
	max-width: 353px;
}

.character .sixdisease a img{
	width: 100%;
}

.formblock{
	position: relative;
	width: 100%;

	padding: 30px 0;
}

.formblock .subject{
	position: relative;
	display: block;
	width: 100%;

	padding-bottom: 26px;
}

.formblock .subject img{
	width: 76%;
	max-width: 352px;
	margin: 0 auto;
}

.formblock .persondata{
	width: 100%;
	max-width: 420px;

	margin: 0 auto;
}

.formblock .persondata .colony{
	display: flex;
	flex-wrap: wrap;

	align-items: center;

	padding-bottom: 20px;
}

.formblock .persondata .colony .bellwether{
	position: relative;
	width: 110px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	color: #808080;
}

.formblock .persondata .colony .bellwether::before{
	content: "*";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.formblock .persondata .colony .bellwether::after{
	content: "：";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.formblock .persondata .colony .follower{
	flex: 1;
}

.formblock .persondata .colony .follower.spec{
	display: flex;
}

.capthcha_img{
	max-width: 100px;
	margin-left: 5px;
	align-content: center;
}

.capthcha_img img{
	width: 100%;
}

.formblock .persondata .colony input[type=text]{
	width: 100%;
	padding: 5px 5px;
	border-radius: 5px;
	border: 1px solid #858585;
	background: #FFF;
	font-size: 18px;

	user-select: none;
}

.formblock .persondata .colony .follower.spec input[type='text']{
	width: 10px;
	flex: 1;
}

.formblock .persondata .colony input[type=text]:focus{
	outline: none;
}

.formblock .persondata .colony input[type=radio] {
    display: none;
}

.formblock .persondata .colony input[type=radio] + span {
    display: inline-block;
    padding-left: 40px;
    padding-right: 10px;
    line-height: 38px;

    background: url("../images/TypeBox.png") center left no-repeat;

    user-select: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    color: #404041;
}

.formblock .persondata .colony input[type=radio]:checked + span {
    background: url("../images/Type.png") center left no-repeat;
}

.formblock .persondata .colony .judge{
	width: 100%;
	padding-top: 10px;
}

.formblock .persondata .colony .judge label{
	display: inline-block;
    padding: 0;
    margin-right: 0px;
    cursor: pointer;
}

.formblock .persondata .colony .judge label a{
	color: #4c4c4c;
}

.formblock .persondata .colony .judge label a:hover{
	color: #4c4c4c;
}

.formblock .persondata .colony .judge input[type=checkbox] {
    display: none;
}

.formblock .persondata .colony .judge input[type=checkbox] + span {
    display: inline-block;
    padding-left: 42px;
    background: url("../images/Agree.png") no-repeat;
    background-size: 26px auto;
    user-select: none;
    font-size: 14px;
    letter-spacing: 0px;
	line-height: 20px;
    color: #4c4c4c;
}

.formblock .persondata .colony .judge input[type=checkbox]:checked + span {
    background: url("../images/AgreeCheck.png") no-repeat;
    background-size: 26px auto;
}

.send{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
}

.send a{
	display: block;
	width: 45%;
	margin: 0 auto;
}

.send a img{
	width: 100%;
}

.poplayout{
	position: relative;
	width: 100%;
	max-width: 500px;

	margin: 30px auto;

	padding: 50px 50px 50px 0;
}

.poplayout a.closebtn{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	opacity: 1;
}

.poplayout a.closebtn img{
	width: 100%;
}

.poplayout .surgery{
	border-radius: 10px;
	border: 3px solid #fff798;
	/*background: #FFF;*/

	overflow: auto;
}

.poplayout .surgery span.title{
	display: inline-block;
	width: 100%;

	padding: 10px 0;
	line-height: 0.8;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	color: #000000;
	background: #fff798;
	text-align: center;

	border-radius: 0;
}

.poplayout .surgery span.title i{
	display: inline-block;
	width: 100%;
	font-style: normal;

	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}

.poplayout .surgery .item{
	display: flex;
	padding: 10px 5px;

	font-size: 22px;
	font-weight: bold;
	text-align: right;
	color: #3b3b3b;
	letter-spacing: 0;
	background: #fff;
}

.poplayout .surgery .item:nth-child(odd){
	background: #fffcdb;
}

.poplayout .surgery .item span.num{
	display: inline-block;
	width: 45px;
	padding-right: 5px;
}

.poplayout .surgery .item .data{
	flex: 1;
	text-align: left;
}

.poplayout .surgery ul{
	display: inline-block;
	width: 100%;

	padding: 15px 0 15px 20px;

	list-style-type: decimal;
}

.poplayout .surgery ul li{
	padding: 20px 0;
	font-size: 26px;
	letter-spacing: 0;
}

h1{
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	color: #7e7e7e;
}

footer{
	display: flex;

	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	width: 100%;
	padding: 30px 15px;
	border-top: 5px solid #dc164b;

	background: #262626;
}

footer .info{
	padding-right: 10px;
	color: #FFF;
	font-size: 22px;
	letter-spacing: 0;
}

footer .info span.huge{
	font-size: 36px;
}

footer .info a, footer .info a:hover{
	color: #FFF;
	text-decoration: none;
}

footer .address{
	width: 100%;
	padding: 10px 5px 0 5px;
	color: #FFF;
	letter-spacing: 0;
	font-size: 14px;
	text-align: center;
}


/*小於等於1600*/
@media (max-width: 1600px) {

	.kv img {
		width: 1600px;
		margin: 0 calc(50% - 800px);
	}

}

/*小於等於1023*/
@media (max-width: 1023px) {

	.send {
		padding-bottom: 15px;
	}

	.kv img{
		width: 1200px;
		margin: 0 calc(50% - 600px);
	}

}

/*小於等於768*/
@media (max-width: 768px) {
	.kv img{
		width: 100%;
		margin: 0 auto;
	}
	h1{
		padding: 10px 15px;
		font-size: 16px;
		line-height: 1.5;
	}

	.poplayout{
		padding: 50px 0;
	}

	.poplayout .surgery span.title{
		font-size: 28px;
	}

	.poplayout .surgery span.title i{
		font-size: 14px;
	}

	.poplayout .surgery .item{
		font-size: 18px;
	}

	.poplayout .surgery .item span.num{
		width: 30px;
	}

	.poplayout a.closebtn{
		width: 42px;
		height: 42px;
	}
}

/*小於等於720*/
@media (max-width: 720px) {

	.lihsi-desktop{
		display: none !important;
	}

	.lihsi-mobile{
		display: block !important;
	}
	
	hr.departline{
		width: 92%;
	}

	header{
		/*padding: 16px 16px;*/
	}

	header .navblock{
		padding: 16px 16px;
	}

	header img{
		width: 160px;
	}

	.character img.imgtitle{
		width: 75%;
	}

	.character .group{
		gap: 0;
		padding: 30px 15px 0 15px;
	}

	.character .group .ahalf{
		width: 100%;
	}

	/*
	.character .group .item .detail{
		font-size: 15px;
	}

	.character .group .item .detail span.huge{
		font-size: 22px;
	}

	.character .group .item .detail span.petiteness{
		font-size: 11px;
	}
	*/

	.formblock .persondata .colony .bellwether{
		width: 92px;
		font-size: 15px;
	}

	.formblock .persondata .colony input[type=text]{
		font-size: 15px;
	}

	.formblock .persondata .colony input[type=radio] + span {
		font-size: 15px;
	}

	footer .info{
		font-size: 3vw;
	}

	footer .info span.huge{
		font-size: 5vw;
	}

	footer a img.memobtn{
		width: 26vw;
	}
}

/*小於等於620*/
@media (max-width: 620px) {

	.character img.imgtitle{
		width: 85%;
	}

	/*
	.character .group .item{
		width: 100%;

		padding: 10px 2%;
	}

	.character .group .item .icon{
		width: 15%;
	}

	.character .group .item .detail{
		width: 85%;
		font-size: 18px;
	}
	*/

	.formblock .persondata .colony .bellwether{
		width: 108px;
		font-size: 18px;
	}

	.formblock .persondata .colony input[type=text]{
		font-size: 18px;
	}

	.formblock .persondata .colony input[type=radio] + span {
		font-size: 18px;
	}
}


/*小於等於480*/
@media (max-width: 480px) {

	.character{
		padding: 30px 0 10px 0;
	}

	.character .group{
		padding: 20px 4% 0px 4%;
	}

	.character .group .ahalf .battalion .icon img{
		width: calc(82px * 0.6);
		height: calc(71px * 0.6);
	}

	.character .group .ahalf .battalion .item .team .title{
		font-size: 20px;
	}

	.character .group .ahalf .battalion .item .team .detail{
		font-size: 16px;
		min-height: 96px;
	}

	.character .group .ahalf .battalion .item .team .detail span.byextra{
		font-size: 11px;
	}

	/*
	.character .group .item .icon{
		width: 20%;
	}

	.character .group .item .detail{
		width: 80%;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.character .group .item .detail span.huge{
		font-size: 26px;
	}
	*/

	.character .extra{
		font-size: 11px;
	}

	.formblock{
		padding: 20px 0;
	}

	.formblock .subject{
		padding-bottom: 20px;
	}

	.formblock .persondata{
		max-width: auto;
		padding: 0 10.5%;
	}

	.formblock .persondata .colony{
		padding-bottom: 10px;
	}

	.formblock .persondata .colony .bellwether{
		letter-spacing: 0;
		width: 90px;
		font-size: 16px;
		padding: 0 10px;
	}

	.formblock .persondata .colony input[type=text]{
		font-size: 16px;
	}

	.formblock .persondata .colony input[type=radio] + span{

		padding-left: 30px;
		font-size: 16px;

		background: url("../images/TypeBox.png") center left no-repeat;
		background-size: 25px auto;
	}

	.formblock .persondata .colony input[type=radio]:checked + span {
	    background: url("../images/Type.png") center left no-repeat;
	    background-size: 25px auto;
	}

	.formblock .persondata .colony .judge input[type=checkbox] + span{
		padding-left: 28px;
		background: url("../images/Agree.png") no-repeat;
		background-size: 22px auto;
	}

	.formblock .persondata .colony .judge input[type=checkbox]:checked + span{
		background: url("../images/AgreeCheck.png") no-repeat;
		background-size: 22px auto;
	}

	.character .sixdisease{
		padding-top: 20px;
	}

	h1{
		padding: 10px 5px;
		font-size: 16px;
	}

	.judge{
		letter-spacing: 0;
	}

	.send{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	footer .info{
		font-size: 2.6vw;
	}

	footer .info span.huge{
		font-size: 4.5vw;
	}

	footer a img.memobtn{
		width: 26vw;
	}
}

/*小於等於380*/
@media (max-width: 380px) {
}

/*小於等於320*/
@media (max-width: 320px) {
}

