@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

/* ===================================
*
　★リセットCSS
*
===================================-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    color: #373737;
    font-size: 1.6rem;
    line-height: 28px;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #373737;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
a.link{
    text-decoration: underline;
    color: #2196F3;
}
body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	    font-size: 1.6rem;
    line-height: 28px;
	font-weight: 400;
}
table th,table td{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	    font-size: 1.6rem;
    line-height: 28px;
	font-weight: 400;
}
table{
    width: 100%;
}
table tr:nth-child(odd) {
    background: #e4f4f6;
}
table tr th, table tr td{
    padding: 0.8em;
}
table tr th{
    font-weight: 800;
    width: 160px;
    padding-left: 15px;
    color: #154c8d;
    text-align: center;
}
.table_in tr{
    border-bottom: dotted 1.5px #cacaca;    
}
.table_in tr:last-child{
    border: none;
}
.table_in tr.ttl{
    border: none;  
}
.table_in tr.ttl th{
    color: #154c8d;
    padding-top: 22px;
    font-weight: 800;
    font-size: 1.8rem;
}
.table_in th{
    padding: 0;
    color: #373737;
    text-align: left;
    font-weight: 600;
}
.table_in td{
    padding: 0.6em;
}
table .item dt{
    font-weight: 600;
}
button, input,input[type=button], input[type=reset], input[type=submit] {
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	    font-size: 1.6rem;
    line-height: 28px;
}
img {
    vertical-align: bottom;
}
main strong{
        font-weight: 800;
}
:focus {
    outline: none;
}
.font{
     font-family: "Outfit", sans-serif;
}
.honbun{
        font-size: 1.6rem;
    line-height: 28px;
    font-weight: 400;
}
.center{
    text-align: center;
}
.wide{
    width: 100%;
}
.sec{
    position: relative;
}
.bg{
    position: absolute;
    z-index: -1;
}
.w650{
    width: 650px;
    margin: 0 auto;
}
.pt80{
    padding-top: 80px!important;
}
.mt80{
        margin-top: 80px !important;
}
.mt100{
        margin-top: 100px !important;
}
.link_maru{
    position: relative;
}
.link_maru:after{
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../img/hover.png");
    width: 32px;
    height: 31px;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}
.link_maru:hover:after{
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../img/hover_on.png");
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
}
a.more{
    font-weight: 800;
    text-align: center;
    border: 3px solid #154C8D;
    border-radius: 90px;
    width: 272px;
    display: block;
    padding: 16px 0;
    margin-top: 56px;
    position: relative;
    background: #fff;
}
a.more:hover{
    background: #FFE246;
    opacity: 1;
}
a.more:after{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../img/arrow.svg");
    width: 15px;
    height: 23px;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}
/*-------------------------
見出し
-------------------------*/
.h2_1{
    color: #154C8D;
    font-weight: bold;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 21px;
    letter-spacing: 0.05em;
}
.h2_1 span{
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    color: #373737;
    font-weight: 600;
    margin-top: 12px;
    letter-spacing: 0.01em;
}
.wt{
    color: #fff!important;
}
.center{
    text-align: center!important;
}
/*-------------------------
お知らせdl,dt,dd
-------------------------*/
main .news dl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #919191;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
main .news dl a{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
main .news dl a:hover{
    opacity: 1;
    color: #154C8D;
}
main .news dt{
    color: #154C8D;
    font-weight: 800;
    font-size: 1.6rem;
    position: relative;
    top: 4px;
}
main .news dt span{
    margin-right: 20px;
}
main .news dt .label{
    background: #fff;
    border-radius: 5px;
    padding: 0 13px;
    display: inline-block;
}
main .news dl.pin{
    border: 1px solid #154c8d;
    padding-top: 10px;
    padding-left: 18px;
}
main .news dl.pin .pin_icon{
    margin-right: 18px;
}
main .news dl.pin a dd{
    position: relative;
    top: 3px;   
}
/* ===================================
*
　★PC/SP 切り替え
*
===================================-*/
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.inner{
    width: 1290px;
    margin: 0 auto;
    max-width: 90%;
}
@media (min-width: 600px) {
   a[href^="tel:"] {
       pointer-events: none;
   }
}
/* ===================================
*
　PC/SP 切り替え - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
    .flex{
        display: block;
    }
    .inner{
        width: 90%;
    }
    a.more,a.link,a.link_wt{
        width: 100%;
    }
    h2.normal{
        font-size: 2.4rem;
    }
    h2.normal span{
        font-size: 1.4rem;
    }
    h2.normal .font17{
        text-align: left;
        font-size: 1.5rem;
    }
    h2.normal.left{
        text-align: left;
    }
    h3{
        font-size: 1.8rem; 
    }
    .honbun18{
        font-size: 1.5rem;
        line-height: 2.3;
    }
    a.link_wt{
        font-size: 1.6rem;
    }
    a.link{
        font-size: 1.6rem;
        margin-bottom: 5%;
    }
    a.more{
        margin-top: 10%;
        padding: 3%; 
    }
    a.link_wt.s{
        width: 100%;
    }
    .w650{
        width: 100%;
    }
    .mt100,.mt80{
         margin-top: 15% !important;   
    }
    .pt80{
        padding-top: 15% !important;   
    }
    .h2_1{
        font-size: 3rem;
    }
    .h2_1 span{
        font-size: 1.3rem;
    }
    body {
        font-size: 1.5rem;
    }
    body p,body ul li a,body ul,body li,dl,dt,dd{
        font-size: 1.5rem;
    }
    table th,table td{
        font-size: 1.5rem;
    }
    button, input,input[type=button], input[type=reset], input[type=submit] {
        font-size: 1.5rem;
    }
    .honbun{
        font-size: 1.5rem;
    }
    /*-------------------------
    お知らせdl,dt,dd
    -------------------------*/
    main .news dl{
        display: block;
    }
    main .news dl a{
        display: block;
    }
    main .news dl a:hover{
        opacity: 1;
        color: #154C8D;
    }
    main .news dt{
        margin-bottom: 10px;
    }
    main .news dt span{
        margin-right: 20px;
    }
    main .news dt .label{
        background: #fff;
        border-radius: 5px;
        padding: 0 13px;
        display: inline-block;
    }
     /*-------------------------
    table
    -------------------------*/
    table{
        width: 100%;
    }
    table tr th, table tr td{
        padding: 0.3em 3%;
        width: 100%;
        display: block;
        text-align: left;
    }
    table tr th{
        width: 100%;
        padding-bottom: 0px;
    }
    table tr td{
        padding-top: 0px;
    }
    .table_in tr{
        padding: 0.3em 0;
    }
    .table_in td {
        padding: 0 0 2% 0;
    }
    .table_in th{
        padding-top: 2%
    }
}/*===================================
max-width: 767px - SPここまで
===================================*/


