
#mobile-index .ktai {
}
#mobile-index .ktai li {
	width: 48.5%;
}
#mobile-index .ktai li h3 {
	margin-top: 0;
}
#mobile-index .ktai li p {
	text-align: left;
	height: auto;
}
#mobile-index .ktai li a.details {
	display: block;
	margin-top: 20px;
	color: #FFF;
	background: #d40d12;
	padding: 5px 0;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.38);
	position: relative;
	top: 0;
	transition: all .3s;
}
#mobile-index .ktai li a.details:hover {
	top: -2px;
}
#mobile-index .ktai li:hover:before {
	display: none;
}
table.standard-table.pink th {
	background: #fce6e6;
}
table.standard-table.left td {
	text-align: left;
}
.attentionBoxO {
	border: 3px solid #ef8383;
	margin-bottom: 1.5em;
}
.attentionBoxO .inner {
}
.attentionBoxO .inner .method {
	float: left;
	font-size: 1.25em;
	text-align: center;
	line-height: 1;
	background: #ef8383;
	color: #ffffff;
	font-weight: bold;
	padding: 0.75em 0.5em;
	width: 5%;
	margin-right: 1em;
}
.attentionBoxO .inner .method span {
	font-size: 1.25em;
}
.attentionBoxO .inner h4 {
	float: left;
	font-size: 18px;
	padding: 0.65em 0;
	line-height: 1.25;
}
.attentionBoxO .inner .boxOrange {
	float: right;
	background: #fce6e6;
	width: 60%;
	padding: 1.2em;
}
.attentionBoxO .inner .boxOrange img.qrcode {
	float: left;
	margin-right: 1em;
}
.attentionBoxO.center {
	padding: 0 3em;
}
.attentionBoxO.center p {
	text-align: center;
	font-size: 1.2em;
}
.attentionBoxO.center p.sample {
	padding: 2.5em 0;
	text-align: left;
}
.outsource .radio-table {
	text-align: center;
}
.outsource .radio-table tr {
	cursor: pointer;
}
.outsource .radio-table th {
	width: auto;
	background: #7c848f;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.outsource .radio-table th:first-child {
	width: 50px;
}
.outsource .button3 .submit-btn, .outsource .button3 .return-btn {
	min-width: 31%;
	margin: 40px 1%;
	box-sizing: border-box;
}

.outsource .submit-btn.orange{
    background: #FFB03B;
    border-bottom: 3px solid #757575;
}
 @media (max-width: 768px) {
#temporary .attentionBoxO.center {
	padding: 4%;
}
#temporary .attentionBoxO.center table {
	margin: 0;
}
#temporary .attentionBoxO.center table td input[type="text"] {
	width: 96%;
}
.outsource .button3 .submit-btn, .outsource .button3 .return-btn {
	width: 96%;
	min-width: initial;
	max-width: 290px;
	margin: 10px 2%;
	box-sizing: border-box;
}
#mobile-index .attentionBoxO .inner{
	padding: 2%;
}
#mobile-index .attentionBoxO .inner .method {
    float: none;
    width: 100px;
    background: #d40d12;
    padding: 5px 0;
    font-weight: normal;
    border-radius: 100px;
    margin: 0 auto;
}
#mobile-index .attentionBoxO .inner .method br{
	display: none;
}
#mobile-index .attentionBoxO .inner h4{
    float: none;
    padding: 0;
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
}
#mobile-index .attentionBoxO .inner .boxOrange{
    float: none;
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#mobile-index .attentionBoxO .inner .boxOrange img.qrcode{
	float: none;
	margin: 0;
}

}
