@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel");
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block; }

a, hr {
  padding: 0; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins, mark {
  background-color: #ff9;
  color: #000; }

body {
  line-height: 1; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

input, select {
  vertical-align: middle; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  line-height: 1.8;
  font-family: "游ゴシック", YuGothic,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo' , 'メイリオ' , 'Osaka' , 'MS PGothic', arial, helvetica, sans-serif;
  color: #333;
  letter-spacing: 0.05em; }

.wrap {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff; }
  @media screen and (max-width: 680px) {
    .wrap {
      font-size: 13px;
      font-size: 1.3rem; } }

.header {
  width: 100%;
  border-bottom: solid 1px #e9e9e9;
  padding: 12px 0; }
  .header__inner {
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
    display: table; }
    @media screen and (max-width: 680px) {
      .header__inner {
        width: 90%; } }
  .header__h1 {
    display: table-cell;
    vertical-align: middle; }
    .header__h1 img {
      width: 60px; }
      @media screen and (max-width: 680px) {
        .header__h1 img {
          width: 36px; } }
  .header__copy {
    display: table-cell;
    vertical-align: middle;
    color: #008b9c;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 3px;
    line-height: 1; }
    .header__copy span {
      position: relative; }
      .header__copy span:before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 1px;
        background: #008b9c;
        position: absolute;
        top: 50%;
        left: -60px; }
    @media screen and (max-width: 680px) {
      .header__copy {
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 1px; }
        .header__copy span:before {
          width: 20px;
          left: -30px; } }

.summary {
  padding: 50px 0 0; }
  .summary__ctlogo {
    width: 120px;
    margin: 0 auto 10px; }
    .summary__ctlogo img {
      width: 100%; }
    @media screen and (max-width: 680px) {
      .summary__ctlogo {
        width: 70px; } }
  .summary__head {
    color: #008b9c;
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 680px) {
      .summary__head {
        font-size: 26px;
        font-size: 2.6rem; } }
  .summary__present {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold; }
    .summary__present span {
      display: inline-block;
      color: #de3e73;
      text-align: center;
      padding: 10px 0;
      border-top: solid 2px #de3e73;
      border-bottom: solid 2px #de3e73; }
    .summary__present:before {
      content: "";
      display: block;
      width: 36px;
      height: 19px;
      background: url(../img/ribbon.svg);
      margin: 0 auto 2px; }
  .summary__body {
    margin-bottom: 50px; }
    .summary__body p {
      margin-bottom: 1.5em; }

.summaryDetail {
  border-top: solid 4px #e9e9e9;
  border-bottom: solid 4px #e9e9e9;
  padding: 20px; }
  .summaryDetail__dt {
    position: absolute;
    width: 6em;
    padding: 10px 0;
    font-weight: bold; }
  .summaryDetail__dd {
    padding: 10px 10px 10px 7em;
    border-top: dotted 1px #e9e9e9; }
    .summaryDetail__dd:first-of-type {
      border-top: none; }

.questionnaire {
  padding: 50px 0; }
  .questionnaire__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem; }
  .questionnaire__box {
    margin-top: 25px;
    padding-top: 25px;
    border-top: solid 1px #e9e9e9; }
    .questionnaire__box:first-of-type {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  .questionnaire__head {
    color: #008b9c;
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    padding: 5px 0 10px 110px;
    margin-bottom: 30px;
    line-height: 1.4; }
    .questionnaire__head__label {
      position: absolute;
      top: 0;
      left: 0;
      background: #008b9c;
      color: #fff;
      padding: 10px 16px;
      border-radius: 4px;
      display: inline-block;
      margin-right: 1em;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1; }
    @media screen and (max-width: 680px) {
      .questionnaire__head {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 0 76px; }
        .questionnaire__head__label {
          padding: 10px;
          line-height: 1.8;
          font-size: 14px;
          font-size: 1.4rem; } }
  .questionnaire__body {
    padding: 0; }
    .questionnaire__body:after {
      content: "";
      display: block;
      clear: both; }
    .questionnaire__body__li {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 680px) {
        .questionnaire__body__li {
          font-size: 16px;
          font-size: 1.6rem; } }

.profile {
/*  display: none;
*/  padding: 50px 0 0; }
  .profile__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem; }
  .profile__dt {
    color: #008b9c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    width: 12em;
    padding: 20px 0; }
  .profile__dd {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 20px 12em;
    border-top: solid 1px #e9e9e9; }
    .profile__dd:first-of-type {
      border-top: none; }
  .profile__colhalf:after {
    content: "";
    display: block;
    clear: both; }
  .profile__colhalf li {
    width: 48%;
    float: left;
    margin-left: 4%; }
    .profile__colhalf li:first-child {
      margin-left: 0; }
    .profile__colhalf li span {
      width: 12%;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem; }
    .profile__colhalf li input {
      width: 88%; }
  @media screen and (max-width: 680px) {
    .profile__dt {
      position: static;
      width: 100%;
      padding-bottom: 0; }
    .profile__dd {
      padding: 20px 0;
      border-top: none;
      border-bottom: solid 1px #e9e9e9; }
    .profile__colhalf li span {
      width: 21%;
      font-size: 12px;
      font-size: 1.2rem; }
    .profile__colhalf li input {
      width: 79%; } }

.policy {
  padding-top: 50px; }
  .policy__head {
    padding: 0 20px 20px; }
    @media screen and (max-width: 680px) {
      .policy__head {
        padding: 0 0 20px; } }
  .policy__body {
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 680px) {
      .policy__body {
        padding: 0; } }
    .policy__body__li {
      list-style-type: disc;
      margin-left: 20px; }

.submit {
  border-top: solid 1px #e9e9e9;
  padding: 40px 0;
  text-align: center; }
  .submit__check {
    display: inline-block !important;
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer; }
    @media screen and (max-width: 680px) {
      .submit__check {
        font-size: 16px;
        font-size: 1.6rem; } }
  .submit__btn {
    border: none;
    background: #008b9c;
    padding: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: .4s;
    cursor: pointer; }
    .submit__btn.hidden {
      opacity: 0;
      display: none; }
    .submit__btn:hover {
      opacity: 0.7; }

.accBtn {
  border: none;
  border: solid 3px #008b9c;
  background: #fff;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #008b9c;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: .4s;
  margin-bottom: -30px;
  position: relative;
  transition: .4s; }
  .accBtn:after {
    content: "";
    display: block;
    background: url(../img/ico_arrow.svg);
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px; }
  .accBtn:hover {
    opacity: 0.7; }
  .accBtn.hidden {
    border-radius: 0 0 4px 4px;
    margin-bottom: 0;
    opacity: 0;
    display: none; }
  @media screen and (max-width: 680px) {
    .accBtn {
      font-size: 16px;
      font-size: 1.6rem;
      width: 80%; } }

.conf {
  display: flex;
}
/* =====================
cp --- footer
===================== */
#footer {
  text-align: center;
  padding-top: 120px; }
  #footer ul {
    font-size: 0; }
  #footer li {
    display: inline-block;
    font-size: 14px; }
    #footer li a {
      font-size: 12px;
      color: #333;
      text-decoration: none; }
    #footer li:after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 1em;
      background: #333;
      margin: 0 24px -2px; }
    #footer li:last-child:after {
      content: none; }
  #footer .copy {
    margin: 48px auto 24px;
    font-family: 'Abel', sans-serif;
    text-align: center; }
    #footer .copy small {
      font-size: 110%;
      letter-spacing: 0.08em; }

