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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	margin: 0;
}
img {
  max-width: 100%;
  height: auto;
	border: 0;
}
a {
	text-decoration: none;
}
ul , li {
  list-style: none;
}

/*--共通--*/
.pc_only {
}
.sp_only {
  display: none;
}

/*--トップページ--*/
.top {
  background: #F4F4F4;
}
.top section {
}
.top_eye {
  position: relative;
}
.top_eye img {
  width: 100%;
}
.top_eye h1 {
  width: 35%;
  position: absolute;
  top: 46%;
  left: 48.5%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.top_eye h1 img {
}
.top_content {
  margin-bottom: 200px;
}
.top_content div h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.top_content div h2 span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
.top_content div p {
  font-size: 18px;
  margin-bottom: 15px;
}
.top_content div p:last-of-type {
  margin-bottom: 0;
}
.top_content div p.top_content_caution {
  font-size: 12px;
}
.top_content1 {
  display: flex;
  align-items: center;
}
.top_content1 h2 {
  margin-top: -10px;
}
.top_content1 img {
  width: 50%;
}
.top_content1 div {
  width: calc(50% - 60px);
  margin: auto;
}
.top_content2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: -20px;
}
.top_content2 img {
  width: 50%;
}
.top_content2 div {
  width: calc(50% - 60px);
  margin: auto;
}
.top_content3 {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.top_content3 h2 {
  margin-top: 10px;
}
.top_content3 img {
  width: 50%;
}
.top_content3 div {
  width: calc(50% - 60px);
  margin: auto;
}
.top_content_searchlink {
  display: flex;
  align-items: center;
}
.top_content_searchlink a {
  width: 50%;
}
.top_content_searchlink a img {
  width: 100%;
}
.top_content_searchlink span {
  width: 49%;
  font-size: 14px;
  padding-left: 1%;
}

/*--特定商取引表記について--*/
.wrap_policy {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 200px;
}
.wrap_policy h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 100px;
}
.wrap_policy dl {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 50px 10px;
}
.wrap_policy dt {
  width: calc(11em + 50px);
  font-size: 20px;
}
.wrap_policy dd {
  width: calc(100% - 11em - 50px);
  font-size: 20px;
}

/*--ブルケア利用規約--*/
.wrap_terms {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 200px;
}
.wrap_terms h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 100px;
}
.wrap_terms p {
}
.wrap_terms p:last-of-type {
  margin-top: 1em;
}
.terms_index_2em {
  text-indent: 2em;
}
.terms_list_number {
  counter-reset: number;
  margin-left: 3.5em;
  margin-bottom: 1em;
}
.terms_list_number_li {
}
.terms_list_number_li:before {
  display:inline-block;
  width: 1.5em;
  counter-increment: number;
  content: "(" counter(number) ") ";
  margin-left: -1.5em;
}
.terms_list_kana {
  counter-reset: kana;
  margin-left: 2em;
  margin-bottom: 1em;
}
.terms_list_kana_li {
}
.terms_list_kana_li:before {
  display:inline-block;
  width: 2em;
  counter-increment: kana;
  content: counter(kana, katakana);
  margin-left: -2em;
}
.terms_list_hankana {
  counter-reset: hankana;
  margin-left: 2em;
  margin-bottom: 1em;
}
.terms_list_hankana_li {
}
.terms_list_hankana_li:before {
  display:inline-block;
  width: 2em;
  counter-increment: hankana;
  content: "(" counter(hankana, katakana) ") ";
  margin-left: -2em;
}

/*--お申込内容最終確認--*/
.wrap_confirmation {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 200px;
}
.wrap_confirmation h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 100px;
}
.wrap_confirmation dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  margin-bottom: 50px;
}
.wrap_confirmation dl dt {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 50px;
}
.wrap_confirmation dl dt:last-of-type {
  border-bottom: none;
}
.wrap_confirmation dl dd {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 50px;
}
.wrap_confirmation dl dd:last-of-type {
  border-bottom: none;
}
.wrap_confirmation dl dd a {
  color: #00B0F0;
}
.wrap_confirmation form {
  text-align: center;
}
.wrap_confirmation form input {
  cursor: pointer;
  width: 50%;
  color: #fff;
  font-size: 26px;
  background: #FFC000;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 0;
}

