/*
Theme Name: lp
*/

@charset "utf-8";
/*-------------------------------------
初期設定
-------------------------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, global-navigation, nav, section, summary,time, mark, audio, video{margin:0;padding:0;}
html,body{line-height:1.5;word-wrapper:break-word;counter-reset:wpp-ranking;font-size:16px;width: 100%;height:100%;font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,Verdana,Meiryo,sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,global-navigation,nav,section{display:block;}
nav ul{list-style:none;}
ul, ol, li{list-style:none;}
*{zoom:1;box-sizing:border-box;}
p{line-height:1.8;}
img{-webkit-backface-visibility:hidden;width:100%;}

/*-------------------------------------
全体
-------------------------------------*/
.mb20 {
    margin-bottom: 20px;
}
/* 共通 */
.sp{
	display: none;
}
.pc{
	display: block;
}
.pc_none2 {
    display: none;
}
.flex {
	display: flex;
}
.width {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
/* ローディングアニメーション */
body.fadeout #loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    transition: all 0.3s; 
    z-index: 9999;
}
body.fadeout .loading {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin: -72px 0 0 -24px;
}
body.fadeout .loading span {
    animation-name: loading;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: block;
    margin: 2px;
    width: 20px;
    height: 20px;
    float: left;
}
body.fadeout .loading span:nth-child(1) {
    animation-delay: 0s;
    background-color: #ea502c;
}
body.fadeout .loading span:nth-child(2) {
    animation-delay: 0.25s;
    background-color: #003E75;
}
body.fadeout .loading span:nth-child(3) {
    clear: both;
    float: right;
    animation-delay: 0.5s;
    background-color: #36b521;
}
body.fadeout .loading span:nth-child(4) {
    animation-delay: 0.75s;
    background-color: #fd9535;
}
#loading-wrapper p {
    display: none;
}
body.fadeout #loading-wrapper p {
    display: block;
}
@keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* ヘッダー */
#header {
	height: 40px;
	max-width: 1000px;
    margin: 0 auto;
}
#header .logo {
	margin: 0;
	max-width: 210px;
}
#header {
	height: 100%;
    padding: 20px 0;
}
#header > div > .flex {
    justify-content: space-between;
}
.area {
    font-size: 12px;
    text-align: right;
}
#header .pc_free_contents {
    justify-content: space-between;
    margin-bottom: 5px;
}
#header .free {
    max-width: 180px;
}
#header .tel_inner {
    max-width: 292px;
    margin-left: 30px;
}
/* メイン画像 */
.main_image_inner {
    background: #f4f7fa;
}
.main_image_inner_box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.main_image {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
.main_image_inner_image {
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.main_image_inner_image a:hover {
    opacity: 0.8;
}
/* フッター */
#footer {
    padding: 10px 0;
	background: #EA502B;
}
#footer, #footer a{
	text-align: center;
	color:#fff;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

    /* フッター追従 */
    #pc_bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .pc_bar {
        background: rgba(0,0,0,0.5);
        padding: 15px 10px;
    }
#pc_bar.hide{
	bottom:-120px;
}
    .pc_bar_box {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 10px;
        text-align: center;
    }
    .cta_button_sp {
        width: 50%;
        text-align: center;
    }
    .cta_button_sp:first-child {
        margin-right: 10px;
    }
    .cta_button span {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    .contactform_box_bottom {
        display: block;
        position: relative;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        max-width: 500px;
        width: 100%;
        padding: 10px 5px;
        font-size: 15px;
        text-decoration: none;
    }
    .cta_button_sp:first-child .contactform_box_bottom {
        background: #fd9535;
        border-bottom: solid 2px #d27d00;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
        margin-right: 10px;
    }
    .cta_button_sp:last-child .contactform_box_bottom {
        background: #32ac1e;
        border-bottom: solid 2px #1a9007;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    }
    .contactform_box_bottom:active {
        border-bottom: solid 2px #fd9535;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }

    .container_inner {
        /*padding-bottom: 114px;*/
    }

/* お問い合わせページ */
#contents {
	padding-bottom: 50px;
}

@media screen and (max-width:768px){
    /* 共通 */
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}
    .pc_none2 {
        display: block;
    }
    .width{
        padding: 0 15px;
    }
    .container_inner {
        /*padding-bottom: 99px;*/
    }
    /* ヘッダー */
	#header .logo2 {
        width: 100%;
        max-width:260px;
        margin:10px auto 0;
        text-align:center;
    }
    .tel_inner{
        margin-left: 0;
    }
    #header>div>div{
        margin: 0 10px;
    }
    /* フッター */
    #footer,#footer a{
        font-size: 14px;
    }
    /* フッター追従 */
    .sp_bar {
        background: #fff8e0;
        padding: 15px 10px;
    }
    .cta_button_sp {
        width: 50%;
        text-align: center;
    }
    .cta_button_sp:first-child {
        margin-right: 10px;
    }
    .cta_button_sp span {
        margin-bottom: 5px;
        font-size: 11px;
        font-weight: bold;
    }
    .contactform_box_bottom {
        display: block;
        position: relative;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        max-width: 500px;
        width: 100%;
        padding: 10px 5px;
        font-size: 15px;
        text-decoration: none;
    }
    .cta_button_sp:first-child .contactform_box_bottom {
        background: #fd9535;
        border-bottom: solid 2px #d27d00;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
        margin-right: 10px;
        font-size: 15px;
    }
    .cta_button_sp:last-child .contactform_box_bottom {
        background: #32ac1e;
        border-bottom: solid 2px #1a9007;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    }
    .contactform_box_bottom:active {
        border-bottom: solid 2px #fd9535;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }
    /* お問い合わせページ */
	#contents {
		padding-bottom: 30px;
	}
}

