@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

* {
  box-sizing: border-box;
}

.sp {
  display: none;
}

p {
  line-height: 180%;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
}

a:live {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:active {
  color: #fff;
}

small {
  font-size: 13px;
}

html, body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  font-size: 15px;
  line-height: 160%;
  background: #f8ebc3;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#contents {
  float: left;
}

#mainBox {
  background: url(../images/main.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

h1 {
  width: 60%;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  z-index: 20;
}

h1 img {
  width: 100%;
  max-width: 1400px;
}

.title {
  width: 80%;
  left: 20%;
  position: relative;
  z-index: 20;
}

.title img {
  width: 100%;
  max-width: 1000px;
}

.circle {
  position: absolute;
  width: 15vw;
  right: 3%;
  bottom: 3%;
  z-index: 20;
}

.circle .image img {
  width: 100%;
}

.downloadBook {
  position: absolute;
  left: 3%;
  bottom: 19%;
  width: 30vw;
}

.downloadBook img {
  width: 100%;
  height: auto;
}

#footer, #footer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40403f+0,252324+100 */
  background: #40403f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #40403f 0%, #252324 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #40403f 0%, #252324 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #40403f 0%, #252324 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40403f', endColorstr='#252324',GradientType=0 );
  /* IE6-9 */
  height: 126px;
  z-index: 30;
  color: #fff;
  position: relative;
}

#footer .information, #footer2 .information {
  float: right;
  width: 52%;
  margin-top: 14px;
}

#footer {
  height: auto;
  padding-bottom: 50px;
}

#footer .logo {
  margin-top: 15px;
}

#footer2 {
  margin-top: 30px;
}

#footer2 .information {
  margin: 25px 0 5px 0;
}

.footerBtn {
  width: 100%;
  padding: 10px 0;
  padding: 10px 0;
  display: block;
  text-align: center;
}

.footerBtn img {
  width: 90%;
  max-width: 450px;
}

.topBtn {
  position: absolute;
  height: 30px;
  width: 150px;
  background: #40403f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  right: 0;
  top: -30px;
  line-height: 230%;
}

.logo {
  float: left;
  width: 48%;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.logo img {
  margin-bottom: 10px;
}

.logo .text {
  margin-bottom: 10px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}

.invitation {
  font-size: 1.3vw;
}

.telBox {
  float: left;
  margin-top: 10px;
}

.telBox address {
  display: inline;
  font-style: normal;
  font-size: 1.8vw;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
}

.telTxt {
  float: left;
  margin: 10px 0 0 6px;
  line-height: 110%;
  font-size: 13px;
  text-align: left;
}

.address {
  margin-top: 0;
  width: 52%;
  float: right;
  text-align: left;
  font-size: 13px;
}

#addContentsBtn {
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -200px;
  color: #007503;
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-align: center;
  display: table;
  background: #FDF2D1;
  background: -moz-linear-gradient(top, #FDF2D1 0%, #D2992C 100%);
  background: -webkit-linear-gradient(top, #FDF2D1 0%, #D2992C 100%);
  background: linear-gradient(to bottom, #FDF2D1 0%, #D2992C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDF2D1', endColorstr='#005fd4',GradientType=0 );
  width: 400px;
  height: 30px;
}

#addContentsBtn a {
  color: #222;
  line-height: 120%;
  font-weight: 600;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

#addContentsBtn:after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 50%;
  margin-left: -12px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border-top: 10px solid #D2992C;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.addContents {
  background: #fff;
}

.addContentsHead {
  text-align: center;
  margin: 40px 0 30px 0;
}

.addContentsHeadImg {
  max-width: 482px;
  margin: 0 auto;
}

.addContentsBox {
  padding: 0 10px;
}

.addContentsList {
  float: left;
  padding: 10px;
  width: 33%;
  font-size: 13px;
  line-height: 140%;
}

#addContents.pc .addContentsList:first-child {
  width: 67%;
}

.addContentsImg {
  width: 100%;
  position: relative;
}

.addContentsImg img {
  width: 100%;
}

.addContentsDescription {
  font-size: 16px;
}

.addContentsAttention {
  padding: 10px;
  font-size: 16px;
}

.organizer {
  display: block;
  height: 0;
  width: 100%;
  float: left;
}

.addContentsBottomWrap {
  padding: 0 20px;
  text-align: center;
}

.addContentsTable {
  width: 100%;
  margin-top: 20px;
  table-layout: fixed;
  box-sizing: border-box;
  border: 1px solid #7D7D7D;
  border-collapse: collapse;
}

.addContentsTableHead {
  padding: 10px;
  background: #EEE7DB;
  border: 1px solid #7D7D7D;
}

.addContentsTableDescription {
  padding: 10px;
  border: 1px solid #7D7D7D;
  font-size: 24px;
  line-height: 1.2;
}

.addContentsTableDescriptionSub {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.addContentsTableTxt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.addContentsLogos {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 40px auto 60px auto;
}

.addContentsLogosList {
  margin: 0 20px;
  width: 30%;
  max-width: 200px;
}

.addContentsLogosHead {
  text-align: left;
  margin-bottom: 5px;
}

.addContentsLogosHead:before {
  content: '■';
}

.addContentsLogosImg {
  width: 100%;
}

.addAttention {
  padding: 18px 24px;
  box-sizing: border-box;
  color: #fff;
  font-style: 14px;
}

.addAttentionBox {
  width: 94%;
  margin: 0 auto;
}

.addAttentionTitle {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
  color: #FEE411;
  text-align: center;
}

.addAttentionTxt {
  margin: 0 auto;
  max-width: 710px;
}

#form {
  float: right;
  width: 375px;
  z-index: 40;
  background-color: #f8ebc3;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

#form fieldset {
  margin-top: 20px;
}

#form label {
  display: block;
  margin-bottom: 8px;
  width: 375px;
  padding: 0 20px;
  font-size: 17px;
}