/*--お問い合わせ--*/
.wrap_contact {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 200px;
}
.wrap_contact h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 100px;
}
.contact_tel {
  margin-bottom: 50px;
}
.contact_tel h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}
.contact_tel h2 span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
.contact_tel dl {
  display: flex;
}
.contact_tel dl dt {
  width: 14em;
  font-size: 22px;
  padding-top: 0.4em;
}
.contact_tel dl dd {
  width: calc(100% - 14em);
  font-size: 22px;
}
.contact_tel dl dd span {
  font-size: 36px;
}
.contact_mail {
}
.contact_mail h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}
.contact_mail h2 span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
.contact_mail_form {
}
.contact_mail_form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.contact_mail_form dl {
  align-items: center;
}
.contact_mail_form dl:last-of-type {
  align-items: stretch;
}
.contact_mail_form dl dt {
  width: calc(7em + 10%);
  box-sizing: border-box;
}
.contact_mail_form dl:last-of-type dt {
  padding-top: 18px;
}
.contact_check dl:last-of-type dt {
  padding-top: 0;
}
.contact_mail_form dl dd {
  width: calc(100% - 7em - 10%);
}
.contact_mail_form dl dd input {
  width: 100%;
  box-sizing: border-box;
  background: #eee;
  border: none;
  padding: 20px;
}
.contact_mail_form dl dd textarea {
  width: 100%;
  height: 15em;
  box-sizing: border-box;
  background: #eee;
  border: none;
  padding: 20px;
}
.contact_mail_form_submit {
  text-align: center;
}
.contact_mail_form_submit button {
  cursor: pointer;
  width: calc(2em + 13%);
  color: #fff;
  font-size: 24px;
  background: #FF9500;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 0;
}
.contact_mail_back {
  cursor: pointer;
  width: calc(2em + 8%);
  color: #888;
  font-size: 18px;
  background: #eee;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 0;
  margin-right: 10%;
}

/*--フッター--*/
footer {
  text-align: center;
}
.footer_link {
  display: flex;
  justify-content: space-between;
  max-width: 1700px;
  margin: 0 2% 100px;
}
@media screen and (min-width: 1700px) {
  .footer_link {
    width: 1700px;
    margin: 0 auto 100px;
  }
}
.footer_link li {
  width: 30%;
}
.footer_link li a {
  display: block;
  color: #fff;
  font-size: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 0;
}
.footer_link li:first-of-type a {
  background: #FFC000;
}
.footer_link li:nth-of-type(2) a {
  background: #00B050;
}
.footer_link li:last-of-type a {
  background: #ED7D31;
  padding: calc(20px - (15px/2)) 0;
}
.footer_link li:last-of-type a span {
  color: #fff;
  font-size: 10px;
}
.footer_policy_link {
  margin-bottom: 100px;
}
.footer_policy_link a {
}
.footer_copy {
  color: #fff;
  background: #1c4a98;
  padding: 30px 0;
}

