@charset "UTF-8";




/*========================================

front-page.php

========================================*/

/*----------------------------------------

#front_kv

----------------------------------------*/

#front_kv {
    position: relative;
    background: #ff7043;
}

#front_kv .con {
    position: relative;
    z-index: 10;
}

#front_kv .catch_copy {
    padding: 160px 5% 48vw;
}

#front_kv .catch_copy span {
    display: block;
    font-size: 9vw;
    line-height: 1;
    color: #ffffff;
}

#front_kv .catch_copy p {
    padding-top: 10px;
    font-size: 3vw;
    font-weight: 700;
    line-height: 2;
    color: #ffffff;
}

#front_kv .kv_img {
    position: absolute;
    bottom: -24vw;
    right: 0;
    z-index: 10;
    padding: 0 0 0 5%;
}

#front_kv .kv_img img {
    border-radius: 10px 0 0 10px;
}


@media (min-width: 768px) {

    #front_kv .con {
        display: flex;
        justify-content: space-between;
        padding: 200px 0 0 4%;
    }
    
    #front_kv .catch_copy {
        flex-basis: 55%;
        padding: 0;
    }

    #front_kv .catch_copy span {
        font-size: 5.4vw;
    }

    #front_kv .catch_copy p {
        font-size: 1.8vw;
    }

    #front_kv .kv_img {
        position: static;
        flex-basis: 45%;
        padding: 0;
    }

}


@media (min-width: 1024px) {


}




/*----------------------------------------

#front_concept

----------------------------------------*/

#front_concept .txt_area {
    padding: 40vw 8% 40px;
}

#front_concept .txt_area .h2_ttl {
    margin: 0 0 10px;
}

#front_concept .txt_area .h2_ttl h2 span {
    display: inline-block;
    border-bottom: solid 5px #FFD54F;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 5.6vw;
    font-weight: 900;
    text-shadow: 3px 3px 5px #808080;
}

#front_concept .txt_area .txt p {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.6;
}

#front_concept .img_area {
    padding: 0 8% 0 0;
}

#front_concept .img_area img {
    border-radius: 0 10px 10px 0;
}


@media (min-width: 768px) {

    #front_concept .con {
        position: relative;
        padding: 80px 0;
    }

    #front_concept .txt_area {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 8%;
        transform: translateY(-50%);
        width: 47%;
        padding: 0;
    }

    #front_concept .txt_area .h2_ttl h2 span {
        font-size: 3.2vw;
    }

    #front_concept .img_area {
        width: 55%;
        padding: 0;
    }


}


@media (min-width: 1024px) {

    #front_concept .txt_area .txt p {
        font-size: 1em;
    }


}




/*----------------------------------------

#front_service

----------------------------------------*/

#front_service .opening .txt_area {
    padding: 80px 8% 40px;
}

#front_service .opening .txt_area .h2_ttl {
    margin: 0 0 40px;
}

#front_service .opening .txt_area .h2_ttl span {
    display: block;
    font-size: 8vw;
    line-height: 1;
}

#front_service .opening .txt_area .h2_ttl h2 {
    font-size: 4vw;
    font-weight: 700;
}

#front_service .opening .txt_area .txt p.challenge {
    padding-bottom: 10px;
    font-size: 6vw;
    font-weight: 900;
}

#front_service .opening .txt_area .txt p.main {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.6;
}

#front_service .opening .img_area {
    padding: 0 0 0 8%;
}

#front_service .opening .img_area img {
    border-radius: 10px 0 0 10px;
}

#front_service .list {
    padding: 40px 8% 24vw;
}

#front_service .list ul li {
    margin: 0 0 40px;
    padding: 8%;
    background: #ffffff;
    box-shadow: 5px 5px 10px #808080;
    border-radius: 10px;
}

#front_service .list ul li:last-of-type {
    margin: 0;
}

#front_service .list .img_area img {
    border-radius: 10px;
}