#form label span {
  color: #e43c38;
  font-size: 15px;
  font-weight: 400;
  padding-left: 1em;
}

#form label input {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 25px;
  padding: 0 4px;
  width: 100%;
}

#form label textarea {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 58px;
  padding: 4px;
  width: 100%;
  vertical-align: top;
}

#form label #zipcode {
  float: left;
  width: 47.82609%;
  margin-right: 20px;
}

#form label .searchAddress {
  float: left;
  box-sizing: border-box;
  border-radius: 5px;
  width: 30%;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,bcbcbc+90 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 1%, #bcbcbc 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 1%, #bcbcbc 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 1%, #bcbcbc 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbcbc',GradientType=0 );
  /* IE6-9 */
}

#form label.check_checkbox {
  margin-top: 16px;
}

#form .area_contact.error input[type="text"], #form .area_contact.error textarea, #form .area_contact.error select, #form .area_contact.error .check_radio {
  background-color: #ffc0cb !important;
}

#form .contact_error {
  clear: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #e43c38;
}

.formCircle {
  background-color: #f3f3f3;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  height: 400px;
  width: 200%;
  position: absolute;
  left: -50%;
  top: -350px;
  text-align: center;
  z-index: 40;
}

.formTitle {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 50;
  margin-top: 10px;
}

.formTitle img {
  width: 100%;
}

#formEnd {
  text-align: center;
  margin-bottom: 20px;
}

#btn_Check {
  margin: 0 auto;
}

#btn_Check img {
  width: 192px;
}

.attention {
  padding: 0 20px 20px 20px;
  line-height: 130%;
}

.attention small {
  font-size: 12px;
}

.checkbox {
  display: none;
}

.check_checkbox {
  cursor: pointer;
}

#checkImg, #checkImg2 {
  position: relative;
  top: -6px;
  left: 0;
  width: 17px;
  margin-top: 5px;
  margin-right: 8px;
}

