@charset "utf-8";

/*-----------------------------------------------------	*/
/*	main img						*/
/*-----------------------------------------------------	*/
#main-img {
  position: relative;
  background: #fff;
  width: 100%;
  height:auto;
  z-index:9999;
}
#main-img .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#main-img .img img {
  display: block;
  width:100%;
  height: auto;
}
#main-img h1 {
  position: absolute;
  top: 40%;
  left: 0;
}
/*-----------------------------------------------------	*/
/*	section						*/
/*-----------------------------------------------------	*/
section {
  padding: 0 0 80px;
}
section .inner {
  width:90%;
  max-width:1080px;
  margin:0 auto;
}
h2 {
  margin-bottom: 80px;
}
h3 {
  width: 100%;
  text-align:left;	
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;;
  font-size:20px;
  font-weight: bold;
  color:#000;
  margin:0 auto 8px;
}
h4 {
  width: 100%;
  text-align:left;	
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;;
  font-size:20px;
  font-weight: bold;
  color:#000;
  margin:0 auto 8px;
}
.content {
 margin: 0 auto 60px;
}
section .txt {
  width: 100%;
  margin:0 auto 1.6em;
  text-align: justify;
}
section .txt a {
  color: #0168b3;
  text-decoration: underline;
}
section .txt a:hover {
  text-decoration: none;
}
section ul {
	text-indent: -1em;
  padding-left: 1em;
}
section ul.list-01 li::before {
  content: "■";
  font-size: 80%;
  margin-right: 0.3em;
  position: relative;
  top: -2px;
}
section ul.list-02 li::before {
  content: "・";
}
section ul li a {
  color: #0168b3;
  text-decoration: underline !important;
}
section ul li a:hover {
  text-decoration: none !important;
}
section ol {
  padding-left: 1em;
}
section ol li {
}
section ol li span {
  display: inline-block;
  margin-right: .25em;
}
/*-----------------------------------------------------	*/
/*	privacy						*/
/*-----------------------------------------------------	*/
#privacy h1 {
  background: #0168b3;
  width: 100%;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding-top: 18px;
  margin-bottom: 60px;
}
#privacy .catch {
  text-align: center;
  margin-bottom: 20px;
  color: #0080c9;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
}
#privacy .name {
  text-align: right;
  font-size: 18px;
  width: 100%;
  margin: 0 auto 1em;
}
#privacy .contact {
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #0168b3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  width:620px;
}
/*-----------------------------------------------------	*/
/*	contact-box					*/
/*----------------------------------------------------	*/
.contact-box {
  width: 88%;
  max-width: 740px;
  margin: 0 auto 50px;
  padding: 30px;
  border: #0168b3 solid 1px;
}
.contact-box dl {
  position: relative;
}
.contact-box dl dt {
  display: inline-block;
  position: absolute;
  top: -42px;
  left: 0;
  padding: 0 20px;
  background: #fff;
  margin-bottom: 8px;
  color: #0168b3;
  font-size: 24px;
}
.contact-box dl dd {
  line-height: 140%;
}
.contact-box dl dd span {
  display: inline-block;
  margin-right: 2em;
}
.contact-box dl dd br.on414,
.contact-box dl dd br.on690,
.contact-box dl dd br.on768 {
  display: none;
}
.warning-table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  font-family: sans-serif;
  line-height: 1.6;
  margin: 20px auto;
}

.warning-table th,
.warning-table td {
  border: 1px solid #e0e0e0;
  padding: 16px;
  vertical-align: middle;
}

.warning-table th {
  width: 30%;
  background-color: #ffeaea;
  color: #c62828;
  text-align: center;
  font-weight: bold;
}

.warning-table td {
  background-color: #ffffff;
  font-weight: 300;
}

/* リスト */
/* リストの基本配置 */
.contact-info {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.contact-info li {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.6;
  
  /* --- はみ出し解消のためのリセット --- */
  text-indent: 0 !important; 
  padding-left: 0;
  margin-left: 0;
}

/* ラベル部分 */
.contact-info .label {
  white-space: nowrap;
  margin-right: 1em;
  font-weight:bold;
}

/* 内容部分 */
.contact-info .value {
  flex: 1;
}

/* --- 電話番号のリンク装飾リセット --- */
.contact-info .tel-link {
  color: inherit;
  text-decoration: none !important; /* アンダーラインを強制的に消す */
}

/* 768px以上（PC・タブレット向け） */
@media screen and (min-width: 768px) {
  .contact-info .tel-link {
    pointer-events: none; 
    cursor: default;
  }
}

/* --- ブレイクポイント 767px以下（スマートフォン向け） --- */
@media screen and (max-width: 767px) {
  .tel-link {
  }
}

/*===============================================
	TABLET & SP CSS
===============================================*/
@media screen and (max-width: 768px){
/*-----------------------------------------------------	*/
/*	tablet & sp main img						*/
/*-----------------------------------------------------	*/
#main-img h1 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 60%;
}
#main-img h1 img {
  width: 100%;
  height: auto;
}
.contact-box dl dd span {
  margin-right:0;
}
.contact-box dl dd br.on768 {
  display:inline-block;
}
#privacy .name {
  text-align: right;
  font-size: 14px;
}

section ol li {
	position: relative;
}
section ol li span {
	position: absolute;
	top: 0;
	left: -1.2em;
}

.warning-table,
  .warning-table tbody,
  .warning-table tr,
  .warning-table th,
  .warning-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  
  .warning-table tr {
    margin-bottom: 16px; /* 各項目の間に余白を設ける */
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }
  
  .warning-table th,
  .warning-table td {
    border: none; /* デフォルトの罫線を消す */
  }
  
  .warning-table th {
    border-bottom: 2px solid #ffcdd2; /* 見出しと本文の区切り線 */
  }

}
/*===============================================
	690px CSS
===============================================*/
@media screen and (max-width: 690px){
.contact-box dl dd br.on690 {
  display:inline-block;
}
}
/*===============================================
	414px CSS
===============================================*/
@media screen and (max-width: 414px){
.contact-box dl dd p {
  margin-bottom: 10px;
}
.contact-box dl dd br.on414 {
  display:inline-block;
}
}