#front_service .list .txt_area .h3_ttl h3 {
    display: inline-block;
    border-bottom: solid 5px #ffd54f;
    padding: 20px 0;
    font-size: 1.2em;
    font-weight: 700;
}

#front_service .list .txt_area .txt {
    padding: 20px 0 0;
}

#front_service .list .txt_area .txt p {
    font-size: 0.8em;
}


@media (min-width: 768px) {

    #front_service .con {
        padding: 40px 0 0;
    }

    #front_service .opening {
        position: relative;
        padding: 0;
    }

    #front_service .opening .txt_area {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 8%;
        width: 47%;
        padding: 0;
    }

    #front_service .opening .txt_area .h2_ttl span {
        font-size: 6vw;
    }

    #front_service .opening .txt_area .h2_ttl h2 {
        font-size: 3vw;
    }

    #front_service .opening .txt_area .txt p.challenge {
        font-size: 3.6vw;
    }

    #front_service .opening .img_area {
        width: 55%;
        margin-left: 45%;
        padding: 0;
    }

    #front_service .list {
        padding: 80px 8% 120px;
    }

    #front_service .list ul li {
        display: flex;
        justify-content: space-between;
        padding: 4%;
    }

    #front_service .list .img_area {
        width: 48%;
        max-width: 320px;
        margin-right: 4%;
    }
    
    #front_service .list .txt_area {
        flex: 1;
    }

}


@media (min-width: 1024px) {
    
    #front_service .opening .txt_area {
        top: 50%;
        transform: translateY(-50%);
        width: 38%;
    }

    #front_service .opening .txt_area .txt p.challenge {
        font-size: 3vw;
    }

    #front_service .opening .txt_area .txt p.main {
        font-size: 1em;
    }

    #front_service .opening .img_area {
        width: 50%;
        margin-left: 50%;
        padding: 0;
    }

    #front_service .list .txt_area .h3_ttl h3 {
        font-size: 1.5em;
    }

    #front_service .list .txt_area .txt p {
        font-size: 0.9em;
    }

}




/*----------------------------------------

#front_about

----------------------------------------*/

#front_about {
    position: relative;
    background: #ff7043;
}

#front_about .related_img_01 {
    position: absolute;
    top: -8vw;
    right: 0;
    z-index: 10;
    width: 40%;
}

#front_about .related_img_01 img {
    border-radius: 10px 0 0 10px;
}

#front_about .related_img_02 {
    position: absolute;
    bottom: -6vw;
    left: 0;
    z-index: 10;
    width: 35%;
}

#front_about .related_img_02 img {
    border-radius: 0 10px 10px 0;
}

#front_about .con {
    padding: 24vw 8% 40vw;
}

#front_about .txt_area .h2_ttl span {
    display: block;
    font-size: 8vw;
    color: #ffffff;
}

#front_about .txt_area .h2_ttl h2 {
    font-size: 4vw;
    font-weight: 700;
    color: #ffffff;
}

#front_about .txt_area .txt {
    padding: 40px 0;
}

#front_about .txt_area .txt p {
    font-size: 1em;
    line-height: 1.8;
    color: #ffffff;
}

#front_about .txt_area .page_link a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #ff7043;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
}

#front_about .txt_area .page_link a:hover {
    color: #ffffff;
    background: #ff4105;
}

#front_about .txt_area .page_link a i {
    padding-left: 5px;
}


@media (min-width: 768px) {

    #front_about .related_img_01 {
        top: 0;
        right: 4%;
        width: 35%;
    }

    #front_about .related_img_01 img {
        border-radius: 10px;
    }

    #front_about .related_img_02 {
        bottom: 0;
        right: 16%;
        left: auto;
        width: 25%;
    }

    #front_about .related_img_02 img {
        border-radius: 10px;
    }

    #front_about .con {
        display: flex;
        padding: 12vw 8%;
    }

    #front_about .txt_area {
        flex-basis: 50%;
    }

    #front_about .txt_area .h2_ttl span {
        font-size: 6vw;
    }

    #front_about .txt_area .h2_ttl h2 {
        font-size: 3vw;
    }

    #front_about .img_area {
        flex-basis: 50%;
    }

}