.pdf {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #addCampaign .wrap {
    display: block;
  }
  #addCampaign .wrap .catch {
    width: 32%;
    margin: 0 auto;
  }
  #addCampaign .wrap .catch img {
    width: 100%;
  }
  #addCampaign .texts {
    width: 100%;
  }
  .eyecatchCopyTxt {
    font-size: 1.5vw;
  }
  .eyecatchCopyStrong {
    font-size: 2.6vw;
  }
  .attrTxt {
    margin: 10px 30px 30px 30px;
  }
  .banner .textLink {
    margin: auto 40px 30px 30px;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    width: 80%;
  }
  .detailedAttention {
    font-size: 17px;
  }
  #addContentsBtn {
    font-size: 18px;
  }
  .addContentsList {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    overflow-y: auto;
  }
  main {
    overflow: hidden;
    background-color: #fff;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 20;
  }
  h1 img {
    width: 100%;
    max-width: 1400px;
  }
  #contentsWrap {
    overflow: hidden;
  }
  #contents, #form {
    float: none;
    width: 100%;
  }
  .circle {
    position: static;
    width: 50%;
    max-width: 300px;
    padding: 30px 0 10px 0;
    margin: 0 auto;
  }
  .downloadBook {
    position: relative;
    left: 0;
    bottom: -47vw;
    width: 100%;
  }
  #mainBox {
    height: 0;
    padding: 50% 10px;
    position: relative;
    overflow: initial;
    margin-bottom: 46vw;
  }
  #form {
    position: relative;
    overflow: inherit;
    padding-top: 40px;
    background-color: #f1e1be;
  }
  #form form {
    position: relative;
    z-index: 20;
  }
  #form .formTitle {
    width: 68.84058%;
    margin: 0 auto;
  }
  #form .formTitle img {
    width: 100%;
  }
  #form label.check_checkbox {
    margin-top: 32px;
  }
  #detailed {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
  }
  #detailed img {
    width: 100%;
  }
  .addContents {
    position: relative;
    z-index: 50;
  }
  .detailedAttention {
    padding: 0 20px 20px 20px;
    margin: 0;
    font-size: 18px;
  }
  .detailedAttention p {
    line-height: 180%;
  }
  .detailedAttentionLink {
    text-shadow: none;
  }
  .detailedAttentionLink a {
    border-bottom: 1px solid #004998;
  }
  .detailedAttentionLink a:after {
    content: '▼';
    margin-left: -6px;
  }
  #btn_Check {
    width: 69.68599%;
    margin: 0 auto;
    text-align: center;
  }
  #btn_Check img {
    width: 100%;
  }
  .title {
    width: 100%;
    left: 0;
  }
  #human {
    left: 10%;
    width: 80%;
  }
  #spArea {
    width: 100%;
    position: relative;
  }
  #spArea img {
    width: 100%;
    position: relative;
    z-index: 20;
    display: block;
  }
  .formCircle {
    z-index: 10;
    top: 20px;
    height: 0;
    padding-bottom: 100%;
  }
  .advertisement {
    position: static;
    margin: 30px auto 20px auto;
    width: 80%;
  }
  .spDescription {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 10px;
  }
  .campaign {
    width: 70%;
    margin: 0 15% 30px 15%;
  }
  #spAddContents {
    font-size: 16px;
  }
  .addContentsHead {
    margin: 0px 0 20px 0;
    padding: 30px 20px 0 20px;
  }
  .addContentsList {
    width: 100%;
    font-size: 12px;
    line-height: 160%;
  }
  .addContentsBtn {
    font-size: 21px;
    width: 80%;
  }
  .addContentsTableSp {
    margin-top: 40px;
    border: 1px solid #7D7D7D;
  }
  .addContentsTableListSp:first-child .addContentsTableListHeadSp {
    border-top: 0;
  }
  .addContentsTableListHeadSp {
    padding: 10px;
    background: #EEE7DB;
    border-top: 1px solid #7D7D7D;
    font-weight: 700;
  }
  .addContentsTableListDescriptionSp {
    padding: 10px;
    border-top: 1px solid #7D7D7D;
  }
  .addContentsTableListTxtSp {
    font-weight: 400;
  }
  .addContentsLogos {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
  .addContentsLogosList {
    margin: 0 auto 30px auto;
    width: 100%;
  }
  .addContentsLogosHead {
    text-align: center;
  }
  #form {
    width: 100%;
  }
  #form label {
    width: 100%;
    margin-bottom: 20px;
  }
  #form label input {
    height: 44px;
  }
  #form label textarea {
    height: 88px;
  }
  .logo {
    float: none;
    width: 100%;
    margin: 0;
  }
  .logo img {
    max-width: 60%;
  }
  #footer {
    height: auto;
    padding-bottom: 10px;
  }
  #footer .telBox {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  #footer .telBox address {
    font-size: 4.5vw;
    margin-left: 5px;
  }
  #footer .information {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .spFooter {
    font-size: 12px;
    text-align: center;
  }
  .spFooter small {
    font-size: 12px;
  }
  .address {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 12px;
  }
  #checkImg, #checkImg2 {
    position: static;
    width: 34px;
    margin-top: -2px;
    margin-right: 16px;
  }
  .addContentsHeadImg {
    width: 90%;
    max-width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .addContentsBtn {
    font-size: 14px;
  }
  #footer .telBox address {
    font-size: 7vw;
  }
}

#banner_consumption_tax {
  padding: 0 20px;
  margin: 20px 0 80px;
}

#banner_consumption_tax img {
  width: 100%;
  height: auto;
}

.addtxt {
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
  margin: 20px 0 50px;
}

@media screen and (max-width: 1000px) {
  #banner_consumption_tax {
    margin: 20px 0 40px;
  }
  .addtxt {
    font-size: 12px;
    margin: 30px 0;
  }
}
