<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

#main {}

#main &gt; .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main div.body {
  max-width: 1160px;
  padding: 0 15px;
	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 15px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

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

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

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

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

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

}

/* ****************************************************************************************************
   * 設備紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.equipment {
  padding-top: 30px !important;
  position:relative;
  background: #fffbf0;
}

.equipment .body {
  overflow: inherit !important;
}

.equipment .section ~ .section {
  padding-top: 70px;
}

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

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

.equipment .section ~ .section {
  padding-top: 50px;
}

}

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

.equipment .text {
  margin-top: 0;
}

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

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

.equipment .text {
  margin-top: 1em;
}
}

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

.equipment .contents .images {
  text-align: center;
}

/* ****************************************************************************************************
   * 資格保持者・スタッフ紹介：セクション１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.equipment .section {
  padding-bottom: 50px;
  border-bottom: 5px dotted #f7952b;  
}

.equipment .section:last-child {
  border-bottom:0;
}

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

.equipment .title-1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color:#fc4b22;
  margin-top: 10px;
}

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

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

.equipment .title-1 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color:#fc4b22;
  margin-top: 10px;
}

}

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

.equipment .text-1 {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.equipment ul.layout-flex-3 {
  margin-top: 60px;
}

.equipment ul.layout-flex-3:last-child {
  border-bottom: 0;
}

.equipment ul ~ ul {
  margin-top: 40px;
}

.equipment ul.layout-flex-3 li {
  width: 32%;
  padding: 0 0 40px;
}

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

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

.equipment ul.layout-flex-3 {
  margin-top: 30px;
}

.equipment ul.layout-flex-3:last-child {
  border-bottom: 0;
}

.equipment ul ~ ul {
  margin-top: 20px;
}

.equipment ul.layout-flex-3 li {
  width: 48%;
  padding: 0 0 40px;
}


}


</pre></body></html>