@media (min-width: 1024px) {

    #front_about .related_img_01 {
        width: 30%;
    }

    #front_about .related_img_02 {
        right: 20%;
        width: 20%;
    }

}




/*----------------------------------------

#front_action

----------------------------------------*/

#front_action .con {
    padding: 120px 8% 80px;
}

#front_action .job_seeker {
    margin: 0 0 40px;
    padding: 8%;
    background: #ff4105;
    border-radius: 10px;
}

#front_action .job_company {
    padding: 8%;
    background: #ff4105;
    border-radius: 10px;
}

#front_action .h2_ttl {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 20px;
}

#front_action .h2_ttl h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
}

#front_action .txt {
    padding: 20px 0;
}

#front_action .txt p {
    font-size: 0.9em;
    color: #ffffff;
}

#front_action .page_link a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #ff4105;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
}

#front_action .page_link a:hover {
    background: #FFD54F;
}


@media (min-width: 768px) {

    #front_action .con {
        display: flex;
        justify-content: space-between;
        padding: 120px 8%;
    }

    #front_action .job_seeker {
        flex-basis: 47.5%;
        margin: 0;
        padding: 4%;
    }

    #front_action .job_company {
        flex-basis: 47.5%;
        padding: 4%;
    }

}


@media (min-width: 1024px) {

    #front_action .h2_ttl h2 {
        font-size: 1.5em;
    }

}









/*========================================

home.php

========================================*/

/*----------------------------------------

#job_list

----------------------------------------*/

#job_list .con {
    padding: 40vw 8% 80px;
}

#job_list .ttl {
    margin: 0 0 40px;
    border-left: solid 5px #FFD54F;
    padding-left: 10px;
}

#job_list .ttl p {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 2;
}

#job_list .list article {
    margin: 0 0 40px;
}

#job_list .list article a {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: all 0.3s;
}

#job_list .list article a:hover {
    background: #ffe7e0;
}

#job_list .list article .job_img img {
    border-radius: 10px 10px 0 0;
}

#job_list .list article .job_info {
    padding: 20px;
}

#job_list .list article .job_info .h2_ttl {
    padding: 10px 0;
}

#job_list .list article .job_info .h2_ttl h2 {
    font-size: 1em;
    font-weight: 700;
}

#job_list .list article .job_info table {
    width: 100%;
}

#job_list .list article .job_info table tr {
    display: flex;
    align-items: center;
    border-top: solid 1px #dcdcdc;
    padding: 10px 0;
}

#job_list .list article .job_info table th {
    width: 100px;
    text-align: left;
    font-size: 0.8em;
    font-weight: 700;
}

#job_list .list article .job_info table td {
    flex: 1;
}

#job_list .list article .job_info table td p {
    font-size: 0.8em;
}


@media (min-width: 768px) {

    #job_list .con {
        padding: 80px 8%;
    }

    #job_list .ttl p {
        font-size: 1.4em;
    }

    #job_list .list article a {
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    #job_list .list article .job_img {
        width: 50%;
        max-width: 320px;
    }

    #job_list .list article .job_img img {
        border-radius: 10px;
    }

    #job_list .list article .job_info {
        flex: 1;
        padding: 0 0 0 20px;
    }

}


@media (min-width: 1024px) {

    #job_list .ttl p {
        font-size: 1.8em;
    }

    #job_list .list article a {
        padding: 40px;
    }

    #job_list .list article .job_info {
        padding: 0 0 0 40px;
    }

    #job_list .list article .job_info .h2_ttl {
        padding: 10px 0;
    }

    #job_list .list article .job_info .h2_ttl h2 {
        font-size: 1.2em;
    }

    #job_list .list article .job_info table th {
        font-size: 0.9em;
    }

    #job_list .list article .job_info table td p {
        font-size: 0.9em;
    }

}









