@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url("https://use.typekit.net/odm7igp.css");



*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
html{
    font-size:62.5%;
}
body{
    margin:0;
    padding:0;
    font-family:sans-serif;
    font-size:1.6rem;
    font-family: halcom, sans-serif;
    background:#F9F9F9;
    padding-top: 0px;
    color:#000E26;
}
input:focus,textarea:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty {
    margin: 0!important;
}
h1{
    margin: 0 0 15px 0;
    font-size: 4.2rem;
    line-height: 5.4rem;
}
h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 8px 0;
}
h1 em, h2 em {
    font-style: normal;
    color: #FF3A5F;
}
button, .button, input[type=submit], input[type=button] {
    font-size:1.6rem;
    line-height:3rem;
    font-family: halcom, sans-serif;
    border:0;
    background-color:#FF3A5F;
    color:#fff;
    font-weight:bold;
    border-radius:5px;
    padding:5px 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
button a {
    color: #fff!important;
    text-decoration: none;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover {
    color: #fff!important;
    background: #3A3F5F;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:placeholder, input[type=password]:placeholder, input[type=email]:placeholder, textarea:placeholder{
    color: #D0D8DE;
}
input[type=text], input[type=password], input[type=email], textarea, .formInputTaC, .select {
    -webkit-appearance: none;
    font-family: halcom, sans-serif;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding: 3px 20px 3px;
    color: #0e0e0e;
    width: 100%;
    background: #fff;
    font-weight: 600;
    margin: 5px 0 20px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, .formInputTaC:focus, .select:focus {
    border-color: #FF3A5F;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FF3A5F;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px;
}
input[type=radio]:checked {
    border: 1px solid #FF3A5F;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 36px!important;
    height: 36px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #FF3A5F;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 9px;
    color: #fff;
    line-height: 32px;
}
input[type=checkbox]:checked {
	background-color: #FF3A5F;
	border: 1px solid #FF3A5F;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #FF3A5F;
    width: 34px!important;
    height: 34px!important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
input[type=checkbox][disabled] {
    cursor: default;
}
img{
    display: block;
    max-width:100%;
    height:auto!important;
}
.sw{
    max-width:1170px;
    margin:0 auto;
    padding:0 15px;
}
p, .text, .intro, li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
ul li::marker {
    color: #ff3760;
}
p {
    margin:0 0 15px 0;
}
p + h2 {
    margin-top: -15px;
}
header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}
main{
    display: block;
    padding: 80px 0;
}

.logo-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header-image img{
    width: 100%;
}

@media only screen and (max-width: 600px) {
    main{
        padding: 40px 0;
    }
    h1{
        font-size: 3rem;
        line-height:4rem;
    }
    h2{
        font-size: 2rem;
        line-height: 3rem;
    }

    .logo-wrap img {
        max-width: 130px;
    }
  }