/*-------------------------------------
メインコンテンツ
-------------------------------------*/
/* 見出し */
h2{
	margin: 0 0 20px;
	font-size: 30px;
    text-align: center;
	color:#EA502B;
}
h3 {
	margin: 0 0 20px;
	font-size: 24px;
	color: #003E75;
}
/* ctaボタン */
.cta {
    margin: 50px 0;
}
.cta p {
    margin-bottom: 20px;
    text-align: center;
}
.cta p span {
    font-size: 28px;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 70%, yellow 70%);
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}
.cta_box {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.cta_box a:first-child {
    margin-right: 20px;
}
.cta_box span {
    display: block;
    font-size: 12px;
    color: #000;
}/* ctaボタン */
.cta {
    margin: 50px 0;
}
.cta p {
    margin-bottom: 20px;
    text-align: center;
}
.cta p span {
    font-size: 28px;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 70%, yellow 70%);
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}
.cta_box {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.cta_box a:first-child {
    margin-right: 20px;
}
.cta_box span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}
.contactform_box {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    width: 100%;
    padding: 10px 10px 6px;
    font-size: 28px;
    text-decoration: none;
}
.cta_button {
    width: 50%;
}
.cta_button:first-child {
    margin-right: 20px;
}
.cta_button:first-child .contactform_box {
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.cta_button:last-child .contactform_box {
    background: #36b521;
    border-bottom: solid 2px #1a9007;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.contactform_box:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.contactform_box:hover {
    opacity: 0.8;
}


/* お母さん、お父さん、迷ってませんか？ */
.trouble {
    margin: 50px 0;
}
.trouble img {
    max-width: 400px;
    margin-right: 20px;
}
.trouble_box li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    text-decoration:underline wavy #ffff00;
}
.trouble_box li:before {
    position: absolute;
    content: url("../img/check.png");
    top: 4px;
    left: 0;
}
.trouble .flex {
    align-items: center;
}
.trouble h3 {
    margin-top: 20px;
    text-align: center;
}

/* 家庭教師プラス３つの特徴！ */
.feature {
    margin-bottom: 50px;
}
.feature h3 {
    padding: 10px 0;
    border-bottom: solid 1px #003E75;
}
.feature b {
    font-weight: bold;
}
.graph_box {
    justify-content: center;
    margin: 30px 0;
}
.graph_box li {
    margin-right: 40px;
    text-align: center;
}
.graph_box li:last-child {
    margin-right: 0;
}
.graph_box li p {
    font-size: 18px;
    font-weight: bold;
}
.graph_box img {
    display: block;
    max-width: 300px;
    margin-bottom: 15px;
}
.up {
    font-size: 16px !important;
}
.up_color01 {
    color: #e72e24;
}
.up_color02 {
    color: #f6ab00;
}
.up_color03 {
    color: #8ec31f;
}

