@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main .layout-body {
  margin-left: auto;
  margin-right: auto;
}

#main > .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#main div.body {
  max-width: 1000px;
	padding:0;
	margin: 0 auto;
	overflow: hidden;
}

body.single
#main div.body {
  max-width: 100%;
	padding:0 20px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding: 0 20px;
}

#main-contents > .section ~ .section {
  padding-top: 70px;
  padding-bottom: 70px;
}

#main .layout-body {}

#main .layout-body .body {
  overflow: inherit;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#main-contents div.body {
  padding: 0;
}

#main .layout-body > .body {
  padding: 0 20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section ~ .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

}

/* ****************************************************************************************************
   * 営業用
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.business {
  padding:50px 0 170px !important;
}

.business .body {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business {
  padding:20px 0 120px !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.business .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.business .text {
  text-align: center;
  font-size: 18px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .text {
  text-align: left;
  font-size: 16px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.business .images {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.business table {
  font-size: 12px;
}

table.default > thead > tr > th,
table.default > tbody > tr > td {
  border:1px solid #000000;
  padding: 10px;
}

.business table.default > tbody > tr > td {
  vertical-align: top;
}

/* 横並びの見出しテーブル（タイプ1）
----------------------------------------------------------------*/

@media only screen and (max-width: 800px) {

  .business .row-head thead {
    display: none;
  }
  
  .business .row-head tr,
  .business .row-head td {
    display: block;
    width: auto;
  }
  
  .business .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .business .row-head td {
    border: none !important;
    border-bottom: 1px solid #cfcfcf !important;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .business .row-head td:last-child {
    border-bottom: none;
  }
  .business .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.business table.default > tbody > tr > td img {
  width: 320px;
}

/* ----------------------------------------------------------------------------------------------------
   * 印刷ボタン
/* ------------------------------------------------------------------------------------------------- */

.business input[type="button"] {
  display: block;
  background: #f2f2f2;
  border:1px solid #000;
  margin-right: 0;
  margin-left: auto;
  padding: 10px 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business input[type="button"] {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 保護ページ：ログインボタン
/* ------------------------------------------------------------------------------------------------- */

.business .custom_password_area {
  text-align: center;
}

.business .custom_password_area input[type="submit"] {
  position: relative;
  background: #e60012;
  border-radius: 0;
  border: 3px solid #000;
  color:#fff;
  padding: 10px 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.business .custom_password_area input[type="submit"] {
  position: relative;
  background: #e60012;
  border-radius: 0;
  border: 3px solid #000;
  color:#fff;
  padding: 10px 20px;
  margin-top: 1em;
}
}