/*========================================

single.php

========================================*/

/*----------------------------------------

#job_posting

----------------------------------------*/

#job_posting {
    margin: 0 0 80px;
}

#job_posting .job_info {
    padding: 8%;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#job_posting .job_info .h1_ttl {
    padding: 20px 0;
}

#job_posting .job_info .h1_ttl h1 {
    font-size: 1.2em;
    font-weight: 700;
}

#job_posting .job_info table {
    width: 100%;
}

#job_posting .job_info table tr {
    display: flex;
    border-top: solid 1px #dcdcdc;
    padding: 20px 0;
}

#job_posting .job_info table th {
    width: 100px;
    text-align: left;
    font-size: 0.8em;
    font-weight: 700;
}

#job_posting .job_info table td {
    flex: 1;
}

#job_posting .job_info table td p {
    font-size: 0.8em;
}

/* #job_posting .entry_link {
    padding: 40px 0 0;
}

#job_posting .entry_link a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    background: #FF4105;
    border-radius: 5px;
} */


@media (min-width: 768px) {
    
    #job_posting .job_info {
    }

    #job_posting .job_info table th {
        width: 160px;
        text-align: center;
    }

    /* #job_posting .entry_link a {
        width: 400px;
        margin: 0 auto;
    } */

}


@media (min-width: 1024px) {

    #job_posting .job_info table th {
        width: 240px;
    }

}









/*========================================

page-entry.php

========================================*/

/*----------------------------------------

#job_entry / .apply_details

----------------------------------------*/

/* #job_entry .con {
    padding: 40vw 8% 80px;
}

#job_entry .apply_details {
    margin: 0 0 80px;
}

#job_entry .apply_details article .flex_box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

#job_entry .apply_details article .job_img img {
    border-radius: 10px 10px 0 0;
}

#job_entry .apply_details article .job_info {
    padding: 20px;
}

#job_entry .apply_details article .job_info .h2_ttl {
    padding: 10px 0;
}

#job_entry .apply_details article .job_info .h2_ttl h2 {
    font-size: 1em;
    font-weight: 700;
}

#job_entry .apply_details article .job_info table {
    width: 100%;
}

#job_entry .apply_details article .job_info table tr {
    display: flex;
    align-items: center;
    border-top: solid 1px #dcdcdc;
    padding: 10px 0;
}

#job_entry .apply_details article .job_info table th {
    width: 100px;
    text-align: left;
    font-size: 0.8em;
    font-weight: 700;
}

#job_entry .apply_details article .job_info table td {
    flex: 1;
}

#job_entry .apply_details article .job_info table td p {
    font-size: 0.8em;
}


@media (min-width: 768px) {

    #job_entry .con {
        padding: 80px 8%;
    }

    #job_entry .apply_details article .flex_box {
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    #job_entry .apply_details article .job_img {
        width: 50%;
        max-width: 320px;
    }

    #job_entry .apply_details article .job_img img {
        border-radius: 10px;
    }

    #job_entry .apply_details article .job_info {
        flex: 1;
        padding: 0 0 0 20px;
    }

}


@media (min-width: 1024px) {

    #job_entry .apply_details article .flex_box {
        padding: 40px;
    }

    #job_entry .apply_details article .job_info {
        padding: 0 0 0 40px;
    }

    #job_entry .apply_details article .job_info .h2_ttl {
        padding: 10px 0;
    }

    #job_entry .apply_details article .job_info .h2_ttl h2 {
        font-size: 1.2em;
    }

    #job_entry .apply_details article .job_info table th {
        font-size: 0.9em;
    }

    #job_entry .apply_details article .job_info table td p {
        font-size: 0.9em;
    }

} */









/*========================================

page-contact.php

========================================*/

/*----------------------------------------

#recruit_flow

----------------------------------------*/

#recruit_flow {
    margin: 0 0 80px;
}

#recruit_flow .step ol {
    list-style: none;
}

#recruit_flow .step ol li {
    margin: 0 0 20px;
}

