@charset "utf-8";
.mb_10 { margin-bottom: 10px; }
.mb_20 { margin-bottom: 20px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
/* =======================
		.Contents
========================== */
#container {
	margin-top: 0;
}
#container .pop_logo {
	width: 150px;
	margin: 0 auto;
}
main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.Contents {
  margin: 0 auto;
}
.Contents h1 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: normal;
  overflow: inherit;
  text-indent: inherit;
  position: inherit;
}
.news {
  text-align: left;
  width: 100%;
  border-top: none;
  border-bottom: none;
	margin-top: 30px;
	line-height: 1.5;
}
.news a:hover {
	text-decoration: none;
}
.news dl {
  font-size: 1.6rem;
}
.news dl dt {
  border-bottom: #2053a1 1px solid;
  margin-bottom: 10px;
}
.news .main_visual {
  margin-bottom: 40px;
}
.news .changed {
  border: 1px #F00 solid;
  padding: 15px 0;
  margin-bottom: 40px;
}
.news .start {
	font-size: 1.6rem;
  text-align: center;
  color: #2053a1;
	font-weight: bold;
  border: 1px #2053a1 solid;
  padding: 5px 0;
  margin-bottom: 20px;
}
.news .note {
	font-size: 1.4rem;
  text-align: center;
  color: #F00;
	font-weight: bold;
  border: 1px #F00 solid;
  padding: 8px 8px;
  margin:0 0 30px 0;
}
.news .note a{
 text-decoration: underline;
 color: #F00;
}
.news .note a:hover {
 text-decoration: none;
 color: #F00;
}
.news .txt {
  margin-bottom: 10px;
}
.news .txt .line {
  text-decoration: line-through;
}
.news .txt_bold {
	text-align: center;
	font-weight: bold;
  margin-bottom: 10px;
}
.news .txt a {
  text-decoration: underline;
  word-wrap: break-word;
}
.news .txt a:hover {text-decoration: none;}
.news ul li {
	background-color: #2053a1;
	color: #FFF;
	text-decoration: none;
	padding: 8px 0;
	text-align: center;
}
.news ul li span {font-size: 2.1rem;}
.news p.info_btn{
  background: #c7a957;
  padding: 20px 19px;
  width: 80%;
  margin: 0 auto 50px;
  font-size: 1.4rem;
  text-align: center;
}
.news p.info_btn a{
  color: #fff;
  display: block;
	text-decoration: none;
}
.news p.info_btn:hover{
  opacity: 0.8;
}
.news h2.h2_ttl{
  font-size: 1.6rem;
	font-weight: bold;
  margin: 0 auto 20px;
  text-align: center;
}
.news h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
table tr {vertical-align: top;}
table tr td { padding-bottom: 10px; }
table tr td:first-child{ width: 25%; }
.detail { margin: 0 0 20px 20px ; }
.red_txt { color: red; font-weight: bold;}
.red_txt_2 { color: red;}
.red_txt_2 a{ color: red; }
.detail li{ list-style-type: decimal; }
.news .mb_20 { margin-bottom: 20px; }
.news .mb_30 { margin-bottom: 30px; }
ol.numbers li{ list-style-type: decimal; }
table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
  background: #fff;
  text-align: center;
}
th{
      border: 1px solid #999;
    background: #efefef;
  padding: 10px;
}
td{
   border: 1px solid #999;
  padding: 10px;
}
#container .add_txt {
    font-size: 1.6rem;
    text-align: center;
    color: #2053a1;
    font-weight: bold;
    border: 1px #2053a1 solid;
    padding: 5px;
}
.news .addition {
    background-color: #e6f0ff;
    padding: 20px 4%;
}
.news .addition .ad_tit {
        font-size: 1.17em;
        font-weight: bold;
        text-align: center;
        line-height: 1.7;
        margin: 10px 0 15px;
}
.news .addition .ad_txt {
    text-align: center;
}
.news .addition a {
   text-decoration: underline red;
}
.news .addition a:hover {
   text-decoration: none;
}
.news .addition_plus {
   border-top: 1px solid #999999; 
   margin:20px 0 0 0; 
   padding:20px 0 0 0;
}
.news .add_txt span,.news .add_txt a {
  color: #2053a1;
}
#plan{
  margin-top: -70px;
  padding-top: 70px;
}
#terms{
  margin-top: -60px;
  padding-top: 60px;
}
.gray_out{
  position: relative;
}
.gray_out p.gray{
position: absolute;
  background: rgba(73,73,73,0.7);
  display: block;
  color: #fff;
  font-size: 2.2rem;
  height: 110%;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  padding-top: 70px;
}
@media screen and (min-width:0px) {
#container .news .addition a {
   -webkit-text-decoration:underline red;
}
#container .news .addition a:hover {
   text-decoration: none;
}
}
/*　タブレット用　*/
@media screen and (min-width:768px) {
  /* =======================
		.Contents
========================== */
.Contents h1 { font-size: 3.0rem; }
.news p.info_btn{
  width: 50%;
}
.news ul {
	display: flex;
	justify-content: space-between;
}
.news ul li {
  width: 335px;
}
.news h2.h2_ttl{
  margin: 0 auto 10px;
}
.news .addition {
        background-color: #e6f0ff;
        padding: 20px 6%;
}
/*
.news .addition p{
    text-align: center;
}
*/
}
/*　タブレット横　*/
@media screen and (min-width: 1024px) {
  /* =======================
		.Contents
========================== */
  main {
  padding-top: 30px;
}
  .text_contents{
  width: 700px;
  margin: 0 auto;
}
  .news {
  width: 70%;
  margin: 0 auto;
  padding-top: 0;
}
.news .note {
  text-align: center;
}
}
/*　PC用　*/
@media screen and (min-width:1280px) {
  /* =======================
		.Contents
========================== */
 main {
    padding-top: 30px;
}
.news {
    padding: 0;
    width: 780px;
}
.news ul {
	margin-top: 15px;
}
.news ul a:hover {
	opacity: 0.75;
}
.news ul li {
	width: 380px;
}
.news .txt {
  margin-bottom: 10px;
}
.news h2.h2_ttl{
  margin: 0 auto 10px;
}
}