.lecturer_box {
    margin: 30px 0 30px;
}
.lecturer_box li {
    display: block;
    width: calc((100% - 20px) / 2); 
    padding: 20px 30px;
}
.lecturer_box li:first-child {
    margin-right: 40px;
    border: solid 3px #00a182;
}
.lecturer_box li:last-child {
    border: solid 3px #f3c800;
}
.teacher_info {
    align-items: center;
    margin-bottom: 15px;
}
.teacher_info img {
    display: block;
    max-width: 140px;
    text-align: center;
}
.teacher_info div {
    margin-left: 10px;
}
.teacher_name{
    display: block;
    margin-bottom :5px;
    font-size: 20px;
    font-weight: bold;
}
.lecturer_box_bottom {
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.teacher_year,.measures_box {
    display: block;
}
.measures_box li {
    align-items: center;  
    margin-bottom: 20px;
}
.measures_box li:first-child {
    flex-direction: row-reverse;
}
.measures_box li img {
    max-width: 200px;
}
.measures_box li p {
    font-size: 18px;
    line-height: 2.0;
}
.measures_box li:first-child p {
    margin-right: 20px;
}
.measures_box li:last-child p {
    margin-left: 20px;
}

.freeplan_box {
    margin: 30px 0;
}
.freeplan_box li {
    width: calc((100% - 20px) / 3); 
    margin-right: 40px;
}
.freeplan_box li:last-child {
    margin-right: 0;
}
.freeplan_box li > span {
    display: block;
    text-align: center;
}
.freeplan_title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
.freeplan_price {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #D00000;
}
.freeplan_price span {
    font-size: 40px;
    margin-right: 5px;
    color: #D00000;
}

/* 私たちが札幌近郊に特化にする理由 */
.reason{
    background: url("../img/reason_image.jpg") center center no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason_box h2{
    color: #fff;
}
.reason_box p{
    margin-bottom: 15px;
}

/* 家庭教師プラスは豊富な学習プランでお子様・ご家庭に合わせて対応可能です！ */
.table_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 10px;
}
.course h2 {
    font-size: 26px;
}
.table_list h3 {
    margin: 0 0 20px;
}
.course_text_bottom {
    text-align: center;
}
.menu-title {
    font-size: 20px;
}
.menus-box {
    margin-right: 15px;
    width: calc(50% - 15px);
    line-height: 1.5;
}
.menus-box:nth-child(even) {
    margin: 0px 0 0 15px;
}
.table_list .open_checkbox {
    display: none;
}
.table_list .open_btn {
    cursor: pointer;
    display: block;
    padding-right: 50px;
    font-size: 14px;
    border: 1px dotted #003E75;
    padding: 10px 0 10px 20px;
}
.table_list .open_checkbox:checked~table.contraindicationslist_table {
    visibility: visible;
    margin: 10px 0;
    opacity: 1;
}
.menu-label-title {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
}
.menu-title {
    display: block;
    padding-right: 50px;
}
.menu-label-title span:nth-child(2),
.menu-label-title span:nth-child(3) {
    display: block;
    width: 16px;
    border-bottom: solid 2px #003E75;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.menu-label-title span:nth-child(2) {
    transform: rotate(45deg);
    right: 31px;
}
.menu-label-title span:nth-child(3) {
    transform: rotate(-45deg);
}
.menu-text {
    display: none;
    padding: 0;
    margin-bottom: 30px;
}
.menu-text img {
    display: block;
    margin-bottom: 20px;
}
.menu-text p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.menus-box .triple-check-box {
    display: none;
}
.menus-box .triple-check-box:checked ~ .menu-text {
    display: block;
}
.menus-box .triple-check-box:checked ~ h3 .menu-label-title span:nth-child(2) {
    transform: rotate(-45deg);
}
.menus-box .triple-check-box:checked ~ h3 .menu-label-title span:nth-child(3) {
    transform: rotate(45deg);
}
.menus-box ul li {
    margin-bottom: 30px;
}
.menus-box h4 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 2px solid #ccc;
}
.menus-box h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #003E75;
}

