@charset "UTF-8";
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: inherit;
  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;
}

html {
  min-width: 960px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

a {
  color: #5877BA;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body {
  -webkit-text-size-adjust: 100%;
}

header {
  border-bottom: 5px solid #5877BA;
}
header .inner {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 12px 0 18px;
}
header h1 {
  float: left;
}

#contents {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 10px;
  color: #525261;
  font-size: 1.2rem;
}
#contents h1 {
  margin-bottom: 10px;
  color: #5877BA;
  font-size: 3rem;
}
#contents .deadline {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  background-color: #5877BA;
  color: #fff;
  font-size: 1.4rem;
}
#contents .lead {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
#contents p.image {
  float: right;
  overflow: hidden;
  margin: 0 40px 20px 0;
}
#contents .complete {
  margin: 60px 0;
  font-size: 1.6rem;
  text-align: center;
}
#contents section {
  width: 960px;
  margin: 0 auto 30px;
}
#contents section h2 {
  position: relative;
  padding: 10px 15px;
  background-color: #5877BA;
  color: #fff;
  font-size: 1.8rem;
}
#contents section h2:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #5877BA;
  content: "";
}
#contents section h2 .required {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 8px;
  background-color: #fff;
  color: #F60;
  font-size: 1rem;
  vertical-align: middle;
}
#contents section .inner {
  padding: 20px 15px;
  border-bottom: 1px solid #ABBBDC;
  border-left: 1px solid #ABBBDC;
  border-right: 1px solid #ABBBDC;
  font-size: 1.4rem;
}
#contents section .inner .wrap {
  margin-top: 20px;
}
#contents section .inner .wrap:first-child {
  margin-top: 0;
}
#contents section .inner p {
  margin-bottom: 5px;
}
#contents section .column2 .row {
  display: table;
  width: 100%;
  border-top: 1px dotted #ABBBDC;
}
#contents section .column2 .row:first-child {
  border-top: none;
}
#contents section .column2 .col {
  display: table-cell;
  padding: 20px;
  border-left: 1px dotted #ABBBDC;
  vertical-align: middle;
}
#contents section .column2 .col:first-child {
  width: 150px;
  padding: 20px 20px 20px 5px;
  border-left: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents section .column2 .required {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 8px;
  background-color: #F60;
  color: #fff;
  font-size: 1rem;
}
#contents form .error {
  margin-top: 5px;
}
#contents form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#contents form .mwform-radio-field, #contents form .mwform-checkbox-field {
  display: inline-block;
  position: relative;
  margin-right: 60px;
}
#contents form .mwform-radio-field input, #contents form .mwform-checkbox-field input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#contents form .mwform-radio-field label, #contents form .mwform-checkbox-field label {
  display: block;
  padding-left: 25px;
  background-image: url(/wp-content/themes/cpc/images/bg_radio.jpg);
  background-position: 0 center;
  background-repeat: no-repeat;
}
#contents form .mwform-radio-field label.checked, #contents form .mwform-checkbox-field label.checked {
  background-image: url(/wp-content/themes/cpc/images/bg_radio_checked.jpg);
}
#contents form .mwform-checkbox-field label {
  background-image: url(/wp-content/themes/cpc/images/bg_check.jpg);
}
#contents form .mwform-checkbox-field label.checked {
  background-image: url(/wp-content/themes/cpc/images/bg_check_checked.jpg);
}
#contents form input[type=text],
#contents form input[type=email] {
  padding: 4px;
  border: 1px solid #DEDEDE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents form input[type=text].yo,
#contents form input[type=email].yo {
  width: 50px;
}
#contents form textarea {
  display: block;
  width: 100%;
  border: 1px solid #DEDEDE;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents form .other {
  margin-top: 15px;
}
#contents form .other .mwform-radio-field, #contents form .other .mwform-checkbox-field {
  margin-right: 15px;
}
#contents form .other input[type=text] {
  display: inline-block;
  width: auto;
}
#contents form .entry {
  margin-bottom: 20px;
}
#contents form .entry p {
  margin-bottom: 10px;
  font-weight: bold;
}
#contents form .textWrap {
  height: 348px;
  margin-bottom: 10px;
  padding: 15px 10px;
  border: 1px solid #DEDEDE;
  overflow: auto;
  font-size: 1.2rem;
}
#contents form .textWrap p {
  margin-bottom: 20px;
}
#contents form .textWrap p:last-child {
  margin-bottom: 0;
}
#contents form .textWrap h3, #contents form .textWrap h4 {
  margin-bottom: 10px;
  color: #5971B2;
  font-weight: bold;
}
#contents form .textWrap h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#contents form .btns {
  margin-bottom: 30px;
  text-align: center;
}
#contents form .btns .btn {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  background: -moz-linear-gradient(#5877ba, #375288);
  background: -webkit-linear-gradient(#5877ba, #375288);
  background: linear-gradient(#5877ba, #375288);
}
#contents form .btns .btn:first-child {
  margin-left: 0;
}
#contents form .btns .btn:after {
  display: block;
  position: absolute;
  top: 21.5px;
  right: 12px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
