@charset "UTF-8";

.highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(234,84,30,0.2); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}



.lp-20161229-page .local-header {
  border-bottom: none !important;
}
.lp-20161229-page #pid_topic .container_ .contents_ .mainframe_ .btn-list li,
.lp-20161229-page #pid_topic .container_ .contents_ .mainframe_ .btn-list02 li {
  font-weight: bold;
  text-align: center;
  color: #666;
}
.lp-20161229-page #pid_topic .container_ .contents_ .mainframe_ .btn-list li a,
.lp-20161229-page #pid_topic .container_ .contents_ .mainframe_ .btn-list02 li a {
  display: block;
  color: #fff;
  border: 1px solid #EB5C00;
  border-radius: 2px;
  background-color: #EB5C00;
}
.lp-20161229-page .module-breadcrumb li {
  display: inline;
}
.lp-20161229-page .topic_txt_ a {
	color: #2996cc;
	display: inline-block;
	font-weight:bold;
}
@media (min-width: 641px) {
  #pid_topic .container_ {
    box-sizing: border-box;
    width: auto;
    max-width: 660px;
    margin: 50px auto;
  }
  #pid_topic .container_ .contents_ {
    display: block;
    float: none;
    width: auto;
  }
  #pid_topic .container_ .contents_ .mainframe_ {
    float: none;
    width: auto;
  }
  #pid_topic .container_ .contents_ .mainframe_ .topic_ {
    margin-top: 24px;
  }
  #pid_topic .container_ .contents_ .mainframe_ .topic_ h2.topic_title_ {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 13px;
    padding: 0;
    text-align: center;
    border: none;
    background: none;
  }
  #pid_topic .container_ .contents_ .mainframe_ .topic_ .date {
    font-size: 14px;
  }
  #pid_topic .container_ .contents_ .mainframe_ .topic_ .article_ {
    font-size: 15px;
    line-height: 26px;
    margin-top: 23px;
    margin-bottom: 20px;
  }
  #pid_topic .container_ .contents_ .mainframe_ .topic_ .article_ .img {
    text-align: center;
  }
	 #pid_topic .container_ .contents_ .mainframe_ .topic_ .article_ .img .topic_txt_ {
		 margin: 5% 0 0;
	 }
  #pid_topic .container_ .contents_ .mainframe_ .topic_ .article_ a {
    color: #333;
  }
  #pid_topic .container_ .contents_ .mainframe_ .btn-list,
	#pid_topic .container_ .contents_ .mainframe_ .btn-list02 {
    width: 610px;
    margin: 0 auto;
  }
  #pid_topic .container_ .contents_ .mainframe_ .btn-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  #pid_topic .container_ .contents_ .mainframe_ .btn-list li {
    font-size: 16px;
    float: left;
    width: 48%;
    margin: 4% 0 0 0;
  }
	#pid_topic .container_ .contents_ .mainframe_ .btn-list02 li {
    font-size: 16px;
    width: 80%;
    margin: 4% auto 0 auto;
  }
  #pid_topic .container_ .contents_ .mainframe_ .btn-list li:nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
  }
  #pid_topic .container_ .contents_ .mainframe_ .btn-list li a,
	#pid_topic .container_ .contents_ .mainframe_ .btn-list02 li a {
    line-height: 50px;
    display: block;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
  }
	dl {
  display: flex;
  flex-wrap: wrap;
    padding: 40px 0;
}
dl dt {
  width: 25%;
}
dl dd {
  width: 75%;
}
}
@media (max-width: 640px) {
  h2.topic_title_ {
    margin-bottom: 7%;
  }
  .img img {
    width: 100%;
    height: auto;
  }

	.lp-20161229-page .topic_txt_ {
		margin: 8% 0 6%;
		font-size: 16px;
	}
  .btn-list li,
	.btn-list02 li {
    margin-top: 5%;
		font-size: 0.9em;

  }
  .btn-list li a,
	.btn-list02 li a {
    line-height: 1.5;
		padding: 10px 0;
  }
}

.btn-r {
    display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ */
    margin: 0; /* 余白をリセット */
}

.btn-r a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #EB5C00!important; /* テキストの色 */
	    font-weight: bold; /* テキストを太字にする */
    text-decoration: none;
    border: 3px solid #EB5C00; /* ボーダーの色 */
    border-radius: 30px; /* 角丸 */
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-r a:hover {
    background-color: #EB5C00; /* ホバー時の背景色 */
    color: #fff!important; /* ホバー時の文字色 */
}