/* ご利用頂いた保護者様の声 */
.voice {
    margin: 50px 0;
}
.voice_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.voice_box li {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
.voice_box li:nth-child(even) {
    margin-left: 30px;
}
.voice_heading {
    background: #fff7ef;
    margin-bottom: 10px;
    padding: 10px;
}
.voice_parents {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #EA502B;
}
.voice_course {
    display: block;
    text-align: center;
}

/* よくある質問 */
.question {
    margin-bottom: 30px;
}
.question dl {
    margin: 0 0 30px;
    padding: 30px;
    border: solid 1px #EA502B;
}
.question dl:last-child {
    margin: 0 0 0;
}
.question dl dt {
    font-weight: bold;
    position: relative;
    color: #EA502B;
    padding: 3px 10px 3px 50px;
    margin: 0 0 20px;
}
.question dl dt:before {
    content: "Q";
    background: #EA502B;
    color: #fff;
    font-family: "BAHNSCHRIFT", sans-serif;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.question dl dd {
    position: relative;
    padding: 0 0 0 50px;
    border-radius: 10px;
}
.question dl dd:before {
    content: "A";
    background: #003E75;
    font-family: "BAHNSCHRIFT", sans-serif;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
    position: absolute;
    left: 0px;
    top: 14px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media screen and (max-width: 1200px){
    .main_image_inner_image {
        position: absolute;
        bottom: 30px;
        left: 50px;
        width: 340px;
    }
}

@media screen and (max-width: 768px){
    /* 見出し */
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 22px;
    }
    /* ctaボタン */
    .cta_box {
        margin: 30px auto;
         padding: 0 10px;
    }
    .cta_box.flex {
         display: block;
    }
    .contactform_box {
        max-width: 400px;
        margin: 0 auto;
        font-size: 20px;
    }
    .cta_box a:first-child {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .cta p span {
        font-size: 24px;
    }
    
/* ctaボタン */
.cta {
    margin: 30px 0;
}
.cta p {
    margin-bottom: 20px;
    text-align: center;
}
.cta p span {
    font-size: 28px;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 70%, yellow 70%);
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}
.cta_box {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.cta_box a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}
.cta_box span {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-bottom: 2px;
}
.contactform_box {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    width: 100%;
    padding: 10px 10px 6px;
    font-size: 24px;
    text-decoration: none;
}
.cta_button {
    width: 100%;
}
.cta_button:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}  
    /* お母さん、お父さん、迷ってませんか？ */
    .trouble img {
        display: none;
    }
    .trouble_box li {
        font-size: 16px;
    }
    .trouble .flex {
        display: block;
    }
    .trouble_box li:before {
        top: 0px;
    }
    
    .main_image_inner_image {
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 320px;
    }
    
    /* 家庭教師プラス３つの特徴！ */
    .feature h3 {
        padding: 0 0 10px;
    }
    .lecturer_box.flex,.graph_box,.freeplan_box,.measures_box li {
        display: block;
    }
    .lecturer_box li {
        width: 100%; 
        padding: 20px 20px;
    }
    .lecturer_box li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .graph_box li {
        margin-right: 0;
        text-align: center;
    }
    .graph_box li:first-child {
        margin-bottom: 20px;
    }
    .graph_box img {
        display: block;
        max-width: 300px;
        margin: 0 auto 15px;
    }
    .freeplan_box li {
        width: 100%; 
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .measures_box li p {
        font-size: 15px;
        line-height: 1.5;
    }
    .measures_box li:last-child p {
        margin-left: 0;
    }
    .measures_box li img {
        display: block;
        margin: 0 auto 10px;
    }
    /* 私たちが札幌近郊に特化にする理由 */
    .reason{
        background-size: cover;
        height: 700px;
        margin-bottom: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reason_box p{
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.5;
    }
    /* 家庭教師プラスは豊富な学習プランでお子様・ご家庭に合わせて対応可能です！ */
    .table_list {
        display: block;
    }
    .menus-box {
        margin-right: 0;
        width: 100%;
    }
    .menus-box:nth-child(even) {
        margin-left: 0;
    }
    /* ご利用頂いた保護者様の声 */
    .voice_box {
        display: block;
    }
    .voice_box li {
        width: 100%;
    }
    .voice_box li:nth-child(even) {
        margin-left: 0;
    }
    /* よくある質問 */
    .question dl {
        margin: 0 0 30px;
        padding: 20px 15px;
    }
}

#form{
	position: relative;
}

input[type=checkbox]:checked ~ li.check1-on {
	display:none;
}
input[type="text"],input[type="mail"],
textarea {
	padding: 0.5em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
textarea {
	width: 300px;
	height: 100%;
	min-height: 250px;
}
input[type="text"]:focus,input[type="mail"]:focus,
texture:focus {
		box-shadow: 0 0 7px #3498db;
		border: 1px solid #3498db;
}
input[type="checkbox"] {
		border: 1px solid #aaaaaa;
		vertical-align: -8px;
		-webkit-appearance: none;
		position: relative;
		margin-right: 5px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		width: 26px;
		height: 26px;
		background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #ffffff),
				color-stop(1.00, #e2e2e2)
		);
		/*For Modern Browser*/
		background: linear-gradient(
				to bottom,
				#ffffff 0%,
				#e2e2e2 100%
		);
}
input[type="checkbox"]:checked {

		background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #EA502B),
				color-stop(1.00, #EC4217)
		);
		/*For Modern Browser*/
		background: linear-gradient(
				to bottom,
				#EA502B 0%,
				#EC4217 100%
		);
		border: 1px solid #C73A17;
}
input[type="checkbox"]:checked:before {
		position: absolute;
		left: 1px;
		top: 16px;
		display: block;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
		content: "";
		width: 10px;
		height: 4px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
		display: block;
		position: absolute;
		left: 9px;
		top: 16px;
		content: "";
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
		width: 16px;
		height: 4px;
		background: #ffffff;
		-webkit-transform: rotate(-53deg);
		-webkit-transform-origin: left center;
}