@charset "UTF-8";

/*-----------------------------------

    base

-----------------------------------*/
.line_btn {
    display: block;
    font-size: 22px;
    width: 270px;
    margin: 25px auto 60px;
}
.line_btn span {
    text-decoration: underline;
    color: #06c755;
    padding-left: 45px;
    padding-right: 6px;
    position: relative;
}
.line_btn span::before {
    content: "";
    display: block;
    background: url(../img/common/line_icon.svg) no-repeat center / cover;
    width: 36px;
    height: 36px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
h2 {
    background: url(../img/common/h2_title_bg.png) no-repeat;
    background-size: cover;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
h2 span{
    display: inline-block;
    vertical-align: middle;
}
h2::before, h2::after{
    content: '';
    width: 38px;
    height: 19px;
    background: url(../img/common/h2_title_ornament.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
h2::before {
    margin-right: 1em;
}
h2::after {
    margin-left: 1em;
}
h2.menu_title {
    font-size: 24px!important;
    color: #795d2d!important;
    text-align: center;
    max-width: 600px;
    margin: 20px auto 50px;
    width: 100%;
    position: relative!important;
    background: none;
    padding: 0;
    font-weight: 600;
}
h2.menu_title::before {
    content: '';
    width: 100%!important;
    height: 1px!important;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/common/price_title_border.png) no-repeat!important;
    background-size: cover!important;
}
h2.menu_title::after {
    display: none;
}
.inner_box{
    padding-bottom: 100px;
}
.red{
    color: #ff6699;
        font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400;
}
.red.req {
    font-weight: 500;
}
.red a {
    text-decoration: underline;
}
.feature {
    max-width: 600px;
    width: 100%;
    padding: 1px;
    background: url(../img/common/feature_border_bg.png) repeat-y;
    background-size: contain;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.feature .feature_inner{
    padding: 0 25px 25px;
    width: 100%;
    background: #fff;
    border-radius: 19px;
    text-align: center;
}
.feature h3{
    padding: 0  0.5em;
    transform: translateY(-15px);
    background: #fff;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0;
    color: #6b5620;
}
.feature h3 span{
    background: linear-gradient(transparent 65%, #f7f1e4 65%);
    padding: 0 0.5em;
}
.feature ul li{
    color: #313131;
    text-align: left;
    border-bottom: 1px solid #aaaaaa;
    padding: 5px 0 5px 2em;
    text-indent: -2em;
    letter-spacing: 0;
}
.feature ul li::before{
    content: '';
    width: 17px;
    height: 17px;
    background: url(../img/common/feature_icon.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
}
.feature ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #b48b28;
}
h4.p01 {
    font-size: 20px;
    color: #997c2c;
    border-left: 5px solid #997c2c;
    border-bottom: 1px solid #997c2c;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
h3.price_ttl {
    font-size: 24px;
    color: #795d2d;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
    width: 100%;
    position: relative;
}
h3.price_ttl span {
    font-size: 15px;
    display: block;
    margin-top: 15px;
    font-weight: 400;
    color: #212121;
}
h3.price_ttl::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/common/price_title_border.png) no-repeat;
    background-size: cover;
}
h3.gradation {
    background: linear-gradient(to left, #fff, 40%, #dcd0bc);
    padding: 5px 10px;
    color: #795d2d;
    margin-bottom: 20px
}
.dN {
    display: none;
}
.tab-box {
    margin-bottom: 40px;
}
.tab-box .nav li {
    float: left;
    max-width: 200px;
    width: 33%;
    margin-right: .5%;
    line-height: 0;
}
.tab-box .nav li:last-child {
    margin-right: 0;
}
.tab-box table.pc {
    width: 100%;
    display: table;
}
.tab-box table.both {
    width: 100%;
    display: table;
}
.tab-box table th, .tab-box table td{
    border: 1px solid #997c2c;
    padding: 12px 0;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    line-height: 180%;
}
.tab-box table th {
    background: #b2a3a5;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.tab-box table th.sub {
    background: #f8f0ec;
    color: #212121;
    font-family: 'Noto Serif JP', serif;
}
.tab-box table .w40 {width: 40%;}
.tab-box table .w60 {width: 60%;}
h5 {
    font-size: 16px;
    color: #997c2c;
}
h5::before {
    content: "■";
    margin-right: 5px;
    font-size: 12px;
}
h3.other_ttl {
    font-size: 20px;
    color: #997c2c;
    text-align: center;
    border-bottom: 1px solid #818181;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.other_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.other_list li{
    width: 24%;
    margin-bottom: 2%;
    margin-right: 1.33%;
}
.other_list li:nth-child(4n){
    margin-right: 0;
}
.other_list li a{
    display: block;
    border: 1px solid #997c2c;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    height: 70px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
    background: #f7f1e4;
    background: -moz-linear-gradient(bottom,  #f7f1e4 0%, #f7f7f8 100%);
    background: -webkit-linear-gradient(bottom,  #f7f1e4 0%,#f7f7f8 100%);
    background: linear-gradient(to top,  #f7f1e4 0%,#f7f7f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f1e4', endColorstr='#f7f7f8',GradientType=0 );
}
.center_table_img {
    text-align: center;
    margin: 20px 0;
}
.asterisk {
    position: relative;
    padding-left: 20px;
}
.asterisk::after {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.bold500 {
    font-weight: 500!important;
}
.caution_title {
    font-family: 'Noto Sans JP', sans-serif!important;
}
.redline {
    padding: 5px;
    border: 4px solid #f06464;
}
.br_w900 {
    display: none;
}
.br_w900_none {
    display: block;
}
.w900_inline {
    display: inline;
}


/* blue_border(pc) */
.blueTop {
    border-top: 4px solid #6489f0!important;
}
.blueBottom {
    border-bottom: 4px solid #6489f0!important;
}
.blueLeft {
    border-left: 4px solid #6489f0!important;
}
.blueRight {
    border-right: 4px solid #6489f0!important;
}
.blue {
	color: #6489f0;
}

/* blue_border(responsive) */
.blueTop_res {
    border-top: none;
}
.blueBottom_res {
    border-bottom: none;
}
.blueLeft_res {
    border-left: none;
}
.blueRight_res {
    border-right: none;
}

/* device */
.sp {
	display:none;
}
.tab {
	display:none;
}
.pc {
	display:block;
}
.sp_inline {
	display:none;
}
.tab_inline {
	display:none;
}
.pc_inline {
	display:inline;
}


@media screen and (max-width: 900px) {
    .br_w900 {
        display: block;
    }
    .br_w900_none {
        display: none;
    }
    .w900_inline {
        display: inline;
    }
    
/* blue_border(pc) */
    .blueTop {
        border-top: none!important;
    }
    .blueBottom {
        border-bottom: none!important;
    }
    .blueLeft {
        border-left: none!important;
    }
    .blueRight {
        border-right: none!important;
    }

/* blue_border(responsive) */
    .blueTop_res {
        border-top: 4px solid #6489f0!important;
    }
    .blueBottom_res {
        border-bottom: 4px solid #6489f0!important;
    }
    .blueLeft_res {
        border-left: 4px solid #6489f0!important;
    }
    .blueRight_res {
        border-right: 4px solid #6489f0!important;
    }
}



@media screen and (max-width: 840px) {
    .feature h3{
        font-size: 20px;
    }
    .tab-box table th, .tab-box table td{
        padding: 10px 0;
        font-size: 14px;
        letter-spacing: 0;
    }
    h3.other_ttl {
        line-height: 1.6;
    }
    h3.other_ttl .sp{
        display: block;
    }
    .other_list li a{
        font-size: 12px;
        letter-spacing: 0;
    }
    .right_justified > .right .left {
        width: 100%;
    }
    .right_justified > .right .right {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    
/* device */
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}
    .sp_inline{
		display:none;
	}
	.pc_inline{
		display:none;
	}
	.tab_inline{
		display:inline;
	}
}
@media screen and (max-width: 640px) {
    section {
        padding-top: 73px !important;
        margin-top: -73px;
    }
    .line_btn {
        font-size: 18px;
        width: 215px;
        margin: 15px auto 40px;
    }
    .line_btn span {
        padding-left: 35px;
        padding-right: 3px;
    }
    .line_btn span::before {
        width: 26px;
        height: 26px;
    }
    h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .inner_box{
        padding-bottom: 40px;
    }
    h3.price_ttl {
        margin: 0 auto 30px;
    }
    .tab-box {
        margin-bottom: 20px;
    }
    .tab-box .nav li {
        width: 33.33%;
        margin-right: 0;
    }
    .tab-box table.pc {
        display: none;
    }
    .tab-box table.sp {
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }
    h3.other_ttl {
        margin-bottom: 15px;
    }
    .other_list li{
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .other_list li a{
        border: none;
        border-right:  1px solid #fff;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        font-size: 13px;
        line-height: 1;
        height: 60px;
        position: relative;
    }
    .other_list li:nth-child(2n) a{
        border-right:  none;
    }
    .other_list li a::after{
        position: absolute;
        content: '';
        width: 15px;
        height: 8px;
        background: url(../img/common/menu_arrow01.png) no-repeat;
        background-size: contain;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }
    .right_justified > .right {
        width: 100%;
    } 
    
/* device */
	.pc{
		display:none;
	}
    .tab{
		display:none;
	}
	.sp{
		display:block;
	}
    .pc_inline{
		display:none;
	}
    .tab_inline{
		display:none;
	}
	.sp_inline{
		display:inline;
	}
}
@media screen and (max-width: 340px) {
    h2::before, h2::after{
        background: none;
        width: 0;
        height: 0;
    }
    h2::before {
        margin-right: 0;
    }
    h2::after {
        margin-left: 0;
    }
}
/*-----------------------------------

    intro_block

-----------------------------------*/
#intro_block {
    padding-bottom: 100px;
    text-align: center;
}
#intro_block p{
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 640px) {
    #intro_block {
        padding-bottom: 40px;
    }
}

/*-----------------------------------

    menu_block sp

-----------------------------------*/
#menu_block {
    padding-bottom: 40px;
}
#menu_block h2{
    background: none;
    color: #b48b28;
    font-size: 20px;
    position: relative;
    padding: 0;
}
#menu_block h2::before{
    background: none;
    width: 0;
    height: 0;
    margin-right: 0;
}
#menu_block h2::after{
    content: '';
    width: 100%;
    height: 1px;
    background: url(../img/common/sp/menu_border.png) no-repeat;
    background-size: cover;
    margin-left: 0;
}
#menu_block ul{
}
#menu_block ul li{
    float: left;
    width: 50%;
    border-right:  1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #f7f1e4;
    background: -moz-linear-gradient(bottom, #f7f1e4 0%, #f7f7f8 100%);
    background: -webkit-linear-gradient(bottom, #f7f1e4 0%,#f7f7f8 100%);
    background: linear-gradient(to top, #f7f1e4 0%,#f7f7f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f1e4', endColorstr='#f7f7f8',GradientType=0 );
}
#menu_block ul li:nth-child(2n){
    border-right:  none;
}
#menu_block ul li a{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    color: #515151;
    line-height: 1.2;
    height: 60px;
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
}
#menu_block ul li a::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 8px;
    background: url(../img/common/menu_arrow01.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
@media screen and (max-width: 340px) {
    #menu_block ul li{
        width: 100%;
    }
}


/*-----------------------------------

    form01_block

-----------------------------------*/

#form01_block .top_message {
    font-weight: 500;
    font-size: 17px
}
#form01_block .caution_title {
    color: #997c2c;
    margin: 30px 0 10px;
}
#form01_block .gray_box {
    border: 1px solid #686767;
    padding: 20px;
}
#form01_block span.gray_box_bold {
    font-weight: 600;
    font-size: 16px;
}
#form01_block span.underline {
    text-decoration: underline;
}
#form01_block ul.bullets {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding-left: 23px;
    margin: 20px 0;
}
#form01_block ul.bullets li {
    list-style: disc
}
#form01_block .blue_flame {
    background: #6489f0;
    color: #fff;
    padding: 2px 3px;
    margin: 0 4px;
}
#form01_block .red_flame {
    background: #f06464;
    color: #fff;
    padding: 2px 3px;
    margin: 0 4px;
}
#form01_block table {
    width: 100%;
}
#form01_block th,
#form01_block td {
    font-family: 'Noto Sans JP', sans-serif;
    border: 2px solid #ccc;
    padding: 15px
}
#form01_block th {
    background: #ece4d6;
    width: 180px;
}
#form01_block td {
    font-weight: 400;
    width: calc(100% - 180px);
}
#form01_block table label {
/*    margin-right: 20px;*/
    cursor: pointer;
}
#form01_block ul.list_inline li {
    display: inline;
}
#form01_block ul.exclamation li {
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    line-height: 180%;
}
#form01_block ul.exclamation li::before {
    content: "!";
    position: absolute;
    left: 6.5px;
    top: 1px;
    font-weight: 500;
}
#form01_block ul.exclamation li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ff6699;
    border-radius: 50%;
}
#form01_block td span.example {
    display: block;
    color: #999;
}
#form01_block input {
    padding: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    border: 2px solid #929292;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 3px;
    -o-border-radius: 6px;
    border-radius: 6px;
	max-width: 100% !important;
}
#form01_block select {
    padding: 3px 5px;
    font-family: 'Noto Sans JP', sans-serif;
    border: 2px solid #929292;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 3px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#form01_block td.name_form span.example,
