@charset "utf-8";
/* CSS Document */

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  max-width: 100%;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/*SP時ヘッダー位置*/
.wrapper_ {
  margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form {
  display: none;
  text-decoration-line: none;
}

a:hover {
  opacity: 0.5;
  text-decoration-line: none;
  color: #000000;
}

/*ページ内リンク移動位置*/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -120px;
  text-decoration-line: none;
  opacity: 1.0;
}


/* モバイルレイアウト : 480 px およびそれ以下. */
@media only screen and (max-width: 768px) {

  .elec2-0 {
    font-size: 120%;
    line-height: 1.5em;
  }

  .content {}

  .contents {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 30%;
  }

  .elec_c_text {}

  .elec_c_text h2 {
    font-weight: 700;
    margin-top: 15px;
  }

  .elec_c_text p {
    margin-bottom: 5%;
  }

  .elec_c_text .red,
  .example_text .red {
    color: red;
    font-weight: 700;
  }

  .send_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 5%;
    border: solid 1px #363636;

  }

  .send_box:nth-of-type(2) {
    height: 90px;
  }

  .send_box:nth-of-type(3) {
    height: 90px;
  }

  .send {
    background: #241400;
    padding: 5px 149px;
  }

  .send_mail {
    background: #241400;
    padding: 4px 119px;
  }

  .send_fax {
    background: #241400;
    padding: 4px 110px;
  }

  .send p,
  .send_mail p {
    font-size: 20px;
    color: #ffffff;
  }

  .send_fax p {
    font-size: 20px;
    color: #ffffff;
    padding: 0px 51px;
  }

  .address {
    margin: 0 auto;
  }

  .address p {
    font-size: 120%;
    padding: 3% 0%;
  }

  .flow {
    margin-top: 20px;
  }

  .down_btn {
    font-size: 110%;
    text-align: center;
    border: solid 1px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 8px;
    box-shadow: 3px 3px 0px 0 rgb(89 87 87);
  }

  .down_btn a {
    display: block;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    text-decoration: none;
    color: #000000;
  }

  .example_text {
    margin: 5% 10%;
    width: 80%;
  }

  .example_text p {}

  .bottom {
    text-align: center;
  }

  .bottom p {}

  .inquiry_btn {
    font-size: 130%;
    font-weight: 700;
    border: solid 1px;
    background: #ffffff;
    width: 65%;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 8px;
    box-shadow: 3px 3px 0px 0 rgb(89 87 87);
  }

  .inquiry_btn a {
    display: block;
    width: 100%;
    padding: 4% 0%;
    text-decoration: none;
    color: #000000;
  }
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

  .elec2-0 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .content {}

  .contents {
    margin-bottom: 30%;
  }

  .br-sp {
    display: none;
  }

  .elec_c_text {}

  .elec_c_text h2 {
    font-weight: 700;
  }

  .elec_c_text p {}

  .elec_c_text .red,
  .example_text .red {
    color: red;
    font-weight: 700;
  }

  .send_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    border: solid 1px #363636;
  }

  .send_box:nth-of-type(2) {
    height: 40px;
  }

  .send_box:nth-of-type(3) {
    height: 40px;
  }

  .send {
    background: #241400;
    padding: 39px 35px;
  }

  .send_mail,
  .send_fax {
    background: #241400;
    padding: 8px 35px;
  }


  .send p,
  .send_mail p {
    font-size: 20px;
    color: #ffffff;
  }

  .send_fax p {
    font-size: 20px;
    color: #ffffff;
    padding: 0px 51px;
  }

  .address {
    margin: 0 auto;
  }

  .address p {}

  .flow {
    margin-bottom: 4%;
  }

  .flow p {
    line-height: 1.5em;
  }

  .flow p b {
    color: red;
  }

  .down_btn {
    font-size: 16px;
    text-align: center;
    border: solid 1px;
    background: #ffffff;
    width: 80%;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 8px;
    box-shadow: 3px 3px 0px 0 rgb(89 87 87);
  }

  .down_btn a {
    display: block;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    text-decoration: none;
    color: #000000;
  }

  .example_text {
    margin: 5% 10%;
    width: 80%;
  }

  .example_text p {}

  .bottom {
    margin-top: 40px;
    text-align: center;
  }

  .bottom p {}

  .inquiry_btn {
    font-size: 18px;
    font-weight: 700;
    border: solid 1px;
    background: #ffffff;
    width: 40%;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 8px;
    box-shadow: 3px 3px 0px 0 rgb(89 87 87);
  }

  .inquiry_btn a {
    display: block;
    width: 100%;
    padding: 4% 0%;
    text-decoration: none;
    color: #000000;
  }
}

.item-list {
  margin-top: 80px;
  text-align: center;
}

.item-list dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.item-list dd {
  margin-bottom: 40px;
}

.item-list dd a {
  display: block;
  background-color: #000000;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
}