#contents form .btns input {
  position: relative;
  z-index: 10;
  width: 250px;
  margin: 0;
  padding: 15px 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

#pageTopBtn {
  text-align: right;
}
#pageTopBtn a {
  display: inline-block;
}
#pageTopBtn a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #82b9dd transparent;
  vertical-align: -1px;
  content: "";
}
#top .lead{
    float: left;
  }
footer {
  background-color: #F3F3F3;
}
footer .inner {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 65px;
}
footer p {
  float: right;
  font-size: 1.2rem;
}


/* 20170224追加 */

#contents section h2 .supplemental {
  font-size: 1.4rem;
}
#contents section .image_top {
  margin: 20px 0 30px 0;
}
#contents section .image {
  margin: 60px 0;
}
#contents .culumm2 {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
#contents .culumm2 .lead {
  float: left;
  margin-bottom: 20px;
  width: 660px;
}
#contents .culumm2 .image {
  float: right;
  margin: 0;
  padding-right: 40px;
  width: 43px;
}
#contents section .catch {
  margin-bottom: 10px;
  color: #5877BA;
  font-weight: bold;
  font-size: 2.4rem;
}
#contents section .link {
  position: relative;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
#contents section .link:after {
  position: absolute;
  content: '';
  top: 8px;
  right: 275px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #5877BA;
  border-right: 2px solid #5877BA;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents section .attention {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #5877BA;
  font-weight: bold;
}
#contents section .blands {
  margin-bottom: 20px;
}
#contents section .blands strong {
  color: #5877BA;
  font-size: 1.6rem;
}
#contents section .blands .item {
  margin-bottom: 20px;
}
#contents section .blands .item p {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #5877BA;
}

/* テーマカラーピンク 上書きCSS */

#contents section.pattern2 a {
  color: #E9546A;
}
#contents section.pattern2 .inner {
  border-bottom: 1px solid #efb2bb;
  border-left: 1px solid #efb2bb;
  border-right: 1px solid #efb2bb;
}
#contents section.pattern2 .column2 .row {
  border-top: 1px dotted #efb2bb;
}
#contents section.pattern2 .column2 .row:first-child {
  border-top: none;
}
#contents section.pattern2 .column2 .col {
  border-left: 1px dotted #efb2bb;
}
#contents section.pattern2 .column2 .col:first-child {
  width: 150px;
  padding: 20px 20px 20px 5px;
  border-left: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents section.pattern2 h2 {
  background-color: #E9546A;
}
#contents section.pattern2 h2:after {
  background-color: #E9546A;
  content: "";
}
#contents section.pattern2 .deadline {
  background-color: #E9546A;
}
#contents section.pattern2 .catch {
  position: relative;
  margin: 50px 0 10px;
  padding-left: 20px;
  border-bottom: 1px solid #E9546A;
  color: #E9546A;
}
#contents section.pattern2 .catch:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 36px;
    background-color: #E9546A;
    top: 0;
    left: 0;
    content: "";
  }