#form01_block td.post_form span.example {
    margin-top: 10px
}
#form01_block td.post_form span.point {
    margin-left: 15px
}
#form01_block textarea {
    padding: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    border: 2px solid #929292;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 3px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#form01_block span.post_title {
    display: block;
    margin: 20px 0 5px;
}
#form01_block .tel_form span.example {
    display: inline;
}
#form01_block .tel_form .red {
    margin-top: 10px;
}
#form01_block th.contact_from_hospital span {
    font-size: 14px
}
#form01_block th.contact_from_hospital {
    padding: 5px;
    font-size: 13px;
    vertical-align: middle;
}
#form01_block td.age_form span.example {
    display: inline;
    margin-left: 10px;
}
#form01_block td.mail_form .red {
    margin-top: 10px;
}
#form01_block ul.col_2 {
    display: flex;
    flex-flow: row wrap;
}
#form01_block ul.col_2 li:nth-of-type(2n+1) {
    width: 54%;
    margin-right: 2%;
}
#form01_block ul.col_2 li:nth-of-type(2n) {
    width: 44%;
}
#form01_block .checkbox_other {
    margin-top: 20px
}
#form01_block .checkbox_other label {
    display: block;
}
#form01_block .checkbox_other input {
    margin-top: 10px;
}
#form01_block ul.col_3 {
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
}
#form01_block ul.col_3 li {
    width: 32%;
}
#form01_block ul.col_3 li:not(:nth-of-type(3n)) {
    margin-right: 2%;
}
#form01_block .reservation_box span {
    padding: 0 4px
}
#form01_block .reservation_box span.bold {
    padding-left: 0;
    font-weight: 600
}
#form01_block .reservation_box:nth-last-of-type(1) {
    margin-top: 10px
}
#form01_block td.consultation_form span.example {
    position: relative;
    padding-left: 45px
}
#form01_block td.consultation_form span.example::after {
    position: absolute;
    content: "（例）";
    top: 0;
    left: 0;
}
#form01_block td.consultation_form textarea {
    margin-top: 10px
}
#form01_block th.purpose {
    padding: 5px;
    font-size: 13px;
}
#form01_block th.purpose span {
    font-size: 14px;
}
#form01_block .submit input {
    border: none;
}
#form01_block .submit input:hover {
    transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* radio-btn design */