#recruit_flow .step ol li:last-of-type {
    margin: 0;
}

#recruit_flow .step ol li .ttl {
    margin: 0 0 10px;
}

#recruit_flow .step ol li .ttl h3 {
    font-size: 1.2em;
    font-weight: 700;
}

#recruit_flow .step ol li .ttl h3 span {
    color: #FF7043;
}

#recruit_flow .step ol li .txt {
    margin-left: 25px;
    padding: 10px 0 20px 25px;
}

#recruit_flow .step ol li .txt.line {
    border-left: solid 1px #FF7043;
}

#recruit_flow .step ol li .txt p {
    font-size: 0.9em;
    line-height: 1.8;
}

#recruit_flow .step ol li .txt p br {
    display: none;
}


@media (min-width: 768px) {

    #recruit_flow .step ol li .txt p br {
        display: block;
    }

}


@media (min-width: 1024px) {

    #recruit_flow .step ol li .txt {
        margin-left: 30px;
        padding: 10px 0 20px 30px;
    }

    #recruit_flow .step ol li .ttl h3 {
        font-size: 1.44em;
    }

    #recruit_flow .step ol li .txt p {
        font-size: 1.08em;
    }

}









/*========================================

フォーム用共通CSS
page-entry.php
page-contact.php

========================================*/

/*----------------------------------------

#web_form

----------------------------------------*/


#web_form .form_box {
	border-top: solid 1px #FFA082;
	padding: 40px 0;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

    #web_form .form_box {
		display: flex;
		align-items: center;
	}

	#web_form .label_area {
		flex-basis: 30%;
	}

	#web_form .input_area {
		flex-basis: 70%;
	}

}




/*----------------------------------------

#web_form / .label_area

----------------------------------------*/

#web_form .label_area {
    padding: 0 0 20px;
}

#web_form .label_area label {
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
}

#web_form .label_area label span {
	margin-left: 10px;
    padding: 3px 10px;
    font-size: 0.8em;
	color: #ffffff;
    background: #ff7043;
    border-radius: 3px;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

	#web_form .label_area {
		padding: 0;
	}

}




/*----------------------------------------

.input_area / text,textarea

----------------------------------------*/

#web_form .input_area input.input_left_50,
#web_form .input_area input.input_right_50,
#web_form .input_area input.input_100,
#web_form .input_area textarea {
    display: block;
    width: 100%;
    border: solid 1px #FFA082;
    border-radius: 0;
    padding: 20px;
    outline: none;
    font-size: 1em;
    border-radius: 5px;
}

#web_form .input_area .name_kanji {
    margin: 0 0 2%;
}

#web_form .input_area .wpcf7-form-control-wrap[data-name="kanji_sei"],
#web_form .input_area .wpcf7-form-control-wrap[data-name="kana_sei"],
#web_form .input_area .wpcf7-form-control-wrap[data-name="kanji_sei_guardian"],
#web_form .input_area .wpcf7-form-control-wrap[data-name="kana_sei_guardian"]  {
    float: left;
    width: 49%;
    margin-right: 2%;
}

#web_form .input_area .wpcf7-form-control-wrap[data-name="kanji_mei"],
#web_form .input_area .wpcf7-form-control-wrap[data-name="kana_mei"],
#web_form .input_area .wpcf7-form-control-wrap[data-name="kanji_mei_guardian"],
#web_form .input_area .wpcf7-form-control-wrap[data-name="kana_mei_guardian"] {
    float: left;
    width: 49%;
}

#web_form .input_area .wpcf7-form-control-wrap[data-name="age"] {
    display: block;
    float: left;
    width: 49%;
}

#web_form .input_area .nenrei {
    float: left;
    padding-left: 10px;
    line-height: 60px;
}

#web_form .input_area .wpcf7-form-control-wrap[data-name="prefectures"] {
    display: block;
    width: 49%;
}

#web_form .input_area p.kakunin {
    margin: 0 0 10px;
    font-size: 0.9em;
    font-weight: 500;
}