/*--スマホ対応--*/
@media screen and (max-width: 640px) {
  * {
  }
  img {
  }
  a {
  }
  ul , li {
  }
  
  /*--共通--*/
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  
  /*--トップページ--*/
  .top {
  }
  .top section {
  }
  .top_eye {
    margin-bottom: 30px;
  }
  .top_eye img {
  }
  .top_eye h1 {
  }
  .top_eye h1 img {
  }
  .top_content {
    margin-bottom: 100px;
  }
  .top_content div h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top_content div h2 span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .top_content div p {
    font-size: 16px;
  }
  .top_content div p:last-of-type {
  }
  .top_content div p.top_content_caution {
  }
  .top_content1 {
    display: block;
    margin-bottom: 50px;
  }
  .top_content1 img {
    width: 100%;
  }
  .top_content1 div {
    width: 96%;
  }
  .top_content1 h2 {
    margin-top: 0;
  }
  .top_content2 {
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .top_content2 img {
    width: 100%;
  }
  .top_content2 div {
    width: 96%;
  }
  .top_content3 {
    display: block;
    margin-top: 0;
  }
  .top_content3 img {
    width: 100%;
  }
  .top_content3 div {
    width: 96%;
  }
  .top_content3 h2 {
    margin-top: 0;
  }
  .top_content_searchlink {
  }
  .top_content_searchlink a {
    width: 70%;
  }
  .top_content_searchlink a img {
  }
  .top_content_searchlink span {
    width: 29%;
  }

  /*--特定商取引表記について--*/
  .wrap_policy {
    width: 96%;
    margin: 50px auto 100px;
  }
  .wrap_policy h1 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .wrap_policy dl {
    display: block;
    padding: 30px 10px;
  }
  .wrap_policy dt {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrap_policy dd {
    width: 100%;
    font-size: 18px;
  }
  
  /*--ブルケア利用規約--*/
  .wrap_terms {
    width: 96%;
    margin: 50px auto 100px;
  }
  .wrap_terms h1 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .wrap_terms p {
  }
  .wrap_terms p:last-of-type {
  }
  .terms_index_2em {
  }
  .terms_list_number {
  }
  .terms_list_number_li {
  }
  .terms_list_number_li:before {
  }
  .terms_list_kana {
  }
  .terms_list_kana_li {
  }
  .terms_list_kana_li:before {
  }
  .terms_list_hankana {
  }
  .terms_list_hankana_li {
  }
  .terms_list_hankana_li:before {
  }
  
  /*--お申込内容最終確認--*/
  .wrap_confirmation {
    width: 96%;
    margin: 50px auto 100px;
  }
  .wrap_confirmation h1 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .wrap_confirmation dl {
    display: block;
  }
  .wrap_confirmation dl dt {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px dashed #000;
    padding: 30px;
  }
  .wrap_confirmation dl dt:last-of-type {
    border-bottom: 1px dashed #000;
  }
  .wrap_confirmation dl dd {
    width: 100%;
    padding: 30px;
  }
  .wrap_confirmation dl dd:last-of-type {
  }
  .wrap_confirmation dl dd a {
  }
  .wrap_confirmation form {
  }
  .wrap_confirmation form input {
    width: 100%;
    font-size: 20px;
  }
  
  /*--お問い合わせ--*/
  .wrap_contact {
    width: 96%;
    margin: 50px auto 100px;
  }
  .wrap_contact h1 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .contact_tel {
  }
  .contact_tel h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contact_tel h2 span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .contact_tel dl {
    display: block;
  }
  .contact_tel dl dt {
    width: auto;
    font-size: 20px;
    padding: 0;
  }
  .contact_tel dl dd {
    width: auto;
    font-size: 20px;
  }
  .contact_tel dl dd span {
    font-size: 34px;
  }
  .contact_mail {
  }
  .contact_mail h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contact_mail h2 span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .contact_mail_form {
  }
  .contact_mail_form dl {
    display: block;
  }
  .contact_mail_form dl {
    margin-bottom: 30px;
  }
  .contact_mail_form dl:last-of-type {
  }
  .contact_mail_form dl dt {
    width: auto;
    margin-bottom: 10px;
  }
  .contact_mail_form dl:last-of-type dt {
    padding: 0;
  }
  .contact_mail_form dl dd {
    width: auto;
  }
  .contact_mail_form dl dd input {
    padding: 15px 10px;
  }
  .contact_mail_form dl dd textarea {
    padding: 15px 10px;
  }
  .contact_mail_form_submit {
  }
  .contact_mail_form_submit button {
    width: calc(2em + 50%);
  }
  
  /*--フッター--*/
  footer {
  }
  .footer_link {
    display: block;
  }
  .footer_link li {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_link li:last-of-type {
    margin-bottom: 0;
  }
  .footer_link li a {
    font-size: 24px;
  }
  .footer_link li:first-of-type a {
  }
  .footer_link li:nth-of-type(2) a {
  }
  .footer_link li:last-of-type a {
  }
  .footer_policy_link {
  }
  .footer_policy_link a {
  }
  .footer_copy {
    font-size: 10px;
  }
}