#form01_block .radio-input{
  display: none;
}
#form01_block label .radio-input + span{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
#form01_block label .radio-input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
#form01_block label .radio-input:checked + span{
  color: #997c2c;
}
#form01_block label .radio-input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #997c2c;
  border-radius: 50%;
}

/* checkbox design */
#form01_block .checkbox_input{
    display: none;
}
#form01_block .checkbox_input + span{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
    font-size: 12px
}
#form01_block .checkbox_input + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: solid 2px #aeaeae;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;

}
#form01_block .checkbox_input:checked + span{
    color: #997c2c;
    
}
#form01_block .checkbox_input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #997c2c;
    border-right: 3px solid #997c2c;
}


@media screen and (max-width: 960px) {
    #form01_block td.post_form span.point {
        display: block;
        margin-top: 10px
    }
    #form01_block .tel_form span.example {
        display: block;
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) {

    #form01_block th {
        width: 100%;
        display: block;
        border: none;
    }
    #form01_block tr:nth-last-of-type(1) > td {
        padding-bottom: 15px;
    }
    #form01_block td {
        width: 100%;
        display: block;
        border: none;
        padding-bottom: 40px
    }
    #form01_block td.name_form input:nth-last-of-type(1) {
        margin-top: 10px;
    }
    #form01_block td.name_form span.name_span {
        position: relative;
        top: 5px
    }
    #form01_block .post_form textarea {
        width: 100%;
    }
    #form01_block td.mail_form input {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    #form01_block .checkbox_other input {
        width: 100%;
    }
    #form01_block td.consultation_form textarea {
        width: 100%;
    }
    #form01_block .reservation_box span.bold {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #form01_block .top_message {
        font-size: 15px
    }
    #form01_block .reservation_box span {
        padding: 0 1px;
    }
}