/*----------------------------------------

.input_area / .wpcf7-radio

※デフォルトのラジオボタンを任意のデザインに変更

----------------------------------------*/

/* 入会者性別用CSS */
#web_form .input_area [data-name="radio_btn_gender"] .flex_box {
    display: flex;
    justify-content: space-between;
}

#web_form .input_area [data-name="radio_btn_gender"] span.wpcf7-list-item {
    flex-basis: 49%;
    margin: 0;
}


/* 以下共通CSS */
#web_form .input_area .wpcf7-radio input[type="radio"] {
    display: none;
}

#web_form .input_area .wpcf7-radio span.wpcf7-list-item-label {
    display: block;
	position: relative;
	z-index: 1;
	border: solid 1px #FFA082;
	padding: 20px 20px 20px 40px;
	font-size: 0.9em;
	line-height: 1.5;
	background: #ffffff;
    border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

#web_form .input_area .wpcf7-radio span.wpcf7-list-item-label::before {
    display: block;
	content: '';
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	left: 19px;
	width: 10px;
	height: 10px;
	background: #ff7043;
	border-radius: 50%;
	opacity: 0;
}

#web_form .input_area .wpcf7-radio span.wpcf7-list-item-label::after {
    display: block;
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: solid 1px #FFA082;
	border-radius: 50%;
	background: #ffffff;
}

#web_form .input_area .wpcf7-radio input:checked + span.wpcf7-list-item-label {
    background: #FBE1E2;
}

#web_form .input_area .wpcf7-radio input:checked + span.wpcf7-list-item-label::before {
    opacity: 1;
}




/*----------------------------------------

.consent_area

----------------------------------------*/

#web_form .consent_area {
    border-top: solid 1px #FFA082;
    padding: 40px 0;
}

#web_form .consent_area .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    text-align: center;
    margin: 0;
}

#web_form .consent_area .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1em;
    font-weight: 700;
}





/*----------------------------------------

.submit_area

----------------------------------------*/

#web_form input.submit_btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 25px 0;
    border: none;
    outline: none;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
    background: #FF4105;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

#web_form input.submit_btn:hover {
    opacity: 0.7;
}




/*----------------------------------------

.wpcf7-not-valid-tip(エラーメッセージ)

----------------------------------------*/

#web_form .wpcf7-not-valid-tip {
    font-size: 0.9em;
    font-weight: 700;
}

#web_form .consent_area .wpcf7-not-valid-tip {
    text-align: center;
}









/*========================================

page-privacy.php

========================================*/

/*----------------------------------------

#privacy_policy

----------------------------------------*/

#privacy_policy .con {
    padding: 40vw 5% 80px;
}

#privacy_policy .opening {
	margin: 0 0 40px;
}

#privacy_policy .opening p {
	font-size: 0.9em;
    font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
}

#privacy_policy section {
	border-top: solid 1px #EE7A7F;
	padding: 8vw 0;
}

#privacy_policy section h2 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
}

#privacy_policy section .info > p {
	padding-top: 20px;
	font-size: 0.9em;
	line-height: 1.5;
}

#privacy_policy section ol.list1 {
	margin: 20px 0 0 20px;
}

#privacy_policy section ol.list2 {
	margin: 20px 0 0 20px;
}

#privacy_policy section ol.list3 {
	margin: 20px 0 0 20px;
}

#privacy_policy section ol li {
	margin: 0 0 20px;
	font-size: 0.9em;
	line-height: 1.5;
}

#privacy_policy section ul.window {
    padding-top: 20px;
}

#privacy_policy section ul.window li p {
    font-size: 0.9em;
	line-height: 1.5;
}

#privacy_policy .thats_all {
	text-align: right;
}


@media (min-width: 768px) {

    #privacy_policy section {
        padding: 4vw 0;
	}
    
}


@media (min-width: 1024px) {
    
    #privacy_policy .con {
        padding: 80px 10%;
    }

}