@charset "utf-8";
/* CSS Document */


/* 初期設定 */
* {
    border: medium none;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #111;
    font-style: normal;
}
strong {
    font-weight: bold;
}
img {
    vertical-align: bottom;
	height: auto;
}
table {
    border-collapse: collapse;
}
a:hover img, input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* iOSでのデフォルトスタイルをリセット */
body {
    -webkit-text-size-adjust: 100%;
    background-color: #f3eee9;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
outline-offset: -2px;
}


.wrap {
    max-width: 980px;
    width: 96%;
    margin: 0 auto;
}

header {
    padding: 20px 0px;
    margin-bottom: 20px;
}

.profile {
    border: 3px solid #ccc;
    padding: 20px;
    box-sizing:  border-box;
    margin-bottom: 50px;
}

.profile dl {
    margin-bottom: 0px;
}

.profile dl dt:last-of-type, .profile dl dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
}

.profile select {
    padding: 10px;
}

h1 {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
}

h1 img {
    width: 100px;
    margin-right: 20px;
}

h1 p {
    font-size: 28px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

h2::before {
    content: "■";
}

dl {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    margin-bottom: 50px;
}

dl dt {
    width: 60%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px dotted #ccc;
}

dl dd {
    width: 40%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #ccc;
}

dl dt.other_dt {
    width: 200px;
}

dl dd.other_dd {
    width: calc(100% - 200px);
}

dl dt.q_10 {
    width: 100%;
    border-bottom: none;
}

.pl {
    padding-left: 20px;
}

dl dd ul {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
}

dl dd ul li {
    margin-right: 30px;
}

input[type="radio"], label {
    cursor: pointer;
}

/* custom01 */
input[type="radio"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #3498db;
  border-radius: 100%;
}


textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.send_btn {
    color: #fff;
    text-align: center;
    background-color: #338B14;
    padding: 10px 20px;
    display: block;
    margin: 0 auto 50px;
}

.send_btn:hover {
    background-color: #2e651b;
}

p.thanks_txt {
    text-align: center;
    margin: 100px 0px 50px;
}

p.txt {
    display: block;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dotted #aaa;
}

.taisetsu_link {
    text-align: center;
    margin-bottom: 100px;
}
.taisetsu_link a {
    color: #fff;
    background-color: rgba(34,156,20,1.00);
    padding: 20px;
    display: inline-block;
}

@media (min-width: 641px) {
    .taisetsu_link a br {
        display: none;
    }
}

table {
    border: 1px solid #777;
    width: 100%;
    margin-bottom: 20px;
}

table th {
    padding: 10px;
    background-color: #e4d8cd;
    border: 1px solid #777;
}
table td {
    padding: 10px;
    border: 1px solid #777;
    text-align: center;
}
table td label {
    padding-left: 40px;
}

.goukeiten {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
}

.goukeiten span {
    font-size: 48px;
    margin: 0px 5px;
    color: #B4171A;
}

aside {
    margin: 0px 0px 50px;
    color: #CF3033;
    font-weight: bold;
    font-size: 14px;
}

footer {
    padding: 30px 0px;
    text-align: center;
}

@media (max-width: 640px) {
    dl {
        display: block;
    }
    dl dt {
        width: 100%;
        border-bottom: none;
        margin-bottom: 0px;
    }
    dl dd {
        width: 100%;
    }
    dl dt.other_dt {
        width: 100%;
    }
    dl dd.other_dd {
        width: 100%;
    }
    table th {
        padding: 5px;
        font-size: 12px;
    }
    table td label {
        padding: 30px 3px 3px 3px;
        font-size: 12px;
    }
    table td label::before {
        left: calc(50% - 10px);
        top: 15px;
    }
    table td label br {
        display: none;
    }
    table td input[type="radio"]:checked + label::after {
        left: calc(50% - 6px);
        top: 15px;        
    }
    table td {
        padding: 5px;
        font-size: 12px;
    }
}