#contents section.pattern2 .link:after {
  content: '';
  border-top: 2px solid #E9546A;
  border-right: 2px solid #E9546A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents section.pattern2 .attention {
  color: #E9546A;
}
#contents section.pattern2 .blands strong {
  color: #E9546A;
}
#contents section.pattern2 .blands .item p {
  color: #E9546A;
}
#contents section.pattern2 .textWrap h3, #contents section.pattern2 .textWrap h4 {
  color: #E9546A;
}
#contents section.pattern2 .mwform-radio-field label {
  background-image: url(/wp-content/themes/cpc/images/bg_radio_pattern2.jpg);
}
#contents section.pattern2 .mwform-radio-field label.checked, #contents .mwform-checkbox-field label.checked {
  background-image: url(/wp-content/themes/cpc/images/bg_radio_pattern2_checked.jpg);
}
#contents section.pattern2 .mwform-checkbox-field label {
  background-image: url(/wp-content/themes/cpc/images/bg_check_pattern2.jpg);
}
#contents section.pattern2 .mwform-checkbox-field label.checked {
  background-image: url(/wp-content/themes/cpc/images/bg_check_pattern2_checked.jpg);
}
#contents section.pattern2 .btns .btn {
  background: -moz-linear-gradient(#f78ca4, #ec6c80);
  background: -webkit-linear-gradient(#f78ca4, #ec6c80);
  background: linear-gradient(#f78ca4, #ec6c80);
}


@media screen and (max-width: 768px) {
  html {
    min-width: 0;
  }

  header {
    border-bottom: 2px solid #5877BA;
  }
  header .inner {
    width: auto;
    padding: 15px;
  }
  header h1 {
    width: 33.5px;
  }

  #contents {
    width: auto;
    padding: 15px 15px 5px;
  }
  #contents .eyecatch {
    margin: 0 -15px 15px;
  }
  #contents h1 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  #contents .deadline {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  #contents .lead {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  #contents .complete {
    margin: 30px 0;
    font-size: 1.4rem;
  }
  #contents p.image {
  float: right;
  margin-right: 0;
  width: 20%;
  }
  #contents section {
    width: auto;
    margin: 0 auto 15px;
  }
  #contents section h2 {
    padding: 5px 7.5px;
    font-size: 1.4rem;
  }
  #contents section h2 .required {
    margin-left: 5px;
    padding: 1px 4px;
  }
  #contents section .inner {
    padding: 10px 7.5px;
    font-size: 1.2rem;
  }
  #contents section .inner .wrap {
    margin-top: 10px;
  }
  #contents section .inner p {
    margin-bottom: 5px;
  }
  #contents section .column2 .row {
    display: block;
    width: 100%;
    border-top: 1px dotted #ABBBDC;
  }
  #contents section .column2 .row:first-child {
    border-top: none;
  }
  #contents section .column2 .col {
    display: block;
    padding: 10px;
    border-left: none;
  }
  #contents section .column2 .col:first-child {
    width: auto;
    padding: 10px 10px 0;
    border-left: none;
  }
  #contents section .column2 .required {
    margin-left: 5px;
    padding: 1px 4px;
  }
  #contents form .mwform-radio-field, #contents form .mwform-checkbox-field {
    display: block;
    margin: 5px 0 0;
  }
  #contents form .mwform-radio-field:first-child, #contents form .mwform-checkbox-field:first-child {
    margin-top: 0;
  }
  #contents form input[type=text],
  #contents form input[type=email] {
    width: 100%;
  }
  #contents form .mwform-zip-field input[type=text],
  #contents form .mwform-zip-field input[type=email],
  #contents form .mwform-tel-field input[type=text],
  #contents form .mwform-tel-field input[type=email] {
    width: auto;
  }
  #contents form .other input[type=text] {
    width: 100%;
  }
  #contents form .entry {
    margin-bottom: 10px;
  }
  #contents form .entry p {
    margin-bottom: 5px;
  }
  #contents form .textWrap {
    height: 150px;
    margin-bottom: 5px;
    padding: 7.5px 5px;
  }
  #contents form .textWrap p {
    margin-bottom: 10px;
  }
  #contents form .textWrap h3, #contents form .textWrap h4 {
    margin-bottom: 5px;
  }
  #contents form .textWrap h3 {
    margin-bottom: 10px;
  }
  #contents form .btns {
    margin-bottom: 15px;
  }
  #contents form .btns .btn {
    margin-left: 7.5px;
  }
  #contents form .btns .btn:after {
    top: 10.5px;
    right: 6px;
  }
  #contents form .btns input {
    width: 125px;
    padding: 7.5px 0;
    font-size: 1.4rem;
  }
  #top .lead{
/*     width: 77%; */
	  width:100%;
  }
  footer .inner {
    width: auto;
    padding: 15px;
  }
  footer p {
    float: none;
    text-align: center;
  }

  /* 20170224追加 */
  #contents section h2 .supplemental {
    font-size: 1.1rem;
  }
  #contents section .image {
    margin: 30px 0;
  }
  #contents .culumm2 {
    margin: 0;
  }
  #contents .culumm2 .lead {
    margin-bottom: 10px;
    padding-right: 10px;
    width: 70%;
  }
  #contents section .image_top {
    margin: 20px 0;
  }
  #contents .culumm2 .image {
    width: 20%;
    padding: 0;
  }
  #contents section .catch {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  #contents section .link {
    font-size: 1.4rem;
  }
  #contents section .attention {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  #contents section .blands {
    margin-bottom: 10px;
  }
  #contents section .blands strong {
  font-size: 1.4rem;
  }
  #contents section .blands .item {
    margin-bottom: 10px;
  }
  #contents section .blands .item p {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  /* テーマカラーピンク 上書きCSS */
  #contents section.pattern2 .inner {
    padding: 10px 7.5px;
    font-size: 1.2rem;
  }
  #contents section.pattern2 .column2 .row {
    display: block;
    width: 100%;
    border-top: 1px dotted #efb2bb;
  }
  #contents section.pattern2 .column2 .row:first-child {
    border-top: none;
  }
  #contents section.pattern2 .column2 .col {
    display: block;
    padding: 10px;
    border-left: none;
  }
  #contents section.pattern2 .column2 .col:first-child {
    width: auto;
    padding: 10px 10px 0;
    border-left: none;
  }
  #contents section.pattern2 .catch {
    margin: 30px 0 10px;
    padding-left: 15px;
  }
  #contents section.pattern2 .catch:before {
      height: 25px;
    }
}

#contents form textarea {
	max-width:920px;
}