@media screen and (max-width: 480px) {
    #form01_block th.contact_from_hospital {
        font-size: 12px;
    }
    #form01_block ul.col_2 li:nth-of-type(2n+1) {
        width: 100%;
        margin-right: 0;
    }
    #form01_block ul.col_2 li:nth-of-type(2n) {
        width: 100%;
    }
    #form01_block ul.col_3 li {
        width: 48%;
    }
    #form01_block ul.col_3 li:not(:nth-of-type(3n)) {
        margin-right: 0;
    }
    #form01_block ul.col_3 li:not(:nth-of-type(2n)) {
        margin-right: 4%;
    }
}

/* button */
.submit {
	display: inline-block;
}
.submit button {
	outline: none;
	background: none;
	border: none;
	width: 186px;
	cursor: pointer;
}
.submit button.back_btn {
	margin-right: 20px;
}
.submit button:hover img {
	opacity: .8;
}
.col_2 .mwform-checkbox-field {
	display: inline-block;
	width: 49%;
	margin-left: 0 !important;
}
.col_3 .mwform-checkbox-field {
	display: inline-block;
	width: 32%;
	margin-left: 0 !important;
}
.checkbox_other span {
	display: block;
	text-align: left;
	font-size: 12px;
}
.last_item_mt20 .mwform-radio-field:last-of-type {
	margin-top: 20px;
}
.confirm_show {
	display: none;
}
.mw_wp_form_confirm .input_show {
	display: none !important;
}
.mw_wp_form_confirm .confirm_show {
	display: block;	
}
.thanks h4 {
	font-size: 1.3em;
	margin-bottom: 1em;
	line-height: 1.6;
	color: #997c2c;
}

@media screen and (max-width: 640px) {
	.submit button.back_btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.col_2 .mwform-checkbox-field {		
		width: 100%;
		
	}
	.col_3 .mwform-checkbox-field {		
		width: 49%;		
	}
	#address {
		width: 100%;
	}
}