@media screen and (max-width: 680px) {
  #footer,
  #recfooter {
    padding: 40px 0 16px; }

  #recfooter .alignleft,
  #recfooter .alignright {
    display: block;
    float: none; }

  #recfooter .alignright {
    margin-top: 2em;
    text-align: center; }

  #footer li,
  #recfooter li {
    display: block;
    text-align: left; }

  #footer li:after,
  #recfooter li:before {
    content: none; }

  #footer li,
  #recfooter li {
    display: block;
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    position: relative;
    margin-bottom: 0; }

  #footer li:after,
  #footer li:last-child:after,
  #recfooter li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #008b9c;
    border-right: 2px solid #008b9c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none; }

  #footer .copy {
    margin-top: 32px; }

  #recfooter .contentInr {
    padding-left: 0;
    padding-right: 0; } }
input {
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  padding: 8px;
  border: solid 1px #aaa;
  width: 100%; }
  input[type="radio"] {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1; }
    input[type="radio"] + span {
      display: inline-block;
      position: relative;
      line-height: 1.4;
      padding-left: 30px;
      z-index: 1; }
      input[type="radio"] + span:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: #fff;
        border: solid 1px #aaa;
        border-radius: 50%;
        vertical-align: middle;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px; }
      input[type="radio"] + span:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #aaa;
        border-radius: 50%;
        vertical-align: middle;
        position: absolute;
        top: 8px;
        left: 8px; }
    input[type="radio"]:checked + span:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      border: solid 1px #aaa;
      border-radius: 50%;
      vertical-align: middle;
      background: #008b9c;
      box-sizing: border-box;
      position: absolute;
      top: 0px;
      left: 0px; }
    input[type="radio"]:checked + span:after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 50%;
      vertical-align: middle;
      position: absolute;
      top: 8px;
      left: 8px; }
  input[type="checkbox"] {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    outline: none;
    z-index: -1; }
    input[type="checkbox"] + span {
      display: inline-block;
      position: relative;
      line-height: 1.4;
      padding-left: 30px; }
      input[type="checkbox"] + span:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: #fff;
        border: solid 1px #aaa;
        border-radius: 4px;
        vertical-align: middle;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px; }
    input[type="checkbox"]:checked + span:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      border: solid 1px #aaa;
      border-radius: 4px;
      vertical-align: middle;
      background: #008b9c;
      box-sizing: border-box;
      position: absolute;
      top: 0px;
      left: 0px; }
    input[type="checkbox"]:checked + span:after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(../img/ico_check.svg);
      position: absolute;
      top: 0;
      left: 0; }
  @media screen and (max-width: 680px) {
    input {
      font-size: 16px;
      font-size: 1.6rem; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  padding: 8px;
  border: solid 1px #aaa;
  width: 100%;
  position: relative;
  background: url(../img/ico_select.svg) #fff no-repeat right center;
  background-size: 28px 8px;
  font-size: 18px;
  font-size: 1.8rem; }
  select::-ms-expand {
    display: none; }
  @media screen and (max-width: 680px) {
    select {
      font-size: 16px;
      font-size: 1.6rem; } }

textarea {
  -webkit-appearance: none;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  padding: 8px 4px;
  border: solid 1px #aaa;
  width: calc(100% - 40px);
  margin: 0 20px;
  resize: none;
  vertical-align: bottom;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 680px) {
    textarea {
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%;
      margin: 0; } }

.u-wrapper {
  max-width: 750px;
  margin: 0 auto; }
  @media screen and (max-width: 680px) {
    .u-wrapper {
      width: 92%; } }
.u-notice {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  padding: 20px;
  margin-bottom: 50px; }
  .u-notice__li {
    text-indent: -1em;
    padding-left: 1em; }
  @media screen and (max-width: 680px) {
    .u-notice {
      font-size: 10px;
      font-size: 1rem; } }
.u-bg {
  background: url(../img/bg.gif); }
.u-brdt {
  border-top: solid 1px #e9e9e9; }
.u-fsmall {
  font-size: 80%; }
.u-col3 li {
  width: 33.33%;
  float: left; }
  @media screen and (max-width: 680px) {
    .u-col3 li {
      width: 50%; } }
.u-col2 li {
  width: 50%;
  float: left; }
  @media screen and (max-width: 680px) {
    .u-col2 li {
      width: 100%;
      float: none; } }
.u-col1 li {
  width: 100%; }
@media screen and (max-width: 680px) {
  .u-w100 {
    width: 100% !important; } }
.u-w50 {
  width: 50%; }
  @media screen and (max-width: 680px) {
    .u-w50 {
      width: 100%; } }
.u-checkbox, .u-radio {
  display: block;
  cursor: pointer;
  position: relative; }
  .u-checkbox span:before, .u-radio span:before {
    transition: .4s; }
  .u-checkbox:hover span:before, .u-radio:hover span:before {
    box-shadow: 0 0 10px #008b9c; }
    @media screen and (max-width: 680px) {
      .u-checkbox:hover span:before, .u-radio:hover span:before {
        box-shadow: none; } }
.u-dispPC {
  display: block; }
  @media screen and (max-width: 680px) {
    .u-dispPC {
      display: none; } }
.u-dispSP {
  display: none; }
  @media screen and (max-width: 680px) {
    .u-dispSP {
      display: block; } }

/*# sourceMappingURL=style.css.map */