/* ===================================
*
　header
*
===================================-*/
header .flex{
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
li a.off{
    color: #c6c6c6;   
    pointer-events: none;
}
li a.off:hover{
    color: #c6c6c6;   
}
/*
PC時のみの設定-----------------------------*/
@media only screen and (min-width: 768px){
    header{
        padding: 30px 20px;
    }
    header .logo img{
        margin-right: 20px;
        display: block;
        width: 315px;
    }
    header .ec img{
        width: 245px;
    }
    header nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header nav .gnav{
       display: flex; 
    }
    header nav .gnav li{
        font-size: 1.5rem;
        box-sizing: border-box;
        height: 40px;
        margin-right: 40px;
    }
    header nav .gnav li.ec{
        margin: 0;
    }
    header nav .gnav li a{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;
        font-size: 1.5rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }
    header nav ul > li {
      position: relative;
    }
    header nav .dropdown {
        position: absolute;
        z-index: 1000;
        top: 40px;
        display: none;
    }
    header nav .dropdown li{
        border: none;
    }
    header nav .dr02{
      left: -72px;
    }
    header nav .dr03{
      left: -72px;
    }
    header nav .dr04{
      left: -72px;
    }
    header nav .rc_dr01{
        left: -42px;
    }
    header nav .dropdown li {
        display: block;
        padding-left: 0;
        padding-top: 0;
        background: #004395;
        height: auto;
        border-bottom: 1px solid #295f9f;
        width: 200px;
        margin: 0;
    }
    header nav .dropdown li a {
        color: #fff;
        padding: 10px;
        display: block;
        line-height: 1.5;
        text-align: center;
        font-size: 1.3rem;
    }
}/*--------PCのみの設定ここまで*/

@media only screen and (max-width: 1230px){
    header .logo img{
        width: 150px;
    }
    header nav .gnav li a{
        font-size: 1.3rem;
    }
    header nav .gnav li{
        margin-right: 20px;
    }
    header .ec img {
        width: 185px;
    }
}/*-end*/

/*
SP時のみの設定-----------------------------*/
@media only screen and (max-width: 767px){
    li a.off{
        color: #7eb7bd;
}
    header{
height: 70px;
        width: 100%;
        min-width: 100%;
        padding: 0;
        position: fixed;
        z-index: 1000;
        background: #fff;
        margin-top: 0;
        top: 0;
    }
    header .logo{
        margin-top: 0;
                width: 202px;
        display: block;
        position: absolute;
        top: 52%;
        left: 5%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    header .logo img{
        width: 100%;
    }
    header .contact{
        background: #006b77;
    }
    header .contact img{
    width: 100%;
    }
    /* hamburger */
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger{
        position: absolute;
        width: 32px;
        height: 32px;
        top: 26%;
        right: 5%;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #154c8d;
        border-radius: 90px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 18px;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 28px;
    }

    /* hamburger open/close */
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    header nav .gnav{
        display: none;
    }
    header nav ul {
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 1000;
        width: 100%;
    }
    header nav ul.global_nav {
        height: 90vh;
        overflow: auto;
    }
    header nav ul > li {
        display: block;
        text-align: center;
        background: #154c8d;
        height: initial;
        border-bottom: none;
        padding-left: 0;
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 20px;
    }
    header nav ul > li a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    header nav .gnav li{
        margin: 0;
        border-bottom: 1px solid #ffffff4d;
    }
    header nav .gnav li.corporate{
        padding: 9px 0;
    }
    header nav .gnav li.corporate a{
        width: 80%;
        margin: 0 auto;
        background: #fff;
        border-radius: 7px;
        color: #154c8d  
    }
    header nav ul .dropdown {
        display: none;
    }
    }
    /*　ハンバーガーメニュー展開　*/
@media screen and (max-width: 767px) {
	header nav ul > li {
		position: relative;
        margin: 0;
	}

	.add_dropdown{
		position: absolute;
		width: 50px;
		height: 100%;
		top: 0;
		right: 0;
		border-left: 1px solid #ffffff57;
		z-index: 10;
		cursor: pointer;
	}

	.add_dropdown:before{
		content: "";
		position: absolute;
		width: 21px;
		height: 1px;
		top: 21px;
		right: 13px;
		margin: auto;
		background: #fff;
	}

	.add_dropdown:after{
		content: "";
		position: absolute;
		width: 1px;
		height: 21px;
		top: 11px;
		right: 23px;
		margin: auto;
		background: #fff;
	}
	.add_dropdown.active:after{
		display: none;
	}
	header nav ul .dropdown{
		position: relative;
		top: 0;
		border-top: 1px solid #153368;
        left: 0;
        width:100%;
	}
	header nav ul .dropdown li{
		position: relative;
		top: 0;
		border-bottom: 1px solid #153368;
		background: #fff;
	}
	header nav ul .dropdown li:last-child{
		border-bottom: none;
	}
	header nav ul .dropdown li a{
		color: #153368;
	}
}/*---------SP時のみの設定ここまで*/



/* ===================================
*
　★footer
*
===================================-*/
footer #top_arrow{
    width: 56px;
position: fixed;
    bottom: 30px;
    right: 30px;  
     z-index: 3;
}
footer #top_arrow img{
    width: 100%;
}
footer .logo{
    width: 342px;
    display: block;
}
footer .ec{
    width: 342px;
    display: block;
    margin-top: 60px;
}
footer .logo img,
footer .ec img{
    width: 100%;
}
footer .address p{
    font-size: 1.6rem;
    margin-top: 30px;
}
footer{
    background: #1A1A1A;
    color: #fff;
    padding: 150px 0 80px 0;
    position: relative;
}
footer .nav li a{
    color: #919191;
    font-size: 1.4rem;
    font-weight: 400;
}
footer .nav .ttl{
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
footer .copy{
    color: #D0D0D0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 200;
    text-align: right;
    margin-top: 40px;
}
footer .nav ul{
    margin-left: 50px;
}
footer .contact_btnL{
    background: #154c8d;
    max-width: 825px;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 3.3rem;
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact_btnL{
    background: #154c8d;
    max-width: 1035px;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 4rem;
    position: relative;
}
.contact_btnL:after {
    background: #002045;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.contact_btnL:hover {
    color: #fff;
    opacity: 1;
}
.contact_btnL:hover::after {    
  transform: scale(1, 1);
}
.contact_btnL span{
    position: relative;
    display: block;
    padding: 0 60px;
}
.contact_btnL span:after{
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../img/arrow_wt.svg");
    width: 26px;
    height: 42px;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
}
footer #top_arrow:hover{
    opacity: 1;
}
@media only screen and (max-width: 1427px){
    footer .copy{
        text-align: left;
    }
    footer .ec{
        margin-top: 30px;
    }
    footer .nav li a{
        font-size: 1.3rem;
    }
    footer .nav .ttl{
        font-size: 1.3rem;
    }   
    footer .nav{
        margin-top: 30px;
    }
    footer .nav ul{
        margin-left: 0;
        margin-right: 30px;
    }
}/*---------SP時のみの設定ここまで*/
@media only screen and (max-width: 767px){
    footer{
        padding: 10% 0 9%;
        padding-bottom: 80px;
    }
footer .contact_btnL {
    background: #154c8d;
    max-width: 90%;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 2rem;
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
    .contact_btnL span{
        line-height: 1.8;
    }
    .contact_btnL span:after{
            right: 20px;
    }
    footer .logo{
        width: 80%;
        display: block;
        margin: 0 auto;
}
footer .ec{
   width: 100%;
    display: block;
    margin-top: 10%;
}
    footer nav{
        display: none!important;
    }
    footer .address p{
    font-size: 1.5rem;
    margin-top: 13px;
    text-align: center;
    }
    footer .copy{
        text-align: center;
    }
    footer #top_arrow {
        width: 41px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 3;
    }
}/*---------SP時のみの設定ここまで*/


/*-----------------------------
フェードイン
-----------------------------*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition:1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/*-----------------------------
印刷用CSS
-----------------------------*/
@media print{
    body {
    overflow: visible !important;
    }
    header{
        padding: 20px;
    }
    header .logo img{
    width: 200px;
    }
    header nav .gnav li{
    font-size: 1.3rem;
    }
    header .ec img {
    width: 155px;
    }
    header .flex{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    }
    header nav,header nav .gnav{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    }
    .business .link_maru {
    font-size: 1.6rem;
    padding-right: 40px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 11px;
    line-height: 1.4;
    bottom: 17px;
    }
    .link_maru:after {
    right: 5px;
    }
    header nav .gnav li {
    font-size: 1.5rem !important;
    box-sizing: border-box;
    margin-right:10px !important;
    }
}/*end*/




/* ===================================
*
フォーム
*
===================================-*/
main form dl{
    display: flex;
    background: #e4f4f6;
    margin-bottom: 20px;
    padding: 20px 10px;
    align-items: center;
}
main form dt{
    font-weight: 800;
    width: 290px;
    padding-left: 15px;
    color: #154c8d;
}
main form dd{
    flex: 1;
}
main form input[type="text"] ,main form textarea{
    width: 277px;
}
main .required{
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    background: #ff0000;
    padding: 2px;
    margin-left: 10px;
    color: #fff;
}
main form .subttl{
    font-weight: bold;
    width: 40px;
    display: inline-block;
    font-size: 1.5rem;
}
main form input, 
main form input[type=button], 
main form input[type=reset], 
main form input[type=submit],
main form textarea{
  appearance: none;
  -webkit-appearance: none; /* Safari・iOS用 */
  -moz-appearance: none;    /* Firefox用（おまけ） */
    border: none;
    background: none;
    margin: 0;
    background-color: #fff;
    padding: 4px 5px;
    border-radius: 0px;  
}
main form select{
border: none;
    background: none;
    margin: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px; 
}
main form input[type="radio"],
main form input[type="checkbox"]{
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto; 
}
main form{
    margin-top: 20px;
}
main form dd div{
    margin-bottom: 7px;
}
main form button[type="submit"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: auto;
    cursor: pointer;
    background: #154c8d;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 400px;
    border: navajowhite;
    margin-top: 60px;
}
main form input[type="checkbox"] {
    background: #fff;
    border: none;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;    
}
#contact footer{
    margin-top: 100px;    
}
main form .mb10{
    margin-bottom: 10px;
}
main form dd.flex input{
width: 78px;
    margin-right: 10px;  
}
main form dd.flex{
    justify-content: flex-start;
}
main form dd .flex p{
width: 170px;
}
main form dd .flex select,main form dd .flex input{
    width: 100%;
    flex: 1;
}
main form dt .small{
    color: #373737;
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
}
main form textarea{
    width: 85%;

}
@media only screen and (max-width: 767px){
    #contact footer {
        margin-top: 15%;
    }
    main form dl{
        display: block;
        padding: 5%;
    }
    main form dt{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    main form dd div label{
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }
     main form input[type="text"],
     main form input[type="email"],
     main form textarea{
        width: 100%;
    }
    main form button[type="submit"]{
        width: 100%;
        margin-top: 5%; 
    }
    main form input[type="text"] ,main form textarea{
        width: 100%;
    }
    main form textarea{
        width: 100%;
    }
}/*end*/











