@charset "utf-8";

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

#main-base {}

#main-base div.body {
  max-width: 1200px;
  margin-top: 30px;
}

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

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

#main-base div.body {
  display: block;
  }
}

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

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

body#layout-lower
#main-base div.body {
  max-width: 1200px;
  margin-top: 0;
}

}

/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {
  width: 900px;
  margin-right: 30px;
}

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

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

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

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

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

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

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

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

#main {
  width: 100%;
  margin-right: 0;
}

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

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

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

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

h2.title-1 {
  font-size: 22px;
  font-weight: bold;
  background: #d9eff7;
  border-bottom: 5px solid #22afe1;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 10px 20px;
}

h2.title-2 {
  font-size: 22px;
  font-weight: bold;
  background: #e2ebd3;
  border-radius: 10px;
  padding: 10px 0 10px 20px;
}
h3.title-2 {
  font-size: 22px;
  font-weight: bold;
  background: #e2ebd3;
  border-radius: 10px;
  padding: 10px 0 10px 20px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 相談案内ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {}

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

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

.faq div.body {
  padding: 0 !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.faq .btn {
  width: auto;
  display: inline-block;
  text-align: left;
}
#section-3 .btn {
  margin-right: 30px;
}

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

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

#section-3 .btn {
  margin-right: 0;
  }
}

/* ****************************************************************************************************
   * 近隣の産保センター研修・セミナーのご案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.faq ul.area-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  margin-top: 30px;
}

.faq ul.area-nav li {
  position: relative;
  display: flex;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

.faq ul.area-nav li:first-child {
  margin-left: 0;
  margin-bottom: 0.5em;
}

.faq ul.area-nav li a {
  padding-left: 30px;
  padding-right: 20px;
  letter-spacing: 1.5em;
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.faq ul.area-nav li a::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/icon-mark-1-blue.png") no-repeat;
  background-size: auto;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  right: 0;
  margin-top: -10px;
  transition: 0.2s right;
}

.faq ul.area-nav li a:hover::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/icon-mark-1-white.png") no-repeat;
  background-size: auto;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.faq ul.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  margin-top: 30px;
}

.faq ul.page-nav li {
  position: relative;
  display: flex;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

.faq ul.page-nav li:first-child {
  margin-left: 0;
  margin-bottom: 0.5em;
}

.faq ul.page-nav li a {
  padding-left: 30px;
  padding-right: 30px;
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.faq ul.page-nav li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-bottom: solid 3px #00aae7;
  border-right: solid 3px #00aae7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  transition: 0.2s right;
}

.faq ul.page-nav li a:hover::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  transition: 0.2s right;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.faq .btn {
  width: auto;
  display: inline-block;
  text-align: left;
}

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

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


/* ****************************************************************************************************
   * お申し込み
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq div.form-btn {
 margin-top: 20px;
 text-align: center;
}

.faq div.form-btn a.form-btn {
  position: relative;
  z-index: 1;
  width: 320px;
  margin: 30px 20px 0;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding:15px 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: #00aae7;
  border:1px solid #00aae7;
  border-radius: 40px;
  transition: box-shadow 0.2s, color 0.2s;
}
.faq div.form-btn a.form-btn:hover {
  color: #00aae7;
  background: #fff;
  border:1px solid #00aae7;
  transition: 0.3s;
}

/* ****************************************************************************************************
   * テーブル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

table.data > tbody > tr > th[scope="row"] {
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #d9eff7;
  border: 1px solid #cccccc;
}

table.data > tbody > tr > td a {
  text-decoration: underline;
}
table.data > tbody > tr > td a:hover {
  text-decoration: none;
}

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

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

table.data > thead > tr > th[scope="col"] {
  display: none;
}
table.data > tbody > tr > td {
  margin-bottom: 5px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.form-button {
  display: block;
  text-align: center;
}

button.btn {
  cursor: pointer;
  width: 150px !important;
  text-align: center !important;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フォーム
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * テキストフィールド
/* ---------------------------------------------------------------------------------------------- */

#main input[type=text],
#main input[type=tel],
#main input[type=email],
#main input[name*=tel] {
  width: 100%;
  max-width: 28em;
  padding: 5px;
  font-size: inherit;
  border: 1px solid #ddd;
}

/* * 電話番号
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=tel1] {
  width: 6em;
}
#main input[name*=tel2] {
  width: 6em;
}
#main input[name*=tel3] {
  width: 6em;
}

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

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

#main input[name*=tel1] {
  width: 5em;
}
#main input[name*=tel2] {
  width: 5em;
}
#main input[name*=tel3] {
  width: 5em;
}

}


/* * FAX番号
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=fax1] {
  width: 6em;
}
#main input[name*=fax2] {
  width: 6em;
}
#main input[name*=fax3] {
  width: 6em;
}

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

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

#main input[name*=fax1] {
  width: 5em;
}
#main input[name*=fax2] {
  width: 5em;
}
#main input[name*=fax3] {
  width: 5em;
}

}


/* * 郵便番号
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=zip] {
  width: 6em;
}

/* * 住所
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

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

@media screen and (min-width:737px) {

  #main input[name*=address1] {
    max-width: 34em;
  }

  #main input[name*=address2] {
    max-width: 34em;
  }

}

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

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

  #main input[name*=address1] {
    max-width: 17em;
  }
}

/* * 年齢
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=age] {
  max-width: 8em;
}

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

@media screen and (min-width:737px) {

  #main input[name*=age] {
    max-width: 10em;
  }

}

/* -------------------------------------------------------------------------------------------------
   * セレクトメニュー
/* ---------------------------------------------------------------------------------------------- */

#main select {
  padding: 5px;
  font-size: inherit;
  border: 1px solid #ddd;
}

/* -------------------------------------------------------------------------------------------------
   * テキストエリア
/* ---------------------------------------------------------------------------------------------- */

#main textarea {
  width: 100%;
  min-height: 8em;
  padding: 5px;
  font-size: inherit;
  border: 1px solid #ddd;
}

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

@media screen and (min-width:737px) {

  #main textarea {
    min-height: 14em;
    padding: 0.5em 1em;
  }

}
