﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/
 * File name: contact.css
 * Summary:   CONTACT USの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    contact
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * contact
 * ========================================
 */

#contact {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}
/**
	 * module
	 * ----------------------------------
	 */
.articleContact {
}
.articleContactTitle {
  padding: 0.5em 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  text-align: center;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleContactTitle {
    font-size: 1.4rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
}

/**
	 * FAQ
	 * ----------------------------------
	 */
.articleFaq {
  border-bottom: 1px solid #e3e3e3;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleFaq {
    margin-bottom: 60px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .articleFaq {
    margin-bottom: 120px;
  }
}

/* [ sectionFaq ]
		------------------------------ */
.sectionFaq {
}
.sectionFaqTitle {
  border-top: 1px solid #e3e3e3;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.articleContactTitle + .sectionFaq .sectionFaqTitle {
  border-top: 0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionFaq {
  }
  .sectionFaqTitle {
    padding: 0.6em 0;
    font-size: 2.3rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionFaq {
  }
  .sectionFaqTitle {
    padding: 1em 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* [ listFaq ]
		------------------------------ */
.listFaq {
}
.listFaq .itemQue,
.listFaq .itemAns {
  position: relative;
}
.listFaq .itemQue {
  border-top: 1px solid #e3e3e3;
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
}
.listFaq .itemQue:before,
.listFaq .itemAns:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "OptimaLTPro-Roman", Optima, Calibri, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  text-align: center;
}
.listFaq .itemQue:before {
  background-color: #000;
  color: #fff;
  content: "Q";
}
.listFaq .itemAns:before {
  background-color: #f2f2f2;
  color: #666;
  content: "A";
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .listFaq {
    margin-bottom: 15px;
  }
  .listFaq .itemQue {
    font-size: 1.4rem;
  }
  .listFaq .itemQue,
  .listFaq .itemAns {
    padding-left: 60px;
  }
  .listFaq .itemQue {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .listFaq .itemAns {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .listFaq .itemQue:before {
    top: 10px;
  }
  .listFaq .itemAns:before {
    top: 6px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .listFaq {
    margin-bottom: 45px;
  }
  .listFaq .itemQue,
  .listFaq .itemAns {
    padding-left: 50px;
  }
  .listFaq .itemQue {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .listFaq .itemAns {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .listFaq .itemQue:before {
    top: 20px;
  }
  .listFaq .itemAns:before {
    top: 10px;
  }
}

/**
	 * inquiry form
	 * ----------------------------------
	 */
.articleInquiry {
}
.articleContactIntro {
  border-bottom: 1px solid #e3e3e3;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleInquiry .articleContactTitle {
    margin-bottom: 1em;
  }
  .articleContactIntro {
    margin-bottom: 1em;
    padding: 0 0 1em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .articleInquiry .articleContactTitle {
    margin-bottom: 1.75em;
  }
  .articleContactIntro {
    margin-bottom: 2.5em;
    padding: 0 0 2.5em;
  }
}

/* [ sectionInquiry ]
		------------------------------ */
.sectionInquiry {
}
.sectionInquiryContent {
}
.sectionInquiryContent .itemText + .itemText {
  margin-top: 1em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionInquiryContent {
    margin-bottom: 1em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionInquiryContent {
    margin-bottom: 2em;
  }
}

/* boxFormItem */
.boxFormItem {
}
.boxFormItem.column2 .itemForm {
  float: left;
  width: 48%;
}
.boxFormItem.column2 .itemForm:last-child {
  margin-left: 4%;
}

.boxFormItem .itemLabel {
}
.boxFormItem .itemLabel label {
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
}

.boxFormItem .itemBtn {
  margin-bottom: 1em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .boxFormItem {
    margin-bottom: 1em;
  }
  .boxFormItem .itemLabel {
    margin-bottom: 0.5em;
  }

  .boxFormItem .itemBtn input + input {
    margin-top: 0.5em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .boxFormItem {
    margin-bottom: 2em;
  }
  .boxFormItem.w_half {
    float: left;
    width: 47.8%;
  }
  .boxFormItem.w_half:nth-child(2n) {
    margin-left: 4.4%;
  }
  .boxFormItem.w_half:nth-child(2n + 1) {
    clear: left;
  }
  .boxFormItem.w_full {
    clear: both;
  }

  .boxFormItem .itemLabel {
    margin-bottom: 1em;
  }
  .boxFormItem .itemLabel label {
    margin-right: 1em;
  }

  .boxFormItem .itemBtn input + input {
    margin-left: 1em;
  }
}
